swcarpentry / r-novice-gapminder

R for Reproducible Scientific Analysis
http://swcarpentry.github.io/r-novice-gapminder/
Other
164 stars 536 forks source link

Update 13 packages #883

Closed carpentries-bot closed 8 months ago

carpentries-bot commented 8 months ago

:robot: This is an automated build

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

# NEW OR REMOVED PACKAGES -------------------------------
- lattice  [required by Matrix]
- MASS     [required by ggplot2]
- mgcv     [required by ggplot2]
- lattice   [0.22-5 -> *]
- MASS      [7.3-60 -> *]
- mgcv      [1.9-0 -> *]
- nlme      [3.1-164 -> *]

# CRAN -----------------------------------------------------------------------
- cli           [3.6.1 -> 3.6.2]
- fansi         [1.0.5 -> 1.0.6]
- htmlwidgets   [1.6.3 -> 1.6.4]
- igraph        [1.5.1 -> 1.6.0]
- progress      [1.2.2 -> 1.2.3]
- sass          [0.4.7 -> 0.4.8]
- vroom         [1.6.4 -> 1.6.5]
- yaml          [2.3.7 -> 2.3.8]
- lattice       [* -> 0.22-5]
- MASS          [* -> 7.3-60]
- mgcv          [* -> 1.9-1]

# RSPM -----------------------------------------------------------------------
- nlme          [* -> 3.1-164]

# https://carpentries.r-universe.dev -----------------------------------------
- stringi       [repo: RSPM -> https://carpentries.r-universe.dev; ver: 1.8.2 -> 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/swcarpentry/r-novice-gapminder/compare/md-outputs..md-outputs-PR-883

The following changes were observed in the rendered markdown documents:

 01-rstudio-intro.md |    2 +-
 02-project-intro.md |    2 +-
 03-seeking-help.md  |    2 +-
 config.yaml (gone)  |   96 -----
 md5sum.txt          |   52 +--
 renv.lock (gone)    | 1091 ---------------------------------------------------
 6 files changed, 29 insertions(+), 1216 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 00:23:58 +0000

matthieu-bruneaux commented 8 months ago

Thank you @skanwal! This looks fine to me too.