Preamble

Package: PrinciplesSTA
Compiled: 2024-09-29
Package version: 0.99.0
R version: R version 4.4.1 (2024-06-14)
Bioconductor version: 3.20
License: CC BY 4.0

Docker image

A Docker image built from this repository is available here: ghcr.io/lmweber/principlessta

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/lmweber/principlessta: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/lmweber/principlessta:devel

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

BiocBook

This book is built using the BiocBook package, developed by Jacques Serizay for building Quarto books with Bioconductor.

More details on how to build a book using BiocBook can be found in the BiocBook book.

Session info

sessioninfo::session_info(
    installed.packages()[,"Package"], 
    include_base = TRUE
)
##  ─ Session info ────────────────────────────────────────────────────────────
##   setting  value
##   version  R version 4.4.1 (2024-06-14)
##   os       Ubuntu 22.04.5 LTS
##   system   x86_64, linux-gnu
##   ui       X11
##   language (EN)
##   collate  C
##   ctype    en_US.UTF-8
##   tz       Etc/UTC
##   date     2024-09-29
##   pandoc   3.4 @ /usr/bin/ (via rmarkdown)
##  
##  ─ Packages ────────────────────────────────────────────────────────────────
##   package              * version   date (UTC) lib source
##   abind                  1.4-8     2024-09-12 [2] RSPM (R 4.4.0)
##   AnnotationDbi          1.67.0    2024-05-01 [2] Bioconductor 3.20 (R 4.4.0)
##   AnnotationHub          3.13.3    2024-08-19 [2] Bioconductor 3.20 (R 4.4.1)
##   askpass                1.2.0     2023-09-03 [2] RSPM (R 4.4.0)
##   assorthead             0.99.8    2024-09-17 [2] Bioconductor 3.20 (R 4.4.1)
##   attempt                0.3.1     2020-05-03 [2] RSPM (R 4.4.0)
##   base                 * 4.4.1     2024-09-24 [3] local
##   base64enc              0.1-3     2015-07-28 [2] RSPM (R 4.4.0)
##   beachmat               2.21.6    2024-09-05 [2] Bioconductor 3.20 (R 4.4.1)
##   beeswarm               0.4.0     2021-06-01 [2] RSPM (R 4.4.0)
##   benchmarkme            1.0.8     2022-06-12 [2] RSPM (R 4.4.0)
##   benchmarkmeData        1.0.4     2020-04-23 [2] RSPM (R 4.4.0)
##   BH                     1.84.0-0  2024-01-10 [2] RSPM (R 4.4.0)
##   Biobase                2.65.1    2024-08-28 [2] Bioconductor 3.20 (R 4.4.1)
##   BiocFileCache          2.13.0    2024-05-01 [2] Bioconductor 3.20 (R 4.4.0)
##   BiocGenerics           0.51.2    2024-09-27 [2] Bioconductor 3.20 (R 4.4.1)
##   BiocIO                 1.15.2    2024-08-23 [2] Bioconductor 3.20 (R 4.4.1)
##   BiocManager            1.30.25   2024-08-28 [2] CRAN (R 4.4.1)
##   BiocNeighbors          1.99.1    2024-09-22 [2] Bioconductor 3.20 (R 4.4.1)
##   BiocParallel           1.39.0    2024-05-01 [2] Bioconductor 3.20 (R 4.4.0)
##   BiocSingular           1.21.4    2024-09-22 [2] Bioconductor 3.20 (R 4.4.1)
##   BiocStyle              2.33.1    2024-06-12 [2] Bioconductor 3.20 (R 4.4.0)
##   BiocVersion            3.20.0    2024-05-01 [2] Bioconductor 3.20 (R 4.4.1)
##   Biostrings             2.73.2    2024-09-26 [2] Bioconductor 3.20 (R 4.4.1)
##   bit                    4.5.0     2024-09-20 [2] RSPM (R 4.4.0)
##   bit64                  4.5.2     2024-09-22 [2] RSPM (R 4.4.0)
##   bitops                 1.0-8     2024-07-29 [2] RSPM (R 4.4.0)
##   blob                   1.2.4     2023-03-17 [2] RSPM (R 4.4.0)
##   bluster                1.15.1    2024-09-06 [2] Bioconductor 3.20 (R 4.4.1)
##   bookdown               0.40      2024-07-02 [2] RSPM (R 4.4.0)
##   boot                   1.3-31    2024-08-28 [2] RSPM (R 4.4.0)
##   brew                   1.0-10    2023-12-16 [2] RSPM (R 4.4.0)
##   brio                   1.1.5     2024-04-24 [2] RSPM (R 4.4.0)
##   BRISC                  1.0.5     2022-04-29 [2] RSPM (R 4.4.0)
##   bslib                  0.8.0     2024-07-29 [2] RSPM (R 4.4.0)
##   cachem                 1.1.0     2024-05-16 [2] RSPM (R 4.4.0)
##   Cairo                  1.6-2     2023-11-28 [2] RSPM (R 4.4.0)
##   callr                  3.7.6     2024-03-25 [2] RSPM (R 4.4.0)
##   class                  7.3-22    2023-05-03 [3] CRAN (R 4.4.1)
##   cli                    3.6.3     2024-06-21 [2] RSPM (R 4.4.0)
##   clipr                  0.8.0     2022-02-22 [2] RSPM (R 4.4.0)
##   cluster                2.1.6     2023-12-01 [3] CRAN (R 4.4.1)
##   codetools              0.2-20    2024-03-31 [3] CRAN (R 4.4.1)
##   colorspace             2.1-1     2024-07-26 [2] RSPM (R 4.4.0)
##   commonmark             1.9.1     2024-01-30 [2] RSPM (R 4.4.0)
##   compiler               4.4.1     2024-09-24 [3] local
##   config                 0.3.2     2023-08-30 [2] RSPM (R 4.4.0)
##   cowplot                1.1.3     2024-01-22 [2] RSPM (R 4.4.0)
##   cpp11                  0.5.0     2024-08-27 [2] RSPM (R 4.4.0)
##   crayon                 1.5.3     2024-06-20 [2] RSPM (R 4.4.0)
##   credentials            2.0.1     2023-09-06 [2] RSPM (R 4.4.0)
##   crosstalk              1.2.1     2023-11-23 [2] RSPM (R 4.4.0)
##   curl                   5.2.3     2024-09-20 [2] RSPM (R 4.4.0)
##   data.table             1.16.0    2024-08-27 [2] RSPM (R 4.4.0)
##   datasets             * 4.4.1     2024-09-24 [3] local
##   DBI                    1.2.3     2024-06-02 [2] RSPM (R 4.4.0)
##   dbplyr                 2.5.0     2024-03-19 [2] RSPM (R 4.4.0)
##   DelayedArray           0.31.12   2024-09-27 [2] Bioconductor 3.20 (R 4.4.1)
##   desc                   1.4.3     2023-12-10 [2] RSPM (R 4.4.0)
##   devtools               2.4.5     2022-10-11 [2] RSPM (R 4.4.0)
##   diffobj                0.3.5     2021-10-05 [2] RSPM (R 4.4.0)
##   digest                 0.6.37    2024-08-19 [2] RSPM (R 4.4.0)
##   docopt                 0.7.1     2020-06-24 [2] RSPM (R 4.4.1)
##   doParallel             1.0.17    2022-02-07 [2] RSPM (R 4.4.0)
##   dotCall64              1.1-1     2023-11-28 [2] RSPM (R 4.4.0)
##   downlit                0.4.4     2024-06-10 [2] RSPM (R 4.4.0)
##   dplyr                  1.1.4     2023-11-17 [2] RSPM (R 4.4.0)
##   dqrng                  0.4.1     2024-05-28 [2] RSPM (R 4.4.0)
##   DT                     0.33      2024-04-04 [2] RSPM (R 4.4.0)
##   edgeR                  4.3.16    2024-09-22 [2] Bioconductor 3.20 (R 4.4.1)
##   ellipsis               0.3.2     2021-04-29 [2] RSPM (R 4.4.0)
##   evaluate               1.0.0     2024-09-17 [2] RSPM (R 4.4.0)
##   ExperimentHub          2.13.1    2024-07-31 [2] Bioconductor 3.20 (R 4.4.1)
##   fansi                  1.0.6     2023-12-08 [2] RSPM (R 4.4.0)
##   farver                 2.1.2     2024-05-13 [2] RSPM (R 4.4.0)
##   fastmap                1.2.0     2024-05-15 [2] RSPM (R 4.4.0)
##   fields                 16.2      2024-06-27 [2] RSPM (R 4.4.0)
##   filelock               1.0.3     2023-12-11 [2] RSPM (R 4.4.0)
##   FNN                    1.1.4.1   2024-09-22 [2] RSPM (R 4.4.0)
##   fontawesome            0.5.2     2023-08-19 [2] RSPM (R 4.4.0)
##   foreach                1.5.2     2022-02-02 [2] RSPM (R 4.4.0)
##   foreign                0.8-87    2024-06-26 [2] RSPM (R 4.4.0)
##   formatR                1.14      2023-01-17 [2] RSPM (R 4.4.0)
##   fs                     1.6.4     2024-04-25 [2] RSPM (R 4.4.0)
##   futile.logger          1.4.3     2016-07-10 [2] RSPM (R 4.4.0)
##   futile.options         1.0.1     2018-04-20 [2] RSPM (R 4.4.0)
##   generics               0.1.3     2022-07-05 [2] RSPM (R 4.4.0)
##   GenomeInfoDb           1.41.1    2024-05-24 [2] Bioconductor 3.20 (R 4.4.0)
##   GenomeInfoDbData       1.2.12    2024-06-24 [2] Bioconductor
##   GenomicAlignments      1.41.0    2024-05-01 [2] Bioconductor 3.20 (R 4.4.0)
##   GenomicRanges          1.57.1    2024-06-12 [2] Bioconductor 3.20 (R 4.4.0)
##   gert                   2.1.2     2024-09-20 [2] RSPM (R 4.4.0)
##   ggbeeswarm             0.7.2     2023-04-29 [2] RSPM (R 4.4.0)
##   ggplot2                3.5.1     2024-04-23 [2] RSPM (R 4.4.0)
##   ggrastr                1.0.2     2023-06-01 [2] RSPM (R 4.4.0)
##   ggrepel                0.9.6     2024-09-07 [2] RSPM (R 4.4.0)
##   ggside                 0.3.1     2024-03-01 [2] RSPM (R 4.4.0)
##   ggspavis               1.11.0    2024-05-17 [2] Bioconductor 3.20 (R 4.4.0)
##   gh                     1.4.1     2024-03-28 [2] RSPM (R 4.4.0)
##   gitcreds               0.1.2     2022-09-08 [2] RSPM (R 4.4.0)
##   glue                   1.7.0     2024-01-09 [2] RSPM (R 4.4.0)
##   golem                  0.5.1     2024-08-27 [2] RSPM (R 4.4.0)
##   graphics             * 4.4.1     2024-09-24 [3] local
##   grDevices            * 4.4.1     2024-09-24 [3] local
##   grid                   4.4.1     2024-09-24 [3] local
##   gridExtra              2.3       2017-09-09 [2] RSPM (R 4.4.0)
##   gtable                 0.3.5     2024-04-22 [2] RSPM (R 4.4.0)
##   here                   1.0.1     2020-12-13 [2] RSPM (R 4.4.0)
##   highr                  0.11      2024-05-26 [2] RSPM (R 4.4.0)
##   htmltools              0.5.8.1   2024-04-04 [2] RSPM (R 4.4.0)
##   htmlwidgets            1.6.4     2023-12-06 [2] RSPM (R 4.4.0)
##   httpuv                 1.6.15    2024-03-26 [2] RSPM (R 4.4.0)
##   httr                   1.4.7     2023-08-15 [2] RSPM (R 4.4.0)
##   httr2                  1.0.5     2024-09-26 [2] RSPM (R 4.4.0)
##   igraph                 2.0.3     2024-03-13 [2] RSPM (R 4.4.0)
##   ini                    0.3.1     2018-05-20 [2] RSPM (R 4.4.0)
##   IRanges                2.39.2    2024-07-17 [2] Bioconductor 3.20 (R 4.4.1)
##   irlba                  2.3.5.1   2022-10-03 [2] RSPM (R 4.4.0)
##   isoband                0.2.7     2022-12-20 [2] RSPM (R 4.4.0)
##   iterators              1.0.14    2022-02-05 [2] RSPM (R 4.4.0)
##   jquerylib              0.1.4     2021-04-26 [2] RSPM (R 4.4.0)
##   jsonlite               1.8.9     2024-09-20 [2] RSPM (R 4.4.0)
##   KEGGREST               1.45.1    2024-06-17 [2] Bioconductor 3.20 (R 4.4.0)
##   KernSmooth             2.23-24   2024-05-17 [3] CRAN (R 4.4.1)
##   knitr                  1.48      2024-07-07 [2] RSPM (R 4.4.0)
##   labeling               0.4.3     2023-08-29 [2] RSPM (R 4.4.0)
##   lambda.r               1.2.4     2019-09-18 [2] RSPM (R 4.4.0)
##   later                  1.3.2     2023-12-06 [2] RSPM (R 4.4.0)
##   lattice                0.22-6    2024-03-20 [3] CRAN (R 4.4.1)
##   lazyeval               0.2.2     2019-03-15 [2] RSPM (R 4.4.0)
##   lifecycle              1.0.4     2023-11-07 [2] RSPM (R 4.4.0)
##   limma                  3.61.11   2024-09-26 [2] Bioconductor 3.20 (R 4.4.1)
##   littler                0.3.20    2024-03-23 [2] RSPM (R 4.4.1)
##   lobstr                 1.1.2     2022-06-22 [2] RSPM (R 4.4.0)
##   locfit                 1.5-9.10  2024-06-24 [2] RSPM (R 4.4.0)
##   magick                 2.8.5     2024-09-20 [2] RSPM (R 4.4.0)
##   magrittr               2.0.3     2022-03-30 [2] RSPM (R 4.4.0)
##   maps                   3.4.2     2023-12-15 [2] RSPM (R 4.4.0)
##   MASS                   7.3-61    2024-06-13 [2] RSPM (R 4.4.0)
##   Matrix                 1.7-0     2024-04-26 [3] CRAN (R 4.4.1)
##   MatrixGenerics         1.17.0    2024-05-01 [2] Bioconductor 3.20 (R 4.4.0)
##   matrixStats            1.4.1     2024-09-08 [2] RSPM (R 4.4.0)
##   memoise                2.0.1     2021-11-26 [2] RSPM (R 4.4.0)
##   metapod                1.13.0    2024-05-01 [2] Bioconductor 3.20 (R 4.4.0)
##   methods              * 4.4.1     2024-09-24 [3] local
##   mgcv                   1.9-1     2023-12-21 [3] CRAN (R 4.4.1)
##   mime                   0.12      2021-09-28 [2] RSPM (R 4.4.0)
##   miniUI                 0.1.1.1   2018-05-18 [2] RSPM (R 4.4.0)
##   munsell                0.5.1     2024-04-01 [2] RSPM (R 4.4.0)
##   nlme                   3.1-166   2024-08-14 [2] RSPM (R 4.4.0)
##   nnet                   7.3-19    2023-05-03 [3] CRAN (R 4.4.1)
##   nnSVG                  1.9.0     2024-05-17 [2] Bioconductor 3.20 (R 4.4.0)
##   openssl                2.2.2     2024-09-20 [2] RSPM (R 4.4.0)
##   paletteer              1.6.0     2024-01-21 [2] RSPM (R 4.4.0)
##   parallel               4.4.1     2024-09-24 [3] local
##   pbapply                1.7-2     2023-06-27 [2] RSPM (R 4.4.0)
##   pheatmap               1.0.12    2019-01-04 [2] RSPM (R 4.4.0)
##   pillar                 1.9.0     2023-03-22 [2] RSPM (R 4.4.0)
##   pkgbuild               1.4.4     2024-03-17 [2] RSPM (R 4.4.0)
##   pkgconfig              2.0.3     2019-09-22 [2] RSPM (R 4.4.0)
##   pkgdown                2.1.1     2024-09-17 [2] RSPM (R 4.4.0)
##   pkgload                1.4.0     2024-06-28 [2] RSPM (R 4.4.0)
##   plogr                  0.2.0     2018-03-25 [2] RSPM (R 4.4.0)
##   plotly                 4.10.4    2024-01-13 [2] RSPM (R 4.4.0)
##   png                    0.1-8     2022-11-29 [2] RSPM (R 4.4.0)
##   praise                 1.0.0     2015-08-11 [2] RSPM (R 4.4.0)
##   preprocessCore         1.67.1    2024-09-26 [2] Bioconductor 3.20 (R 4.4.1)
##   prettyunits            1.2.0     2023-09-24 [2] RSPM (R 4.4.0)
##   PrinciplesSTA          0.99.0    2024-09-29 [1] Bioconductor
##   prismatic              1.1.2     2024-04-10 [2] RSPM (R 4.4.0)
##   processx               3.8.4     2024-03-16 [2] RSPM (R 4.4.0)
##   profvis                0.4.0     2024-09-20 [2] RSPM (R 4.4.0)
##   promises               1.3.0     2024-04-05 [2] RSPM (R 4.4.0)
##   ps                     1.8.0     2024-09-12 [2] RSPM (R 4.4.0)
##   purrr                  1.0.2     2023-08-10 [2] RSPM (R 4.4.0)
##   R6                     2.5.1     2021-08-19 [2] RSPM (R 4.4.0)
##   ragg                   1.3.3     2024-09-11 [2] RSPM (R 4.4.0)
##   RANN                   2.6.2     2024-08-25 [2] RSPM (R 4.4.0)
##   rappdirs               0.3.3     2021-01-31 [2] RSPM (R 4.4.0)
##   rcmdcheck              1.4.0     2021-09-27 [2] RSPM (R 4.4.0)
##   RColorBrewer           1.1-3     2022-04-03 [2] RSPM (R 4.4.0)
##   Rcpp                   1.0.13    2024-07-17 [2] RSPM (R 4.4.0)
##   RcppAnnoy              0.0.22    2024-01-23 [2] RSPM (R 4.4.0)
##   RcppArmadillo          14.0.2-1  2024-09-12 [2] RSPM (R 4.4.0)
##   RcppEigen              0.3.4.0.2 2024-08-24 [2] RSPM (R 4.4.0)
##   RcppML                 0.3.7     2021-09-21 [2] RSPM (R 4.4.0)
##   RcppProgress           0.4.2     2020-02-06 [2] RSPM (R 4.4.0)
##   RCurl                  1.98-1.16 2024-07-11 [2] RSPM (R 4.4.0)
##   rdist                  0.0.5     2020-05-04 [2] RSPM (R 4.4.0)
##   rematch2               2.1.2     2020-05-01 [2] RSPM (R 4.4.0)
##   remotes                2.5.0     2024-03-17 [2] RSPM (R 4.4.0)
##   restfulr               0.0.15    2022-06-16 [2] RSPM (R 4.4.0)
##   Rhtslib                3.1.0     2024-05-01 [2] Bioconductor 3.20 (R 4.4.0)
##   rjson                  0.2.23    2024-09-16 [2] RSPM (R 4.4.0)
##   rlang                  1.1.4     2024-06-04 [2] RSPM (R 4.4.0)
##   rmarkdown              2.28      2024-08-17 [2] RSPM (R 4.4.0)
##   roxygen2               7.3.2     2024-06-28 [2] RSPM (R 4.4.0)
##   rpart                  4.1.23    2023-12-05 [3] CRAN (R 4.4.1)
##   rprojroot              2.0.4     2023-11-05 [2] RSPM (R 4.4.0)
##   Rsamtools              2.21.2    2024-09-26 [2] Bioconductor 3.20 (R 4.4.1)
##   RSpectra               0.16-2    2024-07-18 [2] RSPM (R 4.4.0)
##   RSQLite                2.3.7     2024-05-27 [2] RSPM (R 4.4.0)
##   rstudioapi             0.16.0    2024-03-24 [2] RSPM (R 4.4.0)
##   rsvd                   1.0.5     2021-04-16 [2] RSPM (R 4.4.0)
##   rtracklayer            1.65.0    2024-05-01 [2] Bioconductor 3.20 (R 4.4.0)
##   Rtsne                  0.17      2023-12-07 [2] RSPM (R 4.4.0)
##   rversions              2.1.2     2022-08-31 [2] RSPM (R 4.4.0)
##   S4Arrays               1.5.9     2024-09-26 [2] Bioconductor 3.20 (R 4.4.1)
##   S4Vectors              0.43.2    2024-07-17 [2] Bioconductor 3.20 (R 4.4.1)
##   sass                   0.4.9     2024-03-15 [2] RSPM (R 4.4.0)
##   ScaledMatrix           1.13.0    2024-05-01 [2] Bioconductor 3.20 (R 4.4.0)
##   scales                 1.3.0     2023-11-28 [2] RSPM (R 4.4.0)
##   scater                 1.33.4    2024-07-21 [2] Bioconductor 3.20 (R 4.4.1)
##   scran                  1.33.2    2024-09-06 [2] Bioconductor 3.20 (R 4.4.1)
##   scuttle                1.15.4    2024-08-14 [2] Bioconductor 3.20 (R 4.4.1)
##   sessioninfo            1.2.2     2021-12-06 [2] RSPM (R 4.4.0)
##   shiny                  1.9.1     2024-08-01 [2] RSPM (R 4.4.0)
##   shinyWidgets           0.8.7     2024-09-23 [2] RSPM (R 4.4.0)
##   SingleCellExperiment   1.27.2    2024-05-24 [2] Bioconductor 3.20 (R 4.4.0)
##   sitmo                  2.0.2     2021-10-13 [2] RSPM (R 4.4.0)
##   snow                   0.4-4     2021-10-27 [2] RSPM (R 4.4.0)
##   sourcetools            0.1.7-1   2023-02-01 [2] RSPM (R 4.4.0)
##   spam                   2.10-0    2023-10-23 [2] RSPM (R 4.4.0)
##   SparseArray            1.5.41    2024-09-27 [2] Bioconductor 3.20 (R 4.4.1)
##   spatial                7.3-17    2023-07-20 [3] CRAN (R 4.4.1)
##   SpatialExperiment      1.15.1    2024-06-20 [2] Bioconductor 3.20 (R 4.4.0)
##   spatialLIBD            1.17.8    2024-07-25 [2] Bioconductor 3.20 (R 4.4.1)
##   splines                4.4.1     2024-09-24 [3] local
##   statmod                1.5.0     2023-01-06 [2] RSPM (R 4.4.0)
##   stats                * 4.4.1     2024-09-24 [3] local
##   stats4                 4.4.1     2024-09-24 [3] local
##   STexampleData          1.13.3    2024-05-21 [2] Bioconductor 3.20 (R 4.4.0)
##   stringi                1.8.4     2024-05-06 [2] RSPM (R 4.4.0)
##   stringr                1.5.1     2023-11-14 [2] RSPM (R 4.4.0)
##   SummarizedExperiment   1.35.2    2024-09-27 [2] Bioconductor 3.20 (R 4.4.1)
##   survival               3.7-0     2024-06-05 [2] RSPM (R 4.4.0)
##   sys                    3.4.2     2023-05-23 [2] RSPM (R 4.4.0)
##   systemfonts            1.1.0     2024-05-15 [2] RSPM (R 4.4.0)
##   tcltk                  4.4.1     2024-09-24 [3] local
##   testthat               3.2.1.1   2024-04-14 [2] RSPM (R 4.4.0)
##   textshaping            0.4.0     2024-05-24 [2] RSPM (R 4.4.0)
##   tibble                 3.2.1     2023-03-20 [2] RSPM (R 4.4.0)
##   tidyr                  1.3.1     2024-01-24 [2] RSPM (R 4.4.0)
##   tidyselect             1.2.1     2024-03-11 [2] RSPM (R 4.4.0)
##   tinytex                0.53      2024-09-15 [2] RSPM (R 4.4.0)
##   tools                  4.4.1     2024-09-24 [3] local
##   UCSC.utils             1.1.0     2024-05-01 [2] Bioconductor 3.20 (R 4.4.0)
##   urlchecker             1.0.1     2021-11-30 [2] RSPM (R 4.4.0)
##   usethis                3.0.0     2024-07-29 [2] RSPM (R 4.4.0)
##   utf8                   1.2.4     2023-10-22 [2] RSPM (R 4.4.0)
##   utils                * 4.4.1     2024-09-24 [3] local
##   uwot                   0.2.2     2024-04-21 [2] RSPM (R 4.4.0)
##   vctrs                  0.6.5     2023-12-01 [2] RSPM (R 4.4.0)
##   vipor                  0.4.7     2023-12-18 [2] RSPM (R 4.4.0)
##   viridis                0.6.5     2024-01-29 [2] RSPM (R 4.4.0)
##   viridisLite            0.4.2     2023-05-02 [2] RSPM (R 4.4.0)
##   waldo                  0.5.3     2024-08-23 [2] RSPM (R 4.4.0)
##   whisker                0.4.1     2022-12-05 [2] RSPM (R 4.4.0)
##   withr                  3.0.1     2024-07-31 [2] RSPM (R 4.4.0)
##   xfun                   0.47      2024-08-17 [2] RSPM (R 4.4.0)
##   XML                    3.99-0.17 2024-06-25 [2] RSPM (R 4.4.0)
##   xml2                   1.3.6     2023-12-04 [2] RSPM (R 4.4.0)
##   xopen                  1.0.1     2024-04-25 [2] RSPM (R 4.4.0)
##   xtable                 1.8-4     2019-04-21 [2] RSPM (R 4.4.0)
##   XVector                0.45.0    2024-05-01 [2] Bioconductor 3.20 (R 4.4.0)
##   yaml                   2.3.10    2024-07-26 [2] RSPM (R 4.4.0)
##   zip                    2.3.1     2024-01-27 [2] RSPM (R 4.4.0)
##   zlibbioc               1.51.1    2024-06-05 [2] Bioconductor 3.20 (R 4.4.0)
##  
##   [1] /tmp/RtmpAWkfCW/Rinst8c9ed4df6
##   [2] /usr/local/lib/R/site-library
##   [3] /usr/local/lib/R/library
##  
##  ───────────────────────────────────────────────────────────────────────────
Back to top