Skip to content

Update 43 packages#262

Merged
avallecam merged 3 commits into
mainfrom
update/packages
Jun 10, 2026
Merged

Update 43 packages#262
avallecam merged 3 commits into
mainfrom
update/packages

Conversation

@epiverse-trace-bot

@epiverse-trace-bot epiverse-trace-bot commented Apr 7, 2026

Copy link
Copy Markdown

🤖 This is an automated build

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

# NEW OR REMOVED PACKAGES -------------------------------
- lattice   [required by Matrix]
- MASS      [required by fitdistrplus]
- survival  [required by fitdistrplus]
- lattice    [0.22-9 -> *]
- MASS       [7.3-65 -> *]
- ps         [1.9.1 -> 1.9.3]
- Rcpp       [1.1.1 -> 1.1.1-1]
- S7         [0.2.1 -> 0.2.1-1]
- survival   [3.8-6 -> *]
- R          [4.5.2 -> 4.5.3]

# CRAN -----------------------------------------------------------------------
- backports         [1.5.0 -> 1.5.1]
- bit64             [4.6.0-1 -> 4.8.0]
- cffr              [1.2.1 -> 1.3.0]
- cli               [3.6.5 -> 3.6.6]
- countrycode       [1.7.0 -> 1.8.0]
- cpp11             [0.5.3 -> 0.5.4]
- curl              [7.0.0 -> 7.1.0]
- distributional    [0.6.0 -> 0.7.0]
- dplyr             [1.2.0 -> 1.2.1]
- fs                [1.6.6 -> 2.1.0]
- ggplot2           [4.0.2 -> 4.0.3]
- glue              [1.8.0 -> 1.8.1]
- grates            [1.7.2 -> 1.8.0]
- highr             [0.11 -> 0.12]
- igraph            [2.2.2 -> 2.3.0]
- incidence2        [2.6.3 -> 2.6.4]
- lazyeval          [0.2.2 -> 0.2.3]
- magrittr          [2.0.4 -> 2.0.5]
- Matrix            [1.7-4 -> 1.7-5]
- openssl           [2.3.5 -> 2.4.0]
- posterior         [1.6.1 -> 1.7.0]
- primarycensored   [1.3.0 -> 1.4.0]
- processx          [3.8.6 -> 3.9.0]
- purrr             [1.2.1 -> 1.2.2]
- QuickJSR          [1.9.0 -> 1.9.2]
- ragg              [1.5.0 -> 1.5.2]
- Rcpp              [1.1.1-1 -> 1.1.1-1.1]
- RcppParallel      [5.1.11-1 -> 5.1.11-2]
- renv              [1.1.7 -> 1.2.2]
- rlang             [1.1.7 -> 1.2.0]
- rmarkdown         [2.30 -> 2.31]
- S7                [0.2.1-1 -> 0.2.2]
- socialmixr        [0.5.1 -> 0.6.0]
- systemfonts       [1.3.1 -> 1.3.2]
- textshaping       [1.0.4 -> 1.0.5]
- tinytex           [0.58 -> 0.59]
- V8                [8.0.1 -> 8.2.0]
- vctrs             [0.7.1 -> 0.7.3]
- vroom             [1.7.0 -> 1.7.1]
- xfun              [0.56 -> 0.57]
- lattice           [* -> 0.22-9]
- MASS              [* -> 7.3-65]
- survival          [* -> 3.8-6]

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

github-actions Bot commented Apr 7, 2026

Copy link
Copy Markdown

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/epiverse-trace/tutorials-middle/compare/md-outputs..md-outputs-PR-262

The following changes were observed in the rendered markdown documents:

 config.yaml (gone)                                 |   92 -
 create-forecast.md                                 |   24 +-
 delays-functions.md                                |    4 +-
 ...create-forecast-rendered-unnamed-chunk-10-1.png |  Bin 9567 -> 9572 bytes
 ...create-forecast-rendered-unnamed-chunk-12-1.png |  Bin 8823 -> 8699 bytes
 fig/create-forecast-rendered-unnamed-chunk-4-1.png |  Bin 46840 -> 46838 bytes
 ...elays-functions-rendered-unnamed-chunk-19-1.png |  Bin 50369 -> 49893 bytes
 ...elays-functions-rendered-unnamed-chunk-22-1.png |  Bin 49353 -> 50484 bytes
 ...elays-functions-rendered-unnamed-chunk-23-1.png |  Bin 30162 -> 30637 bytes
 ...ransmissibility-rendered-unnamed-chunk-10-1.png |  Bin 61711 -> 62993 bytes
 ...ransmissibility-rendered-unnamed-chunk-19-1.png |  Bin 28807 -> 28627 bytes
 ...ransmissibility-rendered-unnamed-chunk-20-1.png |  Bin 32280 -> 32398 bytes
 ...reading-estimate-rendered-unnamed-chunk-5-1.png |  Bin 4781081 -> 5516525 bytes
 install.R (new)                                    |   11 +
 intro-cfr-adjust-delays.md                         |  110 +-
 md5sum.txt                                         |   38 +-
 network.html                                       |    8 +-
 quantify-transmissibility.md                       |   30 +-
 renv.lock (gone)                                   | 6684 --------------------
 webshot.png                                        |  Bin 4781081 -> 5516525 bytes
 20 files changed, 118 insertions(+), 6883 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 2026-06-10 12:21:35 +0000

github-actions Bot pushed a commit that referenced this pull request Apr 7, 2026
@epiverse-trace-bot epiverse-trace-bot changed the title Update 29 packages Update 43 packages May 5, 2026
github-actions Bot pushed a commit that referenced this pull request May 5, 2026
github-actions Bot pushed a commit that referenced this pull request Jun 10, 2026
@avallecam avallecam merged commit a5c8cb8 into main Jun 10, 2026
6 checks passed
@avallecam avallecam deleted the update/packages branch June 10, 2026 12:36
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