datacarpentry / r-socialsci

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

update 33 packages #482

Closed zkamvar closed 1 year ago

zkamvar commented 1 year ago

I've run the package update manually because the automated workflow was having trouble after the release of {renv} 1.0.0.

This brings in updates to 33 packages. Please wait for the output to run and then check for any new errors, warnings or surprising output changes.

I ran the following commands to update the cache with {renv} 1.0.2

sandpaper::manage_deps()
sandpaper::update_cache()
- 33 packages have updates available.

# CRAN -----------------------------------------------------------------------
- askpass       [1.1 -> 1.2.0]
- boot          [1.3-28 -> 1.3-28.1]
- bslib         [repo: RSPM -> CRAN; ver: 0.5.0 -> 0.5.1]
- cpp11         [repo: RSPM -> CRAN; ver: 0.4.4 -> 0.4.6]
- curl          [repo: RSPM -> CRAN; ver: 5.0.1 -> 5.0.2]
- dbplyr        [2.3.2 -> 2.3.3]
- digest        [0.6.32 -> 0.6.33]
- dplyr         [1.1.2 -> 1.1.3]
- fontawesome   [0.5.1 -> 0.5.2]
- foreign       [0.8-82 -> 0.8-84]
- fs            [1.6.2 -> 1.6.3]
- gargle        [repo: RSPM -> CRAN; ver: 1.5.1 -> 1.5.2]
- ggplot2       [3.4.2 -> 3.4.3]
- gtable        [0.3.3 -> 0.3.4]
- htmltools     [repo: RSPM -> CRAN; ver: 0.5.5 -> 0.5.6]
- httr          [1.4.6 -> 1.4.7]
- labeling      [0.4.2 -> 0.4.3]
- Matrix        [1.5-4.1 -> 1.6-1]
- mgcv          [1.8-42 -> 1.9-0]
- nlme          [3.1-162 -> 3.1-163]
- openssl       [2.0.6 -> 2.1.0]
- purrr         [repo: RSPM -> CRAN; ver: 1.0.1 -> 1.0.2]
- readxl        [1.4.2 -> 1.4.3]
- rematch       [1.0.1 -> 2.0.0]
- renv          [0.17.3 -> 1.0.2]
- rmarkdown     [repo: RSPM -> CRAN; ver: 2.23 -> 2.24]
- rstudioapi    [0.14 -> 0.15.0]
- sass          [0.4.6 -> 0.4.7]
- survival      [3.5-5 -> 3.5-7]
- tinytex       [0.45 -> 0.46]
- uuid          [1.1-0 -> 1.1-1]
- xfun          [0.39 -> 0.40]

# carpentries ----------------------------------------------------------------
- xml2          [repo: * -> carpentries; ver: 1.3.4 -> 1.3.5; ref: v1.3.4 -> *; sha: c6468983 -> *]
github-actions[bot] commented 1 year 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-482

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 17264 -> 17691 bytes
 fig/05-ggplot2-rendered-adding-jitter-1.png        |  Bin 9035 -> 9229 bytes
 fig/05-ggplot2-rendered-adding-width-height-1.png  |  Bin 8982 -> 8776 bytes
 fig/05-ggplot2-rendered-boxplot-exercise-1.png     |  Bin 10129 -> 10359 bytes
 ...-ggplot2-rendered-boxplot-exercise-factor-1.png |  Bin 21405 -> 21400 bytes
 fig/05-ggplot2-rendered-boxplot-with-jitter-1.png  |  Bin 16535 -> 16864 bytes
 fig/05-ggplot2-rendered-color-by-species-1.png     |  Bin 19586 -> 19204 bytes
 fig/05-ggplot2-rendered-scatter-challenge-1.png    |  Bin 18947 -> 18875 bytes
 fig/05-ggplot2-rendered-violin-plot-1.png          |  Bin 27991 -> 28202 bytes
 md5sum.txt                                         |   36 +-
 renv.lock (gone)                                   | 1573 --------------------
 14 files changed, 29 insertions(+), 1690 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-09-05 14:21:54 +0000

zkamvar commented 1 year ago

Thank you, @juanfung!