datacarpentry / r-socialsci

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

Update 12 packages #521

Closed carpentries-bot closed 1 week ago

carpentries-bot commented 2 weeks ago

:robot: This is an automated build

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

# NEW OR REMOVED PACKAGES -------------------------------
- MASS  [required by ggplot2]
- mgcv  [required by ggplot2]
- MASS      [7.3-61 -> *]
- mgcv      [1.9-1 -> *]
- nlme      [3.1-165 -> *]
- lattice   [0.22-6 -> *]
- Matrix    [1.7-0 -> *]

# CRAN -----------------------------------------------------------------------
- cpp11        [0.4.7 -> 0.5.0]
- curl         [repo: RSPM -> CRAN; ver: 5.2.1 -> 5.2.2]
- data.table   [1.15.4 -> 1.16.0]
- digest       [0.6.36 -> 0.6.37]
- openssl      [repo: RSPM -> CRAN; ver: 2.2.0 -> 2.2.1]
- rmarkdown    [2.27 -> 2.28]
- xfun         [0.46 -> 0.47]
- MASS         [* -> 7.3-61]
- mgcv         [* -> 1.9-1]
- nlme         [* -> 3.1-166]

# RSPM -----------------------------------------------------------------------
- lattice      [* -> 0.22-6]
- Matrix       [* -> 1.7-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 2 weeks ago

:ok: Pre-flight checks passed :smiley:

This pull request has been checked and contains no modified workflow files, spoofing, or invalid commits.

It should be safe to Approve and Run the workflows that need maintainer approval.

juanfung commented 2 weeks ago

@zkamvar one of the checks is failing. what should we do?

zkamvar commented 2 weeks ago

Ugh, it's an artifact upload kerfuffle, which means that GitHub changed its rules for artifacts. That being said, I'm no longer the right person to ask for this. @ErinBecker and @froggleston are the correct ones to handle this.

That being said, you can follow the directions in the PR to inspect the changes manually.

froggleston commented 2 weeks ago

This has been fixed in sandpaper main - @zkamvar would you recommend a bugfix release for such an update to actions?

zkamvar commented 2 weeks ago

This has been fixed in sandpaper main - @zkamvar would you recommend a bugfix release for such an update to actions?

Absolutely!

froggleston commented 2 weeks ago

Fixed in sandpaper 0.16.7

juanfung commented 1 week ago

@zkamvar @froggleston thanks! not sure i completely understand but it looks like safe to merge and package updates will be reflected in the next auto build?