Skip to content

Commit 19c4a11

Browse files
Update renv
1 parent c7955a9 commit 19c4a11

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

renv.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"R": {
3-
"Version": "4.4.2",
3+
"Version": "4.4.3",
44
"Repositories": [
55
{
66
"Name": "CRAN",
@@ -225,19 +225,15 @@
225225
},
226226
"bit": {
227227
"Package": "bit",
228-
"Version": "4.5.0.1",
228+
"Version": "4.6.0",
229229
"Source": "Repository",
230-
"Type": "Package",
231230
"Title": "Classes and Methods for Fast Memory-Efficient Boolean Selections",
232-
"Date": "2024-09-17",
233-
"Authors@R": "c(person(given = \"Jens\", family = \"Oehlschlägel\", role = c(\"aut\", \"cre\"), email = \"Jens.Oehlschlaegel@truecluster.com\"), person(given = \"Brian\", family = \"Ripley\", role = \"ctb\"))",
234-
"Author": "Jens Oehlschlägel [aut, cre], Brian Ripley [ctb]",
235-
"Maintainer": "Jens Oehlschlägel <Jens.Oehlschlaegel@truecluster.com>",
231+
"Authors@R": "c( person(\"Michael\", \"Chirico\", email = \"MichaelChirico4@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Jens\", \"Oehlschlägel\", role = \"aut\"), person(\"Brian\", \"Ripley\", role = \"ctb\") )",
236232
"Depends": [
237233
"R (>= 3.4.0)"
238234
],
239235
"Suggests": [
240-
"testthat (>= 0.11.0)",
236+
"testthat (>= 3.0.0)",
241237
"roxygen2",
242238
"knitr",
243239
"markdown",
@@ -251,10 +247,13 @@
251247
"LazyLoad": "yes",
252248
"ByteCompile": "yes",
253249
"Encoding": "UTF-8",
254-
"URL": "https://github.com/truecluster/bit",
250+
"URL": "https://github.com/r-lib/bit",
255251
"VignetteBuilder": "knitr, rmarkdown",
256252
"RoxygenNote": "7.3.2",
253+
"Config/testthat/edition": "3",
257254
"NeedsCompilation": "yes",
255+
"Author": "Michael Chirico [aut, cre], Jens Oehlschlägel [aut], Brian Ripley [ctb]",
256+
"Maintainer": "Michael Chirico <MichaelChirico4@gmail.com>",
258257
"Repository": "CRAN"
259258
},
260259
"bit64": {
@@ -584,7 +583,7 @@
584583
},
585584
"cpp11": {
586585
"Package": "cpp11",
587-
"Version": "0.5.1",
586+
"Version": "0.5.2",
588587
"Source": "Repository",
589588
"Title": "A C++11 Interface for R's C Interface",
590589
"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\")) )",
@@ -1604,7 +1603,7 @@
16041603
},
16051604
"httr2": {
16061605
"Package": "httr2",
1607-
"Version": "1.1.0",
1606+
"Version": "1.1.1",
16081607
"Source": "Repository",
16091608
"Title": "Perform HTTP Requests and Process the Responses",
16101609
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"Maximilian\", \"Girlich\", role = \"ctb\") )",
@@ -1617,7 +1616,7 @@
16171616
],
16181617
"Imports": [
16191618
"cli (>= 3.0.0)",
1620-
"curl (>= 6.1.0)",
1619+
"curl (>= 6.2.1)",
16211620
"glue",
16221621
"lifecycle",
16231622
"magrittr",
@@ -1730,7 +1729,7 @@
17301729
},
17311730
"jsonlite": {
17321731
"Package": "jsonlite",
1733-
"Version": "1.9.0",
1732+
"Version": "1.9.1",
17341733
"Source": "Repository",
17351734
"Title": "A Simple and Robust JSON Parser and Generator for R",
17361735
"License": "MIT + file LICENSE",
@@ -2849,7 +2848,7 @@
28492848
},
28502849
"renv": {
28512850
"Package": "renv",
2852-
"Version": "1.1.1",
2851+
"Version": "1.1.2",
28532852
"Source": "Repository",
28542853
"Type": "Package",
28552854
"Title": "Project Environments",
@@ -3782,7 +3781,7 @@
37823781
},
37833782
"tinytex": {
37843783
"Package": "tinytex",
3785-
"Version": "0.55",
3784+
"Version": "0.56",
37863785
"Source": "Repository",
37873786
"Type": "Package",
37883787
"Title": "Helper Functions to Install and Maintain TeX Live, and Compile LaTeX Documents",
@@ -4257,13 +4256,13 @@
42574256
},
42584257
"xml2": {
42594258
"Package": "xml2",
4260-
"Version": "1.3.6",
4259+
"Version": "1.3.7",
42614260
"Source": "Repository",
42624261
"Title": "Parse XML",
4263-
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Jeroen\", \"Ooms\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"R Foundation\", role = \"ctb\", comment = \"Copy of R-project homepage cached as example\") )",
4264-
"Description": "Work with XML files using a simple, consistent interface. Built on top of the 'libxml2' C library.",
4262+
"Authors@R": "c( person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Jeroen\", \"Ooms\", email = \"jeroenooms@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"R Foundation\", role = \"ctb\", comment = \"Copy of R-project homepage cached as example\") )",
4263+
"Description": "Bindings to 'libxml2' for working with XML data using a simple, consistent interface based on 'XPath' expressions. Also supports XML schema validation; for 'XSLT' transformations see the 'xslt' package.",
42654264
"License": "MIT + file LICENSE",
4266-
"URL": "https://xml2.r-lib.org/, https://github.com/r-lib/xml2",
4265+
"URL": "https://xml2.r-lib.org, https://r-lib.r-universe.dev/xml2",
42674266
"BugReports": "https://github.com/r-lib/xml2/issues",
42684267
"Depends": [
42694268
"R (>= 3.6.0)"
@@ -4281,7 +4280,8 @@
42814280
"magrittr",
42824281
"mockery",
42834282
"rmarkdown",
4284-
"testthat (>= 3.0.0)"
4283+
"testthat (>= 3.2.0)",
4284+
"xslt"
42854285
],
42864286
"VignetteBuilder": "knitr",
42874287
"Config/Needs/website": "tidyverse/tidytemplate",
@@ -4291,8 +4291,8 @@
42914291
"Collate": "'S4.R' 'as_list.R' 'xml_parse.R' 'as_xml_document.R' 'classes.R' 'format.R' 'import-standalone-obj-type.R' 'import-standalone-purrr.R' 'import-standalone-types-check.R' 'init.R' 'nodeset_apply.R' 'paths.R' 'utils.R' 'xml2-package.R' 'xml_attr.R' 'xml_children.R' 'xml_document.R' 'xml_find.R' 'xml_missing.R' 'xml_modify.R' 'xml_name.R' 'xml_namespaces.R' 'xml_node.R' 'xml_nodeset.R' 'xml_path.R' 'xml_schema.R' 'xml_serialize.R' 'xml_structure.R' 'xml_text.R' 'xml_type.R' 'xml_url.R' 'xml_write.R' 'zzz.R'",
42924292
"Config/testthat/edition": "3",
42934293
"NeedsCompilation": "yes",
4294-
"Author": "Hadley Wickham [aut, cre], Jim Hester [aut], Jeroen Ooms [aut], Posit Software, PBC [cph, fnd], R Foundation [ctb] (Copy of R-project homepage cached as example)",
4295-
"Maintainer": "Hadley Wickham <hadley@posit.co>",
4294+
"Author": "Hadley Wickham [aut], Jim Hester [aut], Jeroen Ooms [aut, cre], Posit Software, PBC [cph, fnd], R Foundation [ctb] (Copy of R-project homepage cached as example)",
4295+
"Maintainer": "Jeroen Ooms <jeroenooms@gmail.com>",
42964296
"Repository": "CRAN"
42974297
},
42984298
"xopen": {

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.1"
5+
version <- "1.1.2"
66
attr(version, "sha") <- NULL
77

88
# the project directory

0 commit comments

Comments
 (0)