diff --git a/plumber-penguins/app/manifest.json b/plumber-penguins/app/manifest.json index 54f1080..ce2965a 100644 --- a/plumber-penguins/app/manifest.json +++ b/plumber-penguins/app/manifest.json @@ -18,7 +18,7 @@ "Title": "Encapsulated Classes with Reference Semantics", "Version": "2.5.1", "Authors@R": "person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@stdout.org\")", - "Description": "Creates classes with reference semantics, similar to R's built-in\nreference classes. Compared to reference classes, R6 classes are simpler\nand lighter-weight, and they are not built on S4 classes so they do not\nrequire the methods package. These classes allow public and private\nmembers, and they support inheritance, even when the classes are defined in\ndifferent packages.", + "Description": "Creates classes with reference semantics, similar to R's built-in\n reference classes. Compared to reference classes, R6 classes are simpler\n and lighter-weight, and they are not built on S4 classes so they do not\n require the methods package. These classes allow public and private\n members, and they support inheritance, even when the classes are defined in\n different packages.", "Depends": "R (>= 3.0)", "Suggests": "testthat, pryr", "License": "MIT + file LICENSE", @@ -32,7 +32,7 @@ "Repository": "RSPM", "Date/Publication": "2021-08-19 14:00:05 UTC", "Encoding": "UTF-8", - "Built": "R 4.2.0; ; 2022-05-06 22:43:37 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:07:25 UTC; unix" } }, "Rcpp": { @@ -41,11 +41,11 @@ "description": { "Package": "Rcpp", "Title": "Seamless R and C++ Integration", - "Version": "1.0.10", - "Date": "2023-01-12", - "Author": "Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,\nNathan Russell, Inaki Ucar, Douglas Bates and John Chambers", + "Version": "1.0.11", + "Date": "2023-07-03", + "Author": "Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,\n Nathan Russell, Inaki Ucar, Douglas Bates and John Chambers", "Maintainer": "Dirk Eddelbuettel ", - "Description": "The 'Rcpp' package provides R functions as well as C++ classes which\noffer a seamless integration of R and C++. Many R data types and objects can be\nmapped back and forth to C++ equivalents which facilitates both writing of new\ncode as well as easier integration of third-party libraries. Documentation\nabout 'Rcpp' is provided by several vignettes included in this package, via the\n'Rcpp Gallery' site at , the paper by Eddelbuettel and\nFrancois (2011, ), the book by Eddelbuettel (2013,\n) and the paper by Eddelbuettel and Balamuta (2018,\n); see 'citation(\"Rcpp\")' for details.", + "Description": "The 'Rcpp' package provides R functions as well as C++ classes which\n offer a seamless integration of R and C++. Many R data types and objects can be\n mapped back and forth to C++ equivalents which facilitates both writing of new\n code as well as easier integration of third-party libraries. Documentation\n about 'Rcpp' is provided by several vignettes included in this package, via the\n 'Rcpp Gallery' site at , the paper by Eddelbuettel and\n Francois (2011, ), the book by Eddelbuettel (2013,\n ) and the paper by Eddelbuettel and Balamuta (2018,\n ); see 'citation(\"Rcpp\")' for details.", "Imports": "methods, utils", "Suggests": "tinytest, inline, rbenchmark, pkgKitten (>= 0.1.2)", "URL": "https://www.rcpp.org,\nhttps://dirk.eddelbuettel.com/code/rcpp.html,\nhttps://github.com/RcppCore/Rcpp", @@ -53,12 +53,12 @@ "BugReports": "https://github.com/RcppCore/Rcpp/issues", "MailingList": "rcpp-devel@lists.r-forge.r-project.org", "RoxygenNote": "6.1.1", + "Encoding": "UTF-8", "NeedsCompilation": "yes", - "Packaged": "2023-01-12 14:11:18 UTC; edd", + "Packaged": "2023-07-03 15:56:55 UTC; edd", "Repository": "RSPM", - "Date/Publication": "2023-01-22 16:30:02 UTC", - "Encoding": "UTF-8", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-01-23 17:51:59 UTC; unix" + "Date/Publication": "2023-07-06 07:33:14 UTC", + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:11:17 UTC; unix" } }, "cli": { @@ -68,8 +68,8 @@ "Package": "cli", "Title": "Helpers for Developing Command Line Interfaces", "Version": "3.6.1", - "Authors@R": "c(\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Hadley\", \"Wickham\", role = \"ctb\"),\nperson(\"Kirill\", \"Müller\", role = \"ctb\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "A suite of tools to build attractive command line interfaces\n('CLIs'), from semantic elements: headings, lists, alerts, paragraphs,\netc. Supports custom themes via a 'CSS'-like language. It also\ncontains a number of lower level 'CLI' elements: rules, boxes, trees,\nand 'Unicode' symbols with 'ASCII' alternatives. It support ANSI\ncolors and text styles as well.", + "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", role = \"ctb\"),\n person(\"Kirill\", \"Müller\", role = \"ctb\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "A suite of tools to build attractive command line interfaces\n ('CLIs'), from semantic elements: headings, lists, alerts, paragraphs,\n etc. Supports custom themes via a 'CSS'-like language. It also\n contains a number of lower level 'CLI' elements: rules, boxes, trees,\n and 'Unicode' symbols with 'ASCII' alternatives. It support ANSI\n colors and text styles as well.", "License": "MIT + file LICENSE", "URL": "https://cli.r-lib.org, https://github.com/r-lib/cli#readme", "BugReports": "https://github.com/r-lib/cli/issues", @@ -82,11 +82,12 @@ "RoxygenNote": "7.2.1.9000", "NeedsCompilation": "yes", "Packaged": "2023-03-22 13:59:32 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\nHadley Wickham [ctb],\nKirill Müller [ctb],\nRStudio [cph, fnd]", + "Author": "Gábor Csárdi [aut, cre],\n Hadley Wickham [ctb],\n Kirill Müller [ctb],\n RStudio [cph, fnd]", "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", + "Repository": "CRAN", "Date/Publication": "2023-03-23 12:52:05 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-03-24 14:42:45 UTC; unix" + "Built": "R 4.2.0; aarch64-apple-darwin20; 2023-04-01 09:31:39 UTC; unix", + "Archs": "cli.so.dSYM" } }, "crayon": { @@ -96,8 +97,8 @@ "Package": "crayon", "Title": "Colored Terminal Output", "Version": "1.5.2", - "Authors@R": "c(\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\",\nrole = c(\"aut\", \"cre\")),\nperson(\n\"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\",\nrole=c(\"ctb\"))\n)", - "Description": "The crayon package is now superseded. Please use the 'cli' package\nfor new projects.\nColored terminal output on terminals that support 'ANSI'\ncolor and highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI'\ncolor support is automatically detected. Colors and highlighting can\nbe combined and nested. New styles can also be created easily.\nThis package was inspired by the 'chalk' 'JavaScript' project.", + "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\",\n role = c(\"aut\", \"cre\")),\n person(\n \"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\",\n role=c(\"ctb\"))\n )", + "Description": "The crayon package is now superseded. Please use the 'cli' package\n for new projects.\n Colored terminal output on terminals that support 'ANSI'\n color and highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI'\n color support is automatically detected. Colors and highlighting can\n be combined and nested. New styles can also be created easily.\n This package was inspired by the 'chalk' 'JavaScript' project.", "License": "MIT + file LICENSE", "URL": "https://github.com/r-lib/crayon#readme", "BugReports": "https://github.com/r-lib/crayon/issues", @@ -108,11 +109,11 @@ "Encoding": "UTF-8", "NeedsCompilation": "no", "Packaged": "2022-09-29 06:24:10 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\nBrodie Gaslam [ctb]", + "Author": "Gábor Csárdi [aut, cre],\n Brodie Gaslam [ctb]", "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", "Date/Publication": "2022-09-29 16:20:24 UTC", - "Built": "R 4.2.0; ; 2022-09-30 11:29:44 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:13:46 UTC; unix" } }, "curl": { @@ -122,9 +123,9 @@ "Package": "curl", "Type": "Package", "Title": "A Modern and Flexible Web Client for R", - "Version": "5.0.1", - "Authors@R": "c(\nperson(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\ncomment = c(ORCID = \"0000-0002-4035-0289\")),\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"ctb\"),\nperson(\"RStudio\", role = \"cph\")\n)", - "Description": "The curl() and curl_download() functions provide highly\nconfigurable drop-in replacements for base url() and download.file() with\nbetter performance, support for encryption (https, ftps), gzip compression,\nauthentication, and other 'libcurl' goodies. The core of the package implements a\nframework for performing fully customized requests where data can be processed\neither in memory, on disk, or streaming via the callback or connection\ninterfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly\nweb client see the 'httr' package which builds on this package with http\nspecific tools and logic.", + "Version": "5.1.0", + "Authors@R": "c(\n person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\n comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"ctb\"),\n person(\"RStudio\", role = \"cph\")\n )", + "Description": "The curl() and curl_download() functions provide highly\n configurable drop-in replacements for base url() and download.file() with\n better performance, support for encryption (https, ftps), gzip compression,\n authentication, and other 'libcurl' goodies. The core of the package implements a\n framework for performing fully customized requests where data can be processed\n either in memory, on disk, or streaming via the callback or connection\n interfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly\n web client see the 'httr' package which builds on this package with http\n specific tools and logic.", "License": "MIT + file LICENSE", "SystemRequirements": "libcurl: libcurl-devel (rpm) or\nlibcurl4-openssl-dev (deb).", "URL": "https://jeroen.r-universe.dev/curl https://curl.se/libcurl/", @@ -136,12 +137,12 @@ "Encoding": "UTF-8", "Language": "en-US", "NeedsCompilation": "yes", - "Packaged": "2023-06-07 12:04:09 UTC; jeroen", - "Author": "Jeroen Ooms [aut, cre] (),\nHadley Wickham [ctb],\nRStudio [cph]", + "Packaged": "2023-09-30 07:44:16 UTC; jeroen", + "Author": "Jeroen Ooms [aut, cre] (),\n Hadley Wickham [ctb],\n RStudio [cph]", "Maintainer": "Jeroen Ooms ", "Repository": "RSPM", - "Date/Publication": "2023-06-07 23:10:12 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-06-08 12:11:26 UTC; unix" + "Date/Publication": "2023-10-02 15:20:07 UTC", + "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-10-03 12:16:37 UTC; unix" } }, "dplyr": { @@ -151,9 +152,9 @@ "Type": "Package", "Package": "dplyr", "Title": "A Grammar of Data Manipulation", - "Version": "1.1.2", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Romain\", \"François\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-2444-4226\")),\nperson(\"Lionel\", \"Henry\", role = \"aut\"),\nperson(\"Kirill\", \"Müller\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-1416-3412\")),\nperson(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-4777-038X\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "A fast, consistent tool for working with data frame like\nobjects, both in memory and out of memory.", + "Version": "1.1.3", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Romain\", \"François\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2444-4226\")),\n person(\"Lionel\", \"Henry\", role = \"aut\"),\n person(\"Kirill\", \"Müller\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4777-038X\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "A fast, consistent tool for working with data frame like\n objects, both in memory and out of memory.", "License": "MIT + file LICENSE", "URL": "https://dplyr.tidyverse.org, https://github.com/tidyverse/dplyr", "BugReports": "https://github.com/tidyverse/dplyr/issues", @@ -167,12 +168,13 @@ "LazyData": "true", "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2023-04-19 19:29:34 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre] (),\nRomain François [aut] (),\nLionel Henry [aut],\nKirill Müller [aut] (),\nDavis Vaughan [aut] (),\nPosit Software, PBC [cph, fnd]", + "Packaged": "2023-08-25 22:28:32 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre] (),\n Romain François [aut] (),\n Lionel Henry [aut],\n Kirill Müller [aut] (),\n Davis Vaughan [aut] (),\n Posit Software, PBC [cph, fnd]", "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2023-04-20 14:00:03 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-04-21 11:27:36 UTC; unix" + "Repository": "CRAN", + "Date/Publication": "2023-09-03 16:20:02 UTC", + "Built": "R 4.2.0; aarch64-apple-darwin20; 2023-09-03 17:37:29 UTC; unix", + "Archs": "dplyr.so.dSYM" } }, "ellipsis": { @@ -182,8 +184,8 @@ "Package": "ellipsis", "Version": "0.3.2", "Title": "Tools for Working with ...", - "Description": "The ellipsis is a powerful tool for extending functions. Unfortunately\nthis power comes at a cost: misspelled arguments will be silently ignored.\nThe ellipsis package provides a collection of functions to catch problems\nand alert the user.", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = \"cph\")\n)", + "Description": "The ellipsis is a powerful tool for extending functions. Unfortunately \n this power comes at a cost: misspelled arguments will be silently ignored. \n The ellipsis package provides a collection of functions to catch problems\n and alert the user.", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"RStudio\", role = \"cph\")\n )", "License": "MIT + file LICENSE", "Encoding": "UTF-8", "RoxygenNote": "7.1.1", @@ -194,11 +196,11 @@ "Suggests": "covr, testthat", "NeedsCompilation": "yes", "Packaged": "2021-04-29 12:06:44 UTC; lionel", - "Author": "Hadley Wickham [aut, cre],\nRStudio [cph]", + "Author": "Hadley Wickham [aut, cre],\n RStudio [cph]", "Maintainer": "Hadley Wickham ", "Repository": "RSPM", "Date/Publication": "2021-04-29 12:40:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2022-05-06 22:45:53 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:08:01 UTC; unix" } }, "fansi": { @@ -207,9 +209,9 @@ "description": { "Package": "fansi", "Title": "ANSI Control Sequence Aware String Functions", - "Description": "Counterparts to R string manipulation functions that account for\nthe effects of ANSI text formatting control sequences.", + "Description": "Counterparts to R string manipulation functions that account for\n the effects of ANSI text formatting control sequences.", "Version": "1.0.4", - "Authors@R": "c(\nperson(\"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\",\nrole=c(\"aut\", \"cre\")),\nperson(\"Elliott\", \"Sales De Andrade\", role=\"ctb\"),\nperson(family=\"R Core Team\",\nemail=\"R-core@r-project.org\", role=\"cph\",\ncomment=\"UTF8 byte length calcs from src/util.c\"\n))", + "Authors@R": "c(\n person(\"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\",\n role=c(\"aut\", \"cre\")),\n person(\"Elliott\", \"Sales De Andrade\", role=\"ctb\"),\n person(family=\"R Core Team\",\n email=\"R-core@r-project.org\", role=\"cph\",\n comment=\"UTF8 byte length calcs from src/util.c\"\n ))", "Depends": "R (>= 3.1.0)", "License": "GPL-2 | GPL-3", "URL": "https://github.com/brodieG/fansi", @@ -222,11 +224,35 @@ "Collate": "'constants.R' 'fansi-package.R' 'internal.R' 'load.R' 'misc.R'\n'nchar.R' 'strwrap.R' 'strtrim.R' 'strsplit.R' 'substr2.R'\n'trimws.R' 'tohtml.R' 'unhandled.R' 'normalize.R' 'sgr.R'", "NeedsCompilation": "yes", "Packaged": "2023-01-22 17:39:01 UTC; bg", - "Author": "Brodie Gaslam [aut, cre],\nElliott Sales De Andrade [ctb],\nR Core Team [cph] (UTF8 byte length calcs from src/util.c)", + "Author": "Brodie Gaslam [aut, cre],\n Elliott Sales De Andrade [ctb],\n R Core Team [cph] (UTF8 byte length calcs from src/util.c)", "Maintainer": "Brodie Gaslam ", "Repository": "RSPM", "Date/Publication": "2023-01-22 19:20:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-01-23 17:48:47 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:10:27 UTC; unix" + } + }, + "fastmap": { + "Source": "CRAN", + "Repository": "https://p3m.dev/cran/latest", + "description": { + "Package": "fastmap", + "Title": "Fast Data Structures", + "Version": "1.1.1", + "Authors@R": "c(\n person(\"Winston\", \"Chang\", email = \"winston@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(given = \"RStudio\", role = c(\"cph\", \"fnd\")),\n person(given = \"Tessil\", role = \"cph\", comment = \"hopscotch_map library\")\n )", + "Description": "Fast implementation of data structures, including a key-value\n store, stack, and queue. Environments are commonly used as key-value stores\n in R, but every time a new key is used, it is added to R's global symbol\n table, causing a small amount of memory leakage. This can be problematic in\n cases where many different keys are used. Fastmap avoids this memory leak\n issue by implementing the map using data structures in C++.", + "License": "MIT + file LICENSE", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "Suggests": "testthat (>= 2.1.1)", + "URL": "https://r-lib.github.io/fastmap/, https://github.com/r-lib/fastmap", + "BugReports": "https://github.com/r-lib/fastmap/issues", + "NeedsCompilation": "yes", + "Packaged": "2023-02-24 16:01:27 UTC; winston", + "Author": "Winston Chang [aut, cre],\n RStudio [cph, fnd],\n Tessil [cph] (hopscotch_map library)", + "Maintainer": "Winston Chang ", + "Repository": "RSPM", + "Date/Publication": "2023-02-24 16:30:02 UTC", + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:07:58 UTC; unix" } }, "generics": { @@ -236,8 +262,8 @@ "Package": "generics", "Title": "Common S3 Generics not Provided by Base R Methods Related to\nModel Fitting", "Version": "0.1.3", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Max\", \"Kuhn\", , \"max@rstudio.com\", role = \"aut\"),\nperson(\"Davis\", \"Vaughan\", , \"davis@rstudio.com\", role = \"aut\"),\nperson(\"RStudio\", role = \"cph\")\n)", - "Description": "In order to reduce potential package dependencies and\nconflicts, generics provides a number of commonly used S3 generics.", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"Max\", \"Kuhn\", , \"max@rstudio.com\", role = \"aut\"),\n person(\"Davis\", \"Vaughan\", , \"davis@rstudio.com\", role = \"aut\"),\n person(\"RStudio\", role = \"cph\")\n )", + "Description": "In order to reduce potential package dependencies and\n conflicts, generics provides a number of commonly used S3 generics.", "License": "MIT + file LICENSE", "URL": "https://generics.r-lib.org, https://github.com/r-lib/generics", "BugReports": "https://github.com/r-lib/generics/issues", @@ -250,11 +276,11 @@ "RoxygenNote": "7.2.0", "NeedsCompilation": "no", "Packaged": "2022-07-05 14:52:13 UTC; davis", - "Author": "Hadley Wickham [aut, cre],\nMax Kuhn [aut],\nDavis Vaughan [aut],\nRStudio [cph]", + "Author": "Hadley Wickham [aut, cre],\n Max Kuhn [aut],\n Davis Vaughan [aut],\n RStudio [cph]", "Maintainer": "Hadley Wickham ", "Repository": "RSPM", "Date/Publication": "2022-07-05 19:40:02 UTC", - "Built": "R 4.2.0; ; 2022-07-06 11:06:24 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:10:26 UTC; unix" } }, "glue": { @@ -264,8 +290,8 @@ "Package": "glue", "Title": "Interpreted String Literals", "Version": "1.6.2", - "Authors@R": "c(\nperson(\"Jim\", \"Hester\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-2739-7082\")),\nperson(\"Jennifer\", \"Bryan\", , \"jenny@rstudio.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-6983-2759\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "An implementation of interpreted string literals, inspired by\nPython's Literal String Interpolation\n and Docstrings\n and Julia's Triple-Quoted\nString Literals\n.", + "Authors@R": "c(\n person(\"Jim\", \"Hester\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2739-7082\")),\n person(\"Jennifer\", \"Bryan\", , \"jenny@rstudio.com\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-6983-2759\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "An implementation of interpreted string literals, inspired by\n Python's Literal String Interpolation\n and Docstrings\n and Julia's Triple-Quoted\n String Literals\n .", "License": "MIT + file LICENSE", "URL": "https://github.com/tidyverse/glue, https://glue.tidyverse.org/", "BugReports": "https://github.com/tidyverse/glue/issues", @@ -280,40 +306,42 @@ "RoxygenNote": "7.1.2", "NeedsCompilation": "yes", "Packaged": "2022-02-23 22:50:40 UTC; jenny", - "Author": "Jim Hester [aut] (),\nJennifer Bryan [aut, cre] (),\nRStudio [cph, fnd]", + "Author": "Jim Hester [aut] (),\n Jennifer Bryan [aut, cre] (),\n RStudio [cph, fnd]", "Maintainer": "Jennifer Bryan ", - "Repository": "RSPM", + "Repository": "CRAN", "Date/Publication": "2022-02-24 07:50:20 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2022-05-06 22:59:19 UTC; unix" + "Built": "R 4.2.0; aarch64-apple-darwin20; 2023-04-01 09:31:10 UTC; unix", + "Archs": "glue.so.dSYM" } }, "httpuv": { "Source": "CRAN", "Repository": "https://p3m.dev/cran/latest", "description": { - "Package": "httpuv", "Type": "Package", - "Encoding": "UTF-8", + "Package": "httpuv", "Title": "HTTP and WebSocket Server Library", - "Version": "1.6.11", - "Authors@R": "c(\nperson(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@rstudio.com\"),\nperson(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\"),\nperson(\"Posit, PBC\", role = \"cph\", \"fnd\"),\nperson(\"Hector\", \"Corrada Bravo\", role = \"ctb\"),\nperson(\"Jeroen\", \"Ooms\", role = \"ctb\"),\nperson(\"Andrzej\", \"Krzemienski\", role = \"cph\", comment = \"optional.hpp\"),\nperson(\"libuv project contributors\", role = \"cph\",\ncomment = \"libuv library, see src/libuv/AUTHORS file\"),\nperson(\"Joyent, Inc. and other Node contributors\", role = \"cph\",\ncomment = \"libuv library, see src/libuv/AUTHORS file; and http-parser library, see src/http-parser/AUTHORS file\"),\nperson(\"Niels\", \"Provos\", role = \"cph\", comment = \"libuv subcomponent: tree.h\"),\nperson(\"Internet Systems Consortium, Inc.\", role = \"cph\",\ncomment = \"libuv subcomponent: inet_pton and inet_ntop, contained in src/libuv/src/inet.c\"),\nperson(\"Alexander\", \"Chemeris\", role = \"cph\",\ncomment = \"libuv subcomponent: stdint-msvc2008.h (from msinttypes)\"),\nperson(\"Google, Inc.\", role = \"cph\", comment = \"libuv subcomponent: pthread-fixes.c\"),\nperson(\"Sony Mobile Communcations AB\", role = \"cph\",\ncomment = \"libuv subcomponent: pthread-fixes.c\"),\nperson(\"Berkeley Software Design Inc.\", role = \"cph\",\ncomment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\nperson(\"Kenneth\", \"MacKay\", role = \"cph\",\ncomment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\nperson(\"Emergya (Cloud4all, FP7/2007-2013, grant agreement no 289016)\", role = \"cph\",\ncomment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\nperson(\"Steve\", \"Reid\", role = \"aut\", comment = \"SHA-1 implementation\"),\nperson(\"James\", \"Brown\", role = \"aut\", comment = \"SHA-1 implementation\"),\nperson(\"Bob\", \"Trower\", role = \"aut\", comment = \"base64 implementation\"),\nperson(\"Alexander\", \"Peslyak\", role = \"aut\", comment = \"MD5 implementation\"),\nperson(\"Trantor Standard Systems\", role = \"cph\", comment = \"base64 implementation\"),\nperson(\"Igor\", \"Sysoev\", role = \"cph\", comment = \"http-parser\")\n)", - "Description": "Provides low-level socket and protocol support for handling\nHTTP and WebSocket requests directly from within R. It is primarily\nintended as a building block for other packages, rather than making it\nparticularly easy to create complete web applications using httpuv alone.\nhttpuv is built on top of the libuv and http-parser C libraries, both of\nwhich were developed by Joyent, Inc. (See LICENSE file for libuv and\nhttp-parser license information.)", + "Version": "1.6.12", + "Authors@R": "c(\n person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\n person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit, PBC\", \"fnd\", role = \"cph\"),\n person(\"Hector\", \"Corrada Bravo\", role = \"ctb\"),\n person(\"Jeroen\", \"Ooms\", role = \"ctb\"),\n person(\"Andrzej\", \"Krzemienski\", role = \"cph\",\n comment = \"optional.hpp\"),\n person(\"libuv project contributors\", role = \"cph\",\n comment = \"libuv library, see src/libuv/AUTHORS file\"),\n person(\"Joyent, Inc. and other Node contributors\", role = \"cph\",\n comment = \"libuv library, see src/libuv/AUTHORS file; and http-parser library, see src/http-parser/AUTHORS file\"),\n person(\"Niels\", \"Provos\", role = \"cph\",\n comment = \"libuv subcomponent: tree.h\"),\n person(\"Internet Systems Consortium, Inc.\", role = \"cph\",\n comment = \"libuv subcomponent: inet_pton and inet_ntop, contained in src/libuv/src/inet.c\"),\n person(\"Alexander\", \"Chemeris\", role = \"cph\",\n comment = \"libuv subcomponent: stdint-msvc2008.h (from msinttypes)\"),\n person(\"Google, Inc.\", role = \"cph\",\n comment = \"libuv subcomponent: pthread-fixes.c\"),\n person(\"Sony Mobile Communcations AB\", role = \"cph\",\n comment = \"libuv subcomponent: pthread-fixes.c\"),\n person(\"Berkeley Software Design Inc.\", role = \"cph\",\n comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\n person(\"Kenneth\", \"MacKay\", role = \"cph\",\n comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\n person(\"Emergya (Cloud4all, FP7/2007-2013, grant agreement no 289016)\", role = \"cph\",\n comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\n person(\"Steve\", \"Reid\", role = \"aut\",\n comment = \"SHA-1 implementation\"),\n person(\"James\", \"Brown\", role = \"aut\",\n comment = \"SHA-1 implementation\"),\n person(\"Bob\", \"Trower\", role = \"aut\",\n comment = \"base64 implementation\"),\n person(\"Alexander\", \"Peslyak\", role = \"aut\",\n comment = \"MD5 implementation\"),\n person(\"Trantor Standard Systems\", role = \"cph\",\n comment = \"base64 implementation\"),\n person(\"Igor\", \"Sysoev\", role = \"cph\",\n comment = \"http-parser\")\n )", + "Description": "Provides low-level socket and protocol support for handling\n HTTP and WebSocket requests directly from within R. It is primarily\n intended as a building block for other packages, rather than making it\n particularly easy to create complete web applications using httpuv\n alone. httpuv is built on top of the libuv and http-parser C\n libraries, both of which were developed by Joyent, Inc. (See LICENSE\n file for libuv and http-parser license information.)", "License": "GPL (>= 2) | file LICENSE", - "Depends": "R (>= 2.15.1)", - "Imports": "Rcpp (>= 1.0.7), utils, R6, promises, later (>= 0.8.0)", - "LinkingTo": "Rcpp, later", "URL": "https://github.com/rstudio/httpuv", - "SystemRequirements": "GNU make, zlib", + "BugReports": "https://github.com/rstudio/httpuv/issues", + "Depends": "R (>= 2.15.1)", + "Imports": "later (>= 0.8.0), promises, R6, Rcpp (>= 1.0.7), utils", + "Suggests": "callr, curl, testthat, websocket", + "LinkingTo": "later, Rcpp", + "Encoding": "UTF-8", "RoxygenNote": "7.2.3", - "Suggests": "testthat, callr, curl, websocket", - "Collate": "'RcppExports.R' 'httpuv.R' 'random_port.R' 'server.R'\n'static_paths.R' 'utils.R'", + "SystemRequirements": "GNU make, zlib", + "Collate": "'RcppExports.R' 'httpuv.R' 'random_port.R' 'server.R'\n'staticServer.R' 'static_paths.R' 'utils.R'", "NeedsCompilation": "yes", - "Packaged": "2023-05-11 01:48:49 UTC; jcheng", - "Author": "Joe Cheng [aut],\nWinston Chang [aut, cre],\nPosit, PBC fnd [cph],\nHector Corrada Bravo [ctb],\nJeroen Ooms [ctb],\nAndrzej Krzemienski [cph] (optional.hpp),\nlibuv project contributors [cph] (libuv library, see src/libuv/AUTHORS\nfile),\nJoyent, Inc. and other Node contributors [cph] (libuv library, see\nsrc/libuv/AUTHORS file; and http-parser library, see\nsrc/http-parser/AUTHORS file),\nNiels Provos [cph] (libuv subcomponent: tree.h),\nInternet Systems Consortium, Inc. [cph] (libuv subcomponent: inet_pton\nand inet_ntop, contained in src/libuv/src/inet.c),\nAlexander Chemeris [cph] (libuv subcomponent: stdint-msvc2008.h (from\nmsinttypes)),\nGoogle, Inc. [cph] (libuv subcomponent: pthread-fixes.c),\nSony Mobile Communcations AB [cph] (libuv subcomponent:\npthread-fixes.c),\nBerkeley Software Design Inc. [cph] (libuv subcomponent:\nandroid-ifaddrs.h, android-ifaddrs.c),\nKenneth MacKay [cph] (libuv subcomponent: android-ifaddrs.h,\nandroid-ifaddrs.c),\nEmergya (Cloud4all, FP7/2007-2013, grant agreement no 289016) [cph]\n(libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c),\nSteve Reid [aut] (SHA-1 implementation),\nJames Brown [aut] (SHA-1 implementation),\nBob Trower [aut] (base64 implementation),\nAlexander Peslyak [aut] (MD5 implementation),\nTrantor Standard Systems [cph] (base64 implementation),\nIgor Sysoev [cph] (http-parser)", - "Maintainer": "Winston Chang ", + "Packaged": "2023-10-23 17:02:22 UTC; garrick", + "Author": "Joe Cheng [aut],\n Winston Chang [aut, cre],\n Posit, PBC fnd [cph],\n Hector Corrada Bravo [ctb],\n Jeroen Ooms [ctb],\n Andrzej Krzemienski [cph] (optional.hpp),\n libuv project contributors [cph] (libuv library, see src/libuv/AUTHORS\n file),\n Joyent, Inc. and other Node contributors [cph] (libuv library, see\n src/libuv/AUTHORS file; and http-parser library, see\n src/http-parser/AUTHORS file),\n Niels Provos [cph] (libuv subcomponent: tree.h),\n Internet Systems Consortium, Inc. [cph] (libuv subcomponent: inet_pton\n and inet_ntop, contained in src/libuv/src/inet.c),\n Alexander Chemeris [cph] (libuv subcomponent: stdint-msvc2008.h (from\n msinttypes)),\n Google, Inc. [cph] (libuv subcomponent: pthread-fixes.c),\n Sony Mobile Communcations AB [cph] (libuv subcomponent:\n pthread-fixes.c),\n Berkeley Software Design Inc. [cph] (libuv subcomponent:\n android-ifaddrs.h, android-ifaddrs.c),\n Kenneth MacKay [cph] (libuv subcomponent: android-ifaddrs.h,\n android-ifaddrs.c),\n Emergya (Cloud4all, FP7/2007-2013, grant agreement no 289016) [cph]\n (libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c),\n Steve Reid [aut] (SHA-1 implementation),\n James Brown [aut] (SHA-1 implementation),\n Bob Trower [aut] (base64 implementation),\n Alexander Peslyak [aut] (MD5 implementation),\n Trantor Standard Systems [cph] (base64 implementation),\n Igor Sysoev [cph] (http-parser)", + "Maintainer": "Winston Chang ", "Repository": "RSPM", - "Date/Publication": "2023-05-11 08:00:05 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-05-12 11:14:51 UTC; unix" + "Date/Publication": "2023-10-23 19:40:02 UTC", + "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-10-24 11:31:09 UTC; unix" } }, "jsonlite": { @@ -325,21 +353,21 @@ "Title": "A Simple and Robust JSON Parser and Generator for R", "License": "MIT + file LICENSE", "Depends": "methods", - "Authors@R": "c(\nperson(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\ncomment = c(ORCID = \"0000-0002-4035-0289\")),\nperson(\"Duncan\", \"Temple Lang\", role = \"ctb\"),\nperson(\"Lloyd\", \"Hilaiel\", role = \"cph\", comment=\"author of bundled libyajl\"))", + "Authors@R": "c(\n person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\n comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"Duncan\", \"Temple Lang\", role = \"ctb\"),\n person(\"Lloyd\", \"Hilaiel\", role = \"cph\", comment=\"author of bundled libyajl\"))", "URL": "https://jeroen.r-universe.dev/jsonlite\nhttps://arxiv.org/abs/1403.2805", "BugReports": "https://github.com/jeroen/jsonlite/issues", "Maintainer": "Jeroen Ooms ", "VignetteBuilder": "knitr, R.rsp", - "Description": "A reasonably fast JSON parser and generator, optimized for statistical\ndata and the web. Offers simple, flexible tools for working with JSON in R, and\nis particularly powerful for building pipelines and interacting with a web API.\nThe implementation is based on the mapping described in the vignette (Ooms, 2014).\nIn addition to converting JSON data from/to R objects, 'jsonlite' contains\nfunctions to stream, validate, and prettify JSON data. The unit tests included\nwith the package verify that all edge cases are encoded and decoded consistently\nfor use with dynamic data in systems and applications.", + "Description": "A reasonably fast JSON parser and generator, optimized for statistical \n data and the web. Offers simple, flexible tools for working with JSON in R, and\n is particularly powerful for building pipelines and interacting with a web API. \n The implementation is based on the mapping described in the vignette (Ooms, 2014).\n In addition to converting JSON data from/to R objects, 'jsonlite' contains \n functions to stream, validate, and prettify JSON data. The unit tests included \n with the package verify that all edge cases are encoded and decoded consistently \n for use with dynamic data in systems and applications.", "Suggests": "httr, vctrs, testthat, knitr, rmarkdown, R.rsp, sf", "RoxygenNote": "7.2.3", "Encoding": "UTF-8", "NeedsCompilation": "yes", "Packaged": "2023-06-29 08:00:03 UTC; jeroen", - "Author": "Jeroen Ooms [aut, cre] (),\nDuncan Temple Lang [ctb],\nLloyd Hilaiel [cph] (author of bundled libyajl)", + "Author": "Jeroen Ooms [aut, cre] (),\n Duncan Temple Lang [ctb],\n Lloyd Hilaiel [cph] (author of bundled libyajl)", "Repository": "RSPM", "Date/Publication": "2023-06-29 22:10:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-06-30 11:42:56 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:07:35 UTC; unix" } }, "later": { @@ -350,8 +378,8 @@ "Type": "Package", "Title": "Utilities for Scheduling Functions to Execute Later with Event\nLoops", "Version": "1.3.1", - "Authors@R": "c(\nperson(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\"),\nperson(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@rstudio.com\"),\nperson(family = \"RStudio\", role = \"cph\"),\nperson(\"Marcus\", \"Geelnard\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\"),\nperson(\"Evan\", \"Nemerson\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\")\n)", - "Description": "Executes arbitrary R or C functions some time after the current\ntime, after the R execution stack has emptied. The functions are scheduled\nin an event loop.", + "Authors@R": "c(\n person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\"),\n person(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@rstudio.com\"),\n person(family = \"RStudio\", role = \"cph\"),\n person(\"Marcus\", \"Geelnard\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\"),\n person(\"Evan\", \"Nemerson\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\")\n )", + "Description": "Executes arbitrary R or C functions some time after the current\n time, after the R execution stack has emptied. The functions are scheduled\n in an event loop.", "URL": "https://r-lib.github.io/later/, https://github.com/r-lib/later", "BugReports": "https://github.com/r-lib/later/issues", "License": "MIT + file LICENSE", @@ -363,11 +391,11 @@ "Encoding": "UTF-8", "NeedsCompilation": "yes", "Packaged": "2023-05-01 21:09:55 UTC; winston", - "Author": "Winston Chang [aut, cre],\nJoe Cheng [aut],\nRStudio [cph],\nMarcus Geelnard [ctb, cph] (TinyCThread library,\nhttps://tinycthread.github.io/),\nEvan Nemerson [ctb, cph] (TinyCThread library,\nhttps://tinycthread.github.io/)", + "Author": "Winston Chang [aut, cre],\n Joe Cheng [aut],\n RStudio [cph],\n Marcus Geelnard [ctb, cph] (TinyCThread library,\n https://tinycthread.github.io/),\n Evan Nemerson [ctb, cph] (TinyCThread library,\n https://tinycthread.github.io/)", "Maintainer": "Winston Chang ", "Repository": "RSPM", "Date/Publication": "2023-05-02 18:10:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-05-03 11:23:37 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:11:28 UTC; unix" } }, "lifecycle": { @@ -377,8 +405,8 @@ "Package": "lifecycle", "Title": "Manage the Life Cycle of your Package Functions", "Version": "1.0.3", - "Authors@R": "c(\nperson(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "Manage the life cycle of your exported functions with shared\nconventions, documentation badges, and user-friendly deprecation\nwarnings.", + "Authors@R": "c(\n person(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Manage the life cycle of your exported functions with shared\n conventions, documentation badges, and user-friendly deprecation\n warnings.", "License": "MIT + file LICENSE", "URL": "https://lifecycle.r-lib.org/, https://github.com/r-lib/lifecycle", "BugReports": "https://github.com/r-lib/lifecycle/issues", @@ -392,11 +420,11 @@ "RoxygenNote": "7.2.1", "NeedsCompilation": "no", "Packaged": "2022-10-07 08:50:55 UTC; lionel", - "Author": "Lionel Henry [aut, cre],\nHadley Wickham [aut] (),\nRStudio [cph, fnd]", + "Author": "Lionel Henry [aut, cre],\n Hadley Wickham [aut] (),\n RStudio [cph, fnd]", "Maintainer": "Lionel Henry ", - "Repository": "RSPM", + "Repository": "CRAN", "Date/Publication": "2022-10-07 09:50:02 UTC", - "Built": "R 4.2.0; ; 2022-10-10 11:59:38 UTC; unix" + "Built": "R 4.2.0; ; 2023-04-01 16:39:06 UTC; unix" } }, "magrittr": { @@ -407,8 +435,8 @@ "Package": "magrittr", "Title": "A Forward-Pipe Operator for R", "Version": "2.0.3", - "Authors@R": "c(\nperson(\"Stefan Milton\", \"Bache\", , \"stefan@stefanbache.dk\", role = c(\"aut\", \"cph\"),\ncomment = \"Original author and creator of magrittr\"),\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\nperson(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = \"cre\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "Provides a mechanism for chaining commands with a new\nforward-pipe operator, %>%. This operator will forward a value, or the\nresult of an expression, into the next function call/expression.\nThere is flexible support for the type of right-hand side expressions.\nFor more information, see package vignette. To quote Rene Magritte,\n\"Ceci n'est pas un pipe.\"", + "Authors@R": "c(\n person(\"Stefan Milton\", \"Bache\", , \"stefan@stefanbache.dk\", role = c(\"aut\", \"cph\"),\n comment = \"Original author and creator of magrittr\"),\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\n person(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = \"cre\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Provides a mechanism for chaining commands with a new\n forward-pipe operator, %>%. This operator will forward a value, or the\n result of an expression, into the next function call/expression.\n There is flexible support for the type of right-hand side expressions.\n For more information, see package vignette. To quote Rene Magritte,\n \"Ceci n'est pas un pipe.\"", "License": "MIT + file LICENSE", "URL": "https://magrittr.tidyverse.org,\nhttps://github.com/tidyverse/magrittr", "BugReports": "https://github.com/tidyverse/magrittr/issues", @@ -421,11 +449,12 @@ "RoxygenNote": "7.1.2", "NeedsCompilation": "yes", "Packaged": "2022-03-29 09:34:37 UTC; lionel", - "Author": "Stefan Milton Bache [aut, cph] (Original author and creator of\nmagrittr),\nHadley Wickham [aut],\nLionel Henry [cre],\nRStudio [cph, fnd]", + "Author": "Stefan Milton Bache [aut, cph] (Original author and creator of\n magrittr),\n Hadley Wickham [aut],\n Lionel Henry [cre],\n RStudio [cph, fnd]", "Maintainer": "Lionel Henry ", - "Repository": "RSPM", + "Repository": "CRAN", "Date/Publication": "2022-03-30 07:30:09 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2022-05-06 22:59:18 UTC; unix" + "Built": "R 4.2.0; aarch64-apple-darwin20; 2023-04-01 09:31:09 UTC; unix", + "Archs": "magrittr.so.dSYM" } }, "mime": { @@ -436,8 +465,8 @@ "Type": "Package", "Title": "Map Filenames to MIME Types", "Version": "0.12", - "Authors@R": "c(\nperson(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(\"Jeffrey\", \"Horner\", role = \"ctb\"),\nperson(\"Beilei\", \"Bian\", role = \"ctb\")\n)", - "Description": "Guesses the MIME type from a filename extension using the data\nderived from /etc/mime.types in UNIX-type systems.", + "Authors@R": "c(\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Jeffrey\", \"Horner\", role = \"ctb\"),\n person(\"Beilei\", \"Bian\", role = \"ctb\")\n )", + "Description": "Guesses the MIME type from a filename extension using the data\n derived from /etc/mime.types in UNIX-type systems.", "Imports": "tools", "License": "GPL", "URL": "https://github.com/yihui/mime", @@ -446,11 +475,11 @@ "Encoding": "UTF-8", "NeedsCompilation": "yes", "Packaged": "2021-09-28 02:06:04 UTC; yihui", - "Author": "Yihui Xie [aut, cre] (),\nJeffrey Horner [ctb],\nBeilei Bian [ctb]", + "Author": "Yihui Xie [aut, cre] (),\n Jeffrey Horner [ctb],\n Beilei Bian [ctb]", "Maintainer": "Yihui Xie ", "Repository": "RSPM", "Date/Publication": "2021-09-28 05:00:05 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2022-05-06 22:44:03 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:07:40 UTC; unix" } }, "palmerpenguins": { @@ -461,8 +490,8 @@ "Title": "Palmer Archipelago (Antarctica) Penguin Data", "Version": "0.1.1", "Date": "2022-08-12", - "Authors@R": "c(\nperson(given = \"Allison\",\nfamily = \"Horst\",\nrole = c(\"aut\", \"cre\"),\nemail = \"ahorst@ucsb.edu\",\ncomment = c(ORCID = \"0000-0002-6047-5564\")),\nperson(given = \"Alison\",\nfamily = \"Hill\",\nrole = c(\"aut\"),\nemail = \"apresstats@gmail.com\",\ncomment = c(ORCID = \"0000-0002-8082-1890\")),\nperson(given = \"Kristen\",\nfamily = \"Gorman\",\nrole = c(\"aut\"),\nemail = \"kbgorman@alaska.edu\",\ncomment = c(ORCID = \"0000-0002-0258-9264\"))\n)", - "Description": "Size measurements, clutch observations, and blood isotope ratios for adult foraging Adélie, Chinstrap, and Gentoo penguins observed on islands in the Palmer Archipelago near Palmer Station, Antarctica. Data were collected and made available by Dr. Kristen Gorman and the Palmer Station Long Term Ecological Research (LTER) Program.", + "Authors@R": "c(\n person(given = \"Allison\",\n family = \"Horst\",\n role = c(\"aut\", \"cre\"),\n email = \"ahorst@ucsb.edu\",\n comment = c(ORCID = \"0000-0002-6047-5564\")),\n person(given = \"Alison\",\n family = \"Hill\",\n role = c(\"aut\"),\n email = \"apresstats@gmail.com\",\n comment = c(ORCID = \"0000-0002-8082-1890\")),\n person(given = \"Kristen\",\n family = \"Gorman\",\n role = c(\"aut\"),\n email = \"kbgorman@alaska.edu\",\n comment = c(ORCID = \"0000-0002-0258-9264\"))\n )", + "Description": "Size measurements, clutch observations, and blood isotope ratios for adult foraging Adélie, Chinstrap, and Gentoo penguins observed on islands in the Palmer Archipelago near Palmer Station, Antarctica. Data were collected and made available by Dr. Kristen Gorman and the Palmer Station Long Term Ecological Research (LTER) Program. ", "License": "CC0", "Encoding": "UTF-8", "LazyData": "true", @@ -473,11 +502,11 @@ "BugReports": "https://github.com/allisonhorst/palmerpenguins/issues", "NeedsCompilation": "no", "Packaged": "2022-08-13 17:49:08 UTC; allison", - "Author": "Allison Horst [aut, cre] (),\nAlison Hill [aut] (),\nKristen Gorman [aut] ()", + "Author": "Allison Horst [aut, cre] (),\n Alison Hill [aut] (),\n Kristen Gorman [aut] ()", "Maintainer": "Allison Horst ", "Repository": "RSPM", "Date/Publication": "2022-08-15 07:40:07 UTC", - "Built": "R 4.2.0; ; 2022-08-16 11:16:46 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:15:12 UTC; unix" } }, "pillar": { @@ -487,8 +516,8 @@ "Package": "pillar", "Title": "Coloured Formatting for Columns", "Version": "1.9.0", - "Authors@R": "c(person(given = \"Kirill\",\nfamily = \"M\\u00fcller\",\nrole = c(\"aut\", \"cre\"),\nemail = \"kirill@cynkra.com\",\ncomment = c(ORCID = \"0000-0002-1416-3412\")),\nperson(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\"),\nperson(given = \"RStudio\",\nrole = \"cph\"))", - "Description": "Provides 'pillar' and 'colonnade' generics designed\nfor formatting columns of data using the full range of colours\nprovided by modern terminals.", + "Authors@R": "\n c(person(given = \"Kirill\",\n family = \"M\\u00fcller\",\n role = c(\"aut\", \"cre\"),\n email = \"kirill@cynkra.com\",\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\"),\n person(given = \"RStudio\",\n role = \"cph\"))", + "Description": "Provides 'pillar' and 'colonnade' generics designed\n for formatting columns of data using the full range of colours\n provided by modern terminals.", "License": "MIT + file LICENSE", "URL": "https://pillar.r-lib.org/, https://github.com/r-lib/pillar", "BugReports": "https://github.com/r-lib/pillar/issues", @@ -506,11 +535,11 @@ "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "no", "Packaged": "2023-03-21 08:42:46 UTC; kirill", - "Author": "Kirill Müller [aut, cre] (),\nHadley Wickham [aut],\nRStudio [cph]", + "Author": "Kirill Müller [aut, cre] (),\n Hadley Wickham [aut],\n RStudio [cph]", "Maintainer": "Kirill Müller ", "Repository": "RSPM", "Date/Publication": "2023-03-22 08:10:02 UTC", - "Built": "R 4.2.0; ; 2023-03-23 11:25:15 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:10:34 UTC; unix" } }, "pkgconfig": { @@ -522,7 +551,7 @@ "Version": "2.0.3", "Author": "Gábor Csárdi", "Maintainer": "Gábor Csárdi ", - "Description": "Set configuration options on a per-package basis.\nOptions set by a given package only apply to that package,\nother packages are unaffected.", + "Description": "Set configuration options on a per-package basis.\n Options set by a given package only apply to that package,\n other packages are unaffected.", "License": "MIT + file LICENSE", "LazyData": "true", "Imports": "utils", @@ -534,7 +563,7 @@ "Packaged": "2019-09-22 08:42:40 UTC; gaborcsardi", "Repository": "RSPM", "Date/Publication": "2019-09-22 09:20:02 UTC", - "Built": "R 4.2.0; ; 2022-05-06 22:44:10 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:10:37 UTC; unix" } }, "plumber": { @@ -546,11 +575,11 @@ "Type": "Package", "Title": "An API Generator for R", "Version": "1.2.1", - "Authors@R": "c(\nperson(\"Barret\", \"Schloerke\", role = c(\"cre\", \"aut\"), email = \"barret@rstudio.com\", comment = c(ORCID = \"0000-0001-9986-114X\")),\nperson(\"Jeff\", \"Allen\", role = c(\"aut\", \"ccp\"), email = \"cran@trestletech.com\"),\nperson(\"Bruno\", \"Tremblay\", role = \"ctb\", email = \"cran@neoxone.com\"),\nperson(\"Frans\", \"van Dunné\", role = \"ctb\", email = \"frans@ixpantia.com\"),\nperson(\"Sebastiaan\", \"Vandewoude\", role=\"ctb\", email = \"sebastiaanvandewoude@gmail.com\"),\nperson(family = \"RStudio\", role = c(\"cph\", \"fnd\")))", + "Authors@R": "c(\n person(\"Barret\", \"Schloerke\", role = c(\"cre\", \"aut\"), email = \"barret@rstudio.com\", comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(\"Jeff\", \"Allen\", role = c(\"aut\", \"ccp\"), email = \"cran@trestletech.com\"),\n person(\"Bruno\", \"Tremblay\", role = \"ctb\", email = \"cran@neoxone.com\"),\n person(\"Frans\", \"van Dunné\", role = \"ctb\", email = \"frans@ixpantia.com\"),\n person(\"Sebastiaan\", \"Vandewoude\", role=\"ctb\", email = \"sebastiaanvandewoude@gmail.com\"),\n person(family = \"RStudio\", role = c(\"cph\", \"fnd\")))", "License": "MIT + file LICENSE", "BugReports": "https://github.com/rstudio/plumber/issues", "URL": "https://www.rplumber.io, https://github.com/rstudio/plumber", - "Description": "Gives the ability to automatically generate and serve an HTTP API\nfrom R functions using the annotations in the R documentation around your\nfunctions.", + "Description": "Gives the ability to automatically generate and serve an HTTP API\n from R functions using the annotations in the R documentation around your\n functions.", "Depends": "R (>= 3.0.0)", "Imports": "R6 (>= 2.0.0), stringi (>= 0.3.0), jsonlite (>= 0.9.16),\nwebutils (>= 1.1), httpuv (>= 1.5.5), crayon, promises (>=\n1.1.0), sodium, swagger (>= 3.33.0), magrittr, mime, lifecycle\n(>= 0.2.0), ellipsis (>= 0.3.0), rlang", "ByteCompile": "TRUE", @@ -563,41 +592,41 @@ "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "no", "Packaged": "2022-09-06 18:47:22 UTC; barret", - "Author": "Barret Schloerke [cre, aut] (),\nJeff Allen [aut, ccp],\nBruno Tremblay [ctb],\nFrans van Dunné [ctb],\nSebastiaan Vandewoude [ctb],\nRStudio [cph, fnd]", + "Author": "Barret Schloerke [cre, aut] (),\n Jeff Allen [aut, ccp],\n Bruno Tremblay [ctb],\n Frans van Dunné [ctb],\n Sebastiaan Vandewoude [ctb],\n RStudio [cph, fnd]", "Maintainer": "Barret Schloerke ", "Repository": "RSPM", "Date/Publication": "2022-09-06 19:10:02 UTC", - "Built": "R 4.2.0; ; 2022-09-07 11:02:42 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:15:22 UTC; unix" } }, "promises": { "Source": "CRAN", "Repository": "https://p3m.dev/cran/latest", "description": { - "Package": "promises", "Type": "Package", + "Package": "promises", "Title": "Abstractions for Promise-Based Asynchronous Programming", - "Version": "1.2.0.1", - "Authors@R": "c(\nperson(\"Joe\", \"Cheng\", email = \"joe@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "Provides fundamental abstractions for doing asynchronous programming\nin R using promises. Asynchronous programming is useful for allowing a single\nR process to orchestrate multiple tasks in the background while also attending\nto something else. Semantics are similar to 'JavaScript' promises, but with a\nsyntax that is idiomatic R.", + "Version": "1.2.1", + "Authors@R": "c(\n person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Provides fundamental abstractions for doing asynchronous\n programming in R using promises. Asynchronous programming is useful\n for allowing a single R process to orchestrate multiple tasks in the\n background while also attending to something else. Semantics are\n similar to 'JavaScript' promises, but with a syntax that is idiomatic\n R.", "License": "MIT + file LICENSE", - "Imports": "R6, Rcpp, later, rlang, stats, magrittr", - "Suggests": "testthat, future (>= 1.21.0), fastmap (>= 1.1.0), purrr,\nknitr, rmarkdown, vembedr, spelling", - "LinkingTo": "later, Rcpp", - "RoxygenNote": "7.1.1", - "Encoding": "UTF-8", - "LazyData": "true", - "VignetteBuilder": "knitr", "URL": "https://rstudio.github.io/promises/,\nhttps://github.com/rstudio/promises", "BugReports": "https://github.com/rstudio/promises/issues", + "Imports": "fastmap (>= 1.1.0), later, magrittr (>= 1.5), R6, Rcpp, rlang,\nstats", + "Suggests": "future (>= 1.21.0), knitr, purrr, rmarkdown, spelling,\ntestthat, vembedr", + "LinkingTo": "later, Rcpp", + "VignetteBuilder": "knitr", + "Config/Needs/website": "rsconnect", + "Encoding": "UTF-8", "Language": "en-US", + "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2021-02-11 18:18:47 UTC; barret", - "Author": "Joe Cheng [aut, cre],\nRStudio [cph, fnd]", - "Maintainer": "Joe Cheng ", + "Packaged": "2023-08-09 20:29:25 UTC; garrick", + "Author": "Joe Cheng [aut, cre],\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Joe Cheng ", "Repository": "RSPM", - "Date/Publication": "2021-02-11 19:00:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-05-03 11:24:29 UTC; unix" + "Date/Publication": "2023-08-10 16:00:02 UTC", + "Built": "R 4.2.3; aarch64-apple-darwin20; 2023-09-06 18:26:43 UTC; unix" } }, "rlang": { @@ -607,8 +636,8 @@ "Package": "rlang", "Version": "1.1.1", "Title": "Functions for Base Types and Core R and 'Tidyverse' Features", - "Description": "A toolbox for working with base types, core R features\nlike the condition system, and core 'Tidyverse' features like tidy\nevaluation.", - "Authors@R": "c(\nperson(\"Lionel\", \"Henry\", ,\"lionel@posit.co\", c(\"aut\", \"cre\")),\nperson(\"Hadley\", \"Wickham\", ,\"hadley@posit.co\", \"aut\"),\nperson(given = \"mikefc\",\nemail = \"mikefc@coolbutuseless.com\",\nrole = \"cph\",\ncomment = \"Hash implementation based on Mike's xxhashlite\"),\nperson(given = \"Yann\",\nfamily = \"Collet\",\nrole = \"cph\",\ncomment = \"Author of the embedded xxHash library\"),\nperson(given = \"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "A toolbox for working with base types, core R features\n like the condition system, and core 'Tidyverse' features like tidy\n evaluation.", + "Authors@R": "c(\n person(\"Lionel\", \"Henry\", ,\"lionel@posit.co\", c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", ,\"hadley@posit.co\", \"aut\"),\n person(given = \"mikefc\",\n email = \"mikefc@coolbutuseless.com\", \n role = \"cph\", \n comment = \"Hash implementation based on Mike's xxhashlite\"),\n person(given = \"Yann\",\n family = \"Collet\",\n role = \"cph\", \n comment = \"Author of the embedded xxHash library\"),\n person(given = \"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", "License": "MIT + file LICENSE", "ByteCompile": "true", "Biarch": "true", @@ -624,11 +653,12 @@ "Config/Needs/website": "dplyr, tidyverse/tidytemplate", "NeedsCompilation": "yes", "Packaged": "2023-04-28 10:48:43 UTC; lionel", - "Author": "Lionel Henry [aut, cre],\nHadley Wickham [aut],\nmikefc [cph] (Hash implementation based on Mike's xxhashlite),\nYann Collet [cph] (Author of the embedded xxHash library),\nPosit, PBC [cph, fnd]", + "Author": "Lionel Henry [aut, cre],\n Hadley Wickham [aut],\n mikefc [cph] (Hash implementation based on Mike's xxhashlite),\n Yann Collet [cph] (Author of the embedded xxHash library),\n Posit, PBC [cph, fnd]", "Maintainer": "Lionel Henry ", - "Repository": "RSPM", + "Repository": "CRAN", "Date/Publication": "2023-04-28 22:30:03 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-05-01 11:17:24 UTC; unix" + "Built": "R 4.2.0; aarch64-apple-darwin20; 2023-04-28 23:18:58 UTC; unix", + "Archs": "rlang.so.dSYM" } }, "sodium": { @@ -638,23 +668,24 @@ "Package": "sodium", "Type": "Package", "Title": "A Modern and Easy-to-Use Crypto Library", - "Version": "1.2.1", - "Author": "Jeroen Ooms", - "Maintainer": "Jeroen Ooms ", - "Description": "Bindings to 'libsodium' : a modern,\neasy-to-use software library for encryption, decryption, signatures, password\nhashing and more. Sodium uses curve25519, a state-of-the-art Diffie-Hellman\nfunction by Daniel Bernstein, which has become very popular after it was\ndiscovered that the NSA had backdoored Dual EC DRBG.", + "Version": "1.3.0", + "Authors@R": "person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\n comment = c(ORCID = \"0000-0002-4035-0289\"))", + "Description": "Bindings to 'libsodium' : a modern, \n easy-to-use software library for encryption, decryption, signatures, password\n hashing and more. Sodium uses curve25519, a state-of-the-art Diffie-Hellman \n function by Daniel Bernstein, which has become very popular after it was \n discovered that the NSA had backdoored Dual EC DRBG.", "License": "MIT + file LICENSE", "URL": "https://docs.ropensci.org/sodium/ https://github.com/r-lib/sodium", "BugReports": "https://github.com/r-lib/sodium/issues", "SystemRequirements": "libsodium (>= 1.0.3)", "VignetteBuilder": "knitr", "Suggests": "knitr, rmarkdown", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2022-06-11 08:16:07 UTC; jeroen", + "Packaged": "2023-09-26 13:47:51 UTC; jeroen", + "Author": "Jeroen Ooms [aut, cre] ()", + "Maintainer": "Jeroen Ooms ", "Repository": "RSPM", - "Date/Publication": "2022-06-11 21:40:02 UTC", + "Date/Publication": "2023-09-26 14:50:02 UTC", "Encoding": "UTF-8", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2022-06-13 11:26:25 UTC; unix" + "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-09-28 18:38:39 UTC; unix" } }, "stringi": { @@ -665,7 +696,7 @@ "Version": "1.7.12", "Date": "2023-01-09", "Title": "Fast and Portable Character String Processing Facilities", - "Description": "A collection of character string/text/natural language\nprocessing tools for pattern searching (e.g., with 'Java'-like regular\nexpressions or the 'Unicode' collation algorithm), random string generation,\ncase mapping, string transliteration, concatenation, sorting, padding,\nwrapping, Unicode normalisation, date-time formatting and parsing,\nand many more. They are fast, consistent, convenient, and -\nthanks to 'ICU' (International Components for Unicode) -\nportable across all locales and platforms. Documentation about 'stringi' is\nprovided via its website at and\nthe paper by Gagolewski (2022, ).", + "Description": "A collection of character string/text/natural language\n processing tools for pattern searching (e.g., with 'Java'-like regular\n expressions or the 'Unicode' collation algorithm), random string generation,\n case mapping, string transliteration, concatenation, sorting, padding,\n wrapping, Unicode normalisation, date-time formatting and parsing,\n and many more. They are fast, consistent, convenient, and -\n thanks to 'ICU' (International Components for Unicode) -\n portable across all locales and platforms. Documentation about 'stringi' is\n provided via its website at and\n the paper by Gagolewski (2022, ).", "URL": "https://stringi.gagolewski.com/,\nhttps://github.com/gagolews/stringi, https://icu.unicode.org/", "BugReports": "https://github.com/gagolews/stringi/issues", "SystemRequirements": "C++11, ICU4C (>= 55, optional)", @@ -674,16 +705,16 @@ "Imports": "tools, utils, stats", "Biarch": "TRUE", "License": "file LICENSE", - "Author": "Marek Gagolewski [aut, cre, cph] (),\nBartek Tartanus [ctb], and others (stringi source code);\nUnicode, Inc. and others (ICU4C source code, Unicode Character Database)", + "Author": "Marek Gagolewski [aut, cre, cph] (),\n Bartek Tartanus [ctb], and others (stringi source code);\n Unicode, Inc. and others (ICU4C source code, Unicode Character Database)", "Maintainer": "Marek Gagolewski ", "RoxygenNote": "7.2.1", "Encoding": "UTF-8", "NeedsCompilation": "yes", "Packaged": "2023-01-09 07:28:38 UTC; gagolews", "License_is_FOSS": "yes", - "Repository": "RSPM", + "Repository": "CRAN", "Date/Publication": "2023-01-11 10:10:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-01-12 11:12:14 UTC; unix" + "Built": "R 4.2.0; aarch64-apple-darwin20; 2023-04-01 09:36:23 UTC; unix" } }, "swagger": { @@ -694,9 +725,9 @@ "Type": "Package", "Title": "Dynamically Generates Documentation from a 'Swagger' Compliant\nAPI", "Version": "3.33.1", - "Authors@R": "c(\nperson(\"Barret\", \"Schloerke\", email = \"barret@rstudio.com\", role = c(\"cre\", \"aut\")),\nperson(\"Javier\", \"Luraschi\", email = \"javier@rstudio.com\", role = c(\"aut\")),\nperson(family = \"RStudio\", role = c(\"cph\")),\nperson(family = \"SmartBear Software\", role = c(\"aut\", \"cph\"))\n)", + "Authors@R": "c(\n person(\"Barret\", \"Schloerke\", email = \"barret@rstudio.com\", role = c(\"cre\", \"aut\")),\n person(\"Javier\", \"Luraschi\", email = \"javier@rstudio.com\", role = c(\"aut\")),\n person(family = \"RStudio\", role = c(\"cph\")),\n person(family = \"SmartBear Software\", role = c(\"aut\", \"cph\"))\n )", "Suggests": "jsonlite, plumber, testthat", - "Description": "A collection of 'HTML', 'JavaScript', and 'CSS' assets that\ndynamically generate beautiful documentation from a 'Swagger' compliant API:\n.", + "Description": "A collection of 'HTML', 'JavaScript', and 'CSS' assets that\n dynamically generate beautiful documentation from a 'Swagger' compliant API:\n .", "License": "Apache License 2.0 | file LICENSE", "Encoding": "UTF-8", "LazyData": "true", @@ -705,11 +736,11 @@ "RoxygenNote": "7.1.1", "NeedsCompilation": "no", "Packaged": "2020-10-02 20:56:03 UTC; barret", - "Author": "Barret Schloerke [cre, aut],\nJavier Luraschi [aut],\nRStudio [cph],\nSmartBear Software [aut, cph]", + "Author": "Barret Schloerke [cre, aut],\n Javier Luraschi [aut],\n RStudio [cph],\n SmartBear Software [aut, cph]", "Maintainer": "Barret Schloerke ", "Repository": "RSPM", "Date/Publication": "2020-10-02 21:10:02 UTC", - "Built": "R 4.2.0; ; 2022-05-06 22:59:18 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:15:21 UTC; unix" } }, "tibble": { @@ -719,8 +750,8 @@ "Package": "tibble", "Title": "Simple Data Frames", "Version": "3.2.1", - "Authors@R": "c(person(given = \"Kirill\",\nfamily = \"M\\u00fcller\",\nrole = c(\"aut\", \"cre\"),\nemail = \"kirill@cynkra.com\",\ncomment = c(ORCID = \"0000-0002-1416-3412\")),\nperson(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\",\nemail = \"hadley@rstudio.com\"),\nperson(given = \"Romain\",\nfamily = \"Francois\",\nrole = \"ctb\",\nemail = \"romain@r-enthusiasts.com\"),\nperson(given = \"Jennifer\",\nfamily = \"Bryan\",\nrole = \"ctb\",\nemail = \"jenny@rstudio.com\"),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", - "Description": "Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the traditional\ndata frame.", + "Authors@R": "\n c(person(given = \"Kirill\",\n family = \"M\\u00fcller\",\n role = c(\"aut\", \"cre\"),\n email = \"kirill@cynkra.com\",\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\",\n email = \"hadley@rstudio.com\"),\n person(given = \"Romain\",\n family = \"Francois\",\n role = \"ctb\",\n email = \"romain@r-enthusiasts.com\"),\n person(given = \"Jennifer\",\n family = \"Bryan\",\n role = \"ctb\",\n email = \"jenny@rstudio.com\"),\n person(given = \"RStudio\",\n role = c(\"cph\", \"fnd\")))", + "Description": "Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the traditional\n data frame.", "License": "MIT + file LICENSE", "URL": "https://tibble.tidyverse.org/, https://github.com/tidyverse/tibble", "BugReports": "https://github.com/tidyverse/tibble/issues", @@ -739,11 +770,11 @@ "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "yes", "Packaged": "2023-03-19 09:23:10 UTC; kirill", - "Author": "Kirill Müller [aut, cre] (),\nHadley Wickham [aut],\nRomain Francois [ctb],\nJennifer Bryan [ctb],\nRStudio [cph, fnd]", + "Author": "Kirill Müller [aut, cre] (),\n Hadley Wickham [aut],\n Romain Francois [ctb],\n Jennifer Bryan [ctb],\n RStudio [cph, fnd]", "Maintainer": "Kirill Müller ", "Repository": "RSPM", "Date/Publication": "2023-03-20 06:30:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-03-21 11:14:55 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:10:38 UTC; unix" } }, "tidyselect": { @@ -753,8 +784,8 @@ "Package": "tidyselect", "Title": "Select from a Set of Strings", "Version": "1.2.0", - "Authors@R": "c(\nperson(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "A backend for the selecting functions of the 'tidyverse'. It\nmakes it easy to implement select-like functions in your own packages\nin a way that is consistent with other 'tidyverse' interfaces for\nselection.", + "Authors@R": "c(\n person(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "A backend for the selecting functions of the 'tidyverse'. It\n makes it easy to implement select-like functions in your own packages\n in a way that is consistent with other 'tidyverse' interfaces for\n selection.", "License": "MIT + file LICENSE", "URL": "https://tidyselect.r-lib.org, https://github.com/r-lib/tidyselect", "BugReports": "https://github.com/r-lib/tidyselect/issues", @@ -769,11 +800,11 @@ "RoxygenNote": "7.2.1", "NeedsCompilation": "no", "Packaged": "2022-10-10 14:09:03 UTC; hadleywickham", - "Author": "Lionel Henry [aut, cre],\nHadley Wickham [aut],\nRStudio [cph, fnd]", + "Author": "Lionel Henry [aut, cre],\n Hadley Wickham [aut],\n RStudio [cph, fnd]", "Maintainer": "Lionel Henry ", "Repository": "RSPM", "Date/Publication": "2022-10-10 19:00:02 UTC", - "Built": "R 4.2.0; ; 2022-10-11 11:20:28 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:10:43 UTC; unix" } }, "utf8": { @@ -783,8 +814,8 @@ "Package": "utf8", "Title": "Unicode Text Processing", "Version": "1.2.3", - "Authors@R": "c(person(given = c(\"Patrick\", \"O.\"),\nfamily = \"Perry\",\nrole = c(\"aut\", \"cph\")),\nperson(given = \"Kirill\",\nfamily = \"M\\u00fcller\",\nrole = \"cre\",\nemail = \"kirill@cynkra.com\"),\nperson(given = \"Unicode, Inc.\",\nrole = c(\"cph\", \"dtc\"),\ncomment = \"Unicode Character Database\"))", - "Description": "Process and print 'UTF-8' encoded international\ntext (Unicode). Input, validate, normalize, encode, format, and\ndisplay.", + "Authors@R": "\n c(person(given = c(\"Patrick\", \"O.\"),\n family = \"Perry\",\n role = c(\"aut\", \"cph\")),\n person(given = \"Kirill\",\n family = \"M\\u00fcller\",\n role = \"cre\",\n email = \"kirill@cynkra.com\"),\n person(given = \"Unicode, Inc.\",\n role = c(\"cph\", \"dtc\"),\n comment = \"Unicode Character Database\"))", + "Description": "Process and print 'UTF-8' encoded international\n text (Unicode). Input, validate, normalize, encode, format, and\n display.", "License": "Apache License (== 2.0) | file LICENSE", "URL": "https://ptrckprry.com/r-utf8/, https://github.com/patperry/r-utf8", "BugReports": "https://github.com/patperry/r-utf8/issues", @@ -796,11 +827,11 @@ "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", "Packaged": "2023-01-31 05:28:43 UTC; kirill", - "Author": "Patrick O. Perry [aut, cph],\nKirill Müller [cre],\nUnicode, Inc. [cph, dtc] (Unicode Character Database)", + "Author": "Patrick O. Perry [aut, cph],\n Kirill Müller [cre],\n Unicode, Inc. [cph, dtc] (Unicode Character Database)", "Maintainer": "Kirill Müller ", "Repository": "RSPM", "Date/Publication": "2023-01-31 18:00:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-02-01 11:12:27 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:10:31 UTC; unix" } }, "vctrs": { @@ -809,9 +840,9 @@ "description": { "Package": "vctrs", "Title": "Vector Helpers", - "Version": "0.6.2", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\nperson(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"),\nperson(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"data.table team\", role = \"cph\",\ncomment = \"Radix sort based on data.table's forder() and their contribution to R's order()\"),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "Defines new notions of prototype and size that are used to\nprovide tools for consistent and well-founded type-coercion and\nsize-recycling, and are in turn connected to ideas of type- and\nsize-stability useful for analysing function interfaces.", + "Version": "0.6.3", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"),\n person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"data.table team\", role = \"cph\",\n comment = \"Radix sort based on data.table's forder() and their contribution to R's order()\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Defines new notions of prototype and size that are used to\n provide tools for consistent and well-founded type-coercion and\n size-recycling, and are in turn connected to ideas of type- and\n size-stability useful for analysing function interfaces.", "License": "MIT + file LICENSE", "URL": "https://vctrs.r-lib.org/, https://github.com/r-lib/vctrs", "BugReports": "https://github.com/r-lib/vctrs/issues", @@ -825,12 +856,13 @@ "Language": "en-GB", "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2023-04-19 18:24:24 UTC; davis", - "Author": "Hadley Wickham [aut],\nLionel Henry [aut],\nDavis Vaughan [aut, cre],\ndata.table team [cph] (Radix sort based on data.table's forder() and\ntheir contribution to R's order()),\nPosit Software, PBC [cph, fnd]", + "Packaged": "2023-06-14 21:04:57 UTC; davis", + "Author": "Hadley Wickham [aut],\n Lionel Henry [aut],\n Davis Vaughan [aut, cre],\n data.table team [cph] (Radix sort based on data.table's forder() and\n their contribution to R's order()),\n Posit Software, PBC [cph, fnd]", "Maintainer": "Davis Vaughan ", - "Repository": "RSPM", - "Date/Publication": "2023-04-19 19:30:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-04-20 11:09:32 UTC; unix" + "Repository": "CRAN", + "Date/Publication": "2023-06-14 23:40:02 UTC", + "Built": "R 4.2.0; aarch64-apple-darwin20; 2023-06-19 02:58:37 UTC; unix", + "Archs": "vctrs.so.dSYM" } }, "webutils": { @@ -843,7 +875,7 @@ "Version": "1.1", "Author": "Jeroen Ooms", "Maintainer": "Jeroen Ooms ", - "Description": "Parses http request data in application/json, multipart/form-data,\nor application/x-www-form-urlencoded format. Includes example of hosting\nand parsing html form data in R using either 'httpuv' or 'Rhttpd'.", + "Description": "Parses http request data in application/json, multipart/form-data, \n or application/x-www-form-urlencoded format. Includes example of hosting\n and parsing html form data in R using either 'httpuv' or 'Rhttpd'.", "License": "MIT + file LICENSE", "URL": "https://github.com/jeroen/webutils", "BugReports": "https://github.com/jeroen/webutils/issues", @@ -856,7 +888,7 @@ "Repository": "RSPM", "Date/Publication": "2020-04-28 21:00:02 UTC", "Encoding": "UTF-8", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2022-05-06 22:59:38 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:15:15 UTC; unix" } }, "withr": { @@ -866,8 +898,8 @@ "Package": "withr", "Title": "Run Code 'With' Temporarily Modified Global State", "Version": "2.5.0", - "Authors@R": "c(person(given = \"Jim\",\nfamily = \"Hester\",\nrole = \"aut\"),\nperson(given = \"Lionel\",\nfamily = \"Henry\",\nrole = c(\"aut\", \"cre\"),\nemail = \"lionel@rstudio.com\"),\nperson(given = \"Kirill\",\nfamily = \"Müller\",\nrole = \"aut\",\nemail = \"krlmlr+r@mailbox.org\"),\nperson(given = \"Kevin\",\nfamily = \"Ushey\",\nrole = \"aut\",\nemail = \"kevinushey@gmail.com\"),\nperson(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\",\nemail = \"hadley@rstudio.com\"),\nperson(given = \"Winston\",\nfamily = \"Chang\",\nrole = \"aut\"),\nperson(given = \"Jennifer\",\nfamily = \"Bryan\",\nrole = \"ctb\"),\nperson(given = \"Richard\",\nfamily = \"Cotton\",\nrole = \"ctb\"),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", - "Description": "A set of functions to run code 'with' safely and\ntemporarily modified global state. Many of these functions were\noriginally a part of the 'devtools' package, this provides a simple\npackage with limited dependencies to provide access to these\nfunctions.", + "Authors@R": "\n c(person(given = \"Jim\",\n family = \"Hester\",\n role = \"aut\"),\n person(given = \"Lionel\",\n family = \"Henry\",\n role = c(\"aut\", \"cre\"),\n email = \"lionel@rstudio.com\"),\n person(given = \"Kirill\",\n family = \"Müller\",\n role = \"aut\",\n email = \"krlmlr+r@mailbox.org\"),\n person(given = \"Kevin\",\n family = \"Ushey\",\n role = \"aut\",\n email = \"kevinushey@gmail.com\"),\n person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\",\n email = \"hadley@rstudio.com\"),\n person(given = \"Winston\",\n family = \"Chang\",\n role = \"aut\"),\n person(given = \"Jennifer\",\n family = \"Bryan\",\n role = \"ctb\"),\n person(given = \"Richard\",\n family = \"Cotton\",\n role = \"ctb\"),\n person(given = \"RStudio\",\n role = c(\"cph\", \"fnd\")))", + "Description": "A set of functions to run code 'with' safely and\n temporarily modified global state. Many of these functions were\n originally a part of the 'devtools' package, this provides a simple\n package with limited dependencies to provide access to these\n functions.", "License": "MIT + file LICENSE", "URL": "https://withr.r-lib.org, https://github.com/r-lib/withr#readme", "BugReports": "https://github.com/r-lib/withr/issues", @@ -882,11 +914,11 @@ "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "no", "Packaged": "2022-03-03 21:13:01 UTC; lionel", - "Author": "Jim Hester [aut],\nLionel Henry [aut, cre],\nKirill Müller [aut],\nKevin Ushey [aut],\nHadley Wickham [aut],\nWinston Chang [aut],\nJennifer Bryan [ctb],\nRichard Cotton [ctb],\nRStudio [cph, fnd]", + "Author": "Jim Hester [aut],\n Lionel Henry [aut, cre],\n Kirill Müller [aut],\n Kevin Ushey [aut],\n Hadley Wickham [aut],\n Winston Chang [aut],\n Jennifer Bryan [ctb],\n Richard Cotton [ctb],\n RStudio [cph, fnd]", "Maintainer": "Lionel Henry ", "Repository": "RSPM", "Date/Publication": "2022-03-03 21:50:02 UTC", - "Built": "R 4.2.0; ; 2022-05-06 22:59:18 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:10:41 UTC; unix" } } }, diff --git a/plumber-penguins/renv.lock b/plumber-penguins/renv.lock index 9218389..b9c5e56 100644 --- a/plumber-penguins/renv.lock +++ b/plumber-penguins/renv.lock @@ -21,20 +21,20 @@ }, "Rcpp": { "Package": "Rcpp", - "Version": "1.0.10", + "Version": "1.0.11", "Source": "Repository", "Repository": "RSPM", "Requirements": [ "methods", "utils" ], - "Hash": "e749cae40fa9ef469b6050959517453c" + "Hash": "ae6cbbe1492f4de79c45fce06f967ce8" }, "cli": { "Package": "cli", "Version": "3.6.1", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "utils" @@ -55,19 +55,19 @@ }, "curl": { "Package": "curl", - "Version": "5.0.1", + "Version": "5.1.0", "Source": "Repository", "Repository": "RSPM", "Requirements": [ "R" ], - "Hash": "2118af9cb164c8d2dddc7b89eaf732d9" + "Hash": "9123f3ef96a2c1a93927d828b2fe7d4c" }, "dplyr": { "Package": "dplyr", - "Version": "1.1.2", + "Version": "1.1.3", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "R6", @@ -84,7 +84,7 @@ "utils", "vctrs" ], - "Hash": "dea6970ff715ca541c387de363ff405e" + "Hash": "e85ffbebaad5f70e1a2e2ef4302b4949" }, "ellipsis": { "Package": "ellipsis", @@ -109,6 +109,13 @@ ], "Hash": "1d9e7ad3c8312a192dea7d3db0274fde" }, + "fastmap": { + "Package": "fastmap", + "Version": "1.1.1", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "f7736a18de97dea803bde0a2daaafb27" + }, "generics": { "Package": "generics", "Version": "0.1.3", @@ -124,7 +131,7 @@ "Package": "glue", "Version": "1.6.2", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "methods" @@ -133,7 +140,7 @@ }, "httpuv": { "Package": "httpuv", - "Version": "1.6.11", + "Version": "1.6.12", "Source": "Repository", "Repository": "RSPM", "Requirements": [ @@ -144,7 +151,7 @@ "promises", "utils" ], - "Hash": "838602f54e32c1a0f8cc80708cefcefa" + "Hash": "c992f75861325961c29a188b45e549f7" }, "jsonlite": { "Package": "jsonlite", @@ -171,7 +178,7 @@ "Package": "lifecycle", "Version": "1.0.3", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "cli", @@ -184,7 +191,7 @@ "Package": "magrittr", "Version": "2.0.3", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R" ], @@ -263,39 +270,35 @@ }, "promises": { "Package": "promises", - "Version": "1.2.0.1", + "Version": "1.2.1", "Source": "Repository", "Repository": "RSPM", "Requirements": [ "R6", "Rcpp", + "fastmap", "later", "magrittr", "rlang", "stats" ], - "Hash": "4ab2c43adb4d4699cf3690acd378d75d" + "Hash": "0d8a15c9d000970ada1ab21405387dee" }, "renv": { "Package": "renv", - "Version": "1.0.0.9000", - "Source": "GitHub", - "RemoteType": "github", - "RemoteHost": "api.github.com", - "RemoteUsername": "rstudio", - "RemoteRepo": "renv", - "RemoteRef": "main", - "RemoteSha": "5fb52fefb8d919f2f3d88623b341c020330ed116", + "Version": "1.0.3", + "Source": "Repository", + "Repository": "CRAN", "Requirements": [ "utils" ], - "Hash": "1be015159fc67216d11c169ae65ece46" + "Hash": "41b847654f567341725473431dd0d5ab" }, "rlang": { "Package": "rlang", "Version": "1.1.1", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "utils" @@ -304,16 +307,16 @@ }, "sodium": { "Package": "sodium", - "Version": "1.2.1", + "Version": "1.3.0", "Source": "Repository", "Repository": "RSPM", - "Hash": "3606bb09e0914edd4fc8313b500dcd5e" + "Hash": "bd436c1e48dc1982125e4d955017724e" }, "stringi": { "Package": "stringi", "Version": "1.7.12", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "stats", @@ -376,9 +379,9 @@ }, "vctrs": { "Package": "vctrs", - "Version": "0.6.2", + "Version": "0.6.3", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "cli", @@ -386,7 +389,7 @@ "lifecycle", "rlang" ], - "Hash": "a745bda7aff4734c17294bb41d4e4607" + "Hash": "d0ef2856b83dc33ea6e255caf6229ee2" }, "webutils": { "Package": "webutils", diff --git a/plumber-penguins/renv/activate.R b/plumber-penguins/renv/activate.R index b50db26..cb5401f 100644 --- a/plumber-penguins/renv/activate.R +++ b/plumber-penguins/renv/activate.R @@ -2,8 +2,8 @@ local({ # the requested version of renv - version <- "1.0.0.9000" - attr(version, "sha") <- "5fb52fefb8d919f2f3d88623b341c020330ed116" + version <- "1.0.3" + attr(version, "sha") <- NULL # the project directory project <- getwd() @@ -782,10 +782,12 @@ local({ renv_bootstrap_validate_version <- function(version, description = NULL) { # resolve description file - description <- description %||% { - path <- getNamespaceInfo("renv", "path") - packageDescription("renv", lib.loc = dirname(path)) - } + # + # avoid passing lib.loc to `packageDescription()` below, since R will + # use the loaded version of the package by default anyhow. note that + # this function should only be called after 'renv' is loaded + # https://github.com/rstudio/renv/issues/1625 + description <- description %||% packageDescription("renv") # check whether requested version 'version' matches loaded version of renv sha <- attr(version, "sha", exact = TRUE) @@ -1032,19 +1034,6 @@ local({ } - - renv_bootstrap_in_rstudio <- function() { - commandArgs()[[1]] == "RStudio" - } - - # Used to work around buglet in RStudio if hook uses readline - renv_bootstrap_flush_console <- function() { - tryCatch({ - tools <- as.environment("tools:rstudio") - tools$.rs.api.sendToConsole("", echo = FALSE, focus = FALSE) - }, error = function(cnd) {}) - } - renv_json_read <- function(file = NULL, text = NULL) { jlerr <- NULL @@ -1183,16 +1172,8 @@ local({ # construct full libpath libpath <- file.path(root, prefix) - if (renv_bootstrap_in_rstudio()) { - # RStudio only updates console once .Rprofile is finished, so - # instead run code on sessionInit - setHook("rstudio.sessionInit", function(...) { - renv_bootstrap_exec(project, libpath, version) - renv_bootstrap_flush_console() - }) - } else { - renv_bootstrap_exec(project, libpath, version) - } + # run bootstrap code + renv_bootstrap_exec(project, libpath, version) invisible() diff --git a/rmd-penguins/renv.lock b/rmd-penguins/renv.lock index 6fb1421..9a9b021 100644 --- a/rmd-penguins/renv.lock +++ b/rmd-penguins/renv.lock @@ -11,9 +11,9 @@ "Packages": { "MASS": { "Package": "MASS", - "Version": "7.3-60", + "Version": "7.3-58.2", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "grDevices", @@ -22,16 +22,15 @@ "stats", "utils" ], - "Hash": "a56a6365b3fa73293ea8d084be0d9bb0" + "Hash": "e02d1a0f6122fd3e634b25b433704344" }, "Matrix": { "Package": "Matrix", - "Version": "1.6-0", + "Version": "1.5-3", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", - "grDevices", "graphics", "grid", "lattice", @@ -39,7 +38,7 @@ "stats", "utils" ], - "Hash": "31262fd18481fab05c5e7258dac163ca" + "Hash": "4006dffe49958d2dd591c17e61e60591" }, "R6": { "Package": "R6", @@ -74,13 +73,13 @@ }, "askpass": { "Package": "askpass", - "Version": "1.1", + "Version": "1.2.0", "Source": "Repository", "Repository": "RSPM", "Requirements": [ "sys" ], - "Hash": "e8a22846fff485f0be3770c2da758713" + "Hash": "cad6cf7f1d5f6e906700b9d3e718c796" }, "base64enc": { "Package": "base64enc", @@ -94,7 +93,7 @@ }, "bslib": { "Package": "bslib", - "Version": "0.5.0", + "Version": "0.5.1", "Source": "Repository", "Repository": "RSPM", "Requirements": [ @@ -110,7 +109,7 @@ "rlang", "sass" ], - "Hash": "1b117970533deb6d4e992c1b34e9d905" + "Hash": "283015ddfbb9d7bf15ea9f0b5698f0d9" }, "cachem": { "Package": "cachem", @@ -140,7 +139,7 @@ "Package": "cli", "Version": "3.6.1", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "utils" @@ -170,10 +169,13 @@ }, "cpp11": { "Package": "cpp11", - "Version": "0.4.5", + "Version": "0.4.6", "Source": "Repository", - "Repository": "RSPM", - "Hash": "f07821e9b0aada6c999d4692e22a2ea7" + "Repository": "CRAN", + "Requirements": [ + "R" + ], + "Hash": "707fae4bbf73697ec8d85f9d7076c061" }, "crayon": { "Package": "crayon", @@ -202,13 +204,13 @@ }, "curl": { "Package": "curl", - "Version": "5.0.1", + "Version": "5.1.0", "Source": "Repository", "Repository": "RSPM", "Requirements": [ "R" ], - "Hash": "2118af9cb164c8d2dddc7b89eaf732d9" + "Hash": "9123f3ef96a2c1a93927d828b2fe7d4c" }, "data.table": { "Package": "data.table", @@ -234,9 +236,9 @@ }, "dplyr": { "Package": "dplyr", - "Version": "1.1.2", + "Version": "1.1.3", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "R6", @@ -253,7 +255,7 @@ "utils", "vctrs" ], - "Hash": "dea6970ff715ca541c387de363ff405e" + "Hash": "e85ffbebaad5f70e1a2e2ef4302b4949" }, "ellipsis": { "Package": "ellipsis", @@ -270,7 +272,7 @@ "Package": "evaluate", "Version": "0.21", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "methods" @@ -305,7 +307,7 @@ }, "fontawesome": { "Package": "fontawesome", - "Version": "0.5.1", + "Version": "0.5.2", "Source": "Repository", "Repository": "RSPM", "Requirements": [ @@ -313,7 +315,7 @@ "htmltools", "rlang" ], - "Hash": "1e22b8cabbad1eae951a75e9f8b52378" + "Hash": "c2efdd5f0bcd1ea861c2d4e2a883a67d" }, "fs": { "Package": "fs", @@ -339,7 +341,7 @@ }, "ggplot2": { "Package": "ggplot2", - "Version": "3.4.2", + "Version": "3.4.4", "Source": "Repository", "Repository": "RSPM", "Requirements": [ @@ -360,13 +362,13 @@ "vctrs", "withr" ], - "Hash": "3a147ee02e85a8941aad9909f1b43b7b" + "Hash": "313d31eff2274ecf4c1d3581db7241f9" }, "glue": { "Package": "glue", "Version": "1.6.2", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "methods" @@ -375,7 +377,7 @@ }, "gtable": { "Package": "gtable", - "Version": "0.3.3", + "Version": "0.3.4", "Source": "Repository", "Repository": "RSPM", "Requirements": [ @@ -386,13 +388,13 @@ "lifecycle", "rlang" ], - "Hash": "b44addadb528a0d227794121c00572a0" + "Hash": "b29cf3031f49b04ab9c852c912547eef" }, "highr": { "Package": "highr", "Version": "0.10", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "xfun" @@ -401,7 +403,7 @@ }, "htmltools": { "Package": "htmltools", - "Version": "0.5.5", + "Version": "0.5.6", "Source": "Repository", "Repository": "RSPM", "Requirements": [ @@ -414,7 +416,7 @@ "rlang", "utils" ], - "Hash": "ba0240784ad50a62165058a27459304a" + "Hash": "a2326a66919a3311f7fbb1e3bf568283" }, "htmlwidgets": { "Package": "htmlwidgets", @@ -448,7 +450,7 @@ }, "httr": { "Package": "httr", - "Version": "1.4.6", + "Version": "1.4.7", "Source": "Repository", "Repository": "RSPM", "Requirements": [ @@ -459,7 +461,7 @@ "mime", "openssl" ], - "Hash": "7e5e3cbd2a7bc07880c94e22348fb661" + "Hash": "ac107251d9d9fd72f0ca8049988f1d7f" }, "isoband": { "Package": "isoband", @@ -524,7 +526,7 @@ "Package": "knitr", "Version": "1.43", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "evaluate", @@ -538,14 +540,14 @@ }, "labeling": { "Package": "labeling", - "Version": "0.4.2", + "Version": "0.4.3", "Source": "Repository", "Repository": "RSPM", "Requirements": [ "graphics", "stats" ], - "Hash": "3d5108641f47470611a32d0bdf357a72" + "Hash": "b64ec208ac5bc1852b285f665d6368b3" }, "later": { "Package": "later", @@ -560,9 +562,9 @@ }, "lattice": { "Package": "lattice", - "Version": "0.21-8", + "Version": "0.20-45", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "grDevices", @@ -571,7 +573,7 @@ "stats", "utils" ], - "Hash": "0b8a6d63c8770f02a8b5635f3c431e6b" + "Hash": "b64cdbb2b340437c4ee047a1f4c4377b" }, "lazyeval": { "Package": "lazyeval", @@ -587,7 +589,7 @@ "Package": "lifecycle", "Version": "1.0.3", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "cli", @@ -598,7 +600,7 @@ }, "lubridate": { "Package": "lubridate", - "Version": "1.9.2", + "Version": "1.9.3", "Source": "Repository", "Repository": "RSPM", "Requirements": [ @@ -607,13 +609,13 @@ "methods", "timechange" ], - "Hash": "e25f18436e3efd42c7c590a1c4c15390" + "Hash": "680ad542fbcf801442c83a6ac5a2126c" }, "magrittr": { "Package": "magrittr", "Version": "2.0.3", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R" ], @@ -632,9 +634,9 @@ }, "mgcv": { "Package": "mgcv", - "Version": "1.9-0", + "Version": "1.8-42", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "Matrix", "R", @@ -645,7 +647,7 @@ "stats", "utils" ], - "Hash": "086028ca0460d0c368028d3bda58f31b" + "Hash": "3460beba7ccc8946249ba35327ba902a" }, "mime": { "Package": "mime", @@ -684,13 +686,13 @@ }, "openssl": { "Package": "openssl", - "Version": "2.1.0", + "Version": "2.1.1", "Source": "Repository", "Repository": "RSPM", "Requirements": [ "askpass" ], - "Hash": "273a6bb4a9844c296a459d2176673270" + "Hash": "2a0dc8c6adfb6f032e4d4af82d258ab5" }, "palmerpenguins": { "Package": "palmerpenguins", @@ -731,7 +733,7 @@ }, "plotly": { "Package": "plotly", - "Version": "4.10.2", + "Version": "4.10.3", "Source": "Repository", "Repository": "RSPM", "Requirements": [ @@ -759,7 +761,7 @@ "vctrs", "viridisLite" ], - "Hash": "6c00a09ba7d34917d9a3e28b15dd74e3" + "Hash": "56914cc61df53f2d0283d5498680867e" }, "processx": { "Package": "processx", @@ -776,18 +778,19 @@ }, "promises": { "Package": "promises", - "Version": "1.2.0.1", + "Version": "1.2.1", "Source": "Repository", "Repository": "RSPM", "Requirements": [ "R6", "Rcpp", + "fastmap", "later", "magrittr", "rlang", "stats" ], - "Hash": "4ab2c43adb4d4699cf3690acd378d75d" + "Hash": "0d8a15c9d000970ada1ab21405387dee" }, "ps": { "Package": "ps", @@ -802,9 +805,9 @@ }, "purrr": { "Package": "purrr", - "Version": "1.0.1", + "Version": "1.0.2", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "cli", @@ -813,7 +816,7 @@ "rlang", "vctrs" ], - "Hash": "d71c815267c640f17ddbf7f16144b4bb" + "Hash": "1cba04a4e9414bdefc9dcaa99649a8dc" }, "rappdirs": { "Package": "rappdirs", @@ -827,24 +830,19 @@ }, "renv": { "Package": "renv", - "Version": "1.0.0.9000", - "Source": "GitHub", - "RemoteType": "github", - "RemoteHost": "api.github.com", - "RemoteUsername": "rstudio", - "RemoteRepo": "renv", - "RemoteRef": "main", - "RemoteSha": "5fb52fefb8d919f2f3d88623b341c020330ed116", + "Version": "1.0.3", + "Source": "Repository", + "Repository": "CRAN", "Requirements": [ "utils" ], - "Hash": "1be015159fc67216d11c169ae65ece46" + "Hash": "41b847654f567341725473431dd0d5ab" }, "rlang": { "Package": "rlang", "Version": "1.1.1", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "utils" @@ -853,7 +851,7 @@ }, "rmarkdown": { "Package": "rmarkdown", - "Version": "2.23", + "Version": "2.24", "Source": "Repository", "Repository": "RSPM", "Requirements": [ @@ -873,7 +871,7 @@ "xfun", "yaml" ], - "Hash": "79f14e53725f28900d936f692bfdd69f" + "Hash": "3854c37590717c08c32ec8542a2e0a35" }, "rstudioapi": { "Package": "rstudioapi", @@ -949,7 +947,7 @@ }, "shiny": { "Package": "shiny", - "Version": "1.7.4.1", + "Version": "1.7.5", "Source": "Repository", "Repository": "RSPM", "Requirements": [ @@ -979,7 +977,7 @@ "withr", "xtable" ], - "Hash": "f7f201522eedbc95f10ef323b100ff29" + "Hash": "438b99792adbe82a8329ad8697d45afe" }, "sourcetools": { "Package": "sourcetools", @@ -995,7 +993,7 @@ "Package": "stringi", "Version": "1.7.12", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "stats", @@ -1008,7 +1006,7 @@ "Package": "stringr", "Version": "1.5.0", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "cli", @@ -1023,7 +1021,7 @@ }, "svglite": { "Package": "svglite", - "Version": "2.1.1", + "Version": "2.1.2", "Source": "Repository", "Repository": "RSPM", "Requirements": [ @@ -1031,7 +1029,7 @@ "cpp11", "systemfonts" ], - "Hash": "29442899581643411facb66f4add846a" + "Hash": "be5318f6b48c136ecd6b8b5de24cc0ae" }, "sys": { "Package": "sys", @@ -1042,14 +1040,14 @@ }, "systemfonts": { "Package": "systemfonts", - "Version": "1.0.4", + "Version": "1.0.5", "Source": "Repository", "Repository": "RSPM", "Requirements": [ "R", "cpp11" ], - "Hash": "90b28393209827327de889f49935140a" + "Hash": "15b594369e70b975ba9f064295983499" }, "tibble": { "Package": "tibble", @@ -1122,13 +1120,13 @@ }, "tinytex": { "Package": "tinytex", - "Version": "0.45", + "Version": "0.46", "Source": "Repository", "Repository": "RSPM", "Requirements": [ "xfun" ], - "Hash": "e4e357f28c2edff493936b6cb30c3d65" + "Hash": "0c41a73214d982f539c56a7773c7afa5" }, "utf8": { "Package": "utf8", @@ -1144,7 +1142,7 @@ "Package": "vctrs", "Version": "0.6.3", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "cli", @@ -1192,14 +1190,14 @@ }, "xfun": { "Package": "xfun", - "Version": "0.39", + "Version": "0.40", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "stats", "tools" ], - "Hash": "8f56e9acb54fb525e66464d57ab58bcb" + "Hash": "be07d23211245fc7d4209f54c4e4ffc8" }, "xml2": { "Package": "xml2", @@ -1228,7 +1226,7 @@ "Package": "yaml", "Version": "2.3.7", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Hash": "0d0056cc5383fbc240ccd0cb584bf436" } } diff --git a/rmd-penguins/renv/activate.R b/rmd-penguins/renv/activate.R index b50db26..cb5401f 100644 --- a/rmd-penguins/renv/activate.R +++ b/rmd-penguins/renv/activate.R @@ -2,8 +2,8 @@ local({ # the requested version of renv - version <- "1.0.0.9000" - attr(version, "sha") <- "5fb52fefb8d919f2f3d88623b341c020330ed116" + version <- "1.0.3" + attr(version, "sha") <- NULL # the project directory project <- getwd() @@ -782,10 +782,12 @@ local({ renv_bootstrap_validate_version <- function(version, description = NULL) { # resolve description file - description <- description %||% { - path <- getNamespaceInfo("renv", "path") - packageDescription("renv", lib.loc = dirname(path)) - } + # + # avoid passing lib.loc to `packageDescription()` below, since R will + # use the loaded version of the package by default anyhow. note that + # this function should only be called after 'renv' is loaded + # https://github.com/rstudio/renv/issues/1625 + description <- description %||% packageDescription("renv") # check whether requested version 'version' matches loaded version of renv sha <- attr(version, "sha", exact = TRUE) @@ -1032,19 +1034,6 @@ local({ } - - renv_bootstrap_in_rstudio <- function() { - commandArgs()[[1]] == "RStudio" - } - - # Used to work around buglet in RStudio if hook uses readline - renv_bootstrap_flush_console <- function() { - tryCatch({ - tools <- as.environment("tools:rstudio") - tools$.rs.api.sendToConsole("", echo = FALSE, focus = FALSE) - }, error = function(cnd) {}) - } - renv_json_read <- function(file = NULL, text = NULL) { jlerr <- NULL @@ -1183,16 +1172,8 @@ local({ # construct full libpath libpath <- file.path(root, prefix) - if (renv_bootstrap_in_rstudio()) { - # RStudio only updates console once .Rprofile is finished, so - # instead run code on sessionInit - setHook("rstudio.sessionInit", function(...) { - renv_bootstrap_exec(project, libpath, version) - renv_bootstrap_flush_console() - }) - } else { - renv_bootstrap_exec(project, libpath, version) - } + # run bootstrap code + renv_bootstrap_exec(project, libpath, version) invisible() diff --git a/rmd-penguins/report/manifest.json b/rmd-penguins/report/manifest.json index 4fcc1b0..2e87dd2 100644 --- a/rmd-penguins/report/manifest.json +++ b/rmd-penguins/report/manifest.json @@ -16,14 +16,14 @@ "description": { "Package": "MASS", "Priority": "recommended", - "Version": "7.3-60", - "Date": "2023-05-02", - "Revision": "$Rev: 3621 $", - "Depends": "R (>= 4.0), grDevices, graphics, stats, utils", + "Version": "7.3-58.2", + "Date": "2023-01-21", + "Revision": "$Rev: 3606 $", + "Depends": "R (>= 3.3.0), grDevices, graphics, stats, utils", "Imports": "methods", "Suggests": "lattice, nlme, nnet, survival", - "Authors@R": "c(person(\"Brian\", \"Ripley\", role = c(\"aut\", \"cre\", \"cph\"),\nemail = \"ripley@stats.ox.ac.uk\"),\nperson(\"Bill\", \"Venables\", role = \"ctb\"),\nperson(c(\"Douglas\", \"M.\"), \"Bates\", role = \"ctb\"),\nperson(\"Kurt\", \"Hornik\", role = \"trl\",\ncomment = \"partial port ca 1998\"),\nperson(\"Albrecht\", \"Gebhardt\", role = \"trl\",\ncomment = \"partial port ca 1998\"),\nperson(\"David\", \"Firth\", role = \"ctb\"))", - "Description": "Functions and datasets to support Venables and Ripley,\n\"Modern Applied Statistics with S\" (4th edition, 2002).", + "Authors@R": "c(person(\"Brian\", \"Ripley\", role = c(\"aut\", \"cre\", \"cph\"),\n email = \"ripley@stats.ox.ac.uk\"),\n\t person(\"Bill\", \"Venables\", role = \"ctb\"),\n\t person(c(\"Douglas\", \"M.\"), \"Bates\", role = \"ctb\"),\n\t person(\"Kurt\", \"Hornik\", role = \"trl\",\n comment = \"partial port ca 1998\"),\n\t person(\"Albrecht\", \"Gebhardt\", role = \"trl\",\n comment = \"partial port ca 1998\"),\n\t person(\"David\", \"Firth\", role = \"ctb\"))", + "Description": "Functions and datasets to support Venables and Ripley,\n \"Modern Applied Statistics with S\" (4th edition, 2002).", "Title": "Support Functions and Datasets for Venables and Ripley's MASS", "LazyData": "yes", "ByteCompile": "yes", @@ -31,13 +31,12 @@ "URL": "http://www.stats.ox.ac.uk/pub/MASS4/", "Contact": "", "NeedsCompilation": "yes", - "Packaged": "2023-05-02 16:42:41 UTC; ripley", - "Author": "Brian Ripley [aut, cre, cph],\nBill Venables [ctb],\nDouglas M. Bates [ctb],\nKurt Hornik [trl] (partial port ca 1998),\nAlbrecht Gebhardt [trl] (partial port ca 1998),\nDavid Firth [ctb]", + "Packaged": "2023-01-21 13:59:47 UTC; ripley", + "Author": "Brian Ripley [aut, cre, cph],\n Bill Venables [ctb],\n Douglas M. Bates [ctb],\n Kurt Hornik [trl] (partial port ca 1998),\n Albrecht Gebhardt [trl] (partial port ca 1998),\n David Firth [ctb]", "Maintainer": "Brian Ripley ", - "Repository": "RSPM", - "Date/Publication": "2023-05-04 07:32:21 UTC", - "Encoding": "UTF-8", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-05-05 11:19:24 UTC; unix" + "Repository": "CRAN", + "Date/Publication": "2023-01-23 05:49:12 UTC", + "Built": "R 4.2.3; aarch64-apple-darwin20; 2023-03-17 21:13:14 UTC; unix" } }, "Matrix": { @@ -45,31 +44,32 @@ "Repository": "https://p3m.dev/cran/latest", "description": { "Package": "Matrix", - "Version": "1.6-0", - "Date": "2023-06-30", + "Version": "1.5-3", + "Date": "2022-11-09", "Priority": "recommended", "Title": "Sparse and Dense Matrix Classes and Methods", - "Description": "A rich hierarchy of sparse and dense matrix classes,\nincluding general, triangular, symmetric, and diagonal matrices\nwith numeric, logical, or pattern entries. Efficient methods for\noperating on such matrices, often wrapping the 'BLAS', 'LAPACK',\nand 'SuiteSparse' libraries.", - "License": "GPL (>= 2) | file LICENCE", - "URL": "https://Matrix.R-forge.R-project.org", - "BugReports": "https://R-forge.R-project.org/tracker/?atid=294&group_id=61", "Contact": "Matrix-authors@R-project.org", - "Authors@R": "c(person(\"Douglas\", \"Bates\", role = \"aut\",\ncomment = c(ORCID = \"0000-0001-8316-9503\")),\nperson(\"Martin\", \"Maechler\", role = c(\"aut\", \"cre\"),\nemail = \"mmaechler+Matrix@gmail.com\",\ncomment = c(ORCID = \"0000-0002-8685-9910\")),\nperson(\"Mikael\", \"Jagan\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-3542-2938\")),\nperson(\"Timothy A.\", \"Davis\", role = \"ctb\",\ncomment = c(ORCID = \"0000-0001-7614-6899\",\n\"SuiteSparse libraries, notably CHOLMOD and AMD\",\n\"collaborators listed in dir(pattern=\\\"^[A-Z]+[.]txt$\\\", full.names=TRUE, system.file(\\\"doc\\\", \\\"SuiteSparse\\\", package=\\\"Matrix\\\"))\")),\nperson(\"Jens\", \"Oehlschlägel\", role = \"ctb\",\ncomment = \"initial nearPD()\"),\nperson(\"Jason\", \"Riedy\", role = \"ctb\",\ncomment = c(ORCID = \"0000-0002-4345-4200\",\n\"GNU Octave's condest() and onenormest()\",\n\"Copyright: Regents of the University of California\")),\nperson(\"R Core Team\", role = \"ctb\",\ncomment = \"base R's matrix implementation\"))", + "Maintainer": "Martin Maechler ", + "Authors@R": "c(person(\"Douglas\", \"Bates\", role = \"aut\")\n , person(\"Martin\", \"Maechler\", role = c(\"aut\", \"cre\"),\n email = \"mmaechler+Matrix@gmail.com\",\n comment = c(ORCID = \"0000-0002-8685-9910\"))\n , person(\"Mikael\", \"Jagan\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-3542-2938\"))\n , person(\"Timothy A.\", \"Davis\", role = \"ctb\",\n comment = c(\"SuiteSparse and 'cs' C libraries, notably CHOLMOD and AMD\",\n\t \"collaborators listed in dir(pattern=\\\"^[A-Z]+[.]txt$\\\", full.names=TRUE, system.file(\\\"doc\\\", \\\"SuiteSparse\\\", package=\\\"Matrix\\\"))\"))\n , person(\"Jens\", \"Oehlschlägel\", role = \"ctb\",\n comment = \"initial nearPD()\")\n , person(\"Jason\", \"Riedy\", role = \"ctb\",\n comment = c(\"condest() and onenormest() for octave\",\n \t \t \"Copyright: Regents of the University of California\"))\n , person(\"R Core Team\", role = \"ctb\",\n comment = \"base R matrix implementation\")\n )", + "Description": "A rich hierarchy of matrix classes, including triangular,\n symmetric, and diagonal matrices, both dense and sparse and with\n pattern, logical and numeric entries. Numerous methods for and\n operations on these matrices, using 'LAPACK' and 'SuiteSparse' libraries.", "Depends": "R (>= 3.5.0), methods", - "Imports": "grDevices, graphics, grid, lattice, stats, utils", - "Suggests": "MASS, datasets, sfsmisc", - "Enhances": "SparseM, graph", + "Imports": "graphics, grid, lattice, stats, utils", + "Suggests": "expm, MASS", + "Enhances": "MatrixModels, graph, SparseM, sfsmisc, igraph, maptools, sp,\nspdep", + "EnhancesNote": "line 2: for \"Rd xrefs\"", + "Encoding": "UTF-8", "LazyData": "no", - "LazyDataNote": "not possible, since we use data/*.R and our S4 classes", + "LazyDataNote": "not possible, since we use data/*.R *and* our classes", "BuildResaveData": "no", - "Encoding": "UTF-8", + "License": "GPL (>= 2) | file LICENCE", + "URL": "https://Matrix.R-forge.R-project.org/,\nhttps://Matrix.R-forge.R-project.org/doxygen/", + "BugReports": "https://R-forge.R-project.org/tracker/?atid=294&group_id=61", "NeedsCompilation": "yes", - "Packaged": "2023-07-03 13:28:32 UTC; maechler", - "Author": "Douglas Bates [aut] (),\nMartin Maechler [aut, cre] (),\nMikael Jagan [aut] (),\nTimothy A. Davis [ctb] (,\nSuiteSparse libraries, notably CHOLMOD and AMD, collaborators\nlisted in dir(pattern=\"^[A-Z]+[.]txt$\", full.names=TRUE,\nsystem.file(\"doc\", \"SuiteSparse\", package=\"Matrix\"))),\nJens Oehlschlägel [ctb] (initial nearPD()),\nJason Riedy [ctb] (, GNU\nOctave's condest() and onenormest(), Copyright: Regents of the\nUniversity of California),\nR Core Team [ctb] (base R's matrix implementation)", - "Maintainer": "Martin Maechler ", - "Repository": "RSPM", - "Date/Publication": "2023-07-08 11:00:09 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-07-10 12:05:46 UTC; unix" + "Packaged": "2022-11-10 14:57:57 UTC; maechler", + "Author": "Douglas Bates [aut],\n Martin Maechler [aut, cre] (),\n Mikael Jagan [aut] (),\n Timothy A. Davis [ctb] (SuiteSparse and 'cs' C libraries, notably\n CHOLMOD and AMD, collaborators listed in\n dir(pattern=\"^[A-Z]+[.]txt$\", full.names=TRUE, system.file(\"doc\",\n \"SuiteSparse\", package=\"Matrix\"))),\n Jens Oehlschlägel [ctb] (initial nearPD()),\n Jason Riedy [ctb] (condest() and onenormest() for octave, Copyright:\n Regents of the University of California),\n R Core Team [ctb] (base R matrix implementation)", + "Repository": "CRAN", + "Date/Publication": "2022-11-11 08:30:10 UTC", + "Built": "R 4.2.3; aarch64-apple-darwin20; 2023-03-17 21:13:19 UTC; unix" } }, "R6": { @@ -80,7 +80,7 @@ "Title": "Encapsulated Classes with Reference Semantics", "Version": "2.5.1", "Authors@R": "person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@stdout.org\")", - "Description": "Creates classes with reference semantics, similar to R's built-in\nreference classes. Compared to reference classes, R6 classes are simpler\nand lighter-weight, and they are not built on S4 classes so they do not\nrequire the methods package. These classes allow public and private\nmembers, and they support inheritance, even when the classes are defined in\ndifferent packages.", + "Description": "Creates classes with reference semantics, similar to R's built-in\n reference classes. Compared to reference classes, R6 classes are simpler\n and lighter-weight, and they are not built on S4 classes so they do not\n require the methods package. These classes allow public and private\n members, and they support inheritance, even when the classes are defined in\n different packages.", "Depends": "R (>= 3.0)", "Suggests": "testthat, pryr", "License": "MIT + file LICENSE", @@ -94,7 +94,7 @@ "Repository": "RSPM", "Date/Publication": "2021-08-19 14:00:05 UTC", "Encoding": "UTF-8", - "Built": "R 4.2.0; ; 2022-05-06 22:43:37 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:07:25 UTC; unix" } }, "RColorBrewer": { @@ -105,18 +105,18 @@ "Version": "1.1-3", "Date": "2022-04-03", "Title": "ColorBrewer Palettes", - "Authors@R": "c(person(given = \"Erich\", family = \"Neuwirth\", role = c(\"aut\",\n\"cre\"), email = \"erich.neuwirth@univie.ac.at\"))", + "Authors@R": "c(person(given = \"Erich\", family = \"Neuwirth\", role = c(\"aut\",\n \"cre\"), email = \"erich.neuwirth@univie.ac.at\"))", "Author": "Erich Neuwirth [aut, cre]", "Maintainer": "Erich Neuwirth ", "Depends": "R (>= 2.0.0)", - "Description": "Provides color schemes for maps (and other graphics)\ndesigned by Cynthia Brewer as described at http://colorbrewer2.org.", + "Description": "Provides color schemes for maps (and other graphics)\n designed by Cynthia Brewer as described at http://colorbrewer2.org.", "License": "Apache License 2.0", "Packaged": "2022-04-03 10:26:20 UTC; neuwirth", "NeedsCompilation": "no", "Repository": "RSPM", "Date/Publication": "2022-04-03 19:20:13 UTC", "Encoding": "UTF-8", - "Built": "R 4.2.0; ; 2022-05-06 22:59:17 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:07:26 UTC; unix" } }, "Rcpp": { @@ -127,9 +127,9 @@ "Title": "Seamless R and C++ Integration", "Version": "1.0.11", "Date": "2023-07-03", - "Author": "Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,\nNathan Russell, Inaki Ucar, Douglas Bates and John Chambers", + "Author": "Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,\n Nathan Russell, Inaki Ucar, Douglas Bates and John Chambers", "Maintainer": "Dirk Eddelbuettel ", - "Description": "The 'Rcpp' package provides R functions as well as C++ classes which\noffer a seamless integration of R and C++. Many R data types and objects can be\nmapped back and forth to C++ equivalents which facilitates both writing of new\ncode as well as easier integration of third-party libraries. Documentation\nabout 'Rcpp' is provided by several vignettes included in this package, via the\n'Rcpp Gallery' site at , the paper by Eddelbuettel and\nFrancois (2011, ), the book by Eddelbuettel (2013,\n) and the paper by Eddelbuettel and Balamuta (2018,\n); see 'citation(\"Rcpp\")' for details.", + "Description": "The 'Rcpp' package provides R functions as well as C++ classes which\n offer a seamless integration of R and C++. Many R data types and objects can be\n mapped back and forth to C++ equivalents which facilitates both writing of new\n code as well as easier integration of third-party libraries. Documentation\n about 'Rcpp' is provided by several vignettes included in this package, via the\n 'Rcpp Gallery' site at , the paper by Eddelbuettel and\n Francois (2011, ), the book by Eddelbuettel (2013,\n ) and the paper by Eddelbuettel and Balamuta (2018,\n ); see 'citation(\"Rcpp\")' for details.", "Imports": "methods, utils", "Suggests": "tinytest, inline, rbenchmark, pkgKitten (>= 0.1.2)", "URL": "https://www.rcpp.org,\nhttps://dirk.eddelbuettel.com/code/rcpp.html,\nhttps://github.com/RcppCore/Rcpp", @@ -142,7 +142,7 @@ "Packaged": "2023-07-03 15:56:55 UTC; edd", "Repository": "RSPM", "Date/Publication": "2023-07-06 07:33:14 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-07-10 02:17:51 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:11:17 UTC; unix" } }, "askpass": { @@ -151,26 +151,25 @@ "description": { "Package": "askpass", "Type": "Package", - "Title": "Safe Password Entry for R, Git, and SSH", - "Version": "1.1", - "Authors@R": "person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"),\nemail = \"jeroen@berkeley.edu\", comment = c(ORCID = \"0000-0002-4035-0289\"))", - "Description": "Cross-platform utilities for prompting the user for credentials or a\npassphrase, for example to authenticate with a server or read a protected key.\nIncludes native programs for MacOS and Windows, hence no 'tcltk' is required.\nPassword entry can be invoked in two different ways: directly from R via the\naskpass() function, or indirectly as password-entry back-end for 'ssh-agent'\nor 'git-credential' via the SSH_ASKPASS and GIT_ASKPASS environment variables.\nThereby the user can be prompted for credentials or a passphrase if needed\nwhen R calls out to git or ssh.", + "Title": "Password Entry Utilities for R, Git, and SSH", + "Version": "1.2.0", + "Authors@R": "person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), \n email = \"jeroen@berkeley.edu\", comment = c(ORCID = \"0000-0002-4035-0289\"))", + "Description": "Cross-platform utilities for prompting the user for credentials or a \n passphrase, for example to authenticate with a server or read a protected key.\n Includes native programs for MacOS and Windows, hence no 'tcltk' is required. \n Password entry can be invoked in two different ways: directly from R via the \n askpass() function, or indirectly as password-entry back-end for 'ssh-agent' \n or 'git-credential' via the SSH_ASKPASS and GIT_ASKPASS environment variables.\n Thereby the user can be prompted for credentials or a passphrase if needed \n when R calls out to git or ssh.", "License": "MIT + file LICENSE", - "URL": "https://github.com/jeroen/askpass#readme", - "BugReports": "https://github.com/jeroen/askpass/issues", + "URL": "https://github.com/r-lib/askpass", + "BugReports": "https://github.com/r-lib/askpass/issues", "Encoding": "UTF-8", - "LazyData": "true", "Imports": "sys (>= 2.1)", - "RoxygenNote": "6.1.1", + "RoxygenNote": "7.2.3", "Suggests": "testthat", "Language": "en-US", "NeedsCompilation": "yes", - "Packaged": "2019-01-13 12:08:17 UTC; jeroen", + "Packaged": "2023-09-03 19:16:12 UTC; jeroen", "Author": "Jeroen Ooms [aut, cre] ()", "Maintainer": "Jeroen Ooms ", "Repository": "RSPM", - "Date/Publication": "2019-01-13 12:50:03 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2022-05-06 22:46:09 UTC; unix" + "Date/Publication": "2023-09-03 20:00:02 UTC", + "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-09-04 17:37:46 UTC; unix" } }, "base64enc": { @@ -192,7 +191,7 @@ "Repository": "RSPM", "Date/Publication": "2015-07-28 08:03:37", "Encoding": "UTF-8", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2022-05-06 22:44:21 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:07:56 UTC; unix" } }, "bslib": { @@ -201,9 +200,9 @@ "description": { "Package": "bslib", "Title": "Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'", - "Version": "0.5.0", - "Authors@R": "c(\nperson(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\nperson(\"Garrick\", \"Aden-Buie\", role = \"aut\", email = \"garrick@posit.co\", comment = c(ORCID = \"0000-0002-7111-0077\")),\nperson(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\nperson(family = \"Bootstrap contributors\", role = \"ctb\",\ncomment = \"Bootstrap library\"),\nperson(family = \"Twitter, Inc\", role = \"cph\",\ncomment = \"Bootstrap library\"),\nperson(\"Javi\", \"Aguilar\", role = c(\"ctb\", \"cph\"),\ncomment = \"Bootstrap colorpicker library\"),\nperson(\"Thomas\", \"Park\", role = c(\"ctb\", \"cph\"),\ncomment = \"Bootswatch library\"),\nperson(family = \"PayPal\", role = c(\"ctb\", \"cph\"),\ncomment = \"Bootstrap accessibility plugin\")\n)", - "Description": "Simplifies custom 'CSS' styling of both 'shiny' and\n'rmarkdown' via 'Bootstrap' 'Sass'. Supports 'Bootstrap' 3, 4 and 5 as\nwell as their various 'Bootswatch' themes. An interactive widget is\nalso provided for previewing themes in real time.", + "Version": "0.5.1", + "Authors@R": "c(\n person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@posit.co\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@posit.co\"),\n person(\"Garrick\", \"Aden-Buie\", role = \"aut\", email = \"garrick@posit.co\", comment = c(ORCID = \"0000-0002-7111-0077\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(family = \"Bootstrap contributors\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(family = \"Twitter, Inc\", role = \"cph\",\n comment = \"Bootstrap library\"),\n person(\"Javi\", \"Aguilar\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootstrap colorpicker library\"),\n person(\"Thomas\", \"Park\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootswatch library\"),\n person(family = \"PayPal\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootstrap accessibility plugin\")\n )", + "Description": "Simplifies custom 'CSS' styling of both 'shiny' and\n 'rmarkdown' via 'Bootstrap' 'Sass'. Supports 'Bootstrap' 3, 4 and 5 as\n well as their various 'Bootswatch' themes. An interactive widget is\n also provided for previewing themes in real time.", "License": "MIT + file LICENSE", "URL": "https://rstudio.github.io/bslib/, https://github.com/rstudio/bslib", "BugReports": "https://github.com/rstudio/bslib/issues", @@ -212,18 +211,18 @@ "Suggests": "bsicons, curl, fontawesome, ggplot2, knitr, magrittr,\nrappdirs, rmarkdown (>= 2.7), shiny (>= 1.6.0), testthat,\nthematic, withr", "Encoding": "UTF-8", "RoxygenNote": "7.2.3", - "Collate": "'accordion.R' 'bootswatch.R' 'breakpoints.R'\n'bs-current-theme.R' 'bs-dependencies.R' 'bs-global.R'\n'bs-remove.R' 'bs-theme-layers.R' 'utils.R'\n'bs-theme-preview.R' 'bs-theme-update.R' 'bs-theme.R' 'card.R'\n'deprecated.R' 'files.R' 'fill.R' 'imports.R' 'layout.R'\n'nav-items.R' 'nav-update.R' 'navs-legacy.R' 'navs.R'\n'onLoad.R' 'page.R' 'precompiled.R' 'print.R' 'shiny-devmode.R'\n'sidebar.R' 'staticimports.R' 'utils-shiny.R' 'utils-tags.R'\n'value-box.R' 'version-default.R' 'versions.R'", + "Collate": "'accordion.R' 'breakpoints.R' 'bs-current-theme.R'\n'bs-dependencies.R' 'bs-global.R' 'bs-remove.R'\n'bs-theme-layers.R' 'bs-theme-preset-bootswatch.R'\n'bs-theme-preset-builtin.R' 'bs-theme-preset.R' 'utils.R'\n'bs-theme-preview.R' 'bs-theme-update.R' 'bs-theme.R'\n'bslib-package.R' 'card.R' 'deprecated.R' 'files.R' 'fill.R'\n'imports.R' 'input-switch.R' 'layout.R' 'nav-items.R'\n'nav-update.R' 'navs-legacy.R' 'navs.R' 'onLoad.R' 'page.R'\n'popover.R' 'precompiled.R' 'print.R' 'shiny-devmode.R'\n'sidebar.R' 'staticimports.R' 'tooltip.R' 'utils-deps.R'\n'utils-shiny.R' 'utils-tags.R' 'value-box.R'\n'version-default.R' 'versions.R'", "Config/testthat/edition": "3", "Config/Needs/routine": "chromote, desc, renv", "Config/Needs/website": "brio, crosstalk, dplyr, DT, ggplot2, glue,\nhtmlwidgets, leaflet, lorem, palmerpenguins, plotly, purrr,\nrprojroot, rstudio/htmltools, scales, stringr, tidyr, webshot2", "Config/Needs/deploy": "BH, cpp11, dplyr, DT, ggplot2, ggridges, gt,\nhexbin, histoslider, lattice, leaflet, lubridate, modelr,\nnycflights13, plotly, reactable, reshape2, rprojroot,\nrsconnect, scales", "NeedsCompilation": "no", - "Packaged": "2023-06-09 12:27:20 UTC; cpsievert", - "Author": "Carson Sievert [aut, cre] (),\nJoe Cheng [aut],\nGarrick Aden-Buie [aut] (),\nPosit Software, PBC [cph, fnd],\nBootstrap contributors [ctb] (Bootstrap library),\nTwitter, Inc [cph] (Bootstrap library),\nJavi Aguilar [ctb, cph] (Bootstrap colorpicker library),\nThomas Park [ctb, cph] (Bootswatch library),\nPayPal [ctb, cph] (Bootstrap accessibility plugin)", - "Maintainer": "Carson Sievert ", + "Packaged": "2023-08-11 15:31:21 UTC; cpsievert", + "Author": "Carson Sievert [aut, cre] (),\n Joe Cheng [aut],\n Garrick Aden-Buie [aut] (),\n Posit Software, PBC [cph, fnd],\n Bootstrap contributors [ctb] (Bootstrap library),\n Twitter, Inc [cph] (Bootstrap library),\n Javi Aguilar [ctb, cph] (Bootstrap colorpicker library),\n Thomas Park [ctb, cph] (Bootswatch library),\n PayPal [ctb, cph] (Bootstrap accessibility plugin)", + "Maintainer": "Carson Sievert ", "Repository": "RSPM", - "Date/Publication": "2023-06-09 13:10:02 UTC", - "Built": "R 4.2.0; ; 2023-06-09 16:27:21 UTC; unix" + "Date/Publication": "2023-08-11 16:53:52 UTC", + "Built": "R 4.2.3; ; 2023-09-06 18:29:19 UTC; unix" } }, "cachem": { @@ -233,8 +232,8 @@ "Package": "cachem", "Version": "1.0.8", "Title": "Cache R Objects with Automatic Pruning", - "Description": "Key-value stores with automatic pruning. Caches can limit\neither their total size or the age of the oldest object (or both),\nautomatically pruning objects to maintain the constraints.", - "Authors@R": "c(\nperson(\"Winston\", \"Chang\", , \"winston@rstudio.com\", c(\"aut\", \"cre\")),\nperson(family = \"RStudio\", role = c(\"cph\", \"fnd\")))", + "Description": "Key-value stores with automatic pruning. Caches can limit\n either their total size or the age of the oldest object (or both),\n automatically pruning objects to maintain the constraints.", + "Authors@R": "c(\n person(\"Winston\", \"Chang\", , \"winston@rstudio.com\", c(\"aut\", \"cre\")),\n person(family = \"RStudio\", role = c(\"cph\", \"fnd\")))", "License": "MIT + file LICENSE", "Encoding": "UTF-8", "ByteCompile": "true", @@ -246,11 +245,11 @@ "Config/Needs/website": "pkgdown", "NeedsCompilation": "yes", "Packaged": "2023-05-01 15:38:38 UTC; winston", - "Author": "Winston Chang [aut, cre],\nRStudio [cph, fnd]", + "Author": "Winston Chang [aut, cre],\n RStudio [cph, fnd]", "Maintainer": "Winston Chang ", "Repository": "RSPM", "Date/Publication": "2023-05-01 16:40:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-05-02 12:04:55 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:08:05 UTC; unix" } }, "callr": { @@ -260,8 +259,8 @@ "Package": "callr", "Title": "Call R from R", "Version": "3.7.3", - "Authors@R": "c(\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0000-0001-7098-9676\")),\nperson(\"Winston\", \"Chang\", role = \"aut\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\")),\nperson(\"Mango Solutions\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "It is sometimes useful to perform a computation in a separate\nR process, without affecting the current R process at all. This\npackages does exactly that.", + "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"),\n comment = c(ORCID = \"0000-0001-7098-9676\")),\n person(\"Winston\", \"Chang\", role = \"aut\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\")),\n person(\"Mango Solutions\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "It is sometimes useful to perform a computation in a separate\n R process, without affecting the current R process at all. This\n packages does exactly that.", "License": "MIT + file LICENSE", "URL": "https://callr.r-lib.org, https://github.com/r-lib/callr#readme", "BugReports": "https://github.com/r-lib/callr/issues", @@ -275,11 +274,11 @@ "Config/Needs/website": "r-lib/asciicast, glue, htmlwidgets, igraph,\ntibble, tidyverse/tidytemplate", "NeedsCompilation": "no", "Packaged": "2022-11-02 15:17:20 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre, cph] (),\nWinston Chang [aut],\nRStudio [cph, fnd],\nMango Solutions [cph, fnd]", + "Author": "Gábor Csárdi [aut, cre, cph] (),\n Winston Chang [aut],\n RStudio [cph, fnd],\n Mango Solutions [cph, fnd]", "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", "Date/Publication": "2022-11-02 16:40:11 UTC", - "Built": "R 4.2.0; ; 2022-11-03 11:13:08 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:14:25 UTC; unix" } }, "cli": { @@ -289,8 +288,8 @@ "Package": "cli", "Title": "Helpers for Developing Command Line Interfaces", "Version": "3.6.1", - "Authors@R": "c(\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Hadley\", \"Wickham\", role = \"ctb\"),\nperson(\"Kirill\", \"Müller\", role = \"ctb\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "A suite of tools to build attractive command line interfaces\n('CLIs'), from semantic elements: headings, lists, alerts, paragraphs,\netc. Supports custom themes via a 'CSS'-like language. It also\ncontains a number of lower level 'CLI' elements: rules, boxes, trees,\nand 'Unicode' symbols with 'ASCII' alternatives. It support ANSI\ncolors and text styles as well.", + "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", role = \"ctb\"),\n person(\"Kirill\", \"Müller\", role = \"ctb\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "A suite of tools to build attractive command line interfaces\n ('CLIs'), from semantic elements: headings, lists, alerts, paragraphs,\n etc. Supports custom themes via a 'CSS'-like language. It also\n contains a number of lower level 'CLI' elements: rules, boxes, trees,\n and 'Unicode' symbols with 'ASCII' alternatives. It support ANSI\n colors and text styles as well.", "License": "MIT + file LICENSE", "URL": "https://cli.r-lib.org, https://github.com/r-lib/cli#readme", "BugReports": "https://github.com/r-lib/cli/issues", @@ -303,11 +302,12 @@ "RoxygenNote": "7.2.1.9000", "NeedsCompilation": "yes", "Packaged": "2023-03-22 13:59:32 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\nHadley Wickham [ctb],\nKirill Müller [ctb],\nRStudio [cph, fnd]", + "Author": "Gábor Csárdi [aut, cre],\n Hadley Wickham [ctb],\n Kirill Müller [ctb],\n RStudio [cph, fnd]", "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", + "Repository": "CRAN", "Date/Publication": "2023-03-23 12:52:05 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-03-24 14:42:45 UTC; unix" + "Built": "R 4.2.0; aarch64-apple-darwin20; 2023-04-01 09:31:39 UTC; unix", + "Archs": "cli.so.dSYM" } }, "colorspace": { @@ -318,8 +318,8 @@ "Version": "2.1-0", "Date": "2023-01-23", "Title": "A Toolbox for Manipulating and Assessing Colors and Palettes", - "Authors@R": "c(person(given = \"Ross\", family = \"Ihaka\", role = \"aut\", email = \"ihaka@stat.auckland.ac.nz\"),\nperson(given = \"Paul\", family = \"Murrell\", role = \"aut\", email = \"paul@stat.auckland.ac.nz\",\ncomment = c(ORCID = \"0000-0002-3224-8858\")),\nperson(given = \"Kurt\", family = \"Hornik\", role = \"aut\", email = \"Kurt.Hornik@R-project.org\",\ncomment = c(ORCID = \"0000-0003-4198-9911\")),\nperson(given = c(\"Jason\", \"C.\"), family = \"Fisher\", role = \"aut\", email = \"jfisher@usgs.gov\",\ncomment = c(ORCID = \"0000-0001-9032-8912\")),\nperson(given = \"Reto\", family = \"Stauffer\", role = \"aut\", email = \"Reto.Stauffer@uibk.ac.at\",\ncomment = c(ORCID = \"0000-0002-3798-5507\")),\nperson(given = c(\"Claus\", \"O.\"), family = \"Wilke\", role = \"aut\", email = \"wilke@austin.utexas.edu\",\ncomment = c(ORCID = \"0000-0002-7470-9261\")),\nperson(given = c(\"Claire\", \"D.\"), family = \"McWhite\", role = \"aut\", email = \"claire.mcwhite@utmail.utexas.edu\",\ncomment = c(ORCID = \"0000-0001-7346-3047\")),\nperson(given = \"Achim\", family = \"Zeileis\", role = c(\"aut\", \"cre\"), email = \"Achim.Zeileis@R-project.org\",\ncomment = c(ORCID = \"0000-0003-0918-3766\")))", - "Description": "Carries out mapping between assorted color spaces including RGB, HSV, HLS,\nCIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB, and polar CIELAB.\nQualitative, sequential, and diverging color palettes based on HCL colors\nare provided along with corresponding ggplot2 color scales.\nColor palette choice is aided by an interactive app (with either a Tcl/Tk\nor a shiny graphical user interface) and shiny apps with an HCL color picker and a\ncolor vision deficiency emulator. Plotting functions for displaying\nand assessing palettes include color swatches, visualizations of the\nHCL space, and trajectories in HCL and/or RGB spectrum. Color manipulation\nfunctions include: desaturation, lightening/darkening, mixing, and\nsimulation of color vision deficiencies (deutanomaly, protanomaly, tritanomaly).\nDetails can be found on the project web page at \nand in the accompanying scientific paper: Zeileis et al. (2020, Journal of Statistical\nSoftware, ).", + "Authors@R": "c(person(given = \"Ross\", family = \"Ihaka\", role = \"aut\", email = \"ihaka@stat.auckland.ac.nz\"),\n person(given = \"Paul\", family = \"Murrell\", role = \"aut\", email = \"paul@stat.auckland.ac.nz\",\n comment = c(ORCID = \"0000-0002-3224-8858\")),\n person(given = \"Kurt\", family = \"Hornik\", role = \"aut\", email = \"Kurt.Hornik@R-project.org\",\n\t\t comment = c(ORCID = \"0000-0003-4198-9911\")),\n person(given = c(\"Jason\", \"C.\"), family = \"Fisher\", role = \"aut\", email = \"jfisher@usgs.gov\",\n comment = c(ORCID = \"0000-0001-9032-8912\")),\n person(given = \"Reto\", family = \"Stauffer\", role = \"aut\", email = \"Reto.Stauffer@uibk.ac.at\",\n comment = c(ORCID = \"0000-0002-3798-5507\")),\n person(given = c(\"Claus\", \"O.\"), family = \"Wilke\", role = \"aut\", email = \"wilke@austin.utexas.edu\",\n comment = c(ORCID = \"0000-0002-7470-9261\")),\n person(given = c(\"Claire\", \"D.\"), family = \"McWhite\", role = \"aut\", email = \"claire.mcwhite@utmail.utexas.edu\",\n comment = c(ORCID = \"0000-0001-7346-3047\")),\n person(given = \"Achim\", family = \"Zeileis\", role = c(\"aut\", \"cre\"), email = \"Achim.Zeileis@R-project.org\",\n comment = c(ORCID = \"0000-0003-0918-3766\")))", + "Description": "Carries out mapping between assorted color spaces including RGB, HSV, HLS,\n CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB, and polar CIELAB.\n\t Qualitative, sequential, and diverging color palettes based on HCL colors\n\t are provided along with corresponding ggplot2 color scales.\n\t Color palette choice is aided by an interactive app (with either a Tcl/Tk\n\t or a shiny graphical user interface) and shiny apps with an HCL color picker and a\n\t color vision deficiency emulator. Plotting functions for displaying\n\t and assessing palettes include color swatches, visualizations of the\n\t HCL space, and trajectories in HCL and/or RGB spectrum. Color manipulation\n\t functions include: desaturation, lightening/darkening, mixing, and\n\t simulation of color vision deficiencies (deutanomaly, protanomaly, tritanomaly).\n\t Details can be found on the project web page at \n\t and in the accompanying scientific paper: Zeileis et al. (2020, Journal of Statistical\n\t Software, ).", "Depends": "R (>= 3.0.0), methods", "Imports": "graphics, grDevices, stats", "Suggests": "datasets, utils, KernSmooth, MASS, kernlab, mvtnorm, vcd,\ntcltk, shiny, shinyjs, ggplot2, dplyr, scales, grid, png, jpeg,\nknitr, rmarkdown, RColorBrewer, rcartocolor, scico, viridis,\nwesanderson", @@ -332,11 +332,11 @@ "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", "Packaged": "2023-01-23 08:50:11 UTC; zeileis", - "Author": "Ross Ihaka [aut],\nPaul Murrell [aut] (),\nKurt Hornik [aut] (),\nJason C. Fisher [aut] (),\nReto Stauffer [aut] (),\nClaus O. Wilke [aut] (),\nClaire D. McWhite [aut] (),\nAchim Zeileis [aut, cre] ()", + "Author": "Ross Ihaka [aut],\n Paul Murrell [aut] (),\n Kurt Hornik [aut] (),\n Jason C. Fisher [aut] (),\n Reto Stauffer [aut] (),\n Claus O. Wilke [aut] (),\n Claire D. McWhite [aut] (),\n Achim Zeileis [aut, cre] ()", "Maintainer": "Achim Zeileis ", "Repository": "RSPM", "Date/Publication": "2023-01-23 11:40:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-01-24 11:50:42 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:07:19 UTC; unix" } }, "commonmark": { @@ -347,10 +347,10 @@ "Type": "Package", "Title": "High Performance CommonMark and Github Markdown Rendering in R", "Version": "1.9.0", - "Authors@R": "c(\nperson(\"Jeroen\", \"Ooms\", ,\"jeroen@berkeley.edu\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-4035-0289\")),\nperson(\"John MacFarlane\", role = \"cph\", comment = \"Author of cmark\"))", + "Authors@R": "c(\n person(\"Jeroen\", \"Ooms\", ,\"jeroen@berkeley.edu\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"John MacFarlane\", role = \"cph\", comment = \"Author of cmark\"))", "URL": "https://docs.ropensci.org/commonmark/\nhttps://r-lib.r-universe.dev/commonmark\nhttps://github.github.com/gfm/ (spec)", "BugReports": "https://github.com/r-lib/commonmark/issues", - "Description": "The CommonMark specification defines a rationalized version of markdown\nsyntax. This package uses the 'cmark' reference implementation for converting\nmarkdown text into various formats including html, latex and groff man. In\naddition it exposes the markdown parse tree in xml format. Also includes opt-in\nsupport for GFM extensions including tables, autolinks, and strikethrough text.", + "Description": "The CommonMark specification defines a rationalized version of markdown\n syntax. This package uses the 'cmark' reference implementation for converting\n markdown text into various formats including html, latex and groff man. In\n addition it exposes the markdown parse tree in xml format. Also includes opt-in\n support for GFM extensions including tables, autolinks, and strikethrough text.", "License": "BSD_2_clause + file LICENSE", "Suggests": "curl, testthat, xml2", "RoxygenNote": "7.2.3", @@ -358,11 +358,11 @@ "Encoding": "UTF-8", "NeedsCompilation": "yes", "Packaged": "2023-03-17 18:02:44 UTC; jeroen", - "Author": "Jeroen Ooms [aut, cre] (),\nJohn MacFarlane [cph] (Author of cmark)", + "Author": "Jeroen Ooms [aut, cre] (),\n John MacFarlane [cph] (Author of cmark)", "Maintainer": "Jeroen Ooms ", "Repository": "RSPM", "Date/Publication": "2023-03-17 18:40:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-03-20 11:38:12 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:13:48 UTC; unix" } }, "cpp11": { @@ -371,27 +371,27 @@ "description": { "Package": "cpp11", "Title": "A C++11 Interface for R's C Interface", - "Version": "0.4.5", - "Authors@R": "c(\nperson(\"Davis\", \"Vaughan\", email = \"davis@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4777-038X\")),\nperson(\"Jim\",\"Hester\", role = \"aut\", comment = c(ORCID = \"0000-0002-2739-7082\")),\nperson(\"Romain\", \"François\", role = \"aut\", comment = c(ORCID = \"0000-0002-2444-4226\")),\nperson(\"Benjamin\", \"Kietzman\", role = \"ctb\"),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "Provides a header only, C++11 interface to R's C\ninterface. Compared to other approaches 'cpp11' strives to be safe\nagainst long jumps from the C API as well as C++ exceptions, conform\nto normal R function semantics and supports interaction with 'ALTREP'\nvectors.", + "Version": "0.4.6", + "Authors@R": "\n c(\n person(\"Davis\", \"Vaughan\", email = \"davis@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4777-038X\")),\n person(\"Jim\",\"Hester\", role = \"aut\", comment = c(ORCID = \"0000-0002-2739-7082\")),\n person(\"Romain\", \"François\", role = \"aut\", comment = c(ORCID = \"0000-0002-2444-4226\")),\n person(\"Benjamin\", \"Kietzman\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Provides a header only, C++11 interface to R's C\n interface. Compared to other approaches 'cpp11' strives to be safe\n against long jumps from the C API as well as C++ exceptions, conform\n to normal R function semantics and supports interaction with 'ALTREP'\n vectors.", "License": "MIT + file LICENSE", "URL": "https://cpp11.r-lib.org, https://github.com/r-lib/cpp11", "BugReports": "https://github.com/r-lib/cpp11/issues", + "Depends": "R (>= 3.5.0)", "Suggests": "bench, brio, callr, cli, covr, decor, desc, ggplot2, glue,\nknitr, lobstr, mockery, progress, rmarkdown, scales, Rcpp,\ntestthat, tibble, utils, vctrs, withr", "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Config/Needs/cpp11/cpp_register": "brio, cli, decor, desc, glue, tibble,\nvctrs", "Encoding": "UTF-8", - "RoxygenNote": "7.2.1", - "SystemRequirements": "C++11", + "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2023-07-20 08:32:32 UTC; hornik", - "Author": "Davis Vaughan [aut, cre] (),\nJim Hester [aut] (),\nRomain François [aut] (),\nBenjamin Kietzman [ctb],\nPosit Software, PBC [cph, fnd]", + "Packaged": "2023-08-08 21:27:43 UTC; davis", + "Author": "Davis Vaughan [aut, cre] (),\n Jim Hester [aut] (),\n Romain François [aut] (),\n Benjamin Kietzman [ctb],\n Posit Software, PBC [cph, fnd]", "Maintainer": "Davis Vaughan ", - "Repository": "RSPM", - "Date/Publication": "2023-07-20 10:17:14 UTC", - "Built": "R 4.2.0; ; 2023-07-21 11:18:18 UTC; unix" + "Repository": "CRAN", + "Date/Publication": "2023-08-10 06:50:07 UTC", + "Built": "R 4.2.0; ; 2023-08-10 07:30:19 UTC; unix" } }, "crayon": { @@ -401,8 +401,8 @@ "Package": "crayon", "Title": "Colored Terminal Output", "Version": "1.5.2", - "Authors@R": "c(\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\",\nrole = c(\"aut\", \"cre\")),\nperson(\n\"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\",\nrole=c(\"ctb\"))\n)", - "Description": "The crayon package is now superseded. Please use the 'cli' package\nfor new projects.\nColored terminal output on terminals that support 'ANSI'\ncolor and highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI'\ncolor support is automatically detected. Colors and highlighting can\nbe combined and nested. New styles can also be created easily.\nThis package was inspired by the 'chalk' 'JavaScript' project.", + "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\",\n role = c(\"aut\", \"cre\")),\n person(\n \"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\",\n role=c(\"ctb\"))\n )", + "Description": "The crayon package is now superseded. Please use the 'cli' package\n for new projects.\n Colored terminal output on terminals that support 'ANSI'\n color and highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI'\n color support is automatically detected. Colors and highlighting can\n be combined and nested. New styles can also be created easily.\n This package was inspired by the 'chalk' 'JavaScript' project.", "License": "MIT + file LICENSE", "URL": "https://github.com/r-lib/crayon#readme", "BugReports": "https://github.com/r-lib/crayon/issues", @@ -413,11 +413,11 @@ "Encoding": "UTF-8", "NeedsCompilation": "no", "Packaged": "2022-09-29 06:24:10 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\nBrodie Gaslam [ctb]", + "Author": "Gábor Csárdi [aut, cre],\n Brodie Gaslam [ctb]", "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", "Date/Publication": "2022-09-29 16:20:24 UTC", - "Built": "R 4.2.0; ; 2022-09-30 11:29:44 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:13:46 UTC; unix" } }, "crosstalk": { @@ -428,8 +428,8 @@ "Type": "Package", "Title": "Inter-Widget Interactivity for HTML Widgets", "Version": "1.2.0", - "Authors@R": "c(\nperson(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\nperson(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"),\nemail = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(family = \"RStudio\", role = \"cph\"),\nperson(family = \"jQuery Foundation\", role = \"cph\",\ncomment = \"jQuery library and jQuery UI library\"),\nperson(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\ncomment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"),\nperson(\"Mark\", \"Otto\", role = \"ctb\",\ncomment = \"Bootstrap library\"),\nperson(\"Jacob\", \"Thornton\", role = \"ctb\",\ncomment = \"Bootstrap library\"),\nperson(family = \"Bootstrap contributors\", role = \"ctb\",\ncomment = \"Bootstrap library\"),\nperson(family = \"Twitter, Inc\", role = \"cph\",\ncomment = \"Bootstrap library\"),\nperson(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"),\ncomment = \"selectize.js library\"),\nperson(\"Kristopher Michael\", \"Kowal\", role = c(\"ctb\", \"cph\"),\ncomment = \"es5-shim library\"),\nperson(family = \"es5-shim contributors\", role = c(\"ctb\", \"cph\"),\ncomment = \"es5-shim library\"),\nperson(\"Denis\", \"Ineshin\", role = c(\"ctb\", \"cph\"),\ncomment = \"ion.rangeSlider library\"),\nperson(\"Sami\", \"Samhuri\", role = c(\"ctb\", \"cph\"),\ncomment = \"Javascript strftime library\")\n)", - "Description": "Provides building blocks for allowing HTML widgets to communicate\nwith each other, with Shiny or without (i.e. static .html files). Currently\nsupports linked brushing and filtering.", + "Authors@R": "c(\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\n person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"),\n email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(family = \"RStudio\", role = \"cph\"),\n person(family = \"jQuery Foundation\", role = \"cph\",\n comment = \"jQuery library and jQuery UI library\"),\n person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"),\n person(\"Mark\", \"Otto\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(\"Jacob\", \"Thornton\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(family = \"Bootstrap contributors\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(family = \"Twitter, Inc\", role = \"cph\",\n comment = \"Bootstrap library\"),\n person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"),\n comment = \"selectize.js library\"),\n person(\"Kristopher Michael\", \"Kowal\", role = c(\"ctb\", \"cph\"),\n comment = \"es5-shim library\"),\n person(family = \"es5-shim contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"es5-shim library\"),\n person(\"Denis\", \"Ineshin\", role = c(\"ctb\", \"cph\"),\n comment = \"ion.rangeSlider library\"),\n person(\"Sami\", \"Samhuri\", role = c(\"ctb\", \"cph\"),\n comment = \"Javascript strftime library\")\n )", + "Description": "Provides building blocks for allowing HTML widgets to communicate\n with each other, with Shiny or without (i.e. static .html files). Currently\n supports linked brushing and filtering.", "License": "MIT + file LICENSE", "Imports": "htmltools (>= 0.3.6), jsonlite, lazyeval, R6", "Suggests": "shiny, ggplot2, testthat (>= 2.1.0), sass, bslib", @@ -439,11 +439,11 @@ "Encoding": "UTF-8", "NeedsCompilation": "no", "Packaged": "2021-11-04 15:35:47 UTC; cpsievert", - "Author": "Joe Cheng [aut],\nCarson Sievert [aut, cre] (),\nRStudio [cph],\njQuery Foundation [cph] (jQuery library and jQuery UI library),\njQuery contributors [ctb, cph] (jQuery library; authors listed in\ninst/www/shared/jquery-AUTHORS.txt),\nMark Otto [ctb] (Bootstrap library),\nJacob Thornton [ctb] (Bootstrap library),\nBootstrap contributors [ctb] (Bootstrap library),\nTwitter, Inc [cph] (Bootstrap library),\nBrian Reavis [ctb, cph] (selectize.js library),\nKristopher Michael Kowal [ctb, cph] (es5-shim library),\nes5-shim contributors [ctb, cph] (es5-shim library),\nDenis Ineshin [ctb, cph] (ion.rangeSlider library),\nSami Samhuri [ctb, cph] (Javascript strftime library)", + "Author": "Joe Cheng [aut],\n Carson Sievert [aut, cre] (),\n RStudio [cph],\n jQuery Foundation [cph] (jQuery library and jQuery UI library),\n jQuery contributors [ctb, cph] (jQuery library; authors listed in\n inst/www/shared/jquery-AUTHORS.txt),\n Mark Otto [ctb] (Bootstrap library),\n Jacob Thornton [ctb] (Bootstrap library),\n Bootstrap contributors [ctb] (Bootstrap library),\n Twitter, Inc [cph] (Bootstrap library),\n Brian Reavis [ctb, cph] (selectize.js library),\n Kristopher Michael Kowal [ctb, cph] (es5-shim library),\n es5-shim contributors [ctb, cph] (es5-shim library),\n Denis Ineshin [ctb, cph] (ion.rangeSlider library),\n Sami Samhuri [ctb, cph] (Javascript strftime library)", "Maintainer": "Carson Sievert ", "Repository": "RSPM", "Date/Publication": "2021-11-04 16:30:02 UTC", - "Built": "R 4.2.0; ; 2022-05-09 20:46:04 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:11:02 UTC; unix" } }, "curl": { @@ -453,9 +453,9 @@ "Package": "curl", "Type": "Package", "Title": "A Modern and Flexible Web Client for R", - "Version": "5.0.1", - "Authors@R": "c(\nperson(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\ncomment = c(ORCID = \"0000-0002-4035-0289\")),\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"ctb\"),\nperson(\"RStudio\", role = \"cph\")\n)", - "Description": "The curl() and curl_download() functions provide highly\nconfigurable drop-in replacements for base url() and download.file() with\nbetter performance, support for encryption (https, ftps), gzip compression,\nauthentication, and other 'libcurl' goodies. The core of the package implements a\nframework for performing fully customized requests where data can be processed\neither in memory, on disk, or streaming via the callback or connection\ninterfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly\nweb client see the 'httr' package which builds on this package with http\nspecific tools and logic.", + "Version": "5.1.0", + "Authors@R": "c(\n person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\n comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"ctb\"),\n person(\"RStudio\", role = \"cph\")\n )", + "Description": "The curl() and curl_download() functions provide highly\n configurable drop-in replacements for base url() and download.file() with\n better performance, support for encryption (https, ftps), gzip compression,\n authentication, and other 'libcurl' goodies. The core of the package implements a\n framework for performing fully customized requests where data can be processed\n either in memory, on disk, or streaming via the callback or connection\n interfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly\n web client see the 'httr' package which builds on this package with http\n specific tools and logic.", "License": "MIT + file LICENSE", "SystemRequirements": "libcurl: libcurl-devel (rpm) or\nlibcurl4-openssl-dev (deb).", "URL": "https://jeroen.r-universe.dev/curl https://curl.se/libcurl/", @@ -467,12 +467,12 @@ "Encoding": "UTF-8", "Language": "en-US", "NeedsCompilation": "yes", - "Packaged": "2023-06-07 12:04:09 UTC; jeroen", - "Author": "Jeroen Ooms [aut, cre] (),\nHadley Wickham [ctb],\nRStudio [cph]", + "Packaged": "2023-09-30 07:44:16 UTC; jeroen", + "Author": "Jeroen Ooms [aut, cre] (),\n Hadley Wickham [ctb],\n RStudio [cph]", "Maintainer": "Jeroen Ooms ", "Repository": "RSPM", - "Date/Publication": "2023-06-07 23:10:12 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-06-08 12:11:26 UTC; unix" + "Date/Publication": "2023-10-02 15:20:07 UTC", + "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-10-03 12:16:37 UTC; unix" } }, "data.table": { @@ -482,7 +482,7 @@ "Package": "data.table", "Version": "1.14.8", "Title": "Extension of `data.frame`", - "Authors@R": "c(\nperson(\"Matt\",\"Dowle\", role=c(\"aut\",\"cre\"), email=\"mattjdowle@gmail.com\"),\nperson(\"Arun\",\"Srinivasan\", role=\"aut\", email=\"asrini@pm.me\"),\nperson(\"Jan\",\"Gorecki\", role=\"ctb\"),\nperson(\"Michael\",\"Chirico\", role=\"ctb\"),\nperson(\"Pasha\",\"Stetsenko\", role=\"ctb\"),\nperson(\"Tom\",\"Short\", role=\"ctb\"),\nperson(\"Steve\",\"Lianoglou\", role=\"ctb\"),\nperson(\"Eduard\",\"Antonyan\", role=\"ctb\"),\nperson(\"Markus\",\"Bonsch\", role=\"ctb\"),\nperson(\"Hugh\",\"Parsonage\", role=\"ctb\"),\nperson(\"Scott\",\"Ritchie\", role=\"ctb\"),\nperson(\"Kun\",\"Ren\", role=\"ctb\"),\nperson(\"Xianying\",\"Tan\", role=\"ctb\"),\nperson(\"Rick\",\"Saporta\", role=\"ctb\"),\nperson(\"Otto\",\"Seiskari\", role=\"ctb\"),\nperson(\"Xianghui\",\"Dong\", role=\"ctb\"),\nperson(\"Michel\",\"Lang\", role=\"ctb\"),\nperson(\"Watal\",\"Iwasaki\", role=\"ctb\"),\nperson(\"Seth\",\"Wenchel\", role=\"ctb\"),\nperson(\"Karl\",\"Broman\", role=\"ctb\"),\nperson(\"Tobias\",\"Schmidt\", role=\"ctb\"),\nperson(\"David\",\"Arenburg\", role=\"ctb\"),\nperson(\"Ethan\",\"Smith\", role=\"ctb\"),\nperson(\"Francois\",\"Cocquemas\", role=\"ctb\"),\nperson(\"Matthieu\",\"Gomez\", role=\"ctb\"),\nperson(\"Philippe\",\"Chataignon\", role=\"ctb\"),\nperson(\"Nello\",\"Blaser\", role=\"ctb\"),\nperson(\"Dmitry\",\"Selivanov\", role=\"ctb\"),\nperson(\"Andrey\",\"Riabushenko\", role=\"ctb\"),\nperson(\"Cheng\",\"Lee\", role=\"ctb\"),\nperson(\"Declan\",\"Groves\", role=\"ctb\"),\nperson(\"Daniel\",\"Possenriede\", role=\"ctb\"),\nperson(\"Felipe\",\"Parages\", role=\"ctb\"),\nperson(\"Denes\",\"Toth\", role=\"ctb\"),\nperson(\"Mus\",\"Yaramaz-David\", role=\"ctb\"),\nperson(\"Ayappan\",\"Perumal\", role=\"ctb\"),\nperson(\"James\",\"Sams\", role=\"ctb\"),\nperson(\"Martin\",\"Morgan\", role=\"ctb\"),\nperson(\"Michael\",\"Quinn\", role=\"ctb\"),\nperson(\"@javrucebo\",\"\", role=\"ctb\"),\nperson(\"@marc-outins\",\"\", role=\"ctb\"),\nperson(\"Roy\",\"Storey\", role=\"ctb\"),\nperson(\"Manish\",\"Saraswat\", role=\"ctb\"),\nperson(\"Morgan\",\"Jacob\", role=\"ctb\"),\nperson(\"Michael\",\"Schubmehl\", role=\"ctb\"),\nperson(\"Davis\",\"Vaughan\", role=\"ctb\"),\nperson(\"Toby\",\"Hocking\", role=\"ctb\"),\nperson(\"Leonardo\",\"Silvestri\", role=\"ctb\"),\nperson(\"Tyson\",\"Barrett\", role=\"ctb\"),\nperson(\"Jim\",\"Hester\", role=\"ctb\"),\nperson(\"Anthony\",\"Damico\", role=\"ctb\"),\nperson(\"Sebastian\",\"Freundt\", role=\"ctb\"),\nperson(\"David\",\"Simons\", role=\"ctb\"),\nperson(\"Elliott\",\"Sales de Andrade\", role=\"ctb\"),\nperson(\"Cole\",\"Miller\", role=\"ctb\"),\nperson(\"Jens Peder\",\"Meldgaard\", role=\"ctb\"),\nperson(\"Vaclav\",\"Tlapak\", role=\"ctb\"),\nperson(\"Kevin\",\"Ushey\", role=\"ctb\"),\nperson(\"Dirk\",\"Eddelbuettel\", role=\"ctb\"),\nperson(\"Ben\",\"Schwen\", role=\"ctb\"))", + "Authors@R": "c(\n person(\"Matt\",\"Dowle\", role=c(\"aut\",\"cre\"), email=\"mattjdowle@gmail.com\"),\n person(\"Arun\",\"Srinivasan\", role=\"aut\", email=\"asrini@pm.me\"),\n person(\"Jan\",\"Gorecki\", role=\"ctb\"),\n person(\"Michael\",\"Chirico\", role=\"ctb\"),\n person(\"Pasha\",\"Stetsenko\", role=\"ctb\"),\n person(\"Tom\",\"Short\", role=\"ctb\"),\n person(\"Steve\",\"Lianoglou\", role=\"ctb\"),\n person(\"Eduard\",\"Antonyan\", role=\"ctb\"),\n person(\"Markus\",\"Bonsch\", role=\"ctb\"),\n person(\"Hugh\",\"Parsonage\", role=\"ctb\"),\n person(\"Scott\",\"Ritchie\", role=\"ctb\"),\n person(\"Kun\",\"Ren\", role=\"ctb\"),\n person(\"Xianying\",\"Tan\", role=\"ctb\"),\n person(\"Rick\",\"Saporta\", role=\"ctb\"),\n person(\"Otto\",\"Seiskari\", role=\"ctb\"),\n person(\"Xianghui\",\"Dong\", role=\"ctb\"),\n person(\"Michel\",\"Lang\", role=\"ctb\"),\n person(\"Watal\",\"Iwasaki\", role=\"ctb\"),\n person(\"Seth\",\"Wenchel\", role=\"ctb\"),\n person(\"Karl\",\"Broman\", role=\"ctb\"),\n person(\"Tobias\",\"Schmidt\", role=\"ctb\"),\n person(\"David\",\"Arenburg\", role=\"ctb\"),\n person(\"Ethan\",\"Smith\", role=\"ctb\"),\n person(\"Francois\",\"Cocquemas\", role=\"ctb\"),\n person(\"Matthieu\",\"Gomez\", role=\"ctb\"),\n person(\"Philippe\",\"Chataignon\", role=\"ctb\"),\n person(\"Nello\",\"Blaser\", role=\"ctb\"),\n person(\"Dmitry\",\"Selivanov\", role=\"ctb\"),\n person(\"Andrey\",\"Riabushenko\", role=\"ctb\"),\n person(\"Cheng\",\"Lee\", role=\"ctb\"),\n person(\"Declan\",\"Groves\", role=\"ctb\"),\n person(\"Daniel\",\"Possenriede\", role=\"ctb\"),\n person(\"Felipe\",\"Parages\", role=\"ctb\"),\n person(\"Denes\",\"Toth\", role=\"ctb\"),\n person(\"Mus\",\"Yaramaz-David\", role=\"ctb\"),\n person(\"Ayappan\",\"Perumal\", role=\"ctb\"),\n person(\"James\",\"Sams\", role=\"ctb\"),\n person(\"Martin\",\"Morgan\", role=\"ctb\"),\n person(\"Michael\",\"Quinn\", role=\"ctb\"),\n person(\"@javrucebo\",\"\", role=\"ctb\"),\n person(\"@marc-outins\",\"\", role=\"ctb\"),\n person(\"Roy\",\"Storey\", role=\"ctb\"),\n person(\"Manish\",\"Saraswat\", role=\"ctb\"),\n person(\"Morgan\",\"Jacob\", role=\"ctb\"),\n person(\"Michael\",\"Schubmehl\", role=\"ctb\"),\n person(\"Davis\",\"Vaughan\", role=\"ctb\"),\n person(\"Toby\",\"Hocking\", role=\"ctb\"),\n person(\"Leonardo\",\"Silvestri\", role=\"ctb\"),\n person(\"Tyson\",\"Barrett\", role=\"ctb\"),\n person(\"Jim\",\"Hester\", role=\"ctb\"),\n person(\"Anthony\",\"Damico\", role=\"ctb\"),\n person(\"Sebastian\",\"Freundt\", role=\"ctb\"),\n person(\"David\",\"Simons\", role=\"ctb\"),\n person(\"Elliott\",\"Sales de Andrade\", role=\"ctb\"),\n person(\"Cole\",\"Miller\", role=\"ctb\"),\n person(\"Jens Peder\",\"Meldgaard\", role=\"ctb\"),\n person(\"Vaclav\",\"Tlapak\", role=\"ctb\"),\n person(\"Kevin\",\"Ushey\", role=\"ctb\"),\n person(\"Dirk\",\"Eddelbuettel\", role=\"ctb\"),\n person(\"Ben\",\"Schwen\", role=\"ctb\"))", "Depends": "R (>= 3.1.0)", "Imports": "methods", "Suggests": "bit64 (>= 4.0.0), bit (>= 4.0.4), curl, R.utils, xts,\nnanotime, zoo (>= 1.8-1), yaml, knitr, rmarkdown", @@ -495,12 +495,12 @@ "ByteCompile": "TRUE", "NeedsCompilation": "yes", "Packaged": "2023-02-16 16:37:18 UTC; mdowle", - "Author": "Matt Dowle [aut, cre],\nArun Srinivasan [aut],\nJan Gorecki [ctb],\nMichael Chirico [ctb],\nPasha Stetsenko [ctb],\nTom Short [ctb],\nSteve Lianoglou [ctb],\nEduard Antonyan [ctb],\nMarkus Bonsch [ctb],\nHugh Parsonage [ctb],\nScott Ritchie [ctb],\nKun Ren [ctb],\nXianying Tan [ctb],\nRick Saporta [ctb],\nOtto Seiskari [ctb],\nXianghui Dong [ctb],\nMichel Lang [ctb],\nWatal Iwasaki [ctb],\nSeth Wenchel [ctb],\nKarl Broman [ctb],\nTobias Schmidt [ctb],\nDavid Arenburg [ctb],\nEthan Smith [ctb],\nFrancois Cocquemas [ctb],\nMatthieu Gomez [ctb],\nPhilippe Chataignon [ctb],\nNello Blaser [ctb],\nDmitry Selivanov [ctb],\nAndrey Riabushenko [ctb],\nCheng Lee [ctb],\nDeclan Groves [ctb],\nDaniel Possenriede [ctb],\nFelipe Parages [ctb],\nDenes Toth [ctb],\nMus Yaramaz-David [ctb],\nAyappan Perumal [ctb],\nJames Sams [ctb],\nMartin Morgan [ctb],\nMichael Quinn [ctb],\n@javrucebo [ctb],\n@marc-outins [ctb],\nRoy Storey [ctb],\nManish Saraswat [ctb],\nMorgan Jacob [ctb],\nMichael Schubmehl [ctb],\nDavis Vaughan [ctb],\nToby Hocking [ctb],\nLeonardo Silvestri [ctb],\nTyson Barrett [ctb],\nJim Hester [ctb],\nAnthony Damico [ctb],\nSebastian Freundt [ctb],\nDavid Simons [ctb],\nElliott Sales de Andrade [ctb],\nCole Miller [ctb],\nJens Peder Meldgaard [ctb],\nVaclav Tlapak [ctb],\nKevin Ushey [ctb],\nDirk Eddelbuettel [ctb],\nBen Schwen [ctb]", + "Author": "Matt Dowle [aut, cre],\n Arun Srinivasan [aut],\n Jan Gorecki [ctb],\n Michael Chirico [ctb],\n Pasha Stetsenko [ctb],\n Tom Short [ctb],\n Steve Lianoglou [ctb],\n Eduard Antonyan [ctb],\n Markus Bonsch [ctb],\n Hugh Parsonage [ctb],\n Scott Ritchie [ctb],\n Kun Ren [ctb],\n Xianying Tan [ctb],\n Rick Saporta [ctb],\n Otto Seiskari [ctb],\n Xianghui Dong [ctb],\n Michel Lang [ctb],\n Watal Iwasaki [ctb],\n Seth Wenchel [ctb],\n Karl Broman [ctb],\n Tobias Schmidt [ctb],\n David Arenburg [ctb],\n Ethan Smith [ctb],\n Francois Cocquemas [ctb],\n Matthieu Gomez [ctb],\n Philippe Chataignon [ctb],\n Nello Blaser [ctb],\n Dmitry Selivanov [ctb],\n Andrey Riabushenko [ctb],\n Cheng Lee [ctb],\n Declan Groves [ctb],\n Daniel Possenriede [ctb],\n Felipe Parages [ctb],\n Denes Toth [ctb],\n Mus Yaramaz-David [ctb],\n Ayappan Perumal [ctb],\n James Sams [ctb],\n Martin Morgan [ctb],\n Michael Quinn [ctb],\n @javrucebo [ctb],\n @marc-outins [ctb],\n Roy Storey [ctb],\n Manish Saraswat [ctb],\n Morgan Jacob [ctb],\n Michael Schubmehl [ctb],\n Davis Vaughan [ctb],\n Toby Hocking [ctb],\n Leonardo Silvestri [ctb],\n Tyson Barrett [ctb],\n Jim Hester [ctb],\n Anthony Damico [ctb],\n Sebastian Freundt [ctb],\n David Simons [ctb],\n Elliott Sales de Andrade [ctb],\n Cole Miller [ctb],\n Jens Peder Meldgaard [ctb],\n Vaclav Tlapak [ctb],\n Kevin Ushey [ctb],\n Dirk Eddelbuettel [ctb],\n Ben Schwen [ctb]", "Maintainer": "Matt Dowle ", "Repository": "RSPM", "Date/Publication": "2023-02-17 12:20:12 UTC", "Encoding": "UTF-8", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-02-20 11:24:52 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:11:06 UTC; unix" } }, "digest": { @@ -508,12 +508,12 @@ "Repository": "https://p3m.dev/cran/latest", "description": { "Package": "digest", - "Author": "Dirk Eddelbuettel with contributions\nby Antoine Lucas, Jarek Tuszynski, Henrik Bengtsson, Simon Urbanek,\nMario Frasca, Bryan Lewis, Murray Stokely, Hannes Muehleisen,\nDuncan Murdoch, Jim Hester, Wush Wu, Qiang Kou, Thierry Onkelinx,\nMichel Lang, Viliam Simko, Kurt Hornik, Radford Neal, Kendon Bell,\nMatthew de Queljoe, Ion Suruceanu, Bill Denney, Dirk Schumacher,\nWinston Chang, and Dean Attali.", + "Author": "Dirk Eddelbuettel with contributions\n by Antoine Lucas, Jarek Tuszynski, Henrik Bengtsson, Simon Urbanek,\n Mario Frasca, Bryan Lewis, Murray Stokely, Hannes Muehleisen,\n Duncan Murdoch, Jim Hester, Wush Wu, Qiang Kou, Thierry Onkelinx,\n Michel Lang, Viliam Simko, Kurt Hornik, Radford Neal, Kendon Bell,\n Matthew de Queljoe, Ion Suruceanu, Bill Denney, Dirk Schumacher,\n Winston Chang, and Dean Attali.", "Version": "0.6.33", "Date": "2023-06-28", "Maintainer": "Dirk Eddelbuettel ", "Title": "Create Compact Hash Digests of R Objects", - "Description": "Implementation of a function 'digest()' for the creation of hash\ndigests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32',\n'xxhash', 'murmurhash', 'spookyhash', 'blake3' and 'crc32c' algorithms) permitting\neasy comparison of R language objects, as well as functions such as'hmac()' to\ncreate hash-based message authentication code. Please note that this package\nis not meant to be deployed for cryptographic purposes for which more\ncomprehensive (and widely tested) libraries such as 'OpenSSL' should be\nused.", + "Description": "Implementation of a function 'digest()' for the creation of hash\n digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32',\n 'xxhash', 'murmurhash', 'spookyhash', 'blake3' and 'crc32c' algorithms) permitting\n easy comparison of R language objects, as well as functions such as'hmac()' to\n create hash-based message authentication code. Please note that this package\n is not meant to be deployed for cryptographic purposes for which more\n comprehensive (and widely tested) libraries such as 'OpenSSL' should be\n used.", "URL": "https://github.com/eddelbuettel/digest,\nhttps://dirk.eddelbuettel.com/code/digest.html", "BugReports": "https://github.com/eddelbuettel/digest/issues", "Depends": "R (>= 3.3.0)", @@ -526,7 +526,7 @@ "Repository": "RSPM", "Date/Publication": "2023-07-07 14:10:02 UTC", "Encoding": "UTF-8", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-07-10 12:09:18 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:07:53 UTC; unix" } }, "dplyr": { @@ -536,9 +536,9 @@ "Type": "Package", "Package": "dplyr", "Title": "A Grammar of Data Manipulation", - "Version": "1.1.2", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Romain\", \"François\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-2444-4226\")),\nperson(\"Lionel\", \"Henry\", role = \"aut\"),\nperson(\"Kirill\", \"Müller\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-1416-3412\")),\nperson(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-4777-038X\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "A fast, consistent tool for working with data frame like\nobjects, both in memory and out of memory.", + "Version": "1.1.3", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Romain\", \"François\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2444-4226\")),\n person(\"Lionel\", \"Henry\", role = \"aut\"),\n person(\"Kirill\", \"Müller\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4777-038X\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "A fast, consistent tool for working with data frame like\n objects, both in memory and out of memory.", "License": "MIT + file LICENSE", "URL": "https://dplyr.tidyverse.org, https://github.com/tidyverse/dplyr", "BugReports": "https://github.com/tidyverse/dplyr/issues", @@ -552,12 +552,13 @@ "LazyData": "true", "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2023-04-19 19:29:34 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre] (),\nRomain François [aut] (),\nLionel Henry [aut],\nKirill Müller [aut] (),\nDavis Vaughan [aut] (),\nPosit Software, PBC [cph, fnd]", + "Packaged": "2023-08-25 22:28:32 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre] (),\n Romain François [aut] (),\n Lionel Henry [aut],\n Kirill Müller [aut] (),\n Davis Vaughan [aut] (),\n Posit Software, PBC [cph, fnd]", "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2023-04-20 14:00:03 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-04-21 11:27:36 UTC; unix" + "Repository": "CRAN", + "Date/Publication": "2023-09-03 16:20:02 UTC", + "Built": "R 4.2.0; aarch64-apple-darwin20; 2023-09-03 17:37:29 UTC; unix", + "Archs": "dplyr.so.dSYM" } }, "ellipsis": { @@ -567,8 +568,8 @@ "Package": "ellipsis", "Version": "0.3.2", "Title": "Tools for Working with ...", - "Description": "The ellipsis is a powerful tool for extending functions. Unfortunately\nthis power comes at a cost: misspelled arguments will be silently ignored.\nThe ellipsis package provides a collection of functions to catch problems\nand alert the user.", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = \"cph\")\n)", + "Description": "The ellipsis is a powerful tool for extending functions. Unfortunately \n this power comes at a cost: misspelled arguments will be silently ignored. \n The ellipsis package provides a collection of functions to catch problems\n and alert the user.", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"RStudio\", role = \"cph\")\n )", "License": "MIT + file LICENSE", "Encoding": "UTF-8", "RoxygenNote": "7.1.1", @@ -579,11 +580,11 @@ "Suggests": "covr, testthat", "NeedsCompilation": "yes", "Packaged": "2021-04-29 12:06:44 UTC; lionel", - "Author": "Hadley Wickham [aut, cre],\nRStudio [cph]", + "Author": "Hadley Wickham [aut, cre],\n RStudio [cph]", "Maintainer": "Hadley Wickham ", "Repository": "RSPM", "Date/Publication": "2021-04-29 12:40:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2022-05-06 22:45:53 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:08:01 UTC; unix" } }, "evaluate": { @@ -594,8 +595,8 @@ "Type": "Package", "Title": "Parsing and Evaluation Tools that Provide More Details than the\nDefault", "Version": "0.21", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", role = \"aut\"),\nperson(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(\"Michael\", \"Lawrence\", role = \"ctb\"),\nperson(\"Thomas\", \"Kluyver\", role = \"ctb\"),\nperson(\"Jeroen\", \"Ooms\", role = \"ctb\"),\nperson(\"Barret\", \"Schloerke\", role = \"ctb\"),\nperson(\"Adam\", \"Ryczkowski\", role = \"ctb\"),\nperson(\"Hiroaki\", \"Yutani\", role = \"ctb\"),\nperson(\"Michel\", \"Lang\", role = \"ctb\"),\nperson(\"Karolis\", \"Koncevičius\", role = \"ctb\"),\nperson(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "Parsing and evaluation tools that make it easy to recreate the\ncommand line behaviour of R.", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Michael\", \"Lawrence\", role = \"ctb\"),\n person(\"Thomas\", \"Kluyver\", role = \"ctb\"),\n person(\"Jeroen\", \"Ooms\", role = \"ctb\"),\n person(\"Barret\", \"Schloerke\", role = \"ctb\"),\n person(\"Adam\", \"Ryczkowski\", role = \"ctb\"),\n person(\"Hiroaki\", \"Yutani\", role = \"ctb\"),\n person(\"Michel\", \"Lang\", role = \"ctb\"),\n person(\"Karolis\", \"Koncevičius\", role = \"ctb\"),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Parsing and evaluation tools that make it easy to recreate the\n command line behaviour of R.", "License": "MIT + file LICENSE", "URL": "https://github.com/r-lib/evaluate", "BugReports": "https://github.com/r-lib/evaluate/issues", @@ -607,11 +608,11 @@ "Config/testthat/edition": "3", "NeedsCompilation": "no", "Packaged": "2023-05-01 21:56:45 UTC; yihui", - "Author": "Hadley Wickham [aut],\nYihui Xie [aut, cre] (),\nMichael Lawrence [ctb],\nThomas Kluyver [ctb],\nJeroen Ooms [ctb],\nBarret Schloerke [ctb],\nAdam Ryczkowski [ctb],\nHiroaki Yutani [ctb],\nMichel Lang [ctb],\nKarolis Koncevičius [ctb],\nPosit Software, PBC [cph, fnd]", + "Author": "Hadley Wickham [aut],\n Yihui Xie [aut, cre] (),\n Michael Lawrence [ctb],\n Thomas Kluyver [ctb],\n Jeroen Ooms [ctb],\n Barret Schloerke [ctb],\n Adam Ryczkowski [ctb],\n Hiroaki Yutani [ctb],\n Michel Lang [ctb],\n Karolis Koncevičius [ctb],\n Posit Software, PBC [cph, fnd]", "Maintainer": "Yihui Xie ", - "Repository": "RSPM", + "Repository": "CRAN", "Date/Publication": "2023-05-05 23:30:02 UTC", - "Built": "R 4.2.0; ; 2023-05-08 11:36:04 UTC; unix" + "Built": "R 4.2.0; ; 2023-05-06 00:16:02 UTC; unix" } }, "fansi": { @@ -620,9 +621,9 @@ "description": { "Package": "fansi", "Title": "ANSI Control Sequence Aware String Functions", - "Description": "Counterparts to R string manipulation functions that account for\nthe effects of ANSI text formatting control sequences.", + "Description": "Counterparts to R string manipulation functions that account for\n the effects of ANSI text formatting control sequences.", "Version": "1.0.4", - "Authors@R": "c(\nperson(\"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\",\nrole=c(\"aut\", \"cre\")),\nperson(\"Elliott\", \"Sales De Andrade\", role=\"ctb\"),\nperson(family=\"R Core Team\",\nemail=\"R-core@r-project.org\", role=\"cph\",\ncomment=\"UTF8 byte length calcs from src/util.c\"\n))", + "Authors@R": "c(\n person(\"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\",\n role=c(\"aut\", \"cre\")),\n person(\"Elliott\", \"Sales De Andrade\", role=\"ctb\"),\n person(family=\"R Core Team\",\n email=\"R-core@r-project.org\", role=\"cph\",\n comment=\"UTF8 byte length calcs from src/util.c\"\n ))", "Depends": "R (>= 3.1.0)", "License": "GPL-2 | GPL-3", "URL": "https://github.com/brodieG/fansi", @@ -635,11 +636,11 @@ "Collate": "'constants.R' 'fansi-package.R' 'internal.R' 'load.R' 'misc.R'\n'nchar.R' 'strwrap.R' 'strtrim.R' 'strsplit.R' 'substr2.R'\n'trimws.R' 'tohtml.R' 'unhandled.R' 'normalize.R' 'sgr.R'", "NeedsCompilation": "yes", "Packaged": "2023-01-22 17:39:01 UTC; bg", - "Author": "Brodie Gaslam [aut, cre],\nElliott Sales De Andrade [ctb],\nR Core Team [cph] (UTF8 byte length calcs from src/util.c)", + "Author": "Brodie Gaslam [aut, cre],\n Elliott Sales De Andrade [ctb],\n R Core Team [cph] (UTF8 byte length calcs from src/util.c)", "Maintainer": "Brodie Gaslam ", "Repository": "RSPM", "Date/Publication": "2023-01-22 19:20:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-01-23 17:48:47 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:10:27 UTC; unix" } }, "farver": { @@ -650,9 +651,9 @@ "Package": "farver", "Title": "High Performance Colour Space Manipulation", "Version": "2.1.1", - "Authors@R": "c(\nperson(\"Thomas Lin\", \"Pedersen\", , \"thomasp85@gmail.com\", role = c(\"cre\", \"aut\"),\ncomment = c(ORCID = \"0000-0002-5147-4711\")),\nperson(\"Berendea\", \"Nicolae\", role = \"aut\",\ncomment = \"Author of the ColorSpace C++ library\"),\nperson(\"Romain\", \"François\", , \"romain@purrple.cat\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-2444-4226\"))\n)", + "Authors@R": "c(\n person(\"Thomas Lin\", \"Pedersen\", , \"thomasp85@gmail.com\", role = c(\"cre\", \"aut\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"Berendea\", \"Nicolae\", role = \"aut\",\n comment = \"Author of the ColorSpace C++ library\"),\n person(\"Romain\", \"François\", , \"romain@purrple.cat\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2444-4226\"))\n )", "Maintainer": "Thomas Lin Pedersen ", - "Description": "The encoding of colour can be handled in many different ways,\nusing different colour spaces. As different colour spaces have\ndifferent uses, efficient conversion between these representations are\nimportant. The 'farver' package provides a set of functions that gives\naccess to very fast colour space conversion and comparisons\nimplemented in C++, and offers speed improvements over the\n'convertColor' function in the 'grDevices' package.", + "Description": "The encoding of colour can be handled in many different ways,\n using different colour spaces. As different colour spaces have\n different uses, efficient conversion between these representations are\n important. The 'farver' package provides a set of functions that gives\n access to very fast colour space conversion and comparisons\n implemented in C++, and offers speed improvements over the\n 'convertColor' function in the 'grDevices' package.", "License": "MIT + file LICENSE", "URL": "https://farver.data-imaginist.com,\nhttps://github.com/thomasp85/farver", "BugReports": "https://github.com/thomasp85/farver/issues", @@ -663,10 +664,10 @@ "Config/testthat/edition": "3", "NeedsCompilation": "yes", "Packaged": "2022-07-06 12:54:24 UTC; thomas", - "Author": "Thomas Lin Pedersen [cre, aut]\n(),\nBerendea Nicolae [aut] (Author of the ColorSpace C++ library),\nRomain François [aut] ()", + "Author": "Thomas Lin Pedersen [cre, aut]\n (),\n Berendea Nicolae [aut] (Author of the ColorSpace C++ library),\n Romain François [aut] ()", "Repository": "RSPM", "Date/Publication": "2022-07-06 13:50:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2022-07-07 11:09:32 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:07:07 UTC; unix" } }, "fastmap": { @@ -676,8 +677,8 @@ "Package": "fastmap", "Title": "Fast Data Structures", "Version": "1.1.1", - "Authors@R": "c(\nperson(\"Winston\", \"Chang\", email = \"winston@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(given = \"RStudio\", role = c(\"cph\", \"fnd\")),\nperson(given = \"Tessil\", role = \"cph\", comment = \"hopscotch_map library\")\n)", - "Description": "Fast implementation of data structures, including a key-value\nstore, stack, and queue. Environments are commonly used as key-value stores\nin R, but every time a new key is used, it is added to R's global symbol\ntable, causing a small amount of memory leakage. This can be problematic in\ncases where many different keys are used. Fastmap avoids this memory leak\nissue by implementing the map using data structures in C++.", + "Authors@R": "c(\n person(\"Winston\", \"Chang\", email = \"winston@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(given = \"RStudio\", role = c(\"cph\", \"fnd\")),\n person(given = \"Tessil\", role = \"cph\", comment = \"hopscotch_map library\")\n )", + "Description": "Fast implementation of data structures, including a key-value\n store, stack, and queue. Environments are commonly used as key-value stores\n in R, but every time a new key is used, it is added to R's global symbol\n table, causing a small amount of memory leakage. This can be problematic in\n cases where many different keys are used. Fastmap avoids this memory leak\n issue by implementing the map using data structures in C++.", "License": "MIT + file LICENSE", "Encoding": "UTF-8", "RoxygenNote": "7.2.3", @@ -686,11 +687,11 @@ "BugReports": "https://github.com/r-lib/fastmap/issues", "NeedsCompilation": "yes", "Packaged": "2023-02-24 16:01:27 UTC; winston", - "Author": "Winston Chang [aut, cre],\nRStudio [cph, fnd],\nTessil [cph] (hopscotch_map library)", + "Author": "Winston Chang [aut, cre],\n RStudio [cph, fnd],\n Tessil [cph] (hopscotch_map library)", "Maintainer": "Winston Chang ", "Repository": "RSPM", "Date/Publication": "2023-02-24 16:30:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-02-27 11:15:22 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:07:58 UTC; unix" } }, "fontawesome": { @@ -699,10 +700,10 @@ "description": { "Type": "Package", "Package": "fontawesome", - "Version": "0.5.1", + "Version": "0.5.2", "Title": "Easily Work with 'Font Awesome' Icons", - "Description": "Easily and flexibly insert 'Font Awesome' icons into 'R Markdown'\ndocuments and 'Shiny' apps. These icons can be inserted into HTML content\nthrough inline 'SVG' tags or 'i' tags. There is also a utility function for\nexporting 'Font Awesome' icons as 'PNG' images for those situations where\nraster graphics are needed.", - "Authors@R": "c(\nperson(\"Richard\", \"Iannone\", , \"rich@posit.co\", c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-3925-190X\")),\nperson(\"Christophe\", \"Dervieux\", , \"cderv@posit.co\", role = \"ctb\",\ncomment = c(ORCID = \"0000-0003-4474-2498\")),\nperson(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"ctb\"),\nperson(\"Dave\", \"Gandy\", role = c(\"ctb\", \"cph\"),\ncomment = \"Font-Awesome font\"),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Easily and flexibly insert 'Font Awesome' icons into 'R Markdown'\n documents and 'Shiny' apps. These icons can be inserted into HTML content\n through inline 'SVG' tags or 'i' tags. There is also a utility function for\n exporting 'Font Awesome' icons as 'PNG' images for those situations where\n raster graphics are needed.", + "Authors@R": "c(\n person(\"Richard\", \"Iannone\", , \"rich@posit.co\", c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0003-3925-190X\")),\n person(\"Christophe\", \"Dervieux\", , \"cderv@posit.co\", role = \"ctb\",\n comment = c(ORCID = \"0000-0003-4474-2498\")),\n person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"ctb\"),\n person(\"Dave\", \"Gandy\", role = c(\"ctb\", \"cph\"),\n comment = \"Font-Awesome font\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "License": "MIT + file LICENSE", "URL": "https://github.com/rstudio/fontawesome,\nhttps://rstudio.github.io/fontawesome/", "BugReports": "https://github.com/rstudio/fontawesome/issues", @@ -714,12 +715,12 @@ "Suggests": "covr, dplyr (>= 1.0.8), knitr (>= 1.31), testthat (>= 3.0.0),\nrsvg", "Config/testthat/edition": "3", "NeedsCompilation": "no", - "Packaged": "2023-04-18 17:20:05 UTC; rich", - "Author": "Richard Iannone [aut, cre] (),\nChristophe Dervieux [ctb] (),\nWinston Chang [ctb],\nDave Gandy [ctb, cph] (Font-Awesome font),\nPosit Software, PBC [cph, fnd]", + "Packaged": "2023-08-19 02:32:12 UTC; rich", + "Author": "Richard Iannone [aut, cre] (),\n Christophe Dervieux [ctb] (),\n Winston Chang [ctb],\n Dave Gandy [ctb, cph] (Font-Awesome font),\n Posit Software, PBC [cph, fnd]", "Maintainer": "Richard Iannone ", "Repository": "RSPM", - "Date/Publication": "2023-04-18 20:30:02 UTC", - "Built": "R 4.2.0; ; 2023-04-19 11:46:17 UTC; unix" + "Date/Publication": "2023-08-19 04:52:40 UTC", + "Built": "R 4.2.3; ; 2023-09-06 18:26:42 UTC; unix" } }, "fs": { @@ -729,8 +730,8 @@ "Package": "fs", "Title": "Cross-Platform File System Operations Based on 'libuv'", "Version": "1.6.3", - "Authors@R": "c(\nperson(\"Jim\", \"Hester\", role = \"aut\"),\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"libuv project contributors\", role = \"cph\",\ncomment = \"libuv library\"),\nperson(\"Joyent, Inc. and other Node contributors\", role = \"cph\",\ncomment = \"libuv library\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "A cross-platform interface to file system operations, built\non top of the 'libuv' C library.", + "Authors@R": "c(\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"libuv project contributors\", role = \"cph\",\n comment = \"libuv library\"),\n person(\"Joyent, Inc. and other Node contributors\", role = \"cph\",\n comment = \"libuv library\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "A cross-platform interface to file system operations, built\n on top of the 'libuv' C library.", "License": "MIT + file LICENSE", "URL": "https://fs.r-lib.org, https://github.com/r-lib/fs", "BugReports": "https://github.com/r-lib/fs/issues", @@ -748,11 +749,11 @@ "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "yes", "Packaged": "2023-07-10 16:24:00 UTC; gaborcsardi", - "Author": "Jim Hester [aut],\nHadley Wickham [aut],\nGábor Csárdi [aut, cre],\nlibuv project contributors [cph] (libuv library),\nJoyent, Inc. and other Node contributors [cph] (libuv library),\nRStudio [cph, fnd]", + "Author": "Jim Hester [aut],\n Hadley Wickham [aut],\n Gábor Csárdi [aut, cre],\n libuv project contributors [cph] (libuv library),\n Joyent, Inc. and other Node contributors [cph] (libuv library),\n RStudio [cph, fnd]", "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", "Date/Publication": "2023-07-20 10:30:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-07-21 11:18:24 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:08:10 UTC; unix" } }, "generics": { @@ -762,8 +763,8 @@ "Package": "generics", "Title": "Common S3 Generics not Provided by Base R Methods Related to\nModel Fitting", "Version": "0.1.3", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Max\", \"Kuhn\", , \"max@rstudio.com\", role = \"aut\"),\nperson(\"Davis\", \"Vaughan\", , \"davis@rstudio.com\", role = \"aut\"),\nperson(\"RStudio\", role = \"cph\")\n)", - "Description": "In order to reduce potential package dependencies and\nconflicts, generics provides a number of commonly used S3 generics.", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"Max\", \"Kuhn\", , \"max@rstudio.com\", role = \"aut\"),\n person(\"Davis\", \"Vaughan\", , \"davis@rstudio.com\", role = \"aut\"),\n person(\"RStudio\", role = \"cph\")\n )", + "Description": "In order to reduce potential package dependencies and\n conflicts, generics provides a number of commonly used S3 generics.", "License": "MIT + file LICENSE", "URL": "https://generics.r-lib.org, https://github.com/r-lib/generics", "BugReports": "https://github.com/r-lib/generics/issues", @@ -776,11 +777,11 @@ "RoxygenNote": "7.2.0", "NeedsCompilation": "no", "Packaged": "2022-07-05 14:52:13 UTC; davis", - "Author": "Hadley Wickham [aut, cre],\nMax Kuhn [aut],\nDavis Vaughan [aut],\nRStudio [cph]", + "Author": "Hadley Wickham [aut, cre],\n Max Kuhn [aut],\n Davis Vaughan [aut],\n RStudio [cph]", "Maintainer": "Hadley Wickham ", "Repository": "RSPM", "Date/Publication": "2022-07-05 19:40:02 UTC", - "Built": "R 4.2.0; ; 2022-07-06 11:06:24 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:10:26 UTC; unix" } }, "ggplot2": { @@ -788,16 +789,16 @@ "Repository": "https://p3m.dev/cran/latest", "description": { "Package": "ggplot2", - "Version": "3.4.2", + "Version": "3.4.4", "Title": "Create Elegant Data Visualisations Using the Grammar of Graphics", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Winston\", \"Chang\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-1576-2126\")),\nperson(\"Lionel\", \"Henry\", role = \"aut\"),\nperson(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-5147-4711\")),\nperson(\"Kohske\", \"Takahashi\", role = \"aut\"),\nperson(\"Claus\", \"Wilke\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-7470-9261\")),\nperson(\"Kara\", \"Woo\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-5125-4188\")),\nperson(\"Hiroaki\", \"Yutani\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-3385-7233\")),\nperson(\"Dewey\", \"Dunnington\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-9415-4582\")),\nperson(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "A system for 'declaratively' creating graphics, based on \"The\nGrammar of Graphics\". You provide the data, tell 'ggplot2' how to map\nvariables to aesthetics, what graphical primitives to use, and it\ntakes care of the details.", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Winston\", \"Chang\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-1576-2126\")),\n person(\"Lionel\", \"Henry\", role = \"aut\"),\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"Kohske\", \"Takahashi\", role = \"aut\"),\n person(\"Claus\", \"Wilke\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-7470-9261\")),\n person(\"Kara\", \"Woo\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-5125-4188\")),\n person(\"Hiroaki\", \"Yutani\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-3385-7233\")),\n person(\"Dewey\", \"Dunnington\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-9415-4582\")),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "A system for 'declaratively' creating graphics, based on \"The\n Grammar of Graphics\". You provide the data, tell 'ggplot2' how to map\n variables to aesthetics, what graphical primitives to use, and it\n takes care of the details.", "License": "MIT + file LICENSE", "URL": "https://ggplot2.tidyverse.org,\nhttps://github.com/tidyverse/ggplot2", "BugReports": "https://github.com/tidyverse/ggplot2/issues", "Depends": "R (>= 3.3)", "Imports": "cli, glue, grDevices, grid, gtable (>= 0.1.1), isoband,\nlifecycle (> 1.0.1), MASS, mgcv, rlang (>= 1.1.0), scales (>=\n1.2.0), stats, tibble, vctrs (>= 0.5.0), withr (>= 2.5.0)", - "Suggests": "covr, dplyr, ggplot2movies, hexbin, Hmisc, knitr, lattice,\nmapproj, maps, maptools, multcomp, munsell, nlme, profvis,\nquantreg, ragg, RColorBrewer, rgeos, rmarkdown, rpart, sf (>=\n0.7-3), svglite (>= 1.2.0.9001), testthat (>= 3.1.2), vdiffr\n(>= 1.0.0), xml2", + "Suggests": "covr, dplyr, ggplot2movies, hexbin, Hmisc, knitr, lattice,\nmapproj, maps, multcomp, munsell, nlme, profvis, quantreg,\nragg, RColorBrewer, rmarkdown, rpart, sf (>= 0.7-3), svglite\n(>= 1.2.0.9001), testthat (>= 3.1.2), vdiffr (>= 1.0.0), xml2", "Enhances": "sp", "VignetteBuilder": "knitr", "Config/Needs/website": "ggtext, tidyr, forcats, tidyverse/tidytemplate", @@ -807,12 +808,12 @@ "RoxygenNote": "7.2.3", "Collate": "'ggproto.R' 'ggplot-global.R' 'aaa-.R'\n'aes-colour-fill-alpha.R' 'aes-evaluation.R'\n'aes-group-order.R' 'aes-linetype-size-shape.R'\n'aes-position.R' 'compat-plyr.R' 'utilities.R' 'aes.R'\n'utilities-checks.R' 'legend-draw.R' 'geom-.R'\n'annotation-custom.R' 'annotation-logticks.R' 'geom-polygon.R'\n'geom-map.R' 'annotation-map.R' 'geom-raster.R'\n'annotation-raster.R' 'annotation.R' 'autolayer.R' 'autoplot.R'\n'axis-secondary.R' 'backports.R' 'bench.R' 'bin.R' 'coord-.R'\n'coord-cartesian-.R' 'coord-fixed.R' 'coord-flip.R'\n'coord-map.R' 'coord-munch.R' 'coord-polar.R'\n'coord-quickmap.R' 'coord-sf.R' 'coord-transform.R' 'data.R'\n'facet-.R' 'facet-grid-.R' 'facet-null.R' 'facet-wrap.R'\n'fortify-lm.R' 'fortify-map.R' 'fortify-multcomp.R'\n'fortify-spatial.R' 'fortify.R' 'stat-.R' 'geom-abline.R'\n'geom-rect.R' 'geom-bar.R' 'geom-bin2d.R' 'geom-blank.R'\n'geom-boxplot.R' 'geom-col.R' 'geom-path.R' 'geom-contour.R'\n'geom-count.R' 'geom-crossbar.R' 'geom-segment.R'\n'geom-curve.R' 'geom-defaults.R' 'geom-ribbon.R'\n'geom-density.R' 'geom-density2d.R' 'geom-dotplot.R'\n'geom-errorbar.R' 'geom-errorbarh.R' 'geom-freqpoly.R'\n'geom-function.R' 'geom-hex.R' 'geom-histogram.R'\n'geom-hline.R' 'geom-jitter.R' 'geom-label.R'\n'geom-linerange.R' 'geom-point.R' 'geom-pointrange.R'\n'geom-quantile.R' 'geom-rug.R' 'geom-sf.R' 'geom-smooth.R'\n'geom-spoke.R' 'geom-text.R' 'geom-tile.R' 'geom-violin.R'\n'geom-vline.R' 'ggplot2-package.R' 'grob-absolute.R'\n'grob-dotstack.R' 'grob-null.R' 'grouping.R' 'guide-bins.R'\n'guide-colorbar.R' 'guide-colorsteps.R' 'guide-legend.R'\n'guides-.R' 'guides-axis.R' 'guides-grid.R' 'guides-none.R'\n'hexbin.R' 'import-standalone-obj-type.R'\n'import-standalone-types-check.R' 'labeller.R' 'labels.R'\n'layer.R' 'layer-sf.R' 'layout.R' 'limits.R' 'margins.R'\n'performance.R' 'plot-build.R' 'plot-construction.R'\n'plot-last.R' 'plot.R' 'position-.R' 'position-collide.R'\n'position-dodge.R' 'position-dodge2.R' 'position-identity.R'\n'position-jitter.R' 'position-jitterdodge.R' 'position-nudge.R'\n'position-stack.R' 'quick-plot.R' 'reshape-add-margins.R'\n'save.R' 'scale-.R' 'scale-alpha.R' 'scale-binned.R'\n'scale-brewer.R' 'scale-colour.R' 'scale-continuous.R'\n'scale-date.R' 'scale-discrete-.R' 'scale-expansion.R'\n'scale-gradient.R' 'scale-grey.R' 'scale-hue.R'\n'scale-identity.R' 'scale-linetype.R' 'scale-linewidth.R'\n'scale-manual.R' 'scale-shape.R' 'scale-size.R' 'scale-steps.R'\n'scale-type.R' 'scale-view.R' 'scale-viridis.R' 'scales-.R'\n'stat-align.R' 'stat-bin.R' 'stat-bin2d.R' 'stat-bindot.R'\n'stat-binhex.R' 'stat-boxplot.R' 'stat-contour.R'\n'stat-count.R' 'stat-density-2d.R' 'stat-density.R'\n'stat-ecdf.R' 'stat-ellipse.R' 'stat-function.R'\n'stat-identity.R' 'stat-qq-line.R' 'stat-qq.R'\n'stat-quantilemethods.R' 'stat-sf-coordinates.R' 'stat-sf.R'\n'stat-smooth-methods.R' 'stat-smooth.R' 'stat-sum.R'\n'stat-summary-2d.R' 'stat-summary-bin.R' 'stat-summary-hex.R'\n'stat-summary.R' 'stat-unique.R' 'stat-ydensity.R'\n'summarise-plot.R' 'summary.R' 'theme-elements.R' 'theme.R'\n'theme-defaults.R' 'theme-current.R' 'utilities-break.R'\n'utilities-grid.R' 'utilities-help.R' 'utilities-matrix.R'\n'utilities-resolution.R' 'utilities-table.R'\n'utilities-tidy-eval.R' 'zxx.R' 'zzz.R'", "NeedsCompilation": "no", - "Packaged": "2023-03-31 08:04:34 UTC; thomas", - "Author": "Hadley Wickham [aut] (),\nWinston Chang [aut] (),\nLionel Henry [aut],\nThomas Lin Pedersen [aut, cre]\n(),\nKohske Takahashi [aut],\nClaus Wilke [aut] (),\nKara Woo [aut] (),\nHiroaki Yutani [aut] (),\nDewey Dunnington [aut] (),\nPosit, PBC [cph, fnd]", + "Packaged": "2023-10-11 08:54:22 UTC; thomas", + "Author": "Hadley Wickham [aut] (),\n Winston Chang [aut] (),\n Lionel Henry [aut],\n Thomas Lin Pedersen [aut, cre]\n (),\n Kohske Takahashi [aut],\n Claus Wilke [aut] (),\n Kara Woo [aut] (),\n Hiroaki Yutani [aut] (),\n Dewey Dunnington [aut] (),\n Posit, PBC [cph, fnd]", "Maintainer": "Thomas Lin Pedersen ", "Repository": "RSPM", - "Date/Publication": "2023-04-03 14:10:02 UTC", - "Built": "R 4.2.0; ; 2023-04-04 11:20:16 UTC; unix" + "Date/Publication": "2023-10-12 11:40:02 UTC", + "Built": "R 4.2.0; ; 2023-10-13 11:34:45 UTC; unix" } }, "glue": { @@ -822,8 +823,8 @@ "Package": "glue", "Title": "Interpreted String Literals", "Version": "1.6.2", - "Authors@R": "c(\nperson(\"Jim\", \"Hester\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-2739-7082\")),\nperson(\"Jennifer\", \"Bryan\", , \"jenny@rstudio.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-6983-2759\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "An implementation of interpreted string literals, inspired by\nPython's Literal String Interpolation\n and Docstrings\n and Julia's Triple-Quoted\nString Literals\n.", + "Authors@R": "c(\n person(\"Jim\", \"Hester\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2739-7082\")),\n person(\"Jennifer\", \"Bryan\", , \"jenny@rstudio.com\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-6983-2759\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "An implementation of interpreted string literals, inspired by\n Python's Literal String Interpolation\n and Docstrings\n and Julia's Triple-Quoted\n String Literals\n .", "License": "MIT + file LICENSE", "URL": "https://github.com/tidyverse/glue, https://glue.tidyverse.org/", "BugReports": "https://github.com/tidyverse/glue/issues", @@ -838,11 +839,12 @@ "RoxygenNote": "7.1.2", "NeedsCompilation": "yes", "Packaged": "2022-02-23 22:50:40 UTC; jenny", - "Author": "Jim Hester [aut] (),\nJennifer Bryan [aut, cre] (),\nRStudio [cph, fnd]", + "Author": "Jim Hester [aut] (),\n Jennifer Bryan [aut, cre] (),\n RStudio [cph, fnd]", "Maintainer": "Jennifer Bryan ", - "Repository": "RSPM", + "Repository": "CRAN", "Date/Publication": "2022-02-24 07:50:20 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2022-05-06 22:59:19 UTC; unix" + "Built": "R 4.2.0; aarch64-apple-darwin20; 2023-04-01 09:31:10 UTC; unix", + "Archs": "glue.so.dSYM" } }, "gtable": { @@ -851,9 +853,9 @@ "description": { "Package": "gtable", "Title": "Arrange 'Grobs' in Tables", - "Version": "0.3.3", - "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\",\nemail = \"hadley@posit.co\"),\nperson(given = \"Thomas Lin\",\nfamily = \"Pedersen\",\nrole = c(\"aut\", \"cre\"),\nemail = \"thomas.pedersen@posit.co\"),\nperson(given = \"Posit Software, PBC\",\nrole = \"cph\"))", - "Description": "Tools to make it easier to work with \"tables\" of\n'grobs'. The 'gtable' package defines a 'gtable' grob class that specifies a\ngrid along with a list of grobs and their placement in the grid. Further the\npackage makes it easy to manipulate and combine 'gtable' objects so that\ncomplex compositions can be built up sequentially.", + "Version": "0.3.4", + "Authors@R": "\n c(person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\",\n email = \"hadley@posit.co\"),\n person(given = \"Thomas Lin\",\n family = \"Pedersen\",\n role = c(\"aut\", \"cre\"),\n email = \"thomas.pedersen@posit.co\"),\n person(given = \"Posit Software, PBC\",\n role = \"cph\"))", + "Description": "Tools to make it easier to work with \"tables\" of\n 'grobs'. The 'gtable' package defines a 'gtable' grob class that specifies a\n grid along with a list of grobs and their placement in the grid. Further the\n package makes it easy to manipulate and combine 'gtable' objects so that \n complex compositions can be built up sequentially.", "License": "MIT + file LICENSE", "Depends": "R (>= 3.5)", "Imports": "cli, glue, grid, lifecycle, rlang (>= 1.1.0)", @@ -866,12 +868,12 @@ "Config/testthat/edition": "3", "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "no", - "Packaged": "2023-03-21 13:17:30 UTC; thomas", - "Author": "Hadley Wickham [aut],\nThomas Lin Pedersen [aut, cre],\nPosit Software, PBC [cph]", + "Packaged": "2023-08-21 10:36:53 UTC; thomas", + "Author": "Hadley Wickham [aut],\n Thomas Lin Pedersen [aut, cre],\n Posit Software, PBC [cph]", "Maintainer": "Thomas Lin Pedersen ", "Repository": "RSPM", - "Date/Publication": "2023-03-21 14:00:05 UTC", - "Built": "R 4.2.0; ; 2023-03-22 11:11:06 UTC; unix" + "Date/Publication": "2023-08-21 11:20:02 UTC", + "Built": "R 4.2.0; ; 2023-08-22 12:33:15 UTC; unix" } }, "highr": { @@ -882,8 +884,8 @@ "Type": "Package", "Title": "Syntax Highlighting for R Source Code", "Version": "0.10", - "Authors@R": "c(\nperson(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(\"Yixuan\", \"Qiu\", role = \"aut\"),\nperson(\"Christopher\", \"Gandrud\", role = \"ctb\"),\nperson(\"Qiang\", \"Li\", role = \"ctb\")\n)", - "Description": "Provides syntax highlighting for R source code. Currently it\nsupports LaTeX and HTML output. Source code of other languages is supported\nvia Andre Simon's highlight package ().", + "Authors@R": "c(\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Yixuan\", \"Qiu\", role = \"aut\"),\n person(\"Christopher\", \"Gandrud\", role = \"ctb\"),\n person(\"Qiang\", \"Li\", role = \"ctb\")\n )", + "Description": "Provides syntax highlighting for R source code. Currently it\n supports LaTeX and HTML output. Source code of other languages is supported\n via Andre Simon's highlight package ().", "Depends": "R (>= 3.3.0)", "Imports": "xfun (>= 0.18)", "Suggests": "knitr, markdown, testit", @@ -895,11 +897,11 @@ "RoxygenNote": "7.2.3", "NeedsCompilation": "no", "Packaged": "2022-12-22 06:43:07 UTC; yihui", - "Author": "Yihui Xie [aut, cre] (),\nYixuan Qiu [aut],\nChristopher Gandrud [ctb],\nQiang Li [ctb]", + "Author": "Yihui Xie [aut, cre] (),\n Yixuan Qiu [aut],\n Christopher Gandrud [ctb],\n Qiang Li [ctb]", "Maintainer": "Yihui Xie ", - "Repository": "RSPM", + "Repository": "CRAN", "Date/Publication": "2022-12-22 07:00:02 UTC", - "Built": "R 4.2.0; ; 2022-12-23 11:26:34 UTC; unix" + "Built": "R 4.2.0; ; 2023-04-01 16:40:28 UTC; unix" } }, "htmltools": { @@ -909,11 +911,11 @@ "Package": "htmltools", "Type": "Package", "Title": "Tools for HTML", - "Version": "0.5.5", - "Authors@R": "c(\nperson(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\nperson(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Barret\", \"Schloerke\", role = \"aut\", email = \"barret@rstudio.com\", comment = c(ORCID = \"0000-0001-9986-114X\")),\nperson(\"Winston\", \"Chang\", role = \"aut\", email = \"winston@rstudio.com\", comment = c(ORCID = \"0000-0002-1576-2126\")),\nperson(\"Yihui\", \"Xie\", role = \"aut\", email = \"yihui@rstudio.com\"),\nperson(\"Jeff\", \"Allen\", role = \"aut\", email = \"jeff@rstudio.com\"),\nperson(family = \"RStudio\", role = \"cph\")\n)", + "Version": "0.5.6", + "Authors@R": "c(\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@posit.co\"),\n person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@posit.co\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Barret\", \"Schloerke\", role = \"aut\", email = \"barret@posit.co\", comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(\"Winston\", \"Chang\", role = \"aut\", email = \"winston@posit.co\", comment = c(ORCID = \"0000-0002-1576-2126\")),\n person(\"Yihui\", \"Xie\", role = \"aut\", email = \"yihui@posit.co\"),\n person(\"Jeff\", \"Allen\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "Tools for HTML generation and output.", "Depends": "R (>= 2.14.1)", - "Imports": "utils, digest, grDevices, base64enc, rlang (>= 0.4.10),\nfastmap (>= 1.1.0), ellipsis", + "Imports": "utils, digest, grDevices, base64enc, rlang (>= 0.4.12),\nfastmap (>= 1.1.0), ellipsis", "Suggests": "markdown, testthat, withr, Cairo, ragg, shiny", "Enhances": "knitr", "License": "GPL (>= 2)", @@ -921,15 +923,16 @@ "BugReports": "https://github.com/rstudio/htmltools/issues", "RoxygenNote": "7.2.3", "Encoding": "UTF-8", - "Collate": "'colors.R' 'fill.R' 'html_dependency.R' 'html_escape.R'\n'html_print.R' 'images.R' 'known_tags.R' 'selector.R'\n'staticimports.R' 'tag_query.R' 'utils.R' 'tags.R' 'template.R'", + "Collate": "'colors.R' 'fill.R' 'html_dependency.R' 'html_escape.R'\n'html_print.R' 'htmltools-package.R' 'images.R' 'known_tags.R'\n'selector.R' 'staticimports.R' 'tag_query.R' 'utils.R' 'tags.R'\n'template.R'", + "Config/Needs/check": "knitr", "Config/Needs/website": "rstudio/quillt, bench", "NeedsCompilation": "yes", - "Packaged": "2023-03-22 22:59:42 UTC; cpsievert", - "Author": "Joe Cheng [aut],\nCarson Sievert [aut, cre] (),\nBarret Schloerke [aut] (),\nWinston Chang [aut] (),\nYihui Xie [aut],\nJeff Allen [aut],\nRStudio [cph]", - "Maintainer": "Carson Sievert ", + "Packaged": "2023-08-10 21:52:43 UTC; cpsievert", + "Author": "Joe Cheng [aut],\n Carson Sievert [aut, cre] (),\n Barret Schloerke [aut] (),\n Winston Chang [aut] (),\n Yihui Xie [aut],\n Jeff Allen [aut],\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Carson Sievert ", "Repository": "RSPM", - "Date/Publication": "2023-03-23 09:50:06 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-03-24 14:42:46 UTC; unix" + "Date/Publication": "2023-08-10 23:40:02 UTC", + "Built": "R 4.2.3; aarch64-apple-darwin20; 2023-09-06 18:26:31 UTC; unix" } }, "htmlwidgets": { @@ -940,8 +943,8 @@ "Type": "Package", "Title": "HTML Widgets for R", "Version": "1.6.2", - "Authors@R": "c(\nperson(\"Ramnath\", \"Vaidyanathan\", role = c(\"aut\", \"cph\")),\nperson(\"Yihui\", \"Xie\", role = c(\"aut\")),\nperson(\"JJ\", \"Allaire\", role = c(\"aut\")),\nperson(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@rstudio.com\"),\nperson(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Kenton\", \"Russell\", role = c(\"aut\", \"cph\")),\nperson(\"Ellis\", \"Hughes\", role = c(\"ctb\")),\nperson(family = \"RStudio\", role = \"cph\")\n)", - "Description": "A framework for creating HTML widgets that render in various\ncontexts including the R console, 'R Markdown' documents, and 'Shiny'\nweb applications.", + "Authors@R": "c(\n person(\"Ramnath\", \"Vaidyanathan\", role = c(\"aut\", \"cph\")),\n person(\"Yihui\", \"Xie\", role = c(\"aut\")),\n person(\"JJ\", \"Allaire\", role = c(\"aut\")),\n person(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@rstudio.com\"),\n person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Kenton\", \"Russell\", role = c(\"aut\", \"cph\")),\n person(\"Ellis\", \"Hughes\", role = c(\"ctb\")),\n person(family = \"RStudio\", role = \"cph\")\n )", + "Description": "A framework for creating HTML widgets that render in various\n contexts including the R console, 'R Markdown' documents, and 'Shiny'\n web applications.", "License": "MIT + file LICENSE", "VignetteBuilder": "knitr", "Imports": "grDevices, htmltools (>= 0.5.4), jsonlite (>= 0.9.16), yaml,\nknitr (>= 1.8), rmarkdown", @@ -953,11 +956,11 @@ "Encoding": "UTF-8", "NeedsCompilation": "no", "Packaged": "2023-03-17 15:34:40 UTC; cpsievert", - "Author": "Ramnath Vaidyanathan [aut, cph],\nYihui Xie [aut],\nJJ Allaire [aut],\nJoe Cheng [aut],\nCarson Sievert [aut, cre] (),\nKenton Russell [aut, cph],\nEllis Hughes [ctb],\nRStudio [cph]", + "Author": "Ramnath Vaidyanathan [aut, cph],\n Yihui Xie [aut],\n JJ Allaire [aut],\n Joe Cheng [aut],\n Carson Sievert [aut, cre] (),\n Kenton Russell [aut, cph],\n Ellis Hughes [ctb],\n RStudio [cph]", "Maintainer": "Carson Sievert ", "Repository": "RSPM", "Date/Publication": "2023-03-17 16:50:06 UTC", - "Built": "R 4.2.0; ; 2023-03-20 11:38:47 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:10:24 UTC; unix" } }, "httpuv": { @@ -969,8 +972,8 @@ "Encoding": "UTF-8", "Title": "HTTP and WebSocket Server Library", "Version": "1.6.11", - "Authors@R": "c(\nperson(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@rstudio.com\"),\nperson(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\"),\nperson(\"Posit, PBC\", role = \"cph\", \"fnd\"),\nperson(\"Hector\", \"Corrada Bravo\", role = \"ctb\"),\nperson(\"Jeroen\", \"Ooms\", role = \"ctb\"),\nperson(\"Andrzej\", \"Krzemienski\", role = \"cph\", comment = \"optional.hpp\"),\nperson(\"libuv project contributors\", role = \"cph\",\ncomment = \"libuv library, see src/libuv/AUTHORS file\"),\nperson(\"Joyent, Inc. and other Node contributors\", role = \"cph\",\ncomment = \"libuv library, see src/libuv/AUTHORS file; and http-parser library, see src/http-parser/AUTHORS file\"),\nperson(\"Niels\", \"Provos\", role = \"cph\", comment = \"libuv subcomponent: tree.h\"),\nperson(\"Internet Systems Consortium, Inc.\", role = \"cph\",\ncomment = \"libuv subcomponent: inet_pton and inet_ntop, contained in src/libuv/src/inet.c\"),\nperson(\"Alexander\", \"Chemeris\", role = \"cph\",\ncomment = \"libuv subcomponent: stdint-msvc2008.h (from msinttypes)\"),\nperson(\"Google, Inc.\", role = \"cph\", comment = \"libuv subcomponent: pthread-fixes.c\"),\nperson(\"Sony Mobile Communcations AB\", role = \"cph\",\ncomment = \"libuv subcomponent: pthread-fixes.c\"),\nperson(\"Berkeley Software Design Inc.\", role = \"cph\",\ncomment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\nperson(\"Kenneth\", \"MacKay\", role = \"cph\",\ncomment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\nperson(\"Emergya (Cloud4all, FP7/2007-2013, grant agreement no 289016)\", role = \"cph\",\ncomment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\nperson(\"Steve\", \"Reid\", role = \"aut\", comment = \"SHA-1 implementation\"),\nperson(\"James\", \"Brown\", role = \"aut\", comment = \"SHA-1 implementation\"),\nperson(\"Bob\", \"Trower\", role = \"aut\", comment = \"base64 implementation\"),\nperson(\"Alexander\", \"Peslyak\", role = \"aut\", comment = \"MD5 implementation\"),\nperson(\"Trantor Standard Systems\", role = \"cph\", comment = \"base64 implementation\"),\nperson(\"Igor\", \"Sysoev\", role = \"cph\", comment = \"http-parser\")\n)", - "Description": "Provides low-level socket and protocol support for handling\nHTTP and WebSocket requests directly from within R. It is primarily\nintended as a building block for other packages, rather than making it\nparticularly easy to create complete web applications using httpuv alone.\nhttpuv is built on top of the libuv and http-parser C libraries, both of\nwhich were developed by Joyent, Inc. (See LICENSE file for libuv and\nhttp-parser license information.)", + "Authors@R": "c(\n person(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@rstudio.com\"),\n person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\"),\n person(\"Posit, PBC\", role = \"cph\", \"fnd\"),\n person(\"Hector\", \"Corrada Bravo\", role = \"ctb\"),\n person(\"Jeroen\", \"Ooms\", role = \"ctb\"),\n person(\"Andrzej\", \"Krzemienski\", role = \"cph\", comment = \"optional.hpp\"),\n person(\"libuv project contributors\", role = \"cph\",\n comment = \"libuv library, see src/libuv/AUTHORS file\"),\n person(\"Joyent, Inc. and other Node contributors\", role = \"cph\",\n comment = \"libuv library, see src/libuv/AUTHORS file; and http-parser library, see src/http-parser/AUTHORS file\"),\n person(\"Niels\", \"Provos\", role = \"cph\", comment = \"libuv subcomponent: tree.h\"),\n person(\"Internet Systems Consortium, Inc.\", role = \"cph\",\n comment = \"libuv subcomponent: inet_pton and inet_ntop, contained in src/libuv/src/inet.c\"),\n person(\"Alexander\", \"Chemeris\", role = \"cph\",\n comment = \"libuv subcomponent: stdint-msvc2008.h (from msinttypes)\"),\n person(\"Google, Inc.\", role = \"cph\", comment = \"libuv subcomponent: pthread-fixes.c\"),\n person(\"Sony Mobile Communcations AB\", role = \"cph\",\n comment = \"libuv subcomponent: pthread-fixes.c\"),\n person(\"Berkeley Software Design Inc.\", role = \"cph\",\n comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\n person(\"Kenneth\", \"MacKay\", role = \"cph\",\n comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\n person(\"Emergya (Cloud4all, FP7/2007-2013, grant agreement no 289016)\", role = \"cph\",\n comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\n person(\"Steve\", \"Reid\", role = \"aut\", comment = \"SHA-1 implementation\"),\n person(\"James\", \"Brown\", role = \"aut\", comment = \"SHA-1 implementation\"),\n person(\"Bob\", \"Trower\", role = \"aut\", comment = \"base64 implementation\"),\n person(\"Alexander\", \"Peslyak\", role = \"aut\", comment = \"MD5 implementation\"),\n person(\"Trantor Standard Systems\", role = \"cph\", comment = \"base64 implementation\"),\n person(\"Igor\", \"Sysoev\", role = \"cph\", comment = \"http-parser\")\n )", + "Description": "Provides low-level socket and protocol support for handling\n HTTP and WebSocket requests directly from within R. It is primarily\n intended as a building block for other packages, rather than making it\n particularly easy to create complete web applications using httpuv alone.\n httpuv is built on top of the libuv and http-parser C libraries, both of\n which were developed by Joyent, Inc. (See LICENSE file for libuv and\n http-parser license information.)", "License": "GPL (>= 2) | file LICENSE", "Depends": "R (>= 2.15.1)", "Imports": "Rcpp (>= 1.0.7), utils, R6, promises, later (>= 0.8.0)", @@ -982,11 +985,11 @@ "Collate": "'RcppExports.R' 'httpuv.R' 'random_port.R' 'server.R'\n'static_paths.R' 'utils.R'", "NeedsCompilation": "yes", "Packaged": "2023-05-11 01:48:49 UTC; jcheng", - "Author": "Joe Cheng [aut],\nWinston Chang [aut, cre],\nPosit, PBC fnd [cph],\nHector Corrada Bravo [ctb],\nJeroen Ooms [ctb],\nAndrzej Krzemienski [cph] (optional.hpp),\nlibuv project contributors [cph] (libuv library, see src/libuv/AUTHORS\nfile),\nJoyent, Inc. and other Node contributors [cph] (libuv library, see\nsrc/libuv/AUTHORS file; and http-parser library, see\nsrc/http-parser/AUTHORS file),\nNiels Provos [cph] (libuv subcomponent: tree.h),\nInternet Systems Consortium, Inc. [cph] (libuv subcomponent: inet_pton\nand inet_ntop, contained in src/libuv/src/inet.c),\nAlexander Chemeris [cph] (libuv subcomponent: stdint-msvc2008.h (from\nmsinttypes)),\nGoogle, Inc. [cph] (libuv subcomponent: pthread-fixes.c),\nSony Mobile Communcations AB [cph] (libuv subcomponent:\npthread-fixes.c),\nBerkeley Software Design Inc. [cph] (libuv subcomponent:\nandroid-ifaddrs.h, android-ifaddrs.c),\nKenneth MacKay [cph] (libuv subcomponent: android-ifaddrs.h,\nandroid-ifaddrs.c),\nEmergya (Cloud4all, FP7/2007-2013, grant agreement no 289016) [cph]\n(libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c),\nSteve Reid [aut] (SHA-1 implementation),\nJames Brown [aut] (SHA-1 implementation),\nBob Trower [aut] (base64 implementation),\nAlexander Peslyak [aut] (MD5 implementation),\nTrantor Standard Systems [cph] (base64 implementation),\nIgor Sysoev [cph] (http-parser)", + "Author": "Joe Cheng [aut],\n Winston Chang [aut, cre],\n Posit, PBC fnd [cph],\n Hector Corrada Bravo [ctb],\n Jeroen Ooms [ctb],\n Andrzej Krzemienski [cph] (optional.hpp),\n libuv project contributors [cph] (libuv library, see src/libuv/AUTHORS\n file),\n Joyent, Inc. and other Node contributors [cph] (libuv library, see\n src/libuv/AUTHORS file; and http-parser library, see\n src/http-parser/AUTHORS file),\n Niels Provos [cph] (libuv subcomponent: tree.h),\n Internet Systems Consortium, Inc. [cph] (libuv subcomponent: inet_pton\n and inet_ntop, contained in src/libuv/src/inet.c),\n Alexander Chemeris [cph] (libuv subcomponent: stdint-msvc2008.h (from\n msinttypes)),\n Google, Inc. [cph] (libuv subcomponent: pthread-fixes.c),\n Sony Mobile Communcations AB [cph] (libuv subcomponent:\n pthread-fixes.c),\n Berkeley Software Design Inc. [cph] (libuv subcomponent:\n android-ifaddrs.h, android-ifaddrs.c),\n Kenneth MacKay [cph] (libuv subcomponent: android-ifaddrs.h,\n android-ifaddrs.c),\n Emergya (Cloud4all, FP7/2007-2013, grant agreement no 289016) [cph]\n (libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c),\n Steve Reid [aut] (SHA-1 implementation),\n James Brown [aut] (SHA-1 implementation),\n Bob Trower [aut] (base64 implementation),\n Alexander Peslyak [aut] (MD5 implementation),\n Trantor Standard Systems [cph] (base64 implementation),\n Igor Sysoev [cph] (http-parser)", "Maintainer": "Winston Chang ", "Repository": "RSPM", "Date/Publication": "2023-05-11 08:00:05 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-05-12 11:14:51 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:12:21 UTC; unix" } }, "httr": { @@ -995,26 +998,26 @@ "description": { "Package": "httr", "Title": "Tools for Working with URLs and HTTP", - "Version": "1.4.6", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "Useful tools for working with HTTP organised by HTTP verbs\n(GET(), POST(), etc). Configuration functions make it easy to control\nadditional request components (authenticate(), add_headers() and so\non).", + "Version": "1.4.7", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Useful tools for working with HTTP organised by HTTP verbs\n (GET(), POST(), etc). Configuration functions make it easy to control\n additional request components (authenticate(), add_headers() and so\n on).", "License": "MIT + file LICENSE", "URL": "https://httr.r-lib.org/, https://github.com/r-lib/httr", "BugReports": "https://github.com/r-lib/httr/issues", "Depends": "R (>= 3.5)", - "Imports": "curl (>= 3.0.0), jsonlite, mime, openssl (>= 0.8), R6", + "Imports": "curl (>= 5.0.2), jsonlite, mime, openssl (>= 0.8), R6", "Suggests": "covr, httpuv, jpeg, knitr, png, readr, rmarkdown, testthat\n(>= 0.8.0), xml2", "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Encoding": "UTF-8", "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2023-05-04 19:23:27 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\nPosit, PBC [cph, fnd]", + "Packaged": "2023-08-15 02:56:56 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre],\n Posit, PBC [cph, fnd]", "Maintainer": "Hadley Wickham ", "Repository": "RSPM", - "Date/Publication": "2023-05-08 14:30:21 UTC", - "Built": "R 4.2.0; ; 2023-05-09 11:14:23 UTC; unix" + "Date/Publication": "2023-08-15 09:00:02 UTC", + "Built": "R 4.2.0; ; 2023-08-19 17:58:07 UTC; unix" } }, "isoband": { @@ -1024,8 +1027,8 @@ "Package": "isoband", "Title": "Generate Isolines and Isobands from Regularly Spaced Elevation\nGrids", "Version": "0.2.7", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Claus O.\", \"Wilke\", , \"wilke@austin.utexas.edu\", role = \"aut\",\ncomment = c(\"Original author\", ORCID = \"0000-0002-7470-9261\")),\nperson(\"Thomas Lin\", \"Pedersen\", , \"thomasp85@gmail.com\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-5147-4711\"))\n)", - "Description": "A fast C++ implementation to generate contour lines\n(isolines) and contour polygons (isobands) from regularly spaced grids\ncontaining elevation data.", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Claus O.\", \"Wilke\", , \"wilke@austin.utexas.edu\", role = \"aut\",\n comment = c(\"Original author\", ORCID = \"0000-0002-7470-9261\")),\n person(\"Thomas Lin\", \"Pedersen\", , \"thomasp85@gmail.com\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-5147-4711\"))\n )", + "Description": "A fast C++ implementation to generate contour lines\n (isolines) and contour polygons (isobands) from regularly spaced grids\n containing elevation data.", "License": "MIT + file LICENSE", "URL": "https://isoband.r-lib.org", "BugReports": "https://github.com/r-lib/isoband/issues", @@ -1039,11 +1042,11 @@ "SystemRequirements": "C++11", "NeedsCompilation": "yes", "Packaged": "2022-12-19 20:10:02 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre] (),\nClaus O. Wilke [aut] (Original author,\n),\nThomas Lin Pedersen [aut] ()", + "Author": "Hadley Wickham [aut, cre] (),\n Claus O. Wilke [aut] (Original author,\n ),\n Thomas Lin Pedersen [aut] ()", "Maintainer": "Hadley Wickham ", "Repository": "RSPM", "Date/Publication": "2022-12-20 10:00:13 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2022-12-21 11:20:28 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:11:42 UTC; unix" } }, "jquerylib": { @@ -1053,8 +1056,8 @@ "Package": "jquerylib", "Title": "Obtain 'jQuery' as an HTML Dependency Object", "Version": "0.1.4", - "Authors@R": "c(\nperson(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\nperson(family = \"RStudio\", role = \"cph\"),\nperson(family = \"jQuery Foundation\", role = \"cph\",\ncomment = \"jQuery library and jQuery UI library\"),\nperson(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\ncomment = \"jQuery library; authors listed in inst/lib/jquery-AUTHORS.txt\")\n)", - "Description": "Obtain any major version of 'jQuery' () and use it in any webpage generated by 'htmltools' (e.g. 'shiny', 'htmlwidgets', and 'rmarkdown').\nMost R users don't need to use this package directly, but other R packages (e.g. 'shiny', 'rmarkdown', etc.) depend on this package to avoid bundling redundant copies of 'jQuery'.", + "Authors@R": "c(\n person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\n person(family = \"RStudio\", role = \"cph\"),\n person(family = \"jQuery Foundation\", role = \"cph\",\n comment = \"jQuery library and jQuery UI library\"),\n person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"jQuery library; authors listed in inst/lib/jquery-AUTHORS.txt\")\n )", + "Description": "Obtain any major version of 'jQuery' () and use it in any webpage generated by 'htmltools' (e.g. 'shiny', 'htmlwidgets', and 'rmarkdown').\n Most R users don't need to use this package directly, but other R packages (e.g. 'shiny', 'rmarkdown', etc.) depend on this package to avoid bundling redundant copies of 'jQuery'.", "License": "MIT + file LICENSE", "Encoding": "UTF-8", "Config/testthat/edition": "3", @@ -1063,11 +1066,11 @@ "Suggests": "testthat", "NeedsCompilation": "no", "Packaged": "2021-04-26 16:40:21 UTC; cpsievert", - "Author": "Carson Sievert [aut, cre] (),\nJoe Cheng [aut],\nRStudio [cph],\njQuery Foundation [cph] (jQuery library and jQuery UI library),\njQuery contributors [ctb, cph] (jQuery library; authors listed in\ninst/lib/jquery-AUTHORS.txt)", + "Author": "Carson Sievert [aut, cre] (),\n Joe Cheng [aut],\n RStudio [cph],\n jQuery Foundation [cph] (jQuery library and jQuery UI library),\n jQuery contributors [ctb, cph] (jQuery library; authors listed in\n inst/lib/jquery-AUTHORS.txt)", "Maintainer": "Carson Sievert ", "Repository": "RSPM", "Date/Publication": "2021-04-26 17:10:02 UTC", - "Built": "R 4.2.0; ; 2022-05-06 22:46:57 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:08:07 UTC; unix" } }, "jsonlite": { @@ -1079,21 +1082,21 @@ "Title": "A Simple and Robust JSON Parser and Generator for R", "License": "MIT + file LICENSE", "Depends": "methods", - "Authors@R": "c(\nperson(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\ncomment = c(ORCID = \"0000-0002-4035-0289\")),\nperson(\"Duncan\", \"Temple Lang\", role = \"ctb\"),\nperson(\"Lloyd\", \"Hilaiel\", role = \"cph\", comment=\"author of bundled libyajl\"))", + "Authors@R": "c(\n person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\n comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"Duncan\", \"Temple Lang\", role = \"ctb\"),\n person(\"Lloyd\", \"Hilaiel\", role = \"cph\", comment=\"author of bundled libyajl\"))", "URL": "https://jeroen.r-universe.dev/jsonlite\nhttps://arxiv.org/abs/1403.2805", "BugReports": "https://github.com/jeroen/jsonlite/issues", "Maintainer": "Jeroen Ooms ", "VignetteBuilder": "knitr, R.rsp", - "Description": "A reasonably fast JSON parser and generator, optimized for statistical\ndata and the web. Offers simple, flexible tools for working with JSON in R, and\nis particularly powerful for building pipelines and interacting with a web API.\nThe implementation is based on the mapping described in the vignette (Ooms, 2014).\nIn addition to converting JSON data from/to R objects, 'jsonlite' contains\nfunctions to stream, validate, and prettify JSON data. The unit tests included\nwith the package verify that all edge cases are encoded and decoded consistently\nfor use with dynamic data in systems and applications.", + "Description": "A reasonably fast JSON parser and generator, optimized for statistical \n data and the web. Offers simple, flexible tools for working with JSON in R, and\n is particularly powerful for building pipelines and interacting with a web API. \n The implementation is based on the mapping described in the vignette (Ooms, 2014).\n In addition to converting JSON data from/to R objects, 'jsonlite' contains \n functions to stream, validate, and prettify JSON data. The unit tests included \n with the package verify that all edge cases are encoded and decoded consistently \n for use with dynamic data in systems and applications.", "Suggests": "httr, vctrs, testthat, knitr, rmarkdown, R.rsp, sf", "RoxygenNote": "7.2.3", "Encoding": "UTF-8", "NeedsCompilation": "yes", "Packaged": "2023-06-29 08:00:03 UTC; jeroen", - "Author": "Jeroen Ooms [aut, cre] (),\nDuncan Temple Lang [ctb],\nLloyd Hilaiel [cph] (author of bundled libyajl)", + "Author": "Jeroen Ooms [aut, cre] (),\n Duncan Temple Lang [ctb],\n Lloyd Hilaiel [cph] (author of bundled libyajl)", "Repository": "RSPM", "Date/Publication": "2023-06-29 22:10:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-06-30 11:42:56 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:07:35 UTC; unix" } }, "kableExtra": { @@ -1104,8 +1107,8 @@ "Type": "Package", "Title": "Construct Complex Table with 'kable' and Pipe Syntax", "Version": "1.3.4", - "Authors@R": "c(\nperson('Hao', 'Zhu', email = 'haozhu233@gmail.com', role = c('aut', 'cre'),\ncomment = c(ORCID = '0000-0002-3386-6076')),\nperson('Thomas', 'Travison', role = 'ctb'),\nperson('Timothy', 'Tsai', role = 'ctb'),\nperson('Will', 'Beasley', email = 'wibeasley@hotmail.com', role = 'ctb'),\nperson('Yihui', 'Xie', email = 'xie@yihui.name', role = 'ctb'),\nperson('GuangChuang', 'Yu', email = 'guangchuangyu@gmail.com', role = 'ctb'),\nperson('Stéphane', 'Laurent', role = 'ctb'),\nperson('Rob', 'Shepherd', role = 'ctb'),\nperson('Yoni', 'Sidi', role = 'ctb'),\nperson('Brian', 'Salzer', role = 'ctb'),\nperson('George', 'Gui', role = 'ctb'),\nperson('Yeliang', 'Fan', role = 'ctb'),\nperson('Duncan', 'Murdoch', role = 'ctb'),\nperson('Bill', 'Evans', role = 'ctb')\n)", - "Description": "Build complex HTML or 'LaTeX' tables using 'kable()' from 'knitr'\nand the piping syntax from 'magrittr'. Function 'kable()' is a light weight\ntable generator coming from 'knitr'. This package simplifies the way to\nmanipulate the HTML or 'LaTeX' codes generated by 'kable()' and allows\nusers to construct complex tables and customize styles using a readable\nsyntax.", + "Authors@R": "c(\n person('Hao', 'Zhu', email = 'haozhu233@gmail.com', role = c('aut', 'cre'),\n comment = c(ORCID = '0000-0002-3386-6076')),\n person('Thomas', 'Travison', role = 'ctb'),\n person('Timothy', 'Tsai', role = 'ctb'),\n person('Will', 'Beasley', email = 'wibeasley@hotmail.com', role = 'ctb'),\n person('Yihui', 'Xie', email = 'xie@yihui.name', role = 'ctb'),\n person('GuangChuang', 'Yu', email = 'guangchuangyu@gmail.com', role = 'ctb'),\n person('Stéphane', 'Laurent', role = 'ctb'),\n person('Rob', 'Shepherd', role = 'ctb'),\n person('Yoni', 'Sidi', role = 'ctb'), \n person('Brian', 'Salzer', role = 'ctb'),\n person('George', 'Gui', role = 'ctb'),\n person('Yeliang', 'Fan', role = 'ctb'),\n person('Duncan', 'Murdoch', role = 'ctb'),\n person('Bill', 'Evans', role = 'ctb')\n )", + "Description": "Build complex HTML or 'LaTeX' tables using 'kable()' from 'knitr' \n and the piping syntax from 'magrittr'. Function 'kable()' is a light weight \n table generator coming from 'knitr'. This package simplifies the way to \n manipulate the HTML or 'LaTeX' codes generated by 'kable()' and allows \n users to construct complex tables and customize styles using a readable \n syntax. ", "License": "MIT + file LICENSE", "LazyData": "TRUE", "URL": "http://haozhu233.github.io/kableExtra/,\nhttps://github.com/haozhu233/kableExtra", @@ -1118,11 +1121,11 @@ "RoxygenNote": "7.1.1", "NeedsCompilation": "no", "Packaged": "2021-02-19 18:56:12 UTC; haozhu", - "Author": "Hao Zhu [aut, cre] (),\nThomas Travison [ctb],\nTimothy Tsai [ctb],\nWill Beasley [ctb],\nYihui Xie [ctb],\nGuangChuang Yu [ctb],\nStéphane Laurent [ctb],\nRob Shepherd [ctb],\nYoni Sidi [ctb],\nBrian Salzer [ctb],\nGeorge Gui [ctb],\nYeliang Fan [ctb],\nDuncan Murdoch [ctb],\nBill Evans [ctb]", + "Author": "Hao Zhu [aut, cre] (),\n Thomas Travison [ctb],\n Timothy Tsai [ctb],\n Will Beasley [ctb],\n Yihui Xie [ctb],\n GuangChuang Yu [ctb],\n Stéphane Laurent [ctb],\n Rob Shepherd [ctb],\n Yoni Sidi [ctb],\n Brian Salzer [ctb],\n George Gui [ctb],\n Yeliang Fan [ctb],\n Duncan Murdoch [ctb],\n Bill Evans [ctb]", "Maintainer": "Hao Zhu ", "Repository": "RSPM", "Date/Publication": "2021-02-20 05:50:07 UTC", - "Built": "R 4.2.0; ; 2022-05-06 22:49:44 UTC; unix" + "Built": "R 4.2.0; ; 2023-08-19 18:05:44 UTC; unix" } }, "knitr": { @@ -1133,8 +1136,8 @@ "Type": "Package", "Title": "A General-Purpose Package for Dynamic Report Generation in R", "Version": "1.43", - "Authors@R": "c(\nperson(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(\"Abhraneel\", \"Sarma\", role = \"ctb\"),\nperson(\"Adam\", \"Vogt\", role = \"ctb\"),\nperson(\"Alastair\", \"Andrew\", role = \"ctb\"),\nperson(\"Alex\", \"Zvoleff\", role = \"ctb\"),\nperson(\"Amar\", \"Al-Zubaidi\", role = \"ctb\"),\nperson(\"Andre\", \"Simon\", role = \"ctb\", comment = \"the CSS files under inst/themes/ were derived from the Highlight package http://www.andre-simon.de\"),\nperson(\"Aron\", \"Atkins\", role = \"ctb\"),\nperson(\"Aaron\", \"Wolen\", role = \"ctb\"),\nperson(\"Ashley\", \"Manton\", role = \"ctb\"),\nperson(\"Atsushi\", \"Yasumoto\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8335-495X\")),\nperson(\"Ben\", \"Baumer\", role = \"ctb\"),\nperson(\"Brian\", \"Diggs\", role = \"ctb\"),\nperson(\"Brian\", \"Zhang\", role = \"ctb\"),\nperson(\"Bulat\", \"Yapparov\", role = \"ctb\"),\nperson(\"Cassio\", \"Pereira\", role = \"ctb\"),\nperson(\"Christophe\", \"Dervieux\", role = \"ctb\"),\nperson(\"David\", \"Hall\", role = \"ctb\"),\nperson(\"David\", \"Hugh-Jones\", role = \"ctb\"),\nperson(\"David\", \"Robinson\", role = \"ctb\"),\nperson(\"Doug\", \"Hemken\", role = \"ctb\"),\nperson(\"Duncan\", \"Murdoch\", role = \"ctb\"),\nperson(\"Elio\", \"Campitelli\", role = \"ctb\"),\nperson(\"Ellis\", \"Hughes\", role = \"ctb\"),\nperson(\"Emily\", \"Riederer\", role = \"ctb\"),\nperson(\"Fabian\", \"Hirschmann\", role = \"ctb\"),\nperson(\"Fitch\", \"Simeon\", role = \"ctb\"),\nperson(\"Forest\", \"Fang\", role = \"ctb\"),\nperson(c(\"Frank\", \"E\", \"Harrell\", \"Jr\"), role = \"ctb\", comment = \"the Sweavel package at inst/misc/Sweavel.sty\"),\nperson(\"Garrick\", \"Aden-Buie\", role = \"ctb\"),\nperson(\"Gregoire\", \"Detrez\", role = \"ctb\"),\nperson(\"Hadley\", \"Wickham\", role = \"ctb\"),\nperson(\"Hao\", \"Zhu\", role = \"ctb\"),\nperson(\"Heewon\", \"Jeon\", role = \"ctb\"),\nperson(\"Henrik\", \"Bengtsson\", role = \"ctb\"),\nperson(\"Hiroaki\", \"Yutani\", role = \"ctb\"),\nperson(\"Ian\", \"Lyttle\", role = \"ctb\"),\nperson(\"Hodges\", \"Daniel\", role = \"ctb\"),\nperson(\"Jacob\", \"Bien\", role = \"ctb\"),\nperson(\"Jake\", \"Burkhead\", role = \"ctb\"),\nperson(\"James\", \"Manton\", role = \"ctb\"),\nperson(\"Jared\", \"Lander\", role = \"ctb\"),\nperson(\"Jason\", \"Punyon\", role = \"ctb\"),\nperson(\"Javier\", \"Luraschi\", role = \"ctb\"),\nperson(\"Jeff\", \"Arnold\", role = \"ctb\"),\nperson(\"Jenny\", \"Bryan\", role = \"ctb\"),\nperson(\"Jeremy\", \"Ashkenas\", role = c(\"ctb\", \"cph\"), comment = \"the CSS file at inst/misc/docco-classic.css\"),\nperson(\"Jeremy\", \"Stephens\", role = \"ctb\"),\nperson(\"Jim\", \"Hester\", role = \"ctb\"),\nperson(\"Joe\", \"Cheng\", role = \"ctb\"),\nperson(\"Johannes\", \"Ranke\", role = \"ctb\"),\nperson(\"John\", \"Honaker\", role = \"ctb\"),\nperson(\"John\", \"Muschelli\", role = \"ctb\"),\nperson(\"Jonathan\", \"Keane\", role = \"ctb\"),\nperson(\"JJ\", \"Allaire\", role = \"ctb\"),\nperson(\"Johan\", \"Toloe\", role = \"ctb\"),\nperson(\"Jonathan\", \"Sidi\", role = \"ctb\"),\nperson(\"Joseph\", \"Larmarange\", role = \"ctb\"),\nperson(\"Julien\", \"Barnier\", role = \"ctb\"),\nperson(\"Kaiyin\", \"Zhong\", role = \"ctb\"),\nperson(\"Kamil\", \"Slowikowski\", role = \"ctb\"),\nperson(\"Karl\", \"Forner\", role = \"ctb\"),\nperson(c(\"Kevin\", \"K.\"), \"Smith\", role = \"ctb\"),\nperson(\"Kirill\", \"Mueller\", role = \"ctb\"),\nperson(\"Kohske\", \"Takahashi\", role = \"ctb\"),\nperson(\"Lorenz\", \"Walthert\", role = \"ctb\"),\nperson(\"Lucas\", \"Gallindo\", role = \"ctb\"),\nperson(\"Marius\", \"Hofert\", role = \"ctb\"),\nperson(\"Martin\", \"Modrák\", role = \"ctb\"),\nperson(\"Michael\", \"Chirico\", role = \"ctb\"),\nperson(\"Michael\", \"Friendly\", role = \"ctb\"),\nperson(\"Michal\", \"Bojanowski\", role = \"ctb\"),\nperson(\"Michel\", \"Kuhlmann\", role = \"ctb\"),\nperson(\"Miller\", \"Patrick\", role = \"ctb\"),\nperson(\"Nacho\", \"Caballero\", role = \"ctb\"),\nperson(\"Nick\", \"Salkowski\", role = \"ctb\"),\nperson(\"Niels Richard\", \"Hansen\", role = \"ctb\"),\nperson(\"Noam\", \"Ross\", role = \"ctb\"),\nperson(\"Obada\", \"Mahdi\", role = \"ctb\"),\nperson(\"Pavel N.\", \"Krivitsky\", role = \"ctb\", comment=c(ORCID = \"0000-0002-9101-3362\")),\nperson(\"Pedro\", \"Faria\", role = \"ctb\"),\nperson(\"Qiang\", \"Li\", role = \"ctb\"),\nperson(\"Ramnath\", \"Vaidyanathan\", role = \"ctb\"),\nperson(\"Richard\", \"Cotton\", role = \"ctb\"),\nperson(\"Robert\", \"Krzyzanowski\", role = \"ctb\"),\nperson(\"Rodrigo\", \"Copetti\", role = \"ctb\"),\nperson(\"Romain\", \"Francois\", role = \"ctb\"),\nperson(\"Ruaridh\", \"Williamson\", role = \"ctb\"),\nperson(\"Sagiru\", \"Mati\", role = \"ctb\", comment = c(ORCID = \"0000-0003-1413-3974\")),\nperson(\"Scott\", \"Kostyshak\", role = \"ctb\"),\nperson(\"Sebastian\", \"Meyer\", role = \"ctb\"),\nperson(\"Sietse\", \"Brouwer\", role = \"ctb\"),\nperson(c(\"Simon\", \"de\"), \"Bernard\", role = \"ctb\"),\nperson(\"Sylvain\", \"Rousseau\", role = \"ctb\"),\nperson(\"Taiyun\", \"Wei\", role = \"ctb\"),\nperson(\"Thibaut\", \"Assus\", role = \"ctb\"),\nperson(\"Thibaut\", \"Lamadon\", role = \"ctb\"),\nperson(\"Thomas\", \"Leeper\", role = \"ctb\"),\nperson(\"Tim\", \"Mastny\", role = \"ctb\"),\nperson(\"Tom\", \"Torsney-Weir\", role = \"ctb\"),\nperson(\"Trevor\", \"Davis\", role = \"ctb\"),\nperson(\"Viktoras\", \"Veitas\", role = \"ctb\"),\nperson(\"Weicheng\", \"Zhu\", role = \"ctb\"),\nperson(\"Wush\", \"Wu\", role = \"ctb\"),\nperson(\"Zachary\", \"Foster\", role = \"ctb\"),\nperson(\"Zhian N.\", \"Kamvar\", role = \"ctb\", comment = c(ORCID = \"0000-0003-1458-7108\")),\nperson(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "Provides a general-purpose tool for dynamic report generation in R\nusing Literate Programming techniques.", + "Authors@R": "c(\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Abhraneel\", \"Sarma\", role = \"ctb\"),\n person(\"Adam\", \"Vogt\", role = \"ctb\"),\n person(\"Alastair\", \"Andrew\", role = \"ctb\"),\n person(\"Alex\", \"Zvoleff\", role = \"ctb\"),\n person(\"Amar\", \"Al-Zubaidi\", role = \"ctb\"),\n person(\"Andre\", \"Simon\", role = \"ctb\", comment = \"the CSS files under inst/themes/ were derived from the Highlight package http://www.andre-simon.de\"),\n person(\"Aron\", \"Atkins\", role = \"ctb\"),\n person(\"Aaron\", \"Wolen\", role = \"ctb\"),\n person(\"Ashley\", \"Manton\", role = \"ctb\"),\n person(\"Atsushi\", \"Yasumoto\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8335-495X\")),\n person(\"Ben\", \"Baumer\", role = \"ctb\"),\n person(\"Brian\", \"Diggs\", role = \"ctb\"),\n person(\"Brian\", \"Zhang\", role = \"ctb\"),\n person(\"Bulat\", \"Yapparov\", role = \"ctb\"),\n person(\"Cassio\", \"Pereira\", role = \"ctb\"),\n person(\"Christophe\", \"Dervieux\", role = \"ctb\"),\n person(\"David\", \"Hall\", role = \"ctb\"),\n person(\"David\", \"Hugh-Jones\", role = \"ctb\"),\n person(\"David\", \"Robinson\", role = \"ctb\"),\n person(\"Doug\", \"Hemken\", role = \"ctb\"),\n person(\"Duncan\", \"Murdoch\", role = \"ctb\"),\n person(\"Elio\", \"Campitelli\", role = \"ctb\"),\n person(\"Ellis\", \"Hughes\", role = \"ctb\"),\n person(\"Emily\", \"Riederer\", role = \"ctb\"),\n person(\"Fabian\", \"Hirschmann\", role = \"ctb\"),\n person(\"Fitch\", \"Simeon\", role = \"ctb\"),\n person(\"Forest\", \"Fang\", role = \"ctb\"),\n person(c(\"Frank\", \"E\", \"Harrell\", \"Jr\"), role = \"ctb\", comment = \"the Sweavel package at inst/misc/Sweavel.sty\"),\n person(\"Garrick\", \"Aden-Buie\", role = \"ctb\"),\n person(\"Gregoire\", \"Detrez\", role = \"ctb\"),\n person(\"Hadley\", \"Wickham\", role = \"ctb\"),\n person(\"Hao\", \"Zhu\", role = \"ctb\"),\n person(\"Heewon\", \"Jeon\", role = \"ctb\"),\n person(\"Henrik\", \"Bengtsson\", role = \"ctb\"),\n person(\"Hiroaki\", \"Yutani\", role = \"ctb\"),\n person(\"Ian\", \"Lyttle\", role = \"ctb\"),\n person(\"Hodges\", \"Daniel\", role = \"ctb\"),\n person(\"Jacob\", \"Bien\", role = \"ctb\"),\n person(\"Jake\", \"Burkhead\", role = \"ctb\"),\n person(\"James\", \"Manton\", role = \"ctb\"),\n person(\"Jared\", \"Lander\", role = \"ctb\"),\n person(\"Jason\", \"Punyon\", role = \"ctb\"),\n person(\"Javier\", \"Luraschi\", role = \"ctb\"),\n person(\"Jeff\", \"Arnold\", role = \"ctb\"),\n person(\"Jenny\", \"Bryan\", role = \"ctb\"),\n person(\"Jeremy\", \"Ashkenas\", role = c(\"ctb\", \"cph\"), comment = \"the CSS file at inst/misc/docco-classic.css\"),\n person(\"Jeremy\", \"Stephens\", role = \"ctb\"),\n person(\"Jim\", \"Hester\", role = \"ctb\"),\n person(\"Joe\", \"Cheng\", role = \"ctb\"),\n person(\"Johannes\", \"Ranke\", role = \"ctb\"),\n person(\"John\", \"Honaker\", role = \"ctb\"),\n person(\"John\", \"Muschelli\", role = \"ctb\"),\n person(\"Jonathan\", \"Keane\", role = \"ctb\"),\n person(\"JJ\", \"Allaire\", role = \"ctb\"),\n person(\"Johan\", \"Toloe\", role = \"ctb\"),\n person(\"Jonathan\", \"Sidi\", role = \"ctb\"),\n person(\"Joseph\", \"Larmarange\", role = \"ctb\"),\n person(\"Julien\", \"Barnier\", role = \"ctb\"),\n person(\"Kaiyin\", \"Zhong\", role = \"ctb\"),\n person(\"Kamil\", \"Slowikowski\", role = \"ctb\"),\n person(\"Karl\", \"Forner\", role = \"ctb\"),\n person(c(\"Kevin\", \"K.\"), \"Smith\", role = \"ctb\"),\n person(\"Kirill\", \"Mueller\", role = \"ctb\"),\n person(\"Kohske\", \"Takahashi\", role = \"ctb\"),\n person(\"Lorenz\", \"Walthert\", role = \"ctb\"),\n person(\"Lucas\", \"Gallindo\", role = \"ctb\"),\n person(\"Marius\", \"Hofert\", role = \"ctb\"),\n person(\"Martin\", \"Modrák\", role = \"ctb\"),\n person(\"Michael\", \"Chirico\", role = \"ctb\"),\n person(\"Michael\", \"Friendly\", role = \"ctb\"),\n person(\"Michal\", \"Bojanowski\", role = \"ctb\"),\n person(\"Michel\", \"Kuhlmann\", role = \"ctb\"),\n person(\"Miller\", \"Patrick\", role = \"ctb\"),\n person(\"Nacho\", \"Caballero\", role = \"ctb\"),\n person(\"Nick\", \"Salkowski\", role = \"ctb\"),\n person(\"Niels Richard\", \"Hansen\", role = \"ctb\"),\n person(\"Noam\", \"Ross\", role = \"ctb\"),\n person(\"Obada\", \"Mahdi\", role = \"ctb\"),\n person(\"Pavel N.\", \"Krivitsky\", role = \"ctb\", comment=c(ORCID = \"0000-0002-9101-3362\")),\n person(\"Pedro\", \"Faria\", role = \"ctb\"),\n person(\"Qiang\", \"Li\", role = \"ctb\"),\n person(\"Ramnath\", \"Vaidyanathan\", role = \"ctb\"),\n person(\"Richard\", \"Cotton\", role = \"ctb\"),\n person(\"Robert\", \"Krzyzanowski\", role = \"ctb\"),\n person(\"Rodrigo\", \"Copetti\", role = \"ctb\"),\n person(\"Romain\", \"Francois\", role = \"ctb\"),\n person(\"Ruaridh\", \"Williamson\", role = \"ctb\"),\n person(\"Sagiru\", \"Mati\", role = \"ctb\", comment = c(ORCID = \"0000-0003-1413-3974\")),\n person(\"Scott\", \"Kostyshak\", role = \"ctb\"),\n person(\"Sebastian\", \"Meyer\", role = \"ctb\"),\n person(\"Sietse\", \"Brouwer\", role = \"ctb\"),\n person(c(\"Simon\", \"de\"), \"Bernard\", role = \"ctb\"),\n person(\"Sylvain\", \"Rousseau\", role = \"ctb\"),\n person(\"Taiyun\", \"Wei\", role = \"ctb\"),\n person(\"Thibaut\", \"Assus\", role = \"ctb\"),\n person(\"Thibaut\", \"Lamadon\", role = \"ctb\"),\n person(\"Thomas\", \"Leeper\", role = \"ctb\"),\n person(\"Tim\", \"Mastny\", role = \"ctb\"),\n person(\"Tom\", \"Torsney-Weir\", role = \"ctb\"),\n person(\"Trevor\", \"Davis\", role = \"ctb\"),\n person(\"Viktoras\", \"Veitas\", role = \"ctb\"),\n person(\"Weicheng\", \"Zhu\", role = \"ctb\"),\n person(\"Wush\", \"Wu\", role = \"ctb\"),\n person(\"Zachary\", \"Foster\", role = \"ctb\"),\n person(\"Zhian N.\", \"Kamvar\", role = \"ctb\", comment = c(ORCID = \"0000-0003-1458-7108\")),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Provides a general-purpose tool for dynamic report generation in R\n using Literate Programming techniques.", "Depends": "R (>= 3.3.0)", "Imports": "evaluate (>= 0.15), highr, methods, tools, xfun (>= 0.39),\nyaml (>= 2.1.19)", "Suggests": "bslib, codetools, DBI (>= 0.4-1), digest, formatR, gifski,\ngridSVG, htmlwidgets (>= 0.7), curl, jpeg, JuliaCall (>=\n0.11.1), magick, markdown (>= 1.3), png, ragg, reticulate (>=\n1.4), rgl (>= 0.95.1201), rlang, rmarkdown, sass, showtext,\nstyler (>= 1.2.0), targets (>= 0.6.0), testit, tibble,\ntikzDevice (>= 0.10), tinytex, webshot, rstudioapi, xml2 (>=\n1.2.0)", @@ -1148,11 +1151,11 @@ "RoxygenNote": "7.2.3", "NeedsCompilation": "no", "Packaged": "2023-05-24 02:50:56 UTC; yihui", - "Author": "Yihui Xie [aut, cre] (),\nAbhraneel Sarma [ctb],\nAdam Vogt [ctb],\nAlastair Andrew [ctb],\nAlex Zvoleff [ctb],\nAmar Al-Zubaidi [ctb],\nAndre Simon [ctb] (the CSS files under inst/themes/ were derived from\nthe Highlight package http://www.andre-simon.de),\nAron Atkins [ctb],\nAaron Wolen [ctb],\nAshley Manton [ctb],\nAtsushi Yasumoto [ctb] (),\nBen Baumer [ctb],\nBrian Diggs [ctb],\nBrian Zhang [ctb],\nBulat Yapparov [ctb],\nCassio Pereira [ctb],\nChristophe Dervieux [ctb],\nDavid Hall [ctb],\nDavid Hugh-Jones [ctb],\nDavid Robinson [ctb],\nDoug Hemken [ctb],\nDuncan Murdoch [ctb],\nElio Campitelli [ctb],\nEllis Hughes [ctb],\nEmily Riederer [ctb],\nFabian Hirschmann [ctb],\nFitch Simeon [ctb],\nForest Fang [ctb],\nFrank E Harrell Jr [ctb] (the Sweavel package at inst/misc/Sweavel.sty),\nGarrick Aden-Buie [ctb],\nGregoire Detrez [ctb],\nHadley Wickham [ctb],\nHao Zhu [ctb],\nHeewon Jeon [ctb],\nHenrik Bengtsson [ctb],\nHiroaki Yutani [ctb],\nIan Lyttle [ctb],\nHodges Daniel [ctb],\nJacob Bien [ctb],\nJake Burkhead [ctb],\nJames Manton [ctb],\nJared Lander [ctb],\nJason Punyon [ctb],\nJavier Luraschi [ctb],\nJeff Arnold [ctb],\nJenny Bryan [ctb],\nJeremy Ashkenas [ctb, cph] (the CSS file at\ninst/misc/docco-classic.css),\nJeremy Stephens [ctb],\nJim Hester [ctb],\nJoe Cheng [ctb],\nJohannes Ranke [ctb],\nJohn Honaker [ctb],\nJohn Muschelli [ctb],\nJonathan Keane [ctb],\nJJ Allaire [ctb],\nJohan Toloe [ctb],\nJonathan Sidi [ctb],\nJoseph Larmarange [ctb],\nJulien Barnier [ctb],\nKaiyin Zhong [ctb],\nKamil Slowikowski [ctb],\nKarl Forner [ctb],\nKevin K. Smith [ctb],\nKirill Mueller [ctb],\nKohske Takahashi [ctb],\nLorenz Walthert [ctb],\nLucas Gallindo [ctb],\nMarius Hofert [ctb],\nMartin Modrák [ctb],\nMichael Chirico [ctb],\nMichael Friendly [ctb],\nMichal Bojanowski [ctb],\nMichel Kuhlmann [ctb],\nMiller Patrick [ctb],\nNacho Caballero [ctb],\nNick Salkowski [ctb],\nNiels Richard Hansen [ctb],\nNoam Ross [ctb],\nObada Mahdi [ctb],\nPavel N. Krivitsky [ctb] (),\nPedro Faria [ctb],\nQiang Li [ctb],\nRamnath Vaidyanathan [ctb],\nRichard Cotton [ctb],\nRobert Krzyzanowski [ctb],\nRodrigo Copetti [ctb],\nRomain Francois [ctb],\nRuaridh Williamson [ctb],\nSagiru Mati [ctb] (),\nScott Kostyshak [ctb],\nSebastian Meyer [ctb],\nSietse Brouwer [ctb],\nSimon de Bernard [ctb],\nSylvain Rousseau [ctb],\nTaiyun Wei [ctb],\nThibaut Assus [ctb],\nThibaut Lamadon [ctb],\nThomas Leeper [ctb],\nTim Mastny [ctb],\nTom Torsney-Weir [ctb],\nTrevor Davis [ctb],\nViktoras Veitas [ctb],\nWeicheng Zhu [ctb],\nWush Wu [ctb],\nZachary Foster [ctb],\nZhian N. Kamvar [ctb] (),\nPosit Software, PBC [cph, fnd]", + "Author": "Yihui Xie [aut, cre] (),\n Abhraneel Sarma [ctb],\n Adam Vogt [ctb],\n Alastair Andrew [ctb],\n Alex Zvoleff [ctb],\n Amar Al-Zubaidi [ctb],\n Andre Simon [ctb] (the CSS files under inst/themes/ were derived from\n the Highlight package http://www.andre-simon.de),\n Aron Atkins [ctb],\n Aaron Wolen [ctb],\n Ashley Manton [ctb],\n Atsushi Yasumoto [ctb] (),\n Ben Baumer [ctb],\n Brian Diggs [ctb],\n Brian Zhang [ctb],\n Bulat Yapparov [ctb],\n Cassio Pereira [ctb],\n Christophe Dervieux [ctb],\n David Hall [ctb],\n David Hugh-Jones [ctb],\n David Robinson [ctb],\n Doug Hemken [ctb],\n Duncan Murdoch [ctb],\n Elio Campitelli [ctb],\n Ellis Hughes [ctb],\n Emily Riederer [ctb],\n Fabian Hirschmann [ctb],\n Fitch Simeon [ctb],\n Forest Fang [ctb],\n Frank E Harrell Jr [ctb] (the Sweavel package at inst/misc/Sweavel.sty),\n Garrick Aden-Buie [ctb],\n Gregoire Detrez [ctb],\n Hadley Wickham [ctb],\n Hao Zhu [ctb],\n Heewon Jeon [ctb],\n Henrik Bengtsson [ctb],\n Hiroaki Yutani [ctb],\n Ian Lyttle [ctb],\n Hodges Daniel [ctb],\n Jacob Bien [ctb],\n Jake Burkhead [ctb],\n James Manton [ctb],\n Jared Lander [ctb],\n Jason Punyon [ctb],\n Javier Luraschi [ctb],\n Jeff Arnold [ctb],\n Jenny Bryan [ctb],\n Jeremy Ashkenas [ctb, cph] (the CSS file at\n inst/misc/docco-classic.css),\n Jeremy Stephens [ctb],\n Jim Hester [ctb],\n Joe Cheng [ctb],\n Johannes Ranke [ctb],\n John Honaker [ctb],\n John Muschelli [ctb],\n Jonathan Keane [ctb],\n JJ Allaire [ctb],\n Johan Toloe [ctb],\n Jonathan Sidi [ctb],\n Joseph Larmarange [ctb],\n Julien Barnier [ctb],\n Kaiyin Zhong [ctb],\n Kamil Slowikowski [ctb],\n Karl Forner [ctb],\n Kevin K. Smith [ctb],\n Kirill Mueller [ctb],\n Kohske Takahashi [ctb],\n Lorenz Walthert [ctb],\n Lucas Gallindo [ctb],\n Marius Hofert [ctb],\n Martin Modrák [ctb],\n Michael Chirico [ctb],\n Michael Friendly [ctb],\n Michal Bojanowski [ctb],\n Michel Kuhlmann [ctb],\n Miller Patrick [ctb],\n Nacho Caballero [ctb],\n Nick Salkowski [ctb],\n Niels Richard Hansen [ctb],\n Noam Ross [ctb],\n Obada Mahdi [ctb],\n Pavel N. Krivitsky [ctb] (),\n Pedro Faria [ctb],\n Qiang Li [ctb],\n Ramnath Vaidyanathan [ctb],\n Richard Cotton [ctb],\n Robert Krzyzanowski [ctb],\n Rodrigo Copetti [ctb],\n Romain Francois [ctb],\n Ruaridh Williamson [ctb],\n Sagiru Mati [ctb] (),\n Scott Kostyshak [ctb],\n Sebastian Meyer [ctb],\n Sietse Brouwer [ctb],\n Simon de Bernard [ctb],\n Sylvain Rousseau [ctb],\n Taiyun Wei [ctb],\n Thibaut Assus [ctb],\n Thibaut Lamadon [ctb],\n Thomas Leeper [ctb],\n Tim Mastny [ctb],\n Tom Torsney-Weir [ctb],\n Trevor Davis [ctb],\n Viktoras Veitas [ctb],\n Weicheng Zhu [ctb],\n Wush Wu [ctb],\n Zachary Foster [ctb],\n Zhian N. Kamvar [ctb] (),\n Posit Software, PBC [cph, fnd]", "Maintainer": "Yihui Xie ", - "Repository": "RSPM", + "Repository": "CRAN", "Date/Publication": "2023-05-25 09:20:08 UTC", - "Built": "R 4.2.0; ; 2023-05-26 11:32:25 UTC; unix" + "Built": "R 4.2.0; ; 2023-05-28 15:07:51 UTC; unix" } }, "labeling": { @@ -1162,20 +1165,20 @@ "Package": "labeling", "Type": "Package", "Title": "Axis Labeling", - "Version": "0.4.2", - "Date": "2020-10-15", + "Version": "0.4.3", + "Date": "2023-08-29", "Author": "Justin Talbot,", "Maintainer": "Nuno Sempere ", - "Description": "Functions which provide a range of axis labeling algorithms.", + "Description": "Functions which provide a range of axis labeling algorithms. ", "License": "MIT + file LICENSE | Unlimited", "Collate": "'labeling.R'", "NeedsCompilation": "no", "Imports": "stats, graphics", - "Packaged": "2020-10-18 12:56:46 UTC; nuno", + "Packaged": "2023-08-29 21:01:57 UTC; loki", "Repository": "RSPM", - "Date/Publication": "2020-10-20 07:00:09 UTC", + "Date/Publication": "2023-08-29 22:20:02 UTC", "Encoding": "UTF-8", - "Built": "R 4.2.0; ; 2022-05-06 22:43:40 UTC; unix" + "Built": "R 4.2.0; ; 2023-08-31 02:31:27 UTC; unix" } }, "later": { @@ -1186,8 +1189,8 @@ "Type": "Package", "Title": "Utilities for Scheduling Functions to Execute Later with Event\nLoops", "Version": "1.3.1", - "Authors@R": "c(\nperson(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\"),\nperson(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@rstudio.com\"),\nperson(family = \"RStudio\", role = \"cph\"),\nperson(\"Marcus\", \"Geelnard\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\"),\nperson(\"Evan\", \"Nemerson\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\")\n)", - "Description": "Executes arbitrary R or C functions some time after the current\ntime, after the R execution stack has emptied. The functions are scheduled\nin an event loop.", + "Authors@R": "c(\n person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\"),\n person(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@rstudio.com\"),\n person(family = \"RStudio\", role = \"cph\"),\n person(\"Marcus\", \"Geelnard\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\"),\n person(\"Evan\", \"Nemerson\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\")\n )", + "Description": "Executes arbitrary R or C functions some time after the current\n time, after the R execution stack has emptied. The functions are scheduled\n in an event loop.", "URL": "https://r-lib.github.io/later/, https://github.com/r-lib/later", "BugReports": "https://github.com/r-lib/later/issues", "License": "MIT + file LICENSE", @@ -1199,11 +1202,11 @@ "Encoding": "UTF-8", "NeedsCompilation": "yes", "Packaged": "2023-05-01 21:09:55 UTC; winston", - "Author": "Winston Chang [aut, cre],\nJoe Cheng [aut],\nRStudio [cph],\nMarcus Geelnard [ctb, cph] (TinyCThread library,\nhttps://tinycthread.github.io/),\nEvan Nemerson [ctb, cph] (TinyCThread library,\nhttps://tinycthread.github.io/)", + "Author": "Winston Chang [aut, cre],\n Joe Cheng [aut],\n RStudio [cph],\n Marcus Geelnard [ctb, cph] (TinyCThread library,\n https://tinycthread.github.io/),\n Evan Nemerson [ctb, cph] (TinyCThread library,\n https://tinycthread.github.io/)", "Maintainer": "Winston Chang ", "Repository": "RSPM", "Date/Publication": "2023-05-02 18:10:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-05-03 11:23:37 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:11:28 UTC; unix" } }, "lattice": { @@ -1211,29 +1214,28 @@ "Repository": "https://p3m.dev/cran/latest", "description": { "Package": "lattice", - "Version": "0.21-8", - "Date": "2023-04-05", + "Version": "0.20-45", + "Date": "2021-09-18", "Priority": "recommended", "Title": "Trellis Graphics for R", - "Authors@R": "c(person(\"Deepayan\", \"Sarkar\", role = c(\"aut\", \"cre\"),\nemail = \"deepayan.sarkar@r-project.org\",\ncomment = c(ORCID = \"0000-0003-4107-1553\")),\nperson(\"Felix\", \"Andrews\", role = \"ctb\"),\nperson(\"Kevin\", \"Wright\", role = \"ctb\", comment = \"documentation\"),\nperson(\"Neil\", \"Klepeis\", role = \"ctb\"),\nperson(\"Johan\", \"Larsson\", role = \"ctb\", comment = \"miscellaneous improvements\"),\nperson(\"Zhijian (Jason)\", \"Wen\", role = \"cph\", comment = \"filled contour code\"),\nperson(\"Paul\", \"Murrell\", role = \"ctb\", email = \"paul@stat.auckland.ac.nz\"),\nperson(\"Stefan\", \"Eng\", role = \"ctb\", comment = \"violin plot improvements\"),\nperson(\"Achim\", \"Zeileis\", role = \"ctb\", comment = \"modern colors\")\n)", - "Description": "A powerful and elegant high-level data visualization\nsystem inspired by Trellis graphics, with an emphasis on\nmultivariate data. Lattice is sufficient for typical graphics needs,\nand is also flexible enough to handle most nonstandard requirements.\nSee ?Lattice for an introduction.", - "Depends": "R (>= 4.0.0)", - "Suggests": "KernSmooth, MASS, latticeExtra, colorspace", + "Authors@R": "c(person(\"Deepayan\", \"Sarkar\", role = c(\"aut\", \"cre\"),\n\t email = \"deepayan.sarkar@r-project.org\",\n\t\t comment = c(ORCID = \"0000-0003-4107-1553\")),\n person(\"Felix\", \"Andrews\", role = \"ctb\"),\n\t person(\"Kevin\", \"Wright\", role = \"ctb\", comment = \"documentation\"),\n\t person(\"Neil\", \"Klepeis\", role = \"ctb\"),\n\t person(\"Johan\", \"Larsson\", role = \"ctb\", comment = \"colorkey title\"),\n person(\"Paul\", \"Murrell\", role = \"ctb\", email = \"paul@stat.auckland.ac.nz\"))", + "Description": "A powerful and elegant high-level data visualization\n system inspired by Trellis graphics, with an emphasis on\n multivariate data. Lattice is sufficient for typical graphics needs,\n and is also flexible enough to handle most nonstandard requirements.\n See ?Lattice for an introduction.", + "Depends": "R (>= 3.0.0)", + "Suggests": "KernSmooth, MASS, latticeExtra", "Imports": "grid, grDevices, graphics, stats, utils", "Enhances": "chron", "LazyLoad": "yes", "LazyData": "yes", "License": "GPL (>= 2)", - "URL": "https://lattice.r-forge.r-project.org/", + "URL": "http://lattice.r-forge.r-project.org/", "BugReports": "https://github.com/deepayan/lattice/issues", "NeedsCompilation": "yes", - "Packaged": "2023-04-05 15:31:40 UTC; deepayan", - "Author": "Deepayan Sarkar [aut, cre] (),\nFelix Andrews [ctb],\nKevin Wright [ctb] (documentation),\nNeil Klepeis [ctb],\nJohan Larsson [ctb] (miscellaneous improvements),\nZhijian (Jason) Wen [cph] (filled contour code),\nPaul Murrell [ctb],\nStefan Eng [ctb] (violin plot improvements),\nAchim Zeileis [ctb] (modern colors)", + "Packaged": "2021-09-22 09:17:07 UTC; deepayan", + "Author": "Deepayan Sarkar [aut, cre] (),\n Felix Andrews [ctb],\n Kevin Wright [ctb] (documentation),\n Neil Klepeis [ctb],\n Johan Larsson [ctb] (colorkey title),\n Paul Murrell [ctb]", "Maintainer": "Deepayan Sarkar ", - "Repository": "RSPM", - "Date/Publication": "2023-04-05 17:43:19 UTC", - "Encoding": "UTF-8", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-04-06 13:18:44 UTC; unix" + "Repository": "CRAN", + "Date/Publication": "2021-09-22 12:10:02 UTC", + "Built": "R 4.2.3; aarch64-apple-darwin20; 2023-03-17 21:13:13 UTC; unix" } }, "lazyeval": { @@ -1243,8 +1245,8 @@ "Package": "lazyeval", "Version": "0.2.2", "Title": "Lazy (Non-Standard) Evaluation", - "Description": "An alternative approach to non-standard evaluation using\nformulas. Provides a full implementation of LISP style 'quasiquotation',\nmaking it easier to generate code with other code.", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", ,\"hadley@rstudio.com\", c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = \"cph\")\n)", + "Description": "An alternative approach to non-standard evaluation using\n formulas. Provides a full implementation of LISP style 'quasiquotation',\n making it easier to generate code with other code.", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", ,\"hadley@rstudio.com\", c(\"aut\", \"cre\")),\n person(\"RStudio\", role = \"cph\")\n )", "License": "GPL-3", "LazyData": "true", "Depends": "R (>= 3.1.0)", @@ -1253,12 +1255,12 @@ "RoxygenNote": "6.1.1", "NeedsCompilation": "yes", "Packaged": "2019-03-15 14:18:01 UTC; lionel", - "Author": "Hadley Wickham [aut, cre],\nRStudio [cph]", + "Author": "Hadley Wickham [aut, cre],\n RStudio [cph]", "Maintainer": "Hadley Wickham ", "Repository": "RSPM", "Date/Publication": "2019-03-15 17:50:07 UTC", "Encoding": "UTF-8", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2022-05-06 22:59:19 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:11:00 UTC; unix" } }, "lifecycle": { @@ -1268,8 +1270,8 @@ "Package": "lifecycle", "Title": "Manage the Life Cycle of your Package Functions", "Version": "1.0.3", - "Authors@R": "c(\nperson(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "Manage the life cycle of your exported functions with shared\nconventions, documentation badges, and user-friendly deprecation\nwarnings.", + "Authors@R": "c(\n person(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Manage the life cycle of your exported functions with shared\n conventions, documentation badges, and user-friendly deprecation\n warnings.", "License": "MIT + file LICENSE", "URL": "https://lifecycle.r-lib.org/, https://github.com/r-lib/lifecycle", "BugReports": "https://github.com/r-lib/lifecycle/issues", @@ -1283,11 +1285,11 @@ "RoxygenNote": "7.2.1", "NeedsCompilation": "no", "Packaged": "2022-10-07 08:50:55 UTC; lionel", - "Author": "Lionel Henry [aut, cre],\nHadley Wickham [aut] (),\nRStudio [cph, fnd]", + "Author": "Lionel Henry [aut, cre],\n Hadley Wickham [aut] (),\n RStudio [cph, fnd]", "Maintainer": "Lionel Henry ", - "Repository": "RSPM", + "Repository": "CRAN", "Date/Publication": "2022-10-07 09:50:02 UTC", - "Built": "R 4.2.0; ; 2022-10-10 11:59:38 UTC; unix" + "Built": "R 4.2.0; ; 2023-04-01 16:39:06 UTC; unix" } }, "lubridate": { @@ -1297,10 +1299,10 @@ "Type": "Package", "Package": "lubridate", "Title": "Make Dealing with Dates a Little Easier", - "Version": "1.9.2", - "Authors@R": "c(\nperson(\"Vitalie\", \"Spinu\", , \"spinuvit@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Garrett\", \"Grolemund\", role = \"aut\"),\nperson(\"Hadley\", \"Wickham\", role = \"aut\"),\nperson(\"Davis\", \"Vaughan\", role = \"ctb\"),\nperson(\"Ian\", \"Lyttle\", role = \"ctb\"),\nperson(\"Imanuel\", \"Costigan\", role = \"ctb\"),\nperson(\"Jason\", \"Law\", role = \"ctb\"),\nperson(\"Doug\", \"Mitarotonda\", role = \"ctb\"),\nperson(\"Joseph\", \"Larmarange\", role = \"ctb\"),\nperson(\"Jonathan\", \"Boiser\", role = \"ctb\"),\nperson(\"Chel Hee\", \"Lee\", role = \"ctb\")\n)", + "Version": "1.9.3", + "Authors@R": "c(\n person(\"Vitalie\", \"Spinu\", , \"spinuvit@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Garrett\", \"Grolemund\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"Davis\", \"Vaughan\", role = \"ctb\"),\n person(\"Ian\", \"Lyttle\", role = \"ctb\"),\n person(\"Imanuel\", \"Costigan\", role = \"ctb\"),\n person(\"Jason\", \"Law\", role = \"ctb\"),\n person(\"Doug\", \"Mitarotonda\", role = \"ctb\"),\n person(\"Joseph\", \"Larmarange\", role = \"ctb\"),\n person(\"Jonathan\", \"Boiser\", role = \"ctb\"),\n person(\"Chel Hee\", \"Lee\", role = \"ctb\")\n )", "Maintainer": "Vitalie Spinu ", - "Description": "Functions to work with date-times and time-spans: fast and\nuser friendly parsing of date-time data, extraction and updating of\ncomponents of a date-time (years, months, days, hours, minutes, and\nseconds), algebraic manipulation on date-time and time-span objects.\nThe 'lubridate' package has a consistent and memorable syntax that\nmakes working with dates easy and fun.", + "Description": "Functions to work with date-times and time-spans: fast and\n user friendly parsing of date-time data, extraction and updating of\n components of a date-time (years, months, days, hours, minutes, and\n seconds), algebraic manipulation on date-time and time-span objects.\n The 'lubridate' package has a consistent and memorable syntax that\n makes working with dates easy and fun.", "License": "GPL (>= 2)", "URL": "https://lubridate.tidyverse.org,\nhttps://github.com/tidyverse/lubridate", "BugReports": "https://github.com/tidyverse/lubridate/issues", @@ -1313,15 +1315,15 @@ "Config/testthat/edition": "3", "Encoding": "UTF-8", "LazyData": "true", - "RoxygenNote": "7.2.1", + "RoxygenNote": "7.2.3", "SystemRequirements": "C++11, A system with zoneinfo data (e.g.\n/usr/share/zoneinfo). On Windows the zoneinfo included with R\nis used.", "Collate": "'Dates.r' 'POSIXt.r' 'util.r' 'parse.r' 'timespans.r'\n'intervals.r' 'difftimes.r' 'durations.r' 'periods.r'\n'accessors-date.R' 'accessors-day.r' 'accessors-dst.r'\n'accessors-hour.r' 'accessors-minute.r' 'accessors-month.r'\n'accessors-quarter.r' 'accessors-second.r' 'accessors-tz.r'\n'accessors-week.r' 'accessors-year.r' 'am-pm.r' 'time-zones.r'\n'numeric.r' 'coercion.r' 'constants.r' 'cyclic_encoding.r'\n'data.r' 'decimal-dates.r' 'deprecated.r' 'format_ISO8601.r'\n'guess.r' 'hidden.r' 'instants.r' 'leap-years.r'\n'ops-addition.r' 'ops-compare.r' 'ops-division.r'\n'ops-integer-division.r' 'ops-m+.r' 'ops-modulo.r'\n'ops-multiplication.r' 'ops-subtraction.r' 'package.r'\n'pretty.r' 'round.r' 'stamp.r' 'tzdir.R' 'update.r' 'vctrs.R'\n'zzz.R'", "NeedsCompilation": "yes", - "Packaged": "2023-02-09 21:36:50 UTC; vspinu", - "Author": "Vitalie Spinu [aut, cre],\nGarrett Grolemund [aut],\nHadley Wickham [aut],\nDavis Vaughan [ctb],\nIan Lyttle [ctb],\nImanuel Costigan [ctb],\nJason Law [ctb],\nDoug Mitarotonda [ctb],\nJoseph Larmarange [ctb],\nJonathan Boiser [ctb],\nChel Hee Lee [ctb]", + "Packaged": "2023-09-24 18:46:12 UTC; vspinu", + "Author": "Vitalie Spinu [aut, cre],\n Garrett Grolemund [aut],\n Hadley Wickham [aut],\n Davis Vaughan [ctb],\n Ian Lyttle [ctb],\n Imanuel Costigan [ctb],\n Jason Law [ctb],\n Doug Mitarotonda [ctb],\n Joseph Larmarange [ctb],\n Jonathan Boiser [ctb],\n Chel Hee Lee [ctb]", "Repository": "RSPM", - "Date/Publication": "2023-02-10 01:30:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-02-13 13:11:17 UTC; unix" + "Date/Publication": "2023-09-27 09:20:06 UTC", + "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-09-28 18:38:52 UTC; unix" } }, "magrittr": { @@ -1332,8 +1334,8 @@ "Package": "magrittr", "Title": "A Forward-Pipe Operator for R", "Version": "2.0.3", - "Authors@R": "c(\nperson(\"Stefan Milton\", \"Bache\", , \"stefan@stefanbache.dk\", role = c(\"aut\", \"cph\"),\ncomment = \"Original author and creator of magrittr\"),\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\nperson(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = \"cre\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "Provides a mechanism for chaining commands with a new\nforward-pipe operator, %>%. This operator will forward a value, or the\nresult of an expression, into the next function call/expression.\nThere is flexible support for the type of right-hand side expressions.\nFor more information, see package vignette. To quote Rene Magritte,\n\"Ceci n'est pas un pipe.\"", + "Authors@R": "c(\n person(\"Stefan Milton\", \"Bache\", , \"stefan@stefanbache.dk\", role = c(\"aut\", \"cph\"),\n comment = \"Original author and creator of magrittr\"),\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\n person(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = \"cre\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Provides a mechanism for chaining commands with a new\n forward-pipe operator, %>%. This operator will forward a value, or the\n result of an expression, into the next function call/expression.\n There is flexible support for the type of right-hand side expressions.\n For more information, see package vignette. To quote Rene Magritte,\n \"Ceci n'est pas un pipe.\"", "License": "MIT + file LICENSE", "URL": "https://magrittr.tidyverse.org,\nhttps://github.com/tidyverse/magrittr", "BugReports": "https://github.com/tidyverse/magrittr/issues", @@ -1346,11 +1348,12 @@ "RoxygenNote": "7.1.2", "NeedsCompilation": "yes", "Packaged": "2022-03-29 09:34:37 UTC; lionel", - "Author": "Stefan Milton Bache [aut, cph] (Original author and creator of\nmagrittr),\nHadley Wickham [aut],\nLionel Henry [cre],\nRStudio [cph, fnd]", + "Author": "Stefan Milton Bache [aut, cph] (Original author and creator of\n magrittr),\n Hadley Wickham [aut],\n Lionel Henry [cre],\n RStudio [cph, fnd]", "Maintainer": "Lionel Henry ", - "Repository": "RSPM", + "Repository": "CRAN", "Date/Publication": "2022-03-30 07:30:09 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2022-05-06 22:59:18 UTC; unix" + "Built": "R 4.2.0; aarch64-apple-darwin20; 2023-04-01 09:31:09 UTC; unix", + "Archs": "magrittr.so.dSYM" } }, "memoise": { @@ -1360,8 +1363,8 @@ "Package": "memoise", "Title": "'Memoisation' of Functions", "Version": "2.0.1", - "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\",\nemail = \"hadley@rstudio.com\"),\nperson(given = \"Jim\",\nfamily = \"Hester\",\nrole = \"aut\"),\nperson(given = \"Winston\",\nfamily = \"Chang\",\nrole = c(\"aut\", \"cre\"),\nemail = \"winston@rstudio.com\"),\nperson(given = \"Kirill\",\nfamily = \"Müller\",\nrole = \"aut\",\nemail = \"krlmlr+r@mailbox.org\"),\nperson(given = \"Daniel\",\nfamily = \"Cook\",\nrole = \"aut\",\nemail = \"danielecook@gmail.com\"),\nperson(given = \"Mark\",\nfamily = \"Edmondson\",\nrole = \"ctb\",\nemail = \"r@sunholo.com\"))", - "Description": "Cache the results of a function so that when you\ncall it again with the same arguments it returns the previously computed\nvalue.", + "Authors@R": "\n c(person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\",\n email = \"hadley@rstudio.com\"),\n person(given = \"Jim\",\n family = \"Hester\",\n role = \"aut\"),\n person(given = \"Winston\",\n family = \"Chang\",\n role = c(\"aut\", \"cre\"),\n email = \"winston@rstudio.com\"),\n person(given = \"Kirill\",\n family = \"Müller\",\n role = \"aut\",\n email = \"krlmlr+r@mailbox.org\"),\n person(given = \"Daniel\",\n family = \"Cook\",\n role = \"aut\",\n email = \"danielecook@gmail.com\"),\n person(given = \"Mark\",\n family = \"Edmondson\",\n role = \"ctb\",\n email = \"r@sunholo.com\"))", + "Description": "Cache the results of a function so that when you\n call it again with the same arguments it returns the previously computed\n value.", "License": "MIT + file LICENSE", "URL": "https://memoise.r-lib.org, https://github.com/r-lib/memoise", "BugReports": "https://github.com/r-lib/memoise/issues", @@ -1371,11 +1374,11 @@ "RoxygenNote": "7.1.2", "NeedsCompilation": "no", "Packaged": "2021-11-24 21:24:50 UTC; jhester", - "Author": "Hadley Wickham [aut],\nJim Hester [aut],\nWinston Chang [aut, cre],\nKirill Müller [aut],\nDaniel Cook [aut],\nMark Edmondson [ctb]", + "Author": "Hadley Wickham [aut],\n Jim Hester [aut],\n Winston Chang [aut, cre],\n Kirill Müller [aut],\n Daniel Cook [aut],\n Mark Edmondson [ctb]", "Maintainer": "Winston Chang ", "Repository": "RSPM", "Date/Publication": "2021-11-26 16:11:10 UTC", - "Built": "R 4.2.0; ; 2022-05-06 22:59:47 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:08:09 UTC; unix" } }, "mgcv": { @@ -1383,11 +1386,11 @@ "Repository": "https://p3m.dev/cran/latest", "description": { "Package": "mgcv", - "Version": "1.9-0", + "Version": "1.8-42", "Author": "Simon Wood ", "Maintainer": "Simon Wood ", "Title": "Mixed GAM Computation Vehicle with Automatic Smoothness\nEstimation", - "Description": "Generalized additive (mixed) models, some of their extensions and\nother generalized ridge regression with multiple smoothing\nparameter estimation by (Restricted) Marginal Likelihood,\nGeneralized Cross Validation and similar, or using iterated\nnested Laplace approximation for fully Bayesian inference. See\nWood (2017) for an overview.\nIncludes a gam() function, a wide variety of smoothers, 'JAGS'\nsupport and distributions beyond the exponential family.", + "Description": "Generalized additive (mixed) models, some of their extensions and \n other generalized ridge regression with multiple smoothing \n parameter estimation by (Restricted) Marginal Likelihood, \n Generalized Cross Validation and similar, or using iterated \n nested Laplace approximation for fully Bayesian inference. See \n Wood (2017) for an overview. \n Includes a gam() function, a wide variety of smoothers, 'JAGS' \n support and distributions beyond the exponential family. ", "Priority": "recommended", "Depends": "R (>= 3.6.0), nlme (>= 3.1-64)", "Imports": "methods, stats, graphics, Matrix, splines, utils", @@ -1396,11 +1399,10 @@ "ByteCompile": "yes", "License": "GPL (>= 2)", "NeedsCompilation": "yes", - "Packaged": "2023-07-07 06:01:32 UTC; sw283", - "Repository": "RSPM", - "Date/Publication": "2023-07-11 08:40:18 UTC", - "Encoding": "UTF-8", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-07-12 11:09:23 UTC; unix" + "Packaged": "2023-02-25 13:11:36 UTC; sw283", + "Repository": "CRAN", + "Date/Publication": "2023-03-02 12:20:05 UTC", + "Built": "R 4.2.3; aarch64-apple-darwin20; 2023-03-17 21:13:45 UTC; unix" } }, "mime": { @@ -1411,8 +1413,8 @@ "Type": "Package", "Title": "Map Filenames to MIME Types", "Version": "0.12", - "Authors@R": "c(\nperson(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(\"Jeffrey\", \"Horner\", role = \"ctb\"),\nperson(\"Beilei\", \"Bian\", role = \"ctb\")\n)", - "Description": "Guesses the MIME type from a filename extension using the data\nderived from /etc/mime.types in UNIX-type systems.", + "Authors@R": "c(\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Jeffrey\", \"Horner\", role = \"ctb\"),\n person(\"Beilei\", \"Bian\", role = \"ctb\")\n )", + "Description": "Guesses the MIME type from a filename extension using the data\n derived from /etc/mime.types in UNIX-type systems.", "Imports": "tools", "License": "GPL", "URL": "https://github.com/yihui/mime", @@ -1421,11 +1423,11 @@ "Encoding": "UTF-8", "NeedsCompilation": "yes", "Packaged": "2021-09-28 02:06:04 UTC; yihui", - "Author": "Yihui Xie [aut, cre] (),\nJeffrey Horner [ctb],\nBeilei Bian [ctb]", + "Author": "Yihui Xie [aut, cre] (),\n Jeffrey Horner [ctb],\n Beilei Bian [ctb]", "Maintainer": "Yihui Xie ", "Repository": "RSPM", "Date/Publication": "2021-09-28 05:00:05 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2022-05-06 22:44:03 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:07:40 UTC; unix" } }, "munsell": { @@ -1438,7 +1440,7 @@ "Version": "0.5.0", "Author": "Charlotte Wickham ", "Maintainer": "Charlotte Wickham ", - "Description": "Provides easy access to, and manipulation of, the Munsell\ncolours. Provides a mapping between Munsell's\noriginal notation (e.g. \"5R 5/10\") and hexadecimal strings suitable\nfor use directly in R graphics. Also provides utilities\nto explore slices through the Munsell colour tree, to transform\nMunsell colours and display colour palettes.", + "Description": "Provides easy access to, and manipulation of, the Munsell \n colours. Provides a mapping between Munsell's \n original notation (e.g. \"5R 5/10\") and hexadecimal strings suitable \n for use directly in R graphics. Also provides utilities \n to explore slices through the Munsell colour tree, to transform \n Munsell colours and display colour palettes.", "Suggests": "ggplot2, testthat", "Imports": "colorspace, methods", "License": "MIT + file LICENSE", @@ -1449,7 +1451,7 @@ "Repository": "RSPM", "Date/Publication": "2018-06-12 04:29:06 UTC", "Encoding": "UTF-8", - "Built": "R 4.2.0; ; 2022-05-06 22:42:19 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:07:24 UTC; unix" } }, "nlme": { @@ -1461,7 +1463,7 @@ "Date": "2023-01-30", "Priority": "recommended", "Title": "Linear and Nonlinear Mixed Effects Models", - "Authors@R": "c(person(\"José\", \"Pinheiro\", role = \"aut\", comment = \"S version\"),\nperson(\"Douglas\", \"Bates\", role = \"aut\", comment = \"up to 2007\"),\nperson(\"Saikat\", \"DebRoy\", role = \"ctb\", comment = \"up to 2002\"),\nperson(\"Deepayan\", \"Sarkar\", role = \"ctb\", comment = \"up to 2005\"),\nperson(\"EISPACK authors\", role = \"ctb\", comment = \"src/rs.f\"),\nperson(\"Siem\", \"Heisterkamp\", role = \"ctb\", comment = \"Author fixed sigma\"),\nperson(\"Bert\", \"Van Willigen\",role = \"ctb\", comment = \"Programmer fixed sigma\"),\nperson(\"Johannes\", \"Ranke\", role = \"ctb\", comment = \"varConstProp()\"),\nperson(\"R Core Team\", email = \"R-core@R-project.org\",\nrole = c(\"aut\", \"cre\")))", + "Authors@R": "c(person(\"José\", \"Pinheiro\", role = \"aut\", comment = \"S version\"),\n person(\"Douglas\", \"Bates\", role = \"aut\", comment = \"up to 2007\"),\n person(\"Saikat\", \"DebRoy\", role = \"ctb\", comment = \"up to 2002\"),\n person(\"Deepayan\", \"Sarkar\", role = \"ctb\", comment = \"up to 2005\"),\n person(\"EISPACK authors\", role = \"ctb\", comment = \"src/rs.f\"),\n\t person(\"Siem\", \"Heisterkamp\", role = \"ctb\", comment = \"Author fixed sigma\"),\n person(\"Bert\", \"Van Willigen\",role = \"ctb\", comment = \"Programmer fixed sigma\"),\n person(\"Johannes\", \"Ranke\", role = \"ctb\", comment = \"varConstProp()\"),\n\t person(\"R Core Team\", email = \"R-core@R-project.org\",\n role = c(\"aut\", \"cre\")))", "Contact": "see 'MailingList'", "Description": "Fit and compare Gaussian linear and nonlinear mixed-effects models.", "Depends": "R (>= 3.5.0)", @@ -1475,11 +1477,12 @@ "URL": "https://svn.r-project.org/R-packages/trunk/nlme/", "NeedsCompilation": "yes", "Packaged": "2023-01-31 08:57:23 UTC; maechler", - "Author": "José Pinheiro [aut] (S version),\nDouglas Bates [aut] (up to 2007),\nSaikat DebRoy [ctb] (up to 2002),\nDeepayan Sarkar [ctb] (up to 2005),\nEISPACK authors [ctb] (src/rs.f),\nSiem Heisterkamp [ctb] (Author fixed sigma),\nBert Van Willigen [ctb] (Programmer fixed sigma),\nJohannes Ranke [ctb] (varConstProp()),\nR Core Team [aut, cre]", + "Author": "José Pinheiro [aut] (S version),\n Douglas Bates [aut] (up to 2007),\n Saikat DebRoy [ctb] (up to 2002),\n Deepayan Sarkar [ctb] (up to 2005),\n EISPACK authors [ctb] (src/rs.f),\n Siem Heisterkamp [ctb] (Author fixed sigma),\n Bert Van Willigen [ctb] (Programmer fixed sigma),\n Johannes Ranke [ctb] (varConstProp()),\n R Core Team [aut, cre]", "Maintainer": "R Core Team ", "Repository": "CRAN", "Date/Publication": "2023-01-31 16:50:09 UTC", - "Built": "R 4.2.3; x86_64-pc-linux-gnu; 2023-03-15 09:07:28 UTC; unix" + "Built": "R 4.2.0; aarch64-apple-darwin20; 2023-04-10 22:12:21 UTC; unix", + "Archs": "nlme.so.dSYM" } }, "openssl": { @@ -1489,9 +1492,9 @@ "Package": "openssl", "Type": "Package", "Title": "Toolkit for Encryption, Signatures and Certificates Based on\nOpenSSL", - "Version": "2.1.0", - "Authors@R": "c(person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\ncomment = c(ORCID = \"0000-0002-4035-0289\")),\nperson(\"Oliver\", \"Keyes\", role = \"ctb\"))", - "Description": "Bindings to OpenSSL libssl and libcrypto, plus custom SSH key parsers.\nSupports RSA, DSA and EC curves P-256, P-384, P-521, and curve25519. Cryptographic\nsignatures can either be created and verified manually or via x509 certificates.\nAES can be used in cbc, ctr or gcm mode for symmetric encryption; RSA for asymmetric\n(public key) encryption or EC for Diffie Hellman. High-level envelope functions\ncombine RSA and AES for encrypting arbitrary sized data. Other utilities include key\ngenerators, hash functions (md5, sha1, sha256, etc), base64 encoder, a secure random\nnumber generator, and 'bignum' math methods for manually performing crypto\ncalculations on large multibyte integers.", + "Version": "2.1.1", + "Authors@R": "c(person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\n comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"Oliver\", \"Keyes\", role = \"ctb\"))", + "Description": "Bindings to OpenSSL libssl and libcrypto, plus custom SSH key parsers.\n Supports RSA, DSA and EC curves P-256, P-384, P-521, and curve25519. Cryptographic\n signatures can either be created and verified manually or via x509 certificates. \n AES can be used in cbc, ctr or gcm mode for symmetric encryption; RSA for asymmetric\n (public key) encryption or EC for Diffie Hellman. High-level envelope functions \n combine RSA and AES for encrypting arbitrary sized data. Other utilities include key\n generators, hash functions (md5, sha1, sha256, etc), base64 encoder, a secure random\n number generator, and 'bignum' math methods for manually performing crypto \n calculations on large multibyte integers.", "License": "MIT + file LICENSE", "URL": "https://jeroen.r-universe.dev/openssl", "BugReports": "https://github.com/jeroen/openssl/issues", @@ -1502,12 +1505,12 @@ "RoxygenNote": "7.2.3", "Encoding": "UTF-8", "NeedsCompilation": "yes", - "Packaged": "2023-07-15 16:46:31 UTC; jeroen", - "Author": "Jeroen Ooms [aut, cre] (),\nOliver Keyes [ctb]", + "Packaged": "2023-09-25 17:30:46 UTC; jeroen", + "Author": "Jeroen Ooms [aut, cre] (),\n Oliver Keyes [ctb]", "Maintainer": "Jeroen Ooms ", "Repository": "RSPM", - "Date/Publication": "2023-07-15 19:50:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-07-17 11:04:08 UTC; unix" + "Date/Publication": "2023-09-25 19:10:02 UTC", + "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-09-26 12:16:29 UTC; unix" } }, "palmerpenguins": { @@ -1518,8 +1521,8 @@ "Title": "Palmer Archipelago (Antarctica) Penguin Data", "Version": "0.1.1", "Date": "2022-08-12", - "Authors@R": "c(\nperson(given = \"Allison\",\nfamily = \"Horst\",\nrole = c(\"aut\", \"cre\"),\nemail = \"ahorst@ucsb.edu\",\ncomment = c(ORCID = \"0000-0002-6047-5564\")),\nperson(given = \"Alison\",\nfamily = \"Hill\",\nrole = c(\"aut\"),\nemail = \"apresstats@gmail.com\",\ncomment = c(ORCID = \"0000-0002-8082-1890\")),\nperson(given = \"Kristen\",\nfamily = \"Gorman\",\nrole = c(\"aut\"),\nemail = \"kbgorman@alaska.edu\",\ncomment = c(ORCID = \"0000-0002-0258-9264\"))\n)", - "Description": "Size measurements, clutch observations, and blood isotope ratios for adult foraging Adélie, Chinstrap, and Gentoo penguins observed on islands in the Palmer Archipelago near Palmer Station, Antarctica. Data were collected and made available by Dr. Kristen Gorman and the Palmer Station Long Term Ecological Research (LTER) Program.", + "Authors@R": "c(\n person(given = \"Allison\",\n family = \"Horst\",\n role = c(\"aut\", \"cre\"),\n email = \"ahorst@ucsb.edu\",\n comment = c(ORCID = \"0000-0002-6047-5564\")),\n person(given = \"Alison\",\n family = \"Hill\",\n role = c(\"aut\"),\n email = \"apresstats@gmail.com\",\n comment = c(ORCID = \"0000-0002-8082-1890\")),\n person(given = \"Kristen\",\n family = \"Gorman\",\n role = c(\"aut\"),\n email = \"kbgorman@alaska.edu\",\n comment = c(ORCID = \"0000-0002-0258-9264\"))\n )", + "Description": "Size measurements, clutch observations, and blood isotope ratios for adult foraging Adélie, Chinstrap, and Gentoo penguins observed on islands in the Palmer Archipelago near Palmer Station, Antarctica. Data were collected and made available by Dr. Kristen Gorman and the Palmer Station Long Term Ecological Research (LTER) Program. ", "License": "CC0", "Encoding": "UTF-8", "LazyData": "true", @@ -1530,11 +1533,11 @@ "BugReports": "https://github.com/allisonhorst/palmerpenguins/issues", "NeedsCompilation": "no", "Packaged": "2022-08-13 17:49:08 UTC; allison", - "Author": "Allison Horst [aut, cre] (),\nAlison Hill [aut] (),\nKristen Gorman [aut] ()", + "Author": "Allison Horst [aut, cre] (),\n Alison Hill [aut] (),\n Kristen Gorman [aut] ()", "Maintainer": "Allison Horst ", "Repository": "RSPM", "Date/Publication": "2022-08-15 07:40:07 UTC", - "Built": "R 4.2.0; ; 2022-08-16 11:16:46 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:15:12 UTC; unix" } }, "pillar": { @@ -1544,8 +1547,8 @@ "Package": "pillar", "Title": "Coloured Formatting for Columns", "Version": "1.9.0", - "Authors@R": "c(person(given = \"Kirill\",\nfamily = \"M\\u00fcller\",\nrole = c(\"aut\", \"cre\"),\nemail = \"kirill@cynkra.com\",\ncomment = c(ORCID = \"0000-0002-1416-3412\")),\nperson(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\"),\nperson(given = \"RStudio\",\nrole = \"cph\"))", - "Description": "Provides 'pillar' and 'colonnade' generics designed\nfor formatting columns of data using the full range of colours\nprovided by modern terminals.", + "Authors@R": "\n c(person(given = \"Kirill\",\n family = \"M\\u00fcller\",\n role = c(\"aut\", \"cre\"),\n email = \"kirill@cynkra.com\",\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\"),\n person(given = \"RStudio\",\n role = \"cph\"))", + "Description": "Provides 'pillar' and 'colonnade' generics designed\n for formatting columns of data using the full range of colours\n provided by modern terminals.", "License": "MIT + file LICENSE", "URL": "https://pillar.r-lib.org/, https://github.com/r-lib/pillar", "BugReports": "https://github.com/r-lib/pillar/issues", @@ -1563,11 +1566,11 @@ "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "no", "Packaged": "2023-03-21 08:42:46 UTC; kirill", - "Author": "Kirill Müller [aut, cre] (),\nHadley Wickham [aut],\nRStudio [cph]", + "Author": "Kirill Müller [aut, cre] (),\n Hadley Wickham [aut],\n RStudio [cph]", "Maintainer": "Kirill Müller ", "Repository": "RSPM", "Date/Publication": "2023-03-22 08:10:02 UTC", - "Built": "R 4.2.0; ; 2023-03-23 11:25:15 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:10:34 UTC; unix" } }, "pkgconfig": { @@ -1579,7 +1582,7 @@ "Version": "2.0.3", "Author": "Gábor Csárdi", "Maintainer": "Gábor Csárdi ", - "Description": "Set configuration options on a per-package basis.\nOptions set by a given package only apply to that package,\nother packages are unaffected.", + "Description": "Set configuration options on a per-package basis.\n Options set by a given package only apply to that package,\n other packages are unaffected.", "License": "MIT + file LICENSE", "LazyData": "true", "Imports": "utils", @@ -1591,7 +1594,7 @@ "Packaged": "2019-09-22 08:42:40 UTC; gaborcsardi", "Repository": "RSPM", "Date/Publication": "2019-09-22 09:20:02 UTC", - "Built": "R 4.2.0; ; 2022-05-06 22:44:10 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:10:37 UTC; unix" } }, "plotly": { @@ -1600,26 +1603,26 @@ "description": { "Package": "plotly", "Title": "Create Interactive Web Graphics via 'plotly.js'", - "Version": "4.10.2", - "Authors@R": "c(person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"),\nemail = \"cpsievert1@gmail.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Chris\", \"Parmer\", role = \"aut\",\nemail = \"chris@plot.ly\"),\nperson(\"Toby\", \"Hocking\", role = \"aut\",\nemail = \"tdhock5@gmail.com\"),\nperson(\"Scott\", \"Chamberlain\", role = \"aut\",\nemail = \"myrmecocystus@gmail.com\"),\nperson(\"Karthik\", \"Ram\", role = \"aut\",\nemail = \"karthik.ram@gmail.com\"),\nperson(\"Marianne\", \"Corvellec\", role = \"aut\",\nemail = \"marianne.corvellec@igdore.org\", comment = c(ORCID = \"0000-0002-1994-3581\")),\nperson(\"Pedro\", \"Despouy\", role = \"aut\",\nemail = \"pedro@plot.ly\"),\nperson(\"Salim\", \"Brüggemann\", role = \"ctb\",\nemail = \"salim-b@pm.me\", comment = c(ORCID = \"0000-0002-5329-5987\")),\nperson(\"Plotly Technologies Inc.\", role = \"cph\"))", + "Version": "4.10.3", + "Authors@R": "c(person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"),\n email = \"cpsievert1@gmail.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Chris\", \"Parmer\", role = \"aut\",\n email = \"chris@plot.ly\"),\n person(\"Toby\", \"Hocking\", role = \"aut\",\n email = \"tdhock5@gmail.com\"),\n person(\"Scott\", \"Chamberlain\", role = \"aut\",\n email = \"myrmecocystus@gmail.com\"),\n person(\"Karthik\", \"Ram\", role = \"aut\",\n email = \"karthik.ram@gmail.com\"),\n person(\"Marianne\", \"Corvellec\", role = \"aut\",\n email = \"marianne.corvellec@igdore.org\", comment = c(ORCID = \"0000-0002-1994-3581\")),\n person(\"Pedro\", \"Despouy\", role = \"aut\",\n email = \"pedro@plot.ly\"),\n person(\"Salim\", \"Brüggemann\", role = \"ctb\",\n email = \"salim-b@pm.me\", comment = c(ORCID = \"0000-0002-5329-5987\")),\n person(\"Plotly Technologies Inc.\", role = \"cph\"))", "License": "MIT + file LICENSE", "Description": "Create interactive web graphics from 'ggplot2' graphs and/or a custom interface to the (MIT-licensed) JavaScript library 'plotly.js' inspired by the grammar of graphics.", "URL": "https://plotly-r.com, https://github.com/plotly/plotly.R,\nhttps://plotly.com/r/", "BugReports": "https://github.com/plotly/plotly.R/issues", "Depends": "R (>= 3.2.0), ggplot2 (>= 3.0.0)", "Imports": "tools, scales, httr (>= 1.3.0), jsonlite (>= 1.6), magrittr,\ndigest, viridisLite, base64enc, htmltools (>= 0.3.6),\nhtmlwidgets (>= 1.5.2.9001), tidyr (>= 1.0.0), RColorBrewer,\ndplyr, vctrs, tibble, lazyeval (>= 0.2.0), rlang (>= 0.4.10),\ncrosstalk, purrr, data.table, promises", - "Suggests": "MASS, maps, hexbin, ggthemes, GGally, ggalluvial, testthat,\nknitr, shiny (>= 1.1.0), shinytest (>= 1.3.0), curl, rmarkdown,\nCairo, broom, webshot, listviewer, dendextend, maptools, rgeos,\nsf, png, IRdisplay, processx, plotlyGeoAssets, forcats,\npalmerpenguins, rversions, reticulate, rsvg", + "Suggests": "MASS, maps, hexbin, ggthemes, GGally, ggalluvial, testthat,\nknitr, shiny (>= 1.1.0), shinytest (>= 1.3.0), curl, rmarkdown,\nCairo, broom, webshot, listviewer, dendextend, sf, png,\nIRdisplay, processx, plotlyGeoAssets, forcats, withr,\npalmerpenguins, rversions, reticulate, rsvg", "LazyData": "true", "RoxygenNote": "7.2.3", "Encoding": "UTF-8", - "Config/Needs/check": "rcmdcheck, devtools, reshape2", + "Config/Needs/check": "tidyverse/ggplot2, rcmdcheck, devtools, reshape2", "NeedsCompilation": "no", - "Packaged": "2023-06-03 15:03:07 UTC; cpsievert", - "Author": "Carson Sievert [aut, cre] (),\nChris Parmer [aut],\nToby Hocking [aut],\nScott Chamberlain [aut],\nKarthik Ram [aut],\nMarianne Corvellec [aut] (),\nPedro Despouy [aut],\nSalim Brüggemann [ctb] (),\nPlotly Technologies Inc. [cph]", + "Packaged": "2023-10-20 21:40:32 UTC; cpsievert", + "Author": "Carson Sievert [aut, cre] (),\n Chris Parmer [aut],\n Toby Hocking [aut],\n Scott Chamberlain [aut],\n Karthik Ram [aut],\n Marianne Corvellec [aut] (),\n Pedro Despouy [aut],\n Salim Brüggemann [ctb] (),\n Plotly Technologies Inc. [cph]", "Maintainer": "Carson Sievert ", "Repository": "RSPM", - "Date/Publication": "2023-06-03 16:40:02 UTC", - "Built": "R 4.2.0; ; 2023-06-05 11:35:47 UTC; unix" + "Date/Publication": "2023-10-21 22:50:09 UTC", + "Built": "R 4.2.0; ; 2023-10-23 11:53:48 UTC; unix" } }, "processx": { @@ -1629,8 +1632,8 @@ "Package": "processx", "Title": "Execute and Control System Processes", "Version": "3.8.2", - "Authors@R": "c(\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0000-0001-7098-9676\")),\nperson(\"Winston\", \"Chang\", role = \"aut\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\")),\nperson(\"Mango Solutions\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "Tools to run system processes in the background. It can\ncheck if a background process is running; wait on a background process\nto finish; get the exit status of finished processes; kill background\nprocesses. It can read the standard output and error of the processes,\nusing non-blocking connections. 'processx' can poll a process for\nstandard output or error, with a timeout. It can also poll several\nprocesses at once.", + "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"),\n comment = c(ORCID = \"0000-0001-7098-9676\")),\n person(\"Winston\", \"Chang\", role = \"aut\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\")),\n person(\"Mango Solutions\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Tools to run system processes in the background. It can\n check if a background process is running; wait on a background process\n to finish; get the exit status of finished processes; kill background\n processes. It can read the standard output and error of the processes,\n using non-blocking connections. 'processx' can poll a process for\n standard output or error, with a timeout. It can also poll several\n processes at once.", "License": "MIT + file LICENSE", "URL": "https://processx.r-lib.org,\nhttps://github.com/r-lib/processx#readme", "BugReports": "https://github.com/r-lib/processx/issues", @@ -1643,41 +1646,41 @@ "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "yes", "Packaged": "2023-06-30 10:01:10 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre, cph] (),\nWinston Chang [aut],\nRStudio [cph, fnd],\nMango Solutions [cph, fnd]", + "Author": "Gábor Csárdi [aut, cre, cph] (),\n Winston Chang [aut],\n RStudio [cph, fnd],\n Mango Solutions [cph, fnd]", "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", "Date/Publication": "2023-06-30 20:40:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-07-03 12:13:11 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:14:21 UTC; unix" } }, "promises": { "Source": "CRAN", "Repository": "https://p3m.dev/cran/latest", "description": { - "Package": "promises", "Type": "Package", + "Package": "promises", "Title": "Abstractions for Promise-Based Asynchronous Programming", - "Version": "1.2.0.1", - "Authors@R": "c(\nperson(\"Joe\", \"Cheng\", email = \"joe@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "Provides fundamental abstractions for doing asynchronous programming\nin R using promises. Asynchronous programming is useful for allowing a single\nR process to orchestrate multiple tasks in the background while also attending\nto something else. Semantics are similar to 'JavaScript' promises, but with a\nsyntax that is idiomatic R.", + "Version": "1.2.1", + "Authors@R": "c(\n person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Provides fundamental abstractions for doing asynchronous\n programming in R using promises. Asynchronous programming is useful\n for allowing a single R process to orchestrate multiple tasks in the\n background while also attending to something else. Semantics are\n similar to 'JavaScript' promises, but with a syntax that is idiomatic\n R.", "License": "MIT + file LICENSE", - "Imports": "R6, Rcpp, later, rlang, stats, magrittr", - "Suggests": "testthat, future (>= 1.21.0), fastmap (>= 1.1.0), purrr,\nknitr, rmarkdown, vembedr, spelling", - "LinkingTo": "later, Rcpp", - "RoxygenNote": "7.1.1", - "Encoding": "UTF-8", - "LazyData": "true", - "VignetteBuilder": "knitr", "URL": "https://rstudio.github.io/promises/,\nhttps://github.com/rstudio/promises", "BugReports": "https://github.com/rstudio/promises/issues", + "Imports": "fastmap (>= 1.1.0), later, magrittr (>= 1.5), R6, Rcpp, rlang,\nstats", + "Suggests": "future (>= 1.21.0), knitr, purrr, rmarkdown, spelling,\ntestthat, vembedr", + "LinkingTo": "later, Rcpp", + "VignetteBuilder": "knitr", + "Config/Needs/website": "rsconnect", + "Encoding": "UTF-8", "Language": "en-US", + "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2021-02-11 18:18:47 UTC; barret", - "Author": "Joe Cheng [aut, cre],\nRStudio [cph, fnd]", - "Maintainer": "Joe Cheng ", + "Packaged": "2023-08-09 20:29:25 UTC; garrick", + "Author": "Joe Cheng [aut, cre],\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Joe Cheng ", "Repository": "RSPM", - "Date/Publication": "2021-02-11 19:00:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-05-03 11:24:29 UTC; unix" + "Date/Publication": "2023-08-10 16:00:02 UTC", + "Built": "R 4.2.3; aarch64-apple-darwin20; 2023-09-06 18:26:43 UTC; unix" } }, "ps": { @@ -1687,8 +1690,8 @@ "Package": "ps", "Title": "List, Query, Manipulate System Processes", "Version": "1.7.5", - "Authors@R": "c(\nperson(\"Jay\", \"Loden\", role = \"aut\"),\nperson(\"Dave\", \"Daeschler\", role = \"aut\"),\nperson(\"Giampaolo\", \"Rodola'\", role = \"aut\"),\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "List, query and manipulate all system processes, on\n'Windows', 'Linux' and 'macOS'.", + "Authors@R": "c(\n person(\"Jay\", \"Loden\", role = \"aut\"),\n person(\"Dave\", \"Daeschler\", role = \"aut\"),\n person(\"Giampaolo\", \"Rodola'\", role = \"aut\"),\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "List, query and manipulate all system processes, on\n 'Windows', 'Linux' and 'macOS'.", "License": "MIT + file LICENSE", "URL": "https://github.com/r-lib/ps#readme, https://ps.r-lib.org/", "BugReports": "https://github.com/r-lib/ps/issues", @@ -1702,11 +1705,11 @@ "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "yes", "Packaged": "2023-04-18 14:27:32 UTC; gaborcsardi", - "Author": "Jay Loden [aut],\nDave Daeschler [aut],\nGiampaolo Rodola' [aut],\nGábor Csárdi [aut, cre],\nRStudio [cph, fnd]", + "Author": "Jay Loden [aut],\n Dave Daeschler [aut],\n Giampaolo Rodola' [aut],\n Gábor Csárdi [aut, cre],\n RStudio [cph, fnd]", "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", "Date/Publication": "2023-04-18 19:30:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-04-19 11:46:15 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:14:18 UTC; unix" } }, "purrr": { @@ -1715,29 +1718,29 @@ "description": { "Package": "purrr", "Title": "Functional Programming Tools", - "Version": "1.0.1", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = \"aut\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "A complete and consistent functional programming toolkit for\nR.", + "Version": "1.0.2", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = \"aut\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "A complete and consistent functional programming toolkit for\n R.", "License": "MIT + file LICENSE", "URL": "https://purrr.tidyverse.org/, https://github.com/tidyverse/purrr", "BugReports": "https://github.com/tidyverse/purrr/issues", - "Depends": "R (>= 3.4.0)", - "Imports": "cli (>= 3.4.0), lifecycle (>= 1.0.3), magrittr (>= 1.5.0),\nrlang (>= 0.4.10), vctrs (>= 0.5.0)", + "Depends": "R (>= 3.5.0)", + "Imports": "cli (>= 3.6.1), lifecycle (>= 1.0.3), magrittr (>= 1.5.0),\nrlang (>= 1.1.1), vctrs (>= 0.6.3)", "Suggests": "covr, dplyr (>= 0.7.8), httr, knitr, lubridate, rmarkdown,\ntestthat (>= 3.0.0), tibble, tidyselect", "LinkingTo": "cli", "VignetteBuilder": "knitr", "Biarch": "true", - "Config/Needs/website": "tidyverse/tidytemplate", + "Config/Needs/website": "tidyverse/tidytemplate, tidyr", "Config/testthat/edition": "3", "Encoding": "UTF-8", "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2023-01-09 14:36:20 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre] (),\nLionel Henry [aut],\nRStudio [cph, fnd]", + "Packaged": "2023-08-08 16:13:31 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre] (),\n Lionel Henry [aut],\n RStudio [cph, fnd]", "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2023-01-10 14:40:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-03-24 14:43:26 UTC; unix" + "Repository": "CRAN", + "Date/Publication": "2023-08-10 08:20:07 UTC", + "Built": "R 4.2.3; aarch64-apple-darwin20; 2023-08-10 16:50:29 UTC; unix" } }, "rappdirs": { @@ -1748,8 +1751,8 @@ "Package": "rappdirs", "Title": "Application Directories: Determine Where to Save Data, Caches,\nand Logs", "Version": "0.3.3", - "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = c(\"trl\", \"cre\", \"cph\"),\nemail = \"hadley@rstudio.com\"),\nperson(given = \"RStudio\",\nrole = \"cph\"),\nperson(given = \"Sridhar\",\nfamily = \"Ratnakumar\",\nrole = \"aut\"),\nperson(given = \"Trent\",\nfamily = \"Mick\",\nrole = \"aut\"),\nperson(given = \"ActiveState\",\nrole = \"cph\",\ncomment = \"R/appdir.r, R/cache.r, R/data.r, R/log.r translated from appdirs\"),\nperson(given = \"Eddy\",\nfamily = \"Petrisor\",\nrole = \"ctb\"),\nperson(given = \"Trevor\",\nfamily = \"Davis\",\nrole = c(\"trl\", \"aut\")),\nperson(given = \"Gabor\",\nfamily = \"Csardi\",\nrole = \"ctb\"),\nperson(given = \"Gregory\",\nfamily = \"Jefferis\",\nrole = \"ctb\"))", - "Description": "An easy way to determine which directories on the\nusers computer you should use to save data, caches and logs. A port of\nPython's 'Appdirs' () to\nR.", + "Authors@R": "\n c(person(given = \"Hadley\",\n family = \"Wickham\",\n role = c(\"trl\", \"cre\", \"cph\"),\n email = \"hadley@rstudio.com\"),\n person(given = \"RStudio\",\n role = \"cph\"),\n person(given = \"Sridhar\",\n family = \"Ratnakumar\",\n role = \"aut\"),\n person(given = \"Trent\",\n family = \"Mick\",\n role = \"aut\"),\n person(given = \"ActiveState\",\n role = \"cph\",\n comment = \"R/appdir.r, R/cache.r, R/data.r, R/log.r translated from appdirs\"),\n person(given = \"Eddy\",\n family = \"Petrisor\",\n role = \"ctb\"),\n person(given = \"Trevor\",\n family = \"Davis\",\n role = c(\"trl\", \"aut\")),\n person(given = \"Gabor\",\n family = \"Csardi\",\n role = \"ctb\"),\n person(given = \"Gregory\",\n family = \"Jefferis\",\n role = \"ctb\"))", + "Description": "An easy way to determine which directories on the\n users computer you should use to save data, caches and logs. A port of\n Python's 'Appdirs' () to\n R.", "License": "MIT + file LICENSE", "URL": "https://rappdirs.r-lib.org, https://github.com/r-lib/rappdirs", "BugReports": "https://github.com/r-lib/rappdirs/issues", @@ -1761,11 +1764,11 @@ "Config/testthat/edition": "3", "NeedsCompilation": "yes", "Packaged": "2021-01-28 22:29:57 UTC; hadley", - "Author": "Hadley Wickham [trl, cre, cph],\nRStudio [cph],\nSridhar Ratnakumar [aut],\nTrent Mick [aut],\nActiveState [cph] (R/appdir.r, R/cache.r, R/data.r, R/log.r translated\nfrom appdirs),\nEddy Petrisor [ctb],\nTrevor Davis [trl, aut],\nGabor Csardi [ctb],\nGregory Jefferis [ctb]", + "Author": "Hadley Wickham [trl, cre, cph],\n RStudio [cph],\n Sridhar Ratnakumar [aut],\n Trent Mick [aut],\n ActiveState [cph] (R/appdir.r, R/cache.r, R/data.r, R/log.r translated\n from appdirs),\n Eddy Petrisor [ctb],\n Trevor Davis [trl, aut],\n Gabor Csardi [ctb],\n Gregory Jefferis [ctb]", "Maintainer": "Hadley Wickham ", "Repository": "RSPM", "Date/Publication": "2021-01-31 05:40:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2022-05-06 22:45:16 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:09:26 UTC; unix" } }, "rlang": { @@ -1775,8 +1778,8 @@ "Package": "rlang", "Version": "1.1.1", "Title": "Functions for Base Types and Core R and 'Tidyverse' Features", - "Description": "A toolbox for working with base types, core R features\nlike the condition system, and core 'Tidyverse' features like tidy\nevaluation.", - "Authors@R": "c(\nperson(\"Lionel\", \"Henry\", ,\"lionel@posit.co\", c(\"aut\", \"cre\")),\nperson(\"Hadley\", \"Wickham\", ,\"hadley@posit.co\", \"aut\"),\nperson(given = \"mikefc\",\nemail = \"mikefc@coolbutuseless.com\",\nrole = \"cph\",\ncomment = \"Hash implementation based on Mike's xxhashlite\"),\nperson(given = \"Yann\",\nfamily = \"Collet\",\nrole = \"cph\",\ncomment = \"Author of the embedded xxHash library\"),\nperson(given = \"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "A toolbox for working with base types, core R features\n like the condition system, and core 'Tidyverse' features like tidy\n evaluation.", + "Authors@R": "c(\n person(\"Lionel\", \"Henry\", ,\"lionel@posit.co\", c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", ,\"hadley@posit.co\", \"aut\"),\n person(given = \"mikefc\",\n email = \"mikefc@coolbutuseless.com\", \n role = \"cph\", \n comment = \"Hash implementation based on Mike's xxhashlite\"),\n person(given = \"Yann\",\n family = \"Collet\",\n role = \"cph\", \n comment = \"Author of the embedded xxHash library\"),\n person(given = \"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", "License": "MIT + file LICENSE", "ByteCompile": "true", "Biarch": "true", @@ -1792,11 +1795,12 @@ "Config/Needs/website": "dplyr, tidyverse/tidytemplate", "NeedsCompilation": "yes", "Packaged": "2023-04-28 10:48:43 UTC; lionel", - "Author": "Lionel Henry [aut, cre],\nHadley Wickham [aut],\nmikefc [cph] (Hash implementation based on Mike's xxhashlite),\nYann Collet [cph] (Author of the embedded xxHash library),\nPosit, PBC [cph, fnd]", + "Author": "Lionel Henry [aut, cre],\n Hadley Wickham [aut],\n mikefc [cph] (Hash implementation based on Mike's xxhashlite),\n Yann Collet [cph] (Author of the embedded xxHash library),\n Posit, PBC [cph, fnd]", "Maintainer": "Lionel Henry ", - "Repository": "RSPM", + "Repository": "CRAN", "Date/Publication": "2023-04-28 22:30:03 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-05-01 11:17:24 UTC; unix" + "Built": "R 4.2.0; aarch64-apple-darwin20; 2023-04-28 23:18:58 UTC; unix", + "Archs": "rlang.so.dSYM" } }, "rmarkdown": { @@ -1806,8 +1810,8 @@ "Type": "Package", "Package": "rmarkdown", "Title": "Dynamic Documents for R", - "Version": "2.23", - "Authors@R": "c(\nperson(\"JJ\", \"Allaire\", , \"jj@posit.co\", role = \"aut\"),\nperson(\"Yihui\", \"Xie\", , \"xie@yihui.name\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(\"Christophe\", \"Dervieux\", , \"cderv@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4474-2498\")),\nperson(\"Jonathan\", \"McPherson\", , \"jonathan@posit.co\", role = \"aut\"),\nperson(\"Javier\", \"Luraschi\", role = \"aut\"),\nperson(\"Kevin\", \"Ushey\", , \"kevin@posit.co\", role = \"aut\"),\nperson(\"Aron\", \"Atkins\", , \"aron@posit.co\", role = \"aut\"),\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\nperson(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\nperson(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"aut\"),\nperson(\"Richard\", \"Iannone\", , \"rich@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-3925-190X\")),\nperson(\"Andrew\", \"Dunning\", role = \"ctb\", comment = c(ORCID = \"0000-0003-0464-5036\")),\nperson(\"Atsushi\", \"Yasumoto\", role = c(\"ctb\", \"cph\"), comment = c(ORCID = \"0000-0002-8335-495X\", cph = \"Number sections Lua filter\")),\nperson(\"Barret\", \"Schloerke\", role = \"ctb\"),\nperson(\"Carson\", \"Sievert\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Devon\", \"Ryan\", , \"dpryan79@gmail.com\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8549-0971\")),\nperson(\"Frederik\", \"Aust\", , \"frederik.aust@uni-koeln.de\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4900-788X\")),\nperson(\"Jeff\", \"Allen\", , \"jeff@posit.co\", role = \"ctb\"),\nperson(\"JooYoung\", \"Seo\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4064-6012\")),\nperson(\"Malcolm\", \"Barrett\", role = \"ctb\"),\nperson(\"Rob\", \"Hyndman\", , \"Rob.Hyndman@monash.edu\", role = \"ctb\"),\nperson(\"Romain\", \"Lesur\", role = \"ctb\"),\nperson(\"Roy\", \"Storey\", role = \"ctb\"),\nperson(\"Ruben\", \"Arslan\", , \"ruben.arslan@uni-goettingen.de\", role = \"ctb\"),\nperson(\"Sergio\", \"Oller\", role = \"ctb\"),\nperson(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\nperson(, \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery UI library; authors listed in inst/rmd/h/jqueryui/AUTHORS.txt\"),\nperson(\"Mark\", \"Otto\", role = \"ctb\", comment = \"Bootstrap library\"),\nperson(\"Jacob\", \"Thornton\", role = \"ctb\", comment = \"Bootstrap library\"),\nperson(, \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"),\nperson(, \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\"),\nperson(\"Alexander\", \"Farkas\", role = c(\"ctb\", \"cph\"), comment = \"html5shiv library\"),\nperson(\"Scott\", \"Jehl\", role = c(\"ctb\", \"cph\"), comment = \"Respond.js library\"),\nperson(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"), comment = \"highlight.js library\"),\nperson(\"Greg\", \"Franko\", role = c(\"ctb\", \"cph\"), comment = \"tocify library\"),\nperson(\"John\", \"MacFarlane\", role = c(\"ctb\", \"cph\"), comment = \"Pandoc templates\"),\nperson(, \"Google, Inc.\", role = c(\"ctb\", \"cph\"), comment = \"ioslides library\"),\nperson(\"Dave\", \"Raggett\", role = \"ctb\", comment = \"slidy library\"),\nperson(, \"W3C\", role = \"cph\", comment = \"slidy library\"),\nperson(\"Dave\", \"Gandy\", role = c(\"ctb\", \"cph\"), comment = \"Font-Awesome\"),\nperson(\"Ben\", \"Sperry\", role = \"ctb\", comment = \"Ionicons\"),\nperson(, \"Drifty\", role = \"cph\", comment = \"Ionicons\"),\nperson(\"Aidan\", \"Lister\", role = c(\"ctb\", \"cph\"), comment = \"jQuery StickyTabs\"),\nperson(\"Benct Philip\", \"Jonsson\", role = c(\"ctb\", \"cph\"), comment = \"pagebreak Lua filter\"),\nperson(\"Albert\", \"Krewinkel\", role = c(\"ctb\", \"cph\"), comment = \"pagebreak Lua filter\")\n)", + "Version": "2.24", + "Authors@R": "c(\n person(\"JJ\", \"Allaire\", , \"jj@posit.co\", role = \"aut\"),\n person(\"Yihui\", \"Xie\", , \"xie@yihui.name\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Christophe\", \"Dervieux\", , \"cderv@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4474-2498\")),\n person(\"Jonathan\", \"McPherson\", , \"jonathan@posit.co\", role = \"aut\"),\n person(\"Javier\", \"Luraschi\", role = \"aut\"),\n person(\"Kevin\", \"Ushey\", , \"kevin@posit.co\", role = \"aut\"),\n person(\"Aron\", \"Atkins\", , \"aron@posit.co\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\n person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"aut\"),\n person(\"Richard\", \"Iannone\", , \"rich@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-3925-190X\")),\n person(\"Andrew\", \"Dunning\", role = \"ctb\", comment = c(ORCID = \"0000-0003-0464-5036\")),\n person(\"Atsushi\", \"Yasumoto\", role = c(\"ctb\", \"cph\"), comment = c(ORCID = \"0000-0002-8335-495X\", cph = \"Number sections Lua filter\")),\n person(\"Barret\", \"Schloerke\", role = \"ctb\"),\n person(\"Carson\", \"Sievert\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4958-2844\")), \n person(\"Devon\", \"Ryan\", , \"dpryan79@gmail.com\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8549-0971\")),\n person(\"Frederik\", \"Aust\", , \"frederik.aust@uni-koeln.de\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4900-788X\")),\n person(\"Jeff\", \"Allen\", , \"jeff@posit.co\", role = \"ctb\"), \n person(\"JooYoung\", \"Seo\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4064-6012\")),\n person(\"Malcolm\", \"Barrett\", role = \"ctb\"),\n person(\"Rob\", \"Hyndman\", , \"Rob.Hyndman@monash.edu\", role = \"ctb\"),\n person(\"Romain\", \"Lesur\", role = \"ctb\"),\n person(\"Roy\", \"Storey\", role = \"ctb\"),\n person(\"Ruben\", \"Arslan\", , \"ruben.arslan@uni-goettingen.de\", role = \"ctb\"),\n person(\"Sergio\", \"Oller\", role = \"ctb\"),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(, \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery UI library; authors listed in inst/rmd/h/jqueryui/AUTHORS.txt\"),\n person(\"Mark\", \"Otto\", role = \"ctb\", comment = \"Bootstrap library\"),\n person(\"Jacob\", \"Thornton\", role = \"ctb\", comment = \"Bootstrap library\"),\n person(, \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"),\n person(, \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\"),\n person(\"Alexander\", \"Farkas\", role = c(\"ctb\", \"cph\"), comment = \"html5shiv library\"),\n person(\"Scott\", \"Jehl\", role = c(\"ctb\", \"cph\"), comment = \"Respond.js library\"),\n person(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"), comment = \"highlight.js library\"),\n person(\"Greg\", \"Franko\", role = c(\"ctb\", \"cph\"), comment = \"tocify library\"),\n person(\"John\", \"MacFarlane\", role = c(\"ctb\", \"cph\"), comment = \"Pandoc templates\"),\n person(, \"Google, Inc.\", role = c(\"ctb\", \"cph\"), comment = \"ioslides library\"),\n person(\"Dave\", \"Raggett\", role = \"ctb\", comment = \"slidy library\"),\n person(, \"W3C\", role = \"cph\", comment = \"slidy library\"),\n person(\"Dave\", \"Gandy\", role = c(\"ctb\", \"cph\"), comment = \"Font-Awesome\"),\n person(\"Ben\", \"Sperry\", role = \"ctb\", comment = \"Ionicons\"),\n person(, \"Drifty\", role = \"cph\", comment = \"Ionicons\"),\n person(\"Aidan\", \"Lister\", role = c(\"ctb\", \"cph\"), comment = \"jQuery StickyTabs\"),\n person(\"Benct Philip\", \"Jonsson\", role = c(\"ctb\", \"cph\"), comment = \"pagebreak Lua filter\"),\n person(\"Albert\", \"Krewinkel\", role = c(\"ctb\", \"cph\"), comment = \"pagebreak Lua filter\")\n )", "Maintainer": "Yihui Xie ", "Description": "Convert R Markdown documents into a variety of formats.", "License": "GPL-3", @@ -1822,11 +1826,11 @@ "RoxygenNote": "7.2.3", "SystemRequirements": "pandoc (>= 1.14) - http://pandoc.org", "NeedsCompilation": "no", - "Packaged": "2023-06-30 07:53:23 UTC; yihui", - "Author": "JJ Allaire [aut],\nYihui Xie [aut, cre] (),\nChristophe Dervieux [aut] (),\nJonathan McPherson [aut],\nJavier Luraschi [aut],\nKevin Ushey [aut],\nAron Atkins [aut],\nHadley Wickham [aut],\nJoe Cheng [aut],\nWinston Chang [aut],\nRichard Iannone [aut] (),\nAndrew Dunning [ctb] (),\nAtsushi Yasumoto [ctb, cph] (,\nNumber sections Lua filter),\nBarret Schloerke [ctb],\nCarson Sievert [ctb] (),\nDevon Ryan [ctb] (),\nFrederik Aust [ctb] (),\nJeff Allen [ctb],\nJooYoung Seo [ctb] (),\nMalcolm Barrett [ctb],\nRob Hyndman [ctb],\nRomain Lesur [ctb],\nRoy Storey [ctb],\nRuben Arslan [ctb],\nSergio Oller [ctb],\nPosit Software, PBC [cph, fnd],\njQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in\ninst/rmd/h/jqueryui/AUTHORS.txt),\nMark Otto [ctb] (Bootstrap library),\nJacob Thornton [ctb] (Bootstrap library),\nBootstrap contributors [ctb] (Bootstrap library),\nTwitter, Inc [cph] (Bootstrap library),\nAlexander Farkas [ctb, cph] (html5shiv library),\nScott Jehl [ctb, cph] (Respond.js library),\nIvan Sagalaev [ctb, cph] (highlight.js library),\nGreg Franko [ctb, cph] (tocify library),\nJohn MacFarlane [ctb, cph] (Pandoc templates),\nGoogle, Inc. [ctb, cph] (ioslides library),\nDave Raggett [ctb] (slidy library),\nW3C [cph] (slidy library),\nDave Gandy [ctb, cph] (Font-Awesome),\nBen Sperry [ctb] (Ionicons),\nDrifty [cph] (Ionicons),\nAidan Lister [ctb, cph] (jQuery StickyTabs),\nBenct Philip Jonsson [ctb, cph] (pagebreak Lua filter),\nAlbert Krewinkel [ctb, cph] (pagebreak Lua filter)", + "Packaged": "2023-08-08 08:58:47 UTC; yihui", + "Author": "JJ Allaire [aut],\n Yihui Xie [aut, cre] (),\n Christophe Dervieux [aut] (),\n Jonathan McPherson [aut],\n Javier Luraschi [aut],\n Kevin Ushey [aut],\n Aron Atkins [aut],\n Hadley Wickham [aut],\n Joe Cheng [aut],\n Winston Chang [aut],\n Richard Iannone [aut] (),\n Andrew Dunning [ctb] (),\n Atsushi Yasumoto [ctb, cph] (,\n Number sections Lua filter),\n Barret Schloerke [ctb],\n Carson Sievert [ctb] (),\n Devon Ryan [ctb] (),\n Frederik Aust [ctb] (),\n Jeff Allen [ctb],\n JooYoung Seo [ctb] (),\n Malcolm Barrett [ctb],\n Rob Hyndman [ctb],\n Romain Lesur [ctb],\n Roy Storey [ctb],\n Ruben Arslan [ctb],\n Sergio Oller [ctb],\n Posit Software, PBC [cph, fnd],\n jQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in\n inst/rmd/h/jqueryui/AUTHORS.txt),\n Mark Otto [ctb] (Bootstrap library),\n Jacob Thornton [ctb] (Bootstrap library),\n Bootstrap contributors [ctb] (Bootstrap library),\n Twitter, Inc [cph] (Bootstrap library),\n Alexander Farkas [ctb, cph] (html5shiv library),\n Scott Jehl [ctb, cph] (Respond.js library),\n Ivan Sagalaev [ctb, cph] (highlight.js library),\n Greg Franko [ctb, cph] (tocify library),\n John MacFarlane [ctb, cph] (Pandoc templates),\n Google, Inc. [ctb, cph] (ioslides library),\n Dave Raggett [ctb] (slidy library),\n W3C [cph] (slidy library),\n Dave Gandy [ctb, cph] (Font-Awesome),\n Ben Sperry [ctb] (Ionicons),\n Drifty [cph] (Ionicons),\n Aidan Lister [ctb, cph] (jQuery StickyTabs),\n Benct Philip Jonsson [ctb, cph] (pagebreak Lua filter),\n Albert Krewinkel [ctb, cph] (pagebreak Lua filter)", "Repository": "RSPM", - "Date/Publication": "2023-07-01 07:20:02 UTC", - "Built": "R 4.2.0; ; 2023-07-03 12:14:32 UTC; unix" + "Date/Publication": "2023-08-14 08:40:06 UTC", + "Built": "R 4.2.3; ; 2023-09-06 18:29:34 UTC; unix" } }, "rstudioapi": { @@ -1835,9 +1839,9 @@ "description": { "Package": "rstudioapi", "Title": "Safely Access the RStudio API", - "Description": "Access the RStudio API (if available) and provide informative error\nmessages when it's not.", + "Description": "Access the RStudio API (if available) and provide informative error\n messages when it's not.", "Version": "0.15.0", - "Authors@R": "c(\nperson(\"Kevin\", \"Ushey\", role = c(\"aut\", \"cre\"), email = \"kevin@rstudio.com\"),\nperson(\"JJ\", \"Allaire\", role = c(\"aut\"), email = \"jj@posit.co\"),\nperson(\"Hadley\", \"Wickham\", role = c(\"aut\"), email = \"hadley@posit.co\"),\nperson(\"Gary\", \"Ritchie\", role = c(\"aut\"), email = \"gary@posit.co\"),\nperson(family = \"RStudio\", role = \"cph\")\n)", + "Authors@R": "c(\n person(\"Kevin\", \"Ushey\", role = c(\"aut\", \"cre\"), email = \"kevin@rstudio.com\"),\n person(\"JJ\", \"Allaire\", role = c(\"aut\"), email = \"jj@posit.co\"),\n person(\"Hadley\", \"Wickham\", role = c(\"aut\"), email = \"hadley@posit.co\"),\n person(\"Gary\", \"Ritchie\", role = c(\"aut\"), email = \"gary@posit.co\"),\n person(family = \"RStudio\", role = \"cph\")\n )", "Maintainer": "Kevin Ushey ", "License": "MIT + file LICENSE", "URL": "https://rstudio.github.io/rstudioapi/,\nhttps://github.com/rstudio/rstudioapi", @@ -1848,10 +1852,10 @@ "Encoding": "UTF-8", "NeedsCompilation": "no", "Packaged": "2023-07-07 17:59:12 UTC; jacquelinegutman", - "Author": "Kevin Ushey [aut, cre],\nJJ Allaire [aut],\nHadley Wickham [aut],\nGary Ritchie [aut],\nRStudio [cph]", + "Author": "Kevin Ushey [aut, cre],\n JJ Allaire [aut],\n Hadley Wickham [aut],\n Gary Ritchie [aut],\n RStudio [cph]", "Repository": "RSPM", "Date/Publication": "2023-07-07 19:10:02 UTC", - "Built": "R 4.2.0; ; 2023-07-10 11:05:51 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:12:17 UTC; unix" } }, "rvest": { @@ -1861,8 +1865,8 @@ "Package": "rvest", "Title": "Easily Harvest (Scrape) Web Pages", "Version": "1.0.3", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "Wrappers around the 'xml2' and 'httr' packages to make it\neasy to download, then manipulate, HTML and XML.", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Wrappers around the 'xml2' and 'httr' packages to make it\n easy to download, then manipulate, HTML and XML.", "License": "MIT + file LICENSE", "URL": "https://rvest.tidyverse.org/, https://github.com/tidyverse/rvest", "BugReports": "https://github.com/tidyverse/rvest/issues", @@ -1877,11 +1881,11 @@ "RoxygenNote": "7.2.1", "NeedsCompilation": "no", "Packaged": "2022-08-19 15:20:38 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\nRStudio [cph, fnd]", + "Author": "Hadley Wickham [aut, cre],\n RStudio [cph, fnd]", "Maintainer": "Hadley Wickham ", "Repository": "RSPM", "Date/Publication": "2022-08-19 22:30:08 UTC", - "Built": "R 4.2.0; ; 2022-08-22 11:41:49 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:16:23 UTC; unix" } }, "sass": { @@ -1892,8 +1896,8 @@ "Package": "sass", "Version": "0.4.7", "Title": "Syntactically Awesome Style Sheets ('Sass')", - "Description": "An 'SCSS' compiler, powered by the 'LibSass' library. With this,\nR developers can use variables, inheritance, and functions to generate\ndynamic style sheets. The package uses the 'Sass CSS' extension language,\nwhich is stable, powerful, and CSS compatible.", - "Authors@R": "c(\nperson(\"Joe\", \"Cheng\", , \"joe@rstudio.com\", \"aut\"),\nperson(\"Timothy\", \"Mastny\", , \"tim.mastny@gmail.com\", \"aut\"),\nperson(\"Richard\", \"Iannone\", , \"rich@rstudio.com\", \"aut\",\ncomment = c(ORCID = \"0000-0003-3925-190X\")),\nperson(\"Barret\", \"Schloerke\", , \"barret@rstudio.com\", \"aut\",\ncomment = c(ORCID = \"0000-0001-9986-114X\")),\nperson(\"Carson\", \"Sievert\", , \"carson@rstudio.com\", c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Christophe\", \"Dervieux\", , \"cderv@rstudio.com\", c(\"ctb\"),\ncomment = c(ORCID = \"0000-0003-4474-2498\")),\nperson(family = \"RStudio\", role = c(\"cph\", \"fnd\")),\nperson(family = \"Sass Open Source Foundation\", role = c(\"ctb\", \"cph\"),\ncomment = \"LibSass library\"),\nperson(\"Greter\", \"Marcel\", role = c(\"ctb\", \"cph\"),\ncomment = \"LibSass library\"),\nperson(\"Mifsud\", \"Michael\", role = c(\"ctb\", \"cph\"),\ncomment = \"LibSass library\"),\nperson(\"Hampton\", \"Catlin\", role = c(\"ctb\", \"cph\"),\ncomment = \"LibSass library\"),\nperson(\"Natalie\", \"Weizenbaum\", role = c(\"ctb\", \"cph\"),\ncomment = \"LibSass library\"),\nperson(\"Chris\", \"Eppstein\", role = c(\"ctb\", \"cph\"),\ncomment = \"LibSass library\"),\nperson(\"Adams\", \"Joseph\", role = c(\"ctb\", \"cph\"),\ncomment = \"json.cpp\"),\nperson(\"Trifunovic\", \"Nemanja\", role = c(\"ctb\", \"cph\"),\ncomment = \"utf8.h\")\n)", + "Description": "An 'SCSS' compiler, powered by the 'LibSass' library. With this,\n R developers can use variables, inheritance, and functions to generate\n dynamic style sheets. The package uses the 'Sass CSS' extension language,\n which is stable, powerful, and CSS compatible.", + "Authors@R": "c(\n person(\"Joe\", \"Cheng\", , \"joe@rstudio.com\", \"aut\"),\n person(\"Timothy\", \"Mastny\", , \"tim.mastny@gmail.com\", \"aut\"),\n person(\"Richard\", \"Iannone\", , \"rich@rstudio.com\", \"aut\",\n comment = c(ORCID = \"0000-0003-3925-190X\")),\n person(\"Barret\", \"Schloerke\", , \"barret@rstudio.com\", \"aut\",\n comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(\"Carson\", \"Sievert\", , \"carson@rstudio.com\", c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Christophe\", \"Dervieux\", , \"cderv@rstudio.com\", c(\"ctb\"),\n comment = c(ORCID = \"0000-0003-4474-2498\")),\n person(family = \"RStudio\", role = c(\"cph\", \"fnd\")),\n person(family = \"Sass Open Source Foundation\", role = c(\"ctb\", \"cph\"),\n comment = \"LibSass library\"),\n person(\"Greter\", \"Marcel\", role = c(\"ctb\", \"cph\"),\n comment = \"LibSass library\"),\n person(\"Mifsud\", \"Michael\", role = c(\"ctb\", \"cph\"),\n comment = \"LibSass library\"),\n person(\"Hampton\", \"Catlin\", role = c(\"ctb\", \"cph\"),\n comment = \"LibSass library\"),\n person(\"Natalie\", \"Weizenbaum\", role = c(\"ctb\", \"cph\"),\n comment = \"LibSass library\"),\n person(\"Chris\", \"Eppstein\", role = c(\"ctb\", \"cph\"),\n comment = \"LibSass library\"),\n person(\"Adams\", \"Joseph\", role = c(\"ctb\", \"cph\"),\n comment = \"json.cpp\"),\n person(\"Trifunovic\", \"Nemanja\", role = c(\"ctb\", \"cph\"),\n comment = \"utf8.h\")\n )", "License": "MIT + file LICENSE", "URL": "https://rstudio.github.io/sass/, https://github.com/rstudio/sass", "BugReports": "https://github.com/rstudio/sass/issues", @@ -1906,11 +1910,11 @@ "Config/testthat/edition": "3", "NeedsCompilation": "yes", "Packaged": "2023-07-14 14:57:43 UTC; cpsievert", - "Author": "Joe Cheng [aut],\nTimothy Mastny [aut],\nRichard Iannone [aut] (),\nBarret Schloerke [aut] (),\nCarson Sievert [aut, cre] (),\nChristophe Dervieux [ctb] (),\nRStudio [cph, fnd],\nSass Open Source Foundation [ctb, cph] (LibSass library),\nGreter Marcel [ctb, cph] (LibSass library),\nMifsud Michael [ctb, cph] (LibSass library),\nHampton Catlin [ctb, cph] (LibSass library),\nNatalie Weizenbaum [ctb, cph] (LibSass library),\nChris Eppstein [ctb, cph] (LibSass library),\nAdams Joseph [ctb, cph] (json.cpp),\nTrifunovic Nemanja [ctb, cph] (utf8.h)", + "Author": "Joe Cheng [aut],\n Timothy Mastny [aut],\n Richard Iannone [aut] (),\n Barret Schloerke [aut] (),\n Carson Sievert [aut, cre] (),\n Christophe Dervieux [ctb] (),\n RStudio [cph, fnd],\n Sass Open Source Foundation [ctb, cph] (LibSass library),\n Greter Marcel [ctb, cph] (LibSass library),\n Mifsud Michael [ctb, cph] (LibSass library),\n Hampton Catlin [ctb, cph] (LibSass library),\n Natalie Weizenbaum [ctb, cph] (LibSass library),\n Chris Eppstein [ctb, cph] (LibSass library),\n Adams Joseph [ctb, cph] (json.cpp),\n Trifunovic Nemanja [ctb, cph] (utf8.h)", "Maintainer": "Carson Sievert ", "Repository": "RSPM", "Date/Publication": "2023-07-15 06:20:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-07-17 11:18:26 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:09:28 UTC; unix" } }, "scales": { @@ -1920,8 +1924,8 @@ "Package": "scales", "Title": "Scale Functions for Visualization", "Version": "1.2.1", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Dana\", \"Seidel\", role = \"aut\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "Graphical scales map data to aesthetics, and provide methods\nfor automatically determining breaks and labels for axes and legends.", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"Dana\", \"Seidel\", role = \"aut\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Graphical scales map data to aesthetics, and provide methods\n for automatically determining breaks and labels for axes and legends.", "License": "MIT + file LICENSE", "URL": "https://scales.r-lib.org, https://github.com/r-lib/scales", "BugReports": "https://github.com/r-lib/scales/issues", @@ -1935,11 +1939,11 @@ "Config/testthat/edition": "3", "NeedsCompilation": "no", "Packaged": "2022-08-19 15:35:49 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\nDana Seidel [aut],\nRStudio [cph, fnd]", + "Author": "Hadley Wickham [aut, cre],\n Dana Seidel [aut],\n RStudio [cph, fnd]", "Maintainer": "Hadley Wickham ", "Repository": "RSPM", "Date/Publication": "2022-08-20 00:10:11 UTC", - "Built": "R 4.2.0; ; 2022-08-22 11:40:42 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:07:28 UTC; unix" } }, "selectr": { @@ -1951,22 +1955,22 @@ "Title": "Translate CSS Selectors to XPath Expressions", "Version": "0.4-2", "Date": "2019-11-20", - "Authors@R": "c(person(\"Simon\", \"Potter\",\nrole = c(\"aut\", \"trl\", \"cre\"),\nemail = \"simon@sjp.co.nz\"),\nperson(\"Simon\", \"Sapin\", role = \"aut\"),\nperson(\"Ian\", \"Bicking\", role = \"aut\"))", + "Authors@R": "c(person(\"Simon\", \"Potter\",\n role = c(\"aut\", \"trl\", \"cre\"),\n email = \"simon@sjp.co.nz\"),\n person(\"Simon\", \"Sapin\", role = \"aut\"),\n person(\"Ian\", \"Bicking\", role = \"aut\"))", "License": "BSD_3_clause + file LICENCE", "Depends": "R (>= 3.0)", "Imports": "methods, stringr, R6", "Suggests": "testthat, XML, xml2", "URL": "https://sjp.co.nz/projects/selectr", "BugReports": "https://github.com/sjp/selectr/issues", - "Description": "Translates a CSS3 selector into an equivalent XPath\nexpression. This allows us to use CSS selectors when working with\nthe XML package as it can only evaluate XPath expressions. Also\nprovided are convenience functions useful for using CSS selectors on\nXML nodes. This package is a port of the Python package 'cssselect'\n().", + "Description": "Translates a CSS3 selector into an equivalent XPath\n expression. This allows us to use CSS selectors when working with\n the XML package as it can only evaluate XPath expressions. Also\n provided are convenience functions useful for using CSS selectors on\n XML nodes. This package is a port of the Python package 'cssselect'\n ().", "NeedsCompilation": "no", "Packaged": "2019-11-20 06:04:49 UTC; simon", - "Author": "Simon Potter [aut, trl, cre],\nSimon Sapin [aut],\nIan Bicking [aut]", + "Author": "Simon Potter [aut, trl, cre],\n Simon Sapin [aut],\n Ian Bicking [aut]", "Maintainer": "Simon Potter ", "Repository": "RSPM", "Date/Publication": "2019-11-20 07:30:03 UTC", "Encoding": "UTF-8", - "Built": "R 4.2.0; ; 2022-05-06 22:45:47 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:16:19 UTC; unix" } }, "shiny": { @@ -1976,14 +1980,14 @@ "Package": "shiny", "Type": "Package", "Title": "Web Application Framework for R", - "Version": "1.7.4.1", - "Authors@R": "c(\nperson(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\", comment = c(ORCID = \"0000-0002-1576-2126\")),\nperson(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\nperson(\"JJ\", \"Allaire\", role = \"aut\", email = \"jj@rstudio.com\"),\nperson(\"Carson\", \"Sievert\", role = \"aut\", email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Barret\", \"Schloerke\", role = \"aut\", email = \"barret@rstudio.com\", comment = c(ORCID = \"0000-0001-9986-114X\")),\nperson(\"Yihui\", \"Xie\", role = \"aut\", email = \"yihui@rstudio.com\"),\nperson(\"Jeff\", \"Allen\", role = \"aut\", email = \"jeff@rstudio.com\"),\nperson(\"Jonathan\", \"McPherson\", role = \"aut\", email = \"jonathan@rstudio.com\"),\nperson(\"Alan\", \"Dipert\", role = \"aut\"),\nperson(\"Barbara\", \"Borges\", role = \"aut\"),\nperson(family = \"RStudio\", role = \"cph\"),\nperson(family = \"jQuery Foundation\", role = \"cph\",\ncomment = \"jQuery library and jQuery UI library\"),\nperson(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\ncomment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"),\nperson(family = \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"),\ncomment = \"jQuery UI library; authors listed in inst/www/shared/jqueryui/AUTHORS.txt\"),\nperson(\"Mark\", \"Otto\", role = \"ctb\",\ncomment = \"Bootstrap library\"),\nperson(\"Jacob\", \"Thornton\", role = \"ctb\",\ncomment = \"Bootstrap library\"),\nperson(family = \"Bootstrap contributors\", role = \"ctb\",\ncomment = \"Bootstrap library\"),\nperson(family = \"Twitter, Inc\", role = \"cph\",\ncomment = \"Bootstrap library\"),\nperson(\"Prem Nawaz\", \"Khan\", role = \"ctb\",\ncomment = \"Bootstrap accessibility plugin\"),\nperson(\"Victor\", \"Tsaran\", role = \"ctb\",\ncomment = \"Bootstrap accessibility plugin\"),\nperson(\"Dennis\", \"Lembree\", role = \"ctb\",\ncomment = \"Bootstrap accessibility plugin\"),\nperson(\"Srinivasu\", \"Chakravarthula\", role = \"ctb\",\ncomment = \"Bootstrap accessibility plugin\"),\nperson(\"Cathy\", \"O'Connor\", role = \"ctb\",\ncomment = \"Bootstrap accessibility plugin\"),\nperson(family = \"PayPal, Inc\", role = \"cph\",\ncomment = \"Bootstrap accessibility plugin\"),\nperson(\"Stefan\", \"Petre\", role = c(\"ctb\", \"cph\"),\ncomment = \"Bootstrap-datepicker library\"),\nperson(\"Andrew\", \"Rowls\", role = c(\"ctb\", \"cph\"),\ncomment = \"Bootstrap-datepicker library\"),\nperson(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"),\ncomment = \"selectize.js library\"),\nperson(\"Salmen\", \"Bejaoui\", role = c(\"ctb\", \"cph\"),\ncomment = \"selectize-plugin-a11y library\"),\nperson(\"Denis\", \"Ineshin\", role = c(\"ctb\", \"cph\"),\ncomment = \"ion.rangeSlider library\"),\nperson(\"Sami\", \"Samhuri\", role = c(\"ctb\", \"cph\"),\ncomment = \"Javascript strftime library\"),\nperson(family = \"SpryMedia Limited\", role = c(\"ctb\", \"cph\"),\ncomment = \"DataTables library\"),\nperson(\"John\", \"Fraser\", role = c(\"ctb\", \"cph\"),\ncomment = \"showdown.js library\"),\nperson(\"John\", \"Gruber\", role = c(\"ctb\", \"cph\"),\ncomment = \"showdown.js library\"),\nperson(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"),\ncomment = \"highlight.js library\"),\nperson(family = \"R Core Team\", role = c(\"ctb\", \"cph\"),\ncomment = \"tar implementation from R\")\n)", - "Description": "Makes it incredibly easy to build interactive web\napplications with R. Automatic \"reactive\" binding between inputs and\noutputs and extensive prebuilt widgets make it possible to build\nbeautiful, responsive, and powerful applications with minimal effort.", + "Version": "1.7.5", + "Authors@R": "c(\n person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@posit.co\", comment = c(ORCID = \"0000-0002-1576-2126\")),\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@posit.co\"),\n person(\"JJ\", \"Allaire\", role = \"aut\", email = \"jj@posit.co\"),\n person(\"Carson\", \"Sievert\", role = \"aut\", email = \"carson@posit.co\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Barret\", \"Schloerke\", role = \"aut\", email = \"barret@posit.co\", comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(\"Yihui\", \"Xie\", role = \"aut\", email = \"yihui@posit.co\"),\n person(\"Jeff\", \"Allen\", role = \"aut\"),\n person(\"Jonathan\", \"McPherson\", role = \"aut\", email = \"jonathan@posit.co\"),\n person(\"Alan\", \"Dipert\", role = \"aut\"),\n person(\"Barbara\", \"Borges\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(family = \"jQuery Foundation\", role = \"cph\",\n comment = \"jQuery library and jQuery UI library\"),\n person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"),\n person(family = \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"jQuery UI library; authors listed in inst/www/shared/jqueryui/AUTHORS.txt\"),\n person(\"Mark\", \"Otto\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(\"Jacob\", \"Thornton\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(family = \"Bootstrap contributors\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(family = \"Twitter, Inc\", role = \"cph\",\n comment = \"Bootstrap library\"),\n person(\"Prem Nawaz\", \"Khan\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Victor\", \"Tsaran\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Dennis\", \"Lembree\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Srinivasu\", \"Chakravarthula\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Cathy\", \"O'Connor\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(family = \"PayPal, Inc\", role = \"cph\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Stefan\", \"Petre\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootstrap-datepicker library\"),\n person(\"Andrew\", \"Rowls\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootstrap-datepicker library\"),\n person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"),\n comment = \"selectize.js library\"),\n person(\"Salmen\", \"Bejaoui\", role = c(\"ctb\", \"cph\"),\n comment = \"selectize-plugin-a11y library\"),\n person(\"Denis\", \"Ineshin\", role = c(\"ctb\", \"cph\"),\n comment = \"ion.rangeSlider library\"),\n person(\"Sami\", \"Samhuri\", role = c(\"ctb\", \"cph\"),\n comment = \"Javascript strftime library\"),\n person(family = \"SpryMedia Limited\", role = c(\"ctb\", \"cph\"),\n comment = \"DataTables library\"),\n person(\"John\", \"Fraser\", role = c(\"ctb\", \"cph\"),\n comment = \"showdown.js library\"),\n person(\"John\", \"Gruber\", role = c(\"ctb\", \"cph\"),\n comment = \"showdown.js library\"),\n person(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"),\n comment = \"highlight.js library\"),\n person(family = \"R Core Team\", role = c(\"ctb\", \"cph\"),\n comment = \"tar implementation from R\")\n )", + "Description": "Makes it incredibly easy to build interactive web\n applications with R. Automatic \"reactive\" binding between inputs and\n outputs and extensive prebuilt widgets make it possible to build\n beautiful, responsive, and powerful applications with minimal effort.", "License": "GPL-3 | file LICENSE", "Depends": "R (>= 3.0.2), methods", - "Imports": "utils, grDevices, httpuv (>= 1.5.2), mime (>= 0.3), jsonlite\n(>= 0.9.16), xtable, fontawesome (>= 0.4.0), htmltools (>=\n0.5.4), R6 (>= 2.0), sourcetools, later (>= 1.0.0), promises\n(>= 1.1.0), tools, crayon, rlang (>= 0.4.10), fastmap (>=\n1.1.0), withr, commonmark (>= 1.7), glue (>= 1.3.2), bslib (>=\n0.3.0), cachem, ellipsis, lifecycle (>= 0.2.0)", + "Imports": "utils, grDevices, httpuv (>= 1.5.2), mime (>= 0.3), jsonlite\n(>= 0.9.16), xtable, fontawesome (>= 0.4.0), htmltools (>=\n0.5.4), R6 (>= 2.0), sourcetools, later (>= 1.0.0), promises\n(>= 1.1.0), tools, crayon, rlang (>= 0.4.10), fastmap (>=\n1.1.1), withr, commonmark (>= 1.7), glue (>= 1.3.2), bslib (>=\n0.3.0), cachem, ellipsis, lifecycle (>= 0.2.0)", "Suggests": "datasets, Cairo (>= 1.5-5), testthat (>= 3.0.0), knitr (>=\n1.6), markdown, rmarkdown, ggplot2, reactlog (>= 1.0.0),\nmagrittr, yaml, future, dygraphs, ragg, showtext, sass", - "URL": "https://shiny.posit.co/", + "URL": "https://shiny.posit.co/, https://github.com/rstudio/shiny", "BugReports": "https://github.com/rstudio/shiny/issues", "Collate": "'globals.R' 'app-state.R' 'app_template.R' 'bind-cache.R'\n'bind-event.R' 'bookmark-state-local.R' 'bookmark-state.R'\n'bootstrap-deprecated.R' 'bootstrap-layout.R' 'conditions.R'\n'map.R' 'utils.R' 'bootstrap.R' 'cache-utils.R' 'deprecated.R'\n'devmode.R' 'diagnose.R' 'fileupload.R' 'graph.R' 'reactives.R'\n'reactive-domains.R' 'history.R' 'hooks.R' 'html-deps.R'\n'image-interact-opts.R' 'image-interact.R' 'imageutils.R'\n'input-action.R' 'input-checkbox.R' 'input-checkboxgroup.R'\n'input-date.R' 'input-daterange.R' 'input-file.R'\n'input-numeric.R' 'input-password.R' 'input-radiobuttons.R'\n'input-select.R' 'input-slider.R' 'input-submit.R'\n'input-text.R' 'input-textarea.R' 'input-utils.R'\n'insert-tab.R' 'insert-ui.R' 'jqueryui.R' 'knitr.R'\n'middleware-shiny.R' 'middleware.R' 'timer.R' 'shiny.R'\n'mock-session.R' 'modal.R' 'modules.R' 'notifications.R'\n'priorityqueue.R' 'progress.R' 'react.R' 'reexports.R'\n'render-cached-plot.R' 'render-plot.R' 'render-table.R'\n'run-url.R' 'runapp.R' 'serializers.R'\n'server-input-handlers.R' 'server-resource-paths.R' 'server.R'\n'shiny-options.R' 'shiny-package.R' 'shinyapp.R' 'shinyui.R'\n'shinywrappers.R' 'showcase.R' 'snapshot.R' 'staticimports.R'\n'tar.R' 'test-export.R' 'test-server.R' 'test.R'\n'update-input.R' 'utils-lang.R' 'version_bs_date_picker.R'\n'version_ion_range_slider.R' 'version_jquery.R'\n'version_jqueryui.R' 'version_selectize.R' 'version_strftime.R'\n'viewer.R'", "RoxygenNote": "7.2.3", @@ -1992,12 +1996,12 @@ "Config/testthat/edition": "3", "Config/Needs/check": "shinytest2", "NeedsCompilation": "no", - "Packaged": "2023-07-03 17:48:43 UTC; winston", - "Author": "Winston Chang [aut, cre] (),\nJoe Cheng [aut],\nJJ Allaire [aut],\nCarson Sievert [aut] (),\nBarret Schloerke [aut] (),\nYihui Xie [aut],\nJeff Allen [aut],\nJonathan McPherson [aut],\nAlan Dipert [aut],\nBarbara Borges [aut],\nRStudio [cph],\njQuery Foundation [cph] (jQuery library and jQuery UI library),\njQuery contributors [ctb, cph] (jQuery library; authors listed in\ninst/www/shared/jquery-AUTHORS.txt),\njQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in\ninst/www/shared/jqueryui/AUTHORS.txt),\nMark Otto [ctb] (Bootstrap library),\nJacob Thornton [ctb] (Bootstrap library),\nBootstrap contributors [ctb] (Bootstrap library),\nTwitter, Inc [cph] (Bootstrap library),\nPrem Nawaz Khan [ctb] (Bootstrap accessibility plugin),\nVictor Tsaran [ctb] (Bootstrap accessibility plugin),\nDennis Lembree [ctb] (Bootstrap accessibility plugin),\nSrinivasu Chakravarthula [ctb] (Bootstrap accessibility plugin),\nCathy O'Connor [ctb] (Bootstrap accessibility plugin),\nPayPal, Inc [cph] (Bootstrap accessibility plugin),\nStefan Petre [ctb, cph] (Bootstrap-datepicker library),\nAndrew Rowls [ctb, cph] (Bootstrap-datepicker library),\nBrian Reavis [ctb, cph] (selectize.js library),\nSalmen Bejaoui [ctb, cph] (selectize-plugin-a11y library),\nDenis Ineshin [ctb, cph] (ion.rangeSlider library),\nSami Samhuri [ctb, cph] (Javascript strftime library),\nSpryMedia Limited [ctb, cph] (DataTables library),\nJohn Fraser [ctb, cph] (showdown.js library),\nJohn Gruber [ctb, cph] (showdown.js library),\nIvan Sagalaev [ctb, cph] (highlight.js library),\nR Core Team [ctb, cph] (tar implementation from R)", - "Maintainer": "Winston Chang ", + "Packaged": "2023-08-11 15:54:00 UTC; cpsievert", + "Author": "Winston Chang [aut, cre] (),\n Joe Cheng [aut],\n JJ Allaire [aut],\n Carson Sievert [aut] (),\n Barret Schloerke [aut] (),\n Yihui Xie [aut],\n Jeff Allen [aut],\n Jonathan McPherson [aut],\n Alan Dipert [aut],\n Barbara Borges [aut],\n Posit Software, PBC [cph, fnd],\n jQuery Foundation [cph] (jQuery library and jQuery UI library),\n jQuery contributors [ctb, cph] (jQuery library; authors listed in\n inst/www/shared/jquery-AUTHORS.txt),\n jQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in\n inst/www/shared/jqueryui/AUTHORS.txt),\n Mark Otto [ctb] (Bootstrap library),\n Jacob Thornton [ctb] (Bootstrap library),\n Bootstrap contributors [ctb] (Bootstrap library),\n Twitter, Inc [cph] (Bootstrap library),\n Prem Nawaz Khan [ctb] (Bootstrap accessibility plugin),\n Victor Tsaran [ctb] (Bootstrap accessibility plugin),\n Dennis Lembree [ctb] (Bootstrap accessibility plugin),\n Srinivasu Chakravarthula [ctb] (Bootstrap accessibility plugin),\n Cathy O'Connor [ctb] (Bootstrap accessibility plugin),\n PayPal, Inc [cph] (Bootstrap accessibility plugin),\n Stefan Petre [ctb, cph] (Bootstrap-datepicker library),\n Andrew Rowls [ctb, cph] (Bootstrap-datepicker library),\n Brian Reavis [ctb, cph] (selectize.js library),\n Salmen Bejaoui [ctb, cph] (selectize-plugin-a11y library),\n Denis Ineshin [ctb, cph] (ion.rangeSlider library),\n Sami Samhuri [ctb, cph] (Javascript strftime library),\n SpryMedia Limited [ctb, cph] (DataTables library),\n John Fraser [ctb, cph] (showdown.js library),\n John Gruber [ctb, cph] (showdown.js library),\n Ivan Sagalaev [ctb, cph] (highlight.js library),\n R Core Team [ctb, cph] (tar implementation from R)", + "Maintainer": "Winston Chang ", "Repository": "RSPM", - "Date/Publication": "2023-07-06 12:30:03 UTC", - "Built": "R 4.2.0; ; 2023-07-10 03:24:44 UTC; unix" + "Date/Publication": "2023-08-12 17:00:02 UTC", + "Built": "R 4.2.3; ; 2023-09-06 18:29:26 UTC; unix" } }, "sourcetools": { @@ -2010,7 +2014,7 @@ "Version": "0.1.7-1", "Author": "Kevin Ushey", "Maintainer": "Kevin Ushey ", - "Description": "Tools for the reading and tokenization of R code. The\n'sourcetools' package provides both an R and C++ interface for the tokenization\nof R code, and helpers for interacting with the tokenized representation of R\ncode.", + "Description": "Tools for the reading and tokenization of R code. The\n 'sourcetools' package provides both an R and C++ interface for the tokenization\n of R code, and helpers for interacting with the tokenized representation of R\n code.", "License": "MIT + file LICENSE", "Depends": "R (>= 3.0.2)", "Suggests": "testthat", @@ -2021,7 +2025,7 @@ "Packaged": "2023-01-31 18:03:04 UTC; kevin", "Repository": "RSPM", "Date/Publication": "2023-02-01 10:10:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-02-02 18:54:51 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:13:44 UTC; unix" } }, "stringi": { @@ -2032,7 +2036,7 @@ "Version": "1.7.12", "Date": "2023-01-09", "Title": "Fast and Portable Character String Processing Facilities", - "Description": "A collection of character string/text/natural language\nprocessing tools for pattern searching (e.g., with 'Java'-like regular\nexpressions or the 'Unicode' collation algorithm), random string generation,\ncase mapping, string transliteration, concatenation, sorting, padding,\nwrapping, Unicode normalisation, date-time formatting and parsing,\nand many more. They are fast, consistent, convenient, and -\nthanks to 'ICU' (International Components for Unicode) -\nportable across all locales and platforms. Documentation about 'stringi' is\nprovided via its website at and\nthe paper by Gagolewski (2022, ).", + "Description": "A collection of character string/text/natural language\n processing tools for pattern searching (e.g., with 'Java'-like regular\n expressions or the 'Unicode' collation algorithm), random string generation,\n case mapping, string transliteration, concatenation, sorting, padding,\n wrapping, Unicode normalisation, date-time formatting and parsing,\n and many more. They are fast, consistent, convenient, and -\n thanks to 'ICU' (International Components for Unicode) -\n portable across all locales and platforms. Documentation about 'stringi' is\n provided via its website at and\n the paper by Gagolewski (2022, ).", "URL": "https://stringi.gagolewski.com/,\nhttps://github.com/gagolews/stringi, https://icu.unicode.org/", "BugReports": "https://github.com/gagolews/stringi/issues", "SystemRequirements": "C++11, ICU4C (>= 55, optional)", @@ -2041,16 +2045,16 @@ "Imports": "tools, utils, stats", "Biarch": "TRUE", "License": "file LICENSE", - "Author": "Marek Gagolewski [aut, cre, cph] (),\nBartek Tartanus [ctb], and others (stringi source code);\nUnicode, Inc. and others (ICU4C source code, Unicode Character Database)", + "Author": "Marek Gagolewski [aut, cre, cph] (),\n Bartek Tartanus [ctb], and others (stringi source code);\n Unicode, Inc. and others (ICU4C source code, Unicode Character Database)", "Maintainer": "Marek Gagolewski ", "RoxygenNote": "7.2.1", "Encoding": "UTF-8", "NeedsCompilation": "yes", "Packaged": "2023-01-09 07:28:38 UTC; gagolews", "License_is_FOSS": "yes", - "Repository": "RSPM", + "Repository": "CRAN", "Date/Publication": "2023-01-11 10:10:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-01-12 11:12:14 UTC; unix" + "Built": "R 4.2.0; aarch64-apple-darwin20; 2023-04-01 09:36:23 UTC; unix" } }, "stringr": { @@ -2060,8 +2064,8 @@ "Package": "stringr", "Title": "Simple, Consistent Wrappers for Common String Operations", "Version": "1.5.0", - "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = c(\"aut\", \"cre\", \"cph\"),\nemail = \"hadley@rstudio.com\"),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", - "Description": "A consistent, simple and easy to use set of wrappers around\nthe fantastic 'stringi' package. All function and argument names (and\npositions) are consistent, all functions deal with \"NA\"'s and zero\nlength vectors in the same way, and the output from one function is\neasy to feed into the input of another.", + "Authors@R": "\n c(person(given = \"Hadley\",\n family = \"Wickham\",\n role = c(\"aut\", \"cre\", \"cph\"),\n email = \"hadley@rstudio.com\"),\n person(given = \"RStudio\",\n role = c(\"cph\", \"fnd\")))", + "Description": "A consistent, simple and easy to use set of wrappers around\n the fantastic 'stringi' package. All function and argument names (and\n positions) are consistent, all functions deal with \"NA\"'s and zero\n length vectors in the same way, and the output from one function is\n easy to feed into the input of another.", "License": "MIT + file LICENSE", "URL": "https://stringr.tidyverse.org,\nhttps://github.com/tidyverse/stringr", "BugReports": "https://github.com/tidyverse/stringr/issues", @@ -2076,11 +2080,11 @@ "RoxygenNote": "7.2.1", "NeedsCompilation": "no", "Packaged": "2022-12-01 20:53:42 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre, cph],\nRStudio [cph, fnd]", + "Author": "Hadley Wickham [aut, cre, cph],\n RStudio [cph, fnd]", "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", + "Repository": "CRAN", "Date/Publication": "2022-12-02 10:20:02 UTC", - "Built": "R 4.2.0; ; 2022-12-05 11:26:48 UTC; unix" + "Built": "R 4.2.0; ; 2022-12-02 10:27:51 UTC; unix" } }, "svglite": { @@ -2089,28 +2093,29 @@ "description": { "Package": "svglite", "Title": "An 'SVG' Graphics Device", - "Version": "2.1.1", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\nperson(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"),\nperson(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"),\ncomment = c(ORCID = \"0000-0002-5147-4711\")),\nperson(\"T Jake\", \"Luciani\", , \"jake@apache.org\", role = \"aut\"),\nperson(\"Matthieu\", \"Decorde\", , \"matthieu.decorde@ens-lyon.fr\", role = \"aut\"),\nperson(\"Vaudor\", \"Lise\", , \"lise.vaudor@ens-lyon.fr\", role = \"aut\"),\nperson(\"Tony\", \"Plate\", role = \"ctb\",\ncomment = \"Early line dashing code\"),\nperson(\"David\", \"Gohel\", role = \"ctb\",\ncomment = \"Line dashing code and early raster code\"),\nperson(\"Yixuan\", \"Qiu\", role = \"ctb\",\ncomment = \"Improved styles; polypath implementation\"),\nperson(\"Håkon\", \"Malmedal\", role = \"ctb\",\ncomment = \"Opacity code\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "A graphics device for R that produces 'Scalable Vector\nGraphics'. 'svglite' is a fork of the older 'RSvgDevice' package.", + "Version": "2.1.2", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"),\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"T Jake\", \"Luciani\", , \"jake@apache.org\", role = \"aut\"),\n person(\"Matthieu\", \"Decorde\", , \"matthieu.decorde@ens-lyon.fr\", role = \"aut\"),\n person(\"Vaudor\", \"Lise\", , \"lise.vaudor@ens-lyon.fr\", role = \"aut\"),\n person(\"Tony\", \"Plate\", role = \"ctb\",\n comment = \"Early line dashing code\"),\n person(\"David\", \"Gohel\", role = \"ctb\",\n comment = \"Line dashing code and early raster code\"),\n person(\"Yixuan\", \"Qiu\", role = \"ctb\",\n comment = \"Improved styles; polypath implementation\"),\n person(\"Håkon\", \"Malmedal\", role = \"ctb\",\n comment = \"Opacity code\"),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "A graphics device for R that produces 'Scalable Vector\n Graphics'. 'svglite' is a fork of the older 'RSvgDevice' package.", "License": "GPL (>= 2)", "URL": "https://svglite.r-lib.org, https://github.com/r-lib/svglite", "BugReports": "https://github.com/r-lib/svglite/issues", - "Depends": "R (>= 3.0.0)", + "Depends": "R (>= 3.5.0)", "Imports": "systemfonts (>= 1.0.0)", - "Suggests": "covr, fontquiver (>= 0.2.0), htmltools, knitr, rmarkdown,\ntestthat, xml2 (>= 1.0.0)", + "Suggests": "covr, fontquiver (>= 0.2.0), htmltools, knitr, rmarkdown,\ntestthat (>= 3.0.0), xml2 (>= 1.0.0)", "LinkingTo": "cpp11, systemfonts", "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Encoding": "UTF-8", - "RoxygenNote": "7.2.1", - "SystemRequirements": "C++11, libpng", + "RoxygenNote": "7.2.3", + "SystemRequirements": "libpng", + "Config/testthat/edition": "3", "NeedsCompilation": "yes", - "Packaged": "2023-01-10 07:48:19 UTC; thomas", - "Author": "Hadley Wickham [aut],\nLionel Henry [aut],\nThomas Lin Pedersen [cre, aut]\n(),\nT Jake Luciani [aut],\nMatthieu Decorde [aut],\nVaudor Lise [aut],\nTony Plate [ctb] (Early line dashing code),\nDavid Gohel [ctb] (Line dashing code and early raster code),\nYixuan Qiu [ctb] (Improved styles; polypath implementation),\nHåkon Malmedal [ctb] (Opacity code),\nRStudio [cph, fnd]", + "Packaged": "2023-10-11 08:07:42 UTC; thomas", + "Author": "Hadley Wickham [aut],\n Lionel Henry [aut],\n Thomas Lin Pedersen [cre, aut]\n (),\n T Jake Luciani [aut],\n Matthieu Decorde [aut],\n Vaudor Lise [aut],\n Tony Plate [ctb] (Early line dashing code),\n David Gohel [ctb] (Line dashing code and early raster code),\n Yixuan Qiu [ctb] (Improved styles; polypath implementation),\n Håkon Malmedal [ctb] (Opacity code),\n Posit, PBC [cph, fnd]", "Maintainer": "Thomas Lin Pedersen ", "Repository": "RSPM", - "Date/Publication": "2023-01-10 09:30:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-07-21 11:19:34 UTC; unix" + "Date/Publication": "2023-10-11 08:40:02 UTC", + "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-10-12 11:33:44 UTC; unix" } }, "sys": { @@ -2121,8 +2126,8 @@ "Type": "Package", "Title": "Powerful and Reliable Tools for Running System Commands in R", "Version": "3.4.2", - "Authors@R": "c(person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"),\nemail = \"jeroen@berkeley.edu\", comment = c(ORCID = \"0000-0002-4035-0289\")),\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = \"ctb\"))", - "Description": "Drop-in replacements for the base system2() function with fine control\nand consistent behavior across platforms. Supports clean interruption, timeout,\nbackground tasks, and streaming STDIN / STDOUT / STDERR over binary or text\nconnections. Arguments on Windows automatically get encoded and quoted to work\non different locales.", + "Authors@R": "c(person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), \n email = \"jeroen@berkeley.edu\", comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = \"ctb\"))", + "Description": "Drop-in replacements for the base system2() function with fine control\n and consistent behavior across platforms. Supports clean interruption, timeout, \n background tasks, and streaming STDIN / STDOUT / STDERR over binary or text \n connections. Arguments on Windows automatically get encoded and quoted to work \n on different locales.", "License": "MIT + file LICENSE", "URL": "https://jeroen.r-universe.dev/sys", "BugReports": "https://github.com/jeroen/sys/issues", @@ -2132,40 +2137,41 @@ "Language": "en-US", "NeedsCompilation": "yes", "Packaged": "2023-05-22 21:45:03 UTC; jeroen", - "Author": "Jeroen Ooms [aut, cre] (),\nGábor Csárdi [ctb]", + "Author": "Jeroen Ooms [aut, cre] (),\n Gábor Csárdi [ctb]", "Maintainer": "Jeroen Ooms ", "Repository": "RSPM", "Date/Publication": "2023-05-23 07:50:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-05-24 12:23:07 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:07:42 UTC; unix" } }, "systemfonts": { "Source": "CRAN", "Repository": "https://p3m.dev/cran/latest", "description": { - "Package": "systemfonts", "Type": "Package", + "Package": "systemfonts", "Title": "System Native Font Finding", - "Version": "1.0.4", - "Authors@R": "c(person(given = \"Thomas Lin\",\nfamily = \"Pedersen\",\nrole = c(\"aut\", \"cre\"),\nemail = \"thomas.pedersen@rstudio.com\",\ncomment = c(ORCID = \"0000-0002-5147-4711\")),\nperson(given = \"Jeroen\",\nfamily = \"Ooms\",\nrole = \"aut\",\nemail = \"jeroen@berkeley.edu\",\ncomment = c(ORCID = \"0000-0002-4035-0289\")),\nperson(given = \"Devon\",\nfamily = \"Govett\",\nrole = \"aut\",\ncomment = \"Author of font-manager\"),\nperson(given = \"RStudio\",\nrole = \"cph\"))", - "Maintainer": "Thomas Lin Pedersen ", - "Description": "Provides system native access to the font catalogue. As font\nhandling varies between systems it is difficult to correctly locate\ninstalled fonts across different operating systems. The 'systemfonts'\npackage provides bindings to the native libraries on Windows, macOS and\nLinux for finding font files that can then be used further by e.g. graphic\ndevices. The main use is intended to be from compiled code but 'systemfonts'\nalso provides access from R.", + "Version": "1.0.5", + "Authors@R": "c(\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"Jeroen\", \"Ooms\", , \"jeroen@berkeley.edu\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"Devon\", \"Govett\", role = \"aut\",\n comment = \"Author of font-manager\"),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Provides system native access to the font catalogue. As font\n handling varies between systems it is difficult to correctly locate\n installed fonts across different operating systems. The 'systemfonts'\n package provides bindings to the native libraries on Windows, macOS\n and Linux for finding font files that can then be used further by e.g.\n graphic devices. The main use is intended to be from compiled code but\n 'systemfonts' also provides access from R.", "License": "MIT + file LICENSE", - "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", - "Depends": "R (>= 3.2.0)", - "SystemRequirements": "C++11, fontconfig, freetype2", - "Suggests": "testthat (>= 2.1.0), covr, knitr, rmarkdown, tools", - "VignetteBuilder": "knitr", - "URL": "https://github.com/r-lib/systemfonts", + "URL": "https://github.com/r-lib/systemfonts,\nhttps://systemfonts.r-lib.org", "BugReports": "https://github.com/r-lib/systemfonts/issues", + "Depends": "R (>= 3.2.0)", + "Suggests": "covr, knitr, rmarkdown, testthat (>= 2.1.0), tools", "LinkingTo": "cpp11 (>= 0.2.1)", + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "RoxygenNote": "7.1.2", + "SystemRequirements": "fontconfig, freetype2", + "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "yes", - "Packaged": "2022-02-11 12:33:22 UTC; thomas", - "Author": "Thomas Lin Pedersen [aut, cre]\n(),\nJeroen Ooms [aut] (),\nDevon Govett [aut] (Author of font-manager),\nRStudio [cph]", + "Packaged": "2023-10-09 08:28:00 UTC; thomas", + "Author": "Thomas Lin Pedersen [aut, cre]\n (),\n Jeroen Ooms [aut] (),\n Devon Govett [aut] (Author of font-manager),\n Posit, PBC [cph, fnd]", + "Maintainer": "Thomas Lin Pedersen ", "Repository": "RSPM", - "Date/Publication": "2022-02-11 12:50:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-07-21 11:18:40 UTC; unix" + "Date/Publication": "2023-10-09 14:00:09 UTC", + "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-10-10 11:27:05 UTC; unix" } }, "tibble": { @@ -2175,8 +2181,8 @@ "Package": "tibble", "Title": "Simple Data Frames", "Version": "3.2.1", - "Authors@R": "c(person(given = \"Kirill\",\nfamily = \"M\\u00fcller\",\nrole = c(\"aut\", \"cre\"),\nemail = \"kirill@cynkra.com\",\ncomment = c(ORCID = \"0000-0002-1416-3412\")),\nperson(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\",\nemail = \"hadley@rstudio.com\"),\nperson(given = \"Romain\",\nfamily = \"Francois\",\nrole = \"ctb\",\nemail = \"romain@r-enthusiasts.com\"),\nperson(given = \"Jennifer\",\nfamily = \"Bryan\",\nrole = \"ctb\",\nemail = \"jenny@rstudio.com\"),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", - "Description": "Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the traditional\ndata frame.", + "Authors@R": "\n c(person(given = \"Kirill\",\n family = \"M\\u00fcller\",\n role = c(\"aut\", \"cre\"),\n email = \"kirill@cynkra.com\",\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\",\n email = \"hadley@rstudio.com\"),\n person(given = \"Romain\",\n family = \"Francois\",\n role = \"ctb\",\n email = \"romain@r-enthusiasts.com\"),\n person(given = \"Jennifer\",\n family = \"Bryan\",\n role = \"ctb\",\n email = \"jenny@rstudio.com\"),\n person(given = \"RStudio\",\n role = c(\"cph\", \"fnd\")))", + "Description": "Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the traditional\n data frame.", "License": "MIT + file LICENSE", "URL": "https://tibble.tidyverse.org/, https://github.com/tidyverse/tibble", "BugReports": "https://github.com/tidyverse/tibble/issues", @@ -2195,11 +2201,11 @@ "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "yes", "Packaged": "2023-03-19 09:23:10 UTC; kirill", - "Author": "Kirill Müller [aut, cre] (),\nHadley Wickham [aut],\nRomain Francois [ctb],\nJennifer Bryan [ctb],\nRStudio [cph, fnd]", + "Author": "Kirill Müller [aut, cre] (),\n Hadley Wickham [aut],\n Romain Francois [ctb],\n Jennifer Bryan [ctb],\n RStudio [cph, fnd]", "Maintainer": "Kirill Müller ", "Repository": "RSPM", "Date/Publication": "2023-03-20 06:30:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-03-21 11:14:55 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:10:38 UTC; unix" } }, "tidyr": { @@ -2209,8 +2215,8 @@ "Package": "tidyr", "Title": "Tidy Messy Data", "Version": "1.3.0", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\"),\nperson(\"Maximilian\", \"Girlich\", role = \"aut\"),\nperson(\"Kevin\", \"Ushey\", , \"kevin@posit.co\", role = \"ctb\"),\nperson(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "Tools to help to create tidy data, where each column is a\nvariable, each row is an observation, and each cell contains a single\nvalue. 'tidyr' contains tools for changing the shape (pivoting) and\nhierarchy (nesting and 'unnesting') of a dataset, turning deeply\nnested lists into rectangular data frames ('rectangling'), and\nextracting values out of string columns. It also includes tools for\nworking with missing values (both implicit and explicit).", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\"),\n person(\"Maximilian\", \"Girlich\", role = \"aut\"),\n person(\"Kevin\", \"Ushey\", , \"kevin@posit.co\", role = \"ctb\"),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Tools to help to create tidy data, where each column is a\n variable, each row is an observation, and each cell contains a single\n value. 'tidyr' contains tools for changing the shape (pivoting) and\n hierarchy (nesting and 'unnesting') of a dataset, turning deeply\n nested lists into rectangular data frames ('rectangling'), and\n extracting values out of string columns. It also includes tools for\n working with missing values (both implicit and explicit).", "License": "MIT + file LICENSE", "URL": "https://tidyr.tidyverse.org, https://github.com/tidyverse/tidyr", "BugReports": "https://github.com/tidyverse/tidyr/issues", @@ -2227,11 +2233,11 @@ "SystemRequirements": "C++11", "NeedsCompilation": "yes", "Packaged": "2023-01-23 22:21:00 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\nDavis Vaughan [aut],\nMaximilian Girlich [aut],\nKevin Ushey [ctb],\nPosit, PBC [cph, fnd]", + "Author": "Hadley Wickham [aut, cre],\n Davis Vaughan [aut],\n Maximilian Girlich [aut],\n Kevin Ushey [ctb],\n Posit, PBC [cph, fnd]", "Maintainer": "Hadley Wickham ", "Repository": "RSPM", "Date/Publication": "2023-01-24 16:00:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-01-25 11:23:07 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:10:55 UTC; unix" } }, "tidyselect": { @@ -2241,8 +2247,8 @@ "Package": "tidyselect", "Title": "Select from a Set of Strings", "Version": "1.2.0", - "Authors@R": "c(\nperson(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "A backend for the selecting functions of the 'tidyverse'. It\nmakes it easy to implement select-like functions in your own packages\nin a way that is consistent with other 'tidyverse' interfaces for\nselection.", + "Authors@R": "c(\n person(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "A backend for the selecting functions of the 'tidyverse'. It\n makes it easy to implement select-like functions in your own packages\n in a way that is consistent with other 'tidyverse' interfaces for\n selection.", "License": "MIT + file LICENSE", "URL": "https://tidyselect.r-lib.org, https://github.com/r-lib/tidyselect", "BugReports": "https://github.com/r-lib/tidyselect/issues", @@ -2257,11 +2263,11 @@ "RoxygenNote": "7.2.1", "NeedsCompilation": "no", "Packaged": "2022-10-10 14:09:03 UTC; hadleywickham", - "Author": "Lionel Henry [aut, cre],\nHadley Wickham [aut],\nRStudio [cph, fnd]", + "Author": "Lionel Henry [aut, cre],\n Hadley Wickham [aut],\n RStudio [cph, fnd]", "Maintainer": "Lionel Henry ", "Repository": "RSPM", "Date/Publication": "2022-10-10 19:00:02 UTC", - "Built": "R 4.2.0; ; 2022-10-11 11:20:28 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:10:43 UTC; unix" } }, "timechange": { @@ -2271,8 +2277,8 @@ "Package": "timechange", "Title": "Efficient Manipulation of Date-Times", "Version": "0.2.0", - "Authors@R": "c(person(\"Vitalie\", \"Spinu\", email = \"spinuvit@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Google Inc.\", role = c(\"ctb\", \"cph\")))", - "Description": "Efficient routines for manipulation of date-time objects while\naccounting for time-zones and daylight saving times. The package includes\nutilities for updating of date-time components (year, month, day etc.),\nmodification of time-zones, rounding of date-times, period addition and\nsubtraction etc. Parts of the 'CCTZ' source code, released under the Apache\n2.0 License, are included in this package. See\n for more details.", + "Authors@R": "c(person(\"Vitalie\", \"Spinu\", email = \"spinuvit@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Google Inc.\", role = c(\"ctb\", \"cph\")))", + "Description": "Efficient routines for manipulation of date-time objects while\n accounting for time-zones and daylight saving times. The package includes\n utilities for updating of date-time components (year, month, day etc.),\n modification of time-zones, rounding of date-times, period addition and\n subtraction etc. Parts of the 'CCTZ' source code, released under the Apache\n 2.0 License, are included in this package. See\n for more details.", "Depends": "R (>= 3.3)", "License": "GPL-3", "Encoding": "UTF-8", @@ -2284,11 +2290,11 @@ "RoxygenNote": "7.2.1", "NeedsCompilation": "yes", "Packaged": "2023-01-11 17:55:58 UTC; vspinu", - "Author": "Vitalie Spinu [aut, cre],\nGoogle Inc. [ctb, cph]", + "Author": "Vitalie Spinu [aut, cre],\n Google Inc. [ctb, cph]", "Maintainer": "Vitalie Spinu ", "Repository": "RSPM", "Date/Publication": "2023-01-11 18:20:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-01-12 11:11:59 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:12:00 UTC; unix" } }, "tinytex": { @@ -2298,9 +2304,9 @@ "Package": "tinytex", "Type": "Package", "Title": "Helper Functions to Install and Maintain TeX Live, and Compile\nLaTeX Documents", - "Version": "0.45", - "Authors@R": "c(\nperson(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\nperson(\"Christophe\", \"Dervieux\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4474-2498\")),\nperson(\"Devon\", \"Ryan\", role = \"ctb\", email = \"dpryan79@gmail.com\", comment = c(ORCID = \"0000-0002-8549-0971\")),\nperson(\"Ethan\", \"Heinzen\", role = \"ctb\"),\nperson(\"Fernando\", \"Cagua\", role = \"ctb\"),\nperson()\n)", - "Description": "Helper functions to install and maintain the 'LaTeX' distribution\nnamed 'TinyTeX' (), a lightweight, cross-platform,\nportable, and easy-to-maintain version of 'TeX Live'. This package also\ncontains helper functions to compile 'LaTeX' documents, and install missing\n'LaTeX' packages automatically.", + "Version": "0.46", + "Authors@R": "c(\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"Christophe\", \"Dervieux\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4474-2498\")),\n person(\"Devon\", \"Ryan\", role = \"ctb\", email = \"dpryan79@gmail.com\", comment = c(ORCID = \"0000-0002-8549-0971\")),\n person(\"Ethan\", \"Heinzen\", role = \"ctb\"),\n person(\"Fernando\", \"Cagua\", role = \"ctb\"),\n person()\n )", + "Description": "Helper functions to install and maintain the 'LaTeX' distribution\n named 'TinyTeX' (), a lightweight, cross-platform,\n portable, and easy-to-maintain version of 'TeX Live'. This package also\n contains helper functions to compile 'LaTeX' documents, and install missing\n 'LaTeX' packages automatically.", "Imports": "xfun (>= 0.29)", "Suggests": "testit, rstudioapi", "License": "MIT + file LICENSE", @@ -2309,12 +2315,12 @@ "Encoding": "UTF-8", "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2023-04-18 13:52:40 UTC; yihui", - "Author": "Yihui Xie [aut, cre, cph] (),\nPosit Software, PBC [cph, fnd],\nChristophe Dervieux [ctb] (),\nDevon Ryan [ctb] (),\nEthan Heinzen [ctb],\nFernando Cagua [ctb]", + "Packaged": "2023-08-08 09:29:48 UTC; yihui", + "Author": "Yihui Xie [aut, cre, cph] (),\n Posit Software, PBC [cph, fnd],\n Christophe Dervieux [ctb] (),\n Devon Ryan [ctb] (),\n Ethan Heinzen [ctb],\n Fernando Cagua [ctb]", "Maintainer": "Yihui Xie ", "Repository": "RSPM", - "Date/Publication": "2023-04-18 14:30:07 UTC", - "Built": "R 4.2.0; ; 2023-04-19 11:46:14 UTC; unix" + "Date/Publication": "2023-08-09 21:30:02 UTC", + "Built": "R 4.2.3; ; 2023-09-06 18:25:51 UTC; unix" } }, "utf8": { @@ -2324,8 +2330,8 @@ "Package": "utf8", "Title": "Unicode Text Processing", "Version": "1.2.3", - "Authors@R": "c(person(given = c(\"Patrick\", \"O.\"),\nfamily = \"Perry\",\nrole = c(\"aut\", \"cph\")),\nperson(given = \"Kirill\",\nfamily = \"M\\u00fcller\",\nrole = \"cre\",\nemail = \"kirill@cynkra.com\"),\nperson(given = \"Unicode, Inc.\",\nrole = c(\"cph\", \"dtc\"),\ncomment = \"Unicode Character Database\"))", - "Description": "Process and print 'UTF-8' encoded international\ntext (Unicode). Input, validate, normalize, encode, format, and\ndisplay.", + "Authors@R": "\n c(person(given = c(\"Patrick\", \"O.\"),\n family = \"Perry\",\n role = c(\"aut\", \"cph\")),\n person(given = \"Kirill\",\n family = \"M\\u00fcller\",\n role = \"cre\",\n email = \"kirill@cynkra.com\"),\n person(given = \"Unicode, Inc.\",\n role = c(\"cph\", \"dtc\"),\n comment = \"Unicode Character Database\"))", + "Description": "Process and print 'UTF-8' encoded international\n text (Unicode). Input, validate, normalize, encode, format, and\n display.", "License": "Apache License (== 2.0) | file LICENSE", "URL": "https://ptrckprry.com/r-utf8/, https://github.com/patperry/r-utf8", "BugReports": "https://github.com/patperry/r-utf8/issues", @@ -2337,11 +2343,11 @@ "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", "Packaged": "2023-01-31 05:28:43 UTC; kirill", - "Author": "Patrick O. Perry [aut, cph],\nKirill Müller [cre],\nUnicode, Inc. [cph, dtc] (Unicode Character Database)", + "Author": "Patrick O. Perry [aut, cph],\n Kirill Müller [cre],\n Unicode, Inc. [cph, dtc] (Unicode Character Database)", "Maintainer": "Kirill Müller ", "Repository": "RSPM", "Date/Publication": "2023-01-31 18:00:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-02-01 11:12:27 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:10:31 UTC; unix" } }, "vctrs": { @@ -2351,8 +2357,8 @@ "Package": "vctrs", "Title": "Vector Helpers", "Version": "0.6.3", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\nperson(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"),\nperson(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"data.table team\", role = \"cph\",\ncomment = \"Radix sort based on data.table's forder() and their contribution to R's order()\"),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "Defines new notions of prototype and size that are used to\nprovide tools for consistent and well-founded type-coercion and\nsize-recycling, and are in turn connected to ideas of type- and\nsize-stability useful for analysing function interfaces.", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"),\n person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"data.table team\", role = \"cph\",\n comment = \"Radix sort based on data.table's forder() and their contribution to R's order()\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Defines new notions of prototype and size that are used to\n provide tools for consistent and well-founded type-coercion and\n size-recycling, and are in turn connected to ideas of type- and\n size-stability useful for analysing function interfaces.", "License": "MIT + file LICENSE", "URL": "https://vctrs.r-lib.org/, https://github.com/r-lib/vctrs", "BugReports": "https://github.com/r-lib/vctrs/issues", @@ -2367,11 +2373,12 @@ "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", "Packaged": "2023-06-14 21:04:57 UTC; davis", - "Author": "Hadley Wickham [aut],\nLionel Henry [aut],\nDavis Vaughan [aut, cre],\ndata.table team [cph] (Radix sort based on data.table's forder() and\ntheir contribution to R's order()),\nPosit Software, PBC [cph, fnd]", + "Author": "Hadley Wickham [aut],\n Lionel Henry [aut],\n Davis Vaughan [aut, cre],\n data.table team [cph] (Radix sort based on data.table's forder() and\n their contribution to R's order()),\n Posit Software, PBC [cph, fnd]", "Maintainer": "Davis Vaughan ", - "Repository": "RSPM", + "Repository": "CRAN", "Date/Publication": "2023-06-14 23:40:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-06-16 15:26:11 UTC; unix" + "Built": "R 4.2.0; aarch64-apple-darwin20; 2023-06-19 02:58:37 UTC; unix", + "Archs": "vctrs.so.dSYM" } }, "viridisLite": { @@ -2383,9 +2390,9 @@ "Title": "Colorblind-Friendly Color Maps (Lite Version)", "Version": "0.4.2", "Date": "2023-05-02", - "Authors@R": "c(\nperson(\"Simon\", \"Garnier\", email = \"garnier@njit.edu\", role = c(\"aut\", \"cre\")),\nperson(\"Noam\", \"Ross\", email = \"noam.ross@gmail.com\", role = c(\"ctb\", \"cph\")),\nperson(\"Bob\", \"Rudis\", email = \"bob@rud.is\", role = c(\"ctb\", \"cph\")),\nperson(\"Marco\", \"Sciaini\", email = \"sciaini.marco@gmail.com\", role = c(\"ctb\", \"cph\")),\nperson(\"Antônio Pedro\", \"Camargo\", role = c(\"ctb\", \"cph\")),\nperson(\"Cédric\", \"Scherer\", email = \"scherer@izw-berlin.de\", role = c(\"ctb\", \"cph\"))\n)", + "Authors@R": "c(\n person(\"Simon\", \"Garnier\", email = \"garnier@njit.edu\", role = c(\"aut\", \"cre\")),\n person(\"Noam\", \"Ross\", email = \"noam.ross@gmail.com\", role = c(\"ctb\", \"cph\")),\n person(\"Bob\", \"Rudis\", email = \"bob@rud.is\", role = c(\"ctb\", \"cph\")),\n person(\"Marco\", \"Sciaini\", email = \"sciaini.marco@gmail.com\", role = c(\"ctb\", \"cph\")),\n person(\"Antônio Pedro\", \"Camargo\", role = c(\"ctb\", \"cph\")),\n person(\"Cédric\", \"Scherer\", email = \"scherer@izw-berlin.de\", role = c(\"ctb\", \"cph\"))\n )", "Maintainer": "Simon Garnier ", - "Description": "Color maps designed to improve graph readability for readers with\ncommon forms of color blindness and/or color vision deficiency. The color\nmaps are also perceptually-uniform, both in regular form and also when\nconverted to black-and-white for printing. This is the 'lite' version of the\n'viridis' package that also contains 'ggplot2' bindings for discrete and\ncontinuous color and fill scales and can be found at\n.", + "Description": "Color maps designed to improve graph readability for readers with \n common forms of color blindness and/or color vision deficiency. The color \n maps are also perceptually-uniform, both in regular form and also when \n converted to black-and-white for printing. This is the 'lite' version of the \n 'viridis' package that also contains 'ggplot2' bindings for discrete and \n continuous color and fill scales and can be found at \n .", "License": "MIT + file LICENSE", "Encoding": "UTF-8", "Depends": "R (>= 2.10)", @@ -2395,10 +2402,10 @@ "RoxygenNote": "7.2.3", "NeedsCompilation": "no", "Packaged": "2023-05-02 21:38:46 UTC; simon", - "Author": "Simon Garnier [aut, cre],\nNoam Ross [ctb, cph],\nBob Rudis [ctb, cph],\nMarco Sciaini [ctb, cph],\nAntônio Pedro Camargo [ctb, cph],\nCédric Scherer [ctb, cph]", + "Author": "Simon Garnier [aut, cre],\n Noam Ross [ctb, cph],\n Bob Rudis [ctb, cph],\n Marco Sciaini [ctb, cph],\n Antônio Pedro Camargo [ctb, cph],\n Cédric Scherer [ctb, cph]", "Repository": "RSPM", "Date/Publication": "2023-05-02 23:50:02 UTC", - "Built": "R 4.2.0; ; 2023-05-03 11:23:33 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:07:27 UTC; unix" } }, "webshot": { @@ -2408,8 +2415,8 @@ "Package": "webshot", "Title": "Take Screenshots of Web Pages", "Version": "0.5.5", - "Authors@R": "c(\nperson(\"Winston\", \"Chang\", email = \"winston@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Yihui\", \"Xie\", role = \"ctb\"),\nperson(\"Francois\", \"Guillem\", role = \"ctb\"),\nperson(\"Barret\", \"Schloerke\", role = \"ctb\"),\nperson(\"Nicolas\", \"Perriault\", role = \"ctb\", comment = \"The CasperJS library\")\n)", - "Description": "Takes screenshots of web pages, including Shiny applications and R\nMarkdown documents.", + "Authors@R": "c(\n person(\"Winston\", \"Chang\", email = \"winston@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"Yihui\", \"Xie\", role = \"ctb\"),\n person(\"Francois\", \"Guillem\", role = \"ctb\"),\n person(\"Barret\", \"Schloerke\", role = \"ctb\"),\n person(\"Nicolas\", \"Perriault\", role = \"ctb\", comment = \"The CasperJS library\")\n )", + "Description": "Takes screenshots of web pages, including Shiny applications and R\n Markdown documents.", "Depends": "R (>= 3.0)", "Imports": "magrittr, jsonlite, callr", "Suggests": "httpuv, knitr, rmarkdown, shiny, testthat (>= 3.0.0)", @@ -2422,11 +2429,11 @@ "Config/testthat/edition": "3", "NeedsCompilation": "no", "Packaged": "2023-06-26 22:07:00 UTC; winston", - "Author": "Winston Chang [aut, cre],\nYihui Xie [ctb],\nFrancois Guillem [ctb],\nBarret Schloerke [ctb],\nNicolas Perriault [ctb] (The CasperJS library)", + "Author": "Winston Chang [aut, cre],\n Yihui Xie [ctb],\n Francois Guillem [ctb],\n Barret Schloerke [ctb],\n Nicolas Perriault [ctb] (The CasperJS library)", "Maintainer": "Winston Chang ", "Repository": "RSPM", "Date/Publication": "2023-06-26 23:30:02 UTC", - "Built": "R 4.2.0; ; 2023-06-27 11:25:05 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:16:24 UTC; unix" } }, "withr": { @@ -2436,8 +2443,8 @@ "Package": "withr", "Title": "Run Code 'With' Temporarily Modified Global State", "Version": "2.5.0", - "Authors@R": "c(person(given = \"Jim\",\nfamily = \"Hester\",\nrole = \"aut\"),\nperson(given = \"Lionel\",\nfamily = \"Henry\",\nrole = c(\"aut\", \"cre\"),\nemail = \"lionel@rstudio.com\"),\nperson(given = \"Kirill\",\nfamily = \"Müller\",\nrole = \"aut\",\nemail = \"krlmlr+r@mailbox.org\"),\nperson(given = \"Kevin\",\nfamily = \"Ushey\",\nrole = \"aut\",\nemail = \"kevinushey@gmail.com\"),\nperson(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\",\nemail = \"hadley@rstudio.com\"),\nperson(given = \"Winston\",\nfamily = \"Chang\",\nrole = \"aut\"),\nperson(given = \"Jennifer\",\nfamily = \"Bryan\",\nrole = \"ctb\"),\nperson(given = \"Richard\",\nfamily = \"Cotton\",\nrole = \"ctb\"),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", - "Description": "A set of functions to run code 'with' safely and\ntemporarily modified global state. Many of these functions were\noriginally a part of the 'devtools' package, this provides a simple\npackage with limited dependencies to provide access to these\nfunctions.", + "Authors@R": "\n c(person(given = \"Jim\",\n family = \"Hester\",\n role = \"aut\"),\n person(given = \"Lionel\",\n family = \"Henry\",\n role = c(\"aut\", \"cre\"),\n email = \"lionel@rstudio.com\"),\n person(given = \"Kirill\",\n family = \"Müller\",\n role = \"aut\",\n email = \"krlmlr+r@mailbox.org\"),\n person(given = \"Kevin\",\n family = \"Ushey\",\n role = \"aut\",\n email = \"kevinushey@gmail.com\"),\n person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\",\n email = \"hadley@rstudio.com\"),\n person(given = \"Winston\",\n family = \"Chang\",\n role = \"aut\"),\n person(given = \"Jennifer\",\n family = \"Bryan\",\n role = \"ctb\"),\n person(given = \"Richard\",\n family = \"Cotton\",\n role = \"ctb\"),\n person(given = \"RStudio\",\n role = c(\"cph\", \"fnd\")))", + "Description": "A set of functions to run code 'with' safely and\n temporarily modified global state. Many of these functions were\n originally a part of the 'devtools' package, this provides a simple\n package with limited dependencies to provide access to these\n functions.", "License": "MIT + file LICENSE", "URL": "https://withr.r-lib.org, https://github.com/r-lib/withr#readme", "BugReports": "https://github.com/r-lib/withr/issues", @@ -2452,11 +2459,11 @@ "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "no", "Packaged": "2022-03-03 21:13:01 UTC; lionel", - "Author": "Jim Hester [aut],\nLionel Henry [aut, cre],\nKirill Müller [aut],\nKevin Ushey [aut],\nHadley Wickham [aut],\nWinston Chang [aut],\nJennifer Bryan [ctb],\nRichard Cotton [ctb],\nRStudio [cph, fnd]", + "Author": "Jim Hester [aut],\n Lionel Henry [aut, cre],\n Kirill Müller [aut],\n Kevin Ushey [aut],\n Hadley Wickham [aut],\n Winston Chang [aut],\n Jennifer Bryan [ctb],\n Richard Cotton [ctb],\n RStudio [cph, fnd]", "Maintainer": "Lionel Henry ", "Repository": "RSPM", "Date/Publication": "2022-03-03 21:50:02 UTC", - "Built": "R 4.2.0; ; 2022-05-06 22:59:18 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:10:41 UTC; unix" } }, "xfun": { @@ -2466,8 +2473,8 @@ "Package": "xfun", "Type": "Package", "Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'", - "Version": "0.39", - "Authors@R": "c(\nperson(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(\"Wush\", \"Wu\", role = \"ctb\"),\nperson(\"Daijiang\", \"Li\", role = \"ctb\"),\nperson(\"Xianying\", \"Tan\", role = \"ctb\"),\nperson(\"Salim\", \"Brüggemann\", role = \"ctb\", email = \"salim-b@pm.me\", comment = c(ORCID = \"0000-0002-5329-5987\")),\nperson(\"Christophe\", \"Dervieux\", role = \"ctb\"),\nperson(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\nperson()\n)", + "Version": "0.40", + "Authors@R": "c(\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Wush\", \"Wu\", role = \"ctb\"),\n person(\"Daijiang\", \"Li\", role = \"ctb\"),\n person(\"Xianying\", \"Tan\", role = \"ctb\"),\n person(\"Salim\", \"Brüggemann\", role = \"ctb\", email = \"salim-b@pm.me\", comment = c(ORCID = \"0000-0002-5329-5987\")),\n person(\"Christophe\", \"Dervieux\", role = \"ctb\"),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person()\n )", "Description": "Miscellaneous functions commonly used in other packages maintained by 'Yihui Xie'.", "Imports": "stats, tools", "Suggests": "testit, parallel, codetools, rstudioapi, tinytex (>= 0.30),\nmime, markdown (>= 1.5), knitr (>= 1.42), htmltools, remotes,\npak, rhub, renv, curl, jsonlite, magick, yaml, rmarkdown", @@ -2478,12 +2485,13 @@ "RoxygenNote": "7.2.3", "VignetteBuilder": "knitr", "NeedsCompilation": "yes", - "Packaged": "2023-04-19 22:17:10 UTC; yihui", - "Author": "Yihui Xie [aut, cre, cph] (),\nWush Wu [ctb],\nDaijiang Li [ctb],\nXianying Tan [ctb],\nSalim Brüggemann [ctb] (),\nChristophe Dervieux [ctb],\nPosit Software, PBC [cph, fnd]", + "Packaged": "2023-08-08 09:34:13 UTC; yihui", + "Author": "Yihui Xie [aut, cre, cph] (),\n Wush Wu [ctb],\n Daijiang Li [ctb],\n Xianying Tan [ctb],\n Salim Brüggemann [ctb] (),\n Christophe Dervieux [ctb],\n Posit Software, PBC [cph, fnd]", "Maintainer": "Yihui Xie ", - "Repository": "RSPM", - "Date/Publication": "2023-04-20 12:50:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-04-21 11:27:13 UTC; unix" + "Repository": "CRAN", + "Date/Publication": "2023-08-09 20:40:02 UTC", + "Built": "R 4.2.0; aarch64-apple-darwin20; 2023-08-09 22:25:33 UTC; unix", + "Archs": "xfun.so.dSYM" } }, "xml2": { @@ -2493,8 +2501,8 @@ "Package": "xml2", "Title": "Parse XML", "Version": "1.3.5", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Jim\", \"Hester\", role = \"aut\"),\nperson(\"Jeroen\", \"Ooms\", role = \"aut\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\")),\nperson(\"R Foundation\", role = \"ctb\",\ncomment = \"Copy of R-project homepage cached as example\")\n)", - "Description": "Work with XML files using a simple, consistent interface.\nBuilt on top of the 'libxml2' C library.", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Jeroen\", \"Ooms\", role = \"aut\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\")),\n person(\"R Foundation\", role = \"ctb\",\n comment = \"Copy of R-project homepage cached as example\")\n )", + "Description": "Work with XML files using a simple, consistent interface.\n Built on top of the 'libxml2' C library.", "License": "MIT + file LICENSE", "URL": "https://xml2.r-lib.org/, https://github.com/r-lib/xml2", "BugReports": "https://github.com/r-lib/xml2/issues", @@ -2509,11 +2517,11 @@ "Collate": "'S4.R' 'as_list.R' 'xml_parse.R' 'as_xml_document.R'\n'classes.R' 'init.R' 'paths.R' 'utils.R' 'xml_attr.R'\n'xml_children.R' 'xml_find.R' 'xml_modify.R' 'xml_name.R'\n'xml_namespaces.R' 'xml_path.R' 'xml_schema.R'\n'xml_serialize.R' 'xml_structure.R' 'xml_text.R' 'xml_type.R'\n'xml_url.R' 'xml_write.R' 'zzz.R'", "NeedsCompilation": "yes", "Packaged": "2023-06-29 13:52:10 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\nJim Hester [aut],\nJeroen Ooms [aut],\nRStudio [cph, fnd],\nR Foundation [ctb] (Copy of R-project homepage cached as example)", + "Author": "Hadley Wickham [aut, cre],\n Jim Hester [aut],\n Jeroen Ooms [aut],\n RStudio [cph, fnd],\n R Foundation [ctb] (Copy of R-project homepage cached as example)", "Maintainer": "Hadley Wickham ", "Repository": "RSPM", "Date/Publication": "2023-07-06 08:00:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-07-10 02:17:57 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:16:14 UTC; unix" } }, "xtable": { @@ -2524,7 +2532,7 @@ "Version": "1.8-4", "Date": "2019-04-08", "Title": "Export Tables to LaTeX or HTML", - "Authors@R": "c(person(\"David B.\", \"Dahl\", role=\"aut\"),\nperson(\"David\", \"Scott\", role=c(\"aut\",\"cre\"),\nemail=\"d.scott@auckland.ac.nz\"),\nperson(\"Charles\", \"Roosen\", role=\"aut\"),\nperson(\"Arni\", \"Magnusson\", role=\"aut\"),\nperson(\"Jonathan\", \"Swinton\", role=\"aut\"),\nperson(\"Ajay\", \"Shah\", role=\"ctb\"),\nperson(\"Arne\", \"Henningsen\", role=\"ctb\"),\nperson(\"Benno\", \"Puetz\", role=\"ctb\"),\nperson(\"Bernhard\", \"Pfaff\", role=\"ctb\"),\nperson(\"Claudio\", \"Agostinelli\", role=\"ctb\"),\nperson(\"Claudius\", \"Loehnert\", role=\"ctb\"),\nperson(\"David\", \"Mitchell\", role=\"ctb\"),\nperson(\"David\", \"Whiting\", role=\"ctb\"),\nperson(\"Fernando da\", \"Rosa\", role=\"ctb\"),\nperson(\"Guido\", \"Gay\", role=\"ctb\"),\nperson(\"Guido\", \"Schulz\", role=\"ctb\"),\nperson(\"Ian\", \"Fellows\", role=\"ctb\"),\nperson(\"Jeff\", \"Laake\", role=\"ctb\"),\nperson(\"John\", \"Walker\", role=\"ctb\"),\nperson(\"Jun\", \"Yan\", role=\"ctb\"),\nperson(\"Liviu\", \"Andronic\", role=\"ctb\"),\nperson(\"Markus\", \"Loecher\", role=\"ctb\"),\nperson(\"Martin\", \"Gubri\", role=\"ctb\"),\nperson(\"Matthieu\", \"Stigler\", role=\"ctb\"),\nperson(\"Robert\", \"Castelo\", role=\"ctb\"),\nperson(\"Seth\", \"Falcon\", role=\"ctb\"),\nperson(\"Stefan\", \"Edwards\", role=\"ctb\"),\nperson(\"Sven\", \"Garbade\", role=\"ctb\"),\nperson(\"Uwe\", \"Ligges\", role=\"ctb\"))", + "Authors@R": "c(person(\"David B.\", \"Dahl\", role=\"aut\"),\n person(\"David\", \"Scott\", role=c(\"aut\",\"cre\"),\n email=\"d.scott@auckland.ac.nz\"),\n person(\"Charles\", \"Roosen\", role=\"aut\"),\n person(\"Arni\", \"Magnusson\", role=\"aut\"),\n person(\"Jonathan\", \"Swinton\", role=\"aut\"),\n person(\"Ajay\", \"Shah\", role=\"ctb\"),\n person(\"Arne\", \"Henningsen\", role=\"ctb\"),\n person(\"Benno\", \"Puetz\", role=\"ctb\"),\n person(\"Bernhard\", \"Pfaff\", role=\"ctb\"),\n person(\"Claudio\", \"Agostinelli\", role=\"ctb\"),\n person(\"Claudius\", \"Loehnert\", role=\"ctb\"),\n person(\"David\", \"Mitchell\", role=\"ctb\"),\n person(\"David\", \"Whiting\", role=\"ctb\"),\n person(\"Fernando da\", \"Rosa\", role=\"ctb\"),\n person(\"Guido\", \"Gay\", role=\"ctb\"),\n person(\"Guido\", \"Schulz\", role=\"ctb\"),\n person(\"Ian\", \"Fellows\", role=\"ctb\"),\n person(\"Jeff\", \"Laake\", role=\"ctb\"),\n person(\"John\", \"Walker\", role=\"ctb\"),\n person(\"Jun\", \"Yan\", role=\"ctb\"),\n person(\"Liviu\", \"Andronic\", role=\"ctb\"),\n person(\"Markus\", \"Loecher\", role=\"ctb\"),\n person(\"Martin\", \"Gubri\", role=\"ctb\"),\n person(\"Matthieu\", \"Stigler\", role=\"ctb\"),\n person(\"Robert\", \"Castelo\", role=\"ctb\"),\n person(\"Seth\", \"Falcon\", role=\"ctb\"),\n person(\"Stefan\", \"Edwards\", role=\"ctb\"),\n person(\"Sven\", \"Garbade\", role=\"ctb\"),\n person(\"Uwe\", \"Ligges\", role=\"ctb\"))", "Maintainer": "David Scott ", "Imports": "stats, utils", "Suggests": "knitr, plm, zoo, survival", @@ -2536,10 +2544,10 @@ "Repository": "RSPM", "NeedsCompilation": "no", "Packaged": "2019-04-21 10:56:51 UTC; dsco036", - "Author": "David B. Dahl [aut],\nDavid Scott [aut, cre],\nCharles Roosen [aut],\nArni Magnusson [aut],\nJonathan Swinton [aut],\nAjay Shah [ctb],\nArne Henningsen [ctb],\nBenno Puetz [ctb],\nBernhard Pfaff [ctb],\nClaudio Agostinelli [ctb],\nClaudius Loehnert [ctb],\nDavid Mitchell [ctb],\nDavid Whiting [ctb],\nFernando da Rosa [ctb],\nGuido Gay [ctb],\nGuido Schulz [ctb],\nIan Fellows [ctb],\nJeff Laake [ctb],\nJohn Walker [ctb],\nJun Yan [ctb],\nLiviu Andronic [ctb],\nMarkus Loecher [ctb],\nMartin Gubri [ctb],\nMatthieu Stigler [ctb],\nRobert Castelo [ctb],\nSeth Falcon [ctb],\nStefan Edwards [ctb],\nSven Garbade [ctb],\nUwe Ligges [ctb]", + "Author": "David B. Dahl [aut],\n David Scott [aut, cre],\n Charles Roosen [aut],\n Arni Magnusson [aut],\n Jonathan Swinton [aut],\n Ajay Shah [ctb],\n Arne Henningsen [ctb],\n Benno Puetz [ctb],\n Bernhard Pfaff [ctb],\n Claudio Agostinelli [ctb],\n Claudius Loehnert [ctb],\n David Mitchell [ctb],\n David Whiting [ctb],\n Fernando da Rosa [ctb],\n Guido Gay [ctb],\n Guido Schulz [ctb],\n Ian Fellows [ctb],\n Jeff Laake [ctb],\n John Walker [ctb],\n Jun Yan [ctb],\n Liviu Andronic [ctb],\n Markus Loecher [ctb],\n Martin Gubri [ctb],\n Matthieu Stigler [ctb],\n Robert Castelo [ctb],\n Seth Falcon [ctb],\n Stefan Edwards [ctb],\n Sven Garbade [ctb],\n Uwe Ligges [ctb]", "Date/Publication": "2019-04-21 12:20:03 UTC", "Encoding": "UTF-8", - "Built": "R 4.2.0; ; 2022-05-06 22:46:35 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:13:42 UTC; unix" } }, "yaml": { @@ -2552,18 +2560,18 @@ "Date": "2023-01-18", "Version": "2.3.7", "Suggests": "RUnit", - "Author": "Shawn P Garbett [aut], Jeremy Stephens [aut, cre], Kirill Simonov [aut], Yihui Xie [ctb],\nZhuoer Dong [ctb], Hadley Wickham [ctb], Jeffrey Horner [ctb], reikoch [ctb],\nWill Beasley [ctb], Brendan O'Connor [ctb], Gregory R. Warnes [ctb],\nMichael Quinn [ctb], Zhian N. Kamvar [ctb]", + "Author": "Shawn P Garbett [aut], Jeremy Stephens [aut, cre], Kirill Simonov [aut], Yihui Xie [ctb],\n Zhuoer Dong [ctb], Hadley Wickham [ctb], Jeffrey Horner [ctb], reikoch [ctb],\n Will Beasley [ctb], Brendan O'Connor [ctb], Gregory R. Warnes [ctb],\n Michael Quinn [ctb], Zhian N. Kamvar [ctb]", "Maintainer": "Shawn Garbett ", "License": "BSD_3_clause + file LICENSE", - "Description": "Implements the 'libyaml' 'YAML' 1.1 parser and emitter\n() for R.", + "Description": "Implements the 'libyaml' 'YAML' 1.1 parser and emitter\n () for R.", "URL": "https://github.com/vubiostat/r-yaml/", "BugReports": "https://github.com/vubiostat/r-yaml/issues", "NeedsCompilation": "yes", "Packaged": "2023-01-18 17:20:16 UTC; garbetsp", - "Repository": "RSPM", + "Repository": "CRAN", "Date/Publication": "2023-01-23 18:40:02 UTC", - "Encoding": "UTF-8", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-01-24 11:50:41 UTC; unix" + "Built": "R 4.2.0; aarch64-apple-darwin20; 2023-04-01 09:35:39 UTC; unix", + "Archs": "yaml.so.dSYM" } } }, @@ -2574,6 +2582,9 @@ "imgs/lter_penguins.png": { "checksum": "294f95f2d596414de70edc35dbe6d0fe" }, + "imgs/report-screenshot.png": { + "checksum": "5138e885dfd67e3c4e344b824de01bcd" + }, "report.Rmd": { "checksum": "ae68a2ea29595fd3abef06abd7331ca7" } diff --git a/shiny-penguins/manifest.json b/shiny-penguins/manifest.json index c9400e0..dfe906e 100644 --- a/shiny-penguins/manifest.json +++ b/shiny-penguins/manifest.json @@ -16,14 +16,14 @@ "description": { "Package": "MASS", "Priority": "recommended", - "Version": "7.3-60", - "Date": "2023-05-02", - "Revision": "$Rev: 3621 $", - "Depends": "R (>= 4.0), grDevices, graphics, stats, utils", + "Version": "7.3-58.2", + "Date": "2023-01-21", + "Revision": "$Rev: 3606 $", + "Depends": "R (>= 3.3.0), grDevices, graphics, stats, utils", "Imports": "methods", "Suggests": "lattice, nlme, nnet, survival", - "Authors@R": "c(person(\"Brian\", \"Ripley\", role = c(\"aut\", \"cre\", \"cph\"),\nemail = \"ripley@stats.ox.ac.uk\"),\nperson(\"Bill\", \"Venables\", role = \"ctb\"),\nperson(c(\"Douglas\", \"M.\"), \"Bates\", role = \"ctb\"),\nperson(\"Kurt\", \"Hornik\", role = \"trl\",\ncomment = \"partial port ca 1998\"),\nperson(\"Albrecht\", \"Gebhardt\", role = \"trl\",\ncomment = \"partial port ca 1998\"),\nperson(\"David\", \"Firth\", role = \"ctb\"))", - "Description": "Functions and datasets to support Venables and Ripley,\n\"Modern Applied Statistics with S\" (4th edition, 2002).", + "Authors@R": "c(person(\"Brian\", \"Ripley\", role = c(\"aut\", \"cre\", \"cph\"),\n email = \"ripley@stats.ox.ac.uk\"),\n\t person(\"Bill\", \"Venables\", role = \"ctb\"),\n\t person(c(\"Douglas\", \"M.\"), \"Bates\", role = \"ctb\"),\n\t person(\"Kurt\", \"Hornik\", role = \"trl\",\n comment = \"partial port ca 1998\"),\n\t person(\"Albrecht\", \"Gebhardt\", role = \"trl\",\n comment = \"partial port ca 1998\"),\n\t person(\"David\", \"Firth\", role = \"ctb\"))", + "Description": "Functions and datasets to support Venables and Ripley,\n \"Modern Applied Statistics with S\" (4th edition, 2002).", "Title": "Support Functions and Datasets for Venables and Ripley's MASS", "LazyData": "yes", "ByteCompile": "yes", @@ -31,13 +31,12 @@ "URL": "http://www.stats.ox.ac.uk/pub/MASS4/", "Contact": "", "NeedsCompilation": "yes", - "Packaged": "2023-05-02 16:42:41 UTC; ripley", - "Author": "Brian Ripley [aut, cre, cph],\nBill Venables [ctb],\nDouglas M. Bates [ctb],\nKurt Hornik [trl] (partial port ca 1998),\nAlbrecht Gebhardt [trl] (partial port ca 1998),\nDavid Firth [ctb]", + "Packaged": "2023-01-21 13:59:47 UTC; ripley", + "Author": "Brian Ripley [aut, cre, cph],\n Bill Venables [ctb],\n Douglas M. Bates [ctb],\n Kurt Hornik [trl] (partial port ca 1998),\n Albrecht Gebhardt [trl] (partial port ca 1998),\n David Firth [ctb]", "Maintainer": "Brian Ripley ", - "Repository": "RSPM", - "Date/Publication": "2023-05-04 07:32:21 UTC", - "Encoding": "UTF-8", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-05-05 11:19:24 UTC; unix" + "Repository": "CRAN", + "Date/Publication": "2023-01-23 05:49:12 UTC", + "Built": "R 4.2.3; aarch64-apple-darwin20; 2023-03-17 21:13:14 UTC; unix" } }, "Matrix": { @@ -45,31 +44,32 @@ "Repository": "https://p3m.dev/cran/latest", "description": { "Package": "Matrix", - "Version": "1.6-0", - "Date": "2023-06-30", + "Version": "1.5-3", + "Date": "2022-11-09", "Priority": "recommended", "Title": "Sparse and Dense Matrix Classes and Methods", - "Description": "A rich hierarchy of sparse and dense matrix classes,\nincluding general, triangular, symmetric, and diagonal matrices\nwith numeric, logical, or pattern entries. Efficient methods for\noperating on such matrices, often wrapping the 'BLAS', 'LAPACK',\nand 'SuiteSparse' libraries.", - "License": "GPL (>= 2) | file LICENCE", - "URL": "https://Matrix.R-forge.R-project.org", - "BugReports": "https://R-forge.R-project.org/tracker/?atid=294&group_id=61", "Contact": "Matrix-authors@R-project.org", - "Authors@R": "c(person(\"Douglas\", \"Bates\", role = \"aut\",\ncomment = c(ORCID = \"0000-0001-8316-9503\")),\nperson(\"Martin\", \"Maechler\", role = c(\"aut\", \"cre\"),\nemail = \"mmaechler+Matrix@gmail.com\",\ncomment = c(ORCID = \"0000-0002-8685-9910\")),\nperson(\"Mikael\", \"Jagan\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-3542-2938\")),\nperson(\"Timothy A.\", \"Davis\", role = \"ctb\",\ncomment = c(ORCID = \"0000-0001-7614-6899\",\n\"SuiteSparse libraries, notably CHOLMOD and AMD\",\n\"collaborators listed in dir(pattern=\\\"^[A-Z]+[.]txt$\\\", full.names=TRUE, system.file(\\\"doc\\\", \\\"SuiteSparse\\\", package=\\\"Matrix\\\"))\")),\nperson(\"Jens\", \"Oehlschlägel\", role = \"ctb\",\ncomment = \"initial nearPD()\"),\nperson(\"Jason\", \"Riedy\", role = \"ctb\",\ncomment = c(ORCID = \"0000-0002-4345-4200\",\n\"GNU Octave's condest() and onenormest()\",\n\"Copyright: Regents of the University of California\")),\nperson(\"R Core Team\", role = \"ctb\",\ncomment = \"base R's matrix implementation\"))", + "Maintainer": "Martin Maechler ", + "Authors@R": "c(person(\"Douglas\", \"Bates\", role = \"aut\")\n , person(\"Martin\", \"Maechler\", role = c(\"aut\", \"cre\"),\n email = \"mmaechler+Matrix@gmail.com\",\n comment = c(ORCID = \"0000-0002-8685-9910\"))\n , person(\"Mikael\", \"Jagan\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-3542-2938\"))\n , person(\"Timothy A.\", \"Davis\", role = \"ctb\",\n comment = c(\"SuiteSparse and 'cs' C libraries, notably CHOLMOD and AMD\",\n\t \"collaborators listed in dir(pattern=\\\"^[A-Z]+[.]txt$\\\", full.names=TRUE, system.file(\\\"doc\\\", \\\"SuiteSparse\\\", package=\\\"Matrix\\\"))\"))\n , person(\"Jens\", \"Oehlschlägel\", role = \"ctb\",\n comment = \"initial nearPD()\")\n , person(\"Jason\", \"Riedy\", role = \"ctb\",\n comment = c(\"condest() and onenormest() for octave\",\n \t \t \"Copyright: Regents of the University of California\"))\n , person(\"R Core Team\", role = \"ctb\",\n comment = \"base R matrix implementation\")\n )", + "Description": "A rich hierarchy of matrix classes, including triangular,\n symmetric, and diagonal matrices, both dense and sparse and with\n pattern, logical and numeric entries. Numerous methods for and\n operations on these matrices, using 'LAPACK' and 'SuiteSparse' libraries.", "Depends": "R (>= 3.5.0), methods", - "Imports": "grDevices, graphics, grid, lattice, stats, utils", - "Suggests": "MASS, datasets, sfsmisc", - "Enhances": "SparseM, graph", + "Imports": "graphics, grid, lattice, stats, utils", + "Suggests": "expm, MASS", + "Enhances": "MatrixModels, graph, SparseM, sfsmisc, igraph, maptools, sp,\nspdep", + "EnhancesNote": "line 2: for \"Rd xrefs\"", + "Encoding": "UTF-8", "LazyData": "no", - "LazyDataNote": "not possible, since we use data/*.R and our S4 classes", + "LazyDataNote": "not possible, since we use data/*.R *and* our classes", "BuildResaveData": "no", - "Encoding": "UTF-8", + "License": "GPL (>= 2) | file LICENCE", + "URL": "https://Matrix.R-forge.R-project.org/,\nhttps://Matrix.R-forge.R-project.org/doxygen/", + "BugReports": "https://R-forge.R-project.org/tracker/?atid=294&group_id=61", "NeedsCompilation": "yes", - "Packaged": "2023-07-03 13:28:32 UTC; maechler", - "Author": "Douglas Bates [aut] (),\nMartin Maechler [aut, cre] (),\nMikael Jagan [aut] (),\nTimothy A. Davis [ctb] (,\nSuiteSparse libraries, notably CHOLMOD and AMD, collaborators\nlisted in dir(pattern=\"^[A-Z]+[.]txt$\", full.names=TRUE,\nsystem.file(\"doc\", \"SuiteSparse\", package=\"Matrix\"))),\nJens Oehlschlägel [ctb] (initial nearPD()),\nJason Riedy [ctb] (, GNU\nOctave's condest() and onenormest(), Copyright: Regents of the\nUniversity of California),\nR Core Team [ctb] (base R's matrix implementation)", - "Maintainer": "Martin Maechler ", - "Repository": "RSPM", - "Date/Publication": "2023-07-08 11:00:09 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-07-10 12:05:46 UTC; unix" + "Packaged": "2022-11-10 14:57:57 UTC; maechler", + "Author": "Douglas Bates [aut],\n Martin Maechler [aut, cre] (),\n Mikael Jagan [aut] (),\n Timothy A. Davis [ctb] (SuiteSparse and 'cs' C libraries, notably\n CHOLMOD and AMD, collaborators listed in\n dir(pattern=\"^[A-Z]+[.]txt$\", full.names=TRUE, system.file(\"doc\",\n \"SuiteSparse\", package=\"Matrix\"))),\n Jens Oehlschlägel [ctb] (initial nearPD()),\n Jason Riedy [ctb] (condest() and onenormest() for octave, Copyright:\n Regents of the University of California),\n R Core Team [ctb] (base R matrix implementation)", + "Repository": "CRAN", + "Date/Publication": "2022-11-11 08:30:10 UTC", + "Built": "R 4.2.3; aarch64-apple-darwin20; 2023-03-17 21:13:19 UTC; unix" } }, "R6": { @@ -80,7 +80,7 @@ "Title": "Encapsulated Classes with Reference Semantics", "Version": "2.5.1", "Authors@R": "person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@stdout.org\")", - "Description": "Creates classes with reference semantics, similar to R's built-in\nreference classes. Compared to reference classes, R6 classes are simpler\nand lighter-weight, and they are not built on S4 classes so they do not\nrequire the methods package. These classes allow public and private\nmembers, and they support inheritance, even when the classes are defined in\ndifferent packages.", + "Description": "Creates classes with reference semantics, similar to R's built-in\n reference classes. Compared to reference classes, R6 classes are simpler\n and lighter-weight, and they are not built on S4 classes so they do not\n require the methods package. These classes allow public and private\n members, and they support inheritance, even when the classes are defined in\n different packages.", "Depends": "R (>= 3.0)", "Suggests": "testthat, pryr", "License": "MIT + file LICENSE", @@ -94,7 +94,7 @@ "Repository": "RSPM", "Date/Publication": "2021-08-19 14:00:05 UTC", "Encoding": "UTF-8", - "Built": "R 4.2.0; ; 2022-05-06 22:43:37 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:07:25 UTC; unix" } }, "RColorBrewer": { @@ -105,18 +105,18 @@ "Version": "1.1-3", "Date": "2022-04-03", "Title": "ColorBrewer Palettes", - "Authors@R": "c(person(given = \"Erich\", family = \"Neuwirth\", role = c(\"aut\",\n\"cre\"), email = \"erich.neuwirth@univie.ac.at\"))", + "Authors@R": "c(person(given = \"Erich\", family = \"Neuwirth\", role = c(\"aut\",\n \"cre\"), email = \"erich.neuwirth@univie.ac.at\"))", "Author": "Erich Neuwirth [aut, cre]", "Maintainer": "Erich Neuwirth ", "Depends": "R (>= 2.0.0)", - "Description": "Provides color schemes for maps (and other graphics)\ndesigned by Cynthia Brewer as described at http://colorbrewer2.org.", + "Description": "Provides color schemes for maps (and other graphics)\n designed by Cynthia Brewer as described at http://colorbrewer2.org.", "License": "Apache License 2.0", "Packaged": "2022-04-03 10:26:20 UTC; neuwirth", "NeedsCompilation": "no", "Repository": "RSPM", "Date/Publication": "2022-04-03 19:20:13 UTC", "Encoding": "UTF-8", - "Built": "R 4.2.0; ; 2022-05-06 22:59:17 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:07:26 UTC; unix" } }, "Rcpp": { @@ -127,9 +127,9 @@ "Title": "Seamless R and C++ Integration", "Version": "1.0.11", "Date": "2023-07-03", - "Author": "Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,\nNathan Russell, Inaki Ucar, Douglas Bates and John Chambers", + "Author": "Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,\n Nathan Russell, Inaki Ucar, Douglas Bates and John Chambers", "Maintainer": "Dirk Eddelbuettel ", - "Description": "The 'Rcpp' package provides R functions as well as C++ classes which\noffer a seamless integration of R and C++. Many R data types and objects can be\nmapped back and forth to C++ equivalents which facilitates both writing of new\ncode as well as easier integration of third-party libraries. Documentation\nabout 'Rcpp' is provided by several vignettes included in this package, via the\n'Rcpp Gallery' site at , the paper by Eddelbuettel and\nFrancois (2011, ), the book by Eddelbuettel (2013,\n) and the paper by Eddelbuettel and Balamuta (2018,\n); see 'citation(\"Rcpp\")' for details.", + "Description": "The 'Rcpp' package provides R functions as well as C++ classes which\n offer a seamless integration of R and C++. Many R data types and objects can be\n mapped back and forth to C++ equivalents which facilitates both writing of new\n code as well as easier integration of third-party libraries. Documentation\n about 'Rcpp' is provided by several vignettes included in this package, via the\n 'Rcpp Gallery' site at , the paper by Eddelbuettel and\n Francois (2011, ), the book by Eddelbuettel (2013,\n ) and the paper by Eddelbuettel and Balamuta (2018,\n ); see 'citation(\"Rcpp\")' for details.", "Imports": "methods, utils", "Suggests": "tinytest, inline, rbenchmark, pkgKitten (>= 0.1.2)", "URL": "https://www.rcpp.org,\nhttps://dirk.eddelbuettel.com/code/rcpp.html,\nhttps://github.com/RcppCore/Rcpp", @@ -142,7 +142,7 @@ "Packaged": "2023-07-03 15:56:55 UTC; edd", "Repository": "RSPM", "Date/Publication": "2023-07-06 07:33:14 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-07-10 02:17:51 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:11:17 UTC; unix" } }, "base64enc": { @@ -164,7 +164,7 @@ "Repository": "RSPM", "Date/Publication": "2015-07-28 08:03:37", "Encoding": "UTF-8", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2022-05-06 22:44:21 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:07:56 UTC; unix" } }, "bslib": { @@ -173,9 +173,9 @@ "description": { "Package": "bslib", "Title": "Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'", - "Version": "0.5.0", - "Authors@R": "c(\nperson(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\nperson(\"Garrick\", \"Aden-Buie\", role = \"aut\", email = \"garrick@posit.co\", comment = c(ORCID = \"0000-0002-7111-0077\")),\nperson(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\nperson(family = \"Bootstrap contributors\", role = \"ctb\",\ncomment = \"Bootstrap library\"),\nperson(family = \"Twitter, Inc\", role = \"cph\",\ncomment = \"Bootstrap library\"),\nperson(\"Javi\", \"Aguilar\", role = c(\"ctb\", \"cph\"),\ncomment = \"Bootstrap colorpicker library\"),\nperson(\"Thomas\", \"Park\", role = c(\"ctb\", \"cph\"),\ncomment = \"Bootswatch library\"),\nperson(family = \"PayPal\", role = c(\"ctb\", \"cph\"),\ncomment = \"Bootstrap accessibility plugin\")\n)", - "Description": "Simplifies custom 'CSS' styling of both 'shiny' and\n'rmarkdown' via 'Bootstrap' 'Sass'. Supports 'Bootstrap' 3, 4 and 5 as\nwell as their various 'Bootswatch' themes. An interactive widget is\nalso provided for previewing themes in real time.", + "Version": "0.5.1", + "Authors@R": "c(\n person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@posit.co\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@posit.co\"),\n person(\"Garrick\", \"Aden-Buie\", role = \"aut\", email = \"garrick@posit.co\", comment = c(ORCID = \"0000-0002-7111-0077\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(family = \"Bootstrap contributors\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(family = \"Twitter, Inc\", role = \"cph\",\n comment = \"Bootstrap library\"),\n person(\"Javi\", \"Aguilar\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootstrap colorpicker library\"),\n person(\"Thomas\", \"Park\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootswatch library\"),\n person(family = \"PayPal\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootstrap accessibility plugin\")\n )", + "Description": "Simplifies custom 'CSS' styling of both 'shiny' and\n 'rmarkdown' via 'Bootstrap' 'Sass'. Supports 'Bootstrap' 3, 4 and 5 as\n well as their various 'Bootswatch' themes. An interactive widget is\n also provided for previewing themes in real time.", "License": "MIT + file LICENSE", "URL": "https://rstudio.github.io/bslib/, https://github.com/rstudio/bslib", "BugReports": "https://github.com/rstudio/bslib/issues", @@ -184,18 +184,18 @@ "Suggests": "bsicons, curl, fontawesome, ggplot2, knitr, magrittr,\nrappdirs, rmarkdown (>= 2.7), shiny (>= 1.6.0), testthat,\nthematic, withr", "Encoding": "UTF-8", "RoxygenNote": "7.2.3", - "Collate": "'accordion.R' 'bootswatch.R' 'breakpoints.R'\n'bs-current-theme.R' 'bs-dependencies.R' 'bs-global.R'\n'bs-remove.R' 'bs-theme-layers.R' 'utils.R'\n'bs-theme-preview.R' 'bs-theme-update.R' 'bs-theme.R' 'card.R'\n'deprecated.R' 'files.R' 'fill.R' 'imports.R' 'layout.R'\n'nav-items.R' 'nav-update.R' 'navs-legacy.R' 'navs.R'\n'onLoad.R' 'page.R' 'precompiled.R' 'print.R' 'shiny-devmode.R'\n'sidebar.R' 'staticimports.R' 'utils-shiny.R' 'utils-tags.R'\n'value-box.R' 'version-default.R' 'versions.R'", + "Collate": "'accordion.R' 'breakpoints.R' 'bs-current-theme.R'\n'bs-dependencies.R' 'bs-global.R' 'bs-remove.R'\n'bs-theme-layers.R' 'bs-theme-preset-bootswatch.R'\n'bs-theme-preset-builtin.R' 'bs-theme-preset.R' 'utils.R'\n'bs-theme-preview.R' 'bs-theme-update.R' 'bs-theme.R'\n'bslib-package.R' 'card.R' 'deprecated.R' 'files.R' 'fill.R'\n'imports.R' 'input-switch.R' 'layout.R' 'nav-items.R'\n'nav-update.R' 'navs-legacy.R' 'navs.R' 'onLoad.R' 'page.R'\n'popover.R' 'precompiled.R' 'print.R' 'shiny-devmode.R'\n'sidebar.R' 'staticimports.R' 'tooltip.R' 'utils-deps.R'\n'utils-shiny.R' 'utils-tags.R' 'value-box.R'\n'version-default.R' 'versions.R'", "Config/testthat/edition": "3", "Config/Needs/routine": "chromote, desc, renv", "Config/Needs/website": "brio, crosstalk, dplyr, DT, ggplot2, glue,\nhtmlwidgets, leaflet, lorem, palmerpenguins, plotly, purrr,\nrprojroot, rstudio/htmltools, scales, stringr, tidyr, webshot2", "Config/Needs/deploy": "BH, cpp11, dplyr, DT, ggplot2, ggridges, gt,\nhexbin, histoslider, lattice, leaflet, lubridate, modelr,\nnycflights13, plotly, reactable, reshape2, rprojroot,\nrsconnect, scales", "NeedsCompilation": "no", - "Packaged": "2023-06-09 12:27:20 UTC; cpsievert", - "Author": "Carson Sievert [aut, cre] (),\nJoe Cheng [aut],\nGarrick Aden-Buie [aut] (),\nPosit Software, PBC [cph, fnd],\nBootstrap contributors [ctb] (Bootstrap library),\nTwitter, Inc [cph] (Bootstrap library),\nJavi Aguilar [ctb, cph] (Bootstrap colorpicker library),\nThomas Park [ctb, cph] (Bootswatch library),\nPayPal [ctb, cph] (Bootstrap accessibility plugin)", - "Maintainer": "Carson Sievert ", + "Packaged": "2023-08-11 15:31:21 UTC; cpsievert", + "Author": "Carson Sievert [aut, cre] (),\n Joe Cheng [aut],\n Garrick Aden-Buie [aut] (),\n Posit Software, PBC [cph, fnd],\n Bootstrap contributors [ctb] (Bootstrap library),\n Twitter, Inc [cph] (Bootstrap library),\n Javi Aguilar [ctb, cph] (Bootstrap colorpicker library),\n Thomas Park [ctb, cph] (Bootswatch library),\n PayPal [ctb, cph] (Bootstrap accessibility plugin)", + "Maintainer": "Carson Sievert ", "Repository": "RSPM", - "Date/Publication": "2023-06-09 13:10:02 UTC", - "Built": "R 4.2.0; ; 2023-06-09 16:27:21 UTC; unix" + "Date/Publication": "2023-08-11 16:53:52 UTC", + "Built": "R 4.2.3; ; 2023-09-06 18:29:19 UTC; unix" } }, "cachem": { @@ -205,8 +205,8 @@ "Package": "cachem", "Version": "1.0.8", "Title": "Cache R Objects with Automatic Pruning", - "Description": "Key-value stores with automatic pruning. Caches can limit\neither their total size or the age of the oldest object (or both),\nautomatically pruning objects to maintain the constraints.", - "Authors@R": "c(\nperson(\"Winston\", \"Chang\", , \"winston@rstudio.com\", c(\"aut\", \"cre\")),\nperson(family = \"RStudio\", role = c(\"cph\", \"fnd\")))", + "Description": "Key-value stores with automatic pruning. Caches can limit\n either their total size or the age of the oldest object (or both),\n automatically pruning objects to maintain the constraints.", + "Authors@R": "c(\n person(\"Winston\", \"Chang\", , \"winston@rstudio.com\", c(\"aut\", \"cre\")),\n person(family = \"RStudio\", role = c(\"cph\", \"fnd\")))", "License": "MIT + file LICENSE", "Encoding": "UTF-8", "ByteCompile": "true", @@ -218,11 +218,11 @@ "Config/Needs/website": "pkgdown", "NeedsCompilation": "yes", "Packaged": "2023-05-01 15:38:38 UTC; winston", - "Author": "Winston Chang [aut, cre],\nRStudio [cph, fnd]", + "Author": "Winston Chang [aut, cre],\n RStudio [cph, fnd]", "Maintainer": "Winston Chang ", "Repository": "RSPM", "Date/Publication": "2023-05-01 16:40:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-05-02 12:04:55 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:08:05 UTC; unix" } }, "cli": { @@ -232,8 +232,8 @@ "Package": "cli", "Title": "Helpers for Developing Command Line Interfaces", "Version": "3.6.1", - "Authors@R": "c(\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Hadley\", \"Wickham\", role = \"ctb\"),\nperson(\"Kirill\", \"Müller\", role = \"ctb\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "A suite of tools to build attractive command line interfaces\n('CLIs'), from semantic elements: headings, lists, alerts, paragraphs,\netc. Supports custom themes via a 'CSS'-like language. It also\ncontains a number of lower level 'CLI' elements: rules, boxes, trees,\nand 'Unicode' symbols with 'ASCII' alternatives. It support ANSI\ncolors and text styles as well.", + "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", role = \"ctb\"),\n person(\"Kirill\", \"Müller\", role = \"ctb\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "A suite of tools to build attractive command line interfaces\n ('CLIs'), from semantic elements: headings, lists, alerts, paragraphs,\n etc. Supports custom themes via a 'CSS'-like language. It also\n contains a number of lower level 'CLI' elements: rules, boxes, trees,\n and 'Unicode' symbols with 'ASCII' alternatives. It support ANSI\n colors and text styles as well.", "License": "MIT + file LICENSE", "URL": "https://cli.r-lib.org, https://github.com/r-lib/cli#readme", "BugReports": "https://github.com/r-lib/cli/issues", @@ -246,11 +246,12 @@ "RoxygenNote": "7.2.1.9000", "NeedsCompilation": "yes", "Packaged": "2023-03-22 13:59:32 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\nHadley Wickham [ctb],\nKirill Müller [ctb],\nRStudio [cph, fnd]", + "Author": "Gábor Csárdi [aut, cre],\n Hadley Wickham [ctb],\n Kirill Müller [ctb],\n RStudio [cph, fnd]", "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", + "Repository": "CRAN", "Date/Publication": "2023-03-23 12:52:05 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-03-24 14:42:45 UTC; unix" + "Built": "R 4.2.0; aarch64-apple-darwin20; 2023-04-01 09:31:39 UTC; unix", + "Archs": "cli.so.dSYM" } }, "colorspace": { @@ -261,8 +262,8 @@ "Version": "2.1-0", "Date": "2023-01-23", "Title": "A Toolbox for Manipulating and Assessing Colors and Palettes", - "Authors@R": "c(person(given = \"Ross\", family = \"Ihaka\", role = \"aut\", email = \"ihaka@stat.auckland.ac.nz\"),\nperson(given = \"Paul\", family = \"Murrell\", role = \"aut\", email = \"paul@stat.auckland.ac.nz\",\ncomment = c(ORCID = \"0000-0002-3224-8858\")),\nperson(given = \"Kurt\", family = \"Hornik\", role = \"aut\", email = \"Kurt.Hornik@R-project.org\",\ncomment = c(ORCID = \"0000-0003-4198-9911\")),\nperson(given = c(\"Jason\", \"C.\"), family = \"Fisher\", role = \"aut\", email = \"jfisher@usgs.gov\",\ncomment = c(ORCID = \"0000-0001-9032-8912\")),\nperson(given = \"Reto\", family = \"Stauffer\", role = \"aut\", email = \"Reto.Stauffer@uibk.ac.at\",\ncomment = c(ORCID = \"0000-0002-3798-5507\")),\nperson(given = c(\"Claus\", \"O.\"), family = \"Wilke\", role = \"aut\", email = \"wilke@austin.utexas.edu\",\ncomment = c(ORCID = \"0000-0002-7470-9261\")),\nperson(given = c(\"Claire\", \"D.\"), family = \"McWhite\", role = \"aut\", email = \"claire.mcwhite@utmail.utexas.edu\",\ncomment = c(ORCID = \"0000-0001-7346-3047\")),\nperson(given = \"Achim\", family = \"Zeileis\", role = c(\"aut\", \"cre\"), email = \"Achim.Zeileis@R-project.org\",\ncomment = c(ORCID = \"0000-0003-0918-3766\")))", - "Description": "Carries out mapping between assorted color spaces including RGB, HSV, HLS,\nCIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB, and polar CIELAB.\nQualitative, sequential, and diverging color palettes based on HCL colors\nare provided along with corresponding ggplot2 color scales.\nColor palette choice is aided by an interactive app (with either a Tcl/Tk\nor a shiny graphical user interface) and shiny apps with an HCL color picker and a\ncolor vision deficiency emulator. Plotting functions for displaying\nand assessing palettes include color swatches, visualizations of the\nHCL space, and trajectories in HCL and/or RGB spectrum. Color manipulation\nfunctions include: desaturation, lightening/darkening, mixing, and\nsimulation of color vision deficiencies (deutanomaly, protanomaly, tritanomaly).\nDetails can be found on the project web page at \nand in the accompanying scientific paper: Zeileis et al. (2020, Journal of Statistical\nSoftware, ).", + "Authors@R": "c(person(given = \"Ross\", family = \"Ihaka\", role = \"aut\", email = \"ihaka@stat.auckland.ac.nz\"),\n person(given = \"Paul\", family = \"Murrell\", role = \"aut\", email = \"paul@stat.auckland.ac.nz\",\n comment = c(ORCID = \"0000-0002-3224-8858\")),\n person(given = \"Kurt\", family = \"Hornik\", role = \"aut\", email = \"Kurt.Hornik@R-project.org\",\n\t\t comment = c(ORCID = \"0000-0003-4198-9911\")),\n person(given = c(\"Jason\", \"C.\"), family = \"Fisher\", role = \"aut\", email = \"jfisher@usgs.gov\",\n comment = c(ORCID = \"0000-0001-9032-8912\")),\n person(given = \"Reto\", family = \"Stauffer\", role = \"aut\", email = \"Reto.Stauffer@uibk.ac.at\",\n comment = c(ORCID = \"0000-0002-3798-5507\")),\n person(given = c(\"Claus\", \"O.\"), family = \"Wilke\", role = \"aut\", email = \"wilke@austin.utexas.edu\",\n comment = c(ORCID = \"0000-0002-7470-9261\")),\n person(given = c(\"Claire\", \"D.\"), family = \"McWhite\", role = \"aut\", email = \"claire.mcwhite@utmail.utexas.edu\",\n comment = c(ORCID = \"0000-0001-7346-3047\")),\n person(given = \"Achim\", family = \"Zeileis\", role = c(\"aut\", \"cre\"), email = \"Achim.Zeileis@R-project.org\",\n comment = c(ORCID = \"0000-0003-0918-3766\")))", + "Description": "Carries out mapping between assorted color spaces including RGB, HSV, HLS,\n CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB, and polar CIELAB.\n\t Qualitative, sequential, and diverging color palettes based on HCL colors\n\t are provided along with corresponding ggplot2 color scales.\n\t Color palette choice is aided by an interactive app (with either a Tcl/Tk\n\t or a shiny graphical user interface) and shiny apps with an HCL color picker and a\n\t color vision deficiency emulator. Plotting functions for displaying\n\t and assessing palettes include color swatches, visualizations of the\n\t HCL space, and trajectories in HCL and/or RGB spectrum. Color manipulation\n\t functions include: desaturation, lightening/darkening, mixing, and\n\t simulation of color vision deficiencies (deutanomaly, protanomaly, tritanomaly).\n\t Details can be found on the project web page at \n\t and in the accompanying scientific paper: Zeileis et al. (2020, Journal of Statistical\n\t Software, ).", "Depends": "R (>= 3.0.0), methods", "Imports": "graphics, grDevices, stats", "Suggests": "datasets, utils, KernSmooth, MASS, kernlab, mvtnorm, vcd,\ntcltk, shiny, shinyjs, ggplot2, dplyr, scales, grid, png, jpeg,\nknitr, rmarkdown, RColorBrewer, rcartocolor, scico, viridis,\nwesanderson", @@ -275,11 +276,11 @@ "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", "Packaged": "2023-01-23 08:50:11 UTC; zeileis", - "Author": "Ross Ihaka [aut],\nPaul Murrell [aut] (),\nKurt Hornik [aut] (),\nJason C. Fisher [aut] (),\nReto Stauffer [aut] (),\nClaus O. Wilke [aut] (),\nClaire D. McWhite [aut] (),\nAchim Zeileis [aut, cre] ()", + "Author": "Ross Ihaka [aut],\n Paul Murrell [aut] (),\n Kurt Hornik [aut] (),\n Jason C. Fisher [aut] (),\n Reto Stauffer [aut] (),\n Claus O. Wilke [aut] (),\n Claire D. McWhite [aut] (),\n Achim Zeileis [aut, cre] ()", "Maintainer": "Achim Zeileis ", "Repository": "RSPM", "Date/Publication": "2023-01-23 11:40:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-01-24 11:50:42 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:07:19 UTC; unix" } }, "commonmark": { @@ -290,10 +291,10 @@ "Type": "Package", "Title": "High Performance CommonMark and Github Markdown Rendering in R", "Version": "1.9.0", - "Authors@R": "c(\nperson(\"Jeroen\", \"Ooms\", ,\"jeroen@berkeley.edu\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-4035-0289\")),\nperson(\"John MacFarlane\", role = \"cph\", comment = \"Author of cmark\"))", + "Authors@R": "c(\n person(\"Jeroen\", \"Ooms\", ,\"jeroen@berkeley.edu\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"John MacFarlane\", role = \"cph\", comment = \"Author of cmark\"))", "URL": "https://docs.ropensci.org/commonmark/\nhttps://r-lib.r-universe.dev/commonmark\nhttps://github.github.com/gfm/ (spec)", "BugReports": "https://github.com/r-lib/commonmark/issues", - "Description": "The CommonMark specification defines a rationalized version of markdown\nsyntax. This package uses the 'cmark' reference implementation for converting\nmarkdown text into various formats including html, latex and groff man. In\naddition it exposes the markdown parse tree in xml format. Also includes opt-in\nsupport for GFM extensions including tables, autolinks, and strikethrough text.", + "Description": "The CommonMark specification defines a rationalized version of markdown\n syntax. This package uses the 'cmark' reference implementation for converting\n markdown text into various formats including html, latex and groff man. In\n addition it exposes the markdown parse tree in xml format. Also includes opt-in\n support for GFM extensions including tables, autolinks, and strikethrough text.", "License": "BSD_2_clause + file LICENSE", "Suggests": "curl, testthat, xml2", "RoxygenNote": "7.2.3", @@ -301,11 +302,11 @@ "Encoding": "UTF-8", "NeedsCompilation": "yes", "Packaged": "2023-03-17 18:02:44 UTC; jeroen", - "Author": "Jeroen Ooms [aut, cre] (),\nJohn MacFarlane [cph] (Author of cmark)", + "Author": "Jeroen Ooms [aut, cre] (),\n John MacFarlane [cph] (Author of cmark)", "Maintainer": "Jeroen Ooms ", "Repository": "RSPM", "Date/Publication": "2023-03-17 18:40:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-03-20 11:38:12 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:13:48 UTC; unix" } }, "crayon": { @@ -315,8 +316,8 @@ "Package": "crayon", "Title": "Colored Terminal Output", "Version": "1.5.2", - "Authors@R": "c(\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\",\nrole = c(\"aut\", \"cre\")),\nperson(\n\"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\",\nrole=c(\"ctb\"))\n)", - "Description": "The crayon package is now superseded. Please use the 'cli' package\nfor new projects.\nColored terminal output on terminals that support 'ANSI'\ncolor and highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI'\ncolor support is automatically detected. Colors and highlighting can\nbe combined and nested. New styles can also be created easily.\nThis package was inspired by the 'chalk' 'JavaScript' project.", + "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\",\n role = c(\"aut\", \"cre\")),\n person(\n \"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\",\n role=c(\"ctb\"))\n )", + "Description": "The crayon package is now superseded. Please use the 'cli' package\n for new projects.\n Colored terminal output on terminals that support 'ANSI'\n color and highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI'\n color support is automatically detected. Colors and highlighting can\n be combined and nested. New styles can also be created easily.\n This package was inspired by the 'chalk' 'JavaScript' project.", "License": "MIT + file LICENSE", "URL": "https://github.com/r-lib/crayon#readme", "BugReports": "https://github.com/r-lib/crayon/issues", @@ -327,11 +328,11 @@ "Encoding": "UTF-8", "NeedsCompilation": "no", "Packaged": "2022-09-29 06:24:10 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\nBrodie Gaslam [ctb]", + "Author": "Gábor Csárdi [aut, cre],\n Brodie Gaslam [ctb]", "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", "Date/Publication": "2022-09-29 16:20:24 UTC", - "Built": "R 4.2.0; ; 2022-09-30 11:29:44 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:13:46 UTC; unix" } }, "digest": { @@ -339,12 +340,12 @@ "Repository": "https://p3m.dev/cran/latest", "description": { "Package": "digest", - "Author": "Dirk Eddelbuettel with contributions\nby Antoine Lucas, Jarek Tuszynski, Henrik Bengtsson, Simon Urbanek,\nMario Frasca, Bryan Lewis, Murray Stokely, Hannes Muehleisen,\nDuncan Murdoch, Jim Hester, Wush Wu, Qiang Kou, Thierry Onkelinx,\nMichel Lang, Viliam Simko, Kurt Hornik, Radford Neal, Kendon Bell,\nMatthew de Queljoe, Ion Suruceanu, Bill Denney, Dirk Schumacher,\nWinston Chang, and Dean Attali.", + "Author": "Dirk Eddelbuettel with contributions\n by Antoine Lucas, Jarek Tuszynski, Henrik Bengtsson, Simon Urbanek,\n Mario Frasca, Bryan Lewis, Murray Stokely, Hannes Muehleisen,\n Duncan Murdoch, Jim Hester, Wush Wu, Qiang Kou, Thierry Onkelinx,\n Michel Lang, Viliam Simko, Kurt Hornik, Radford Neal, Kendon Bell,\n Matthew de Queljoe, Ion Suruceanu, Bill Denney, Dirk Schumacher,\n Winston Chang, and Dean Attali.", "Version": "0.6.33", "Date": "2023-06-28", "Maintainer": "Dirk Eddelbuettel ", "Title": "Create Compact Hash Digests of R Objects", - "Description": "Implementation of a function 'digest()' for the creation of hash\ndigests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32',\n'xxhash', 'murmurhash', 'spookyhash', 'blake3' and 'crc32c' algorithms) permitting\neasy comparison of R language objects, as well as functions such as'hmac()' to\ncreate hash-based message authentication code. Please note that this package\nis not meant to be deployed for cryptographic purposes for which more\ncomprehensive (and widely tested) libraries such as 'OpenSSL' should be\nused.", + "Description": "Implementation of a function 'digest()' for the creation of hash\n digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32',\n 'xxhash', 'murmurhash', 'spookyhash', 'blake3' and 'crc32c' algorithms) permitting\n easy comparison of R language objects, as well as functions such as'hmac()' to\n create hash-based message authentication code. Please note that this package\n is not meant to be deployed for cryptographic purposes for which more\n comprehensive (and widely tested) libraries such as 'OpenSSL' should be\n used.", "URL": "https://github.com/eddelbuettel/digest,\nhttps://dirk.eddelbuettel.com/code/digest.html", "BugReports": "https://github.com/eddelbuettel/digest/issues", "Depends": "R (>= 3.3.0)", @@ -357,7 +358,7 @@ "Repository": "RSPM", "Date/Publication": "2023-07-07 14:10:02 UTC", "Encoding": "UTF-8", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-07-10 12:09:18 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:07:53 UTC; unix" } }, "dplyr": { @@ -367,9 +368,9 @@ "Type": "Package", "Package": "dplyr", "Title": "A Grammar of Data Manipulation", - "Version": "1.1.2", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Romain\", \"François\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-2444-4226\")),\nperson(\"Lionel\", \"Henry\", role = \"aut\"),\nperson(\"Kirill\", \"Müller\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-1416-3412\")),\nperson(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-4777-038X\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "A fast, consistent tool for working with data frame like\nobjects, both in memory and out of memory.", + "Version": "1.1.3", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Romain\", \"François\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2444-4226\")),\n person(\"Lionel\", \"Henry\", role = \"aut\"),\n person(\"Kirill\", \"Müller\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4777-038X\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "A fast, consistent tool for working with data frame like\n objects, both in memory and out of memory.", "License": "MIT + file LICENSE", "URL": "https://dplyr.tidyverse.org, https://github.com/tidyverse/dplyr", "BugReports": "https://github.com/tidyverse/dplyr/issues", @@ -383,12 +384,13 @@ "LazyData": "true", "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2023-04-19 19:29:34 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre] (),\nRomain François [aut] (),\nLionel Henry [aut],\nKirill Müller [aut] (),\nDavis Vaughan [aut] (),\nPosit Software, PBC [cph, fnd]", + "Packaged": "2023-08-25 22:28:32 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre] (),\n Romain François [aut] (),\n Lionel Henry [aut],\n Kirill Müller [aut] (),\n Davis Vaughan [aut] (),\n Posit Software, PBC [cph, fnd]", "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2023-04-20 14:00:03 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-04-21 11:27:36 UTC; unix" + "Repository": "CRAN", + "Date/Publication": "2023-09-03 16:20:02 UTC", + "Built": "R 4.2.0; aarch64-apple-darwin20; 2023-09-03 17:37:29 UTC; unix", + "Archs": "dplyr.so.dSYM" } }, "ellipsis": { @@ -398,8 +400,8 @@ "Package": "ellipsis", "Version": "0.3.2", "Title": "Tools for Working with ...", - "Description": "The ellipsis is a powerful tool for extending functions. Unfortunately\nthis power comes at a cost: misspelled arguments will be silently ignored.\nThe ellipsis package provides a collection of functions to catch problems\nand alert the user.", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = \"cph\")\n)", + "Description": "The ellipsis is a powerful tool for extending functions. Unfortunately \n this power comes at a cost: misspelled arguments will be silently ignored. \n The ellipsis package provides a collection of functions to catch problems\n and alert the user.", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"RStudio\", role = \"cph\")\n )", "License": "MIT + file LICENSE", "Encoding": "UTF-8", "RoxygenNote": "7.1.1", @@ -410,11 +412,11 @@ "Suggests": "covr, testthat", "NeedsCompilation": "yes", "Packaged": "2021-04-29 12:06:44 UTC; lionel", - "Author": "Hadley Wickham [aut, cre],\nRStudio [cph]", + "Author": "Hadley Wickham [aut, cre],\n RStudio [cph]", "Maintainer": "Hadley Wickham ", "Repository": "RSPM", "Date/Publication": "2021-04-29 12:40:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2022-05-06 22:45:53 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:08:01 UTC; unix" } }, "fansi": { @@ -423,9 +425,9 @@ "description": { "Package": "fansi", "Title": "ANSI Control Sequence Aware String Functions", - "Description": "Counterparts to R string manipulation functions that account for\nthe effects of ANSI text formatting control sequences.", + "Description": "Counterparts to R string manipulation functions that account for\n the effects of ANSI text formatting control sequences.", "Version": "1.0.4", - "Authors@R": "c(\nperson(\"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\",\nrole=c(\"aut\", \"cre\")),\nperson(\"Elliott\", \"Sales De Andrade\", role=\"ctb\"),\nperson(family=\"R Core Team\",\nemail=\"R-core@r-project.org\", role=\"cph\",\ncomment=\"UTF8 byte length calcs from src/util.c\"\n))", + "Authors@R": "c(\n person(\"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\",\n role=c(\"aut\", \"cre\")),\n person(\"Elliott\", \"Sales De Andrade\", role=\"ctb\"),\n person(family=\"R Core Team\",\n email=\"R-core@r-project.org\", role=\"cph\",\n comment=\"UTF8 byte length calcs from src/util.c\"\n ))", "Depends": "R (>= 3.1.0)", "License": "GPL-2 | GPL-3", "URL": "https://github.com/brodieG/fansi", @@ -438,11 +440,11 @@ "Collate": "'constants.R' 'fansi-package.R' 'internal.R' 'load.R' 'misc.R'\n'nchar.R' 'strwrap.R' 'strtrim.R' 'strsplit.R' 'substr2.R'\n'trimws.R' 'tohtml.R' 'unhandled.R' 'normalize.R' 'sgr.R'", "NeedsCompilation": "yes", "Packaged": "2023-01-22 17:39:01 UTC; bg", - "Author": "Brodie Gaslam [aut, cre],\nElliott Sales De Andrade [ctb],\nR Core Team [cph] (UTF8 byte length calcs from src/util.c)", + "Author": "Brodie Gaslam [aut, cre],\n Elliott Sales De Andrade [ctb],\n R Core Team [cph] (UTF8 byte length calcs from src/util.c)", "Maintainer": "Brodie Gaslam ", "Repository": "RSPM", "Date/Publication": "2023-01-22 19:20:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-01-23 17:48:47 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:10:27 UTC; unix" } }, "farver": { @@ -453,9 +455,9 @@ "Package": "farver", "Title": "High Performance Colour Space Manipulation", "Version": "2.1.1", - "Authors@R": "c(\nperson(\"Thomas Lin\", \"Pedersen\", , \"thomasp85@gmail.com\", role = c(\"cre\", \"aut\"),\ncomment = c(ORCID = \"0000-0002-5147-4711\")),\nperson(\"Berendea\", \"Nicolae\", role = \"aut\",\ncomment = \"Author of the ColorSpace C++ library\"),\nperson(\"Romain\", \"François\", , \"romain@purrple.cat\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-2444-4226\"))\n)", + "Authors@R": "c(\n person(\"Thomas Lin\", \"Pedersen\", , \"thomasp85@gmail.com\", role = c(\"cre\", \"aut\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"Berendea\", \"Nicolae\", role = \"aut\",\n comment = \"Author of the ColorSpace C++ library\"),\n person(\"Romain\", \"François\", , \"romain@purrple.cat\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2444-4226\"))\n )", "Maintainer": "Thomas Lin Pedersen ", - "Description": "The encoding of colour can be handled in many different ways,\nusing different colour spaces. As different colour spaces have\ndifferent uses, efficient conversion between these representations are\nimportant. The 'farver' package provides a set of functions that gives\naccess to very fast colour space conversion and comparisons\nimplemented in C++, and offers speed improvements over the\n'convertColor' function in the 'grDevices' package.", + "Description": "The encoding of colour can be handled in many different ways,\n using different colour spaces. As different colour spaces have\n different uses, efficient conversion between these representations are\n important. The 'farver' package provides a set of functions that gives\n access to very fast colour space conversion and comparisons\n implemented in C++, and offers speed improvements over the\n 'convertColor' function in the 'grDevices' package.", "License": "MIT + file LICENSE", "URL": "https://farver.data-imaginist.com,\nhttps://github.com/thomasp85/farver", "BugReports": "https://github.com/thomasp85/farver/issues", @@ -466,10 +468,10 @@ "Config/testthat/edition": "3", "NeedsCompilation": "yes", "Packaged": "2022-07-06 12:54:24 UTC; thomas", - "Author": "Thomas Lin Pedersen [cre, aut]\n(),\nBerendea Nicolae [aut] (Author of the ColorSpace C++ library),\nRomain François [aut] ()", + "Author": "Thomas Lin Pedersen [cre, aut]\n (),\n Berendea Nicolae [aut] (Author of the ColorSpace C++ library),\n Romain François [aut] ()", "Repository": "RSPM", "Date/Publication": "2022-07-06 13:50:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2022-07-07 11:09:32 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:07:07 UTC; unix" } }, "fastmap": { @@ -479,8 +481,8 @@ "Package": "fastmap", "Title": "Fast Data Structures", "Version": "1.1.1", - "Authors@R": "c(\nperson(\"Winston\", \"Chang\", email = \"winston@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(given = \"RStudio\", role = c(\"cph\", \"fnd\")),\nperson(given = \"Tessil\", role = \"cph\", comment = \"hopscotch_map library\")\n)", - "Description": "Fast implementation of data structures, including a key-value\nstore, stack, and queue. Environments are commonly used as key-value stores\nin R, but every time a new key is used, it is added to R's global symbol\ntable, causing a small amount of memory leakage. This can be problematic in\ncases where many different keys are used. Fastmap avoids this memory leak\nissue by implementing the map using data structures in C++.", + "Authors@R": "c(\n person(\"Winston\", \"Chang\", email = \"winston@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(given = \"RStudio\", role = c(\"cph\", \"fnd\")),\n person(given = \"Tessil\", role = \"cph\", comment = \"hopscotch_map library\")\n )", + "Description": "Fast implementation of data structures, including a key-value\n store, stack, and queue. Environments are commonly used as key-value stores\n in R, but every time a new key is used, it is added to R's global symbol\n table, causing a small amount of memory leakage. This can be problematic in\n cases where many different keys are used. Fastmap avoids this memory leak\n issue by implementing the map using data structures in C++.", "License": "MIT + file LICENSE", "Encoding": "UTF-8", "RoxygenNote": "7.2.3", @@ -489,11 +491,11 @@ "BugReports": "https://github.com/r-lib/fastmap/issues", "NeedsCompilation": "yes", "Packaged": "2023-02-24 16:01:27 UTC; winston", - "Author": "Winston Chang [aut, cre],\nRStudio [cph, fnd],\nTessil [cph] (hopscotch_map library)", + "Author": "Winston Chang [aut, cre],\n RStudio [cph, fnd],\n Tessil [cph] (hopscotch_map library)", "Maintainer": "Winston Chang ", "Repository": "RSPM", "Date/Publication": "2023-02-24 16:30:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-02-27 11:15:22 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:07:58 UTC; unix" } }, "fontawesome": { @@ -502,10 +504,10 @@ "description": { "Type": "Package", "Package": "fontawesome", - "Version": "0.5.1", + "Version": "0.5.2", "Title": "Easily Work with 'Font Awesome' Icons", - "Description": "Easily and flexibly insert 'Font Awesome' icons into 'R Markdown'\ndocuments and 'Shiny' apps. These icons can be inserted into HTML content\nthrough inline 'SVG' tags or 'i' tags. There is also a utility function for\nexporting 'Font Awesome' icons as 'PNG' images for those situations where\nraster graphics are needed.", - "Authors@R": "c(\nperson(\"Richard\", \"Iannone\", , \"rich@posit.co\", c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-3925-190X\")),\nperson(\"Christophe\", \"Dervieux\", , \"cderv@posit.co\", role = \"ctb\",\ncomment = c(ORCID = \"0000-0003-4474-2498\")),\nperson(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"ctb\"),\nperson(\"Dave\", \"Gandy\", role = c(\"ctb\", \"cph\"),\ncomment = \"Font-Awesome font\"),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Easily and flexibly insert 'Font Awesome' icons into 'R Markdown'\n documents and 'Shiny' apps. These icons can be inserted into HTML content\n through inline 'SVG' tags or 'i' tags. There is also a utility function for\n exporting 'Font Awesome' icons as 'PNG' images for those situations where\n raster graphics are needed.", + "Authors@R": "c(\n person(\"Richard\", \"Iannone\", , \"rich@posit.co\", c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0003-3925-190X\")),\n person(\"Christophe\", \"Dervieux\", , \"cderv@posit.co\", role = \"ctb\",\n comment = c(ORCID = \"0000-0003-4474-2498\")),\n person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"ctb\"),\n person(\"Dave\", \"Gandy\", role = c(\"ctb\", \"cph\"),\n comment = \"Font-Awesome font\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "License": "MIT + file LICENSE", "URL": "https://github.com/rstudio/fontawesome,\nhttps://rstudio.github.io/fontawesome/", "BugReports": "https://github.com/rstudio/fontawesome/issues", @@ -517,12 +519,12 @@ "Suggests": "covr, dplyr (>= 1.0.8), knitr (>= 1.31), testthat (>= 3.0.0),\nrsvg", "Config/testthat/edition": "3", "NeedsCompilation": "no", - "Packaged": "2023-04-18 17:20:05 UTC; rich", - "Author": "Richard Iannone [aut, cre] (),\nChristophe Dervieux [ctb] (),\nWinston Chang [ctb],\nDave Gandy [ctb, cph] (Font-Awesome font),\nPosit Software, PBC [cph, fnd]", + "Packaged": "2023-08-19 02:32:12 UTC; rich", + "Author": "Richard Iannone [aut, cre] (),\n Christophe Dervieux [ctb] (),\n Winston Chang [ctb],\n Dave Gandy [ctb, cph] (Font-Awesome font),\n Posit Software, PBC [cph, fnd]", "Maintainer": "Richard Iannone ", "Repository": "RSPM", - "Date/Publication": "2023-04-18 20:30:02 UTC", - "Built": "R 4.2.0; ; 2023-04-19 11:46:17 UTC; unix" + "Date/Publication": "2023-08-19 04:52:40 UTC", + "Built": "R 4.2.3; ; 2023-09-06 18:26:42 UTC; unix" } }, "fs": { @@ -532,8 +534,8 @@ "Package": "fs", "Title": "Cross-Platform File System Operations Based on 'libuv'", "Version": "1.6.3", - "Authors@R": "c(\nperson(\"Jim\", \"Hester\", role = \"aut\"),\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"libuv project contributors\", role = \"cph\",\ncomment = \"libuv library\"),\nperson(\"Joyent, Inc. and other Node contributors\", role = \"cph\",\ncomment = \"libuv library\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "A cross-platform interface to file system operations, built\non top of the 'libuv' C library.", + "Authors@R": "c(\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"libuv project contributors\", role = \"cph\",\n comment = \"libuv library\"),\n person(\"Joyent, Inc. and other Node contributors\", role = \"cph\",\n comment = \"libuv library\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "A cross-platform interface to file system operations, built\n on top of the 'libuv' C library.", "License": "MIT + file LICENSE", "URL": "https://fs.r-lib.org, https://github.com/r-lib/fs", "BugReports": "https://github.com/r-lib/fs/issues", @@ -551,11 +553,11 @@ "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "yes", "Packaged": "2023-07-10 16:24:00 UTC; gaborcsardi", - "Author": "Jim Hester [aut],\nHadley Wickham [aut],\nGábor Csárdi [aut, cre],\nlibuv project contributors [cph] (libuv library),\nJoyent, Inc. and other Node contributors [cph] (libuv library),\nRStudio [cph, fnd]", + "Author": "Jim Hester [aut],\n Hadley Wickham [aut],\n Gábor Csárdi [aut, cre],\n libuv project contributors [cph] (libuv library),\n Joyent, Inc. and other Node contributors [cph] (libuv library),\n RStudio [cph, fnd]", "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", "Date/Publication": "2023-07-20 10:30:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-07-21 11:18:24 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:08:10 UTC; unix" } }, "generics": { @@ -565,8 +567,8 @@ "Package": "generics", "Title": "Common S3 Generics not Provided by Base R Methods Related to\nModel Fitting", "Version": "0.1.3", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Max\", \"Kuhn\", , \"max@rstudio.com\", role = \"aut\"),\nperson(\"Davis\", \"Vaughan\", , \"davis@rstudio.com\", role = \"aut\"),\nperson(\"RStudio\", role = \"cph\")\n)", - "Description": "In order to reduce potential package dependencies and\nconflicts, generics provides a number of commonly used S3 generics.", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"Max\", \"Kuhn\", , \"max@rstudio.com\", role = \"aut\"),\n person(\"Davis\", \"Vaughan\", , \"davis@rstudio.com\", role = \"aut\"),\n person(\"RStudio\", role = \"cph\")\n )", + "Description": "In order to reduce potential package dependencies and\n conflicts, generics provides a number of commonly used S3 generics.", "License": "MIT + file LICENSE", "URL": "https://generics.r-lib.org, https://github.com/r-lib/generics", "BugReports": "https://github.com/r-lib/generics/issues", @@ -579,11 +581,11 @@ "RoxygenNote": "7.2.0", "NeedsCompilation": "no", "Packaged": "2022-07-05 14:52:13 UTC; davis", - "Author": "Hadley Wickham [aut, cre],\nMax Kuhn [aut],\nDavis Vaughan [aut],\nRStudio [cph]", + "Author": "Hadley Wickham [aut, cre],\n Max Kuhn [aut],\n Davis Vaughan [aut],\n RStudio [cph]", "Maintainer": "Hadley Wickham ", "Repository": "RSPM", "Date/Publication": "2022-07-05 19:40:02 UTC", - "Built": "R 4.2.0; ; 2022-07-06 11:06:24 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:10:26 UTC; unix" } }, "ggplot2": { @@ -591,16 +593,16 @@ "Repository": "https://p3m.dev/cran/latest", "description": { "Package": "ggplot2", - "Version": "3.4.2", + "Version": "3.4.4", "Title": "Create Elegant Data Visualisations Using the Grammar of Graphics", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Winston\", \"Chang\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-1576-2126\")),\nperson(\"Lionel\", \"Henry\", role = \"aut\"),\nperson(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-5147-4711\")),\nperson(\"Kohske\", \"Takahashi\", role = \"aut\"),\nperson(\"Claus\", \"Wilke\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-7470-9261\")),\nperson(\"Kara\", \"Woo\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-5125-4188\")),\nperson(\"Hiroaki\", \"Yutani\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-3385-7233\")),\nperson(\"Dewey\", \"Dunnington\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-9415-4582\")),\nperson(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "A system for 'declaratively' creating graphics, based on \"The\nGrammar of Graphics\". You provide the data, tell 'ggplot2' how to map\nvariables to aesthetics, what graphical primitives to use, and it\ntakes care of the details.", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Winston\", \"Chang\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-1576-2126\")),\n person(\"Lionel\", \"Henry\", role = \"aut\"),\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"Kohske\", \"Takahashi\", role = \"aut\"),\n person(\"Claus\", \"Wilke\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-7470-9261\")),\n person(\"Kara\", \"Woo\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-5125-4188\")),\n person(\"Hiroaki\", \"Yutani\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-3385-7233\")),\n person(\"Dewey\", \"Dunnington\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-9415-4582\")),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "A system for 'declaratively' creating graphics, based on \"The\n Grammar of Graphics\". You provide the data, tell 'ggplot2' how to map\n variables to aesthetics, what graphical primitives to use, and it\n takes care of the details.", "License": "MIT + file LICENSE", "URL": "https://ggplot2.tidyverse.org,\nhttps://github.com/tidyverse/ggplot2", "BugReports": "https://github.com/tidyverse/ggplot2/issues", "Depends": "R (>= 3.3)", "Imports": "cli, glue, grDevices, grid, gtable (>= 0.1.1), isoband,\nlifecycle (> 1.0.1), MASS, mgcv, rlang (>= 1.1.0), scales (>=\n1.2.0), stats, tibble, vctrs (>= 0.5.0), withr (>= 2.5.0)", - "Suggests": "covr, dplyr, ggplot2movies, hexbin, Hmisc, knitr, lattice,\nmapproj, maps, maptools, multcomp, munsell, nlme, profvis,\nquantreg, ragg, RColorBrewer, rgeos, rmarkdown, rpart, sf (>=\n0.7-3), svglite (>= 1.2.0.9001), testthat (>= 3.1.2), vdiffr\n(>= 1.0.0), xml2", + "Suggests": "covr, dplyr, ggplot2movies, hexbin, Hmisc, knitr, lattice,\nmapproj, maps, multcomp, munsell, nlme, profvis, quantreg,\nragg, RColorBrewer, rmarkdown, rpart, sf (>= 0.7-3), svglite\n(>= 1.2.0.9001), testthat (>= 3.1.2), vdiffr (>= 1.0.0), xml2", "Enhances": "sp", "VignetteBuilder": "knitr", "Config/Needs/website": "ggtext, tidyr, forcats, tidyverse/tidytemplate", @@ -610,12 +612,12 @@ "RoxygenNote": "7.2.3", "Collate": "'ggproto.R' 'ggplot-global.R' 'aaa-.R'\n'aes-colour-fill-alpha.R' 'aes-evaluation.R'\n'aes-group-order.R' 'aes-linetype-size-shape.R'\n'aes-position.R' 'compat-plyr.R' 'utilities.R' 'aes.R'\n'utilities-checks.R' 'legend-draw.R' 'geom-.R'\n'annotation-custom.R' 'annotation-logticks.R' 'geom-polygon.R'\n'geom-map.R' 'annotation-map.R' 'geom-raster.R'\n'annotation-raster.R' 'annotation.R' 'autolayer.R' 'autoplot.R'\n'axis-secondary.R' 'backports.R' 'bench.R' 'bin.R' 'coord-.R'\n'coord-cartesian-.R' 'coord-fixed.R' 'coord-flip.R'\n'coord-map.R' 'coord-munch.R' 'coord-polar.R'\n'coord-quickmap.R' 'coord-sf.R' 'coord-transform.R' 'data.R'\n'facet-.R' 'facet-grid-.R' 'facet-null.R' 'facet-wrap.R'\n'fortify-lm.R' 'fortify-map.R' 'fortify-multcomp.R'\n'fortify-spatial.R' 'fortify.R' 'stat-.R' 'geom-abline.R'\n'geom-rect.R' 'geom-bar.R' 'geom-bin2d.R' 'geom-blank.R'\n'geom-boxplot.R' 'geom-col.R' 'geom-path.R' 'geom-contour.R'\n'geom-count.R' 'geom-crossbar.R' 'geom-segment.R'\n'geom-curve.R' 'geom-defaults.R' 'geom-ribbon.R'\n'geom-density.R' 'geom-density2d.R' 'geom-dotplot.R'\n'geom-errorbar.R' 'geom-errorbarh.R' 'geom-freqpoly.R'\n'geom-function.R' 'geom-hex.R' 'geom-histogram.R'\n'geom-hline.R' 'geom-jitter.R' 'geom-label.R'\n'geom-linerange.R' 'geom-point.R' 'geom-pointrange.R'\n'geom-quantile.R' 'geom-rug.R' 'geom-sf.R' 'geom-smooth.R'\n'geom-spoke.R' 'geom-text.R' 'geom-tile.R' 'geom-violin.R'\n'geom-vline.R' 'ggplot2-package.R' 'grob-absolute.R'\n'grob-dotstack.R' 'grob-null.R' 'grouping.R' 'guide-bins.R'\n'guide-colorbar.R' 'guide-colorsteps.R' 'guide-legend.R'\n'guides-.R' 'guides-axis.R' 'guides-grid.R' 'guides-none.R'\n'hexbin.R' 'import-standalone-obj-type.R'\n'import-standalone-types-check.R' 'labeller.R' 'labels.R'\n'layer.R' 'layer-sf.R' 'layout.R' 'limits.R' 'margins.R'\n'performance.R' 'plot-build.R' 'plot-construction.R'\n'plot-last.R' 'plot.R' 'position-.R' 'position-collide.R'\n'position-dodge.R' 'position-dodge2.R' 'position-identity.R'\n'position-jitter.R' 'position-jitterdodge.R' 'position-nudge.R'\n'position-stack.R' 'quick-plot.R' 'reshape-add-margins.R'\n'save.R' 'scale-.R' 'scale-alpha.R' 'scale-binned.R'\n'scale-brewer.R' 'scale-colour.R' 'scale-continuous.R'\n'scale-date.R' 'scale-discrete-.R' 'scale-expansion.R'\n'scale-gradient.R' 'scale-grey.R' 'scale-hue.R'\n'scale-identity.R' 'scale-linetype.R' 'scale-linewidth.R'\n'scale-manual.R' 'scale-shape.R' 'scale-size.R' 'scale-steps.R'\n'scale-type.R' 'scale-view.R' 'scale-viridis.R' 'scales-.R'\n'stat-align.R' 'stat-bin.R' 'stat-bin2d.R' 'stat-bindot.R'\n'stat-binhex.R' 'stat-boxplot.R' 'stat-contour.R'\n'stat-count.R' 'stat-density-2d.R' 'stat-density.R'\n'stat-ecdf.R' 'stat-ellipse.R' 'stat-function.R'\n'stat-identity.R' 'stat-qq-line.R' 'stat-qq.R'\n'stat-quantilemethods.R' 'stat-sf-coordinates.R' 'stat-sf.R'\n'stat-smooth-methods.R' 'stat-smooth.R' 'stat-sum.R'\n'stat-summary-2d.R' 'stat-summary-bin.R' 'stat-summary-hex.R'\n'stat-summary.R' 'stat-unique.R' 'stat-ydensity.R'\n'summarise-plot.R' 'summary.R' 'theme-elements.R' 'theme.R'\n'theme-defaults.R' 'theme-current.R' 'utilities-break.R'\n'utilities-grid.R' 'utilities-help.R' 'utilities-matrix.R'\n'utilities-resolution.R' 'utilities-table.R'\n'utilities-tidy-eval.R' 'zxx.R' 'zzz.R'", "NeedsCompilation": "no", - "Packaged": "2023-03-31 08:04:34 UTC; thomas", - "Author": "Hadley Wickham [aut] (),\nWinston Chang [aut] (),\nLionel Henry [aut],\nThomas Lin Pedersen [aut, cre]\n(),\nKohske Takahashi [aut],\nClaus Wilke [aut] (),\nKara Woo [aut] (),\nHiroaki Yutani [aut] (),\nDewey Dunnington [aut] (),\nPosit, PBC [cph, fnd]", + "Packaged": "2023-10-11 08:54:22 UTC; thomas", + "Author": "Hadley Wickham [aut] (),\n Winston Chang [aut] (),\n Lionel Henry [aut],\n Thomas Lin Pedersen [aut, cre]\n (),\n Kohske Takahashi [aut],\n Claus Wilke [aut] (),\n Kara Woo [aut] (),\n Hiroaki Yutani [aut] (),\n Dewey Dunnington [aut] (),\n Posit, PBC [cph, fnd]", "Maintainer": "Thomas Lin Pedersen ", "Repository": "RSPM", - "Date/Publication": "2023-04-03 14:10:02 UTC", - "Built": "R 4.2.0; ; 2023-04-04 11:20:16 UTC; unix" + "Date/Publication": "2023-10-12 11:40:02 UTC", + "Built": "R 4.2.0; ; 2023-10-13 11:34:45 UTC; unix" } }, "glue": { @@ -625,8 +627,8 @@ "Package": "glue", "Title": "Interpreted String Literals", "Version": "1.6.2", - "Authors@R": "c(\nperson(\"Jim\", \"Hester\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-2739-7082\")),\nperson(\"Jennifer\", \"Bryan\", , \"jenny@rstudio.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-6983-2759\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "An implementation of interpreted string literals, inspired by\nPython's Literal String Interpolation\n and Docstrings\n and Julia's Triple-Quoted\nString Literals\n.", + "Authors@R": "c(\n person(\"Jim\", \"Hester\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2739-7082\")),\n person(\"Jennifer\", \"Bryan\", , \"jenny@rstudio.com\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-6983-2759\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "An implementation of interpreted string literals, inspired by\n Python's Literal String Interpolation\n and Docstrings\n and Julia's Triple-Quoted\n String Literals\n .", "License": "MIT + file LICENSE", "URL": "https://github.com/tidyverse/glue, https://glue.tidyverse.org/", "BugReports": "https://github.com/tidyverse/glue/issues", @@ -641,11 +643,12 @@ "RoxygenNote": "7.1.2", "NeedsCompilation": "yes", "Packaged": "2022-02-23 22:50:40 UTC; jenny", - "Author": "Jim Hester [aut] (),\nJennifer Bryan [aut, cre] (),\nRStudio [cph, fnd]", + "Author": "Jim Hester [aut] (),\n Jennifer Bryan [aut, cre] (),\n RStudio [cph, fnd]", "Maintainer": "Jennifer Bryan ", - "Repository": "RSPM", + "Repository": "CRAN", "Date/Publication": "2022-02-24 07:50:20 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2022-05-06 22:59:19 UTC; unix" + "Built": "R 4.2.0; aarch64-apple-darwin20; 2023-04-01 09:31:10 UTC; unix", + "Archs": "glue.so.dSYM" } }, "gtable": { @@ -654,9 +657,9 @@ "description": { "Package": "gtable", "Title": "Arrange 'Grobs' in Tables", - "Version": "0.3.3", - "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\",\nemail = \"hadley@posit.co\"),\nperson(given = \"Thomas Lin\",\nfamily = \"Pedersen\",\nrole = c(\"aut\", \"cre\"),\nemail = \"thomas.pedersen@posit.co\"),\nperson(given = \"Posit Software, PBC\",\nrole = \"cph\"))", - "Description": "Tools to make it easier to work with \"tables\" of\n'grobs'. The 'gtable' package defines a 'gtable' grob class that specifies a\ngrid along with a list of grobs and their placement in the grid. Further the\npackage makes it easy to manipulate and combine 'gtable' objects so that\ncomplex compositions can be built up sequentially.", + "Version": "0.3.4", + "Authors@R": "\n c(person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\",\n email = \"hadley@posit.co\"),\n person(given = \"Thomas Lin\",\n family = \"Pedersen\",\n role = c(\"aut\", \"cre\"),\n email = \"thomas.pedersen@posit.co\"),\n person(given = \"Posit Software, PBC\",\n role = \"cph\"))", + "Description": "Tools to make it easier to work with \"tables\" of\n 'grobs'. The 'gtable' package defines a 'gtable' grob class that specifies a\n grid along with a list of grobs and their placement in the grid. Further the\n package makes it easy to manipulate and combine 'gtable' objects so that \n complex compositions can be built up sequentially.", "License": "MIT + file LICENSE", "Depends": "R (>= 3.5)", "Imports": "cli, glue, grid, lifecycle, rlang (>= 1.1.0)", @@ -669,12 +672,12 @@ "Config/testthat/edition": "3", "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "no", - "Packaged": "2023-03-21 13:17:30 UTC; thomas", - "Author": "Hadley Wickham [aut],\nThomas Lin Pedersen [aut, cre],\nPosit Software, PBC [cph]", + "Packaged": "2023-08-21 10:36:53 UTC; thomas", + "Author": "Hadley Wickham [aut],\n Thomas Lin Pedersen [aut, cre],\n Posit Software, PBC [cph]", "Maintainer": "Thomas Lin Pedersen ", "Repository": "RSPM", - "Date/Publication": "2023-03-21 14:00:05 UTC", - "Built": "R 4.2.0; ; 2023-03-22 11:11:06 UTC; unix" + "Date/Publication": "2023-08-21 11:20:02 UTC", + "Built": "R 4.2.0; ; 2023-08-22 12:33:15 UTC; unix" } }, "htmltools": { @@ -684,11 +687,11 @@ "Package": "htmltools", "Type": "Package", "Title": "Tools for HTML", - "Version": "0.5.5", - "Authors@R": "c(\nperson(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\nperson(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Barret\", \"Schloerke\", role = \"aut\", email = \"barret@rstudio.com\", comment = c(ORCID = \"0000-0001-9986-114X\")),\nperson(\"Winston\", \"Chang\", role = \"aut\", email = \"winston@rstudio.com\", comment = c(ORCID = \"0000-0002-1576-2126\")),\nperson(\"Yihui\", \"Xie\", role = \"aut\", email = \"yihui@rstudio.com\"),\nperson(\"Jeff\", \"Allen\", role = \"aut\", email = \"jeff@rstudio.com\"),\nperson(family = \"RStudio\", role = \"cph\")\n)", + "Version": "0.5.6", + "Authors@R": "c(\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@posit.co\"),\n person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@posit.co\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Barret\", \"Schloerke\", role = \"aut\", email = \"barret@posit.co\", comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(\"Winston\", \"Chang\", role = \"aut\", email = \"winston@posit.co\", comment = c(ORCID = \"0000-0002-1576-2126\")),\n person(\"Yihui\", \"Xie\", role = \"aut\", email = \"yihui@posit.co\"),\n person(\"Jeff\", \"Allen\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "Tools for HTML generation and output.", "Depends": "R (>= 2.14.1)", - "Imports": "utils, digest, grDevices, base64enc, rlang (>= 0.4.10),\nfastmap (>= 1.1.0), ellipsis", + "Imports": "utils, digest, grDevices, base64enc, rlang (>= 0.4.12),\nfastmap (>= 1.1.0), ellipsis", "Suggests": "markdown, testthat, withr, Cairo, ragg, shiny", "Enhances": "knitr", "License": "GPL (>= 2)", @@ -696,15 +699,16 @@ "BugReports": "https://github.com/rstudio/htmltools/issues", "RoxygenNote": "7.2.3", "Encoding": "UTF-8", - "Collate": "'colors.R' 'fill.R' 'html_dependency.R' 'html_escape.R'\n'html_print.R' 'images.R' 'known_tags.R' 'selector.R'\n'staticimports.R' 'tag_query.R' 'utils.R' 'tags.R' 'template.R'", + "Collate": "'colors.R' 'fill.R' 'html_dependency.R' 'html_escape.R'\n'html_print.R' 'htmltools-package.R' 'images.R' 'known_tags.R'\n'selector.R' 'staticimports.R' 'tag_query.R' 'utils.R' 'tags.R'\n'template.R'", + "Config/Needs/check": "knitr", "Config/Needs/website": "rstudio/quillt, bench", "NeedsCompilation": "yes", - "Packaged": "2023-03-22 22:59:42 UTC; cpsievert", - "Author": "Joe Cheng [aut],\nCarson Sievert [aut, cre] (),\nBarret Schloerke [aut] (),\nWinston Chang [aut] (),\nYihui Xie [aut],\nJeff Allen [aut],\nRStudio [cph]", - "Maintainer": "Carson Sievert ", + "Packaged": "2023-08-10 21:52:43 UTC; cpsievert", + "Author": "Joe Cheng [aut],\n Carson Sievert [aut, cre] (),\n Barret Schloerke [aut] (),\n Winston Chang [aut] (),\n Yihui Xie [aut],\n Jeff Allen [aut],\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Carson Sievert ", "Repository": "RSPM", - "Date/Publication": "2023-03-23 09:50:06 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-03-24 14:42:46 UTC; unix" + "Date/Publication": "2023-08-10 23:40:02 UTC", + "Built": "R 4.2.3; aarch64-apple-darwin20; 2023-09-06 18:26:31 UTC; unix" } }, "httpuv": { @@ -716,8 +720,8 @@ "Encoding": "UTF-8", "Title": "HTTP and WebSocket Server Library", "Version": "1.6.11", - "Authors@R": "c(\nperson(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@rstudio.com\"),\nperson(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\"),\nperson(\"Posit, PBC\", role = \"cph\", \"fnd\"),\nperson(\"Hector\", \"Corrada Bravo\", role = \"ctb\"),\nperson(\"Jeroen\", \"Ooms\", role = \"ctb\"),\nperson(\"Andrzej\", \"Krzemienski\", role = \"cph\", comment = \"optional.hpp\"),\nperson(\"libuv project contributors\", role = \"cph\",\ncomment = \"libuv library, see src/libuv/AUTHORS file\"),\nperson(\"Joyent, Inc. and other Node contributors\", role = \"cph\",\ncomment = \"libuv library, see src/libuv/AUTHORS file; and http-parser library, see src/http-parser/AUTHORS file\"),\nperson(\"Niels\", \"Provos\", role = \"cph\", comment = \"libuv subcomponent: tree.h\"),\nperson(\"Internet Systems Consortium, Inc.\", role = \"cph\",\ncomment = \"libuv subcomponent: inet_pton and inet_ntop, contained in src/libuv/src/inet.c\"),\nperson(\"Alexander\", \"Chemeris\", role = \"cph\",\ncomment = \"libuv subcomponent: stdint-msvc2008.h (from msinttypes)\"),\nperson(\"Google, Inc.\", role = \"cph\", comment = \"libuv subcomponent: pthread-fixes.c\"),\nperson(\"Sony Mobile Communcations AB\", role = \"cph\",\ncomment = \"libuv subcomponent: pthread-fixes.c\"),\nperson(\"Berkeley Software Design Inc.\", role = \"cph\",\ncomment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\nperson(\"Kenneth\", \"MacKay\", role = \"cph\",\ncomment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\nperson(\"Emergya (Cloud4all, FP7/2007-2013, grant agreement no 289016)\", role = \"cph\",\ncomment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\nperson(\"Steve\", \"Reid\", role = \"aut\", comment = \"SHA-1 implementation\"),\nperson(\"James\", \"Brown\", role = \"aut\", comment = \"SHA-1 implementation\"),\nperson(\"Bob\", \"Trower\", role = \"aut\", comment = \"base64 implementation\"),\nperson(\"Alexander\", \"Peslyak\", role = \"aut\", comment = \"MD5 implementation\"),\nperson(\"Trantor Standard Systems\", role = \"cph\", comment = \"base64 implementation\"),\nperson(\"Igor\", \"Sysoev\", role = \"cph\", comment = \"http-parser\")\n)", - "Description": "Provides low-level socket and protocol support for handling\nHTTP and WebSocket requests directly from within R. It is primarily\nintended as a building block for other packages, rather than making it\nparticularly easy to create complete web applications using httpuv alone.\nhttpuv is built on top of the libuv and http-parser C libraries, both of\nwhich were developed by Joyent, Inc. (See LICENSE file for libuv and\nhttp-parser license information.)", + "Authors@R": "c(\n person(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@rstudio.com\"),\n person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\"),\n person(\"Posit, PBC\", role = \"cph\", \"fnd\"),\n person(\"Hector\", \"Corrada Bravo\", role = \"ctb\"),\n person(\"Jeroen\", \"Ooms\", role = \"ctb\"),\n person(\"Andrzej\", \"Krzemienski\", role = \"cph\", comment = \"optional.hpp\"),\n person(\"libuv project contributors\", role = \"cph\",\n comment = \"libuv library, see src/libuv/AUTHORS file\"),\n person(\"Joyent, Inc. and other Node contributors\", role = \"cph\",\n comment = \"libuv library, see src/libuv/AUTHORS file; and http-parser library, see src/http-parser/AUTHORS file\"),\n person(\"Niels\", \"Provos\", role = \"cph\", comment = \"libuv subcomponent: tree.h\"),\n person(\"Internet Systems Consortium, Inc.\", role = \"cph\",\n comment = \"libuv subcomponent: inet_pton and inet_ntop, contained in src/libuv/src/inet.c\"),\n person(\"Alexander\", \"Chemeris\", role = \"cph\",\n comment = \"libuv subcomponent: stdint-msvc2008.h (from msinttypes)\"),\n person(\"Google, Inc.\", role = \"cph\", comment = \"libuv subcomponent: pthread-fixes.c\"),\n person(\"Sony Mobile Communcations AB\", role = \"cph\",\n comment = \"libuv subcomponent: pthread-fixes.c\"),\n person(\"Berkeley Software Design Inc.\", role = \"cph\",\n comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\n person(\"Kenneth\", \"MacKay\", role = \"cph\",\n comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\n person(\"Emergya (Cloud4all, FP7/2007-2013, grant agreement no 289016)\", role = \"cph\",\n comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\n person(\"Steve\", \"Reid\", role = \"aut\", comment = \"SHA-1 implementation\"),\n person(\"James\", \"Brown\", role = \"aut\", comment = \"SHA-1 implementation\"),\n person(\"Bob\", \"Trower\", role = \"aut\", comment = \"base64 implementation\"),\n person(\"Alexander\", \"Peslyak\", role = \"aut\", comment = \"MD5 implementation\"),\n person(\"Trantor Standard Systems\", role = \"cph\", comment = \"base64 implementation\"),\n person(\"Igor\", \"Sysoev\", role = \"cph\", comment = \"http-parser\")\n )", + "Description": "Provides low-level socket and protocol support for handling\n HTTP and WebSocket requests directly from within R. It is primarily\n intended as a building block for other packages, rather than making it\n particularly easy to create complete web applications using httpuv alone.\n httpuv is built on top of the libuv and http-parser C libraries, both of\n which were developed by Joyent, Inc. (See LICENSE file for libuv and\n http-parser license information.)", "License": "GPL (>= 2) | file LICENSE", "Depends": "R (>= 2.15.1)", "Imports": "Rcpp (>= 1.0.7), utils, R6, promises, later (>= 0.8.0)", @@ -729,11 +733,11 @@ "Collate": "'RcppExports.R' 'httpuv.R' 'random_port.R' 'server.R'\n'static_paths.R' 'utils.R'", "NeedsCompilation": "yes", "Packaged": "2023-05-11 01:48:49 UTC; jcheng", - "Author": "Joe Cheng [aut],\nWinston Chang [aut, cre],\nPosit, PBC fnd [cph],\nHector Corrada Bravo [ctb],\nJeroen Ooms [ctb],\nAndrzej Krzemienski [cph] (optional.hpp),\nlibuv project contributors [cph] (libuv library, see src/libuv/AUTHORS\nfile),\nJoyent, Inc. and other Node contributors [cph] (libuv library, see\nsrc/libuv/AUTHORS file; and http-parser library, see\nsrc/http-parser/AUTHORS file),\nNiels Provos [cph] (libuv subcomponent: tree.h),\nInternet Systems Consortium, Inc. [cph] (libuv subcomponent: inet_pton\nand inet_ntop, contained in src/libuv/src/inet.c),\nAlexander Chemeris [cph] (libuv subcomponent: stdint-msvc2008.h (from\nmsinttypes)),\nGoogle, Inc. [cph] (libuv subcomponent: pthread-fixes.c),\nSony Mobile Communcations AB [cph] (libuv subcomponent:\npthread-fixes.c),\nBerkeley Software Design Inc. [cph] (libuv subcomponent:\nandroid-ifaddrs.h, android-ifaddrs.c),\nKenneth MacKay [cph] (libuv subcomponent: android-ifaddrs.h,\nandroid-ifaddrs.c),\nEmergya (Cloud4all, FP7/2007-2013, grant agreement no 289016) [cph]\n(libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c),\nSteve Reid [aut] (SHA-1 implementation),\nJames Brown [aut] (SHA-1 implementation),\nBob Trower [aut] (base64 implementation),\nAlexander Peslyak [aut] (MD5 implementation),\nTrantor Standard Systems [cph] (base64 implementation),\nIgor Sysoev [cph] (http-parser)", + "Author": "Joe Cheng [aut],\n Winston Chang [aut, cre],\n Posit, PBC fnd [cph],\n Hector Corrada Bravo [ctb],\n Jeroen Ooms [ctb],\n Andrzej Krzemienski [cph] (optional.hpp),\n libuv project contributors [cph] (libuv library, see src/libuv/AUTHORS\n file),\n Joyent, Inc. and other Node contributors [cph] (libuv library, see\n src/libuv/AUTHORS file; and http-parser library, see\n src/http-parser/AUTHORS file),\n Niels Provos [cph] (libuv subcomponent: tree.h),\n Internet Systems Consortium, Inc. [cph] (libuv subcomponent: inet_pton\n and inet_ntop, contained in src/libuv/src/inet.c),\n Alexander Chemeris [cph] (libuv subcomponent: stdint-msvc2008.h (from\n msinttypes)),\n Google, Inc. [cph] (libuv subcomponent: pthread-fixes.c),\n Sony Mobile Communcations AB [cph] (libuv subcomponent:\n pthread-fixes.c),\n Berkeley Software Design Inc. [cph] (libuv subcomponent:\n android-ifaddrs.h, android-ifaddrs.c),\n Kenneth MacKay [cph] (libuv subcomponent: android-ifaddrs.h,\n android-ifaddrs.c),\n Emergya (Cloud4all, FP7/2007-2013, grant agreement no 289016) [cph]\n (libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c),\n Steve Reid [aut] (SHA-1 implementation),\n James Brown [aut] (SHA-1 implementation),\n Bob Trower [aut] (base64 implementation),\n Alexander Peslyak [aut] (MD5 implementation),\n Trantor Standard Systems [cph] (base64 implementation),\n Igor Sysoev [cph] (http-parser)", "Maintainer": "Winston Chang ", "Repository": "RSPM", "Date/Publication": "2023-05-11 08:00:05 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-05-12 11:14:51 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:12:21 UTC; unix" } }, "isoband": { @@ -743,8 +747,8 @@ "Package": "isoband", "Title": "Generate Isolines and Isobands from Regularly Spaced Elevation\nGrids", "Version": "0.2.7", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Claus O.\", \"Wilke\", , \"wilke@austin.utexas.edu\", role = \"aut\",\ncomment = c(\"Original author\", ORCID = \"0000-0002-7470-9261\")),\nperson(\"Thomas Lin\", \"Pedersen\", , \"thomasp85@gmail.com\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-5147-4711\"))\n)", - "Description": "A fast C++ implementation to generate contour lines\n(isolines) and contour polygons (isobands) from regularly spaced grids\ncontaining elevation data.", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Claus O.\", \"Wilke\", , \"wilke@austin.utexas.edu\", role = \"aut\",\n comment = c(\"Original author\", ORCID = \"0000-0002-7470-9261\")),\n person(\"Thomas Lin\", \"Pedersen\", , \"thomasp85@gmail.com\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-5147-4711\"))\n )", + "Description": "A fast C++ implementation to generate contour lines\n (isolines) and contour polygons (isobands) from regularly spaced grids\n containing elevation data.", "License": "MIT + file LICENSE", "URL": "https://isoband.r-lib.org", "BugReports": "https://github.com/r-lib/isoband/issues", @@ -758,11 +762,11 @@ "SystemRequirements": "C++11", "NeedsCompilation": "yes", "Packaged": "2022-12-19 20:10:02 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre] (),\nClaus O. Wilke [aut] (Original author,\n),\nThomas Lin Pedersen [aut] ()", + "Author": "Hadley Wickham [aut, cre] (),\n Claus O. Wilke [aut] (Original author,\n ),\n Thomas Lin Pedersen [aut] ()", "Maintainer": "Hadley Wickham ", "Repository": "RSPM", "Date/Publication": "2022-12-20 10:00:13 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2022-12-21 11:20:28 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:11:42 UTC; unix" } }, "jquerylib": { @@ -772,8 +776,8 @@ "Package": "jquerylib", "Title": "Obtain 'jQuery' as an HTML Dependency Object", "Version": "0.1.4", - "Authors@R": "c(\nperson(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\nperson(family = \"RStudio\", role = \"cph\"),\nperson(family = \"jQuery Foundation\", role = \"cph\",\ncomment = \"jQuery library and jQuery UI library\"),\nperson(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\ncomment = \"jQuery library; authors listed in inst/lib/jquery-AUTHORS.txt\")\n)", - "Description": "Obtain any major version of 'jQuery' () and use it in any webpage generated by 'htmltools' (e.g. 'shiny', 'htmlwidgets', and 'rmarkdown').\nMost R users don't need to use this package directly, but other R packages (e.g. 'shiny', 'rmarkdown', etc.) depend on this package to avoid bundling redundant copies of 'jQuery'.", + "Authors@R": "c(\n person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\n person(family = \"RStudio\", role = \"cph\"),\n person(family = \"jQuery Foundation\", role = \"cph\",\n comment = \"jQuery library and jQuery UI library\"),\n person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"jQuery library; authors listed in inst/lib/jquery-AUTHORS.txt\")\n )", + "Description": "Obtain any major version of 'jQuery' () and use it in any webpage generated by 'htmltools' (e.g. 'shiny', 'htmlwidgets', and 'rmarkdown').\n Most R users don't need to use this package directly, but other R packages (e.g. 'shiny', 'rmarkdown', etc.) depend on this package to avoid bundling redundant copies of 'jQuery'.", "License": "MIT + file LICENSE", "Encoding": "UTF-8", "Config/testthat/edition": "3", @@ -782,11 +786,11 @@ "Suggests": "testthat", "NeedsCompilation": "no", "Packaged": "2021-04-26 16:40:21 UTC; cpsievert", - "Author": "Carson Sievert [aut, cre] (),\nJoe Cheng [aut],\nRStudio [cph],\njQuery Foundation [cph] (jQuery library and jQuery UI library),\njQuery contributors [ctb, cph] (jQuery library; authors listed in\ninst/lib/jquery-AUTHORS.txt)", + "Author": "Carson Sievert [aut, cre] (),\n Joe Cheng [aut],\n RStudio [cph],\n jQuery Foundation [cph] (jQuery library and jQuery UI library),\n jQuery contributors [ctb, cph] (jQuery library; authors listed in\n inst/lib/jquery-AUTHORS.txt)", "Maintainer": "Carson Sievert ", "Repository": "RSPM", "Date/Publication": "2021-04-26 17:10:02 UTC", - "Built": "R 4.2.0; ; 2022-05-06 22:46:57 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:08:07 UTC; unix" } }, "jsonlite": { @@ -798,21 +802,21 @@ "Title": "A Simple and Robust JSON Parser and Generator for R", "License": "MIT + file LICENSE", "Depends": "methods", - "Authors@R": "c(\nperson(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\ncomment = c(ORCID = \"0000-0002-4035-0289\")),\nperson(\"Duncan\", \"Temple Lang\", role = \"ctb\"),\nperson(\"Lloyd\", \"Hilaiel\", role = \"cph\", comment=\"author of bundled libyajl\"))", + "Authors@R": "c(\n person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\n comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"Duncan\", \"Temple Lang\", role = \"ctb\"),\n person(\"Lloyd\", \"Hilaiel\", role = \"cph\", comment=\"author of bundled libyajl\"))", "URL": "https://jeroen.r-universe.dev/jsonlite\nhttps://arxiv.org/abs/1403.2805", "BugReports": "https://github.com/jeroen/jsonlite/issues", "Maintainer": "Jeroen Ooms ", "VignetteBuilder": "knitr, R.rsp", - "Description": "A reasonably fast JSON parser and generator, optimized for statistical\ndata and the web. Offers simple, flexible tools for working with JSON in R, and\nis particularly powerful for building pipelines and interacting with a web API.\nThe implementation is based on the mapping described in the vignette (Ooms, 2014).\nIn addition to converting JSON data from/to R objects, 'jsonlite' contains\nfunctions to stream, validate, and prettify JSON data. The unit tests included\nwith the package verify that all edge cases are encoded and decoded consistently\nfor use with dynamic data in systems and applications.", + "Description": "A reasonably fast JSON parser and generator, optimized for statistical \n data and the web. Offers simple, flexible tools for working with JSON in R, and\n is particularly powerful for building pipelines and interacting with a web API. \n The implementation is based on the mapping described in the vignette (Ooms, 2014).\n In addition to converting JSON data from/to R objects, 'jsonlite' contains \n functions to stream, validate, and prettify JSON data. The unit tests included \n with the package verify that all edge cases are encoded and decoded consistently \n for use with dynamic data in systems and applications.", "Suggests": "httr, vctrs, testthat, knitr, rmarkdown, R.rsp, sf", "RoxygenNote": "7.2.3", "Encoding": "UTF-8", "NeedsCompilation": "yes", "Packaged": "2023-06-29 08:00:03 UTC; jeroen", - "Author": "Jeroen Ooms [aut, cre] (),\nDuncan Temple Lang [ctb],\nLloyd Hilaiel [cph] (author of bundled libyajl)", + "Author": "Jeroen Ooms [aut, cre] (),\n Duncan Temple Lang [ctb],\n Lloyd Hilaiel [cph] (author of bundled libyajl)", "Repository": "RSPM", "Date/Publication": "2023-06-29 22:10:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-06-30 11:42:56 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:07:35 UTC; unix" } }, "labeling": { @@ -822,20 +826,20 @@ "Package": "labeling", "Type": "Package", "Title": "Axis Labeling", - "Version": "0.4.2", - "Date": "2020-10-15", + "Version": "0.4.3", + "Date": "2023-08-29", "Author": "Justin Talbot,", "Maintainer": "Nuno Sempere ", - "Description": "Functions which provide a range of axis labeling algorithms.", + "Description": "Functions which provide a range of axis labeling algorithms. ", "License": "MIT + file LICENSE | Unlimited", "Collate": "'labeling.R'", "NeedsCompilation": "no", "Imports": "stats, graphics", - "Packaged": "2020-10-18 12:56:46 UTC; nuno", + "Packaged": "2023-08-29 21:01:57 UTC; loki", "Repository": "RSPM", - "Date/Publication": "2020-10-20 07:00:09 UTC", + "Date/Publication": "2023-08-29 22:20:02 UTC", "Encoding": "UTF-8", - "Built": "R 4.2.0; ; 2022-05-06 22:43:40 UTC; unix" + "Built": "R 4.2.0; ; 2023-08-31 02:31:27 UTC; unix" } }, "later": { @@ -846,8 +850,8 @@ "Type": "Package", "Title": "Utilities for Scheduling Functions to Execute Later with Event\nLoops", "Version": "1.3.1", - "Authors@R": "c(\nperson(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\"),\nperson(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@rstudio.com\"),\nperson(family = \"RStudio\", role = \"cph\"),\nperson(\"Marcus\", \"Geelnard\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\"),\nperson(\"Evan\", \"Nemerson\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\")\n)", - "Description": "Executes arbitrary R or C functions some time after the current\ntime, after the R execution stack has emptied. The functions are scheduled\nin an event loop.", + "Authors@R": "c(\n person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\"),\n person(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@rstudio.com\"),\n person(family = \"RStudio\", role = \"cph\"),\n person(\"Marcus\", \"Geelnard\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\"),\n person(\"Evan\", \"Nemerson\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\")\n )", + "Description": "Executes arbitrary R or C functions some time after the current\n time, after the R execution stack has emptied. The functions are scheduled\n in an event loop.", "URL": "https://r-lib.github.io/later/, https://github.com/r-lib/later", "BugReports": "https://github.com/r-lib/later/issues", "License": "MIT + file LICENSE", @@ -859,11 +863,11 @@ "Encoding": "UTF-8", "NeedsCompilation": "yes", "Packaged": "2023-05-01 21:09:55 UTC; winston", - "Author": "Winston Chang [aut, cre],\nJoe Cheng [aut],\nRStudio [cph],\nMarcus Geelnard [ctb, cph] (TinyCThread library,\nhttps://tinycthread.github.io/),\nEvan Nemerson [ctb, cph] (TinyCThread library,\nhttps://tinycthread.github.io/)", + "Author": "Winston Chang [aut, cre],\n Joe Cheng [aut],\n RStudio [cph],\n Marcus Geelnard [ctb, cph] (TinyCThread library,\n https://tinycthread.github.io/),\n Evan Nemerson [ctb, cph] (TinyCThread library,\n https://tinycthread.github.io/)", "Maintainer": "Winston Chang ", "Repository": "RSPM", "Date/Publication": "2023-05-02 18:10:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-05-03 11:23:37 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:11:28 UTC; unix" } }, "lattice": { @@ -871,29 +875,28 @@ "Repository": "https://p3m.dev/cran/latest", "description": { "Package": "lattice", - "Version": "0.21-8", - "Date": "2023-04-05", + "Version": "0.20-45", + "Date": "2021-09-18", "Priority": "recommended", "Title": "Trellis Graphics for R", - "Authors@R": "c(person(\"Deepayan\", \"Sarkar\", role = c(\"aut\", \"cre\"),\nemail = \"deepayan.sarkar@r-project.org\",\ncomment = c(ORCID = \"0000-0003-4107-1553\")),\nperson(\"Felix\", \"Andrews\", role = \"ctb\"),\nperson(\"Kevin\", \"Wright\", role = \"ctb\", comment = \"documentation\"),\nperson(\"Neil\", \"Klepeis\", role = \"ctb\"),\nperson(\"Johan\", \"Larsson\", role = \"ctb\", comment = \"miscellaneous improvements\"),\nperson(\"Zhijian (Jason)\", \"Wen\", role = \"cph\", comment = \"filled contour code\"),\nperson(\"Paul\", \"Murrell\", role = \"ctb\", email = \"paul@stat.auckland.ac.nz\"),\nperson(\"Stefan\", \"Eng\", role = \"ctb\", comment = \"violin plot improvements\"),\nperson(\"Achim\", \"Zeileis\", role = \"ctb\", comment = \"modern colors\")\n)", - "Description": "A powerful and elegant high-level data visualization\nsystem inspired by Trellis graphics, with an emphasis on\nmultivariate data. Lattice is sufficient for typical graphics needs,\nand is also flexible enough to handle most nonstandard requirements.\nSee ?Lattice for an introduction.", - "Depends": "R (>= 4.0.0)", - "Suggests": "KernSmooth, MASS, latticeExtra, colorspace", + "Authors@R": "c(person(\"Deepayan\", \"Sarkar\", role = c(\"aut\", \"cre\"),\n\t email = \"deepayan.sarkar@r-project.org\",\n\t\t comment = c(ORCID = \"0000-0003-4107-1553\")),\n person(\"Felix\", \"Andrews\", role = \"ctb\"),\n\t person(\"Kevin\", \"Wright\", role = \"ctb\", comment = \"documentation\"),\n\t person(\"Neil\", \"Klepeis\", role = \"ctb\"),\n\t person(\"Johan\", \"Larsson\", role = \"ctb\", comment = \"colorkey title\"),\n person(\"Paul\", \"Murrell\", role = \"ctb\", email = \"paul@stat.auckland.ac.nz\"))", + "Description": "A powerful and elegant high-level data visualization\n system inspired by Trellis graphics, with an emphasis on\n multivariate data. Lattice is sufficient for typical graphics needs,\n and is also flexible enough to handle most nonstandard requirements.\n See ?Lattice for an introduction.", + "Depends": "R (>= 3.0.0)", + "Suggests": "KernSmooth, MASS, latticeExtra", "Imports": "grid, grDevices, graphics, stats, utils", "Enhances": "chron", "LazyLoad": "yes", "LazyData": "yes", "License": "GPL (>= 2)", - "URL": "https://lattice.r-forge.r-project.org/", + "URL": "http://lattice.r-forge.r-project.org/", "BugReports": "https://github.com/deepayan/lattice/issues", "NeedsCompilation": "yes", - "Packaged": "2023-04-05 15:31:40 UTC; deepayan", - "Author": "Deepayan Sarkar [aut, cre] (),\nFelix Andrews [ctb],\nKevin Wright [ctb] (documentation),\nNeil Klepeis [ctb],\nJohan Larsson [ctb] (miscellaneous improvements),\nZhijian (Jason) Wen [cph] (filled contour code),\nPaul Murrell [ctb],\nStefan Eng [ctb] (violin plot improvements),\nAchim Zeileis [ctb] (modern colors)", + "Packaged": "2021-09-22 09:17:07 UTC; deepayan", + "Author": "Deepayan Sarkar [aut, cre] (),\n Felix Andrews [ctb],\n Kevin Wright [ctb] (documentation),\n Neil Klepeis [ctb],\n Johan Larsson [ctb] (colorkey title),\n Paul Murrell [ctb]", "Maintainer": "Deepayan Sarkar ", - "Repository": "RSPM", - "Date/Publication": "2023-04-05 17:43:19 UTC", - "Encoding": "UTF-8", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-04-06 13:18:44 UTC; unix" + "Repository": "CRAN", + "Date/Publication": "2021-09-22 12:10:02 UTC", + "Built": "R 4.2.3; aarch64-apple-darwin20; 2023-03-17 21:13:13 UTC; unix" } }, "lifecycle": { @@ -903,8 +906,8 @@ "Package": "lifecycle", "Title": "Manage the Life Cycle of your Package Functions", "Version": "1.0.3", - "Authors@R": "c(\nperson(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "Manage the life cycle of your exported functions with shared\nconventions, documentation badges, and user-friendly deprecation\nwarnings.", + "Authors@R": "c(\n person(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Manage the life cycle of your exported functions with shared\n conventions, documentation badges, and user-friendly deprecation\n warnings.", "License": "MIT + file LICENSE", "URL": "https://lifecycle.r-lib.org/, https://github.com/r-lib/lifecycle", "BugReports": "https://github.com/r-lib/lifecycle/issues", @@ -918,11 +921,11 @@ "RoxygenNote": "7.2.1", "NeedsCompilation": "no", "Packaged": "2022-10-07 08:50:55 UTC; lionel", - "Author": "Lionel Henry [aut, cre],\nHadley Wickham [aut] (),\nRStudio [cph, fnd]", + "Author": "Lionel Henry [aut, cre],\n Hadley Wickham [aut] (),\n RStudio [cph, fnd]", "Maintainer": "Lionel Henry ", - "Repository": "RSPM", + "Repository": "CRAN", "Date/Publication": "2022-10-07 09:50:02 UTC", - "Built": "R 4.2.0; ; 2022-10-10 11:59:38 UTC; unix" + "Built": "R 4.2.0; ; 2023-04-01 16:39:06 UTC; unix" } }, "magrittr": { @@ -933,8 +936,8 @@ "Package": "magrittr", "Title": "A Forward-Pipe Operator for R", "Version": "2.0.3", - "Authors@R": "c(\nperson(\"Stefan Milton\", \"Bache\", , \"stefan@stefanbache.dk\", role = c(\"aut\", \"cph\"),\ncomment = \"Original author and creator of magrittr\"),\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\nperson(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = \"cre\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "Provides a mechanism for chaining commands with a new\nforward-pipe operator, %>%. This operator will forward a value, or the\nresult of an expression, into the next function call/expression.\nThere is flexible support for the type of right-hand side expressions.\nFor more information, see package vignette. To quote Rene Magritte,\n\"Ceci n'est pas un pipe.\"", + "Authors@R": "c(\n person(\"Stefan Milton\", \"Bache\", , \"stefan@stefanbache.dk\", role = c(\"aut\", \"cph\"),\n comment = \"Original author and creator of magrittr\"),\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\n person(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = \"cre\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Provides a mechanism for chaining commands with a new\n forward-pipe operator, %>%. This operator will forward a value, or the\n result of an expression, into the next function call/expression.\n There is flexible support for the type of right-hand side expressions.\n For more information, see package vignette. To quote Rene Magritte,\n \"Ceci n'est pas un pipe.\"", "License": "MIT + file LICENSE", "URL": "https://magrittr.tidyverse.org,\nhttps://github.com/tidyverse/magrittr", "BugReports": "https://github.com/tidyverse/magrittr/issues", @@ -947,11 +950,12 @@ "RoxygenNote": "7.1.2", "NeedsCompilation": "yes", "Packaged": "2022-03-29 09:34:37 UTC; lionel", - "Author": "Stefan Milton Bache [aut, cph] (Original author and creator of\nmagrittr),\nHadley Wickham [aut],\nLionel Henry [cre],\nRStudio [cph, fnd]", + "Author": "Stefan Milton Bache [aut, cph] (Original author and creator of\n magrittr),\n Hadley Wickham [aut],\n Lionel Henry [cre],\n RStudio [cph, fnd]", "Maintainer": "Lionel Henry ", - "Repository": "RSPM", + "Repository": "CRAN", "Date/Publication": "2022-03-30 07:30:09 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2022-05-06 22:59:18 UTC; unix" + "Built": "R 4.2.0; aarch64-apple-darwin20; 2023-04-01 09:31:09 UTC; unix", + "Archs": "magrittr.so.dSYM" } }, "memoise": { @@ -961,8 +965,8 @@ "Package": "memoise", "Title": "'Memoisation' of Functions", "Version": "2.0.1", - "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\",\nemail = \"hadley@rstudio.com\"),\nperson(given = \"Jim\",\nfamily = \"Hester\",\nrole = \"aut\"),\nperson(given = \"Winston\",\nfamily = \"Chang\",\nrole = c(\"aut\", \"cre\"),\nemail = \"winston@rstudio.com\"),\nperson(given = \"Kirill\",\nfamily = \"Müller\",\nrole = \"aut\",\nemail = \"krlmlr+r@mailbox.org\"),\nperson(given = \"Daniel\",\nfamily = \"Cook\",\nrole = \"aut\",\nemail = \"danielecook@gmail.com\"),\nperson(given = \"Mark\",\nfamily = \"Edmondson\",\nrole = \"ctb\",\nemail = \"r@sunholo.com\"))", - "Description": "Cache the results of a function so that when you\ncall it again with the same arguments it returns the previously computed\nvalue.", + "Authors@R": "\n c(person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\",\n email = \"hadley@rstudio.com\"),\n person(given = \"Jim\",\n family = \"Hester\",\n role = \"aut\"),\n person(given = \"Winston\",\n family = \"Chang\",\n role = c(\"aut\", \"cre\"),\n email = \"winston@rstudio.com\"),\n person(given = \"Kirill\",\n family = \"Müller\",\n role = \"aut\",\n email = \"krlmlr+r@mailbox.org\"),\n person(given = \"Daniel\",\n family = \"Cook\",\n role = \"aut\",\n email = \"danielecook@gmail.com\"),\n person(given = \"Mark\",\n family = \"Edmondson\",\n role = \"ctb\",\n email = \"r@sunholo.com\"))", + "Description": "Cache the results of a function so that when you\n call it again with the same arguments it returns the previously computed\n value.", "License": "MIT + file LICENSE", "URL": "https://memoise.r-lib.org, https://github.com/r-lib/memoise", "BugReports": "https://github.com/r-lib/memoise/issues", @@ -972,11 +976,11 @@ "RoxygenNote": "7.1.2", "NeedsCompilation": "no", "Packaged": "2021-11-24 21:24:50 UTC; jhester", - "Author": "Hadley Wickham [aut],\nJim Hester [aut],\nWinston Chang [aut, cre],\nKirill Müller [aut],\nDaniel Cook [aut],\nMark Edmondson [ctb]", + "Author": "Hadley Wickham [aut],\n Jim Hester [aut],\n Winston Chang [aut, cre],\n Kirill Müller [aut],\n Daniel Cook [aut],\n Mark Edmondson [ctb]", "Maintainer": "Winston Chang ", "Repository": "RSPM", "Date/Publication": "2021-11-26 16:11:10 UTC", - "Built": "R 4.2.0; ; 2022-05-06 22:59:47 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:08:09 UTC; unix" } }, "mgcv": { @@ -984,11 +988,11 @@ "Repository": "https://p3m.dev/cran/latest", "description": { "Package": "mgcv", - "Version": "1.9-0", + "Version": "1.8-42", "Author": "Simon Wood ", "Maintainer": "Simon Wood ", "Title": "Mixed GAM Computation Vehicle with Automatic Smoothness\nEstimation", - "Description": "Generalized additive (mixed) models, some of their extensions and\nother generalized ridge regression with multiple smoothing\nparameter estimation by (Restricted) Marginal Likelihood,\nGeneralized Cross Validation and similar, or using iterated\nnested Laplace approximation for fully Bayesian inference. See\nWood (2017) for an overview.\nIncludes a gam() function, a wide variety of smoothers, 'JAGS'\nsupport and distributions beyond the exponential family.", + "Description": "Generalized additive (mixed) models, some of their extensions and \n other generalized ridge regression with multiple smoothing \n parameter estimation by (Restricted) Marginal Likelihood, \n Generalized Cross Validation and similar, or using iterated \n nested Laplace approximation for fully Bayesian inference. See \n Wood (2017) for an overview. \n Includes a gam() function, a wide variety of smoothers, 'JAGS' \n support and distributions beyond the exponential family. ", "Priority": "recommended", "Depends": "R (>= 3.6.0), nlme (>= 3.1-64)", "Imports": "methods, stats, graphics, Matrix, splines, utils", @@ -997,11 +1001,10 @@ "ByteCompile": "yes", "License": "GPL (>= 2)", "NeedsCompilation": "yes", - "Packaged": "2023-07-07 06:01:32 UTC; sw283", - "Repository": "RSPM", - "Date/Publication": "2023-07-11 08:40:18 UTC", - "Encoding": "UTF-8", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-07-12 11:09:23 UTC; unix" + "Packaged": "2023-02-25 13:11:36 UTC; sw283", + "Repository": "CRAN", + "Date/Publication": "2023-03-02 12:20:05 UTC", + "Built": "R 4.2.3; aarch64-apple-darwin20; 2023-03-17 21:13:45 UTC; unix" } }, "mime": { @@ -1012,8 +1015,8 @@ "Type": "Package", "Title": "Map Filenames to MIME Types", "Version": "0.12", - "Authors@R": "c(\nperson(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(\"Jeffrey\", \"Horner\", role = \"ctb\"),\nperson(\"Beilei\", \"Bian\", role = \"ctb\")\n)", - "Description": "Guesses the MIME type from a filename extension using the data\nderived from /etc/mime.types in UNIX-type systems.", + "Authors@R": "c(\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Jeffrey\", \"Horner\", role = \"ctb\"),\n person(\"Beilei\", \"Bian\", role = \"ctb\")\n )", + "Description": "Guesses the MIME type from a filename extension using the data\n derived from /etc/mime.types in UNIX-type systems.", "Imports": "tools", "License": "GPL", "URL": "https://github.com/yihui/mime", @@ -1022,11 +1025,11 @@ "Encoding": "UTF-8", "NeedsCompilation": "yes", "Packaged": "2021-09-28 02:06:04 UTC; yihui", - "Author": "Yihui Xie [aut, cre] (),\nJeffrey Horner [ctb],\nBeilei Bian [ctb]", + "Author": "Yihui Xie [aut, cre] (),\n Jeffrey Horner [ctb],\n Beilei Bian [ctb]", "Maintainer": "Yihui Xie ", "Repository": "RSPM", "Date/Publication": "2021-09-28 05:00:05 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2022-05-06 22:44:03 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:07:40 UTC; unix" } }, "munsell": { @@ -1039,7 +1042,7 @@ "Version": "0.5.0", "Author": "Charlotte Wickham ", "Maintainer": "Charlotte Wickham ", - "Description": "Provides easy access to, and manipulation of, the Munsell\ncolours. Provides a mapping between Munsell's\noriginal notation (e.g. \"5R 5/10\") and hexadecimal strings suitable\nfor use directly in R graphics. Also provides utilities\nto explore slices through the Munsell colour tree, to transform\nMunsell colours and display colour palettes.", + "Description": "Provides easy access to, and manipulation of, the Munsell \n colours. Provides a mapping between Munsell's \n original notation (e.g. \"5R 5/10\") and hexadecimal strings suitable \n for use directly in R graphics. Also provides utilities \n to explore slices through the Munsell colour tree, to transform \n Munsell colours and display colour palettes.", "Suggests": "ggplot2, testthat", "Imports": "colorspace, methods", "License": "MIT + file LICENSE", @@ -1050,7 +1053,7 @@ "Repository": "RSPM", "Date/Publication": "2018-06-12 04:29:06 UTC", "Encoding": "UTF-8", - "Built": "R 4.2.0; ; 2022-05-06 22:42:19 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:07:24 UTC; unix" } }, "nlme": { @@ -1062,7 +1065,7 @@ "Date": "2023-01-30", "Priority": "recommended", "Title": "Linear and Nonlinear Mixed Effects Models", - "Authors@R": "c(person(\"José\", \"Pinheiro\", role = \"aut\", comment = \"S version\"),\nperson(\"Douglas\", \"Bates\", role = \"aut\", comment = \"up to 2007\"),\nperson(\"Saikat\", \"DebRoy\", role = \"ctb\", comment = \"up to 2002\"),\nperson(\"Deepayan\", \"Sarkar\", role = \"ctb\", comment = \"up to 2005\"),\nperson(\"EISPACK authors\", role = \"ctb\", comment = \"src/rs.f\"),\nperson(\"Siem\", \"Heisterkamp\", role = \"ctb\", comment = \"Author fixed sigma\"),\nperson(\"Bert\", \"Van Willigen\",role = \"ctb\", comment = \"Programmer fixed sigma\"),\nperson(\"Johannes\", \"Ranke\", role = \"ctb\", comment = \"varConstProp()\"),\nperson(\"R Core Team\", email = \"R-core@R-project.org\",\nrole = c(\"aut\", \"cre\")))", + "Authors@R": "c(person(\"José\", \"Pinheiro\", role = \"aut\", comment = \"S version\"),\n person(\"Douglas\", \"Bates\", role = \"aut\", comment = \"up to 2007\"),\n person(\"Saikat\", \"DebRoy\", role = \"ctb\", comment = \"up to 2002\"),\n person(\"Deepayan\", \"Sarkar\", role = \"ctb\", comment = \"up to 2005\"),\n person(\"EISPACK authors\", role = \"ctb\", comment = \"src/rs.f\"),\n\t person(\"Siem\", \"Heisterkamp\", role = \"ctb\", comment = \"Author fixed sigma\"),\n person(\"Bert\", \"Van Willigen\",role = \"ctb\", comment = \"Programmer fixed sigma\"),\n person(\"Johannes\", \"Ranke\", role = \"ctb\", comment = \"varConstProp()\"),\n\t person(\"R Core Team\", email = \"R-core@R-project.org\",\n role = c(\"aut\", \"cre\")))", "Contact": "see 'MailingList'", "Description": "Fit and compare Gaussian linear and nonlinear mixed-effects models.", "Depends": "R (>= 3.5.0)", @@ -1076,11 +1079,12 @@ "URL": "https://svn.r-project.org/R-packages/trunk/nlme/", "NeedsCompilation": "yes", "Packaged": "2023-01-31 08:57:23 UTC; maechler", - "Author": "José Pinheiro [aut] (S version),\nDouglas Bates [aut] (up to 2007),\nSaikat DebRoy [ctb] (up to 2002),\nDeepayan Sarkar [ctb] (up to 2005),\nEISPACK authors [ctb] (src/rs.f),\nSiem Heisterkamp [ctb] (Author fixed sigma),\nBert Van Willigen [ctb] (Programmer fixed sigma),\nJohannes Ranke [ctb] (varConstProp()),\nR Core Team [aut, cre]", + "Author": "José Pinheiro [aut] (S version),\n Douglas Bates [aut] (up to 2007),\n Saikat DebRoy [ctb] (up to 2002),\n Deepayan Sarkar [ctb] (up to 2005),\n EISPACK authors [ctb] (src/rs.f),\n Siem Heisterkamp [ctb] (Author fixed sigma),\n Bert Van Willigen [ctb] (Programmer fixed sigma),\n Johannes Ranke [ctb] (varConstProp()),\n R Core Team [aut, cre]", "Maintainer": "R Core Team ", "Repository": "CRAN", "Date/Publication": "2023-01-31 16:50:09 UTC", - "Built": "R 4.2.3; x86_64-pc-linux-gnu; 2023-03-15 09:07:28 UTC; unix" + "Built": "R 4.2.0; aarch64-apple-darwin20; 2023-04-10 22:12:21 UTC; unix", + "Archs": "nlme.so.dSYM" } }, "palmerpenguins": { @@ -1091,8 +1095,8 @@ "Title": "Palmer Archipelago (Antarctica) Penguin Data", "Version": "0.1.1", "Date": "2022-08-12", - "Authors@R": "c(\nperson(given = \"Allison\",\nfamily = \"Horst\",\nrole = c(\"aut\", \"cre\"),\nemail = \"ahorst@ucsb.edu\",\ncomment = c(ORCID = \"0000-0002-6047-5564\")),\nperson(given = \"Alison\",\nfamily = \"Hill\",\nrole = c(\"aut\"),\nemail = \"apresstats@gmail.com\",\ncomment = c(ORCID = \"0000-0002-8082-1890\")),\nperson(given = \"Kristen\",\nfamily = \"Gorman\",\nrole = c(\"aut\"),\nemail = \"kbgorman@alaska.edu\",\ncomment = c(ORCID = \"0000-0002-0258-9264\"))\n)", - "Description": "Size measurements, clutch observations, and blood isotope ratios for adult foraging Adélie, Chinstrap, and Gentoo penguins observed on islands in the Palmer Archipelago near Palmer Station, Antarctica. Data were collected and made available by Dr. Kristen Gorman and the Palmer Station Long Term Ecological Research (LTER) Program.", + "Authors@R": "c(\n person(given = \"Allison\",\n family = \"Horst\",\n role = c(\"aut\", \"cre\"),\n email = \"ahorst@ucsb.edu\",\n comment = c(ORCID = \"0000-0002-6047-5564\")),\n person(given = \"Alison\",\n family = \"Hill\",\n role = c(\"aut\"),\n email = \"apresstats@gmail.com\",\n comment = c(ORCID = \"0000-0002-8082-1890\")),\n person(given = \"Kristen\",\n family = \"Gorman\",\n role = c(\"aut\"),\n email = \"kbgorman@alaska.edu\",\n comment = c(ORCID = \"0000-0002-0258-9264\"))\n )", + "Description": "Size measurements, clutch observations, and blood isotope ratios for adult foraging Adélie, Chinstrap, and Gentoo penguins observed on islands in the Palmer Archipelago near Palmer Station, Antarctica. Data were collected and made available by Dr. Kristen Gorman and the Palmer Station Long Term Ecological Research (LTER) Program. ", "License": "CC0", "Encoding": "UTF-8", "LazyData": "true", @@ -1103,11 +1107,11 @@ "BugReports": "https://github.com/allisonhorst/palmerpenguins/issues", "NeedsCompilation": "no", "Packaged": "2022-08-13 17:49:08 UTC; allison", - "Author": "Allison Horst [aut, cre] (),\nAlison Hill [aut] (),\nKristen Gorman [aut] ()", + "Author": "Allison Horst [aut, cre] (),\n Alison Hill [aut] (),\n Kristen Gorman [aut] ()", "Maintainer": "Allison Horst ", "Repository": "RSPM", "Date/Publication": "2022-08-15 07:40:07 UTC", - "Built": "R 4.2.0; ; 2022-08-16 11:16:46 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:15:12 UTC; unix" } }, "pillar": { @@ -1117,8 +1121,8 @@ "Package": "pillar", "Title": "Coloured Formatting for Columns", "Version": "1.9.0", - "Authors@R": "c(person(given = \"Kirill\",\nfamily = \"M\\u00fcller\",\nrole = c(\"aut\", \"cre\"),\nemail = \"kirill@cynkra.com\",\ncomment = c(ORCID = \"0000-0002-1416-3412\")),\nperson(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\"),\nperson(given = \"RStudio\",\nrole = \"cph\"))", - "Description": "Provides 'pillar' and 'colonnade' generics designed\nfor formatting columns of data using the full range of colours\nprovided by modern terminals.", + "Authors@R": "\n c(person(given = \"Kirill\",\n family = \"M\\u00fcller\",\n role = c(\"aut\", \"cre\"),\n email = \"kirill@cynkra.com\",\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\"),\n person(given = \"RStudio\",\n role = \"cph\"))", + "Description": "Provides 'pillar' and 'colonnade' generics designed\n for formatting columns of data using the full range of colours\n provided by modern terminals.", "License": "MIT + file LICENSE", "URL": "https://pillar.r-lib.org/, https://github.com/r-lib/pillar", "BugReports": "https://github.com/r-lib/pillar/issues", @@ -1136,11 +1140,11 @@ "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "no", "Packaged": "2023-03-21 08:42:46 UTC; kirill", - "Author": "Kirill Müller [aut, cre] (),\nHadley Wickham [aut],\nRStudio [cph]", + "Author": "Kirill Müller [aut, cre] (),\n Hadley Wickham [aut],\n RStudio [cph]", "Maintainer": "Kirill Müller ", "Repository": "RSPM", "Date/Publication": "2023-03-22 08:10:02 UTC", - "Built": "R 4.2.0; ; 2023-03-23 11:25:15 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:10:34 UTC; unix" } }, "pkgconfig": { @@ -1152,7 +1156,7 @@ "Version": "2.0.3", "Author": "Gábor Csárdi", "Maintainer": "Gábor Csárdi ", - "Description": "Set configuration options on a per-package basis.\nOptions set by a given package only apply to that package,\nother packages are unaffected.", + "Description": "Set configuration options on a per-package basis.\n Options set by a given package only apply to that package,\n other packages are unaffected.", "License": "MIT + file LICENSE", "LazyData": "true", "Imports": "utils", @@ -1164,37 +1168,37 @@ "Packaged": "2019-09-22 08:42:40 UTC; gaborcsardi", "Repository": "RSPM", "Date/Publication": "2019-09-22 09:20:02 UTC", - "Built": "R 4.2.0; ; 2022-05-06 22:44:10 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:10:37 UTC; unix" } }, "promises": { "Source": "CRAN", "Repository": "https://p3m.dev/cran/latest", "description": { - "Package": "promises", "Type": "Package", + "Package": "promises", "Title": "Abstractions for Promise-Based Asynchronous Programming", - "Version": "1.2.0.1", - "Authors@R": "c(\nperson(\"Joe\", \"Cheng\", email = \"joe@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "Provides fundamental abstractions for doing asynchronous programming\nin R using promises. Asynchronous programming is useful for allowing a single\nR process to orchestrate multiple tasks in the background while also attending\nto something else. Semantics are similar to 'JavaScript' promises, but with a\nsyntax that is idiomatic R.", + "Version": "1.2.1", + "Authors@R": "c(\n person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Provides fundamental abstractions for doing asynchronous\n programming in R using promises. Asynchronous programming is useful\n for allowing a single R process to orchestrate multiple tasks in the\n background while also attending to something else. Semantics are\n similar to 'JavaScript' promises, but with a syntax that is idiomatic\n R.", "License": "MIT + file LICENSE", - "Imports": "R6, Rcpp, later, rlang, stats, magrittr", - "Suggests": "testthat, future (>= 1.21.0), fastmap (>= 1.1.0), purrr,\nknitr, rmarkdown, vembedr, spelling", - "LinkingTo": "later, Rcpp", - "RoxygenNote": "7.1.1", - "Encoding": "UTF-8", - "LazyData": "true", - "VignetteBuilder": "knitr", "URL": "https://rstudio.github.io/promises/,\nhttps://github.com/rstudio/promises", "BugReports": "https://github.com/rstudio/promises/issues", + "Imports": "fastmap (>= 1.1.0), later, magrittr (>= 1.5), R6, Rcpp, rlang,\nstats", + "Suggests": "future (>= 1.21.0), knitr, purrr, rmarkdown, spelling,\ntestthat, vembedr", + "LinkingTo": "later, Rcpp", + "VignetteBuilder": "knitr", + "Config/Needs/website": "rsconnect", + "Encoding": "UTF-8", "Language": "en-US", + "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2021-02-11 18:18:47 UTC; barret", - "Author": "Joe Cheng [aut, cre],\nRStudio [cph, fnd]", - "Maintainer": "Joe Cheng ", + "Packaged": "2023-08-09 20:29:25 UTC; garrick", + "Author": "Joe Cheng [aut, cre],\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Joe Cheng ", "Repository": "RSPM", - "Date/Publication": "2021-02-11 19:00:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-05-03 11:24:29 UTC; unix" + "Date/Publication": "2023-08-10 16:00:02 UTC", + "Built": "R 4.2.3; aarch64-apple-darwin20; 2023-09-06 18:26:43 UTC; unix" } }, "rappdirs": { @@ -1205,8 +1209,8 @@ "Package": "rappdirs", "Title": "Application Directories: Determine Where to Save Data, Caches,\nand Logs", "Version": "0.3.3", - "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = c(\"trl\", \"cre\", \"cph\"),\nemail = \"hadley@rstudio.com\"),\nperson(given = \"RStudio\",\nrole = \"cph\"),\nperson(given = \"Sridhar\",\nfamily = \"Ratnakumar\",\nrole = \"aut\"),\nperson(given = \"Trent\",\nfamily = \"Mick\",\nrole = \"aut\"),\nperson(given = \"ActiveState\",\nrole = \"cph\",\ncomment = \"R/appdir.r, R/cache.r, R/data.r, R/log.r translated from appdirs\"),\nperson(given = \"Eddy\",\nfamily = \"Petrisor\",\nrole = \"ctb\"),\nperson(given = \"Trevor\",\nfamily = \"Davis\",\nrole = c(\"trl\", \"aut\")),\nperson(given = \"Gabor\",\nfamily = \"Csardi\",\nrole = \"ctb\"),\nperson(given = \"Gregory\",\nfamily = \"Jefferis\",\nrole = \"ctb\"))", - "Description": "An easy way to determine which directories on the\nusers computer you should use to save data, caches and logs. A port of\nPython's 'Appdirs' () to\nR.", + "Authors@R": "\n c(person(given = \"Hadley\",\n family = \"Wickham\",\n role = c(\"trl\", \"cre\", \"cph\"),\n email = \"hadley@rstudio.com\"),\n person(given = \"RStudio\",\n role = \"cph\"),\n person(given = \"Sridhar\",\n family = \"Ratnakumar\",\n role = \"aut\"),\n person(given = \"Trent\",\n family = \"Mick\",\n role = \"aut\"),\n person(given = \"ActiveState\",\n role = \"cph\",\n comment = \"R/appdir.r, R/cache.r, R/data.r, R/log.r translated from appdirs\"),\n person(given = \"Eddy\",\n family = \"Petrisor\",\n role = \"ctb\"),\n person(given = \"Trevor\",\n family = \"Davis\",\n role = c(\"trl\", \"aut\")),\n person(given = \"Gabor\",\n family = \"Csardi\",\n role = \"ctb\"),\n person(given = \"Gregory\",\n family = \"Jefferis\",\n role = \"ctb\"))", + "Description": "An easy way to determine which directories on the\n users computer you should use to save data, caches and logs. A port of\n Python's 'Appdirs' () to\n R.", "License": "MIT + file LICENSE", "URL": "https://rappdirs.r-lib.org, https://github.com/r-lib/rappdirs", "BugReports": "https://github.com/r-lib/rappdirs/issues", @@ -1218,11 +1222,11 @@ "Config/testthat/edition": "3", "NeedsCompilation": "yes", "Packaged": "2021-01-28 22:29:57 UTC; hadley", - "Author": "Hadley Wickham [trl, cre, cph],\nRStudio [cph],\nSridhar Ratnakumar [aut],\nTrent Mick [aut],\nActiveState [cph] (R/appdir.r, R/cache.r, R/data.r, R/log.r translated\nfrom appdirs),\nEddy Petrisor [ctb],\nTrevor Davis [trl, aut],\nGabor Csardi [ctb],\nGregory Jefferis [ctb]", + "Author": "Hadley Wickham [trl, cre, cph],\n RStudio [cph],\n Sridhar Ratnakumar [aut],\n Trent Mick [aut],\n ActiveState [cph] (R/appdir.r, R/cache.r, R/data.r, R/log.r translated\n from appdirs),\n Eddy Petrisor [ctb],\n Trevor Davis [trl, aut],\n Gabor Csardi [ctb],\n Gregory Jefferis [ctb]", "Maintainer": "Hadley Wickham ", "Repository": "RSPM", "Date/Publication": "2021-01-31 05:40:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2022-05-06 22:45:16 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:09:26 UTC; unix" } }, "rlang": { @@ -1232,8 +1236,8 @@ "Package": "rlang", "Version": "1.1.1", "Title": "Functions for Base Types and Core R and 'Tidyverse' Features", - "Description": "A toolbox for working with base types, core R features\nlike the condition system, and core 'Tidyverse' features like tidy\nevaluation.", - "Authors@R": "c(\nperson(\"Lionel\", \"Henry\", ,\"lionel@posit.co\", c(\"aut\", \"cre\")),\nperson(\"Hadley\", \"Wickham\", ,\"hadley@posit.co\", \"aut\"),\nperson(given = \"mikefc\",\nemail = \"mikefc@coolbutuseless.com\",\nrole = \"cph\",\ncomment = \"Hash implementation based on Mike's xxhashlite\"),\nperson(given = \"Yann\",\nfamily = \"Collet\",\nrole = \"cph\",\ncomment = \"Author of the embedded xxHash library\"),\nperson(given = \"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "A toolbox for working with base types, core R features\n like the condition system, and core 'Tidyverse' features like tidy\n evaluation.", + "Authors@R": "c(\n person(\"Lionel\", \"Henry\", ,\"lionel@posit.co\", c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", ,\"hadley@posit.co\", \"aut\"),\n person(given = \"mikefc\",\n email = \"mikefc@coolbutuseless.com\", \n role = \"cph\", \n comment = \"Hash implementation based on Mike's xxhashlite\"),\n person(given = \"Yann\",\n family = \"Collet\",\n role = \"cph\", \n comment = \"Author of the embedded xxHash library\"),\n person(given = \"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", "License": "MIT + file LICENSE", "ByteCompile": "true", "Biarch": "true", @@ -1249,11 +1253,12 @@ "Config/Needs/website": "dplyr, tidyverse/tidytemplate", "NeedsCompilation": "yes", "Packaged": "2023-04-28 10:48:43 UTC; lionel", - "Author": "Lionel Henry [aut, cre],\nHadley Wickham [aut],\nmikefc [cph] (Hash implementation based on Mike's xxhashlite),\nYann Collet [cph] (Author of the embedded xxHash library),\nPosit, PBC [cph, fnd]", + "Author": "Lionel Henry [aut, cre],\n Hadley Wickham [aut],\n mikefc [cph] (Hash implementation based on Mike's xxhashlite),\n Yann Collet [cph] (Author of the embedded xxHash library),\n Posit, PBC [cph, fnd]", "Maintainer": "Lionel Henry ", - "Repository": "RSPM", + "Repository": "CRAN", "Date/Publication": "2023-04-28 22:30:03 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-05-01 11:17:24 UTC; unix" + "Built": "R 4.2.0; aarch64-apple-darwin20; 2023-04-28 23:18:58 UTC; unix", + "Archs": "rlang.so.dSYM" } }, "sass": { @@ -1264,8 +1269,8 @@ "Package": "sass", "Version": "0.4.7", "Title": "Syntactically Awesome Style Sheets ('Sass')", - "Description": "An 'SCSS' compiler, powered by the 'LibSass' library. With this,\nR developers can use variables, inheritance, and functions to generate\ndynamic style sheets. The package uses the 'Sass CSS' extension language,\nwhich is stable, powerful, and CSS compatible.", - "Authors@R": "c(\nperson(\"Joe\", \"Cheng\", , \"joe@rstudio.com\", \"aut\"),\nperson(\"Timothy\", \"Mastny\", , \"tim.mastny@gmail.com\", \"aut\"),\nperson(\"Richard\", \"Iannone\", , \"rich@rstudio.com\", \"aut\",\ncomment = c(ORCID = \"0000-0003-3925-190X\")),\nperson(\"Barret\", \"Schloerke\", , \"barret@rstudio.com\", \"aut\",\ncomment = c(ORCID = \"0000-0001-9986-114X\")),\nperson(\"Carson\", \"Sievert\", , \"carson@rstudio.com\", c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Christophe\", \"Dervieux\", , \"cderv@rstudio.com\", c(\"ctb\"),\ncomment = c(ORCID = \"0000-0003-4474-2498\")),\nperson(family = \"RStudio\", role = c(\"cph\", \"fnd\")),\nperson(family = \"Sass Open Source Foundation\", role = c(\"ctb\", \"cph\"),\ncomment = \"LibSass library\"),\nperson(\"Greter\", \"Marcel\", role = c(\"ctb\", \"cph\"),\ncomment = \"LibSass library\"),\nperson(\"Mifsud\", \"Michael\", role = c(\"ctb\", \"cph\"),\ncomment = \"LibSass library\"),\nperson(\"Hampton\", \"Catlin\", role = c(\"ctb\", \"cph\"),\ncomment = \"LibSass library\"),\nperson(\"Natalie\", \"Weizenbaum\", role = c(\"ctb\", \"cph\"),\ncomment = \"LibSass library\"),\nperson(\"Chris\", \"Eppstein\", role = c(\"ctb\", \"cph\"),\ncomment = \"LibSass library\"),\nperson(\"Adams\", \"Joseph\", role = c(\"ctb\", \"cph\"),\ncomment = \"json.cpp\"),\nperson(\"Trifunovic\", \"Nemanja\", role = c(\"ctb\", \"cph\"),\ncomment = \"utf8.h\")\n)", + "Description": "An 'SCSS' compiler, powered by the 'LibSass' library. With this,\n R developers can use variables, inheritance, and functions to generate\n dynamic style sheets. The package uses the 'Sass CSS' extension language,\n which is stable, powerful, and CSS compatible.", + "Authors@R": "c(\n person(\"Joe\", \"Cheng\", , \"joe@rstudio.com\", \"aut\"),\n person(\"Timothy\", \"Mastny\", , \"tim.mastny@gmail.com\", \"aut\"),\n person(\"Richard\", \"Iannone\", , \"rich@rstudio.com\", \"aut\",\n comment = c(ORCID = \"0000-0003-3925-190X\")),\n person(\"Barret\", \"Schloerke\", , \"barret@rstudio.com\", \"aut\",\n comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(\"Carson\", \"Sievert\", , \"carson@rstudio.com\", c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Christophe\", \"Dervieux\", , \"cderv@rstudio.com\", c(\"ctb\"),\n comment = c(ORCID = \"0000-0003-4474-2498\")),\n person(family = \"RStudio\", role = c(\"cph\", \"fnd\")),\n person(family = \"Sass Open Source Foundation\", role = c(\"ctb\", \"cph\"),\n comment = \"LibSass library\"),\n person(\"Greter\", \"Marcel\", role = c(\"ctb\", \"cph\"),\n comment = \"LibSass library\"),\n person(\"Mifsud\", \"Michael\", role = c(\"ctb\", \"cph\"),\n comment = \"LibSass library\"),\n person(\"Hampton\", \"Catlin\", role = c(\"ctb\", \"cph\"),\n comment = \"LibSass library\"),\n person(\"Natalie\", \"Weizenbaum\", role = c(\"ctb\", \"cph\"),\n comment = \"LibSass library\"),\n person(\"Chris\", \"Eppstein\", role = c(\"ctb\", \"cph\"),\n comment = \"LibSass library\"),\n person(\"Adams\", \"Joseph\", role = c(\"ctb\", \"cph\"),\n comment = \"json.cpp\"),\n person(\"Trifunovic\", \"Nemanja\", role = c(\"ctb\", \"cph\"),\n comment = \"utf8.h\")\n )", "License": "MIT + file LICENSE", "URL": "https://rstudio.github.io/sass/, https://github.com/rstudio/sass", "BugReports": "https://github.com/rstudio/sass/issues", @@ -1278,11 +1283,11 @@ "Config/testthat/edition": "3", "NeedsCompilation": "yes", "Packaged": "2023-07-14 14:57:43 UTC; cpsievert", - "Author": "Joe Cheng [aut],\nTimothy Mastny [aut],\nRichard Iannone [aut] (),\nBarret Schloerke [aut] (),\nCarson Sievert [aut, cre] (),\nChristophe Dervieux [ctb] (),\nRStudio [cph, fnd],\nSass Open Source Foundation [ctb, cph] (LibSass library),\nGreter Marcel [ctb, cph] (LibSass library),\nMifsud Michael [ctb, cph] (LibSass library),\nHampton Catlin [ctb, cph] (LibSass library),\nNatalie Weizenbaum [ctb, cph] (LibSass library),\nChris Eppstein [ctb, cph] (LibSass library),\nAdams Joseph [ctb, cph] (json.cpp),\nTrifunovic Nemanja [ctb, cph] (utf8.h)", + "Author": "Joe Cheng [aut],\n Timothy Mastny [aut],\n Richard Iannone [aut] (),\n Barret Schloerke [aut] (),\n Carson Sievert [aut, cre] (),\n Christophe Dervieux [ctb] (),\n RStudio [cph, fnd],\n Sass Open Source Foundation [ctb, cph] (LibSass library),\n Greter Marcel [ctb, cph] (LibSass library),\n Mifsud Michael [ctb, cph] (LibSass library),\n Hampton Catlin [ctb, cph] (LibSass library),\n Natalie Weizenbaum [ctb, cph] (LibSass library),\n Chris Eppstein [ctb, cph] (LibSass library),\n Adams Joseph [ctb, cph] (json.cpp),\n Trifunovic Nemanja [ctb, cph] (utf8.h)", "Maintainer": "Carson Sievert ", "Repository": "RSPM", "Date/Publication": "2023-07-15 06:20:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-07-17 11:18:26 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:09:28 UTC; unix" } }, "scales": { @@ -1292,8 +1297,8 @@ "Package": "scales", "Title": "Scale Functions for Visualization", "Version": "1.2.1", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Dana\", \"Seidel\", role = \"aut\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "Graphical scales map data to aesthetics, and provide methods\nfor automatically determining breaks and labels for axes and legends.", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"Dana\", \"Seidel\", role = \"aut\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Graphical scales map data to aesthetics, and provide methods\n for automatically determining breaks and labels for axes and legends.", "License": "MIT + file LICENSE", "URL": "https://scales.r-lib.org, https://github.com/r-lib/scales", "BugReports": "https://github.com/r-lib/scales/issues", @@ -1307,11 +1312,11 @@ "Config/testthat/edition": "3", "NeedsCompilation": "no", "Packaged": "2022-08-19 15:35:49 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\nDana Seidel [aut],\nRStudio [cph, fnd]", + "Author": "Hadley Wickham [aut, cre],\n Dana Seidel [aut],\n RStudio [cph, fnd]", "Maintainer": "Hadley Wickham ", "Repository": "RSPM", "Date/Publication": "2022-08-20 00:10:11 UTC", - "Built": "R 4.2.0; ; 2022-08-22 11:40:42 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:07:28 UTC; unix" } }, "shiny": { @@ -1321,14 +1326,14 @@ "Package": "shiny", "Type": "Package", "Title": "Web Application Framework for R", - "Version": "1.7.4.1", - "Authors@R": "c(\nperson(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\", comment = c(ORCID = \"0000-0002-1576-2126\")),\nperson(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\nperson(\"JJ\", \"Allaire\", role = \"aut\", email = \"jj@rstudio.com\"),\nperson(\"Carson\", \"Sievert\", role = \"aut\", email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Barret\", \"Schloerke\", role = \"aut\", email = \"barret@rstudio.com\", comment = c(ORCID = \"0000-0001-9986-114X\")),\nperson(\"Yihui\", \"Xie\", role = \"aut\", email = \"yihui@rstudio.com\"),\nperson(\"Jeff\", \"Allen\", role = \"aut\", email = \"jeff@rstudio.com\"),\nperson(\"Jonathan\", \"McPherson\", role = \"aut\", email = \"jonathan@rstudio.com\"),\nperson(\"Alan\", \"Dipert\", role = \"aut\"),\nperson(\"Barbara\", \"Borges\", role = \"aut\"),\nperson(family = \"RStudio\", role = \"cph\"),\nperson(family = \"jQuery Foundation\", role = \"cph\",\ncomment = \"jQuery library and jQuery UI library\"),\nperson(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\ncomment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"),\nperson(family = \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"),\ncomment = \"jQuery UI library; authors listed in inst/www/shared/jqueryui/AUTHORS.txt\"),\nperson(\"Mark\", \"Otto\", role = \"ctb\",\ncomment = \"Bootstrap library\"),\nperson(\"Jacob\", \"Thornton\", role = \"ctb\",\ncomment = \"Bootstrap library\"),\nperson(family = \"Bootstrap contributors\", role = \"ctb\",\ncomment = \"Bootstrap library\"),\nperson(family = \"Twitter, Inc\", role = \"cph\",\ncomment = \"Bootstrap library\"),\nperson(\"Prem Nawaz\", \"Khan\", role = \"ctb\",\ncomment = \"Bootstrap accessibility plugin\"),\nperson(\"Victor\", \"Tsaran\", role = \"ctb\",\ncomment = \"Bootstrap accessibility plugin\"),\nperson(\"Dennis\", \"Lembree\", role = \"ctb\",\ncomment = \"Bootstrap accessibility plugin\"),\nperson(\"Srinivasu\", \"Chakravarthula\", role = \"ctb\",\ncomment = \"Bootstrap accessibility plugin\"),\nperson(\"Cathy\", \"O'Connor\", role = \"ctb\",\ncomment = \"Bootstrap accessibility plugin\"),\nperson(family = \"PayPal, Inc\", role = \"cph\",\ncomment = \"Bootstrap accessibility plugin\"),\nperson(\"Stefan\", \"Petre\", role = c(\"ctb\", \"cph\"),\ncomment = \"Bootstrap-datepicker library\"),\nperson(\"Andrew\", \"Rowls\", role = c(\"ctb\", \"cph\"),\ncomment = \"Bootstrap-datepicker library\"),\nperson(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"),\ncomment = \"selectize.js library\"),\nperson(\"Salmen\", \"Bejaoui\", role = c(\"ctb\", \"cph\"),\ncomment = \"selectize-plugin-a11y library\"),\nperson(\"Denis\", \"Ineshin\", role = c(\"ctb\", \"cph\"),\ncomment = \"ion.rangeSlider library\"),\nperson(\"Sami\", \"Samhuri\", role = c(\"ctb\", \"cph\"),\ncomment = \"Javascript strftime library\"),\nperson(family = \"SpryMedia Limited\", role = c(\"ctb\", \"cph\"),\ncomment = \"DataTables library\"),\nperson(\"John\", \"Fraser\", role = c(\"ctb\", \"cph\"),\ncomment = \"showdown.js library\"),\nperson(\"John\", \"Gruber\", role = c(\"ctb\", \"cph\"),\ncomment = \"showdown.js library\"),\nperson(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"),\ncomment = \"highlight.js library\"),\nperson(family = \"R Core Team\", role = c(\"ctb\", \"cph\"),\ncomment = \"tar implementation from R\")\n)", - "Description": "Makes it incredibly easy to build interactive web\napplications with R. Automatic \"reactive\" binding between inputs and\noutputs and extensive prebuilt widgets make it possible to build\nbeautiful, responsive, and powerful applications with minimal effort.", + "Version": "1.7.5", + "Authors@R": "c(\n person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@posit.co\", comment = c(ORCID = \"0000-0002-1576-2126\")),\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@posit.co\"),\n person(\"JJ\", \"Allaire\", role = \"aut\", email = \"jj@posit.co\"),\n person(\"Carson\", \"Sievert\", role = \"aut\", email = \"carson@posit.co\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Barret\", \"Schloerke\", role = \"aut\", email = \"barret@posit.co\", comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(\"Yihui\", \"Xie\", role = \"aut\", email = \"yihui@posit.co\"),\n person(\"Jeff\", \"Allen\", role = \"aut\"),\n person(\"Jonathan\", \"McPherson\", role = \"aut\", email = \"jonathan@posit.co\"),\n person(\"Alan\", \"Dipert\", role = \"aut\"),\n person(\"Barbara\", \"Borges\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(family = \"jQuery Foundation\", role = \"cph\",\n comment = \"jQuery library and jQuery UI library\"),\n person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"),\n person(family = \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"jQuery UI library; authors listed in inst/www/shared/jqueryui/AUTHORS.txt\"),\n person(\"Mark\", \"Otto\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(\"Jacob\", \"Thornton\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(family = \"Bootstrap contributors\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(family = \"Twitter, Inc\", role = \"cph\",\n comment = \"Bootstrap library\"),\n person(\"Prem Nawaz\", \"Khan\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Victor\", \"Tsaran\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Dennis\", \"Lembree\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Srinivasu\", \"Chakravarthula\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Cathy\", \"O'Connor\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(family = \"PayPal, Inc\", role = \"cph\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Stefan\", \"Petre\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootstrap-datepicker library\"),\n person(\"Andrew\", \"Rowls\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootstrap-datepicker library\"),\n person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"),\n comment = \"selectize.js library\"),\n person(\"Salmen\", \"Bejaoui\", role = c(\"ctb\", \"cph\"),\n comment = \"selectize-plugin-a11y library\"),\n person(\"Denis\", \"Ineshin\", role = c(\"ctb\", \"cph\"),\n comment = \"ion.rangeSlider library\"),\n person(\"Sami\", \"Samhuri\", role = c(\"ctb\", \"cph\"),\n comment = \"Javascript strftime library\"),\n person(family = \"SpryMedia Limited\", role = c(\"ctb\", \"cph\"),\n comment = \"DataTables library\"),\n person(\"John\", \"Fraser\", role = c(\"ctb\", \"cph\"),\n comment = \"showdown.js library\"),\n person(\"John\", \"Gruber\", role = c(\"ctb\", \"cph\"),\n comment = \"showdown.js library\"),\n person(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"),\n comment = \"highlight.js library\"),\n person(family = \"R Core Team\", role = c(\"ctb\", \"cph\"),\n comment = \"tar implementation from R\")\n )", + "Description": "Makes it incredibly easy to build interactive web\n applications with R. Automatic \"reactive\" binding between inputs and\n outputs and extensive prebuilt widgets make it possible to build\n beautiful, responsive, and powerful applications with minimal effort.", "License": "GPL-3 | file LICENSE", "Depends": "R (>= 3.0.2), methods", - "Imports": "utils, grDevices, httpuv (>= 1.5.2), mime (>= 0.3), jsonlite\n(>= 0.9.16), xtable, fontawesome (>= 0.4.0), htmltools (>=\n0.5.4), R6 (>= 2.0), sourcetools, later (>= 1.0.0), promises\n(>= 1.1.0), tools, crayon, rlang (>= 0.4.10), fastmap (>=\n1.1.0), withr, commonmark (>= 1.7), glue (>= 1.3.2), bslib (>=\n0.3.0), cachem, ellipsis, lifecycle (>= 0.2.0)", + "Imports": "utils, grDevices, httpuv (>= 1.5.2), mime (>= 0.3), jsonlite\n(>= 0.9.16), xtable, fontawesome (>= 0.4.0), htmltools (>=\n0.5.4), R6 (>= 2.0), sourcetools, later (>= 1.0.0), promises\n(>= 1.1.0), tools, crayon, rlang (>= 0.4.10), fastmap (>=\n1.1.1), withr, commonmark (>= 1.7), glue (>= 1.3.2), bslib (>=\n0.3.0), cachem, ellipsis, lifecycle (>= 0.2.0)", "Suggests": "datasets, Cairo (>= 1.5-5), testthat (>= 3.0.0), knitr (>=\n1.6), markdown, rmarkdown, ggplot2, reactlog (>= 1.0.0),\nmagrittr, yaml, future, dygraphs, ragg, showtext, sass", - "URL": "https://shiny.posit.co/", + "URL": "https://shiny.posit.co/, https://github.com/rstudio/shiny", "BugReports": "https://github.com/rstudio/shiny/issues", "Collate": "'globals.R' 'app-state.R' 'app_template.R' 'bind-cache.R'\n'bind-event.R' 'bookmark-state-local.R' 'bookmark-state.R'\n'bootstrap-deprecated.R' 'bootstrap-layout.R' 'conditions.R'\n'map.R' 'utils.R' 'bootstrap.R' 'cache-utils.R' 'deprecated.R'\n'devmode.R' 'diagnose.R' 'fileupload.R' 'graph.R' 'reactives.R'\n'reactive-domains.R' 'history.R' 'hooks.R' 'html-deps.R'\n'image-interact-opts.R' 'image-interact.R' 'imageutils.R'\n'input-action.R' 'input-checkbox.R' 'input-checkboxgroup.R'\n'input-date.R' 'input-daterange.R' 'input-file.R'\n'input-numeric.R' 'input-password.R' 'input-radiobuttons.R'\n'input-select.R' 'input-slider.R' 'input-submit.R'\n'input-text.R' 'input-textarea.R' 'input-utils.R'\n'insert-tab.R' 'insert-ui.R' 'jqueryui.R' 'knitr.R'\n'middleware-shiny.R' 'middleware.R' 'timer.R' 'shiny.R'\n'mock-session.R' 'modal.R' 'modules.R' 'notifications.R'\n'priorityqueue.R' 'progress.R' 'react.R' 'reexports.R'\n'render-cached-plot.R' 'render-plot.R' 'render-table.R'\n'run-url.R' 'runapp.R' 'serializers.R'\n'server-input-handlers.R' 'server-resource-paths.R' 'server.R'\n'shiny-options.R' 'shiny-package.R' 'shinyapp.R' 'shinyui.R'\n'shinywrappers.R' 'showcase.R' 'snapshot.R' 'staticimports.R'\n'tar.R' 'test-export.R' 'test-server.R' 'test.R'\n'update-input.R' 'utils-lang.R' 'version_bs_date_picker.R'\n'version_ion_range_slider.R' 'version_jquery.R'\n'version_jqueryui.R' 'version_selectize.R' 'version_strftime.R'\n'viewer.R'", "RoxygenNote": "7.2.3", @@ -1337,12 +1342,12 @@ "Config/testthat/edition": "3", "Config/Needs/check": "shinytest2", "NeedsCompilation": "no", - "Packaged": "2023-07-03 17:48:43 UTC; winston", - "Author": "Winston Chang [aut, cre] (),\nJoe Cheng [aut],\nJJ Allaire [aut],\nCarson Sievert [aut] (),\nBarret Schloerke [aut] (),\nYihui Xie [aut],\nJeff Allen [aut],\nJonathan McPherson [aut],\nAlan Dipert [aut],\nBarbara Borges [aut],\nRStudio [cph],\njQuery Foundation [cph] (jQuery library and jQuery UI library),\njQuery contributors [ctb, cph] (jQuery library; authors listed in\ninst/www/shared/jquery-AUTHORS.txt),\njQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in\ninst/www/shared/jqueryui/AUTHORS.txt),\nMark Otto [ctb] (Bootstrap library),\nJacob Thornton [ctb] (Bootstrap library),\nBootstrap contributors [ctb] (Bootstrap library),\nTwitter, Inc [cph] (Bootstrap library),\nPrem Nawaz Khan [ctb] (Bootstrap accessibility plugin),\nVictor Tsaran [ctb] (Bootstrap accessibility plugin),\nDennis Lembree [ctb] (Bootstrap accessibility plugin),\nSrinivasu Chakravarthula [ctb] (Bootstrap accessibility plugin),\nCathy O'Connor [ctb] (Bootstrap accessibility plugin),\nPayPal, Inc [cph] (Bootstrap accessibility plugin),\nStefan Petre [ctb, cph] (Bootstrap-datepicker library),\nAndrew Rowls [ctb, cph] (Bootstrap-datepicker library),\nBrian Reavis [ctb, cph] (selectize.js library),\nSalmen Bejaoui [ctb, cph] (selectize-plugin-a11y library),\nDenis Ineshin [ctb, cph] (ion.rangeSlider library),\nSami Samhuri [ctb, cph] (Javascript strftime library),\nSpryMedia Limited [ctb, cph] (DataTables library),\nJohn Fraser [ctb, cph] (showdown.js library),\nJohn Gruber [ctb, cph] (showdown.js library),\nIvan Sagalaev [ctb, cph] (highlight.js library),\nR Core Team [ctb, cph] (tar implementation from R)", - "Maintainer": "Winston Chang ", + "Packaged": "2023-08-11 15:54:00 UTC; cpsievert", + "Author": "Winston Chang [aut, cre] (),\n Joe Cheng [aut],\n JJ Allaire [aut],\n Carson Sievert [aut] (),\n Barret Schloerke [aut] (),\n Yihui Xie [aut],\n Jeff Allen [aut],\n Jonathan McPherson [aut],\n Alan Dipert [aut],\n Barbara Borges [aut],\n Posit Software, PBC [cph, fnd],\n jQuery Foundation [cph] (jQuery library and jQuery UI library),\n jQuery contributors [ctb, cph] (jQuery library; authors listed in\n inst/www/shared/jquery-AUTHORS.txt),\n jQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in\n inst/www/shared/jqueryui/AUTHORS.txt),\n Mark Otto [ctb] (Bootstrap library),\n Jacob Thornton [ctb] (Bootstrap library),\n Bootstrap contributors [ctb] (Bootstrap library),\n Twitter, Inc [cph] (Bootstrap library),\n Prem Nawaz Khan [ctb] (Bootstrap accessibility plugin),\n Victor Tsaran [ctb] (Bootstrap accessibility plugin),\n Dennis Lembree [ctb] (Bootstrap accessibility plugin),\n Srinivasu Chakravarthula [ctb] (Bootstrap accessibility plugin),\n Cathy O'Connor [ctb] (Bootstrap accessibility plugin),\n PayPal, Inc [cph] (Bootstrap accessibility plugin),\n Stefan Petre [ctb, cph] (Bootstrap-datepicker library),\n Andrew Rowls [ctb, cph] (Bootstrap-datepicker library),\n Brian Reavis [ctb, cph] (selectize.js library),\n Salmen Bejaoui [ctb, cph] (selectize-plugin-a11y library),\n Denis Ineshin [ctb, cph] (ion.rangeSlider library),\n Sami Samhuri [ctb, cph] (Javascript strftime library),\n SpryMedia Limited [ctb, cph] (DataTables library),\n John Fraser [ctb, cph] (showdown.js library),\n John Gruber [ctb, cph] (showdown.js library),\n Ivan Sagalaev [ctb, cph] (highlight.js library),\n R Core Team [ctb, cph] (tar implementation from R)", + "Maintainer": "Winston Chang ", "Repository": "RSPM", - "Date/Publication": "2023-07-06 12:30:03 UTC", - "Built": "R 4.2.0; ; 2023-07-10 03:24:44 UTC; unix" + "Date/Publication": "2023-08-12 17:00:02 UTC", + "Built": "R 4.2.3; ; 2023-09-06 18:29:26 UTC; unix" } }, "shinydashboard": { @@ -1352,8 +1357,8 @@ "Package": "shinydashboard", "Title": "Create Dashboards with 'Shiny'", "Version": "0.7.2", - "Authors@R": "c(\nperson(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\"),\nperson(\"Barbara\", \"Borges Ribeiro\", role = \"aut\", email = \"barbara@rstudio.com\"),\nperson(family = \"RStudio\", role = \"cph\"),\nperson(family = \"Almasaeed Studio\", role = c(\"ctb\", \"cph\"), comment = \"AdminLTE theme for Bootstrap\"),\nperson(family = \"Adobe Systems Incorporated\", role = c(\"ctb\", \"cph\"), comment = \"Source Sans Pro font\")\n)", - "Description": "Create dashboards with 'Shiny'. This package provides\na theme on top of 'Shiny', making it easy to create attractive dashboards.", + "Authors@R": "c(\n person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\"),\n person(\"Barbara\", \"Borges Ribeiro\", role = \"aut\", email = \"barbara@rstudio.com\"),\n person(family = \"RStudio\", role = \"cph\"),\n person(family = \"Almasaeed Studio\", role = c(\"ctb\", \"cph\"), comment = \"AdminLTE theme for Bootstrap\"),\n person(family = \"Adobe Systems Incorporated\", role = c(\"ctb\", \"cph\"), comment = \"Source Sans Pro font\")\n )", + "Description": "Create dashboards with 'Shiny'. This package provides\n a theme on top of 'Shiny', making it easy to create attractive dashboards.", "URL": "http://rstudio.github.io/shinydashboard/", "Depends": "R (>= 3.0)", "License": "GPL (>= 2) | file LICENSE", @@ -1362,12 +1367,12 @@ "RoxygenNote": "6.0.1.9000", "NeedsCompilation": "no", "Packaged": "2021-09-29 17:40:23 UTC; winston", - "Author": "Winston Chang [aut, cre],\nBarbara Borges Ribeiro [aut],\nRStudio [cph],\nAlmasaeed Studio [ctb, cph] (AdminLTE theme for Bootstrap),\nAdobe Systems Incorporated [ctb, cph] (Source Sans Pro font)", + "Author": "Winston Chang [aut, cre],\n Barbara Borges Ribeiro [aut],\n RStudio [cph],\n Almasaeed Studio [ctb, cph] (AdminLTE theme for Bootstrap),\n Adobe Systems Incorporated [ctb, cph] (Source Sans Pro font)", "Maintainer": "Winston Chang ", "Repository": "RSPM", "Date/Publication": "2021-09-30 12:10:06 UTC", "Encoding": "UTF-8", - "Built": "R 4.2.0; ; 2022-05-09 22:21:36 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:15:14 UTC; unix" } }, "sourcetools": { @@ -1380,7 +1385,7 @@ "Version": "0.1.7-1", "Author": "Kevin Ushey", "Maintainer": "Kevin Ushey ", - "Description": "Tools for the reading and tokenization of R code. The\n'sourcetools' package provides both an R and C++ interface for the tokenization\nof R code, and helpers for interacting with the tokenized representation of R\ncode.", + "Description": "Tools for the reading and tokenization of R code. The\n 'sourcetools' package provides both an R and C++ interface for the tokenization\n of R code, and helpers for interacting with the tokenized representation of R\n code.", "License": "MIT + file LICENSE", "Depends": "R (>= 3.0.2)", "Suggests": "testthat", @@ -1391,7 +1396,7 @@ "Packaged": "2023-01-31 18:03:04 UTC; kevin", "Repository": "RSPM", "Date/Publication": "2023-02-01 10:10:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-02-02 18:54:51 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:13:44 UTC; unix" } }, "tibble": { @@ -1401,8 +1406,8 @@ "Package": "tibble", "Title": "Simple Data Frames", "Version": "3.2.1", - "Authors@R": "c(person(given = \"Kirill\",\nfamily = \"M\\u00fcller\",\nrole = c(\"aut\", \"cre\"),\nemail = \"kirill@cynkra.com\",\ncomment = c(ORCID = \"0000-0002-1416-3412\")),\nperson(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\",\nemail = \"hadley@rstudio.com\"),\nperson(given = \"Romain\",\nfamily = \"Francois\",\nrole = \"ctb\",\nemail = \"romain@r-enthusiasts.com\"),\nperson(given = \"Jennifer\",\nfamily = \"Bryan\",\nrole = \"ctb\",\nemail = \"jenny@rstudio.com\"),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", - "Description": "Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the traditional\ndata frame.", + "Authors@R": "\n c(person(given = \"Kirill\",\n family = \"M\\u00fcller\",\n role = c(\"aut\", \"cre\"),\n email = \"kirill@cynkra.com\",\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\",\n email = \"hadley@rstudio.com\"),\n person(given = \"Romain\",\n family = \"Francois\",\n role = \"ctb\",\n email = \"romain@r-enthusiasts.com\"),\n person(given = \"Jennifer\",\n family = \"Bryan\",\n role = \"ctb\",\n email = \"jenny@rstudio.com\"),\n person(given = \"RStudio\",\n role = c(\"cph\", \"fnd\")))", + "Description": "Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the traditional\n data frame.", "License": "MIT + file LICENSE", "URL": "https://tibble.tidyverse.org/, https://github.com/tidyverse/tibble", "BugReports": "https://github.com/tidyverse/tibble/issues", @@ -1421,11 +1426,11 @@ "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "yes", "Packaged": "2023-03-19 09:23:10 UTC; kirill", - "Author": "Kirill Müller [aut, cre] (),\nHadley Wickham [aut],\nRomain Francois [ctb],\nJennifer Bryan [ctb],\nRStudio [cph, fnd]", + "Author": "Kirill Müller [aut, cre] (),\n Hadley Wickham [aut],\n Romain Francois [ctb],\n Jennifer Bryan [ctb],\n RStudio [cph, fnd]", "Maintainer": "Kirill Müller ", "Repository": "RSPM", "Date/Publication": "2023-03-20 06:30:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-03-21 11:14:55 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:10:38 UTC; unix" } }, "tidyselect": { @@ -1435,8 +1440,8 @@ "Package": "tidyselect", "Title": "Select from a Set of Strings", "Version": "1.2.0", - "Authors@R": "c(\nperson(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "A backend for the selecting functions of the 'tidyverse'. It\nmakes it easy to implement select-like functions in your own packages\nin a way that is consistent with other 'tidyverse' interfaces for\nselection.", + "Authors@R": "c(\n person(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "A backend for the selecting functions of the 'tidyverse'. It\n makes it easy to implement select-like functions in your own packages\n in a way that is consistent with other 'tidyverse' interfaces for\n selection.", "License": "MIT + file LICENSE", "URL": "https://tidyselect.r-lib.org, https://github.com/r-lib/tidyselect", "BugReports": "https://github.com/r-lib/tidyselect/issues", @@ -1451,11 +1456,11 @@ "RoxygenNote": "7.2.1", "NeedsCompilation": "no", "Packaged": "2022-10-10 14:09:03 UTC; hadleywickham", - "Author": "Lionel Henry [aut, cre],\nHadley Wickham [aut],\nRStudio [cph, fnd]", + "Author": "Lionel Henry [aut, cre],\n Hadley Wickham [aut],\n RStudio [cph, fnd]", "Maintainer": "Lionel Henry ", "Repository": "RSPM", "Date/Publication": "2022-10-10 19:00:02 UTC", - "Built": "R 4.2.0; ; 2022-10-11 11:20:28 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:10:43 UTC; unix" } }, "utf8": { @@ -1465,8 +1470,8 @@ "Package": "utf8", "Title": "Unicode Text Processing", "Version": "1.2.3", - "Authors@R": "c(person(given = c(\"Patrick\", \"O.\"),\nfamily = \"Perry\",\nrole = c(\"aut\", \"cph\")),\nperson(given = \"Kirill\",\nfamily = \"M\\u00fcller\",\nrole = \"cre\",\nemail = \"kirill@cynkra.com\"),\nperson(given = \"Unicode, Inc.\",\nrole = c(\"cph\", \"dtc\"),\ncomment = \"Unicode Character Database\"))", - "Description": "Process and print 'UTF-8' encoded international\ntext (Unicode). Input, validate, normalize, encode, format, and\ndisplay.", + "Authors@R": "\n c(person(given = c(\"Patrick\", \"O.\"),\n family = \"Perry\",\n role = c(\"aut\", \"cph\")),\n person(given = \"Kirill\",\n family = \"M\\u00fcller\",\n role = \"cre\",\n email = \"kirill@cynkra.com\"),\n person(given = \"Unicode, Inc.\",\n role = c(\"cph\", \"dtc\"),\n comment = \"Unicode Character Database\"))", + "Description": "Process and print 'UTF-8' encoded international\n text (Unicode). Input, validate, normalize, encode, format, and\n display.", "License": "Apache License (== 2.0) | file LICENSE", "URL": "https://ptrckprry.com/r-utf8/, https://github.com/patperry/r-utf8", "BugReports": "https://github.com/patperry/r-utf8/issues", @@ -1478,11 +1483,11 @@ "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", "Packaged": "2023-01-31 05:28:43 UTC; kirill", - "Author": "Patrick O. Perry [aut, cph],\nKirill Müller [cre],\nUnicode, Inc. [cph, dtc] (Unicode Character Database)", + "Author": "Patrick O. Perry [aut, cph],\n Kirill Müller [cre],\n Unicode, Inc. [cph, dtc] (Unicode Character Database)", "Maintainer": "Kirill Müller ", "Repository": "RSPM", "Date/Publication": "2023-01-31 18:00:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-02-01 11:12:27 UTC; unix" + "Built": "R 4.2.1; aarch64-apple-darwin20; 2023-08-04 16:10:31 UTC; unix" } }, "vctrs": { @@ -1492,8 +1497,8 @@ "Package": "vctrs", "Title": "Vector Helpers", "Version": "0.6.3", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\nperson(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"),\nperson(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"data.table team\", role = \"cph\",\ncomment = \"Radix sort based on data.table's forder() and their contribution to R's order()\"),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "Defines new notions of prototype and size that are used to\nprovide tools for consistent and well-founded type-coercion and\nsize-recycling, and are in turn connected to ideas of type- and\nsize-stability useful for analysing function interfaces.", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"),\n person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"data.table team\", role = \"cph\",\n comment = \"Radix sort based on data.table's forder() and their contribution to R's order()\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Defines new notions of prototype and size that are used to\n provide tools for consistent and well-founded type-coercion and\n size-recycling, and are in turn connected to ideas of type- and\n size-stability useful for analysing function interfaces.", "License": "MIT + file LICENSE", "URL": "https://vctrs.r-lib.org/, https://github.com/r-lib/vctrs", "BugReports": "https://github.com/r-lib/vctrs/issues", @@ -1508,11 +1513,12 @@ "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", "Packaged": "2023-06-14 21:04:57 UTC; davis", - "Author": "Hadley Wickham [aut],\nLionel Henry [aut],\nDavis Vaughan [aut, cre],\ndata.table team [cph] (Radix sort based on data.table's forder() and\ntheir contribution to R's order()),\nPosit Software, PBC [cph, fnd]", + "Author": "Hadley Wickham [aut],\n Lionel Henry [aut],\n Davis Vaughan [aut, cre],\n data.table team [cph] (Radix sort based on data.table's forder() and\n their contribution to R's order()),\n Posit Software, PBC [cph, fnd]", "Maintainer": "Davis Vaughan ", - "Repository": "RSPM", + "Repository": "CRAN", "Date/Publication": "2023-06-14 23:40:02 UTC", - "Built": "R 4.2.0; x86_64-pc-linux-gnu; 2023-06-16 15:26:11 UTC; unix" + "Built": "R 4.2.0; aarch64-apple-darwin20; 2023-06-19 02:58:37 UTC; unix", + "Archs": "vctrs.so.dSYM" } }, "viridisLite": { @@ -1524,9 +1530,9 @@ "Title": "Colorblind-Friendly Color Maps (Lite Version)", "Version": "0.4.2", "Date": "2023-05-02", - "Authors@R": "c(\nperson(\"Simon\", \"Garnier\", email = \"garnier@njit.edu\", role = c(\"aut\", \"cre\")),\nperson(\"Noam\", \"Ross\", email = \"noam.ross@gmail.com\", role = c(\"ctb\", \"cph\")),\nperson(\"Bob\", \"Rudis\", email = \"bob@rud.is\", role = c(\"ctb\", \"cph\")),\nperson(\"Marco\", \"Sciaini\", email = \"sciaini.marco@gmail.com\", role = c(\"ctb\", \"cph\")),\nperson(\"Antônio Pedro\", \"Camargo\", role = c(\"ctb\", \"cph\")),\nperson(\"Cédric\", \"Scherer\", email = \"scherer@izw-berlin.de\", role = c(\"ctb\", \"cph\"))\n)", + "Authors@R": "c(\n person(\"Simon\", \"Garnier\", email = \"garnier@njit.edu\", role = c(\"aut\", \"cre\")),\n person(\"Noam\", \"Ross\", email = \"noam.ross@gmail.com\", role = c(\"ctb\", \"cph\")),\n person(\"Bob\", \"Rudis\", email = \"bob@rud.is\", role = c(\"ctb\", \"cph\")),\n person(\"Marco\", \"Sciaini\", email = \"sciaini.marco@gmail.com\", role = c(\"ctb\", \"cph\")),\n person(\"Antônio Pedro\", \"Camargo\", role = c(\"ctb\", \"cph\")),\n person(\"Cédric\", \"Scherer\", email = \"scherer@izw-berlin.de\", role = c(\"ctb\", \"cph\"))\n )", "Maintainer": "Simon Garnier ", - "Description": "Color maps designed to improve graph readability for readers with\ncommon forms of color blindness and/or color vision deficiency. The color\nmaps are also perceptually-uniform, both in regular form and also when\nconverted to black-and-white for printing. This is the 'lite' version of the\n'viridis' package that also contains 'ggplot2' bindings for discrete and\ncontinuous color and fill scales and can be found at\n.", + "Description": "Color maps designed to improve graph readability for readers with \n common forms of color blindness and/or color vision deficiency. The color \n maps are also perceptually-uniform, both in regular form and also when \n converted to black-and-white for printing. This is the 'lite' version of the \n 'viridis' package that also contains 'ggplot2' bindings for discrete and \n continuous color and fill scales and can be found at \n .", "License": "MIT + file LICENSE", "Encoding": "UTF-8", "Depends": "R (>= 2.10)", @@ -1536,10 +1542,10 @@ "RoxygenNote": "7.2.3", "NeedsCompilation": "no", "Packaged": "2023-05-02 21:38:46 UTC; simon", - "Author": "Simon Garnier [aut, cre],\nNoam Ross [ctb, cph],\nBob Rudis [ctb, cph],\nMarco Sciaini [ctb, cph],\nAntônio Pedro Camargo [ctb, cph],\nCédric Scherer [ctb, cph]", + "Author": "Simon Garnier [aut, cre],\n Noam Ross [ctb, cph],\n Bob Rudis [ctb, cph],\n Marco Sciaini [ctb, cph],\n Antônio Pedro Camargo [ctb, cph],\n Cédric Scherer [ctb, cph]", "Repository": "RSPM", "Date/Publication": "2023-05-02 23:50:02 UTC", - "Built": "R 4.2.0; ; 2023-05-03 11:23:33 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:07:27 UTC; unix" } }, "withr": { @@ -1549,8 +1555,8 @@ "Package": "withr", "Title": "Run Code 'With' Temporarily Modified Global State", "Version": "2.5.0", - "Authors@R": "c(person(given = \"Jim\",\nfamily = \"Hester\",\nrole = \"aut\"),\nperson(given = \"Lionel\",\nfamily = \"Henry\",\nrole = c(\"aut\", \"cre\"),\nemail = \"lionel@rstudio.com\"),\nperson(given = \"Kirill\",\nfamily = \"Müller\",\nrole = \"aut\",\nemail = \"krlmlr+r@mailbox.org\"),\nperson(given = \"Kevin\",\nfamily = \"Ushey\",\nrole = \"aut\",\nemail = \"kevinushey@gmail.com\"),\nperson(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\",\nemail = \"hadley@rstudio.com\"),\nperson(given = \"Winston\",\nfamily = \"Chang\",\nrole = \"aut\"),\nperson(given = \"Jennifer\",\nfamily = \"Bryan\",\nrole = \"ctb\"),\nperson(given = \"Richard\",\nfamily = \"Cotton\",\nrole = \"ctb\"),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", - "Description": "A set of functions to run code 'with' safely and\ntemporarily modified global state. Many of these functions were\noriginally a part of the 'devtools' package, this provides a simple\npackage with limited dependencies to provide access to these\nfunctions.", + "Authors@R": "\n c(person(given = \"Jim\",\n family = \"Hester\",\n role = \"aut\"),\n person(given = \"Lionel\",\n family = \"Henry\",\n role = c(\"aut\", \"cre\"),\n email = \"lionel@rstudio.com\"),\n person(given = \"Kirill\",\n family = \"Müller\",\n role = \"aut\",\n email = \"krlmlr+r@mailbox.org\"),\n person(given = \"Kevin\",\n family = \"Ushey\",\n role = \"aut\",\n email = \"kevinushey@gmail.com\"),\n person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\",\n email = \"hadley@rstudio.com\"),\n person(given = \"Winston\",\n family = \"Chang\",\n role = \"aut\"),\n person(given = \"Jennifer\",\n family = \"Bryan\",\n role = \"ctb\"),\n person(given = \"Richard\",\n family = \"Cotton\",\n role = \"ctb\"),\n person(given = \"RStudio\",\n role = c(\"cph\", \"fnd\")))", + "Description": "A set of functions to run code 'with' safely and\n temporarily modified global state. Many of these functions were\n originally a part of the 'devtools' package, this provides a simple\n package with limited dependencies to provide access to these\n functions.", "License": "MIT + file LICENSE", "URL": "https://withr.r-lib.org, https://github.com/r-lib/withr#readme", "BugReports": "https://github.com/r-lib/withr/issues", @@ -1565,11 +1571,11 @@ "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "no", "Packaged": "2022-03-03 21:13:01 UTC; lionel", - "Author": "Jim Hester [aut],\nLionel Henry [aut, cre],\nKirill Müller [aut],\nKevin Ushey [aut],\nHadley Wickham [aut],\nWinston Chang [aut],\nJennifer Bryan [ctb],\nRichard Cotton [ctb],\nRStudio [cph, fnd]", + "Author": "Jim Hester [aut],\n Lionel Henry [aut, cre],\n Kirill Müller [aut],\n Kevin Ushey [aut],\n Hadley Wickham [aut],\n Winston Chang [aut],\n Jennifer Bryan [ctb],\n Richard Cotton [ctb],\n RStudio [cph, fnd]", "Maintainer": "Lionel Henry ", "Repository": "RSPM", "Date/Publication": "2022-03-03 21:50:02 UTC", - "Built": "R 4.2.0; ; 2022-05-06 22:59:18 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:10:41 UTC; unix" } }, "xtable": { @@ -1580,7 +1586,7 @@ "Version": "1.8-4", "Date": "2019-04-08", "Title": "Export Tables to LaTeX or HTML", - "Authors@R": "c(person(\"David B.\", \"Dahl\", role=\"aut\"),\nperson(\"David\", \"Scott\", role=c(\"aut\",\"cre\"),\nemail=\"d.scott@auckland.ac.nz\"),\nperson(\"Charles\", \"Roosen\", role=\"aut\"),\nperson(\"Arni\", \"Magnusson\", role=\"aut\"),\nperson(\"Jonathan\", \"Swinton\", role=\"aut\"),\nperson(\"Ajay\", \"Shah\", role=\"ctb\"),\nperson(\"Arne\", \"Henningsen\", role=\"ctb\"),\nperson(\"Benno\", \"Puetz\", role=\"ctb\"),\nperson(\"Bernhard\", \"Pfaff\", role=\"ctb\"),\nperson(\"Claudio\", \"Agostinelli\", role=\"ctb\"),\nperson(\"Claudius\", \"Loehnert\", role=\"ctb\"),\nperson(\"David\", \"Mitchell\", role=\"ctb\"),\nperson(\"David\", \"Whiting\", role=\"ctb\"),\nperson(\"Fernando da\", \"Rosa\", role=\"ctb\"),\nperson(\"Guido\", \"Gay\", role=\"ctb\"),\nperson(\"Guido\", \"Schulz\", role=\"ctb\"),\nperson(\"Ian\", \"Fellows\", role=\"ctb\"),\nperson(\"Jeff\", \"Laake\", role=\"ctb\"),\nperson(\"John\", \"Walker\", role=\"ctb\"),\nperson(\"Jun\", \"Yan\", role=\"ctb\"),\nperson(\"Liviu\", \"Andronic\", role=\"ctb\"),\nperson(\"Markus\", \"Loecher\", role=\"ctb\"),\nperson(\"Martin\", \"Gubri\", role=\"ctb\"),\nperson(\"Matthieu\", \"Stigler\", role=\"ctb\"),\nperson(\"Robert\", \"Castelo\", role=\"ctb\"),\nperson(\"Seth\", \"Falcon\", role=\"ctb\"),\nperson(\"Stefan\", \"Edwards\", role=\"ctb\"),\nperson(\"Sven\", \"Garbade\", role=\"ctb\"),\nperson(\"Uwe\", \"Ligges\", role=\"ctb\"))", + "Authors@R": "c(person(\"David B.\", \"Dahl\", role=\"aut\"),\n person(\"David\", \"Scott\", role=c(\"aut\",\"cre\"),\n email=\"d.scott@auckland.ac.nz\"),\n person(\"Charles\", \"Roosen\", role=\"aut\"),\n person(\"Arni\", \"Magnusson\", role=\"aut\"),\n person(\"Jonathan\", \"Swinton\", role=\"aut\"),\n person(\"Ajay\", \"Shah\", role=\"ctb\"),\n person(\"Arne\", \"Henningsen\", role=\"ctb\"),\n person(\"Benno\", \"Puetz\", role=\"ctb\"),\n person(\"Bernhard\", \"Pfaff\", role=\"ctb\"),\n person(\"Claudio\", \"Agostinelli\", role=\"ctb\"),\n person(\"Claudius\", \"Loehnert\", role=\"ctb\"),\n person(\"David\", \"Mitchell\", role=\"ctb\"),\n person(\"David\", \"Whiting\", role=\"ctb\"),\n person(\"Fernando da\", \"Rosa\", role=\"ctb\"),\n person(\"Guido\", \"Gay\", role=\"ctb\"),\n person(\"Guido\", \"Schulz\", role=\"ctb\"),\n person(\"Ian\", \"Fellows\", role=\"ctb\"),\n person(\"Jeff\", \"Laake\", role=\"ctb\"),\n person(\"John\", \"Walker\", role=\"ctb\"),\n person(\"Jun\", \"Yan\", role=\"ctb\"),\n person(\"Liviu\", \"Andronic\", role=\"ctb\"),\n person(\"Markus\", \"Loecher\", role=\"ctb\"),\n person(\"Martin\", \"Gubri\", role=\"ctb\"),\n person(\"Matthieu\", \"Stigler\", role=\"ctb\"),\n person(\"Robert\", \"Castelo\", role=\"ctb\"),\n person(\"Seth\", \"Falcon\", role=\"ctb\"),\n person(\"Stefan\", \"Edwards\", role=\"ctb\"),\n person(\"Sven\", \"Garbade\", role=\"ctb\"),\n person(\"Uwe\", \"Ligges\", role=\"ctb\"))", "Maintainer": "David Scott ", "Imports": "stats, utils", "Suggests": "knitr, plm, zoo, survival", @@ -1592,10 +1598,10 @@ "Repository": "RSPM", "NeedsCompilation": "no", "Packaged": "2019-04-21 10:56:51 UTC; dsco036", - "Author": "David B. Dahl [aut],\nDavid Scott [aut, cre],\nCharles Roosen [aut],\nArni Magnusson [aut],\nJonathan Swinton [aut],\nAjay Shah [ctb],\nArne Henningsen [ctb],\nBenno Puetz [ctb],\nBernhard Pfaff [ctb],\nClaudio Agostinelli [ctb],\nClaudius Loehnert [ctb],\nDavid Mitchell [ctb],\nDavid Whiting [ctb],\nFernando da Rosa [ctb],\nGuido Gay [ctb],\nGuido Schulz [ctb],\nIan Fellows [ctb],\nJeff Laake [ctb],\nJohn Walker [ctb],\nJun Yan [ctb],\nLiviu Andronic [ctb],\nMarkus Loecher [ctb],\nMartin Gubri [ctb],\nMatthieu Stigler [ctb],\nRobert Castelo [ctb],\nSeth Falcon [ctb],\nStefan Edwards [ctb],\nSven Garbade [ctb],\nUwe Ligges [ctb]", + "Author": "David B. Dahl [aut],\n David Scott [aut, cre],\n Charles Roosen [aut],\n Arni Magnusson [aut],\n Jonathan Swinton [aut],\n Ajay Shah [ctb],\n Arne Henningsen [ctb],\n Benno Puetz [ctb],\n Bernhard Pfaff [ctb],\n Claudio Agostinelli [ctb],\n Claudius Loehnert [ctb],\n David Mitchell [ctb],\n David Whiting [ctb],\n Fernando da Rosa [ctb],\n Guido Gay [ctb],\n Guido Schulz [ctb],\n Ian Fellows [ctb],\n Jeff Laake [ctb],\n John Walker [ctb],\n Jun Yan [ctb],\n Liviu Andronic [ctb],\n Markus Loecher [ctb],\n Martin Gubri [ctb],\n Matthieu Stigler [ctb],\n Robert Castelo [ctb],\n Seth Falcon [ctb],\n Stefan Edwards [ctb],\n Sven Garbade [ctb],\n Uwe Ligges [ctb]", "Date/Publication": "2019-04-21 12:20:03 UTC", "Encoding": "UTF-8", - "Built": "R 4.2.0; ; 2022-05-06 22:46:35 UTC; unix" + "Built": "R 4.2.1; ; 2023-08-04 16:13:42 UTC; unix" } } }, diff --git a/shiny-penguins/renv.lock b/shiny-penguins/renv.lock index 2abb868..2e837ec 100644 --- a/shiny-penguins/renv.lock +++ b/shiny-penguins/renv.lock @@ -11,9 +11,9 @@ "Packages": { "MASS": { "Package": "MASS", - "Version": "7.3-60", + "Version": "7.3-58.2", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "grDevices", @@ -22,16 +22,15 @@ "stats", "utils" ], - "Hash": "a56a6365b3fa73293ea8d084be0d9bb0" + "Hash": "e02d1a0f6122fd3e634b25b433704344" }, "Matrix": { "Package": "Matrix", - "Version": "1.6-0", + "Version": "1.5-3", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", - "grDevices", "graphics", "grid", "lattice", @@ -39,7 +38,7 @@ "stats", "utils" ], - "Hash": "31262fd18481fab05c5e7258dac163ca" + "Hash": "4006dffe49958d2dd591c17e61e60591" }, "R6": { "Package": "R6", @@ -84,7 +83,7 @@ }, "bslib": { "Package": "bslib", - "Version": "0.5.0", + "Version": "0.5.1", "Source": "Repository", "Repository": "RSPM", "Requirements": [ @@ -100,7 +99,7 @@ "rlang", "sass" ], - "Hash": "1b117970533deb6d4e992c1b34e9d905" + "Hash": "283015ddfbb9d7bf15ea9f0b5698f0d9" }, "cachem": { "Package": "cachem", @@ -117,7 +116,7 @@ "Package": "cli", "Version": "3.6.1", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "utils" @@ -170,9 +169,9 @@ }, "dplyr": { "Package": "dplyr", - "Version": "1.1.2", + "Version": "1.1.3", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "R6", @@ -189,7 +188,7 @@ "utils", "vctrs" ], - "Hash": "dea6970ff715ca541c387de363ff405e" + "Hash": "e85ffbebaad5f70e1a2e2ef4302b4949" }, "ellipsis": { "Package": "ellipsis", @@ -230,7 +229,7 @@ }, "fontawesome": { "Package": "fontawesome", - "Version": "0.5.1", + "Version": "0.5.2", "Source": "Repository", "Repository": "RSPM", "Requirements": [ @@ -238,7 +237,7 @@ "htmltools", "rlang" ], - "Hash": "1e22b8cabbad1eae951a75e9f8b52378" + "Hash": "c2efdd5f0bcd1ea861c2d4e2a883a67d" }, "fs": { "Package": "fs", @@ -264,7 +263,7 @@ }, "ggplot2": { "Package": "ggplot2", - "Version": "3.4.2", + "Version": "3.4.4", "Source": "Repository", "Repository": "RSPM", "Requirements": [ @@ -285,13 +284,13 @@ "vctrs", "withr" ], - "Hash": "3a147ee02e85a8941aad9909f1b43b7b" + "Hash": "313d31eff2274ecf4c1d3581db7241f9" }, "glue": { "Package": "glue", "Version": "1.6.2", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "methods" @@ -300,7 +299,7 @@ }, "gtable": { "Package": "gtable", - "Version": "0.3.3", + "Version": "0.3.4", "Source": "Repository", "Repository": "RSPM", "Requirements": [ @@ -311,11 +310,11 @@ "lifecycle", "rlang" ], - "Hash": "b44addadb528a0d227794121c00572a0" + "Hash": "b29cf3031f49b04ab9c852c912547eef" }, "htmltools": { "Package": "htmltools", - "Version": "0.5.5", + "Version": "0.5.6", "Source": "Repository", "Repository": "RSPM", "Requirements": [ @@ -328,7 +327,7 @@ "rlang", "utils" ], - "Hash": "ba0240784ad50a62165058a27459304a" + "Hash": "a2326a66919a3311f7fbb1e3bf568283" }, "httpuv": { "Package": "httpuv", @@ -378,14 +377,14 @@ }, "labeling": { "Package": "labeling", - "Version": "0.4.2", + "Version": "0.4.3", "Source": "Repository", "Repository": "RSPM", "Requirements": [ "graphics", "stats" ], - "Hash": "3d5108641f47470611a32d0bdf357a72" + "Hash": "b64ec208ac5bc1852b285f665d6368b3" }, "later": { "Package": "later", @@ -400,9 +399,9 @@ }, "lattice": { "Package": "lattice", - "Version": "0.21-8", + "Version": "0.20-45", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "grDevices", @@ -411,13 +410,13 @@ "stats", "utils" ], - "Hash": "0b8a6d63c8770f02a8b5635f3c431e6b" + "Hash": "b64cdbb2b340437c4ee047a1f4c4377b" }, "lifecycle": { "Package": "lifecycle", "Version": "1.0.3", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "cli", @@ -430,7 +429,7 @@ "Package": "magrittr", "Version": "2.0.3", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R" ], @@ -449,9 +448,9 @@ }, "mgcv": { "Package": "mgcv", - "Version": "1.9-0", + "Version": "1.8-42", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "Matrix", "R", @@ -462,7 +461,7 @@ "stats", "utils" ], - "Hash": "086028ca0460d0c368028d3bda58f31b" + "Hash": "3460beba7ccc8946249ba35327ba902a" }, "mime": { "Package": "mime", @@ -538,18 +537,19 @@ }, "promises": { "Package": "promises", - "Version": "1.2.0.1", + "Version": "1.2.1", "Source": "Repository", "Repository": "RSPM", "Requirements": [ "R6", "Rcpp", + "fastmap", "later", "magrittr", "rlang", "stats" ], - "Hash": "4ab2c43adb4d4699cf3690acd378d75d" + "Hash": "0d8a15c9d000970ada1ab21405387dee" }, "rappdirs": { "Package": "rappdirs", @@ -563,24 +563,19 @@ }, "renv": { "Package": "renv", - "Version": "1.0.0.9000", - "Source": "GitHub", - "RemoteType": "github", - "RemoteHost": "api.github.com", - "RemoteUsername": "rstudio", - "RemoteRepo": "renv", - "RemoteRef": "main", - "RemoteSha": "5fb52fefb8d919f2f3d88623b341c020330ed116", + "Version": "1.0.3", + "Source": "Repository", + "Repository": "CRAN", "Requirements": [ "utils" ], - "Hash": "1be015159fc67216d11c169ae65ece46" + "Hash": "41b847654f567341725473431dd0d5ab" }, "rlang": { "Package": "rlang", "Version": "1.1.1", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "utils" @@ -621,7 +616,7 @@ }, "shiny": { "Package": "shiny", - "Version": "1.7.4.1", + "Version": "1.7.5", "Source": "Repository", "Repository": "RSPM", "Requirements": [ @@ -651,7 +646,7 @@ "withr", "xtable" ], - "Hash": "f7f201522eedbc95f10ef323b100ff29" + "Hash": "438b99792adbe82a8329ad8697d45afe" }, "shinydashboard": { "Package": "shinydashboard", @@ -726,7 +721,7 @@ "Package": "vctrs", "Version": "0.6.3", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "cli", diff --git a/shiny-penguins/renv/activate.R b/shiny-penguins/renv/activate.R index b50db26..cb5401f 100644 --- a/shiny-penguins/renv/activate.R +++ b/shiny-penguins/renv/activate.R @@ -2,8 +2,8 @@ local({ # the requested version of renv - version <- "1.0.0.9000" - attr(version, "sha") <- "5fb52fefb8d919f2f3d88623b341c020330ed116" + version <- "1.0.3" + attr(version, "sha") <- NULL # the project directory project <- getwd() @@ -782,10 +782,12 @@ local({ renv_bootstrap_validate_version <- function(version, description = NULL) { # resolve description file - description <- description %||% { - path <- getNamespaceInfo("renv", "path") - packageDescription("renv", lib.loc = dirname(path)) - } + # + # avoid passing lib.loc to `packageDescription()` below, since R will + # use the loaded version of the package by default anyhow. note that + # this function should only be called after 'renv' is loaded + # https://github.com/rstudio/renv/issues/1625 + description <- description %||% packageDescription("renv") # check whether requested version 'version' matches loaded version of renv sha <- attr(version, "sha", exact = TRUE) @@ -1032,19 +1034,6 @@ local({ } - - renv_bootstrap_in_rstudio <- function() { - commandArgs()[[1]] == "RStudio" - } - - # Used to work around buglet in RStudio if hook uses readline - renv_bootstrap_flush_console <- function() { - tryCatch({ - tools <- as.environment("tools:rstudio") - tools$.rs.api.sendToConsole("", echo = FALSE, focus = FALSE) - }, error = function(cnd) {}) - } - renv_json_read <- function(file = NULL, text = NULL) { jlerr <- NULL @@ -1183,16 +1172,8 @@ local({ # construct full libpath libpath <- file.path(root, prefix) - if (renv_bootstrap_in_rstudio()) { - # RStudio only updates console once .Rprofile is finished, so - # instead run code on sessionInit - setHook("rstudio.sessionInit", function(...) { - renv_bootstrap_exec(project, libpath, version) - renv_bootstrap_flush_console() - }) - } else { - renv_bootstrap_exec(project, libpath, version) - } + # run bootstrap code + renv_bootstrap_exec(project, libpath, version) invisible()