datacarpentry / r-socialsci

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

Update 21 packages #506

Closed carpentries-bot closed 7 months ago

carpentries-bot commented 7 months ago

:robot: This is an automated build

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

# NEW OR REMOVED PACKAGES -------------------------------
- mgcv  [required by ggplot2]
- lattice   [0.22-5 -> *]
- mgcv      [1.9-1 -> *]
- Matrix    [1.6-5 -> *]
- nlme      [3.1-164 -> *]
- R         [4.3.2 -> 4.3.3]

# CRAN -----------------------------------------------------------------------
- bslib         [0.6.1 -> 0.7.0]
- callr         [3.7.5 -> 3.7.6]
- data.table    [1.15.2 -> 1.15.4]
- dbplyr        [2.4.0 -> 2.5.0]
- digest        [0.6.34 -> 0.6.35]
- htmltools     [0.5.7 -> 0.5.8]
- munsell       [repo: RSPM -> CRAN; ver: 0.5.0 -> 0.5.1]
- processx      [3.8.3 -> 3.8.4]
- rmarkdown     [2.25 -> 2.26]
- RSQLite       [2.3.5 -> 2.3.6]
- rstudioapi    [0.15.0 -> 0.16.0]
- sass          [0.4.8 -> 0.4.9]
- tidyselect    [repo: RSPM -> CRAN; ver: 1.2.0 -> 1.2.1]
- tinytex       [0.49 -> 0.50]
- xfun          [0.42 -> 0.43]
- lattice       [* -> 0.22-6]
- Matrix        [* -> 1.6-5]
- mgcv          [* -> 1.9-1]

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

# carpentries ----------------------------------------------------------------
- ragg          [repo: RSPM -> carpentries; ver: 1.2.7 -> 1.3.0]
- systemfonts   [repo: RSPM -> carpentries; ver: 1.0.5 -> 1.0.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 7 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-506

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 18065 -> 17334 bytes
 fig/05-ggplot2-rendered-adding-jitter-1.png        |  Bin 9134 -> 9216 bytes
 fig/05-ggplot2-rendered-adding-width-height-1.png  |  Bin 8886 -> 8834 bytes
 fig/05-ggplot2-rendered-boxplot-exercise-1.png     |  Bin 10088 -> 10336 bytes
 ...-ggplot2-rendered-boxplot-exercise-factor-1.png |  Bin 21394 -> 21622 bytes
 fig/05-ggplot2-rendered-boxplot-with-jitter-1.png  |  Bin 16355 -> 16699 bytes
 fig/05-ggplot2-rendered-color-by-species-1.png     |  Bin 19722 -> 19684 bytes
 fig/05-ggplot2-rendered-scatter-challenge-1.png    |  Bin 18297 -> 18756 bytes
 fig/05-ggplot2-rendered-violin-plot-1.png          |  Bin 28341 -> 28055 bytes
 md5sum.txt                                         |   34 +-
 renv.lock (gone)                                   | 1569 --------------------
 14 files changed, 28 insertions(+), 1685 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-04-02 00:17:10 +0000