carpentries-incubator / bioc-rnaseq

Analysis and Interpretation of Bulk RNA-Seq Data using Bioconductor
https://carpentries-incubator.github.io/bioc-rnaseq
Other
19 stars 28 forks source link

Update 44 packages #99

Closed carpentries-bot closed 8 months ago

carpentries-bot commented 8 months ago

:robot: This is an automated build

This will update 44 packages in your lesson with the following versions:

# NEW OR REMOVED PACKAGES -------------------------------
- codetools   [required by BiocParallel, ComplexHeatmap, foreach]
- KernSmooth  [required by gplots]
- lattice     [required by ape, bbmle, coda, and 5 others]
- MASS        [required by bbmle, emdbook, ExploreModelMatrix, and 3 others]
- mgcv        [required by ggplot2, iSEE]
- nlme        [required by ape]
- codetools    [0.2-19 -> *]
- KernSmooth   [2.23-22 -> *]
- lattice      [0.22-5 -> *]
- MASS         [7.3-60 -> *]
- mgcv         [1.9-0 -> *]
- nlme         [3.1-163 -> *]
- R            [4.3.1 -> 4.3.2]

# CRAN -----------------------------------------------------------------------
- bbmle           [1.0.25 -> 1.0.25.1]
- bslib           [0.5.1 -> 0.6.1]
- cli             [3.6.1 -> 3.6.2]
- cluster         [2.1.4 -> 2.1.6]
- cowplot         [1.1.1 -> 1.1.2]
- cpp11           [0.4.6 -> 0.4.7]
- crosstalk       [1.2.0 -> 1.2.1]
- data.table      [1.14.8 -> 1.14.10]
- DBI             [1.1.3 -> 1.2.0]
- dplyr           [repo: RSPM -> CRAN; ver: 1.1.3 -> 1.1.4]
- DT              [0.30 -> 0.31]
- fansi           [1.0.5 -> 1.0.6]
- gtools          [3.9.4 -> 3.9.5]
- htmlwidgets     [1.6.2 -> 1.6.4]
- httpuv          [repo: RSPM -> CRAN; ver: 1.6.12 -> 1.6.13]
- igraph          [1.5.1 -> 1.6.0]
- jsonlite        [1.8.7 -> 1.8.8]
- later           [1.3.1 -> 1.3.2]
- lifecycle       [1.0.3 -> 1.0.4]
- Matrix          [1.6-1.1 -> 1.6-4]
- matrixStats     [1.0.0 -> 1.2.0]
- mvtnorm         [1.2-3 -> 1.2-4]
- RcppArmadillo   [0.12.6.6.0 -> 0.12.6.6.1]
- RSQLite         [2.3.3 -> 2.3.4]
- sass            [0.4.7 -> 0.4.8]
- scales          [1.2.1 -> 1.3.0]
- shiny           [1.7.5.1 -> 1.8.0]
- stringr         [1.5.0 -> 1.5.1]
- tidygraph       [1.2.3 -> 1.3.0]
- tidytree        [0.4.5 -> 0.4.6]
- tinytex         [0.48 -> 0.49]
- vctrs           [0.6.4 -> 0.6.5]
- vipor           [0.4.5 -> 0.4.7]
- yaml            [2.3.7 -> 2.3.8]
- yulab.utils     [0.1.0 -> 0.1.2]
- codetools       [* -> 0.2-19]
- KernSmooth      [* -> 2.23-22]
- lattice         [* -> 0.22-5]
- MASS            [* -> 7.3-60]
- mgcv            [* -> 1.9-1]
- nlme            [* -> 3.1-164]

# GitHub ---------------------------------------------------------------------
- treeio          [GuangchuangYu/treeio@devel: a8b64d4a -> acf29745]

# https://carpentries.r-universe.dev -----------------------------------------
- curl            [repo: CRAN -> https://carpentries.r-universe.dev; ver: 5.1.0 -> 5.2.0]
- stringi         [repo: CRAN -> https://carpentries.r-universe.dev; ver: 1.7.12 -> 1.8.3]

:stopwatch: In a few minutes, a comment will appear that will show you how the output has changed based on these updates.

If you want to inspect these changes locally, you can use the following code to check out a new branch:

git fetch origin update/packages
git checkout update/packages
github-actions[bot] commented 8 months ago

Thank you!

Thank you for your pull request :smiley:

:robot: This automated message can help you check the rendered files in your submission for clarity. If you have any questions, please feel free to open an issue in {sandpaper}.

If you have files that automatically render output (e.g. R Markdown), then you should check for the following:

Rendered Changes

:mag: Inspect the changes: https://github.com/carpentries-incubator/bioc-rnaseq/compare/md-outputs..md-outputs-PR-99

The following changes were observed in the rendered markdown documents:

 03-import-annotate.md                              |   14 +-
 04-exploratory-qc.md                               |   32 +-
 07-gene-set-analysis.md                            |   20 +-
 config.yaml (gone)                                 |   86 -
 fig/04-exploratory-qc-rendered-pca-exercise-1.png  |  Bin 14978 -> 14860 bytes
 ...erential-expression-rendered-heatmap-time-1.png |  Bin 22604 -> 22610 bytes
 fig/07-gene-set-analysis-rendered-hypergeom-1.png  |  Bin 191097 -> 191027 bytes
 md5sum.txt                                         |   36 +-
 renv.lock (gone)                                   | 2923 --------------------
 9 files changed, 51 insertions(+), 3060 deletions(-)
What does this mean? If you have source files that require output and figures to be generated (e.g. R Markdown), then it is important to make sure the generated figures and output are reproducible. This output provides a way for you to inspect the output in a diff-friendly manner so that it's easy to see the changes that occur due to new software versions or randomisation.

:stopwatch: Updated at 2024-01-02 01:42:34 +0000