Skip to content
Draft
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
70 changes: 10 additions & 60 deletions renv/profiles/lesson-requirements/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
"R": {
"Version": "4.5.2",
"Repositories": [
{
"Name": "carpentries",
"URL": "https://carpentries.r-universe.dev"
},
{
"Name": "carpentries_archive",
"URL": "https://carpentries.github.io/drat"
},
{
"Name": "CRAN",
"URL": "https://cran.rstudio.com"
Expand Down Expand Up @@ -356,47 +348,6 @@
"Maintainer": "Gábor Csárdi <[email protected]>",
"Repository": "CRAN"
},
"glue": {
"Package": "glue",
"Version": "1.8.0",
"Source": "Repository",
"Title": "Interpreted String Literals",
"Authors@R": "c( person(\"Jim\", \"Hester\", role = \"aut\", comment = c(ORCID = \"0000-0002-2739-7082\")), person(\"Jennifer\", \"Bryan\", , \"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
"Description": "An implementation of interpreted string literals, inspired by Python's Literal String Interpolation <https://www.python.org/dev/peps/pep-0498/> and Docstrings <https://www.python.org/dev/peps/pep-0257/> and Julia's Triple-Quoted String Literals <https://docs.julialang.org/en/v1.3/manual/strings/#Triple-Quoted-String-Literals-1>.",
"License": "MIT + file LICENSE",
"URL": "https://glue.tidyverse.org/, https://github.com/tidyverse/glue",
"BugReports": "https://github.com/tidyverse/glue/issues",
"Depends": [
"R (>= 3.6)"
],
"Imports": [
"methods"
],
"Suggests": [
"crayon",
"DBI (>= 1.2.0)",
"dplyr",
"knitr",
"magrittr",
"rlang",
"rmarkdown",
"RSQLite",
"testthat (>= 3.2.0)",
"vctrs (>= 0.3.0)",
"waldo (>= 0.5.3)",
"withr"
],
"VignetteBuilder": "knitr",
"ByteCompile": "true",
"Config/Needs/website": "bench, forcats, ggbeeswarm, ggplot2, R.utils, rprintf, tidyr, tidyverse/tidytemplate",
"Config/testthat/edition": "3",
"Encoding": "UTF-8",
"RoxygenNote": "7.3.2",
"NeedsCompilation": "yes",
"Author": "Jim Hester [aut] (<https://orcid.org/0000-0002-2739-7082>), Jennifer Bryan [aut, cre] (<https://orcid.org/0000-0002-6983-2759>), Posit Software, PBC [cph, fnd]",
"Maintainer": "Jennifer Bryan <[email protected]>",
"Repository": "RSPM"
},
"highr": {
"Package": "highr",
"Version": "0.11",
Expand Down Expand Up @@ -589,7 +540,7 @@
},
"lifecycle": {
"Package": "lifecycle",
"Version": "1.0.4",
"Version": "1.0.5",
"Source": "Repository",
"Title": "Manage the Life Cycle of your Package Functions",
"Authors@R": "c( person(\"Lionel\", \"Henry\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = \"aut\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
Expand All @@ -602,31 +553,30 @@
],
"Imports": [
"cli (>= 3.4.0)",
"glue",
"rlang (>= 1.1.0)"
],
"Suggests": [
"covr",
"crayon",
"knitr",
"lintr",
"lintr (>= 3.1.0)",
"rmarkdown",
"testthat (>= 3.0.1)",
"tibble",
"tidyverse",
"tools",
"vctrs",
"withr"
"withr",
"xml2"
],
"VignetteBuilder": "knitr",
"Config/Needs/website": "tidyverse/tidytemplate, usethis",
"Config/testthat/edition": "3",
"Encoding": "UTF-8",
"RoxygenNote": "7.2.1",
"RoxygenNote": "7.3.3",
"NeedsCompilation": "no",
"Author": "Lionel Henry [aut, cre], Hadley Wickham [aut] (<https://orcid.org/0000-0003-4757-117X>), Posit Software, PBC [cph, fnd]",
"Author": "Lionel Henry [aut, cre], Hadley Wickham [aut] (ORCID: <https://orcid.org/0000-0003-4757-117X>), Posit Software, PBC [cph, fnd]",
"Maintainer": "Lionel Henry <[email protected]>",
"Repository": "RSPM"
"Repository": "CRAN"
},
"memoise": {
"Package": "memoise",
Expand Down Expand Up @@ -764,7 +714,7 @@
},
"rlang": {
"Package": "rlang",
"Version": "1.1.6",
"Version": "1.1.7",
"Source": "Repository",
"Title": "Functions for Base Types and Core R and 'Tidyverse' Features",
"Description": "A toolbox for working with base types, core R features like the condition system, and core 'Tidyverse' features like tidy evaluation.",
Expand All @@ -773,7 +723,7 @@
"ByteCompile": "true",
"Biarch": "true",
"Depends": [
"R (>= 3.5.0)"
"R (>= 4.0.0)"
],
"Imports": [
"utils"
Expand Down Expand Up @@ -802,7 +752,7 @@
"winch"
],
"Encoding": "UTF-8",
"RoxygenNote": "7.3.2",
"RoxygenNote": "7.3.3",
"URL": "https://rlang.r-lib.org, https://github.com/r-lib/rlang",
"BugReports": "https://github.com/r-lib/rlang/issues",
"Config/build/compilation-database": "true",
Expand Down
Loading