Skip to content

Commit 970aa52

Browse files
[actions] update 6 packages (#670)
Co-authored-by: zkamvar <zkamvar@users.noreply.github.com>
1 parent 1e7276f commit 970aa52

2 files changed

Lines changed: 231 additions & 3 deletions

File tree

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: 230 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,53 @@
195195
"Maintainer": "Gábor Csárdi <gabor@posit.co>",
196196
"Repository": "CRAN"
197197
},
198+
"cpp11": {
199+
"Package": "cpp11",
200+
"Version": "0.5.2",
201+
"Source": "Repository",
202+
"Title": "A C++11 Interface for R's C Interface",
203+
"Authors@R": "c( person(\"Davis\", \"Vaughan\", email = \"davis@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4777-038X\")), person(\"Jim\",\"Hester\", role = \"aut\", comment = c(ORCID = \"0000-0002-2739-7082\")), person(\"Romain\", \"François\", role = \"aut\", comment = c(ORCID = \"0000-0002-2444-4226\")), person(\"Benjamin\", \"Kietzman\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
204+
"Description": "Provides a header only, C++11 interface to R's C interface. Compared to other approaches 'cpp11' strives to be safe against long jumps from the C API as well as C++ exceptions, conform to normal R function semantics and supports interaction with 'ALTREP' vectors.",
205+
"License": "MIT + file LICENSE",
206+
"URL": "https://cpp11.r-lib.org, https://github.com/r-lib/cpp11",
207+
"BugReports": "https://github.com/r-lib/cpp11/issues",
208+
"Depends": [
209+
"R (>= 4.0.0)"
210+
],
211+
"Suggests": [
212+
"bench",
213+
"brio",
214+
"callr",
215+
"cli",
216+
"covr",
217+
"decor",
218+
"desc",
219+
"ggplot2",
220+
"glue",
221+
"knitr",
222+
"lobstr",
223+
"mockery",
224+
"progress",
225+
"rmarkdown",
226+
"scales",
227+
"Rcpp",
228+
"testthat (>= 3.2.0)",
229+
"tibble",
230+
"utils",
231+
"vctrs",
232+
"withr"
233+
],
234+
"VignetteBuilder": "knitr",
235+
"Config/Needs/website": "tidyverse/tidytemplate",
236+
"Config/testthat/edition": "3",
237+
"Config/Needs/cpp11/cpp_register": "brio, cli, decor, desc, glue, tibble, vctrs",
238+
"Encoding": "UTF-8",
239+
"RoxygenNote": "7.3.2",
240+
"NeedsCompilation": "no",
241+
"Author": "Davis Vaughan [aut, cre] (<https://orcid.org/0000-0003-4777-038X>), Jim Hester [aut] (<https://orcid.org/0000-0002-2739-7082>), Romain François [aut] (<https://orcid.org/0000-0002-2444-4226>), Benjamin Kietzman [ctb], Posit Software, PBC [cph, fnd]",
242+
"Maintainer": "Davis Vaughan <davis@posit.co>",
243+
"Repository": "CRAN"
244+
},
198245
"digest": {
199246
"Package": "digest",
200247
"Version": "0.6.37",
@@ -709,7 +756,7 @@
709756
},
710757
"renv": {
711758
"Package": "renv",
712-
"Version": "1.1.4",
759+
"Version": "1.1.5",
713760
"Source": "Repository",
714761
"Type": "Package",
715762
"Title": "Project Environments",
@@ -728,6 +775,7 @@
728775
"covr",
729776
"cpp11",
730777
"devtools",
778+
"generics",
731779
"gitcreds",
732780
"jsonlite",
733781
"jsonvalidate",
@@ -756,7 +804,7 @@
756804
"Config/testthat/parallel": "true",
757805
"Config/testthat/start-first": "bioconductor,python,install,restore,snapshot,retrieve,remotes",
758806
"NeedsCompilation": "no",
759-
"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]",
807+
"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]",
760808
"Maintainer": "Kevin Ushey <kevin@rstudio.com>",
761809
"Repository": "CRAN"
762810
},
@@ -903,6 +951,186 @@
903951
"Maintainer": "Carson Sievert <carson@rstudio.com>",
904952
"Repository": "CRAN"
905953
},
954+
"stringi": {
955+
"Package": "stringi",
956+
"Version": "1.8.7",
957+
"Source": "Repository",
958+
"Date": "2025-03-27",
959+
"Title": "Fast and Portable Character String Processing Facilities",
960+
"Description": "A collection of character string/text/natural language processing tools for pattern searching (e.g., with 'Java'-like regular expressions or the 'Unicode' collation algorithm), random string generation, case mapping, string transliteration, concatenation, sorting, padding, wrapping, Unicode normalisation, date-time formatting and parsing, and many more. They are fast, consistent, convenient, and - thanks to 'ICU' (International Components for Unicode) - portable across all locales and platforms. Documentation about 'stringi' is provided via its website at <https://stringi.gagolewski.com/> and the paper by Gagolewski (2022, <doi:10.18637/jss.v103.i02>).",
961+
"URL": "https://stringi.gagolewski.com/, https://github.com/gagolews/stringi, https://icu.unicode.org/",
962+
"BugReports": "https://github.com/gagolews/stringi/issues",
963+
"SystemRequirements": "ICU4C (>= 61, optional)",
964+
"Type": "Package",
965+
"Depends": [
966+
"R (>= 3.4)"
967+
],
968+
"Imports": [
969+
"tools",
970+
"utils",
971+
"stats"
972+
],
973+
"Biarch": "TRUE",
974+
"License": "file LICENSE",
975+
"Authors@R": "c(person(given = \"Marek\", family = \"Gagolewski\", role = c(\"aut\", \"cre\", \"cph\"), email = \"marek@gagolewski.com\", comment = c(ORCID = \"0000-0003-0637-6028\")), person(given = \"Bartek\", family = \"Tartanus\", role = \"ctb\"), person(\"Unicode, Inc. and others\", role=\"ctb\", comment = \"ICU4C source code, Unicode Character Database\") )",
976+
"RoxygenNote": "7.3.2",
977+
"Encoding": "UTF-8",
978+
"Config/pak/sysreqs": "libicu-dev",
979+
"Repository": "https://carpentries.r-universe.dev",
980+
"RemoteUrl": "https://github.com/gagolews/stringi",
981+
"RemoteRef": "v1.8.7",
982+
"RemoteSha": "ed7f27ad103d38dae90ca4471b189fffe01c53fa",
983+
"NeedsCompilation": "yes",
984+
"Author": "Marek Gagolewski [aut, cre, cph] (ORCID: <https://orcid.org/0000-0003-0637-6028>), Bartek Tartanus [ctb], Unicode, Inc. and others [ctb] (ICU4C source code, Unicode Character Database)",
985+
"Maintainer": "Marek Gagolewski <marek@gagolewski.com>"
986+
},
987+
"svglite": {
988+
"Package": "svglite",
989+
"Version": "2.2.1",
990+
"Source": "Repository",
991+
"Title": "An 'SVG' Graphics Device",
992+
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"), person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"T Jake\", \"Luciani\", , \"jake@apache.org\", role = \"aut\"), person(\"Matthieu\", \"Decorde\", , \"matthieu.decorde@ens-lyon.fr\", role = \"aut\"), person(\"Vaudor\", \"Lise\", , \"lise.vaudor@ens-lyon.fr\", role = \"aut\"), person(\"Tony\", \"Plate\", role = \"ctb\", comment = \"Early line dashing code\"), person(\"David\", \"Gohel\", role = \"ctb\", comment = \"Line dashing code and early raster code\"), person(\"Yixuan\", \"Qiu\", role = \"ctb\", comment = \"Improved styles; polypath implementation\"), person(\"Håkon\", \"Malmedal\", role = \"ctb\", comment = \"Opacity code\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )",
993+
"Description": "A graphics device for R that produces 'Scalable Vector Graphics'. 'svglite' is a fork of the older 'RSvgDevice' package.",
994+
"License": "GPL (>= 2)",
995+
"URL": "https://svglite.r-lib.org, https://github.com/r-lib/svglite",
996+
"BugReports": "https://github.com/r-lib/svglite/issues",
997+
"Depends": [
998+
"R (>= 4.1)"
999+
],
1000+
"Imports": [
1001+
"base64enc",
1002+
"cli",
1003+
"lifecycle",
1004+
"rlang (>= 1.1.0)",
1005+
"systemfonts (>= 1.2.3)",
1006+
"textshaping (>= 0.3.0)"
1007+
],
1008+
"Suggests": [
1009+
"covr",
1010+
"fontquiver (>= 0.2.0)",
1011+
"htmltools",
1012+
"knitr",
1013+
"rmarkdown",
1014+
"testthat (>= 3.0.0)",
1015+
"xml2 (>= 1.0.0)"
1016+
],
1017+
"LinkingTo": [
1018+
"cpp11",
1019+
"systemfonts",
1020+
"textshaping"
1021+
],
1022+
"VignetteBuilder": "knitr",
1023+
"Config/build/compilation-database": "true",
1024+
"Config/Needs/website": "tidyverse/tidytemplate",
1025+
"Config/testthat/edition": "3",
1026+
"Config/usethis/last-upkeep": "2025-04-25",
1027+
"Encoding": "UTF-8",
1028+
"RoxygenNote": "7.3.2",
1029+
"SystemRequirements": "libpng",
1030+
"NeedsCompilation": "yes",
1031+
"Author": "Hadley Wickham [aut], Lionel Henry [aut], Thomas Lin Pedersen [cre, aut] (ORCID: <https://orcid.org/0000-0002-5147-4711>), T Jake Luciani [aut], Matthieu Decorde [aut], Vaudor Lise [aut], Tony Plate [ctb] (Early line dashing code), David Gohel [ctb] (Line dashing code and early raster code), Yixuan Qiu [ctb] (Improved styles; polypath implementation), Håkon Malmedal [ctb] (Opacity code), Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)",
1032+
"Maintainer": "Thomas Lin Pedersen <thomas.pedersen@posit.co>",
1033+
"Repository": "CRAN"
1034+
},
1035+
"systemfonts": {
1036+
"Package": "systemfonts",
1037+
"Version": "1.2.3",
1038+
"Source": "Repository",
1039+
"Type": "Package",
1040+
"Title": "System Native Font Finding",
1041+
"Authors@R": "c( person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Jeroen\", \"Ooms\", , \"jeroen@berkeley.edu\", role = \"aut\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Devon\", \"Govett\", role = \"aut\", comment = \"Author of font-manager\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )",
1042+
"Description": "Provides system native access to the font catalogue. As font handling varies between systems it is difficult to correctly locate installed fonts across different operating systems. The 'systemfonts' package provides bindings to the native libraries on Windows, macOS and Linux for finding font files that can then be used further by e.g. graphic devices. The main use is intended to be from compiled code but 'systemfonts' also provides access from R.",
1043+
"License": "MIT + file LICENSE",
1044+
"URL": "https://github.com/r-lib/systemfonts, https://systemfonts.r-lib.org",
1045+
"BugReports": "https://github.com/r-lib/systemfonts/issues",
1046+
"Depends": [
1047+
"R (>= 3.2.0)"
1048+
],
1049+
"Imports": [
1050+
"base64enc",
1051+
"grid",
1052+
"jsonlite",
1053+
"lifecycle",
1054+
"tools",
1055+
"utils"
1056+
],
1057+
"Suggests": [
1058+
"covr",
1059+
"farver",
1060+
"graphics",
1061+
"knitr",
1062+
"rmarkdown",
1063+
"testthat (>= 2.1.0)"
1064+
],
1065+
"LinkingTo": [
1066+
"cpp11 (>= 0.2.1)"
1067+
],
1068+
"VignetteBuilder": "knitr",
1069+
"Config/build/compilation-database": "true",
1070+
"Config/Needs/website": "tidyverse/tidytemplate",
1071+
"Config/usethis/last-upkeep": "2025-04-23",
1072+
"Encoding": "UTF-8",
1073+
"Roxygen": "list(markdown = TRUE)",
1074+
"RoxygenNote": "7.3.2",
1075+
"SystemRequirements": "fontconfig, freetype2",
1076+
"Config/pak/sysreqs": "libfontconfig1-dev libfreetype6-dev",
1077+
"Repository": "https://carpentries.r-universe.dev",
1078+
"RemoteUrl": "https://github.com/r-lib/systemfonts",
1079+
"RemoteRef": "v1.2.3",
1080+
"RemoteSha": "2f0bfc268328fd2f518d5dcd38772dba80a0cd92",
1081+
"NeedsCompilation": "yes",
1082+
"Author": "Thomas Lin Pedersen [aut, cre] (ORCID: <https://orcid.org/0000-0002-5147-4711>), Jeroen Ooms [aut] (ORCID: <https://orcid.org/0000-0002-4035-0289>), Devon Govett [aut] (Author of font-manager), Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)",
1083+
"Maintainer": "Thomas Lin Pedersen <thomas.pedersen@posit.co>"
1084+
},
1085+
"textshaping": {
1086+
"Package": "textshaping",
1087+
"Version": "1.0.1",
1088+
"Source": "Repository",
1089+
"Title": "Bindings to the 'HarfBuzz' and 'Fribidi' Libraries for Text Shaping",
1090+
"Authors@R": "c( person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )",
1091+
"Description": "Provides access to the text shaping functionality in the 'HarfBuzz' library and the bidirectional algorithm in the 'Fribidi' library. 'textshaping' is a low-level utility package mainly for graphic devices that expands upon the font tool-set provided by the 'systemfonts' package.",
1092+
"License": "MIT + file LICENSE",
1093+
"URL": "https://github.com/r-lib/textshaping",
1094+
"BugReports": "https://github.com/r-lib/textshaping/issues",
1095+
"Depends": [
1096+
"R (>= 3.2.0)"
1097+
],
1098+
"Imports": [
1099+
"lifecycle",
1100+
"stats",
1101+
"stringi",
1102+
"systemfonts (>= 1.1.0)",
1103+
"utils"
1104+
],
1105+
"Suggests": [
1106+
"covr",
1107+
"grDevices",
1108+
"grid",
1109+
"knitr",
1110+
"rmarkdown",
1111+
"testthat (>= 3.0.0)"
1112+
],
1113+
"LinkingTo": [
1114+
"cpp11 (>= 0.2.1)",
1115+
"systemfonts (>= 1.0.0)"
1116+
],
1117+
"VignetteBuilder": "knitr",
1118+
"Config/build/compilation-database": "true",
1119+
"Config/testthat/edition": "3",
1120+
"Config/usethis/last-upkeep": "2025-04-23",
1121+
"Encoding": "UTF-8",
1122+
"Roxygen": "list(markdown = TRUE)",
1123+
"RoxygenNote": "7.3.2",
1124+
"SystemRequirements": "freetype2, harfbuzz, fribidi",
1125+
"Config/pak/sysreqs": "libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev",
1126+
"Repository": "https://carpentries.r-universe.dev",
1127+
"RemoteUrl": "https://github.com/r-lib/textshaping",
1128+
"RemoteRef": "v1.0.1",
1129+
"RemoteSha": "8a044909a3b8e9e4511ecde5c9f635977a2c4ee5",
1130+
"NeedsCompilation": "yes",
1131+
"Author": "Thomas Lin Pedersen [cre, aut] (ORCID: <https://orcid.org/0000-0002-5147-4711>), Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)",
1132+
"Maintainer": "Thomas Lin Pedersen <thomas.pedersen@posit.co>"
1133+
},
9061134
"tinytex": {
9071135
"Package": "tinytex",
9081136
"Version": "0.57",

0 commit comments

Comments
 (0)