Skip to content

Commit a0fb686

Browse files
committed
package updates
1 parent 34d5718 commit a0fb686

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

renv.lock

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3686,7 +3686,7 @@
36863686
},
36873687
"waldo": {
36883688
"Package": "waldo",
3689-
"Version": "0.6.1",
3689+
"Version": "0.6.2",
36903690
"Source": "Repository",
36913691
"Title": "Find Differences Between R Objects",
36923692
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
@@ -3913,21 +3913,28 @@
39133913
},
39143914
"yaml": {
39153915
"Package": "yaml",
3916-
"Version": "2.3.10",
3916+
"Version": "2.3.12",
39173917
"Source": "Repository",
39183918
"Type": "Package",
39193919
"Title": "Methods to Convert R Data to YAML and Back",
3920-
"Date": "2024-07-22",
3920+
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"cre\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Shawn\", \"Garbett\", , \"shawn.garbett@vumc.org\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4079-5621\")), person(\"Jeremy\", \"Stephens\", role = c(\"aut\", \"ctb\")), person(\"Kirill\", \"Simonov\", role = \"aut\"), person(\"Yihui\", \"Xie\", role = \"ctb\", comment = c(ORCID = \"0000-0003-0645-5666\")), person(\"Zhuoer\", \"Dong\", role = \"ctb\"), person(\"Jeffrey\", \"Horner\", role = \"ctb\"), person(\"reikoch\", role = \"ctb\"), person(\"Will\", \"Beasley\", role = \"ctb\", comment = c(ORCID = \"0000-0002-5613-5006\")), person(\"Brendan\", \"O'Connor\", role = \"ctb\"), person(\"Michael\", \"Quinn\", role = \"ctb\"), person(\"Charlie\", \"Gao\", role = \"ctb\"), person(c(\"Gregory\", \"R.\"), \"Warnes\", role = \"ctb\"), person(c(\"Zhian\", \"N.\"), \"Kamvar\", role = \"ctb\") )",
3921+
"Description": "Implements the 'libyaml' 'YAML' 1.1 parser and emitter (<https://pyyaml.org/wiki/LibYAML>) for R.",
3922+
"License": "BSD_3_clause + file LICENSE",
3923+
"URL": "https://yaml.r-lib.org, https://github.com/r-lib/yaml/",
3924+
"BugReports": "https://github.com/r-lib/yaml/issues",
39213925
"Suggests": [
3922-
"RUnit"
3926+
"knitr",
3927+
"rmarkdown",
3928+
"testthat (>= 3.0.0)"
39233929
],
3924-
"Author": "Shawn P Garbett [aut], Jeremy Stephens [aut, cre], Kirill Simonov [aut], Yihui Xie [ctb], Zhuoer Dong [ctb], Hadley Wickham [ctb], Jeffrey Horner [ctb], reikoch [ctb], Will Beasley [ctb], Brendan O'Connor [ctb], Gregory R. Warnes [ctb], Michael Quinn [ctb], Zhian N. Kamvar [ctb], Charlie Gao [ctb]",
3925-
"Maintainer": "Shawn Garbett <shawn.garbett@vumc.org>",
3926-
"License": "BSD_3_clause + file LICENSE",
3927-
"Description": "Implements the 'libyaml' 'YAML' 1.1 parser and emitter (<https://pyyaml.org/wiki/LibYAML>) for R.",
3928-
"URL": "https://github.com/vubiostat/r-yaml/",
3929-
"BugReports": "https://github.com/vubiostat/r-yaml/issues",
3930+
"Config/testthat/edition": "3",
3931+
"Config/Needs/website": "tidyverse/tidytemplate",
3932+
"Encoding": "UTF-8",
3933+
"RoxygenNote": "7.3.3",
3934+
"VignetteBuilder": "knitr",
39303935
"NeedsCompilation": "yes",
3936+
"Author": "Hadley Wickham [cre] (ORCID: <https://orcid.org/0000-0003-4757-117X>), Shawn Garbett [ctb] (ORCID: <https://orcid.org/0000-0003-4079-5621>), Jeremy Stephens [aut, ctb], Kirill Simonov [aut], Yihui Xie [ctb] (ORCID: <https://orcid.org/0000-0003-0645-5666>), Zhuoer Dong [ctb], Jeffrey Horner [ctb], reikoch [ctb], Will Beasley [ctb] (ORCID: <https://orcid.org/0000-0002-5613-5006>), Brendan O'Connor [ctb], Michael Quinn [ctb], Charlie Gao [ctb], Gregory R. Warnes [ctb], Zhian N. Kamvar [ctb]",
3937+
"Maintainer": "Hadley Wickham <hadley@posit.co>",
39313938
"Repository": "CRAN"
39323939
}
39333940
}

0 commit comments

Comments
 (0)