BiocHandoff

Package: BiocHandoff
Authors: Vincent Carey [aut, cre]
Compiled: 2025-07-23
Package version: 0.98.1
R version: R version 4.5.1 (2025-06-13)
BioC version: 3.22
License: MIT + file LICENSE

Welcome

This is the landing page of the BiocBook entitled β€œBiocHandoff”.

This book introduces the reader to tasks required as staff members leave the organization.

We prefer a computable book to a static text or spreadsheet so that computations can be included and checked.

Docker image

A Docker image built from this repository is available here:

πŸ‘‰ ghcr.io/vjcitn/biochandoff 🐳

Get started now πŸŽ‰

You can get access to all the packages used in this book in < 1 minute, using this command in a terminal:

bash
docker run -it ghcr.io/vjcitn/biochandoff:devel R

RStudio Server

An RStudio Server instance can be initiated from the Docker image as follows:

bash
docker run \
    --volume <local_folder>:<destination_folder> \
    -e PASSWORD=OHCA \
    -p 8787:8787 \
    ghcr.io/vjcitn/biochandoff:devel

The initiated RStudio Server instance will be available at https://localhost:8787.

Session info

sessioninfo::session_info(
    installed.packages()[,"Package"], 
    include_base = TRUE
)
##  ─ Session info ────────────────────────────────────────────────────────────
##   setting  value
##   version  R version 4.5.1 (2025-06-13)
##   os       Ubuntu 24.04.2 LTS
##   system   x86_64, linux-gnu
##   ui       X11
##   language (EN)
##   collate  C
##   ctype    en_US.UTF-8
##   tz       Etc/UTC
##   date     2025-07-23
##   pandoc   3.7.0.2 @ /usr/bin/ (via rmarkdown)
##   quarto   1.6.42 @ /usr/local/bin/quarto
##  
##  ─ Packages ────────────────────────────────────────────────────────────────
##   package        * version date (UTC) lib source
##   askpass          1.2.1   2024-10-04 [2] RSPM (R 4.5.0)
##   base           * 4.5.1   2025-06-13 [3] local
##   base64enc        0.1-3   2015-07-28 [2] RSPM (R 4.5.0)
##   BiocHandoff      0.98.1  2025-07-23 [1] local
##   BiocManager      1.30.26 2025-06-05 [2] CRAN (R 4.5.1)
##   BiocStyle        2.37.0  2025-04-15 [2] Bioconductor 3.22 (R 4.5.0)
##   BiocVersion      3.22.0  2025-04-15 [2] Bioconductor 3.22 (R 4.5.1)
##   bookdown         0.43    2025-04-15 [2] RSPM (R 4.5.0)
##   boot             1.3-31  2024-08-28 [3] CRAN (R 4.5.1)
##   brew             1.0-10  2023-12-16 [2] RSPM (R 4.5.0)
##   brio             1.1.5   2024-04-24 [2] RSPM (R 4.5.0)
##   bslib            0.9.0   2025-01-30 [2] RSPM (R 4.5.0)
##   cachem           1.1.0   2024-05-16 [2] RSPM (R 4.5.0)
##   callr            3.7.6   2024-03-25 [2] RSPM (R 4.5.0)
##   class            7.3-23  2025-01-01 [3] CRAN (R 4.5.1)
##   cli              3.6.5   2025-04-23 [2] RSPM (R 4.5.0)
##   clipr            0.8.0   2022-02-22 [2] RSPM (R 4.5.0)
##   cluster          2.1.8.1 2025-03-12 [3] CRAN (R 4.5.1)
##   codetools        0.2-20  2024-03-31 [3] CRAN (R 4.5.1)
##   commonmark       2.0.0   2025-07-07 [2] RSPM (R 4.5.0)
##   compiler         4.5.1   2025-06-13 [3] local
##   cpp11            0.5.2   2025-03-03 [2] RSPM (R 4.5.0)
##   crayon           1.5.3   2024-06-20 [2] RSPM (R 4.5.0)
##   credentials      2.0.2   2024-10-04 [2] RSPM (R 4.5.0)
##   curl             6.4.0   2025-06-22 [2] RSPM (R 4.5.0)
##   datasets       * 4.5.1   2025-06-13 [3] local
##   desc             1.4.3   2023-12-10 [2] RSPM (R 4.5.0)
##   devtools         2.4.5   2022-10-11 [2] RSPM (R 4.5.0)
##   diffobj          0.3.6   2025-04-21 [2] RSPM (R 4.5.0)
##   digest           0.6.37  2024-08-19 [2] RSPM (R 4.5.0)
##   docopt           0.7.2   2025-03-25 [2] RSPM (R 4.5.1)
##   downlit          0.4.4   2024-06-10 [2] RSPM (R 4.5.0)
##   ellipsis         0.3.2   2021-04-29 [2] RSPM (R 4.5.0)
##   evaluate         1.0.4   2025-06-18 [2] RSPM (R 4.5.0)
##   fansi            1.0.6   2023-12-08 [2] RSPM (R 4.5.0)
##   fastmap          1.2.0   2024-05-15 [2] RSPM (R 4.5.0)
##   fontawesome      0.5.3   2024-11-16 [2] RSPM (R 4.5.0)
##   foreign          0.8-90  2025-03-31 [3] CRAN (R 4.5.1)
##   fs               1.6.6   2025-04-12 [2] RSPM (R 4.5.0)
##   gert             2.1.5   2025-03-25 [2] RSPM (R 4.5.0)
##   gh               1.5.0   2025-05-26 [2] RSPM (R 4.5.0)
##   gitcreds         0.1.2   2022-09-08 [2] RSPM (R 4.5.0)
##   glue             1.8.0   2024-09-30 [2] RSPM (R 4.5.0)
##   graphics       * 4.5.1   2025-06-13 [3] local
##   grDevices      * 4.5.1   2025-06-13 [3] local
##   grid             4.5.1   2025-06-13 [3] local
##   highr            0.11    2024-05-26 [2] RSPM (R 4.5.0)
##   htmltools        0.5.8.1 2024-04-04 [2] RSPM (R 4.5.0)
##   htmlwidgets      1.6.4   2023-12-06 [2] RSPM (R 4.5.0)
##   httpuv           1.6.16  2025-04-16 [2] RSPM (R 4.5.0)
##   httr2            1.2.0   2025-07-13 [2] RSPM (R 4.5.0)
##   ini              0.3.1   2018-05-20 [2] RSPM (R 4.5.0)
##   jquerylib        0.1.4   2021-04-26 [2] RSPM (R 4.5.0)
##   jsonlite         2.0.0   2025-03-27 [2] RSPM (R 4.5.0)
##   KernSmooth       2.23-26 2025-01-01 [3] CRAN (R 4.5.1)
##   knitr            1.50    2025-03-16 [2] RSPM (R 4.5.0)
##   later            1.4.2   2025-04-08 [2] RSPM (R 4.5.0)
##   lattice          0.22-7  2025-04-02 [3] CRAN (R 4.5.1)
##   lifecycle        1.0.4   2023-11-07 [2] RSPM (R 4.5.0)
##   littler          0.3.21  2025-03-25 [2] RSPM (R 4.5.1)
##   magrittr         2.0.3   2022-03-30 [2] RSPM (R 4.5.0)
##   MASS             7.3-65  2025-02-28 [3] CRAN (R 4.5.1)
##   Matrix           1.7-3   2025-03-11 [3] CRAN (R 4.5.1)
##   memoise          2.0.1   2021-11-26 [2] RSPM (R 4.5.0)
##   methods        * 4.5.1   2025-06-13 [3] local
##   mgcv             1.9-3   2025-04-04 [3] CRAN (R 4.5.1)
##   mime             0.13    2025-03-17 [2] RSPM (R 4.5.0)
##   miniUI           0.1.2   2025-04-17 [2] RSPM (R 4.5.0)
##   nlme             3.1-168 2025-03-31 [3] CRAN (R 4.5.1)
##   nnet             7.3-20  2025-01-01 [3] CRAN (R 4.5.1)
##   openssl          2.3.3   2025-05-26 [2] RSPM (R 4.5.0)
##   parallel         4.5.1   2025-06-13 [3] local
##   pillar           1.11.0  2025-07-04 [2] RSPM (R 4.5.0)
##   pkgbuild         1.4.8   2025-05-26 [2] RSPM (R 4.5.0)
##   pkgconfig        2.0.3   2019-09-22 [2] RSPM (R 4.5.0)
##   pkgdown          2.1.3   2025-05-25 [2] RSPM (R 4.5.0)
##   pkgload          1.4.0   2024-06-28 [2] RSPM (R 4.5.0)
##   praise           1.0.0   2015-08-11 [2] RSPM (R 4.5.0)
##   preprocessCore   1.71.2  2025-06-22 [2] Bioconductor 3.22 (R 4.5.1)
##   prettyunits      1.2.0   2023-09-24 [2] RSPM (R 4.5.0)
##   processx         3.8.6   2025-02-21 [2] RSPM (R 4.5.0)
##   profvis          0.4.0   2024-09-20 [2] RSPM (R 4.5.0)
##   promises         1.3.3   2025-05-29 [2] RSPM (R 4.5.0)
##   ps               1.9.1   2025-04-12 [2] RSPM (R 4.5.0)
##   purrr            1.1.0   2025-07-10 [2] RSPM (R 4.5.0)
##   R6               2.6.1   2025-02-15 [2] RSPM (R 4.5.0)
##   ragg             1.4.0   2025-04-10 [2] RSPM (R 4.5.0)
##   rappdirs         0.3.3   2021-01-31 [2] RSPM (R 4.5.0)
##   rcmdcheck        1.4.0   2021-09-27 [2] RSPM (R 4.5.0)
##   Rcpp             1.1.0   2025-07-02 [2] RSPM (R 4.5.0)
##   remotes          2.5.0   2024-03-17 [2] RSPM (R 4.5.0)
##   rlang            1.1.6   2025-04-11 [2] RSPM (R 4.5.0)
##   rmarkdown        2.29    2024-11-04 [2] RSPM (R 4.5.0)
##   roxygen2         7.3.2   2024-06-28 [2] RSPM (R 4.5.0)
##   rpart            4.1.24  2025-01-07 [3] CRAN (R 4.5.1)
##   rprojroot        2.1.0   2025-07-12 [2] RSPM (R 4.5.0)
##   rstudioapi       0.17.1  2024-10-22 [2] RSPM (R 4.5.0)
##   rversions        2.1.2   2022-08-31 [2] RSPM (R 4.5.0)
##   sass             0.4.10  2025-04-11 [2] RSPM (R 4.5.0)
##   sessioninfo      1.2.3   2025-02-05 [2] RSPM (R 4.5.0)
##   shiny            1.11.1  2025-07-03 [2] RSPM (R 4.5.0)
##   sourcetools      0.1.7-1 2023-02-01 [2] RSPM (R 4.5.0)
##   spatial          7.3-18  2025-01-01 [3] CRAN (R 4.5.1)
##   splines          4.5.1   2025-06-13 [3] local
##   stats          * 4.5.1   2025-06-13 [3] local
##   stats4           4.5.1   2025-06-13 [3] local
##   stringi          1.8.7   2025-03-27 [2] RSPM (R 4.5.0)
##   stringr          1.5.1   2023-11-14 [2] RSPM (R 4.5.0)
##   survival         3.8-3   2024-12-17 [3] CRAN (R 4.5.1)
##   sys              3.4.3   2024-10-04 [2] RSPM (R 4.5.0)
##   systemfonts      1.2.3   2025-04-30 [2] RSPM (R 4.5.0)
##   tcltk            4.5.1   2025-06-13 [3] local
##   testthat         3.2.3   2025-01-13 [2] RSPM (R 4.5.0)
##   textshaping      1.0.1   2025-05-01 [2] RSPM (R 4.5.0)
##   tibble           3.3.0   2025-06-08 [2] RSPM (R 4.5.0)
##   tinytex          0.57    2025-04-15 [2] RSPM (R 4.5.0)
##   tools            4.5.1   2025-06-13 [3] local
##   urlchecker       1.0.1   2021-11-30 [2] RSPM (R 4.5.0)
##   usethis          3.1.0   2024-11-26 [2] RSPM (R 4.5.0)
##   utf8             1.2.6   2025-06-08 [2] RSPM (R 4.5.0)
##   utils          * 4.5.1   2025-06-13 [3] local
##   vctrs            0.6.5   2023-12-01 [2] RSPM (R 4.5.0)
##   waldo            0.6.2   2025-07-11 [2] RSPM (R 4.5.0)
##   whisker          0.4.1   2022-12-05 [2] RSPM (R 4.5.0)
##   withr            3.0.2   2024-10-28 [2] RSPM (R 4.5.0)
##   xfun             0.52    2025-04-02 [2] RSPM (R 4.5.0)
##   xml2             1.3.8   2025-03-14 [2] RSPM (R 4.5.0)
##   xopen            1.0.1   2024-04-25 [2] RSPM (R 4.5.0)
##   xtable           1.8-4   2019-04-21 [2] RSPM (R 4.5.0)
##   yaml             2.3.10  2024-07-26 [2] RSPM (R 4.5.0)
##   zip              2.3.3   2025-05-13 [2] RSPM (R 4.5.0)
##  
##   [1] /tmp/RtmpEwWmlD/Rinst8d4da642e8
##   [2] /usr/local/lib/R/site-library
##   [3] /usr/local/lib/R/library
##   * ── Packages attached to the search path.
##  
##  ───────────────────────────────────────────────────────────────────────────
Back to top