Skip to content

Commit 91742d6

Browse files
authored
Merge pull request #324 from datacarpentry/update/packages
Update 2 packages
2 parents 86dfeff + 6fb116f commit 91742d6

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

renv/profiles/lesson-requirements/renv.lock

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"NeedsCompilation": "yes",
9999
"Author": "Object-Oriented Programming Working Group [cph], Davis Vaughan [aut], Jim Hester [aut] (<https://orcid.org/0000-0002-2739-7082>), Tomasz Kalinowski [aut], Will Landau [aut], Michael Lawrence [aut], Martin Maechler [aut] (<https://orcid.org/0000-0002-8685-9910>), Luke Tierney [aut], Hadley Wickham [aut, cre] (<https://orcid.org/0000-0003-4757-117X>)",
100100
"Maintainer": "Hadley Wickham <[email protected]>",
101-
"Repository": "https://packagemanager.posit.co/cran/__linux__/jammy/latest"
101+
"Repository": "RSPM"
102102
},
103103
"base64enc": {
104104
"Package": "base64enc",
@@ -923,13 +923,17 @@
923923
},
924924
"hms": {
925925
"Package": "hms",
926-
"Version": "1.1.3",
926+
"Version": "1.1.4",
927927
"Source": "Repository",
928928
"Title": "Pretty Time of Day",
929-
"Date": "2023-03-21",
930-
"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\") )",
929+
"Date": "2025-10-11",
930+
"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\")) )",
931931
"Description": "Implements an S3 class for storing and formatting time-of-day values, based on the 'difftime' class.",
932+
"License": "MIT + file LICENSE",
933+
"URL": "https://hms.tidyverse.org/, https://github.com/tidyverse/hms",
934+
"BugReports": "https://github.com/tidyverse/hms/issues",
932935
"Imports": [
936+
"cli",
933937
"lifecycle",
934938
"methods",
935939
"pkgconfig",
@@ -942,19 +946,14 @@
942946
"pillar (>= 1.1.0)",
943947
"testthat (>= 3.0.0)"
944948
],
945-
"License": "MIT + file LICENSE",
946-
"Encoding": "UTF-8",
947-
"URL": "https://hms.tidyverse.org/, https://github.com/tidyverse/hms",
948-
"BugReports": "https://github.com/tidyverse/hms/issues",
949-
"RoxygenNote": "7.2.3",
950-
"Config/testthat/edition": "3",
951-
"Config/autostyle/scope": "line_breaks",
952-
"Config/autostyle/strict": "false",
953949
"Config/Needs/website": "tidyverse/tidytemplate",
950+
"Config/testthat/edition": "3",
951+
"Encoding": "UTF-8",
952+
"RoxygenNote": "7.3.3.9000",
954953
"NeedsCompilation": "no",
955-
"Author": "Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>), R Consortium [fnd], RStudio [fnd]",
954+
"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>)",
956955
"Maintainer": "Kirill Müller <[email protected]>",
957-
"Repository": "RSPM"
956+
"Repository": "CRAN"
958957
},
959958
"htmltools": {
960959
"Package": "htmltools",
@@ -2400,7 +2399,7 @@
24002399
},
24012400
"xfun": {
24022401
"Package": "xfun",
2403-
"Version": "0.53",
2402+
"Version": "0.54",
24042403
"Source": "Repository",
24052404
"Type": "Package",
24062405
"Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'",
@@ -2439,7 +2438,7 @@
24392438
"URL": "https://github.com/yihui/xfun",
24402439
"BugReports": "https://github.com/yihui/xfun/issues",
24412440
"Encoding": "UTF-8",
2442-
"RoxygenNote": "7.3.2",
2441+
"RoxygenNote": "7.3.3",
24432442
"VignetteBuilder": "litedown",
24442443
"NeedsCompilation": "yes",
24452444
"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)