8000 Update 12 packages by milanmlft · Pull Request #60 · UCL/ClinicianCoders · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update 12 packages #60

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
Jul 1, 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
93 changes: 29 additions & 64 deletions renv/profiles/lesson-requirements/renv.lock
< C40B td class="blob-num blob-num-expandable" colspan="2"> Expand All
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"R": {
"Version": "4.5.0",
"Version": "4.5.1",
"Repositories": [
{
"Name": "carpentries",
Expand Down Expand Up @@ -878,14 +878,14 @@
},
"curl": {
"Package": "curl",
"Version": "6.2.3",
"Version": "6.4.0",
"Source": "Repository",
"Type": "Package",
"Title": "A Modern and Flexible Web Client for R",
"Authors@R": "c( person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Hadley\", \"Wickham\", role = \"ctb\"), person(\"Posit Software, PBC\", role = \"cph\"))",
"Description": "Bindings to 'libcurl' <https://curl.se/libcurl/> for performing fully configurable HTTP/FTP requests where responses can be processed in memory, on disk, or streaming via the callback or connection interfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly web client see the 'httr2' package which builds on this package with http specific tools and logic.",
"License": "MIT + file LICENSE",
"SystemRequirements": "libcurl (>= 7.62): libcurl-devel (rpm) or libcurl4-openssl-dev (deb)",
"SystemRequirements": "libcurl (>= 7.73): libcurl-devel (rpm) or libcurl4-openssl-dev (deb)",
"URL": "https://jeroen.r-universe.dev/curl",
"BugReports": "https://github.com/jeroen/curl/issues",
"Suggests": [
Expand All @@ -905,19 +905,19 @@
"RoxygenNote": "7.3.2.9000",
"Encoding": "UTF-8",
"Language": "en-US",
"Roxygen": "list(markdown = TRUE)",
"Roxygen": "list(load = \"installed\", markdown = TRUE)",
"Config/pak/sysreqs": "libssl-dev",
"Repository": "https://carpentries.r-universe.dev",
"RemoteUrl": "https://github.com/jeroen/curl",
"RemoteRef": "v6.2.3",
"RemoteSha": "c23c0fba61c8ee50ff21e5a5ff175e310713801f",
"RemoteRef": "v8.4.0",
"RemoteSha": "fa17cc6d238fbb331a5648b15a8018c4dc2e8f76",
"NeedsCompilation": "yes",
"Author": "Jeroen Ooms [aut, cre] (ORCID: <https://orcid.org/0000-0002-4035-0289>), Hadley Wickham [ctb], Posit Software, PBC [cph]",
"Maintainer": "Jeroen Ooms <jeroenooms@gmail.com>"
},
"data.table": {
"Package": "data.table",
"Version": "1.17.4",
"Version": "1.17.6",
"Source": "Repository",
"Title": "Extension of `data.frame`",
"Depends": [
Expand Down Expand Up @@ -1146,7 +1146,7 @@
},
"evaluate": {
"Package": "evaluate",
"Version": "1.0.3",
"Version": "1.0.4",
"Source": "Repository",
"Type": "Package",
"Title": "Parsing and Evaluation Tools that Provide More Details than the Default",
Expand All @@ -1165,7 +1165,8 @@
"lattice",
"methods",
"pkgload",
"rlang",
"ragg (>= 1.4.0)",
"rlang (>= 1.1.5)",
"knitr",
"testthat (>= 3.0.0)",
"withr"
Expand All @@ -1175,41 +1176,10 @@
"Encoding": "UTF-8",
"RoxygenNote": "7.3.2",
"NeedsCompilation": "no",
"Author": "Hadley Wickham [aut, cre], Yihui Xie [aut] (<https://orcid.org/0000-0003-0645-5666>), Michael Lawrence [ctb], Thomas Kluyver [ctb], Jeroen Ooms [ctb], Barret Schloerke [ctb], Adam Ryczkowski [ctb], Hiroaki Yutani [ctb], Michel Lang [ctb], Karolis Koncevičius [ctb], Posit Software, PBC [cph, fnd]",
"Author": "Hadley Wickham [aut, cre], Yihui Xie [aut] (ORCID: <https://orcid.org/0000-0003-0645-5666>), Michael Lawrence [ctb], Thomas Kluyver [ctb], Jeroen Ooms [ctb], Barret Schloerke [ctb], Adam Ryczkowski [ctb], Hiroaki Yutani [ctb], Michel Lang [ctb], Karolis Koncevičius [ctb], Posit Software, PBC [cph, fnd]",
"Maintainer": "Hadley Wickham <hadley@posit.co>",
"Repository": "CRAN"
},
"fansi": {
"Package": "fansi",
"Version": "1.0.6",
"Source": "Repository",
"Title": "ANSI Control Sequence Aware String Functions",
"Description": "Counterparts to R string manipulation functions that account for the effects of ANSI text formatting control sequences.",
"Authors@R": "c( person(\"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\", role=c(\"aut\", \"cre\")), person(\"Elliott\", \"Sales De Andrade\", role=\"ctb\"), person(family=\"R Core Team\", email=\"R-core@r-project.org\", role=\"cph\", comment=\"UTF8 byte length calcs from src/util.c\" ))",
"Depends": [
"R (>= 3.1.0)"
],
"License": "GPL-2 | GPL-3",
"URL": "https://github.com/brodieG/fansi",
"BugReports": "https://github.com/brodieG/fansi/issues",
"VignetteBuilder": "knitr",
"Suggests": [
"unitizer",
"knitr",
"rmarkdown"
],
"Imports": [
"grDevices",
"utils"
],
"RoxygenNote": "7.2.3",
"Encoding": "UTF-8",
"Collate": "'constants.R' 'fansi-package.R' 'internal.R' 'load.R' 'misc.R' 'nchar.R' 'strwrap.R' 'strtrim.R' 'strsplit.R' 'substr2.R' 'trimws.R' 'tohtml.R' 'unhandled.R' 'normalize.R' 'sgr.R'",
"NeedsCompilation": "yes",
"Author": "Brodie Gaslam [aut, cre], Elliott Sales De Andrade [ctb], R Core Team [cph] (UTF8 byte length calcs from src/util.c)",
"Maintainer": "Brodie Gaslam <brodie.gaslam@yahoo.com>",
"Repository": "RSPM"
},
"farver": {
"Package": "farver",
"Version": "2.1.2",
Expand Down Expand Up @@ -1374,7 +1344,7 @@
},
"gapminder": {
"Package": "gapminder",
"Version": "1.0.0",
"Version": "1.0.1",
"Source": "Repository",
"Title": "Data from Gapminder",
"Authors@R": "person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\"))",
Expand All @@ -1390,20 +1360,20 @@
],
"Suggests": [
"dplyr",
"ggplot2",
"ggplot2 (>= 3.0.0)",
"knitr",
"rmarkdown",
"testthat (>= 3.0.0)"
],
"Encoding": "UTF-8",
"LazyData": "true",
"RoxygenNote": "7.2.3",
"RoxygenNote": "7.3.2",
"Config/testthat/edition": "3",
"VignetteBuilder": "knitr",
"NeedsCompilation": "no",
"Author": "Jennifer Bryan [aut, cre] (<https://orcid.org/0000-0002-6983-2759>)",
"Author": "Jennifer Bryan [aut, cre] (ORCID: <https://orcid.org/0000-0002-6983-2759>)",
"Maintainer": "Jennifer Bryan <jenny@posit.co>",
"Repository": "RSPM"
"Repository": "CRAN"
},
"gargle": {
"Package": "gargle",
Expand Down Expand Up @@ -2875,7 +2845,7 @@
"Config/testthat/edition": "3",
"Roxygen": "list(markdown = TRUE)",
"Config/build/compilation-database": "true",
"Config/pak/sysreqs": "libfreetype6-dev libjpeg-dev libpng-dev libtiff-dev",
"Config/pak/sysreqs": "libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libjpeg-dev libpng-dev libtiff-dev",
"Repository": "https://carpentries.r-universe.dev",
"NeedsCompilation": "yes",
"Author": "Thomas Lin Pedersen [cre, aut] (ORCID: <https://orcid.org/0000-0002-5147-4711>), Maxim Shemanarev [aut, cph] (Author of AGG), Tony Juricic [ctb, cph] (Contributor to AGG), Milan Marusinec [ctb, cph] (Contributor to AGG), Spencer Garrett [ctb] (Contributor to AGG), Posit, PBC [cph, fnd]",
Expand Down Expand Up @@ -3644,7 +3614,7 @@
"Roxygen": "list(markdown = TRUE)",
"RoxygenNote": "7.3.2",
"SystemRequirements": "freetype2, harfbuzz, fribidi",
"Config/pak/sysreqs": "libfreetype6-dev libfribidi-dev libharfbuzz-dev",
"Config/pak/sysreqs": "libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev",
"Repository": "https://carpentries.r-universe.dev",
"NeedsCompilation": "yes",
"Author": "Thomas Lin Pedersen [cre, aut] (ORCID: <https://orcid.org/0000-0002-5147-4711>), Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)",
Expand All @@ -3656,7 +3626,7 @@
},
"tibble": {
"Package": "tibble",
"Version": "3.2.1",
"Version": "3.3.0",
"Source": "Repository",
"Title": "Simple Data Frames",
"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\", email = \"hadley@rstudio.com\"), person(given = \"Romain\", family = \"Francois\", role = \"ctb\", email = \"romain@r-enthusiasts.com\"), person(given = \"Jennifer\", family = \"Bryan\", role = \"ctb\", email = \"jenny@rstudio.com\"), person(given = \"RStudio\", role = c(\"cph\", \"fnd\")))",
Expand All @@ -3668,25 +3638,22 @@
"R (>= 3.4.0)"
],
"Imports": [
"fansi (>= 0.4.0)",
"cli",
"lifecycle (>= 1.0.0)",
"magrittr",
"methods",
"pillar (>= 1.8.1)",
"pkgconfig",
"rlang (>= 1.0.2)",
"utils",
"vctrs (>= 0.4.2)"
"vctrs (>= 0.5.0)"
],
"Suggests": [
"bench",
"bit64",
"blob",
"brio",
"callr",
"cli",
"covr",
"crayon (>= 1.3.4)",
"DiagrammeR",
"dplyr",
"evaluate",
Expand All @@ -3697,9 +3664,7 @@
"htmltools",
"knitr",
"lubridate",
"mockr",
"nycflights13",
"pkgbuild",
"pkgload",
"purrr",
"rmarkdown",
Expand All @@ -3710,7 +3675,7 @@
],
"VignetteBuilder": "knitr",
"Encoding": "UTF-8",
"RoxygenNote": "7.2.3",
"RoxygenNote": "7.3.2.9000",
"Config/testthat/edition": "3",
"Config/testthat/parallel": "true",
"Config/testthat/start-first": "vignette-formats, as_tibble, add, invariants",
@@ -3719,9 +3684,9 @@
"Config/autostyle/rmd": "false",
"Config/Needs/website": "tidyverse/tidytemplate",
"NeedsCompilation": "yes",
"Author": "Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>), Hadley Wickham [aut], Romain Francois [ctb], Jennifer Bryan [ctb], RStudio [cph, fnd]",
"Author": "Kirill Müller [aut, cre] (ORCID: <https://orcid.org/0000-0002-1416-3412>), Hadley Wickham [aut], Romain Francois [ctb], Jennifer Bryan [ctb], RStudio [cph, fnd]",
"Maintainer": "Kirill Müller <kirill@cynkra.com>",
"Repository": "RSPM"
"Repository": "CRAN"
},
"tidyr": {
"Package": "tidyr",
Expand Down Expand Up @@ -3965,14 +3930,14 @@
},
"utf8": {
"Package": "utf8",
"Version": "1.2.5",
"Version": "1.2.6",
"Source": "Repository",
"Title": "Unicode Text Processing",
"Authors@R": "c(person(given = c(\"Patrick\", \"O.\"), family = \"Perry\", role = c(\"aut\", \"cph\")), person(given = \"Kirill\", family = \"M\\u00fcller\", role = \"cre\", email = \"kirill@cynkra.com\"), person(given = \"Unicode, Inc.\", role = c(\"cph\", \"dtc\"), comment = \"Unicode Character Database\"))",
"Authors@R": "c(person(given = c(\"Patrick\", \"O.\"), family = \"Perry\", role = c(\"aut\", \"cph\")), person(given = \"Kirill\", family = \"M\\u00fcller\", role = \"cre\", email = \"kirill@cynkra.com\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Unicode, Inc.\", role = c(\"cph\", \"dtc\"), comment = \"Unicode Character Database\"))",
"Description": "Process and print 'UTF-8' encoded international text (Unicode). Input, validate, normalize, encode, format, and display.",
"License": "Apache License (== 2.0) | file LICENSE",
"URL": "https://ptrckprry.com/r-utf8/, https://github.com/patperry/r-utf8",
"BugReports": "https://github.com/patperry/r-utf8/issues",
"URL": "https://krlmlr.github.io/utf8/, https://github.com/krlmlr/utf8",
"BugReports": "https://github.com/krlmlr/utf8/issues",
"Depends": [
"R (>= 2.10)"
],
Expand All @@ -3990,7 +3955,7 @@
"Encoding": "UTF-8",
"RoxygenNote": "7.3.2.9000",
"NeedsCompilation": "yes",
"Author": "Patrick O. Perry [aut, cph], Kirill Müller [cre], Unicode, Inc. [cph, dtc] (Unicode Character Database)",
"Author": "Patrick O. Perry [aut, cph], Kirill Müller [cre] (ORCID: <https://orcid.org/0000-0002-1416-3412>), Unicode, Inc. [cph, dtc] (Unicode Character Database)",
"Maintainer": "Kirill Müller <kirill@cynkra.com>",
"Repository": "CRAN"
},
Expand Down
0