Skip to content

Commit 5568898

Browse files
committed
update renv lock
1 parent 06730cd commit 5568898

1 file changed

Lines changed: 339 additions & 0 deletions

File tree

renv.lock

Lines changed: 339 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,32 @@
408408
"Maintainer": "Kirill Müller <kirill@cynkra.com>",
409409
"Repository": "CRAN"
410410
},
411+
"brio": {
412+
"Package": "brio",
413+
"Version": "1.1.5",
414+
"Source": "Repository",
415+
"Title": "Basic R Input Output",
416+
"Authors@R": "c( person(\"Jim\", \"Hester\", role = \"aut\", comment = c(ORCID = \"0000-0002-2739-7082\")), person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
417+
"Description": "Functions to handle basic input output, these functions always read and write UTF-8 (8-bit Unicode Transformation Format) files and provide more explicit control over line endings.",
418+
"License": "MIT + file LICENSE",
419+
"URL": "https://brio.r-lib.org, https://github.com/r-lib/brio",
420+
"BugReports": "https://github.com/r-lib/brio/issues",
421+
"Depends": [
422+
"R (>= 3.6)"
423+
],
424+
"Suggests": [
425+
"covr",
426+
"testthat (>= 3.0.0)"
427+
],
428+
"Config/Needs/website": "tidyverse/tidytemplate",
429+
"Config/testthat/edition": "3",
430+
"Encoding": "UTF-8",
431+
"RoxygenNote": "7.2.3",
432+
"NeedsCompilation": "yes",
433+
"Author": "Jim Hester [aut] (<https://orcid.org/0000-0002-2739-7082>), Gábor Csárdi [aut, cre], Posit Software, PBC [cph, fnd]",
434+
"Maintainer": "Gábor Csárdi <csardi.gabor@gmail.com>",
435+
"Repository": "https://packagemanager.rstudio.com/all/__linux__/noble/latest"
436+
},
411437
"broom": {
412438
"Package": "broom",
413439
"Version": "1.0.13",
@@ -1128,6 +1154,78 @@
11281154
"Maintainer": "Hadley Wickham <hadley@posit.co>",
11291155
"Repository": "CRAN"
11301156
},
1157+
"desc": {
1158+
"Package": "desc",
1159+
"Version": "1.4.3",
1160+
"Source": "Repository",
1161+
"Title": "Manipulate DESCRIPTION Files",
1162+
"Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Kirill\", \"Müller\", role = \"aut\"), person(\"Jim\", \"Hester\", , \"james.f.hester@gmail.com\", role = \"aut\"), person(\"Maëlle\", \"Salmon\", role = \"ctb\", comment = c(ORCID = \"0000-0002-2815-0399\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
1163+
"Maintainer": "Gábor Csárdi <csardi.gabor@gmail.com>",
1164+
"Description": "Tools to read, write, create, and manipulate DESCRIPTION files. It is intended for packages that create or manipulate other packages.",
1165+
"License": "MIT + file LICENSE",
1166+
"URL": "https://desc.r-lib.org/, https://github.com/r-lib/desc",
1167+
"BugReports": "https://github.com/r-lib/desc/issues",
1168+
"Depends": [
1169+
"R (>= 3.4)"
1170+
],
1171+
"Imports": [
1172+
"cli",
1173+
"R6",
1174+
"utils"
1175+
],
1176+
"Suggests": [
1177+
"callr",
1178+
"covr",
1179+
"gh",
1180+
"spelling",
1181+
"testthat",
1182+
"whoami",
1183+
"withr"
1184+
],
1185+
"Config/Needs/website": "tidyverse/tidytemplate",
1186+
"Config/testthat/edition": "3",
1187+
"Encoding": "UTF-8",
1188+
"Language": "en-US",
1189+
"RoxygenNote": "7.2.3",
1190+
"Collate": "'assertions.R' 'authors-at-r.R' 'built.R' 'classes.R' 'collate.R' 'constants.R' 'deps.R' 'desc-package.R' 'description.R' 'encoding.R' 'find-package-root.R' 'latex.R' 'non-oo-api.R' 'package-archives.R' 'read.R' 'remotes.R' 'str.R' 'syntax_checks.R' 'urls.R' 'utils.R' 'validate.R' 'version.R'",
1191+
"NeedsCompilation": "no",
1192+
"Author": "Gábor Csárdi [aut, cre], Kirill Müller [aut], Jim Hester [aut], Maëlle Salmon [ctb] (<https://orcid.org/0000-0002-2815-0399>), Posit Software, PBC [cph, fnd]",
1193+
"Repository": "https://packagemanager.rstudio.com/all/__linux__/noble/latest"
1194+
},
1195+
"diffobj": {
1196+
"Package": "diffobj",
1197+
"Version": "0.3.6",
1198+
"Source": "Repository",
1199+
"Type": "Package",
1200+
"Title": "Diffs for R Objects",
1201+
"Description": "Generate a colorized diff of two R objects for an intuitive visualization of their differences.",
1202+
"Authors@R": "c( person( \"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\", role=c(\"aut\", \"cre\")), person( \"Michael B.\", \"Allen\", email=\"ioplex@gmail.com\", role=c(\"ctb\", \"cph\"), comment=\"Original C implementation of Myers Diff Algorithm\"))",
1203+
"Depends": [
1204+
"R (>= 3.1.0)"
1205+
],
1206+
"License": "GPL-2 | GPL-3",
1207+
"URL": "https://github.com/brodieG/diffobj",
1208+
"BugReports": "https://github.com/brodieG/diffobj/issues",
1209+
"RoxygenNote": "7.2.3",
1210+
"VignetteBuilder": "knitr",
1211+
"Encoding": "UTF-8",
1212+
"Suggests": [
1213+
"knitr",
1214+
"rmarkdown"
1215+
],
1216+
"Collate": "'capt.R' 'options.R' 'pager.R' 'check.R' 'finalizer.R' 'misc.R' 'html.R' 'styles.R' 's4.R' 'core.R' 'diff.R' 'get.R' 'guides.R' 'hunks.R' 'layout.R' 'myerssimple.R' 'rdiff.R' 'rds.R' 'set.R' 'subset.R' 'summmary.R' 'system.R' 'text.R' 'tochar.R' 'trim.R' 'word.R'",
1217+
"Imports": [
1218+
"crayon (>= 1.3.2)",
1219+
"tools",
1220+
"methods",
1221+
"utils",
1222+
"stats"
1223+
],
1224+
"NeedsCompilation": "yes",
1225+
"Author": "Brodie Gaslam [aut, cre], Michael B. Allen [ctb, cph] (Original C implementation of Myers Diff Algorithm)",
1226+
"Maintainer": "Brodie Gaslam <brodie.gaslam@yahoo.com>",
1227+
"Repository": "https://packagemanager.rstudio.com/all/__linux__/noble/latest"
1228+
},
11311229
"digest": {
11321230
"Package": "digest",
11331231
"Version": "0.6.39",
@@ -2897,6 +2995,45 @@
28972995
"Maintainer": "Kirill Müller <kirill@cynkra.com>",
28982996
"Repository": "CRAN"
28992997
},
2998+
"pkgbuild": {
2999+
"Package": "pkgbuild",
3000+
"Version": "1.4.8",
3001+
"Source": "Repository",
3002+
"Title": "Find Tools Needed to Build R Packages",
3003+
"Authors@R": "c( person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )",
3004+
"Description": "Provides functions used to build R packages. Locates compilers needed to build R packages on various platforms and ensures the PATH is configured appropriately so R can use them.",
3005+
"License": "MIT + file LICENSE",
3006+
"URL": "https://github.com/r-lib/pkgbuild, https://pkgbuild.r-lib.org",
3007+
"BugReports": "https://github.com/r-lib/pkgbuild/issues",
3008+
"Depends": [
3009+
"R (>= 3.5)"
3010+
],
3011+
"Imports": [
3012+
"callr (>= 3.2.0)",
3013+
"cli (>= 3.4.0)",
3014+
"desc",
3015+
"processx",
3016+
"R6"
3017+
],
3018+
"Suggests": [
3019+
"covr",
3020+
"cpp11",
3021+
"knitr",
3022+
"Rcpp",
3023+
"rmarkdown",
3024+
"testthat (>= 3.2.0)",
3025+
"withr (>= 2.3.0)"
3026+
],
3027+
"Config/Needs/website": "tidyverse/tidytemplate",
3028+
"Config/testthat/edition": "3",
3029+
"Config/usethis/last-upkeep": "2025-04-30",
3030+
"Encoding": "UTF-8",
3031+
"RoxygenNote": "7.3.2",
3032+
"NeedsCompilation": "no",
3033+
"Author": "Hadley Wickham [aut], Jim Hester [aut], Gábor Csárdi [aut, cre], Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)",
3034+
"Maintainer": "Gábor Csárdi <csardi.gabor@gmail.com>",
3035+
"Repository": "https://packagemanager.rstudio.com/all/__linux__/noble/latest"
3036+
},
29003037
"pkgconfig": {
29013038
"Package": "pkgconfig",
29023039
"Version": "2.0.3",
@@ -2921,6 +3058,55 @@
29213058
"NeedsCompilation": "no",
29223059
"Repository": "CRAN"
29233060
},
3061+
"pkgload": {
3062+
"Package": "pkgload",
3063+
"Version": "1.5.2",
3064+
"Source": "Repository",
3065+
"Title": "Simulate Package Installation and Attach",
3066+
"Authors@R": "c( person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Winston\", \"Chang\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"R Core team\", role = \"ctb\", comment = \"Some namespace and vignette code extracted from base R\") )",
3067+
"Description": "Simulates the process of installing a package and then attaching it. This is a key part of the 'devtools' package as it allows you to rapidly iterate while developing a package.",
3068+
"License": "MIT + file LICENSE",
3069+
"URL": "https://github.com/r-lib/pkgload, https://pkgload.r-lib.org",
3070+
"BugReports": "https://github.com/r-lib/pkgload/issues",
3071+
"Depends": [
3072+
"R (>= 3.4.0)"
3073+
],
3074+
"Imports": [
3075+
"cli (>= 3.3.0)",
3076+
"desc",
3077+
"fs",
3078+
"glue",
3079+
"lifecycle",
3080+
"methods",
3081+
"pkgbuild",
3082+
"processx",
3083+
"rlang (>= 1.1.1)",
3084+
"rprojroot",
3085+
"utils"
3086+
],
3087+
"Suggests": [
3088+
"bitops",
3089+
"jsonlite",
3090+
"mathjaxr",
3091+
"pak",
3092+
"Rcpp",
3093+
"remotes",
3094+
"rstudioapi",
3095+
"testthat (>= 3.2.1.1)",
3096+
"usethis",
3097+
"withr"
3098+
],
3099+
"Config/Needs/website": "tidyverse/tidytemplate, ggplot2",
3100+
"Config/testthat/edition": "3",
3101+
"Config/testthat/parallel": "TRUE",
3102+
"Config/testthat/start-first": "dll",
3103+
"Encoding": "UTF-8",
3104+
"RoxygenNote": "7.3.2",
3105+
"NeedsCompilation": "no",
3106+
"Author": "Hadley Wickham [aut], Winston Chang [aut], Jim Hester [aut], Lionel Henry [aut, cre], Posit Software, PBC [cph, fnd], R Core team [ctb] (Some namespace and vignette code extracted from base R)",
3107+
"Maintainer": "Lionel Henry <lionel@posit.co>",
3108+
"Repository": "https://packagemanager.rstudio.com/all/__linux__/noble/latest"
3109+
},
29243110
"png": {
29253111
"Package": "png",
29263112
"Version": "0.1-9",
@@ -2941,6 +3127,26 @@
29413127
"Repository": "CRAN",
29423128
"Encoding": "UTF-8"
29433129
},
3130+
"praise": {
3131+
"Package": "praise",
3132+
"Version": "1.0.0",
3133+
"Source": "Repository",
3134+
"Title": "Praise Users",
3135+
"Author": "Gabor Csardi, Sindre Sorhus",
3136+
"Maintainer": "Gabor Csardi <csardi.gabor@gmail.com>",
3137+
"Description": "Build friendly R packages that praise their users if they have done something good, or they just need it to feel better.",
3138+
"License": "MIT + file LICENSE",
3139+
"LazyData": "true",
3140+
"URL": "https://github.com/gaborcsardi/praise",
3141+
"BugReports": "https://github.com/gaborcsardi/praise/issues",
3142+
"Suggests": [
3143+
"testthat"
3144+
],
3145+
"Collate": "'adjective.R' 'adverb.R' 'exclamation.R' 'verb.R' 'rpackage.R' 'package.R'",
3146+
"NeedsCompilation": "no",
3147+
"Repository": "https://packagemanager.rstudio.com/all/__linux__/noble/latest",
3148+
"Encoding": "UTF-8"
3149+
},
29443150
"prettyunits": {
29453151
"Package": "prettyunits",
29463152
"Version": "1.2.0",
@@ -3746,6 +3952,40 @@
37463952
"Maintainer": "Yihui Xie <xie@yihui.name>",
37473953
"Repository": "CRAN"
37483954
},
3955+
"rprojroot": {
3956+
"Package": "rprojroot",
3957+
"Version": "2.1.1",
3958+
"Source": "Repository",
3959+
"Title": "Finding Files in Project Subdirectories",
3960+
"Authors@R": "person(given = \"Kirill\", family = \"M\\u00fcller\", role = c(\"aut\", \"cre\"), email = \"kirill@cynkra.com\", comment = c(ORCID = \"0000-0002-1416-3412\"))",
3961+
"Description": "Robust, reliable and flexible paths to files below a project root. The 'root' of a project is defined as a directory that matches a certain criterion, e.g., it contains a certain regular file.",
3962+
"License": "MIT + file LICENSE",
3963+
"URL": "https://rprojroot.r-lib.org/, https://github.com/r-lib/rprojroot",
3964+
"BugReports": "https://github.com/r-lib/rprojroot/issues",
3965+
"Depends": [
3966+
"R (>= 3.0.0)"
3967+
],
3968+
"Suggests": [
3969+
"covr",
3970+
"knitr",
3971+
"lifecycle",
3972+
"rlang",
3973+
"rmarkdown",
3974+
"testthat (>= 3.2.0)",
3975+
"withr"
3976+
],
3977+
"VignetteBuilder": "knitr",
3978+
"Config/testthat/edition": "3",
3979+
"Encoding": "UTF-8",
3980+
"RoxygenNote": "7.3.2.9000",
3981+
"Config/autostyle/scope": "line_breaks",
3982+
"Config/autostyle/strict": "true",
3983+
"Config/Needs/website": "tidyverse/tidytemplate",
3984+
"NeedsCompilation": "no",
3985+
"Author": "Kirill Müller [aut, cre] (ORCID: <https://orcid.org/0000-0002-1416-3412>)",
3986+
"Maintainer": "Kirill Müller <kirill@cynkra.com>",
3987+
"Repository": "CRAN"
3988+
},
37493989
"rstudioapi": {
37503990
"Package": "rstudioapi",
37513991
"Version": "0.18.0",
@@ -4417,6 +4657,68 @@
44174657
"Author": "Robert J. Hijmans [cre, aut] (ORCID: <https://orcid.org/0000-0001-5872-2872>), Andrew Brown [aut] (ORCID: <https://orcid.org/0000-0002-4565-533X>), Márcia Barbosa [aut] (ORCID: <https://orcid.org/0000-0001-8972-7713>), Krzysztof Dyba [ctb] (ORCID: <https://orcid.org/0000-0002-8614-3816>), Roger Bivand [ctb] (ORCID: <https://orcid.org/0000-0003-2392-6140>), Michael Chirico [ctb] (ORCID: <https://orcid.org/0000-0003-0787-087X>), Emanuele Cordano [ctb] (ORCID: <https://orcid.org/0000-0002-3508-5898>), Edzer Pebesma [ctb] (ORCID: <https://orcid.org/0000-0001-8049-7069>), Barry Rowlingson [ctb] (ORCID: <https://orcid.org/0000-0002-8586-6625>), Michael D. Sumner [ctb] (ORCID: <https://orcid.org/0000-0002-2471-7511>)",
44184658
"Repository": "CRAN"
44194659
},
4660+
"testthat": {
4661+
"Package": "testthat",
4662+
"Version": "3.3.2",
4663+
"Source": "Repository",
4664+
"Title": "Unit Testing for R",
4665+
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"R Core team\", role = \"ctb\", comment = \"Implementation of utils::recover()\") )",
4666+
"Description": "Software testing is important, but, in part because it is frustrating and boring, many of us avoid it. 'testthat' is a testing framework for R that is easy to learn and use, and integrates with your existing 'workflow'.",
4667+
"License": "MIT + file LICENSE",
4668+
"URL": "https://testthat.r-lib.org, https://github.com/r-lib/testthat",
4669+
"BugReports": "https://github.com/r-lib/testthat/issues",
4670+
"Depends": [
4671+
"R (>= 4.1.0)"
4672+
],
4673+
"Imports": [
4674+
"brio (>= 1.1.5)",
4675+
"callr (>= 3.7.6)",
4676+
"cli (>= 3.6.5)",
4677+
"desc (>= 1.4.3)",
4678+
"evaluate (>= 1.0.4)",
4679+
"jsonlite (>= 2.0.0)",
4680+
"lifecycle (>= 1.0.4)",
4681+
"magrittr (>= 2.0.3)",
4682+
"methods",
4683+
"pkgload (>= 1.4.0)",
4684+
"praise (>= 1.0.0)",
4685+
"processx (>= 3.8.6)",
4686+
"ps (>= 1.9.1)",
4687+
"R6 (>= 2.6.1)",
4688+
"rlang (>= 1.1.6)",
4689+
"utils",
4690+
"waldo (>= 0.6.2)",
4691+
"withr (>= 3.0.2)"
4692+
],
4693+
"Suggests": [
4694+
"covr",
4695+
"curl (>= 0.9.5)",
4696+
"diffviewer (>= 0.1.0)",
4697+
"digest (>= 0.6.33)",
4698+
"gh",
4699+
"knitr",
4700+
"otel",
4701+
"otelsdk",
4702+
"rmarkdown",
4703+
"rstudioapi",
4704+
"S7",
4705+
"shiny",
4706+
"usethis",
4707+
"vctrs (>= 0.1.0)",
4708+
"xml2"
4709+
],
4710+
"VignetteBuilder": "knitr",
4711+
"Config/Needs/website": "tidyverse/tidytemplate",
4712+
"Config/testthat/edition": "3",
4713+
"Config/testthat/parallel": "true",
4714+
"Config/testthat/start-first": "watcher, parallel*",
4715+
"Encoding": "UTF-8",
4716+
"RoxygenNote": "7.3.3",
4717+
"NeedsCompilation": "yes",
4718+
"Author": "Hadley Wickham [aut, cre], Posit Software, PBC [cph, fnd], R Core team [ctb] (Implementation of utils::recover())",
4719+
"Maintainer": "Hadley Wickham <hadley@posit.co>",
4720+
"Repository": "https://packagemanager.rstudio.com/all/__linux__/noble/latest"
4721+
},
44204722
"textshaping": {
44214723
"Package": "textshaping",
44224724
"Version": "1.0.5",
@@ -5037,6 +5339,43 @@
50375339
"Maintainer": "Jennifer Bryan <jenny@posit.co>",
50385340
"Repository": "CRAN"
50395341
},
5342+
"waldo": {
5343+
"Package": "waldo",
5344+
"Version": "0.6.2",
5345+
"Source": "Repository",
5346+
"Title": "Find Differences Between R Objects",
5347+
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
5348+
"Description": "Compare complex R objects and reveal the key differences. Designed particularly for use in testing packages where being able to quickly isolate key differences makes understanding test failures much easier.",
5349+
"License": "MIT + file LICENSE",
5350+
"URL": "https://waldo.r-lib.org, https://github.com/r-lib/waldo",
5351+
"BugReports": "https://github.com/r-lib/waldo/issues",
5352+
"Depends": [
5353+
"R (>= 4.0)"
5354+
],
5355+
"Imports": [
5356+
"cli",
5357+
"diffobj (>= 0.3.4)",
5358+
"glue",
5359+
"methods",
5360+
"rlang (>= 1.1.0)"
5361+
],
5362+
"Suggests": [
5363+
"bit64",
5364+
"R6",
5365+
"S7",
5366+
"testthat (>= 3.0.0)",
5367+
"withr",
5368+
"xml2"
5369+
],
5370+
"Config/Needs/website": "tidyverse/tidytemplate",
5371+
"Config/testthat/edition": "3",
5372+
"Encoding": "UTF-8",
5373+
"RoxygenNote": "7.3.2",
5374+
"NeedsCompilation": "no",
5375+
"Author": "Hadley Wickham [aut, cre], Posit Software, PBC [cph, fnd]",
5376+
"Maintainer": "Hadley Wickham <hadley@posit.co>",
5377+
"Repository": "https://packagemanager.rstudio.com/all/__linux__/noble/latest"
5378+
},
50405379
"withr": {
50415380
"Package": "withr",
50425381
"Version": "3.0.2",

0 commit comments

Comments
 (0)