R session information

If you find any typos or issues, please let us know through github.com/lcolladotor/bioc_team_ds. Thank you!

This book was last updated on 2025-05-15 20:21:53.371456.

Details on the R version used for making this book. The source code is available at lcolladotor/bioc_team_ds.

## Load the package at the top of your script
library("sessioninfo")

## Reproducibility information
print('Reproducibility information:')
## [1] "Reproducibility information:"
Sys.time()
## [1] "2025-05-15 20:21:53 UTC"
proc.time()
##    user  system elapsed 
##   0.734   0.358   0.753
options(width = 120)
session_info()
## ─ Session info ───────────────────────────────────────────────────────────────────────────────────────────────────────
##  setting  value
##  version  R version 4.4.2 (2024-10-31)
##  os       Ubuntu 24.04.1 LTS
##  system   x86_64, linux-gnu
##  ui       X11
##  language (EN)
##  collate  en_US.UTF-8
##  ctype    en_US.UTF-8
##  tz       UTC
##  date     2025-05-15
##  pandoc   3.6 @ /usr/bin/ (via rmarkdown)
##  quarto   1.5.57 @ /usr/local/bin/quarto
## 
## ─ Packages ───────────────────────────────────────────────────────────────────────────────────────────────────────────
##  package     * version date (UTC) lib source
##  BiocManager   1.30.25 2024-08-28 [2] CRAN (R 4.4.2)
##  BiocStyle     2.34.0  2024-10-29 [1] Bioconductor 3.20 (R 4.4.2)
##  bookdown      0.43    2025-04-15 [1] RSPM (R 4.4.0)
##  bslib         0.9.0   2025-01-30 [2] RSPM (R 4.4.0)
##  cachem        1.1.0   2024-05-16 [2] RSPM (R 4.4.0)
##  cli           3.6.5   2025-04-23 [2] RSPM (R 4.4.0)
##  digest        0.6.37  2024-08-19 [2] RSPM (R 4.4.0)
##  evaluate      1.0.3   2025-01-10 [2] RSPM (R 4.4.0)
##  fastmap       1.2.0   2024-05-15 [2] RSPM (R 4.4.0)
##  htmltools     0.5.8.1 2024-04-04 [2] RSPM (R 4.4.0)
##  jquerylib     0.1.4   2021-04-26 [2] RSPM (R 4.4.0)
##  jsonlite      2.0.0   2025-03-27 [2] RSPM (R 4.4.0)
##  knitr         1.50    2025-03-16 [2] RSPM (R 4.4.0)
##  lifecycle     1.0.4   2023-11-07 [2] RSPM (R 4.4.0)
##  R6            2.6.1   2025-02-15 [2] RSPM (R 4.4.0)
##  rlang         1.1.6   2025-04-11 [2] RSPM (R 4.4.0)
##  rmarkdown     2.29    2024-11-04 [2] RSPM (R 4.4.0)
##  rstudioapi    0.17.1  2024-10-22 [2] RSPM (R 4.4.0)
##  sass          0.4.10  2025-04-11 [2] RSPM (R 4.4.0)
##  sessioninfo * 1.2.3   2025-02-05 [2] RSPM (R 4.4.0)
##  xfun          0.52    2025-04-02 [2] RSPM (R 4.4.0)
##  yaml          2.3.10  2024-07-26 [2] RSPM (R 4.4.0)
## 
##  [1] /__w/_temp/Library
##  [2] /usr/local/lib/R/site-library
##  [3] /usr/local/lib/R/library
##  * ── Packages attached to the search path.
## 
## ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

© 2011-2023. All thoughts and opinions here are my own. The icon was designed by Mauricio Guzmán and is inspired by Huichol culture; it represents my community building interests.

Published with Bookdown