Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion renv/activate.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
local({

# the requested version of renv
version <- "1.1.4"
version <- "1.1.5"
attr(version, "sha") <- NULL

# the project directory
Expand Down
19 changes: 11 additions & 8 deletions renv/profiles/lesson-requirements/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1558,7 +1558,7 @@
},
"pillar": {
"Package": "pillar",
"Version": "1.10.2",
"Version": "1.11.0",
"Source": "Repository",
"Title": "Coloured Formatting for Columns",
"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\"))",
Expand Down Expand Up @@ -1609,7 +1609,7 @@
"Config/gha/extra-packages": "units=?ignore-before-r=4.3.0",
"Config/Needs/website": "tidyverse/tidytemplate",
"NeedsCompilation": "no",
"Author": "Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>), Hadley Wickham [aut], RStudio [cph]",
"Author": "Kirill Müller [aut, cre] (ORCID: <https://orcid.org/0000-0002-1416-3412>), Hadley Wickham [aut], RStudio [cph]",
"Maintainer": "Kirill Müller <[email protected]>",
"Repository": "CRAN"
},
Expand Down Expand Up @@ -1697,16 +1697,16 @@
},
"purrr": {
"Package": "purrr",
"Version": "1.0.4",
"Version": "1.1.0",
"Source": "Repository",
"Title": "Functional Programming Tools",
"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\")) )",
"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\")) )",
"Description": "A complete and consistent functional programming toolkit for R.",
"License": "MIT + file LICENSE",
"URL": "https://purrr.tidyverse.org/, https://github.com/tidyverse/purrr",
"BugReports": "https://github.com/tidyverse/purrr/issues",
"Depends": [
"R (>= 4.0)"
"R (>= 4.1)"
],
"Imports": [
"cli (>= 3.6.1)",
Expand All @@ -1716,11 +1716,13 @@
"vctrs (>= 0.6.3)"
],
"Suggests": [
"carrier (>= 0.2.0)",
"covr",
"dplyr (>= 0.7.8)",
"httr",
"knitr",
"lubridate",
"mirai (>= 2.4.0)",
"rmarkdown",
"testthat (>= 3.0.0)",
"tibble",
Expand All @@ -1738,7 +1740,7 @@
"Encoding": "UTF-8",
"RoxygenNote": "7.3.2",
"NeedsCompilation": "yes",
"Author": "Hadley Wickham [aut, cre] (<https://orcid.org/0000-0003-4757-117X>), Lionel Henry [aut], Posit Software, PBC [cph, fnd] (03wc8by49)",
"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>)",
"Maintainer": "Hadley Wickham <[email protected]>",
"Repository": "CRAN"
},
Expand Down Expand Up @@ -1829,7 +1831,7 @@
},
"renv": {
"Package": "renv",
"Version": "1.1.4",
"Version": "1.1.5",
"Source": "Repository",
"Type": "Package",
"Title": "Project Environments",
Expand All @@ -1848,6 +1850,7 @@
"covr",
"cpp11",
"devtools",
"generics",
"gitcreds",
"jsonlite",
"jsonvalidate",
Expand Down Expand Up @@ -1876,7 +1879,7 @@
"Config/testthat/parallel": "true",
"Config/testthat/start-first": "bioconductor,python,install,restore,snapshot,retrieve,remotes",
"NeedsCompilation": "no",
"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]",
"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]",
"Maintainer": "Kevin Ushey <[email protected]>",
"Repository": "CRAN"
},
Expand Down