Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 15 additions & 16 deletions renv/profiles/lesson-requirements/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"NeedsCompilation": "yes",
"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>)",
"Maintainer": "Hadley Wickham <hadley@posit.co>",
"Repository": "https://packagemanager.posit.co/cran/__linux__/jammy/latest"
"Repository": "RSPM"
},
"base64enc": {
"Package": "base64enc",
Expand Down Expand Up @@ -923,13 +923,17 @@
},
"hms": {
"Package": "hms",
"Version": "1.1.3",
"Version": "1.1.4",
"Source": "Repository",
"Title": "Pretty Time of Day",
"Date": "2023-03-21",
"Authors@R": "c( person(\"Kirill\", \"Müller\", role = c(\"aut\", \"cre\"), email = \"kirill@cynkra.com\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(\"R Consortium\", role = \"fnd\"), person(\"RStudio\", role = \"fnd\") )",
"Date": "2025-10-11",
"Authors@R": "c( person(\"Kirill\", \"Müller\", , \"kirill@cynkra.com\", 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\")) )",
"Description": "Implements an S3 class for storing and formatting time-of-day values, based on the 'difftime' class.",
"License": "MIT + file LICENSE",
"URL": "https://hms.tidyverse.org/, https://github.com/tidyverse/hms",
"BugReports": "https://github.com/tidyverse/hms/issues",
"Imports": [
"cli",
"lifecycle",
"methods",
"pkgconfig",
Expand All @@ -942,19 +946,14 @@
"pillar (>= 1.1.0)",
"testthat (>= 3.0.0)"
],
"License": "MIT + file LICENSE",
"Encoding": "UTF-8",
"URL": "https://hms.tidyverse.org/, https://github.com/tidyverse/hms",
"BugReports": "https://github.com/tidyverse/hms/issues",
"RoxygenNote": "7.2.3",
"Config/testthat/edition": "3",
"Config/autostyle/scope": "line_breaks",
"Config/autostyle/strict": "false",
"Config/Needs/website": "tidyverse/tidytemplate",
"Config/testthat/edition": "3",
"Encoding": "UTF-8",
"RoxygenNote": "7.3.3.9000",
"NeedsCompilation": "no",
"Author": "Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>), R Consortium [fnd], RStudio [fnd]",
"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>)",
"Maintainer": "Kirill Müller <kirill@cynkra.com>",
"Repository": "RSPM"
"Repository": "CRAN"
},
"htmltools": {
"Package": "htmltools",
Expand Down Expand Up @@ -2400,7 +2399,7 @@
},
"xfun": {
"Package": "xfun",
"Version": "0.53",
"Version": "0.54",
"Source": "Repository",
"Type": "Package",
"Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'",
Expand Down Expand Up @@ -2439,7 +2438,7 @@
"URL": "https://github.com/yihui/xfun",
"BugReports": "https://github.com/yihui/xfun/issues",
"Encoding": "UTF-8",
"RoxygenNote": "7.3.2",
"RoxygenNote": "7.3.3",
"VignetteBuilder": "litedown",
"NeedsCompilation": "yes",
"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]",
Expand Down
Loading