|
915 | 915 | }, |
916 | 916 | "hms": { |
917 | 917 | "Package": "hms", |
918 | | - "Version": "1.1.3", |
| 918 | + "Version": "1.1.4", |
919 | 919 | "Source": "Repository", |
920 | 920 | "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\")) )", |
923 | 923 | "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", |
924 | 927 | "Imports": [ |
| 928 | + "cli", |
925 | 929 | "lifecycle", |
926 | 930 | "methods", |
927 | 931 | "pkgconfig", |
|
934 | 938 | "pillar (>= 1.1.0)", |
935 | 939 | "testthat (>= 3.0.0)" |
936 | 940 | ], |
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", |
945 | 941 | "Config/Needs/website": "tidyverse/tidytemplate", |
| 942 | + "Config/testthat/edition": "3", |
| 943 | + "Encoding": "UTF-8", |
| 944 | + "RoxygenNote": "7.3.3.9000", |
946 | 945 | "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>)", |
948 | 947 | "Maintainer": "Kirill Müller < [email protected]>", |
949 | 948 | "Repository": "CRAN" |
950 | 949 | }, |
|
2388 | 2387 | }, |
2389 | 2388 | "xfun": { |
2390 | 2389 | "Package": "xfun", |
2391 | | - "Version": "0.53", |
| 2390 | + "Version": "0.54", |
2392 | 2391 | "Source": "Repository", |
2393 | 2392 | "Type": "Package", |
2394 | 2393 | "Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'", |
|
2427 | 2426 | "URL": "https://github.com/yihui/xfun", |
2428 | 2427 | "BugReports": "https://github.com/yihui/xfun/issues", |
2429 | 2428 | "Encoding": "UTF-8", |
2430 | | - "RoxygenNote": "7.3.2", |
| 2429 | + "RoxygenNote": "7.3.3", |
2431 | 2430 | "VignetteBuilder": "litedown", |
2432 | 2431 | "NeedsCompilation": "yes", |
2433 | 2432 | "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