|
11 | 11 | "Packages": { |
12 | 12 | "DBI": { |
13 | 13 | "Package": "DBI", |
14 | | - "Version": "1.2.3", |
| 14 | + "Version": "1.3.0", |
15 | 15 | "Source": "Repository", |
16 | 16 | "Title": "R Database Interface", |
17 | | - "Date": "2024-06-02", |
| 17 | + "Date": "2026-02-11", |
18 | 18 | "Authors@R": "c( person(\"R Special Interest Group on Databases (R-SIG-DB)\", role = \"aut\"), person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Kirill\", \"Müller\", , \"kirill@cynkra.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-1416-3412\")), person(\"R Consortium\", role = \"fnd\") )", |
19 | 19 | "Description": "A database interface definition for communication between R and relational database management systems. All classes in this package are virtual and need to be extended by the various R/DBMS implementations.", |
20 | 20 | "License": "LGPL (>= 2.1)", |
|
27 | 27 | "Suggests": [ |
28 | 28 | "arrow", |
29 | 29 | "blob", |
| 30 | + "callr", |
30 | 31 | "covr", |
31 | | - "DBItest", |
| 32 | + "DBItest (>= 1.8.2)", |
32 | 33 | "dbplyr", |
33 | 34 | "downlit", |
34 | 35 | "dplyr", |
|
37 | 38 | "knitr", |
38 | 39 | "magrittr", |
39 | 40 | "nanoarrow (>= 0.3.0.1)", |
| 41 | + "otel", |
| 42 | + "otelsdk", |
40 | 43 | "RMariaDB", |
41 | 44 | "rmarkdown", |
42 | 45 | "rprojroot", |
|
49 | 52 | "Config/autostyle/scope": "line_breaks", |
50 | 53 | "Config/autostyle/strict": "false", |
51 | 54 | "Config/Needs/check": "r-dbi/DBItest", |
52 | | - "Encoding": "UTF-8", |
53 | | - "RoxygenNote": "7.3.1", |
54 | 55 | "Config/Needs/website": "r-dbi/DBItest, r-dbi/dbitemplate, adbi, AzureKusto, bigrquery, DatabaseConnector, dittodb, duckdb, implyr, lazysf, odbc, pool, RAthena, IMSMWU/RClickhouse, RH2, RJDBC, RMariaDB, RMySQL, RPostgres, RPostgreSQL, RPresto, RSQLite, sergeant, sparklyr, withr", |
55 | 56 | "Config/testthat/edition": "3", |
| 57 | + "Encoding": "UTF-8", |
| 58 | + "RoxygenNote": "7.3.3.9000", |
56 | 59 | "NeedsCompilation": "no", |
57 | | - "Author": "R Special Interest Group on Databases (R-SIG-DB) [aut], Hadley Wickham [aut], Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>), R Consortium [fnd]", |
| 60 | + "Author": "R Special Interest Group on Databases (R-SIG-DB) [aut], Hadley Wickham [aut], Kirill Müller [aut, cre] (ORCID: <https://orcid.org/0000-0002-1416-3412>), R Consortium [fnd]", |
58 | 61 | "Maintainer": "Kirill Müller <kirill@cynkra.com>", |
59 | | - "Repository": "RSPM" |
| 62 | + "Repository": "CRAN" |
60 | 63 | }, |
61 | 64 | "R6": { |
62 | 65 | "Package": "R6", |
|
881 | 884 | }, |
882 | 885 | "dbplyr": { |
883 | 886 | "Package": "dbplyr", |
884 | | - "Version": "2.5.1", |
| 887 | + "Version": "2.5.2", |
885 | 888 | "Source": "Repository", |
886 | 889 | "Type": "Package", |
887 | 890 | "Title": "A 'dplyr' Back End for Databases", |
|
971 | 974 | }, |
972 | 975 | "dplyr": { |
973 | 976 | "Package": "dplyr", |
974 | | - "Version": "1.1.4", |
| 977 | + "Version": "1.2.0", |
975 | 978 | "Source": "Repository", |
976 | 979 | "Type": "Package", |
977 | 980 | "Title": "A Grammar of Data Manipulation", |
|
981 | 984 | "URL": "https://dplyr.tidyverse.org, https://github.com/tidyverse/dplyr", |
982 | 985 | "BugReports": "https://github.com/tidyverse/dplyr/issues", |
983 | 986 | "Depends": [ |
984 | | - "R (>= 3.5.0)" |
| 987 | + "R (>= 4.1.0)" |
985 | 988 | ], |
986 | 989 | "Imports": [ |
987 | | - "cli (>= 3.4.0)", |
| 990 | + "cli (>= 3.6.2)", |
988 | 991 | "generics", |
989 | 992 | "glue (>= 1.3.2)", |
990 | | - "lifecycle (>= 1.0.3)", |
| 993 | + "lifecycle (>= 1.0.5)", |
991 | 994 | "magrittr (>= 1.5)", |
992 | 995 | "methods", |
993 | 996 | "pillar (>= 1.9.0)", |
994 | 997 | "R6", |
995 | | - "rlang (>= 1.1.0)", |
| 998 | + "rlang (>= 1.1.7)", |
996 | 999 | "tibble (>= 3.2.0)", |
997 | 1000 | "tidyselect (>= 1.2.0)", |
998 | 1001 | "utils", |
999 | | - "vctrs (>= 0.6.4)" |
| 1002 | + "vctrs (>= 0.7.1)" |
1000 | 1003 | ], |
1001 | 1004 | "Suggests": [ |
1002 | | - "bench", |
1003 | 1005 | "broom", |
1004 | | - "callr", |
1005 | 1006 | "covr", |
1006 | 1007 | "DBI", |
1007 | 1008 | "dbplyr (>= 2.2.1)", |
1008 | 1009 | "ggplot2", |
1009 | 1010 | "knitr", |
1010 | 1011 | "Lahman", |
1011 | 1012 | "lobstr", |
1012 | | - "microbenchmark", |
1013 | 1013 | "nycflights13", |
1014 | 1014 | "purrr", |
1015 | 1015 | "rmarkdown", |
1016 | | - "RMySQL", |
1017 | | - "RPostgreSQL", |
1018 | 1016 | "RSQLite", |
1019 | 1017 | "stringi (>= 1.7.6)", |
1020 | 1018 | "testthat (>= 3.1.5)", |
1021 | 1019 | "tidyr (>= 1.3.0)", |
1022 | 1020 | "withr" |
1023 | 1021 | ], |
1024 | 1022 | "VignetteBuilder": "knitr", |
1025 | | - "Config/Needs/website": "tidyverse, shiny, pkgdown, tidyverse/tidytemplate", |
| 1023 | + "Config/build/compilation-database": "true", |
| 1024 | + "Config/Needs/website": "tidyverse/tidytemplate", |
1026 | 1025 | "Config/testthat/edition": "3", |
1027 | 1026 | "Encoding": "UTF-8", |
1028 | 1027 | "LazyData": "true", |
1029 | | - "RoxygenNote": "7.2.3", |
| 1028 | + "RoxygenNote": "7.3.3", |
1030 | 1029 | "NeedsCompilation": "yes", |
1031 | | - "Author": "Hadley Wickham [aut, cre] (<https://orcid.org/0000-0003-4757-117X>), Romain François [aut] (<https://orcid.org/0000-0002-2444-4226>), Lionel Henry [aut], Kirill Müller [aut] (<https://orcid.org/0000-0002-1416-3412>), Davis Vaughan [aut] (<https://orcid.org/0000-0003-4777-038X>), Posit Software, PBC [cph, fnd]", |
| 1030 | + "Author": "Hadley Wickham [aut, cre] (ORCID: <https://orcid.org/0000-0003-4757-117X>), Romain François [aut] (ORCID: <https://orcid.org/0000-0002-2444-4226>), Lionel Henry [aut], Kirill Müller [aut] (ORCID: <https://orcid.org/0000-0002-1416-3412>), Davis Vaughan [aut] (ORCID: <https://orcid.org/0000-0003-4777-038X>), Posit Software, PBC [cph, fnd]", |
1032 | 1031 | "Maintainer": "Hadley Wickham <hadley@posit.co>", |
1033 | | - "Repository": "RSPM" |
| 1032 | + "Repository": "CRAN" |
1034 | 1033 | }, |
1035 | 1034 | "dtplyr": { |
1036 | 1035 | "Package": "dtplyr", |
1037 | | - "Version": "1.3.2", |
| 1036 | + "Version": "1.3.3", |
1038 | 1037 | "Source": "Repository", |
1039 | 1038 | "Title": "Data Table Back-End for 'dplyr'", |
1040 | 1039 | "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"cre\", \"aut\")), person(\"Maximilian\", \"Girlich\", role = \"aut\"), person(\"Mark\", \"Fairbanks\", role = \"aut\"), person(\"Ryan\", \"Dickerson\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", |
|
1069 | 1068 | "Config/Needs/website": "tidyverse/tidytemplate", |
1070 | 1069 | "Config/testthat/edition": "3", |
1071 | 1070 | "Encoding": "UTF-8", |
1072 | | - "RoxygenNote": "7.3.2.9000", |
| 1071 | + "RoxygenNote": "7.3.3", |
1073 | 1072 | "NeedsCompilation": "no", |
1074 | 1073 | "Author": "Hadley Wickham [cre, aut], Maximilian Girlich [aut], Mark Fairbanks [aut], Ryan Dickerson [aut], Posit Software, PBC [cph, fnd]", |
1075 | 1074 | "Maintainer": "Hadley Wickham <hadley@posit.co>", |
|
1356 | 1355 | }, |
1357 | 1356 | "ggplot2": { |
1358 | 1357 | "Package": "ggplot2", |
1359 | | - "Version": "4.0.1", |
| 1358 | + "Version": "4.0.2", |
1360 | 1359 | "Source": "Repository", |
1361 | 1360 | "Title": "Create Elegant Data Visualisations Using the Grammar of Graphics", |
1362 | 1361 | "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Winston\", \"Chang\", role = \"aut\", comment = c(ORCID = \"0000-0002-1576-2126\")), person(\"Lionel\", \"Henry\", role = \"aut\"), person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Kohske\", \"Takahashi\", role = \"aut\"), person(\"Claus\", \"Wilke\", role = \"aut\", comment = c(ORCID = \"0000-0002-7470-9261\")), person(\"Kara\", \"Woo\", role = \"aut\", comment = c(ORCID = \"0000-0002-5125-4188\")), person(\"Hiroaki\", \"Yutani\", role = \"aut\", comment = c(ORCID = \"0000-0002-3385-7233\")), person(\"Dewey\", \"Dunnington\", role = \"aut\", comment = c(ORCID = \"0000-0002-9415-4582\")), person(\"Teun\", \"van den Brand\", role = \"aut\", comment = c(ORCID = \"0000-0002-9335-7468\")), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", |
|
1765 | 1764 | }, |
1766 | 1765 | "httr": { |
1767 | 1766 | "Package": "httr", |
1768 | | - "Version": "1.4.7", |
| 1767 | + "Version": "1.4.8", |
1769 | 1768 | "Source": "Repository", |
1770 | 1769 | "Title": "Tools for Working with URLs and HTTP", |
1771 | | - "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\")) )", |
| 1770 | + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", |
1772 | 1771 | "Description": "Useful tools for working with HTTP organised by HTTP verbs (GET(), POST(), etc). Configuration functions make it easy to control additional request components (authenticate(), add_headers() and so on).", |
1773 | 1772 | "License": "MIT + file LICENSE", |
1774 | 1773 | "URL": "https://httr.r-lib.org/, https://github.com/r-lib/httr", |
1775 | 1774 | "BugReports": "https://github.com/r-lib/httr/issues", |
1776 | 1775 | "Depends": [ |
1777 | | - "R (>= 3.5)" |
| 1776 | + "R (>= 3.6)" |
1778 | 1777 | ], |
1779 | 1778 | "Imports": [ |
1780 | | - "curl (>= 5.0.2)", |
| 1779 | + "curl (>= 5.1.0)", |
1781 | 1780 | "jsonlite", |
1782 | 1781 | "mime", |
1783 | 1782 | "openssl (>= 0.8)", |
|
1797 | 1796 | "VignetteBuilder": "knitr", |
1798 | 1797 | "Config/Needs/website": "tidyverse/tidytemplate", |
1799 | 1798 | "Encoding": "UTF-8", |
1800 | | - "RoxygenNote": "7.2.3", |
| 1799 | + "RoxygenNote": "7.3.3", |
1801 | 1800 | "NeedsCompilation": "no", |
1802 | | - "Author": "Hadley Wickham [aut, cre], Posit, PBC [cph, fnd]", |
| 1801 | + "Author": "Hadley Wickham [aut, cre], Posit Software, PBC [cph, fnd]", |
1803 | 1802 | "Maintainer": "Hadley Wickham <hadley@posit.co>", |
1804 | | - "Repository": "RSPM" |
| 1803 | + "Repository": "CRAN" |
1805 | 1804 | }, |
1806 | 1805 | "hunspell": { |
1807 | 1806 | "Package": "hunspell", |
|
2086 | 2085 | }, |
2087 | 2086 | "lubridate": { |
2088 | 2087 | "Package": "lubridate", |
2089 | | - "Version": "1.9.4", |
| 2088 | + "Version": "1.9.5", |
2090 | 2089 | "Source": "Repository", |
2091 | 2090 | "Type": "Package", |
2092 | 2091 | "Title": "Make Dealing with Dates a Little Easier", |
2093 | 2092 | "Authors@R": "c( person(\"Vitalie\", \"Spinu\", , \"spinuvit@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Garrett\", \"Grolemund\", role = \"aut\"), person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Davis\", \"Vaughan\", role = \"ctb\"), person(\"Ian\", \"Lyttle\", role = \"ctb\"), person(\"Imanuel\", \"Costigan\", role = \"ctb\"), person(\"Jason\", \"Law\", role = \"ctb\"), person(\"Doug\", \"Mitarotonda\", role = \"ctb\"), person(\"Joseph\", \"Larmarange\", role = \"ctb\"), person(\"Jonathan\", \"Boiser\", role = \"ctb\"), person(\"Chel Hee\", \"Lee\", role = \"ctb\") )", |
2094 | 2093 | "Maintainer": "Vitalie Spinu <spinuvit@gmail.com>", |
2095 | 2094 | "Description": "Functions to work with date-times and time-spans: fast and user friendly parsing of date-time data, extraction and updating of components of a date-time (years, months, days, hours, minutes, and seconds), algebraic manipulation on date-time and time-span objects. The 'lubridate' package has a consistent and memorable syntax that makes working with dates easy and fun.", |
2096 | | - "License": "GPL (>= 2)", |
| 2095 | + "License": "MIT + file LICENSE", |
2097 | 2096 | "URL": "https://lubridate.tidyverse.org, https://github.com/tidyverse/lubridate", |
2098 | 2097 | "BugReports": "https://github.com/tidyverse/lubridate/issues", |
2099 | 2098 | "Depends": [ |
|
2102 | 2101 | ], |
2103 | 2102 | "Imports": [ |
2104 | 2103 | "generics", |
2105 | | - "timechange (>= 0.3.0)" |
| 2104 | + "timechange (>= 0.4.0)" |
2106 | 2105 | ], |
2107 | 2106 | "Suggests": [ |
2108 | 2107 | "covr", |
|
2123 | 2122 | "Config/testthat/edition": "3", |
2124 | 2123 | "Encoding": "UTF-8", |
2125 | 2124 | "LazyData": "true", |
2126 | | - "RoxygenNote": "7.2.3", |
2127 | | - "SystemRequirements": "C++11, A system with zoneinfo data (e.g. /usr/share/zoneinfo). On Windows the zoneinfo included with R is used.", |
| 2125 | + "RoxygenNote": "7.3.3", |
| 2126 | + "SystemRequirements": "A system with zoneinfo data (e.g. /usr/share/zoneinfo). On Windows the zoneinfo included with R is used.", |
2128 | 2127 | "Collate": "'Dates.r' 'POSIXt.r' 'util.r' 'parse.r' 'timespans.r' 'intervals.r' 'difftimes.r' 'durations.r' 'periods.r' 'accessors-date.R' 'accessors-day.r' 'accessors-dst.r' 'accessors-hour.r' 'accessors-minute.r' 'accessors-month.r' 'accessors-quarter.r' 'accessors-second.r' 'accessors-tz.r' 'accessors-week.r' 'accessors-year.r' 'am-pm.r' 'time-zones.r' 'numeric.r' 'coercion.r' 'constants.r' 'cyclic_encoding.r' 'data.r' 'decimal-dates.r' 'deprecated.r' 'format_ISO8601.r' 'guess.r' 'hidden.r' 'instants.r' 'leap-years.r' 'ops-addition.r' 'ops-compare.r' 'ops-division.r' 'ops-integer-division.r' 'ops-m+.r' 'ops-modulo.r' 'ops-multiplication.r' 'ops-subtraction.r' 'package.r' 'pretty.r' 'round.r' 'stamp.r' 'tzdir.R' 'update.r' 'vctrs.R' 'zzz.R'", |
2129 | 2128 | "NeedsCompilation": "yes", |
2130 | 2129 | "Author": "Vitalie Spinu [aut, cre], Garrett Grolemund [aut], Hadley Wickham [aut], Davis Vaughan [ctb], Ian Lyttle [ctb], Imanuel Costigan [ctb], Jason Law [ctb], Doug Mitarotonda [ctb], Joseph Larmarange [ctb], Jonathan Boiser [ctb], Chel Hee Lee [ctb]", |
2131 | | - "Repository": "RSPM" |
| 2130 | + "Repository": "CRAN" |
2132 | 2131 | }, |
2133 | 2132 | "magrittr": { |
2134 | 2133 | "Package": "magrittr", |
|
2253 | 2252 | }, |
2254 | 2253 | "openssl": { |
2255 | 2254 | "Package": "openssl", |
2256 | | - "Version": "2.3.4", |
| 2255 | + "Version": "2.3.5", |
2257 | 2256 | "Source": "Repository", |
2258 | 2257 | "Type": "Package", |
2259 | 2258 | "Title": "Toolkit for Encryption, Signatures and Certificates Based on OpenSSL", |
|
2645 | 2644 | }, |
2646 | 2645 | "readr": { |
2647 | 2646 | "Package": "readr", |
2648 | | - "Version": "2.1.6", |
| 2647 | + "Version": "2.2.0", |
2649 | 2648 | "Source": "Repository", |
2650 | 2649 | "Title": "Read Rectangular Text Data", |
2651 | | - "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Romain\", \"Francois\", role = \"ctb\"), person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"Shelby\", \"Bearrows\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"https://github.com/mandreyel/\", role = \"cph\", comment = \"mio library\"), person(\"Jukka\", \"Jylänki\", role = c(\"ctb\", \"cph\"), comment = \"grisu3 implementation\"), person(\"Mikkel\", \"Jørgensen\", role = c(\"ctb\", \"cph\"), comment = \"grisu3 implementation\") )", |
| 2650 | + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Romain\", \"Francois\", role = \"ctb\"), person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"Shelby\", \"Bearrows\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")), person(\"https://github.com/mandreyel/\", role = \"cph\", comment = \"mio library\"), person(\"Jukka\", \"Jylänki\", role = c(\"ctb\", \"cph\"), comment = \"grisu3 implementation\"), person(\"Mikkel\", \"Jørgensen\", role = c(\"ctb\", \"cph\"), comment = \"grisu3 implementation\") )", |
2652 | 2651 | "Description": "The goal of 'readr' is to provide a fast and friendly way to read rectangular data (like 'csv', 'tsv', and 'fwf'). It is designed to flexibly parse many types of data found in the wild, while still cleanly failing when data unexpectedly changes.", |
2653 | 2652 | "License": "MIT + file LICENSE", |
2654 | 2653 | "URL": "https://readr.tidyverse.org, https://github.com/tidyverse/readr", |
2655 | 2654 | "BugReports": "https://github.com/tidyverse/readr/issues", |
2656 | 2655 | "Depends": [ |
2657 | | - "R (>= 3.6)" |
| 2656 | + "R (>= 4.1)" |
2658 | 2657 | ], |
2659 | 2658 | "Imports": [ |
2660 | | - "cli (>= 3.2.0)", |
| 2659 | + "cli", |
2661 | 2660 | "clipr", |
2662 | 2661 | "crayon", |
| 2662 | + "glue", |
2663 | 2663 | "hms (>= 0.4.1)", |
2664 | | - "lifecycle (>= 0.2.0)", |
| 2664 | + "lifecycle", |
2665 | 2665 | "methods", |
2666 | 2666 | "R6", |
2667 | 2667 | "rlang", |
2668 | 2668 | "tibble", |
2669 | 2669 | "utils", |
2670 | | - "vroom (>= 1.6.0)" |
| 2670 | + "vroom (>= 1.7.0)", |
| 2671 | + "withr" |
2671 | 2672 | ], |
2672 | 2673 | "Suggests": [ |
2673 | 2674 | "covr", |
|
2680 | 2681 | "testthat (>= 3.2.0)", |
2681 | 2682 | "tzdb (>= 0.1.1)", |
2682 | 2683 | "waldo", |
2683 | | - "withr", |
2684 | 2684 | "xml2" |
2685 | 2685 | ], |
2686 | 2686 | "LinkingTo": [ |
|
2691 | 2691 | "Config/Needs/website": "tidyverse, tidyverse/tidytemplate", |
2692 | 2692 | "Config/testthat/edition": "3", |
2693 | 2693 | "Config/testthat/parallel": "false", |
| 2694 | + "Config/usethis/last-upkeep": "2025-11-14", |
2694 | 2695 | "Encoding": "UTF-8", |
2695 | 2696 | "Language": "en-US", |
2696 | 2697 | "RoxygenNote": "7.3.3", |
2697 | 2698 | "NeedsCompilation": "yes", |
2698 | | - "Author": "Hadley Wickham [aut], Jim Hester [aut], Romain Francois [ctb], Jennifer Bryan [aut, cre] (ORCID: <https://orcid.org/0000-0002-6983-2759>), Shelby Bearrows [ctb], Posit Software, PBC [cph, fnd], https://github.com/mandreyel/ [cph] (mio library), Jukka Jylänki [ctb, cph] (grisu3 implementation), Mikkel Jørgensen [ctb, cph] (grisu3 implementation)", |
| 2699 | + "Author": "Hadley Wickham [aut], Jim Hester [aut], Romain Francois [ctb], Jennifer Bryan [aut, cre] (ORCID: <https://orcid.org/0000-0002-6983-2759>), Shelby Bearrows [ctb], Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>), https://github.com/mandreyel/ [cph] (mio library), Jukka Jylänki [ctb, cph] (grisu3 implementation), Mikkel Jørgensen [ctb, cph] (grisu3 implementation)", |
2699 | 2700 | "Maintainer": "Jennifer Bryan <jenny@posit.co>", |
2700 | 2701 | "Repository": "CRAN" |
2701 | 2702 | }, |
|
3783 | 3784 | }, |
3784 | 3785 | "viridisLite": { |
3785 | 3786 | "Package": "viridisLite", |
3786 | | - "Version": "0.4.2", |
| 3787 | + "Version": "0.4.3", |
3787 | 3788 | "Source": "Repository", |
3788 | 3789 | "Type": "Package", |
3789 | 3790 | "Title": "Colorblind-Friendly Color Maps (Lite Version)", |
3790 | | - "Date": "2023-05-02", |
| 3791 | + "Date": "2026-02-03", |
3791 | 3792 | "Authors@R": "c( person(\"Simon\", \"Garnier\", email = \"garnier@njit.edu\", role = c(\"aut\", \"cre\")), person(\"Noam\", \"Ross\", email = \"noam.ross@gmail.com\", role = c(\"ctb\", \"cph\")), person(\"Bob\", \"Rudis\", email = \"bob@rud.is\", role = c(\"ctb\", \"cph\")), person(\"Marco\", \"Sciaini\", email = \"sciaini.marco@gmail.com\", role = c(\"ctb\", \"cph\")), person(\"Antônio Pedro\", \"Camargo\", role = c(\"ctb\", \"cph\")), person(\"Cédric\", \"Scherer\", email = \"scherer@izw-berlin.de\", role = c(\"ctb\", \"cph\")) )", |
3792 | 3793 | "Maintainer": "Simon Garnier <garnier@njit.edu>", |
3793 | 3794 | "Description": "Color maps designed to improve graph readability for readers with common forms of color blindness and/or color vision deficiency. The color maps are also perceptually-uniform, both in regular form and also when converted to black-and-white for printing. This is the 'lite' version of the 'viridis' package that also contains 'ggplot2' bindings for discrete and continuous color and fill scales and can be found at <https://cran.r-project.org/package=viridis>.", |
|
3804 | 3805 | ], |
3805 | 3806 | "URL": "https://sjmgarnier.github.io/viridisLite/, https://github.com/sjmgarnier/viridisLite/", |
3806 | 3807 | "BugReports": "https://github.com/sjmgarnier/viridisLite/issues/", |
3807 | | - "RoxygenNote": "7.2.3", |
| 3808 | + "RoxygenNote": "7.3.3", |
3808 | 3809 | "NeedsCompilation": "no", |
3809 | 3810 | "Author": "Simon Garnier [aut, cre], Noam Ross [ctb, cph], Bob Rudis [ctb, cph], Marco Sciaini [ctb, cph], Antônio Pedro Camargo [ctb, cph], Cédric Scherer [ctb, cph]", |
3810 | | - "Repository": "RSPM" |
| 3811 | + "Repository": "CRAN" |
3811 | 3812 | }, |
3812 | 3813 | "vroom": { |
3813 | 3814 | "Package": "vroom", |
|
0 commit comments