This repository contains a Bioconductor package to deploy the scrapper book. Install all relevant packages used in the book with:
BiocManager::install(remotes::local_package_deps(dependencies=TRUE))Building the book can be done by either running the usual bookdown invocation in inst/book:
bookdown::render_book("index.Rmd")Or by R CMD build on the package itself to compile the book during the vignette build process.