datacarpentry / r-raster-vector-geospatial

Introduction to Geospatial Raster and Vector Data with R
https://datacarpentry.org/r-raster-vector-geospatial
Other
113 stars 110 forks source link

Update 16 packages #456

Closed carpentries-bot closed 1 month ago

carpentries-bot commented 3 months ago

:robot: This is an automated build

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

# NEW OR REMOVED PACKAGES -------------------------------
- class       [required by classInt, e1071]
- KernSmooth  [required by classInt]
- MASS        [required by ggplot2]
- mgcv        [required by ggplot2]
- class        [7.3-22 -> *]
- KernSmooth   [2.23-24 -> *]
- MASS         [7.3-61 -> *]
- mgcv         [1.9-1 -> *]
- nlme         [3.1-165 -> *]
- Matrix       [1.7-0 -> *]

# CRAN -----------------------------------------------------------------------
- bslib        [0.7.0 -> 0.8.0]
- colorspace   [repo: RSPM -> CRAN; ver: 2.1-0 -> 2.1-1]
- knitr        [1.47 -> 1.48]
- Rcpp         [1.0.12 -> 1.0.13]
- s2           [1.1.6 -> 1.1.7]
- tinytex      [0.51 -> 0.52]
- withr        [3.0.0 -> 3.0.1]
- wk           [0.9.1 -> 0.9.2]
- xfun         [0.45 -> 0.46]
- yaml         [2.3.8 -> 2.3.10]
- class        [* -> 7.3-22]
- KernSmooth   [* -> 2.23-24]
- MASS         [* -> 7.3-61]
- mgcv         [* -> 1.9-1]
- nlme         [* -> 3.1-165]

# RSPM -----------------------------------------------------------------------
- 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 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-raster-vector-geospatial/compare/md-outputs..md-outputs-PR-456

The following changes were observed in the rendered markdown documents:

 config.yaml (gone)                                 |  92 --
 ...integration-rendered-compare-data-extents-1.png | Bin 35307 -> 35479 bytes
 ...tion-rendered-repeat-compare-data-extents-1.png | Bin 35307 -> 35479 bytes
 md5sum.txt                                         |  50 +-
 renv.lock (gone)                                   | 997 ---------------------
 5 files changed, 25 insertions(+), 1114 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-10-01 00:36:54 +0000

jonjab commented 1 week ago

Changes look fine.