Skip to content

Commit 9c572dd

Browse files
authored
Merge pull request #487 from datacarpentry/update/packages
Update 11 packages
2 parents 9641b43 + 4d7c15a commit 9c572dd

File tree

2 files changed

+23
-19
lines changed

2 files changed

+23
-19
lines changed

renv/activate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
local({
33

44
# the requested version of renv
5-
version <- "1.1.4"
5+
version <- "1.1.5"
66
attr(version, "sha") <- NULL
77

88
# the project directory

renv/profiles/lesson-requirements/renv.lock

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,10 @@
218218
},
219219
"Rcpp": {
220220
"Package": "Rcpp",
221-
"Version": "1.0.14",
221+
"Version": "1.1.0",
222222
"Source": "Repository",
223223
"Title": "Seamless R and C++ Integration",
224-
"Date": "2025-01-11",
224+
"Date": "2025-07-01",
225225
"Authors@R": "c(person(\"Dirk\", \"Eddelbuettel\", role = c(\"aut\", \"cre\"), email = \"edd@debian.org\", comment = c(ORCID = \"0000-0001-6419-907X\")), person(\"Romain\", \"Francois\", role = \"aut\", comment = c(ORCID = \"0000-0002-2444-4226\")), person(\"JJ\", \"Allaire\", role = \"aut\", comment = c(ORCID = \"0000-0003-0174-9868\")), person(\"Kevin\", \"Ushey\", role = \"aut\", comment = c(ORCID = \"0000-0003-2880-7407\")), person(\"Qiang\", \"Kou\", role = \"aut\", comment = c(ORCID = \"0000-0001-6786-5453\")), person(\"Nathan\", \"Russell\", role = \"aut\"), person(\"Iñaki\", \"Ucar\", role = \"aut\", comment = c(ORCID = \"0000-0001-6403-5550\")), person(\"Doug\", \"Bates\", role = \"aut\", comment = c(ORCID = \"0000-0001-8316-9503\")), person(\"John\", \"Chambers\", role = \"aut\"))",
226226
"Description": "The 'Rcpp' package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier integration of third-party libraries. Documentation about 'Rcpp' is provided by several vignettes included in this package, via the 'Rcpp Gallery' site at <https://gallery.rcpp.org>, the paper by Eddelbuettel and Francois (2011, <doi:10.18637/jss.v040.i08>), the book by Eddelbuettel (2013, <doi:10.1007/978-1-4614-6868-4>) and the paper by Eddelbuettel and Balamuta (2018, <doi:10.1080/00031305.2017.1375990>); see 'citation(\"Rcpp\")' for details.",
227227
"Imports": [
@@ -241,7 +241,7 @@
241241
"RoxygenNote": "6.1.1",
242242
"Encoding": "UTF-8",
243243
"NeedsCompilation": "yes",
244-
"Author": "Dirk Eddelbuettel [aut, cre] (<https://orcid.org/0000-0001-6419-907X>), Romain Francois [aut] (<https://orcid.org/0000-0002-2444-4226>), JJ Allaire [aut] (<https://orcid.org/0000-0003-0174-9868>), Kevin Ushey [aut] (<https://orcid.org/0000-0003-2880-7407>), Qiang Kou [aut] (<https://orcid.org/0000-0001-6786-5453>), Nathan Russell [aut], Iñaki Ucar [aut] (<https://orcid.org/0000-0001-6403-5550>), Doug Bates [aut] (<https://orcid.org/0000-0001-8316-9503>), John Chambers [aut]",
244+
"Author": "Dirk Eddelbuettel [aut, cre] (ORCID: <https://orcid.org/0000-0001-6419-907X>), Romain Francois [aut] (ORCID: <https://orcid.org/0000-0002-2444-4226>), JJ Allaire [aut] (ORCID: <https://orcid.org/0000-0003-0174-9868>), Kevin Ushey [aut] (ORCID: <https://orcid.org/0000-0003-2880-7407>), Qiang Kou [aut] (ORCID: <https://orcid.org/0000-0001-6786-5453>), Nathan Russell [aut], Iñaki Ucar [aut] (ORCID: <https://orcid.org/0000-0001-6403-5550>), Doug Bates [aut] (ORCID: <https://orcid.org/0000-0001-8316-9503>), John Chambers [aut]",
245245
"Maintainer": "Dirk Eddelbuettel <edd@debian.org>",
246246
"Repository": "CRAN"
247247
},
@@ -260,7 +260,7 @@
260260
],
261261
"Description": "This package provides tools for handling base64 encoding. It is more flexible than the orphaned base64 package.",
262262
"License": "GPL-2 | GPL-3",
263-
"URL": "https://www.rforge.net/base64enc",
263+
"URL": "http://www.rforge.net/base64enc",
264264
"NeedsCompilation": "yes",
265265
"Repository": "RSPM",
266266
"Encoding": "UTF-8"
@@ -369,7 +369,7 @@
369369
"Title": "Functions for Classification",
370370
"ByteCompile": "yes",
371371
"License": "GPL-2 | GPL-3",
372-
"URL": "https://www.stats.ox.ac.uk/pub/MASS4/",
372+
"URL": "http://www.stats.ox.ac.uk/pub/MASS4/",
373373
"NeedsCompilation": "yes",
374374
"Author": "Brian Ripley [aut, cre, cph], William Venables [cph]",
375375
"Maintainer": "Brian Ripley <Brian.Ripley@R-project.org>",
@@ -1447,7 +1447,7 @@
14471447
},
14481448
"pillar": {
14491449
"Package": "pillar",
1450-
"Version": "1.10.2",
1450+
"Version": "1.11.0",
14511451
"Source": "Repository",
14521452
"Title": "Coloured Formatting for Columns",
14531453
"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\"), person(given = \"RStudio\", role = \"cph\"))",
@@ -1498,7 +1498,7 @@
14981498
"Config/gha/extra-packages": "units=?ignore-before-r=4.3.0",
14991499
"Config/Needs/website": "tidyverse/tidytemplate",
15001500
"NeedsCompilation": "no",
1501-
"Author": "Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>), Hadley Wickham [aut], RStudio [cph]",
1501+
"Author": "Kirill Müller [aut, cre] (ORCID: <https://orcid.org/0000-0002-1416-3412>), Hadley Wickham [aut], RStudio [cph]",
15021502
"Maintainer": "Kirill Müller <kirill@cynkra.com>",
15031503
"Repository": "CRAN"
15041504
},
@@ -1591,16 +1591,16 @@
15911591
},
15921592
"purrr": {
15931593
"Package": "purrr",
1594-
"Version": "1.0.4",
1594+
"Version": "1.1.0",
15951595
"Source": "Repository",
15961596
"Title": "Functional Programming Tools",
1597-
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )",
1597+
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"https://ror.org/03wc8by49\")) )",
15981598
"Description": "A complete and consistent functional programming toolkit for R.",
15991599
"License": "MIT + file LICENSE",
16001600
"URL": "https://purrr.tidyverse.org/, https://github.com/tidyverse/purrr",
16011601
"BugReports": "https://github.com/tidyverse/purrr/issues",
16021602
"Depends": [
1603-
"R (>= 4.0)"
1603+
"R (>= 4.1)"
16041604
],
16051605
"Imports": [
16061606
"cli (>= 3.6.1)",
@@ -1610,11 +1610,13 @@
16101610
"vctrs (>= 0.6.3)"
16111611
],
16121612
"Suggests": [
1613+
"carrier (>= 0.2.0)",
16131614
"covr",
16141615
"dplyr (>= 0.7.8)",
16151616
"httr",
16161617
"knitr",
16171618
"lubridate",
1619+
"mirai (>= 2.4.0)",
16181620
"rmarkdown",
16191621
"testthat (>= 3.0.0)",
16201622
"tibble",
@@ -1632,7 +1634,7 @@
16321634
"Encoding": "UTF-8",
16331635
"RoxygenNote": "7.3.2",
16341636
"NeedsCompilation": "yes",
1635-
"Author": "Hadley Wickham [aut, cre] (<https://orcid.org/0000-0003-4757-117X>), Lionel Henry [aut], Posit Software, PBC [cph, fnd] (03wc8by49)",
1637+
"Author": "Hadley Wickham [aut, cre] (ORCID: <https://orcid.org/0000-0003-4757-117X>), Lionel Henry [aut], Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)",
16361638
"Maintainer": "Hadley Wickham <hadley@posit.co>",
16371639
"Repository": "CRAN"
16381640
},
@@ -1710,7 +1712,7 @@
17101712
},
17111713
"renv": {
17121714
"Package": "renv",
1713-
"Version": "1.1.4",
1715+
"Version": "1.1.5",
17141716
"Source": "Repository",
17151717
"Type": "Package",
17161718
"Title": "Project Environments",
@@ -1729,6 +1731,7 @@
17291731
"covr",
17301732
"cpp11",
17311733
"devtools",
1734+
"generics",
17321735
"gitcreds",
17331736
"jsonlite",
17341737
"jsonvalidate",
@@ -1757,7 +1760,7 @@
17571760
"Config/testthat/parallel": "true",
17581761
"Config/testthat/start-first": "bioconductor,python,install,restore,snapshot,retrieve,remotes",
17591762
"NeedsCompilation": "no",
1760-
"Author": "Kevin Ushey [aut, cre] (<https://orcid.org/0000-0003-2880-7407>), Hadley Wickham [aut] (<https://orcid.org/0000-0003-4757-117X>), Posit Software, PBC [cph, fnd]",
1763+
"Author": "Kevin Ushey [aut, cre] (ORCID: <https://orcid.org/0000-0003-2880-7407>), Hadley Wickham [aut] (ORCID: <https://orcid.org/0000-0003-4757-117X>), Posit Software, PBC [cph, fnd]",
17611764
"Maintainer": "Kevin Ushey <kevin@rstudio.com>",
17621765
"Repository": "CRAN"
17631766
},
@@ -1780,7 +1783,8 @@
17801783
"NeedsCompilation": "no",
17811784
"Author": "Hadley Wickham [aut, cre]",
17821785
"Maintainer": "Hadley Wickham <hadley@rstudio.com>",
1783-
"Repository": "CRAN"
1786+
"Repository": "RSPM",
1787+
"Encoding": "UTF-8"
17841788
},
17851789
"rlang": {
17861790
"Package": "rlang",
@@ -2207,11 +2211,11 @@
22072211
},
22082212
"terra": {
22092213
"Package": "terra",
2210-
"Version": "1.8-54",
2214+
"Version": "1.8-60",
22112215
"Source": "Repository",
22122216
"Type": "Package",
22132217
"Title": "Spatial Data Analysis",
2214-
"Date": "2025-06-01",
2218+
"Date": "2025-07-18",
22152219
"Depends": [
22162220
"R (>= 3.5.0)"
22172221
],
@@ -2241,9 +2245,9 @@
22412245
"URL": "https://rspatial.org/, https://rspatial.github.io/terra/",
22422246
"BugReports": "https://github.com/rspatial/terra/issues/",
22432247
"LazyLoad": "yes",
2244-
"Authors@R": "c( person(\"Robert J.\", \"Hijmans\", role=c(\"cre\", \"aut\"), email=\"r.hijmans@gmail.com\", comment=c(ORCID=\"0000-0001-5872-2872\")),\t\t\t person(\"Márcia\", \"Barbosa\", role=\"ctb\"), person(\"Roger\", \"Bivand\", role=\"ctb\", comment=c(ORCID=\"0000-0003-2392-6140\")), person(\"Andrew\", \"Brown\", role=\"ctb\"), person(\"Michael\", \"Chirico\", role=\"ctb\"), person(\"Emanuele\", \"Cordano\", role=\"ctb\",comment=c(ORCID=\"0000-0002-3508-5898\")), person(\"Krzysztof\", \"Dyba\", role=\"ctb\", comment=c(ORCID=\"0000-0002-8614-3816\")), person(\"Edzer\", \"Pebesma\", role=\"ctb\", comment=c(ORCID=\"0000-0001-8049-7069\")), person(\"Barry\", \"Rowlingson\", role=\"ctb\"), person(\"Michael D.\", \"Sumner\", role=\"ctb\"))",
2248+
"Authors@R": "c( person(\"Robert J.\", \"Hijmans\", role=c(\"cre\", \"aut\"), email=\"r.hijmans@gmail.com\", comment=c(ORCID=\"0000-0001-5872-2872\")),\t\t\t person(\"Márcia\", \"Barbosa\", role=\"ctb\", comment=c(ORCID=\"0000-0001-8972-7713\")), person(\"Roger\", \"Bivand\", role=\"ctb\", comment=c(ORCID=\"0000-0003-2392-6140\")), person(\"Andrew\", \"Brown\", role=\"ctb\", comment=c(ORCID=\"0000-0002-4565-533X\")), person(\"Michael\", \"Chirico\", role=\"ctb\", comment=c(ORCID=\"0000-0003-0787-087X\")), person(\"Emanuele\", \"Cordano\", role=\"ctb\",comment=c(ORCID=\"0000-0002-3508-5898\")), person(\"Krzysztof\", \"Dyba\", role=\"ctb\", comment=c(ORCID=\"0000-0002-8614-3816\")), person(\"Edzer\", \"Pebesma\", role=\"ctb\", comment=c(ORCID=\"0000-0001-8049-7069\")), person(\"Barry\", \"Rowlingson\", role=\"ctb\", comment=c(ORCID=\"0000-0002-8586-6625\")), person(\"Michael D.\", \"Sumner\", role=\"ctb\", comment=c(ORCID=\"0000-0002-2471-7511\")))",
22452249
"NeedsCompilation": "yes",
2246-
"Author": "Robert J. Hijmans [cre, aut] (ORCID: <https://orcid.org/0000-0001-5872-2872>), Márcia Barbosa [ctb], Roger Bivand [ctb] (ORCID: <https://orcid.org/0000-0003-2392-6140>), Andrew Brown [ctb], Michael Chirico [ctb], Emanuele Cordano [ctb] (ORCID: <https://orcid.org/0000-0002-3508-5898>), Krzysztof Dyba [ctb] (ORCID: <https://orcid.org/0000-0002-8614-3816>), Edzer Pebesma [ctb] (ORCID: <https://orcid.org/0000-0001-8049-7069>), Barry Rowlingson [ctb], Michael D. Sumner [ctb]",
2250+
"Author": "Robert J. Hijmans [cre, aut] (ORCID: <https://orcid.org/0000-0001-5872-2872>), Márcia Barbosa [ctb] (ORCID: <https://orcid.org/0000-0001-8972-7713>), Roger Bivand [ctb] (ORCID: <https://orcid.org/0000-0003-2392-6140>), Andrew Brown [ctb] (ORCID: <https://orcid.org/0000-0002-4565-533X>), Michael Chirico [ctb] (ORCID: <https://orcid.org/0000-0003-0787-087X>), Emanuele Cordano [ctb] (ORCID: <https://orcid.org/0000-0002-3508-5898>), Krzysztof Dyba [ctb] (ORCID: <https://orcid.org/0000-0002-8614-3816>), Edzer Pebesma [ctb] (ORCID: <https://orcid.org/0000-0001-8049-7069>), Barry Rowlingson [ctb] (ORCID: <https://orcid.org/0000-0002-8586-6625>), Michael D. Sumner [ctb] (ORCID: <https://orcid.org/0000-0002-2471-7511>)",
22472251
"Repository": "CRAN"
22482252
},
22492253
"tibble": {

0 commit comments

Comments
 (0)