Package: BiocBook Title: Write, containerize, publish and version Quarto books with Bioconductor Description: 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). Version: 1.11.0 Date: 2023-08-03 Authors@R: person( "Jacques", "Serizay", , "jacquesserizay@gmail.com", role = c("aut", "cre") ) URL: https://bioconductor.org/packages/BiocBook BugReports: https://github.com/js2264/BiocBook/issues Depends: R (>= 4.3) Imports: BiocGenerics, pak, cli, glue, gert, gh, gitcreds, httr, usethis, dplyr, purrr, tibble, methods, rprojroot, stringr, yaml, tools, utils, rlang, quarto, renv Suggests: BiocStyle, knitr, testthat (>= 3.0.0), rmarkdown Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 biocViews: Infrastructure, ReportWriting, Software VignetteBuilder: knitr License: MIT + file LICENSE Collate: 'doc.R' 'imports.R' 'init.R' 'BiocBook.R' 'BiocBook-methods.R' 'check.R' 'editing.R' 'globals.R' 'pages.R' 'utils.R' Config/testthat/edition: 3 Config/pak/sysreqs: cmake git make libgit2-dev libicu-dev libuv1-dev libssl-dev libx11-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 13:01:41 UTC RemoteUrl: https://github.com/bioc/BiocBook RemoteRef: HEAD RemoteSha: 868cf0fb4bdaef1718cb0209cbde8a75719a7b52 NeedsCompilation: no Packaged: 2026-07-03 23:11:29 UTC; root Author: Jacques Serizay [aut, cre] Maintainer: Jacques Serizay