datacarpentry / r-socialsci

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

Update 21 packages #510

Closed carpentries-bot closed 3 months ago

carpentries-bot commented 3 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]
- Matrix    [1.6-5 -> *]
- mgcv      [1.9-1 -> *]
- lattice   [0.22-6 -> *]
- nlme      [3.1-164 -> *]
- R         [4.3.3 -> 4.4.0]

# CRAN -----------------------------------------------------------------------
- backports     [repo: RSPM -> CRAN; ver: 1.4.1 -> 1.5.0]
- broom         [1.0.5 -> 1.0.6]
- cachem        [1.0.8 -> 1.1.0]
- DBI           [1.2.2 -> 1.2.3]
- farver        [repo: RSPM -> CRAN; ver: 2.1.1 -> 2.1.2]
- fastmap       [1.1.1 -> 1.2.0]
- highr         [repo: RSPM -> CRAN; ver: 0.10 -> 0.11]
- knitr         [1.46 -> 1.47]
- MASS          [7.3-60.0.1 -> 7.3-60.2]
- rmarkdown     [2.26 -> 2.27]
- RSQLite       [2.3.6 -> 2.3.7]
- xfun          [0.43 -> 0.44]
- Matrix        [* -> 1.7-0]
- mgcv          [* -> 1.9-1]

# RSPM -----------------------------------------------------------------------
- ellipsis      [0.3.2 -> *]
- lattice       [* -> 0.22-6]
- nlme          [* -> 3.1-164]

# carpentries ----------------------------------------------------------------
- openssl       [repo: CRAN -> carpentries; ver: 2.1.2 -> 2.2.0]
- ragg          [repo: RSPM -> carpentries; ver: 1.3.1 -> 1.3.2]
- systemfonts   [repo: RSPM -> carpentries; ver: 1.0.6 -> 1.1.0]
- textshaping   [repo: RSPM -> carpentries; ver: 0.3.7 -> 0.4.0]

: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 3 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-510

The following changes were observed in the rendered markdown documents:

 00-intro.md                                        |    8 +-
 01-intro-to-r.md                                   |  194 +--
 02-starting-with-data.md                           |  148 +-
 03-dplyr.md                                        |  110 +-
 04-tidyr.md                                        |   66 +-
 05-ggplot2.md                                      |   78 +-
 06-rmarkdown.md                                    |   18 +-
 07-json.md                                         |   36 +-
 config.yaml (gone)                                 |   88 --
 fig/05-ggplot2-rendered-adding-colors-1.png        |  Bin 17149 -> 18107 bytes
 fig/05-ggplot2-rendered-adding-jitter-1.png        |  Bin 8853 -> 9249 bytes
 fig/05-ggplot2-rendered-adding-width-height-1.png  |  Bin 8856 -> 9159 bytes
 fig/05-ggplot2-rendered-boxplot-exercise-1.png     |  Bin 10346 -> 10151 bytes
 ...-ggplot2-rendered-boxplot-exercise-factor-1.png |  Bin 21095 -> 21184 bytes
 fig/05-ggplot2-rendered-boxplot-with-jitter-1.png  |  Bin 16897 -> 16522 bytes
 fig/05-ggplot2-rendered-color-by-species-1.png     |  Bin 19421 -> 19061 bytes
 fig/05-ggplot2-rendered-scatter-challenge-1.png    |  Bin 18888 -> 19156 bytes
 fig/05-ggplot2-rendered-violin-plot-1.png          |  Bin 28120 -> 28153 bytes
 md5sum.txt                                         |   34 +-
 renv.lock (gone)                                   | 1568 --------------------
 20 files changed, 346 insertions(+), 2002 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-06-04 00:21:44 +0000