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 24 packages #103

Closed carpentries-bot closed 6 months ago

carpentries-bot commented 6 months ago

:robot: This is an automated build

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

# NEW OR REMOVED PACKAGES -------------------------------
- cluster     [required by clue]
- codetools   [required by BiocParallel, ComplexHeatmap, foreach]
- KernSmooth  [required by gplots]
- lattice     [required by ape, bbmle, coda, and 6 others]
- mgcv        [required by ggplot2, iSEE]
- cluster      [2.1.6 -> *]
- codetools    [0.2-19 -> *]
- KernSmooth   [2.23-22 -> *]
- lattice      [0.22-5 -> *]
- mgcv         [1.9-1 -> *]
- treeio       [GuangchuangYu/treeio@devel: c58405e2 -> f6686330]

# CRAN -----------------------------------------------------------------------
- bdsmatrix       [1.3-6 -> 1.3-7]
- circlize        [0.4.15 -> 0.4.16]
- data.table      [1.15.0 -> 1.15.2]
- DBI             [1.2.1 -> 1.2.2]
- DT              [0.31 -> 0.32]
- ggforce         [0.4.1 -> 0.4.2]
- ggnewscale      [0.4.9 -> 0.4.10]
- ggplot2         [3.4.4 -> 3.5.0]
- ggraph          [2.1.0 -> 2.2.0]
- igraph          [2.0.1.1 -> 2.0.2]
- locfit          [1.5-9.8 -> 1.5-9.9]
- RcppArmadillo   [0.12.6.6.1 -> 0.12.8.1.0]
- RcppEigen       [0.3.3.9.4 -> 0.3.4.0.0]
- renv            [1.0.3 -> 1.0.5]
- shape           [1.4.6 -> 1.4.6.1]
- shinyWidgets    [0.8.1 -> 0.8.2]
- tweenr          [2.0.2 -> 2.0.3]
- xfun            [0.41 -> 0.42]
- cluster         [* -> 2.1.6]
- codetools       [* -> 0.2-19]
- KernSmooth      [* -> 2.23-22]
- lattice         [* -> 0.22-5]
- mgcv            [* -> 1.9-1]

# carpentries ----------------------------------------------------------------
- curl            [repo: RSPM -> carpentries; ver: 5.2.0 -> 5.2.1]

: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 6 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-103

The following changes were observed in the rendered markdown documents:

 03-import-annotate.md                              |   6 ++--
 04-exploratory-qc.md                               |  16 ++++-----
 07-gene-set-analysis.md                            |   8 ++---
 fig/04-exploratory-qc-rendered-pca-exercise-1.png  | Bin 15047 -> 14848 bytes
 ...erential-expression-rendered-heatmap-time-1.png | Bin 22609 -> 22599 bytes
 fig/07-gene-set-analysis-rendered-hypergeom-1.png  | Bin 191015 -> 191062 bytes
 ...ne-set-analysis-rendered-more-enrichplots-1.png | Bin 274266 -> 275151 bytes
 ...ne-set-analysis-rendered-more-enrichplots-2.png | Bin 346036 -> 345475 bytes
 ...et-analysis-rendered-plot-enrichment-padj-1.png | Bin 216885 -> 216907 bytes
 ...7-gene-set-analysis-rendered-plot-up-down-1.png | Bin 147379 -> 147374 bytes
 fig/07-gene-set-analysis-rendered-plot-z-1.png     | Bin 129401 -> 129533 bytes
 md5sum.txt                                         |  36 ++++++++++-----------
 12 files changed, 33 insertions(+), 33 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-03-05 01:01:07 +0000