Skip to content

Update 6 packages #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 6, 2025
Merged
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
34 changes: 17 additions & 17 deletions renv/profiles/lesson-requirements/renv.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"R": {
"Version": "4.4.3",
"Version": "4.5.0",
"Repositories": [
{
"Name": "carpentries",
Expand Down Expand Up @@ -150,7 +150,7 @@
},
"cli": {
"Package": "cli",
"Version": "3.6.4",
"Version": "3.6.5",
"Source": "Repository",
"Title": "Helpers for Developing Command Line Interfaces",
"Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", role = \"ctb\"), person(\"Kirill\", \"Müller\", role = \"ctb\"), person(\"Salim\", \"Brüggemann\", , \"[email protected]\", role = \"ctb\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
Expand Down Expand Up @@ -315,7 +315,7 @@
},
"fs": {
"Package": "fs",
"Version": "1.6.5",
"Version": "1.6.6",
"Source": "Repository",
"Title": "Cross-Platform File System Operations Based on 'libuv'",
"Authors@R": "c( person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = \"aut\"), person(\"Gábor\", \"Csárdi\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"libuv project contributors\", role = \"cph\", comment = \"libuv library\"), person(\"Joyent, Inc. and other Node contributors\", role = \"cph\", comment = \"libuv library\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
Expand Down Expand Up @@ -353,7 +353,7 @@
"NeedsCompilation": "yes",
"Author": "Jim Hester [aut], Hadley Wickham [aut], Gábor Csárdi [aut, cre], libuv project contributors [cph] (libuv library), Joyent, Inc. and other Node contributors [cph] (libuv library), Posit Software, PBC [cph, fnd]",
"Maintainer": "Gábor Csárdi <[email protected]>",
"Repository": "RSPM"
"Repository": "CRAN"
},
"glue": {
"Package": "glue",
Expand Down Expand Up @@ -761,11 +761,11 @@
},
"rlang": {
"Package": "rlang",
"Version": "1.1.5",
"Version": "1.1.6",
"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.",
"Authors@R": "c( person(\"Lionel\", \"Henry\", ,\"[email protected]\", c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", ,\"[email protected]\", \"aut\"), person(given = \"mikefc\", email = \"[email protected]\", role = \"cph\", comment = \"Hash implementation based on Mike's xxhashlite\"), person(given = \"Yann\", family = \"Collet\", role = \"cph\", comment = \"Author of the embedded xxHash library\"), person(given = \"Posit, PBC\", role = c(\"cph\", \"fnd\")) )",
"Authors@R": "c( person(\"Lionel\", \"Henry\", ,\"[email protected]\", c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", ,\"[email protected]\", \"aut\"), person(given = \"mikefc\", email = \"[email protected]\", role = \"cph\", comment = \"Hash implementation based on Mike's xxhashlite\"), person(given = \"Yann\", family = \"Collet\", role = \"cph\", comment = \"Author of the embedded xxHash library\"), person(given = \"Posit, PBC\", role = c(\"cph\", \"fnd\")) )",
"License": "MIT + file LICENSE",
"ByteCompile": "true",
"Biarch": "true",
Expand All @@ -779,15 +779,17 @@
"cli (>= 3.1.0)",
"covr",
"crayon",
"desc",
"fs",
"glue",
"knitr",
"magrittr",
"methods",
"pillar",
"pkgload",
"rmarkdown",
"stats",
"testthat (>= 3.0.0)",
"testthat (>= 3.2.0)",
"tibble",
"usethis",
"vctrs (>= 0.2.3)",
Expand All @@ -800,6 +802,7 @@
"RoxygenNote": "7.3.2",
"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",
"Config/testthat/edition": "3",
"Config/Needs/website": "dplyr, tidyverse/tidytemplate",
"NeedsCompilation": "yes",
Expand Down Expand Up @@ -865,7 +868,7 @@
},
"sass": {
"Package": "sass",
"Version": "0.4.9",
"Version": "0.4.10",
"Source": "Repository",
"Type": "Package",
"Title": "Syntactically Awesome Style Sheets ('Sass')",
Expand All @@ -875,7 +878,7 @@
"URL": "https://rstudio.github.io/sass/, https://github.com/rstudio/sass",
"BugReports": "https://github.com/rstudio/sass/issues",
"Encoding": "UTF-8",
"RoxygenNote": "7.3.1",
"RoxygenNote": "7.3.2",
"SystemRequirements": "GNU make",
"Imports": [
"fs (>= 1.2.4)",
Expand All @@ -897,11 +900,11 @@
"NeedsCompilation": "yes",
"Author": "Joe Cheng [aut], Timothy Mastny [aut], Richard Iannone [aut] (<https://orcid.org/0000-0003-3925-190X>), Barret Schloerke [aut] (<https://orcid.org/0000-0001-9986-114X>), Carson Sievert [aut, cre] (<https://orcid.org/0000-0002-4958-2844>), Christophe Dervieux [ctb] (<https://orcid.org/0000-0003-4474-2498>), RStudio [cph, fnd], Sass Open Source Foundation [ctb, cph] (LibSass library), Greter Marcel [ctb, cph] (LibSass library), Mifsud Michael [ctb, cph] (LibSass library), Hampton Catlin [ctb, cph] (LibSass library), Natalie Weizenbaum [ctb, cph] (LibSass library), Chris Eppstein [ctb, cph] (LibSass library), Adams Joseph [ctb, cph] (json.cpp), Trifunovic Nemanja [ctb, cph] (utf8.h)",
"Maintainer": "Carson Sievert <[email protected]>",
"Repository": "RSPM"
"Repository": "CRAN"
},
"tinytex": {
"Package": "tinytex",
"Version": "0.56",
"Version": "0.57",
"Source": "Repository",
"Type": "Package",
"Title": "Helper Functions to Install and Maintain TeX Live, and Compile LaTeX Documents",
Expand All @@ -926,7 +929,7 @@
},
"xfun": {
"Package": "xfun",
"Version": "0.51",
"Version": "0.52",
"Source": "Repository",
"Type": "Package",
"Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'",
Expand All @@ -950,18 +953,15 @@
"mime",
"litedown (>= 0.4)",
"commonmark",
"knitr (>= 1.47)",
"knitr (>= 1.50)",
"remotes",
"pak",
"rhub",
"renv",
"curl",
"xml2",
"jsonlite",
"magick",
"yaml",
"qs",
"rmarkdown"
"qs"
],
"License": "MIT + file LICENSE",
"URL": "https://github.com/yihui/xfun",
Expand Down