Skip to content

Commit 8ef834b

Browse files
authored
Merge pull request #13 from UW-Madison-DataScience/update/packages
Update 2 packages
2 parents ba8b714 + 11a78d3 commit 8ef834b

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

renv/profiles/lesson-requirements/renv.lock

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -915,13 +915,17 @@
915915
},
916916
"hms": {
917917
"Package": "hms",
918-
"Version": "1.1.3",
918+
"Version": "1.1.4",
919919
"Source": "Repository",
920920
"Title": "Pretty Time of Day",
921-
"Date": "2023-03-21",
922-
"Authors@R": "c( person(\"Kirill\", \"Müller\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(\"R Consortium\", role = \"fnd\"), person(\"RStudio\", role = \"fnd\") )",
921+
"Date": "2025-10-11",
922+
"Authors@R": "c( person(\"Kirill\", \"Müller\", , \"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-1416-3412\")), person(\"R Consortium\", role = \"fnd\"), person(\"Posit Software, PBC\", role = \"fnd\", comment = c(ROR = \"03wc8by49\")) )",
923923
"Description": "Implements an S3 class for storing and formatting time-of-day values, based on the 'difftime' class.",
924+
"License": "MIT + file LICENSE",
925+
"URL": "https://hms.tidyverse.org/, https://github.com/tidyverse/hms",
926+
"BugReports": "https://github.com/tidyverse/hms/issues",
924927
"Imports": [
928+
"cli",
925929
"lifecycle",
926930
"methods",
927931
"pkgconfig",
@@ -934,17 +938,12 @@
934938
"pillar (>= 1.1.0)",
935939
"testthat (>= 3.0.0)"
936940
],
937-
"License": "MIT + file LICENSE",
938-
"Encoding": "UTF-8",
939-
"URL": "https://hms.tidyverse.org/, https://github.com/tidyverse/hms",
940-
"BugReports": "https://github.com/tidyverse/hms/issues",
941-
"RoxygenNote": "7.2.3",
942-
"Config/testthat/edition": "3",
943-
"Config/autostyle/scope": "line_breaks",
944-
"Config/autostyle/strict": "false",
945941
"Config/Needs/website": "tidyverse/tidytemplate",
942+
"Config/testthat/edition": "3",
943+
"Encoding": "UTF-8",
944+
"RoxygenNote": "7.3.3.9000",
946945
"NeedsCompilation": "no",
947-
"Author": "Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>), R Consortium [fnd], RStudio [fnd]",
946+
"Author": "Kirill Müller [aut, cre] (ORCID: <https://orcid.org/0000-0002-1416-3412>), R Consortium [fnd], Posit Software, PBC [fnd] (ROR: <https://ror.org/03wc8by49>)",
948947
"Maintainer": "Kirill Müller <[email protected]>",
949948
"Repository": "CRAN"
950949
},
@@ -2388,7 +2387,7 @@
23882387
},
23892388
"xfun": {
23902389
"Package": "xfun",
2391-
"Version": "0.53",
2390+
"Version": "0.54",
23922391
"Source": "Repository",
23932392
"Type": "Package",
23942393
"Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'",
@@ -2427,7 +2426,7 @@
24272426
"URL": "https://github.com/yihui/xfun",
24282427
"BugReports": "https://github.com/yihui/xfun/issues",
24292428
"Encoding": "UTF-8",
2430-
"RoxygenNote": "7.3.2",
2429+
"RoxygenNote": "7.3.3",
24312430
"VignetteBuilder": "litedown",
24322431
"NeedsCompilation": "yes",
24332432
"Author": "Yihui Xie [aut, cre, cph] (ORCID: <https://orcid.org/0000-0003-0645-5666>, URL: https://yihui.org), Wush Wu [ctb], Daijiang Li [ctb], Xianying Tan [ctb], Salim Brüggemann [ctb] (ORCID: <https://orcid.org/0000-0002-5329-5987>), Christophe Dervieux [ctb]",

0 commit comments

Comments
 (0)