datacarpentry / r-raster-vector-geospatial

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

Update 19 packages #458

Closed carpentries-bot closed 1 week ago

carpentries-bot commented 3 weeks ago

:robot: This is an automated build

This will update 19 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-166 -> *]
- Matrix       [1.7-0 -> *]

# CRAN -----------------------------------------------------------------------
- evaluate     [1.0.0 -> 1.0.1]
- fs           [1.6.4 -> 1.6.5]
- gtable       [0.3.5 -> 0.3.6]
- raster       [3.6-26 -> 3.6-30]
- Rcpp         [1.0.13 -> 1.0.13-1]
- renv         [1.0.9 -> 1.0.11]
- rmarkdown    [2.28 -> 2.29]
- sf           [1.0-17 -> 1.0-18]
- terra        [1.7-78 -> 1.7-83]
- tinytex      [0.53 -> 0.54]
- withr        [3.0.1 -> 3.0.2]
- wk           [0.9.3 -> 0.9.4]
- xfun         [0.47 -> 0.49]
- class        [* -> 7.3-22]
- KernSmooth   [* -> 2.23-24]
- MASS         [* -> 7.3-61]
- Matrix       [* -> 1.7-1]
- mgcv         [* -> 1.9-1]

# RSPM -----------------------------------------------------------------------
- nlme         [* -> 3.1-166]

: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 weeks 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-458

The following changes were observed in the rendered markdown documents:

 05-raster-multi-band-in-r.md                       | 290 +++---
 config.yaml (gone)                                 |  92 --
 ...integration-rendered-compare-data-extents-1.png | Bin 35215 -> 35317 bytes
 ...tion-rendered-repeat-compare-data-extents-1.png | Bin 35215 -> 35317 bytes
 md5sum.txt                                         |  50 +-
 renv.lock (gone)                                   | 997 ---------------------
 6 files changed, 171 insertions(+), 1258 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-11-05 00:41:22 +0000