datacarpentry / r-socialsci

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

Update 18 packages #500

Closed carpentries-bot closed 8 months ago

carpentries-bot commented 8 months ago

:robot: This is an automated build

This will update 18 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-4 -> *]
- mgcv      [1.9-0 -> *]
- nlme      [3.1-164 -> *]

# CRAN -----------------------------------------------------------------------
- cli          [3.6.1 -> 3.6.2]
- data.table   [1.14.8 -> 1.14.10]
- DBI          [repo: RSPM -> CRAN; ver: 1.1.3 -> 1.2.0]
- fansi        [1.0.5 -> 1.0.6]
- processx     [3.8.2 -> 3.8.3]
- progress     [1.2.2 -> 1.2.3]
- RSQLite      [2.3.3 -> 2.3.4]
- 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 -----------------------------------------------------------------------
- Matrix       [* -> 1.6-4]
- nlme         [* -> 3.1-164]

# https://carpentries.r-universe.dev -----------------------------------------
- curl         [repo: CRAN -> https://carpentries.r-universe.dev; ver: 5.1.0 -> 5.2.0]
- ragg         [repo: RSPM -> https://carpentries.r-universe.dev; ver: 1.2.6 -> 1.2.7]
- 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/datacarpentry/r-socialsci/compare/md-outputs..md-outputs-PR-500

The following changes were observed in the rendered markdown documents:

 04-tidyr.md                                        |   18 +-
 06-rmarkdown.md                                    |    2 +-
 config.yaml (gone)                                 |   88 --
 fig/05-ggplot2-rendered-adding-colors-1.png        |  Bin 17517 -> 17599 bytes
 fig/05-ggplot2-rendered-adding-jitter-1.png        |  Bin 9270 -> 8968 bytes
 fig/05-ggplot2-rendered-adding-width-height-1.png  |  Bin 8881 -> 9008 bytes
 fig/05-ggplot2-rendered-boxplot-exercise-1.png     |  Bin 10211 -> 10204 bytes
 ...-ggplot2-rendered-boxplot-exercise-factor-1.png |  Bin 21389 -> 21128 bytes
 fig/05-ggplot2-rendered-boxplot-with-jitter-1.png  |  Bin 16534 -> 16843 bytes
 fig/05-ggplot2-rendered-color-by-species-1.png     |  Bin 19530 -> 19526 bytes
 fig/05-ggplot2-rendered-scatter-challenge-1.png    |  Bin 19295 -> 19226 bytes
 fig/05-ggplot2-rendered-violin-plot-1.png          |  Bin 27747 -> 27804 bytes
 md5sum.txt                                         |   34 +-
 renv.lock (gone)                                   | 1568 --------------------
 14 files changed, 27 insertions(+), 1683 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:20:22 +0000