Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 5 packages #621

Merged
merged 1 commit into from
May 7, 2024
Merged

Update 5 packages #621

merged 1 commit into from
May 7, 2024

Conversation

carpentries-bot
Copy link
Contributor

🤖 This is an automated build

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

# CRAN -----------------------------------------------------------------------
- fs          [1.6.3 -> 1.6.4]
- htmltools   [0.5.8 -> 0.5.8.1]
- knitr       [1.45 -> 1.46]
- renv        [1.0.5 -> 1.0.7]
- tinytex     [0.50 -> 0.51]

⏱️ 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

Copy link

github-actions bot commented May 7, 2024

Thank you!

Thank you for your pull request 😃

🤖 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:

  • 🎯 correct output
  • 🖼️ correct figures
  • ❓ new warnings
  • ‼️ new errors

Rendered Changes

🔍 Inspect the changes: https://github.com/swcarpentry/r-novice-inflammation/compare/md-outputs..md-outputs-PR-621

The following changes were observed in the rendered markdown documents:

 01-starting-with-data.md    |  58 ++++----
 02-func-R.md                |  66 ++++-----
 03-loops-R.md               |  42 +++---
 04-cond.md                  |  34 ++---
 05-cmdline.md               |  64 ++++-----
 06-best-practices-R.md      |   4 +-
 08-making-packages-R.md     |   6 +-
 10-supp-addressing-data.md  |  48 +++----
 11-supp-read-write-csv.md   |  26 ++--
 12-supp-factors.md          |  24 ++--
 13-supp-data-structures.md  | 110 +++++++-------
 14-supp-call-stack.md       |   6 +-
 15-supp-loops-in-depth.md   |  20 +--
 config.yaml (gone)          |  95 ------------
 data/car-speeds-cleaned.csv |  94 ------------
 md5sum.txt                  |  50 +++----
 renv.lock (gone)            | 342 --------------------------------------------
 17 files changed, 279 insertions(+), 810 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.

⏱️ Updated at 2024-05-07 00:29:10 +0000

github-actions bot pushed a commit that referenced this pull request May 7, 2024
Copy link
Member

@Bisaloo Bisaloo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I rendered it locally and despite the large diff due to the syntax change in block headers in the intermediary md files, this doesn't seem to have any impact on the final HTML

@Bisaloo Bisaloo merged commit 48d7a1d into main May 7, 2024
3 checks passed
@Bisaloo Bisaloo deleted the update/packages branch May 7, 2024 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants