datacarpentry / r-socialsci

R for Social Scientists
https://datacarpentry.org/r-socialsci/
Other
111 stars 199 forks source link

Update 17 packages #498

Closed carpentries-bot closed 9 months ago

carpentries-bot commented 9 months ago

:robot: This is an automated build

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

# NEW OR REMOVED PACKAGES -------------------------------
- MASS  [required by ggplot2]
- mgcv  [required by ggplot2]
- lattice   [0.22-5 -> *]
- MASS      [7.3-60 -> *]
- Matrix    [1.6-1.1 -> *]
- mgcv      [1.9-0 -> *]
- nlme      [3.1-163 -> *]
- R         [4.3.1 -> 4.3.2]

# CRAN -----------------------------------------------------------------------
- bslib       [0.5.1 -> 0.6.1]
- cpp11       [0.4.6 -> 0.4.7]
- dplyr       [repo: RSPM -> CRAN; ver: 1.1.3 -> 1.1.4]
- haven       [2.5.3 -> 2.5.4]
- jsonlite    [1.8.7 -> 1.8.8]
- lifecycle   [repo: RSPM -> CRAN; ver: 1.0.3 -> 1.0.4]
- scales      [repo: RSPM -> CRAN; ver: 1.2.1 -> 1.3.0]
- stringr     [repo: RSPM -> CRAN; ver: 1.5.0 -> 1.5.1]
- tinytex     [0.48 -> 0.49]
- vctrs       [0.6.4 -> 0.6.5]
- lattice     [* -> 0.22-5]
- MASS        [* -> 7.3-60]
- Matrix      [* -> 1.6-4]
- mgcv        [* -> 1.9-0]
- nlme        [* -> 3.1-164]

# https://carpentries.r-universe.dev -----------------------------------------
- stringi     [repo: RSPM -> https://carpentries.r-universe.dev; ver: 1.7.12 -> 1.8.2]
- xml2        [repo: CRAN -> https://carpentries.r-universe.dev; ver: 1.3.5 -> 1.3.6]

: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 9 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/datacarpentry/r-socialsci/compare/md-outputs..md-outputs-PR-498

The following changes were observed in the rendered markdown documents:

 04-tidyr.md                                        |   20 +-
 06-rmarkdown.md                                    |    2 +-
 config.yaml (gone)                                 |   88 --
 fig/05-ggplot2-rendered-adding-colors-1.png        |  Bin 17814 -> 17509 bytes
 fig/05-ggplot2-rendered-adding-jitter-1.png        |  Bin 9135 -> 9384 bytes
 fig/05-ggplot2-rendered-adding-width-height-1.png  |  Bin 8641 -> 8801 bytes
 fig/05-ggplot2-rendered-boxplot-exercise-1.png     |  Bin 10348 -> 10330 bytes
 ...-ggplot2-rendered-boxplot-exercise-factor-1.png |  Bin 21451 -> 20926 bytes
 fig/05-ggplot2-rendered-boxplot-with-jitter-1.png  |  Bin 16674 -> 16912 bytes
 fig/05-ggplot2-rendered-color-by-species-1.png     |  Bin 19577 -> 19173 bytes
 fig/05-ggplot2-rendered-scatter-challenge-1.png    |  Bin 18956 -> 19317 bytes
 fig/05-ggplot2-rendered-violin-plot-1.png          |  Bin 28112 -> 27819 bytes
 md5sum.txt                                         |   34 +-
 renv.lock (gone)                                   | 1563 --------------------
 14 files changed, 28 insertions(+), 1679 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 2023-12-05 00:18:16 +0000