BiocBook
Write, containerize, publish and version Quarto books with Bioconductor
Bioconductor version: 3.23 · Package version: 1.10.0
A BiocBook can be created by authors (e.g. R developers, but also scientists, teachers, communicators, ...) who wish to 1) write (compile a body of biological and/or bioinformatics knowledge), 2) containerize (provide Docker images to reproduce the examples illustrated in the compendium), 3) publish (deploy an online book to disseminate the compendium), and 4) version (automatically generate specific online book versions and Docker images for specific Bioconductor releases).
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("BiocBook") Details
| Maintainer | Jacques Serizay <jacquesserizay@gmail.com> |
| Author | Jacques Serizay [aut, cre] |
| License | MIT + file LICENSE |
| URL | https://bioconductor.org/packages/BiocBook |
| Bug Reports | https://github.com/js2264/BiocBook/issues |
| Downloads rank | 215 |
| Source branch | RELEASE_3_23 |
| biocViews | Infrastructure, ReportWriting, Software |