Skip to content

Commit 9860fa2

Browse files
authored
Merge pull request #928 from swcarpentry/update/packages
Update 8 packages
2 parents 701debd + c39e151 commit 9860fa2

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
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: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1558,7 +1558,7 @@
15581558
},
15591559
"pillar": {
15601560
"Package": "pillar",
1561-
"Version": "1.10.2",
1561+
"Version": "1.11.0",
15621562
"Source": "Repository",
15631563
"Title": "Coloured Formatting for Columns",
15641564
"Authors@R": "c(person(given = \"Kirill\", family = \"M\\u00fcller\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Hadley\", family = \"Wickham\", role = \"aut\"), person(given = \"RStudio\", role = \"cph\"))",
@@ -1609,7 +1609,7 @@
16091609
"Config/gha/extra-packages": "units=?ignore-before-r=4.3.0",
16101610
"Config/Needs/website": "tidyverse/tidytemplate",
16111611
"NeedsCompilation": "no",
1612-
"Author": "Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>), Hadley Wickham [aut], RStudio [cph]",
1612+
"Author": "Kirill Müller [aut, cre] (ORCID: <https://orcid.org/0000-0002-1416-3412>), Hadley Wickham [aut], RStudio [cph]",
16131613
"Maintainer": "Kirill Müller <[email protected]>",
16141614
"Repository": "CRAN"
16151615
},
@@ -1697,16 +1697,16 @@
16971697
},
16981698
"purrr": {
16991699
"Package": "purrr",
1700-
"Version": "1.0.4",
1700+
"Version": "1.1.0",
17011701
"Source": "Repository",
17021702
"Title": "Functional Programming Tools",
1703-
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Lionel\", \"Henry\", , \"[email protected]\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )",
1703+
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Lionel\", \"Henry\", , \"[email protected]\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"https://ror.org/03wc8by49\")) )",
17041704
"Description": "A complete and consistent functional programming toolkit for R.",
17051705
"License": "MIT + file LICENSE",
17061706
"URL": "https://purrr.tidyverse.org/, https://github.com/tidyverse/purrr",
17071707
"BugReports": "https://github.com/tidyverse/purrr/issues",
17081708
"Depends": [
1709-
"R (>= 4.0)"
1709+
"R (>= 4.1)"
17101710
],
17111711
"Imports": [
17121712
"cli (>= 3.6.1)",
@@ -1716,11 +1716,13 @@
17161716
"vctrs (>= 0.6.3)"
17171717
],
17181718
"Suggests": [
1719+
"carrier (>= 0.2.0)",
17191720
"covr",
17201721
"dplyr (>= 0.7.8)",
17211722
"httr",
17221723
"knitr",
17231724
"lubridate",
1725+
"mirai (>= 2.4.0)",
17241726
"rmarkdown",
17251727
"testthat (>= 3.0.0)",
17261728
"tibble",
@@ -1738,7 +1740,7 @@
17381740
"Encoding": "UTF-8",
17391741
"RoxygenNote": "7.3.2",
17401742
"NeedsCompilation": "yes",
1741-
"Author": "Hadley Wickham [aut, cre] (<https://orcid.org/0000-0003-4757-117X>), Lionel Henry [aut], Posit Software, PBC [cph, fnd] (03wc8by49)",
1743+
"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>)",
17421744
"Maintainer": "Hadley Wickham <[email protected]>",
17431745
"Repository": "CRAN"
17441746
},
@@ -1829,7 +1831,7 @@
18291831
},
18301832
"renv": {
18311833
"Package": "renv",
1832-
"Version": "1.1.4",
1834+
"Version": "1.1.5",
18331835
"Source": "Repository",
18341836
"Type": "Package",
18351837
"Title": "Project Environments",
@@ -1848,6 +1850,7 @@
18481850
"covr",
18491851
"cpp11",
18501852
"devtools",
1853+
"generics",
18511854
"gitcreds",
18521855
"jsonlite",
18531856
"jsonvalidate",
@@ -1876,7 +1879,7 @@
18761879
"Config/testthat/parallel": "true",
18771880
"Config/testthat/start-first": "bioconductor,python,install,restore,snapshot,retrieve,remotes",
18781881
"NeedsCompilation": "no",
1879-
"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]",
1882+
"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]",
18801883
"Maintainer": "Kevin Ushey <[email protected]>",
18811884
"Repository": "CRAN"
18821885
},

0 commit comments

Comments
 (0)