Skip to content

Commit 4fa418d

Browse files
authored
[actions] update 15 packages
1 parent 0247b11 commit 4fa418d

File tree

2 files changed

+39
-70
lines changed

2 files changed

+39
-70
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,4 @@ renv/sandbox # OPTIONAL
5454
renv/sandbox
5555
renv/sandbox
5656
renv/sandbox
57+
renv/sandbox

renv/profiles/lesson-requirements/renv.lock

Lines changed: 38 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"R": {
3-
"Version": "4.5.0",
3+
"Version": "4.5.1",
44
"Repositories": [
55
{
66
"Name": "CRAN",
@@ -190,7 +190,8 @@
190190
"URL": "https://henrikbengtsson.github.io/R.oo/, https://github.com/HenrikBengtsson/R.oo",
191191
"BugReports": "https://github.com/HenrikBengtsson/R.oo/issues",
192192
"NeedsCompilation": "no",
193-
"Repository": "CRAN"
193+
"Repository": "RSPM",
194+
"Encoding": "UTF-8"
194195
},
195196
"R.utils": {
196197
"Package": "R.utils",
@@ -1094,14 +1095,14 @@
10941095
},
10951096
"curl": {
10961097
"Package": "curl",
1097-
"Version": "6.2.3",
1098+
"Version": "6.4.0",
10981099
"Source": "Repository",
10991100
"Type": "Package",
11001101
"Title": "A Modern and Flexible Web Client for R",
11011102
"Authors@R": "c( person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Hadley\", \"Wickham\", role = \"ctb\"), person(\"Posit Software, PBC\", role = \"cph\"))",
11021103
"Description": "Bindings to 'libcurl' <https://curl.se/libcurl/> for performing fully configurable HTTP/FTP requests where responses can be processed in memory, on disk, or streaming via the callback or connection interfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly web client see the 'httr2' package which builds on this package with http specific tools and logic.",
11031104
"License": "MIT + file LICENSE",
1104-
"SystemRequirements": "libcurl (>= 7.62): libcurl-devel (rpm) or libcurl4-openssl-dev (deb)",
1105+
"SystemRequirements": "libcurl (>= 7.73): libcurl-devel (rpm) or libcurl4-openssl-dev (deb)",
11051106
"URL": "https://jeroen.r-universe.dev/curl",
11061107
"BugReports": "https://github.com/jeroen/curl/issues",
11071108
"Suggests": [
@@ -1128,7 +1129,7 @@
11281129
},
11291130
"data.table": {
11301131
"Package": "data.table",
1131-
"Version": "1.17.4",
1132+
"Version": "1.17.6",
11321133
"Source": "Repository",
11331134
"Title": "Extension of `data.frame`",
11341135
"Depends": [
@@ -1558,7 +1559,7 @@
15581559
},
15591560
"evaluate": {
15601561
"Package": "evaluate",
1561-
"Version": "1.0.3",
1562+
"Version": "1.0.4",
15621563
"Source": "Repository",
15631564
"Type": "Package",
15641565
"Title": "Parsing and Evaluation Tools that Provide More Details than the Default",
@@ -1577,7 +1578,8 @@
15771578
"lattice",
15781579
"methods",
15791580
"pkgload",
1580-
"rlang",
1581+
"ragg (>= 1.4.0)",
1582+
"rlang (>= 1.1.5)",
15811583
"knitr",
15821584
"testthat (>= 3.0.0)",
15831585
"withr"
@@ -1587,41 +1589,10 @@
15871589
"Encoding": "UTF-8",
15881590
"RoxygenNote": "7.3.2",
15891591
"NeedsCompilation": "no",
1590-
"Author": "Hadley Wickham [aut, cre], Yihui Xie [aut] (<https://orcid.org/0000-0003-0645-5666>), Michael Lawrence [ctb], Thomas Kluyver [ctb], Jeroen Ooms [ctb], Barret Schloerke [ctb], Adam Ryczkowski [ctb], Hiroaki Yutani [ctb], Michel Lang [ctb], Karolis Koncevičius [ctb], Posit Software, PBC [cph, fnd]",
1592+
"Author": "Hadley Wickham [aut, cre], Yihui Xie [aut] (ORCID: <https://orcid.org/0000-0003-0645-5666>), Michael Lawrence [ctb], Thomas Kluyver [ctb], Jeroen Ooms [ctb], Barret Schloerke [ctb], Adam Ryczkowski [ctb], Hiroaki Yutani [ctb], Michel Lang [ctb], Karolis Koncevičius [ctb], Posit Software, PBC [cph, fnd]",
15911593
"Maintainer": "Hadley Wickham <hadley@posit.co>",
15921594
"Repository": "CRAN"
15931595
},
1594-
"fansi": {
1595-
"Package": "fansi",
1596-
"Version": "1.0.6",
1597-
"Source": "Repository",
1598-
"Title": "ANSI Control Sequence Aware String Functions",
1599-
"Description": "Counterparts to R string manipulation functions that account for the effects of ANSI text formatting control sequences.",
1600-
"Authors@R": "c( person(\"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\", role=c(\"aut\", \"cre\")), person(\"Elliott\", \"Sales De Andrade\", role=\"ctb\"), person(family=\"R Core Team\", email=\"R-core@r-project.org\", role=\"cph\", comment=\"UTF8 byte length calcs from src/util.c\" ))",
1601-
"Depends": [
1602-
"R (>= 3.1.0)"
1603-
],
1604-
"License": "GPL-2 | GPL-3",
1605-
"URL": "https://github.com/brodieG/fansi",
1606-
"BugReports": "https://github.com/brodieG/fansi/issues",
1607-
"VignetteBuilder": "knitr",
1608-
"Suggests": [
1609-
"unitizer",
1610-
"knitr",
1611-
"rmarkdown"
1612-
],
1613-
"Imports": [
1614-
"grDevices",
1615-
"utils"
1616-
],
1617-
"RoxygenNote": "7.2.3",
1618-
"Encoding": "UTF-8",
1619-
"Collate": "'constants.R' 'fansi-package.R' 'internal.R' 'load.R' 'misc.R' 'nchar.R' 'strwrap.R' 'strtrim.R' 'strsplit.R' 'substr2.R' 'trimws.R' 'tohtml.R' 'unhandled.R' 'normalize.R' 'sgr.R'",
1620-
"NeedsCompilation": "yes",
1621-
"Author": "Brodie Gaslam [aut, cre], Elliott Sales De Andrade [ctb], R Core Team [cph] (UTF8 byte length calcs from src/util.c)",
1622-
"Maintainer": "Brodie Gaslam <brodie.gaslam@yahoo.com>",
1623-
"Repository": "RSPM"
1624-
},
16251596
"farver": {
16261597
"Package": "farver",
16271598
"Version": "2.1.2",
@@ -2372,7 +2343,7 @@
23722343
},
23732344
"infer": {
23742345
"Package": "infer",
2375-
"Version": "1.0.8",
2346+
"Version": "1.0.9",
23762347
"Source": "Repository",
23772348
"Type": "Package",
23782349
"Title": "Tidy Statistical Inference",
@@ -2382,7 +2353,7 @@
23822353
"URL": "https://github.com/tidymodels/infer, https://infer.tidymodels.org/",
23832354
"BugReports": "https://github.com/tidymodels/infer/issues",
23842355
"Depends": [
2385-
"R (>= 3.5.0)"
2356+
"R (>= 4.1)"
23862357
],
23872358
"Imports": [
23882359
"broom",
@@ -2416,12 +2387,13 @@
24162387
],
24172388
"VignetteBuilder": "knitr",
24182389
"Config/Needs/website": "tidyverse/tidytemplate",
2390+
"Config/testthat/edition": "3",
2391+
"Config/usethis/last-upkeep": "2025-04-25",
24192392
"Encoding": "UTF-8",
24202393
"LazyData": "true",
2421-
"RoxygenNote": "7.3.1",
2422-
"Config/testthat/edition": "3",
2394+
"RoxygenNote": "7.3.2",
24232395
"NeedsCompilation": "no",
2424-
"Author": "Andrew Bray [aut], Chester Ismay [aut] (<https://orcid.org/0000-0003-2820-2547>), Evgeni Chasnovski [aut] (<https://orcid.org/0000-0002-1617-4019>), Simon Couch [aut, cre] (<https://orcid.org/0000-0001-5676-5107>), Ben Baumer [aut] (<https://orcid.org/0000-0002-3279-0516>), Mine Cetinkaya-Rundel [aut] (<https://orcid.org/0000-0001-6452-2420>), Ted Laderas [ctb] (<https://orcid.org/0000-0002-6207-7068>), Nick Solomon [ctb], Johanna Hardin [ctb], Albert Y. Kim [ctb] (<https://orcid.org/0000-0001-7824-306X>), Neal Fultz [ctb], Doug Friedman [ctb], Richie Cotton [ctb] (<https://orcid.org/0000-0003-2504-802X>), Brian Fannin [ctb]",
2396+
"Author": "Andrew Bray [aut], Chester Ismay [aut] (ORCID: <https://orcid.org/0000-0003-2820-2547>), Evgeni Chasnovski [aut] (ORCID: <https://orcid.org/0000-0002-1617-4019>), Simon Couch [aut, cre] (ORCID: <https://orcid.org/0000-0001-5676-5107>), Ben Baumer [aut] (ORCID: <https://orcid.org/0000-0002-3279-0516>), Mine Cetinkaya-Rundel [aut] (ORCID: <https://orcid.org/0000-0001-6452-2420>), Ted Laderas [ctb] (ORCID: <https://orcid.org/0000-0002-6207-7068>), Nick Solomon [ctb], Johanna Hardin [ctb], Albert Y. Kim [ctb] (ORCID: <https://orcid.org/0000-0001-7824-306X>), Neal Fultz [ctb], Doug Friedman [ctb], Richie Cotton [ctb] (ORCID: <https://orcid.org/0000-0003-2504-802X>), Brian Fannin [ctb]",
24252397
"Maintainer": "Simon Couch <simon.couch@posit.co>",
24262398
"Repository": "CRAN"
24272399
},
@@ -2680,7 +2652,8 @@
26802652
"NeedsCompilation": "yes",
26812653
"Author": "Deepayan Sarkar [aut, cre] (<https://orcid.org/0000-0003-4107-1553>), Felix Andrews [ctb], Kevin Wright [ctb] (documentation), Neil Klepeis [ctb], Johan Larsson [ctb] (miscellaneous improvements), Zhijian (Jason) Wen [cph] (filled contour code), Paul Murrell [ctb], Stefan Eng [ctb] (violin plot improvements), Achim Zeileis [ctb] (modern colors), Alexandre Courtiol [ctb] (generics for larrows, lpolygon, lrect and lsegments)",
26822654
"Maintainer": "Deepayan Sarkar <deepayan.sarkar@r-project.org>",
2683-
"Repository": "CRAN"
2655+
"Repository": "RSPM",
2656+
"Encoding": "UTF-8"
26842657
},
26852658
"lifecycle": {
26862659
"Package": "lifecycle",
@@ -2725,10 +2698,10 @@
27252698
},
27262699
"linelist": {
27272700
"Package": "linelist",
2728-
"Version": "2.0.0",
2701+
"Version": "2.0.1",
27292702
"Source": "Repository",
27302703
"Title": "Tagging and Validating Epidemiological Data",
2731-
"Authors@R": "c( person(given = \"Hugo\", family = \"Gruson\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-4094-1476\"), email = \"hugo@data.org\"), person(given = \"Thibaut\", family = \"Jombart\", role = c(\"aut\", \"ccp\")), person(given = \"Tim\", family = \"Taylor\", role = \"ctb\"), person(given = \"Chris\", family = \"Hartgerink\", role = \"rev\", comment = c(ORCID = \"0000-0003-1050-6809\")) )",
2704+
"Authors@R": "c( person(given = \"Hugo\", family = \"Gruson\", role = \"aut\", comment = c(ORCID = \"0000-0002-4094-1476\")), person(given = \"Thibaut\", family = \"Jombart\", role = c(\"aut\", \"ccp\")), person(given = \"Tim\", family = \"Taylor\", role = \"ctb\"), person(given = \"Chris\", family = \"Hartgerink\", role = c(\"cre\", \"rev\"), email = \"chris@data.org\", comment = c(ORCID = \"0000-0003-1050-6809\")) )",
27322705
"Description": "Provides tools to help storing and handling case line list data. The 'linelist' class adds a tagging system to classical 'data.frame' objects to identify key epidemiological data such as dates of symptom onset, epidemiological case definition, age, gender or disease outcome. Once tagged, these variables can be seamlessly used in downstream analyses, making data pipelines more robust and reliable.",
27332706
"License": "MIT + file LICENSE",
27342707
"URL": "https://epiverse-trace.github.io/linelist/, https://github.com/epiverse-trace/linelist",
@@ -2737,7 +2710,7 @@
27372710
"RoxygenNote": "7.3.2",
27382711
"Config/testthat/edition": "3",
27392712
"Config/testthat/parallel": "true",
2740-
"Config/Needs/README": "incidence2 (>= 2.1.1), ggplot2",
2713+
"Config/Needs/readme": "incidence2 (>= 2.1.1), ggplot2",
27412714
"Depends": [
27422715
"R (>= 4.1.0)"
27432716
],
@@ -2760,8 +2733,8 @@
27602733
"VignetteBuilder": "knitr",
27612734
"Language": "en-GB",
27622735
"NeedsCompilation": "no",
2763-
"Author": "Hugo Gruson [aut, cre] (<https://orcid.org/0000-0002-4094-1476>), Thibaut Jombart [aut, ccp], Tim Taylor [ctb], Chris Hartgerink [rev] (<https://orcid.org/0000-0003-1050-6809>)",
2764-
"Maintainer": "Hugo Gruson <hugo@data.org>",
2736+
"Author": "Hugo Gruson [aut] (ORCID: <https://orcid.org/0000-0002-4094-1476>), Thibaut Jombart [aut, ccp], Tim Taylor [ctb], Chris Hartgerink [cre, rev] (ORCID: <https://orcid.org/0000-0003-1050-6809>)",
2737+
"Maintainer": "Chris Hartgerink <chris@data.org>",
27652738
"Repository": "CRAN"
27662739
},
27672740
"lubridate": {
@@ -3112,7 +3085,7 @@
31123085
},
31133086
"patchwork": {
31143087
"Package": "patchwork",
3115-
"Version": "1.3.0",
3088+
"Version": "1.3.1",
31163089
"Source": "Repository",
31173090
"Type": "Package",
31183091
"Title": "The Composer of Plots",
@@ -3123,7 +3096,7 @@
31233096
"Encoding": "UTF-8",
31243097
"Imports": [
31253098
"ggplot2 (>= 3.0.0)",
3126-
"gtable",
3099+
"gtable (>= 0.3.6)",
31273100
"grid",
31283101
"stats",
31293102
"grDevices",
@@ -3151,8 +3124,8 @@
31513124
"VignetteBuilder": "knitr",
31523125
"Config/Needs/website": "gifski",
31533126
"NeedsCompilation": "no",
3154-
"Author": "Thomas Lin Pedersen [cre, aut] (<https://orcid.org/0000-0002-5147-4711>)",
3155-
"Repository": "RSPM"
3127+
"Author": "Thomas Lin Pedersen [cre, aut] (ORCID: <https://orcid.org/0000-0002-5147-4711>)",
3128+
"Repository": "CRAN"
31563129
},
31573130
"pillar": {
31583131
"Package": "pillar",
@@ -4306,7 +4279,7 @@
43064279
},
43074280
"tibble": {
43084281
"Package": "tibble",
4309-
"Version": "3.2.1",
4282+
"Version": "3.3.0",
43104283
"Source": "Repository",
43114284
"Title": "Simple Data Frames",
43124285
"Authors@R": "c(person(given = \"Kirill\", family = \"M\\u00fcller\", role = c(\"aut\", \"cre\"), email = \"kirill@cynkra.com\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Hadley\", family = \"Wickham\", role = \"aut\", email = \"hadley@rstudio.com\"), person(given = \"Romain\", family = \"Francois\", role = \"ctb\", email = \"romain@r-enthusiasts.com\"), person(given = \"Jennifer\", family = \"Bryan\", role = \"ctb\", email = \"jenny@rstudio.com\"), person(given = \"RStudio\", role = c(\"cph\", \"fnd\")))",
@@ -4318,25 +4291,22 @@
43184291
"R (>= 3.4.0)"
43194292
],
43204293
"Imports": [
4321-
"fansi (>= 0.4.0)",
4294+
"cli",
43224295
"lifecycle (>= 1.0.0)",
43234296
"magrittr",
43244297
"methods",
43254298
"pillar (>= 1.8.1)",
43264299
"pkgconfig",
43274300
"rlang (>= 1.0.2)",
43284301
"utils",
4329-
"vctrs (>= 0.4.2)"
4302+
"vctrs (>= 0.5.0)"
43304303
],
43314304
"Suggests": [
43324305
"bench",
43334306
"bit64",
43344307
"blob",
43354308
"brio",
43364309
"callr",
4337-
"cli",
4338-
"covr",
4339-
"crayon (>= 1.3.4)",
43404310
"DiagrammeR",
43414311
"dplyr",
43424312
"evaluate",
@@ -4347,9 +4317,7 @@
43474317
"htmltools",
43484318
"knitr",
43494319
"lubridate",
4350-
"mockr",
43514320
"nycflights13",
4352-
"pkgbuild",
43534321
"pkgload",
43544322
"purrr",
43554323
"rmarkdown",
@@ -4360,7 +4328,7 @@
43604328
],
43614329
"VignetteBuilder": "knitr",
43624330
"Encoding": "UTF-8",
4363-
"RoxygenNote": "7.2.3",
4331+
"RoxygenNote": "7.3.2.9000",
43644332
"Config/testthat/edition": "3",
43654333
"Config/testthat/parallel": "true",
43664334
"Config/testthat/start-first": "vignette-formats, as_tibble, add, invariants",
@@ -4369,9 +4337,9 @@
43694337
"Config/autostyle/rmd": "false",
43704338
"Config/Needs/website": "tidyverse/tidytemplate",
43714339
"NeedsCompilation": "yes",
4372-
"Author": "Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>), Hadley Wickham [aut], Romain Francois [ctb], Jennifer Bryan [ctb], RStudio [cph, fnd]",
4340+
"Author": "Kirill Müller [aut, cre] (ORCID: <https://orcid.org/0000-0002-1416-3412>), Hadley Wickham [aut], Romain Francois [ctb], Jennifer Bryan [ctb], RStudio [cph, fnd]",
43734341
"Maintainer": "Kirill Müller <kirill@cynkra.com>",
4374-
"Repository": "RSPM"
4342+
"Repository": "CRAN"
43754343
},
43764344
"tidyr": {
43774345
"Package": "tidyr",
@@ -4615,14 +4583,14 @@
46154583
},
46164584
"utf8": {
46174585
"Package": "utf8",
4618-
"Version": "1.2.5",
4586+
"Version": "1.2.6",
46194587
"Source": "Repository",
46204588
"Title": "Unicode Text Processing",
4621-
"Authors@R": "c(person(given = c(\"Patrick\", \"O.\"), family = \"Perry\", role = c(\"aut\", \"cph\")), person(given = \"Kirill\", family = \"M\\u00fcller\", role = \"cre\", email = \"kirill@cynkra.com\"), person(given = \"Unicode, Inc.\", role = c(\"cph\", \"dtc\"), comment = \"Unicode Character Database\"))",
4589+
"Authors@R": "c(person(given = c(\"Patrick\", \"O.\"), family = \"Perry\", role = c(\"aut\", \"cph\")), person(given = \"Kirill\", family = \"M\\u00fcller\", role = \"cre\", email = \"kirill@cynkra.com\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Unicode, Inc.\", role = c(\"cph\", \"dtc\"), comment = \"Unicode Character Database\"))",
46224590
"Description": "Process and print 'UTF-8' encoded international text (Unicode). Input, validate, normalize, encode, format, and display.",
46234591
"License": "Apache License (== 2.0) | file LICENSE",
4624-
"URL": "https://ptrckprry.com/r-utf8/, https://github.com/patperry/r-utf8",
4625-
"BugReports": "https://github.com/patperry/r-utf8/issues",
4592+
"URL": "https://krlmlr.github.io/utf8/, https://github.com/krlmlr/utf8",
4593+
"BugReports": "https://github.com/krlmlr/utf8/issues",
46264594
"Depends": [
46274595
"R (>= 2.10)"
46284596
],
@@ -4640,7 +4608,7 @@
46404608
"Encoding": "UTF-8",
46414609
"RoxygenNote": "7.3.2.9000",
46424610
"NeedsCompilation": "yes",
4643-
"Author": "Patrick O. Perry [aut, cph], Kirill Müller [cre], Unicode, Inc. [cph, dtc] (Unicode Character Database)",
4611+
"Author": "Patrick O. Perry [aut, cph], Kirill Müller [cre] (ORCID: <https://orcid.org/0000-0002-1416-3412>), Unicode, Inc. [cph, dtc] (Unicode Character Database)",
46444612
"Maintainer": "Kirill Müller <kirill@cynkra.com>",
46454613
"Repository": "CRAN"
46464614
},

0 commit comments

Comments
 (0)