swcarpentry / r-novice-inflammation

Programming with R
http://swcarpentry.github.io/r-novice-inflammation/
Other
160 stars 394 forks source link

Update 6 packages #622

Closed carpentries-bot closed 1 month ago

carpentries-bot commented 1 month ago

:robot: This is an automated build

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

# NEW OR REMOVED PACKAGES -------------------------------
- R   [4.3.3 -> 4.4.0]

# CRAN -----------------------------------------------------------------------
- cachem      [1.0.8 -> 1.1.0]
- fastmap     [1.1.1 -> 1.2.0]
- highr       [repo: RSPM -> CRAN; ver: 0.10 -> 0.11]
- knitr       [1.46 -> 1.47]
- rmarkdown   [2.26 -> 2.27]
- xfun        [0.43 -> 0.44]

: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 1 month 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/swcarpentry/r-novice-inflammation/compare/md-outputs..md-outputs-PR-622

The following changes were observed in the rendered markdown documents:

 01-starting-with-data.md    | 130 ++++++++---------
 02-func-R.md                | 142 +++++++++---------
 03-loops-R.md               |  86 +++++------
 04-cond.md                  | 102 ++++++-------
 05-cmdline.md               | 112 +++++++--------
 06-best-practices-R.md      |  24 ++--
 07-knitr-R.md               |   2 +-
 08-making-packages-R.md     |  30 ++--
 10-supp-addressing-data.md  | 102 ++++++-------
 11-supp-read-write-csv.md   |  68 ++++-----
 12-supp-factors.md          |  68 ++++-----
 13-supp-data-structures.md  | 238 +++++++++++++++---------------
 14-supp-call-stack.md       |  16 +--
 15-supp-loops-in-depth.md   |  42 +++---
 config.yaml (gone)          |  95 ------------
 data/car-speeds-cleaned.csv |  94 ------------
 md5sum.txt                  |  50 +++----
 renv.lock (gone)            | 342 --------------------------------------------
 18 files changed, 606 insertions(+), 1137 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:29:09 +0000