From 925a03c6097c2c5ee23b084c34843c572a8cd807 Mon Sep 17 00:00:00 2001 From: Chantel Wetzel Date: Wed, 10 Jul 2024 08:03:40 -0700 Subject: [PATCH] update shiny with json --- DESCRIPTION | 2 +- inst/Shiny/manifest.json | 1059 +++++++++++++++++++------------------- 2 files changed, 527 insertions(+), 534 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b002ddb..70a59e1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -9,7 +9,7 @@ License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a license Encoding: UTF-8 Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 Imports: mvbutils, tools diff --git a/inst/Shiny/manifest.json b/inst/Shiny/manifest.json index 3882b02..43b6adb 100644 --- a/inst/Shiny/manifest.json +++ b/inst/Shiny/manifest.json @@ -1,7 +1,7 @@ { "version": 1, "locale": "en_US", - "platform": "4.2.0", + "platform": "4.3.2", "metadata": { "appmode": "shiny", "primary_rmd": null, @@ -12,14 +12,14 @@ "packages": { "MASS": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "MASS", "Priority": "recommended", - "Version": "7.3-57", - "Date": "2022-04-05", - "Revision": "$Rev: 3564 $", - "Depends": "R (>= 3.3.0), grDevices, graphics, stats, utils", + "Version": "7.3-60", + "Date": "2023-05-02", + "Revision": "$Rev: 3621 $", + "Depends": "R (>= 4.0), grDevices, graphics, stats, utils", "Imports": "methods", "Suggests": "lattice, nlme, nnet, survival", "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\"))", @@ -31,57 +31,51 @@ "URL": "http://www.stats.ox.ac.uk/pub/MASS4/", "Contact": "", "NeedsCompilation": "yes", - "Packaged": "2022-04-19 04:13:16 UTC; ripley", + "Packaged": "2023-05-02 16:42:41 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": "CRAN", - "Date/Publication": "2022-04-22 11:45:27 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-06-23 00:59:18 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2023-05-04 07:32:21 UTC", + "Built": "R 4.3.2; x86_64-w64-mingw32; 2023-10-31 14:05:09 UTC; windows", "Archs": "x64" } }, "Matrix": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "Matrix", - "Version": "1.4-1", - "Date": "2022-03-21", + "Version": "1.6-1.1", + "Date": "2023-09-08", "Priority": "recommended", "Title": "Sparse and Dense Matrix Classes and Methods", + "Description": "A rich hierarchy of sparse and dense matrix classes,\n\tincluding general, symmetric, triangular, and diagonal matrices\n\twith numeric, logical, or pattern entries. Efficient methods for\n\toperating on such matrices, often wrapping the 'BLAS', 'LAPACK',\n\tand '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", - "Maintainer": "Martin Maechler ", - "Authors@R": "c(person(\"Douglas\",\"Bates\", role=\"aut\")\n , person(\"Martin\",\"Maechler\", role = c(\"aut\",\"cre\"), email=\"mmaechler+Matrix@gmail.com\",\n comment = c(ORCID = \"0000-0002-8685-9910\"))\n , person(\"Mikael\", \"Jagan\", role=\"aut\",\n comment = \"new 'packedMatrix' class plus subset/diag/.. methods in C\")\n , person(\"Timothy A.\", \"Davis\", role=\"ctb\",\n comment = c(\"SuiteSparse and 'cs' C libraries, notably CHOLMOD, AMD;\n\t\t collaborators listed in\n\t\t\tdir(pattern = '^[A-Z]+[.]txt$', full.names=TRUE,\n\t\t\t system.file('doc', 'SuiteSparse', package='Matrix'))\"))\n , person(\"Jens\", \"Oehlschlägel\", role=\"ctb\", 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\", 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)", - "Imports": "methods, graphics, grid, stats, utils, lattice", - "Suggests": "expm, MASS", - "Enhances": "MatrixModels, graph, SparseM, sfsmisc, igraph, maptools, sp,\nspdep", - "EnhancesNote": "line 2: for \"Rd xrefs\"", - "Encoding": "UTF-8", + "Authors@R": "\n\tc(person(\"Douglas\", \"Bates\", role = \"aut\",\n\t comment = c(ORCID = \"0000-0001-8316-9503\")),\n\t person(\"Martin\", \"Maechler\", role = c(\"aut\", \"cre\"),\n\t email = \"mmaechler+Matrix@gmail.com\",\n\t comment = c(ORCID = \"0000-0002-8685-9910\")),\n\t person(\"Mikael\", \"Jagan\", role = \"aut\",\n\t comment = c(ORCID = \"0000-0002-3542-2938\")),\n\t person(\"Timothy A.\", \"Davis\", role = \"ctb\",\n\t comment = c(ORCID = \"0000-0001-7614-6899\",\n\t \"SuiteSparse 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\t person(\"Jens\", \"Oehlschlägel\", role = \"ctb\",\n\t comment = \"initial nearPD()\"),\n\t person(\"Jason\", \"Riedy\", role = \"ctb\",\n\t comment = c(ORCID = \"0000-0002-4345-4200\",\n\t \"GNU Octave's condest() and onenormest()\",\n\t \"Copyright: Regents of the University of California\")),\n\t person(\"R Core Team\", role = \"ctb\",\n\t comment = \"base R's matrix implementation\"))", + "Depends": "R (>= 3.5.0), methods", + "Imports": "grDevices, graphics, grid, lattice, stats, utils", + "Suggests": "MASS, datasets, sfsmisc", + "Enhances": "SparseM, graph", "LazyData": "no", - "LazyDataNote": "not possible, since we use data/*.R *and* our classes", + "LazyDataNote": "not possible, since we use data/*.R and our S4 classes", "BuildResaveData": "no", - "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", - "Author": "Douglas Bates [aut],\n Martin Maechler [aut, cre] (),\n Mikael Jagan [aut] (new 'packedMatrix' class plus subset/diag/..\n methods in C),\n Timothy A. Davis [ctb] (SuiteSparse and 'cs' C libraries, notably\n CHOLMOD, AMD; collaborators listed in dir(pattern =\n '^[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", - "Repository/R-Forge/Project": "matrix", - "Repository/R-Forge/Revision": "3446", - "Repository/R-Forge/DateTimeStamp": "2022-03-21 17:52:00", - "Date/Publication": "2022-03-23 16:30:08 UTC", + "Encoding": "UTF-8", "NeedsCompilation": "yes", - "Packaged": "2022-03-21 18:13:03 UTC; rforge", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-04-22 12:21:22 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Packaged": "2023-09-08 10:37:27 UTC; maechler", + "Author": "Douglas Bates [aut] (),\n Martin Maechler [aut, cre] (),\n Mikael Jagan [aut] (),\n Timothy A. Davis [ctb] (,\n SuiteSparse libraries, notably CHOLMOD and AMD, collaborators\n listed in dir(pattern=\"^[A-Z]+[.]txt$\", full.names=TRUE,\n system.file(\"doc\", \"SuiteSparse\", package=\"Matrix\"))),\n Jens Oehlschlägel [ctb] (initial nearPD()),\n Jason Riedy [ctb] (, GNU\n Octave's condest() and onenormest(), Copyright: Regents of the\n University of California),\n R Core Team [ctb] (base R's matrix implementation)", + "Maintainer": "Martin Maechler ", + "Repository": "CRAN", + "Date/Publication": "2023-09-18 17:40:02 UTC", + "Built": "R 4.3.2; x86_64-w64-mingw32; 2023-10-31 14:05:48 UTC; windows", "Archs": "x64" } }, "R6": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "R6", "Title": "Encapsulated Classes with Reference Semantics", @@ -100,12 +94,12 @@ "Maintainer": "Winston Chang ", "Repository": "CRAN", "Date/Publication": "2021-08-19 14:00:05 UTC", - "Built": "R 4.2.0; ; 2022-05-24 00:40:37 UTC; windows" + "Built": "R 4.3.2; ; 2024-02-08 01:36:58 UTC; windows" } }, "RColorBrewer": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "RColorBrewer", "Version": "1.1-3", @@ -121,17 +115,17 @@ "NeedsCompilation": "no", "Repository": "CRAN", "Date/Publication": "2022-04-03 19:20:13 UTC", - "Built": "R 4.2.0; ; 2022-04-24 01:19:40 UTC; windows" + "Built": "R 4.3.1; ; 2023-10-20 00:51:12 UTC; windows" } }, "Rcpp": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "Rcpp", "Title": "Seamless R and C++ Integration", - "Version": "1.0.9", - "Date": "2022-07-02", + "Version": "1.0.12", + "Date": "2024-01-08", "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\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.", @@ -142,18 +136,18 @@ "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": "2022-07-02 15:34:02 UTC; edd", + "Packaged": "2024-01-08 12:50:16 UTC; edd", "Repository": "CRAN", - "Date/Publication": "2022-07-08 23:10:06 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-21 00:44:08 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2024-01-09 08:20:35 UTC", + "Built": "R 4.3.2; x86_64-w64-mingw32; 2024-02-08 01:36:58 UTC; windows", "Archs": "x64" } }, "base64enc": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "base64enc", "Version": "0.1-3", @@ -169,104 +163,107 @@ "Packaged": "2015-02-04 20:31:00 UTC; svnuser", "Repository": "CRAN", "Date/Publication": "2015-07-28 08:03:37", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-04-24 01:19:39 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Built": "R 4.3.1; x86_64-w64-mingw32; 2023-10-20 00:51:10 UTC; windows", "Archs": "x64" } }, "bslib": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "bslib", "Title": "Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'", - "Version": "0.3.1", - "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 = \"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 'rmarkdown' via 'Bootstrap' 'Sass'. Supports both 'Bootstrap' 3 and 4 as well as their various 'Bootswatch' themes. An interactive widget is also provided for previewing themes in real time.", - "Depends": "R (>= 2.10)", - "Imports": "grDevices, htmltools (>= 0.5.2), jsonlite, sass (>= 0.4.0),\njquerylib (>= 0.1.3), rlang", - "Suggests": "shiny (>= 1.6.0), rmarkdown (>= 2.7), thematic, knitr,\ntestthat, withr, rappdirs, curl, magrittr", + "Version": "0.7.0", + "Authors@R": "c(\n person(\"Carson\", \"Sievert\", , \"carson@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\n person(\"Garrick\", \"Aden-Buie\", , \"garrick@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-7111-0077\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(, \"Bootstrap contributors\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(, \"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(, \"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", - "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", - "Config/testthat/edition": "3", - "Collate": "'bootswatch.R' 'bs-current-theme.R' 'bs-dependencies.R'\n'bs-global.R' 'bs-remove.R' 'bs-theme-layers.R' 'utils.R'\n'bs-theme-preview.R' 'bs-theme-update.R' 'bs-theme.R'\n'deprecated.R' 'files.R' 'imports.R' 'nav-items.R'\n'nav-update.R' 'navs-legacy.R' 'navs.R' 'onLoad.R' 'page.R'\n'precompiled.R' 'print.R' 'shiny-devmode.R' 'utils-shiny.R'\n'utils-tags.R' 'version-default.R' 'versions.R'", "URL": "https://rstudio.github.io/bslib/, https://github.com/rstudio/bslib", "BugReports": "https://github.com/rstudio/bslib/issues", - "Config/Needs/website": "rsconnect, renv, r-lib/pkgdown, apreshill/quillt", + "Depends": "R (>= 2.10)", + "Imports": "base64enc, cachem, fastmap (>= 1.1.1), grDevices, htmltools\n(>= 0.5.8), jquerylib (>= 0.1.3), jsonlite, lifecycle, memoise\n(>= 2.0.1), mime, rlang, sass (>= 0.4.9)", + "Suggests": "bsicons, curl, fontawesome, future, ggplot2, knitr, magrittr,\nrappdirs, rmarkdown (>= 2.7), shiny (>= 1.8.1), testthat,\nthematic, withr", + "Config/Needs/deploy": "BH, chiflights22, colourpicker, commonmark, cpp11,\ncpsievert/chiflights22, cpsievert/histoslider, dplyr, DT,\nggplot2, ggridges, gt, hexbin, histoslider, htmlwidgets,\nlattice, leaflet, lubridate, modelr, plotly, reactable,\nreshape2, rprojroot, rsconnect, rstudio/shiny, scales, styler,\ntibble", + "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/testthat/edition": "3", + "Config/testthat/parallel": "true", + "Config/testthat/start-first": "zzzz-bs-sass, fonts, zzz-precompile,\ntheme-*, rmd-*", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.1", + "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' 'buttons.R' 'card.R' 'deprecated.R' 'files.R'\n'fill.R' 'imports.R' 'input-dark-mode.R' 'input-switch.R'\n'layout.R' 'nav-items.R' 'nav-update.R' 'navs-legacy.R'\n'navs.R' 'onLoad.R' 'page.R' 'popover.R' 'precompiled.R'\n'print.R' 'shiny-devmode.R' 'sidebar.R' 'staticimports.R'\n'tooltip.R' 'utils-deps.R' 'utils-shiny.R' 'utils-tags.R'\n'value-box.R' 'version-default.R' 'versions.R'", "NeedsCompilation": "no", - "Packaged": "2021-10-06 14:12:58 UTC; cpsievert", - "Author": "Carson Sievert [aut, cre] (),\n Joe Cheng [aut],\n RStudio [cph],\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 ", + "Packaged": "2024-03-28 21:43:16 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": "CRAN", - "Date/Publication": "2021-10-06 15:10:05 UTC", - "Built": "R 4.2.0; ; 2022-05-29 02:46:04 UTC; windows" + "Date/Publication": "2024-03-29 01:00:03 UTC", + "Built": "R 4.3.3; ; 2024-06-03 02:11:23 UTC; windows" } }, "cachem": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "cachem", - "Version": "1.0.6", + "Version": "1.1.0", "Title": "Cache R Objects with Automatic Pruning", "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\")))", + "Authors@R": "c(\n person(\"Winston\", \"Chang\", , \"winston@posit.co\", c(\"aut\", \"cre\")),\n person(family = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")))", "License": "MIT + file LICENSE", "Encoding": "UTF-8", "ByteCompile": "true", "URL": "https://cachem.r-lib.org/, https://github.com/r-lib/cachem", - "Imports": "rlang, fastmap", + "Imports": "rlang, fastmap (>= 1.2.0)", "Suggests": "testthat", - "RoxygenNote": "7.1.1", + "RoxygenNote": "7.2.3", + "Config/Needs/routine": "lobstr", + "Config/Needs/website": "pkgdown", "NeedsCompilation": "yes", - "Packaged": "2021-08-19 21:07:46 UTC; barret", - "Author": "Winston Chang [aut, cre],\n RStudio [cph, fnd]", - "Maintainer": "Winston Chang ", + "Packaged": "2024-05-15 15:54:22 UTC; winston", + "Author": "Winston Chang [aut, cre],\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Winston Chang ", "Repository": "CRAN", - "Date/Publication": "2021-08-19 21:30:02 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-05-24 01:32:06 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2024-05-16 09:50:11 UTC", + "Built": "R 4.3.3; x86_64-w64-mingw32; 2024-06-03 01:31:25 UTC; windows", "Archs": "x64" } }, "cli": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "cli", "Title": "Helpers for Developing Command Line Interfaces", - "Version": "3.3.0", - "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 )", + "Version": "3.6.2", + "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(\"Salim\", \"Brüggemann\", , \"salim-b@pm.me\", role = \"ctb\",\n comment = c(ORCID = \"0000-0002-5329-5987\")),\n person(\"Posit Software, PBC\", 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", + "URL": "https://cli.r-lib.org, https://github.com/r-lib/cli", "BugReports": "https://github.com/r-lib/cli/issues", "Depends": "R (>= 3.4)", - "Imports": "glue (>= 1.6.0), utils", - "Suggests": "asciicast, callr, covr, digest, grDevices, htmltools,\nhtmlwidgets, knitr, methods, mockery, processx, ps (>=\n1.3.4.9000), rlang, rmarkdown, rstudioapi, shiny, testthat,\ntibble, whoami, withr", - "Config/Needs/website": "r-lib/asciicast, bench, brio, cpp11, decor, desc,\nfansi, sessioninfo, tidyverse/tidytemplate, usethis, vctrs", + "Imports": "utils", + "Suggests": "callr, covr, crayon, digest, glue (>= 1.6.0), grDevices,\nhtmltools, htmlwidgets, knitr, methods, mockery, processx, ps\n(>= 1.3.4.9000), rlang (>= 1.0.2.9003), rmarkdown, rprojroot,\nrstudioapi, testthat, tibble, whoami, withr", + "Config/Needs/website": "r-lib/asciicast, bench, brio, cpp11, decor, desc,\nfansi, prettyunits, sessioninfo, tidyverse/tidytemplate,\nusethis, vctrs", "Config/testthat/edition": "3", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2.9000", + "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2022-04-21 12:31:05 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\n Hadley Wickham [ctb],\n Kirill Müller [ctb],\n RStudio [cph, fnd]", + "Packaged": "2023-12-10 22:38:10 UTC; gaborcsardi", + "Author": "Gábor Csárdi [aut, cre],\n Hadley Wickham [ctb],\n Kirill Müller [ctb],\n Salim Brüggemann [ctb] (),\n Posit Software, PBC [cph, fnd]", "Maintainer": "Gábor Csárdi ", "Repository": "CRAN", - "Date/Publication": "2022-04-25 10:00:06 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-05-24 01:33:29 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2023-12-11 07:40:13 UTC", + "Built": "R 4.3.2; x86_64-w64-mingw32; 2024-02-08 01:36:59 UTC; windows", "Archs": "x64" } }, "colorspace": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "colorspace", - "Version": "2.0-3", - "Date": "2022-02-19", + "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\"),\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, ).", @@ -278,84 +275,83 @@ "URL": "https://colorspace.R-Forge.R-project.org/, https://hclwizard.org/", "BugReports": "https://colorspace.R-Forge.R-project.org/contact.html", "LazyData": "yes", - "RoxygenNote": "7.1.2", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2022-02-19 11:47:52 UTC; zeileis", + "Packaged": "2023-01-23 08:50:11 UTC; zeileis", "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": "CRAN", - "Date/Publication": "2022-02-21 09:50:02 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-05-29 00:42:39 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2023-01-23 11:40:02 UTC", + "Built": "R 4.3.2; x86_64-w64-mingw32; 2024-02-11 01:42:54 UTC; windows", "Archs": "x64" } }, "commonmark": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "commonmark", "Type": "Package", "Title": "High Performance CommonMark and Github Markdown Rendering in R", - "Version": "1.8.0", + "Version": "1.9.1", "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/ (docs)\nhttps://github.com/r-lib/commonmark (devel)\nhttps://github.github.com/gfm/ (spec)", + "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\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.1.2", + "RoxygenNote": "7.2.3", "Language": "en-US", "Encoding": "UTF-8", "NeedsCompilation": "yes", - "Packaged": "2022-03-09 14:29:25 UTC; jeroen", + "Packaged": "2024-01-30 11:29:56 UTC; jeroen", "Author": "Jeroen Ooms [aut, cre] (),\n John MacFarlane [cph] (Author of cmark)", "Maintainer": "Jeroen Ooms ", "Repository": "CRAN", - "Date/Publication": "2022-03-09 15:40:07 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-05-24 00:41:01 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2024-01-30 12:40:02 UTC", + "Built": "R 4.3.2; x86_64-w64-mingw32; 2024-02-08 01:37:01 UTC; windows", "Archs": "x64" } }, "crayon": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "crayon", "Title": "Colored Terminal Output", - "Version": "1.5.1", + "Version": "1.5.2", "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": "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.", + "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", - "Collate": "'aaa-rstudio-detect.R' 'aaaa-rematch2.R'\n'aab-num-ansi-colors.R' 'aac-num-ansi-colors.R' 'ansi-256.r'\n'ansi-palette.R' 'combine.r' 'string.r' 'utils.r'\n'crayon-package.r' 'disposable.r' 'has_ansi.r' 'has_color.r'\n'link.R' 'styles.r' 'machinery.r' 'parts.r' 'print.r'\n'style-var.r' 'show.r' 'string_operations.r'", + "Collate": "'aaa-rstudio-detect.R' 'aaaa-rematch2.R'\n'aab-num-ansi-colors.R' 'aac-num-ansi-colors.R' 'ansi-256.r'\n'ansi-palette.R' 'combine.r' 'string.r' 'utils.r'\n'crayon-package.r' 'disposable.r' 'enc-utils.R' 'has_ansi.r'\n'has_color.r' 'link.R' 'styles.r' 'machinery.r' 'parts.r'\n'print.r' 'style-var.r' 'show.r' 'string_operations.r'", "Imports": "grDevices, methods, utils", "Suggests": "mockery, rstudioapi, testthat, withr", "RoxygenNote": "7.1.2", "Encoding": "UTF-8", "NeedsCompilation": "no", - "Packaged": "2022-03-26 16:18:07 UTC; gaborcsardi", + "Packaged": "2022-09-29 06:24:10 UTC; gaborcsardi", "Author": "Gábor Csárdi [aut, cre],\n Brodie Gaslam [ctb]", "Maintainer": "Gábor Csárdi ", "Repository": "CRAN", - "Date/Publication": "2022-03-26 17:30:05 UTC", - "Built": "R 4.2.0; ; 2022-05-24 00:40:40 UTC; windows" + "Date/Publication": "2022-09-29 16:20:24 UTC", + "Built": "R 4.3.2; ; 2024-02-08 01:36:59 UTC; windows" } }, "digest": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "digest", - "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 and Winston Chang.", - "Version": "0.6.29", - "Date": "2021-11-30", + "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, Dean Attali, and Michael Chirico.", + "Version": "0.6.35", + "Date": "2024-03-10", "Maintainer": "Dirk Eddelbuettel ", "Title": "Create Compact Hash Digests of R Objects", - "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' and 'blake3' algorithms) permitting easy\n 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,\nhttp://dirk.eddelbuettel.com/code/digest.html", + "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', 'crc32c', 'xxh3_64', and 'xxh3_128'\n algorithms) permitting easy comparison of R language objects, as well as functions\n such as'hmac()' to create hash-based message authentication code. Please note that\n this package is not meant to be deployed for cryptographic purposes for which more\n comprehensive (and widely tested) libraries such as 'OpenSSL' should be 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)", "Imports": "utils", @@ -363,17 +359,16 @@ "Suggests": "tinytest, simplermarkdown", "VignetteBuilder": "simplermarkdown", "NeedsCompilation": "yes", - "Packaged": "2021-11-30 23:41:39 UTC; edd", + "Packaged": "2024-03-10 19:40:54 UTC; edd", "Repository": "CRAN", - "Date/Publication": "2021-12-01 07:40:02 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-05-24 00:40:29 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2024-03-11 14:10:06 UTC", + "Built": "R 4.3.3; x86_64-w64-mingw32; 2024-06-03 00:44:47 UTC; windows", "Archs": "x64" } }, "ellipsis": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "ellipsis", "Version": "0.3.2", @@ -394,19 +389,18 @@ "Maintainer": "Hadley Wickham ", "Repository": "CRAN", "Date/Publication": "2021-04-29 12:40:02 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-05-24 01:32:05 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Built": "R 4.3.2; x86_64-w64-mingw32; 2024-02-15 02:20:40 UTC; windows", "Archs": "x64" } }, "fansi": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "fansi", "Title": "ANSI Control Sequence Aware String Functions", "Description": "Counterparts to R string manipulation functions that account for\n the effects of ANSI text formatting control sequences.", - "Version": "1.0.3", + "Version": "1.0.6", "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", @@ -415,324 +409,322 @@ "VignetteBuilder": "knitr", "Suggests": "unitizer, knitr, rmarkdown", "Imports": "grDevices, utils", - "RoxygenNote": "7.1.1", + "RoxygenNote": "7.2.3", "Encoding": "UTF-8", "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": "2022-03-24 00:52:26 UTC; bg", + "Packaged": "2023-12-06 00:59:41 UTC; bg", "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": "CRAN", - "Date/Publication": "2022-03-24 07:50:02 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-05-24 00:41:00 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2023-12-08 03:30:02 UTC", + "Built": "R 4.3.2; x86_64-w64-mingw32; 2024-02-08 01:36:59 UTC; windows", "Archs": "x64" } }, "farver": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Type": "Package", "Package": "farver", "Title": "High Performance Colour Space Manipulation", - "Version": "2.1.1", - "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 ", + "Version": "2.1.2", + "Authors@R": "c(\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", 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 person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", "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", "Suggests": "covr, testthat (>= 3.0.0)", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.0", - "SystemRequirements": "C++11", "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.1", "NeedsCompilation": "yes", - "Packaged": "2022-07-06 12:54:24 UTC; thomas", - "Author": "Thomas Lin Pedersen [cre, aut]\n (),\n Berendea Nicolae [aut] (Author of the ColorSpace C++ library),\n Romain François [aut] ()", + "Packaged": "2024-05-13 08:31:27 UTC; thomas", + "Author": "Thomas Lin Pedersen [cre, aut]\n (),\n Berendea Nicolae [aut] (Author of the ColorSpace C++ library),\n Romain François [aut] (),\n Posit, PBC [cph, fnd]", + "Maintainer": "Thomas Lin Pedersen ", "Repository": "CRAN", - "Date/Publication": "2022-07-06 13:50:02 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-10 00:40:55 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2024-05-13 09:33:09 UTC", + "Built": "R 4.3.3; x86_64-w64-mingw32; 2024-06-03 00:44:46 UTC; windows", "Archs": "x64" } }, "fastmap": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "fastmap", "Title": "Fast Data Structures", - "Version": "1.1.0", - "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 )", + "Version": "1.2.0", + "Authors@R": "c(\n person(\"Winston\", \"Chang\", email = \"winston@posit.co\", role = c(\"aut\", \"cre\")),\n person(given = \"Posit Software, PBC\", 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", - "LazyData": "true", - "RoxygenNote": "7.1.1", + "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": "2021-01-25 20:28:54 UTC; winston", - "Author": "Winston Chang [aut, cre],\n RStudio [cph, fnd],\n Tessil [cph] (hopscotch_map library)", - "Maintainer": "Winston Chang ", + "Packaged": "2024-05-14 17:54:13 UTC; winston", + "Author": "Winston Chang [aut, cre],\n Posit Software, PBC [cph, fnd],\n Tessil [cph] (hopscotch_map library)", + "Maintainer": "Winston Chang ", "Repository": "CRAN", - "Date/Publication": "2021-01-25 21:00:02 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-05-24 00:40:39 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2024-05-15 09:00:07 UTC", + "Built": "R 4.3.3; x86_64-w64-mingw32; 2024-06-03 00:45:00 UTC; windows", "Archs": "x64" } }, "fontawesome": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Type": "Package", "Package": "fontawesome", - "Version": "0.2.2", + "Version": "0.5.2", "Title": "Easily Work with 'Font Awesome' Icons", "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@rstudio.com\", c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0003-3925-190X\")),\n person(\"Christophe\", \"Dervieux\", , \"cderv@rstudio.com\", role = \"ctb\",\n comment = c(ORCID = \"0000-0003-4474-2498\")),\n person(\"Winston\", \"Chang\", , \"winston@rstudio.com\", role = \"ctb\"),\n person(\"Dave\", \"Gandy\", role = c(\"ctb\", \"cph\"),\n comment = \"Font-Awesome font\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "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", + "URL": "https://github.com/rstudio/fontawesome,\nhttps://rstudio.github.io/fontawesome/", "BugReports": "https://github.com/rstudio/fontawesome/issues", "Encoding": "UTF-8", "ByteCompile": "true", - "RoxygenNote": "7.1.1", + "RoxygenNote": "7.2.3", "Depends": "R (>= 3.3.0)", - "Imports": "rlang (>= 0.4.10), htmltools (>= 0.5.1.1)", - "Suggests": "covr, knitr, testthat, rsvg", + "Imports": "rlang (>= 1.0.6), htmltools (>= 0.5.1.1)", + "Suggests": "covr, dplyr (>= 1.0.8), knitr (>= 1.31), testthat (>= 3.0.0),\nrsvg", + "Config/testthat/edition": "3", "NeedsCompilation": "no", - "Packaged": "2021-07-02 18:33:03 UTC; rich", - "Author": "Richard Iannone [aut, cre] (),\n Christophe Dervieux [ctb] (),\n Winston Chang [ctb],\n Dave Gandy [ctb, cph] (Font-Awesome font),\n RStudio [cph, fnd]", - "Maintainer": "Richard Iannone ", + "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": "CRAN", - "Date/Publication": "2021-07-02 18:50:02 UTC", - "Built": "R 4.2.0; ; 2022-06-21 02:01:00 UTC; windows" + "Date/Publication": "2023-08-19 04:52:40 UTC", + "Built": "R 4.3.2; ; 2024-02-15 03:09:22 UTC; windows" } }, "fs": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "fs", "Title": "Cross-Platform File System Operations Based on 'libuv'", - "Version": "1.5.2", - "Authors@R": "c(\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", \"aut\"),\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"libuv project contributors\", role = \"cph\", comment = \"libuv library\"),\n person(\"Joyent, Inc. and other Node contributors\", role = \"cph\", comment = \"libuv library\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "A cross-platform interface to file system operations, built on\n top of the 'libuv' C library.", - "Depends": "R (>= 3.1)", + "Version": "1.6.4", + "Authors@R": "c(\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", 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(\"Posit Software, PBC\", 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", - "Encoding": "UTF-8", - "ByteCompile": "true", - "Imports": "methods", - "SystemRequirements": "GNU make", - "RoxygenNote": "7.1.2", "URL": "https://fs.r-lib.org, https://github.com/r-lib/fs", "BugReports": "https://github.com/r-lib/fs/issues", - "Copyright": "file COPYRIGHTS", - "Suggests": "testthat, covr, pillar (>= 1.0.0), tibble (>= 1.1.0), crayon,\nrmarkdown, knitr, withr, spelling, vctrs (>= 0.3.0)", + "Depends": "R (>= 3.6)", + "Imports": "methods", + "Suggests": "covr, crayon, knitr, pillar (>= 1.0.0), rmarkdown, spelling,\ntestthat (>= 3.0.0), tibble (>= 1.1.0), vctrs (>= 0.3.0), withr", "VignetteBuilder": "knitr", + "ByteCompile": "true", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Copyright": "file COPYRIGHTS", + "Encoding": "UTF-8", "Language": "en-US", + "RoxygenNote": "7.2.3", + "SystemRequirements": "GNU make", "NeedsCompilation": "yes", - "Packaged": "2021-12-08 16:14:56 UTC; gaborcsardi", - "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]", + "Packaged": "2024-04-25 11:57:22 UTC; gaborcsardi", + "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 Posit Software, PBC [cph, fnd]", "Maintainer": "Gábor Csárdi ", "Repository": "CRAN", - "Date/Publication": "2021-12-08 23:00:08 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-05-24 00:41:46 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2024-04-25 12:50:02 UTC", + "Built": "R 4.3.3; x86_64-w64-mingw32; 2024-06-03 00:44:48 UTC; windows", "Archs": "x64" } }, "ggplot2": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "ggplot2", - "Version": "3.3.6", + "Version": "3.5.1", "Title": "Create Elegant Data Visualisations Using the Grammar of Graphics", - "Description": "A system for 'declaratively' creating graphics,\n based on \"The Grammar of Graphics\". You provide the data, tell 'ggplot2'\n how to map variables to aesthetics, what graphical primitives to use,\n and it takes care of the details.", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", \"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@rstudio.com\", \n role = c(\"aut\", \"cre\"), 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(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", - "Depends": "R (>= 3.3)", - "Imports": "digest, glue, grDevices, grid, gtable (>= 0.1.1), isoband,\nMASS, mgcv, rlang (>= 0.4.10), scales (>= 0.5.0), stats,\ntibble, withr (>= 2.0.0)", - "Suggests": "covr, ragg, dplyr, ggplot2movies, hexbin, Hmisc, interp,\nknitr, lattice, mapproj, maps, maptools, multcomp, munsell,\nnlme, profvis, quantreg, RColorBrewer, rgeos, rmarkdown, rpart,\nsf (>= 0.7-3), svglite (>= 1.2.0.9001), testthat (>= 2.1.0),\nvdiffr (>= 1.0.0), xml2", - "Enhances": "sp", + "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(\"Teun\", \"van den Brand\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-9335-7468\")),\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", - "LazyData": "true", - "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'legend-draw.r' 'geom-.r' 'annotation-custom.r'\n'annotation-logticks.r' 'geom-polygon.r' 'geom-map.r'\n'annotation-map.r' 'geom-raster.r' 'annotation-raster.r'\n'annotation.r' 'autolayer.r' 'autoplot.r' 'axis-secondary.R'\n'backports.R' 'bench.r' 'bin.R' 'coord-.r' 'coord-cartesian-.r'\n'coord-fixed.r' 'coord-flip.r' 'coord-map.r' 'coord-munch.r'\n'coord-polar.r' 'coord-quickmap.R' 'coord-sf.R'\n'coord-transform.r' 'data.R' 'facet-.r' 'facet-grid-.r'\n'facet-null.r' 'facet-wrap.r' 'fortify-lm.r' 'fortify-map.r'\n'fortify-multcomp.r' 'fortify-spatial.r' 'fortify.r' 'stat-.r'\n'geom-abline.r' 'geom-rect.r' 'geom-bar.r' 'geom-bin2d.r'\n'geom-blank.r' 'geom-boxplot.r' 'geom-col.r' 'geom-path.r'\n'geom-contour.r' 'geom-count.r' 'geom-crossbar.r'\n'geom-segment.r' 'geom-curve.r' 'geom-defaults.r'\n'geom-ribbon.r' 'geom-density.r' 'geom-density2d.r'\n'geom-dotplot.r' 'geom-errorbar.r' 'geom-errorbarh.r'\n'geom-freqpoly.r' 'geom-function.R' 'geom-hex.r'\n'geom-histogram.r' 'geom-hline.r' 'geom-jitter.r'\n'geom-label.R' 'geom-linerange.r' 'geom-point.r'\n'geom-pointrange.r' 'geom-quantile.r' 'geom-rug.r' 'geom-sf.R'\n'geom-smooth.r' 'geom-spoke.r' 'geom-text.r' 'geom-tile.r'\n'geom-violin.r' 'geom-vline.r' 'ggplot2.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' 'labeller.r' 'labels.r' 'layer.r' 'layer-sf.R'\n'layout.R' 'limits.r' 'margins.R' 'performance.R'\n'plot-build.r' 'plot-construction.r' 'plot-last.r' 'plot.r'\n'position-.r' 'position-collide.r' 'position-dodge.r'\n'position-dodge2.r' 'position-identity.r' 'position-jitter.r'\n'position-jitterdodge.R' 'position-nudge.R' 'position-stack.r'\n'quick-plot.r' 'range.r' 'reshape-add-margins.R' 'save.r'\n'scale-.r' 'scale-alpha.r' 'scale-binned.R' 'scale-brewer.r'\n'scale-colour.r' 'scale-continuous.r' 'scale-date.r'\n'scale-discrete-.r' 'scale-expansion.r' 'scale-gradient.r'\n'scale-grey.r' 'scale-hue.r' 'scale-identity.r'\n'scale-linetype.r' 'scale-manual.r' 'scale-shape.r'\n'scale-size.r' 'scale-steps.R' 'scale-type.R' 'scale-view.r'\n'scale-viridis.r' 'scales-.r' 'stat-bin.r' 'stat-bin2d.r'\n'stat-bindot.r' 'stat-binhex.r' 'stat-boxplot.r'\n'stat-contour.r' 'stat-count.r' 'stat-density-2d.r'\n'stat-density.r' 'stat-ecdf.r' 'stat-ellipse.R'\n'stat-function.r' 'stat-identity.r' 'stat-qq-line.R'\n'stat-qq.r' 'stat-quantile.r' 'stat-sf-coordinates.R'\n'stat-sf.R' 'stat-smooth-methods.r' 'stat-smooth.r'\n'stat-sum.r' 'stat-summary-2d.r' 'stat-summary-bin.R'\n'stat-summary-hex.r' 'stat-summary.r' 'stat-unique.r'\n'stat-ydensity.r' 'summarise-plot.R' 'summary.r'\n'theme-elements.r' 'theme.r' 'theme-defaults.r'\n'theme-current.R' 'translate-qplot-ggplot.r'\n'translate-qplot-lattice.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'", + "Depends": "R (>= 3.5)", + "Imports": "cli, glue, grDevices, grid, gtable (>= 0.1.1), isoband,\nlifecycle (> 1.0.1), MASS, mgcv, rlang (>= 1.1.0), scales (>=\n1.3.0), stats, tibble, vctrs (>= 0.6.0), withr (>= 2.5.0)", + "Suggests": "covr, dplyr, ggplot2movies, hexbin, Hmisc, knitr, mapproj,\nmaps, multcomp, munsell, nlme, profvis, quantreg, ragg (>=\n1.2.6), RColorBrewer, rmarkdown, rpart, sf (>= 0.7-3), svglite\n(>= 2.1.2), testthat (>= 3.1.2), vdiffr (>= 1.0.6), xml2", + "Enhances": "sp", "VignetteBuilder": "knitr", - "RoxygenNote": "7.1.1", - "Encoding": "UTF-8", "Config/Needs/website": "ggtext, tidyr, forcats, tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "LazyData": "true", + "RoxygenNote": "7.3.1", + "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-radial.R' 'coord-sf.R'\n'coord-transform.R' 'data.R' 'docs_layer.R' 'facet-.R'\n'facet-grid-.R' 'facet-null.R' 'facet-wrap.R' 'fortify-lm.R'\n'fortify-map.R' 'fortify-multcomp.R' 'fortify-spatial.R'\n'fortify.R' 'stat-.R' 'geom-abline.R' 'geom-rect.R'\n'geom-bar.R' 'geom-bin2d.R' 'geom-blank.R' 'geom-boxplot.R'\n'geom-col.R' 'geom-path.R' 'geom-contour.R' 'geom-count.R'\n'geom-crossbar.R' 'geom-segment.R' 'geom-curve.R'\n'geom-defaults.R' 'geom-ribbon.R' 'geom-density.R'\n'geom-density2d.R' 'geom-dotplot.R' 'geom-errorbar.R'\n'geom-errorbarh.R' 'geom-freqpoly.R' 'geom-function.R'\n'geom-hex.R' 'geom-histogram.R' 'geom-hline.R' 'geom-jitter.R'\n'geom-label.R' 'geom-linerange.R' 'geom-point.R'\n'geom-pointrange.R' 'geom-quantile.R' 'geom-rug.R' 'geom-sf.R'\n'geom-smooth.R' 'geom-spoke.R' 'geom-text.R' 'geom-tile.R'\n'geom-violin.R' 'geom-vline.R' 'ggplot2-package.R'\n'grob-absolute.R' 'grob-dotstack.R' 'grob-null.R' 'grouping.R'\n'theme-elements.R' 'guide-.R' 'guide-axis.R'\n'guide-axis-logticks.R' 'guide-axis-stack.R'\n'guide-axis-theta.R' 'guide-legend.R' 'guide-bins.R'\n'guide-colorbar.R' 'guide-colorsteps.R' 'guide-custom.R'\n'layer.R' 'guide-none.R' 'guide-old.R' 'guides-.R'\n'guides-grid.R' 'hexbin.R' 'import-standalone-obj-type.R'\n'import-standalone-types-check.R' 'labeller.R' 'labels.R'\n'layer-sf.R' 'layout.R' 'limits.R' 'margins.R' 'performance.R'\n'plot-build.R' 'plot-construction.R' 'plot-last.R' 'plot.R'\n'position-.R' 'position-collide.R' 'position-dodge.R'\n'position-dodge2.R' 'position-identity.R' 'position-jitter.R'\n'position-jitterdodge.R' 'position-nudge.R' 'position-stack.R'\n'quick-plot.R' 'reshape-add-margins.R' 'save.R' 'scale-.R'\n'scale-alpha.R' 'scale-binned.R' 'scale-brewer.R'\n'scale-colour.R' 'scale-continuous.R' 'scale-date.R'\n'scale-discrete-.R' 'scale-expansion.R' 'scale-gradient.R'\n'scale-grey.R' 'scale-hue.R' 'scale-identity.R'\n'scale-linetype.R' 'scale-linewidth.R' 'scale-manual.R'\n'scale-shape.R' 'scale-size.R' 'scale-steps.R' 'scale-type.R'\n'scale-view.R' 'scale-viridis.R' 'scales-.R' 'stat-align.R'\n'stat-bin.R' 'stat-bin2d.R' 'stat-bindot.R' 'stat-binhex.R'\n'stat-boxplot.R' 'stat-contour.R' 'stat-count.R'\n'stat-density-2d.R' 'stat-density.R' 'stat-ecdf.R'\n'stat-ellipse.R' 'stat-function.R' 'stat-identity.R'\n'stat-qq-line.R' 'stat-qq.R' 'stat-quantilemethods.R'\n'stat-sf-coordinates.R' 'stat-sf.R' 'stat-smooth-methods.R'\n'stat-smooth.R' 'stat-sum.R' 'stat-summary-2d.R'\n'stat-summary-bin.R' 'stat-summary-hex.R' 'stat-summary.R'\n'stat-unique.R' 'stat-ydensity.R' 'summarise-plot.R'\n'summary.R' 'theme.R' 'theme-defaults.R' 'theme-current.R'\n'utilities-break.R' 'utilities-grid.R' 'utilities-help.R'\n'utilities-matrix.R' 'utilities-patterns.R'\n'utilities-resolution.R' 'utilities-tidy-eval.R' 'zxx.R'\n'zzz.R'", "NeedsCompilation": "no", - "Packaged": "2022-04-27 07:43:19 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 RStudio [cph, fnd]", - "Maintainer": "Thomas Lin Pedersen ", + "Packaged": "2024-04-22 10:39:16 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 Teun van den Brand [aut] (),\n Posit, PBC [cph, fnd]", + "Maintainer": "Thomas Lin Pedersen ", "Repository": "CRAN", - "Date/Publication": "2022-05-03 07:00:14 UTC", - "Built": "R 4.2.0; ; 2022-06-07 03:22:00 UTC; windows" + "Date/Publication": "2024-04-23 08:00:08 UTC", + "Built": "R 4.3.3; ; 2024-06-24 02:12:29 UTC; windows" } }, "glue": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "glue", "Title": "Interpreted String Literals", - "Version": "1.6.2", - "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 )", + "Version": "1.7.0", + "Authors@R": "c(\n person(\"Jim\", \"Hester\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2739-7082\")),\n person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-6983-2759\")),\n person(\"Posit Software, PBC\", 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/", + "URL": "https://glue.tidyverse.org/, https://github.com/tidyverse/glue", "BugReports": "https://github.com/tidyverse/glue/issues", - "Depends": "R (>= 3.4)", + "Depends": "R (>= 3.6)", "Imports": "methods", - "Suggests": "covr, crayon, DBI, dplyr, forcats, ggplot2, knitr, magrittr,\nmicrobenchmark, R.utils, rmarkdown, rprintf, RSQLite, stringr,\ntestthat (>= 3.0.0), vctrs (>= 0.3.0), waldo (>= 0.3.0), withr", + "Suggests": "crayon, DBI (>= 1.2.0), dplyr, knitr, magrittr, rlang,\nrmarkdown, RSQLite, testthat (>= 3.2.0), vctrs (>= 0.3.0),\nwaldo (>= 0.3.0), withr", "VignetteBuilder": "knitr", "ByteCompile": "true", - "Config/Needs/website": "hadley/emo, tidyverse/tidytemplate", + "Config/Needs/website": "bench, forcats, ggbeeswarm, ggplot2, R.utils,\nrprintf, tidyr, tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.3.9000", "NeedsCompilation": "yes", - "Packaged": "2022-02-23 22:50:40 UTC; jenny", - "Author": "Jim Hester [aut] (),\n Jennifer Bryan [aut, cre] (),\n RStudio [cph, fnd]", - "Maintainer": "Jennifer Bryan ", + "Packaged": "2024-01-08 16:10:57 UTC; jenny", + "Author": "Jim Hester [aut] (),\n Jennifer Bryan [aut, cre] (),\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Jennifer Bryan ", "Repository": "CRAN", - "Date/Publication": "2022-02-24 07:50:20 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-05-24 00:40:35 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2024-01-09 23:13:08 UTC", + "Built": "R 4.3.2; x86_64-w64-mingw32; 2024-02-08 01:36:58 UTC; windows", "Archs": "x64" } }, "gtable": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "gtable", "Title": "Arrange 'Grobs' in Tables", - "Version": "0.3.0", - "Authors@R": "\n c(person(given = \"Hadley\",\n family = \"Wickham\",\n role = c(\"aut\", \"cre\"),\n email = \"hadley@rstudio.com\"),\n person(given = \"Thomas Lin\",\n family = \"Pedersen\",\n role = \"aut\",\n email = \"thomas.pedersen@rstudio.com\"),\n person(given = \"RStudio\",\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 build up sequentially.", - "License": "GPL-2", - "Depends": "R (>= 3.0)", - "Imports": "grid", - "Suggests": "covr, testthat, knitr, rmarkdown, ggplot2, profvis", - "Encoding": "UTF-8", - "RoxygenNote": "6.1.1", - "Collate": "'new-data-frame.r' 'add-grob.r' 'add-rows-cols.r'\n'add-space.r' 'grid.r' 'gtable-layouts.r' 'gtable-package.R'\n'gtable.r' 'rbind-cbind.r' 'utils.r' 'trim.r' 'filter.r'\n'align.r' 'padding.r' 'z.r'", - "URL": "https://github.com/r-lib/gtable", + "Version": "0.3.5", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Tools to make it easier to work with \"tables\" of 'grobs'. The\n 'gtable' package defines a 'gtable' grob class that specifies a grid\n along with a list of grobs and their placement in the grid. Further\n the package makes it easy to manipulate and combine 'gtable' objects\n so that complex compositions can be built up sequentially.", + "License": "MIT + file LICENSE", + "URL": "https://gtable.r-lib.org, https://github.com/r-lib/gtable", "BugReports": "https://github.com/r-lib/gtable/issues", + "Depends": "R (>= 3.5)", + "Imports": "cli, glue, grid, lifecycle, rlang (>= 1.1.0)", + "Suggests": "covr, ggplot2, knitr, profvis, rmarkdown, testthat (>= 3.0.0)", "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.1", "NeedsCompilation": "no", - "Packaged": "2019-03-25 14:56:43 UTC; thomas", - "Author": "Hadley Wickham [aut, cre],\n Thomas Lin Pedersen [aut],\n RStudio [cph]", - "Maintainer": "Hadley Wickham ", + "Packaged": "2024-04-22 10:46:27 UTC; thomas", + "Author": "Hadley Wickham [aut],\n Thomas Lin Pedersen [aut, cre],\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Thomas Lin Pedersen ", "Repository": "CRAN", - "Date/Publication": "2019-03-25 19:50:02 UTC", - "Built": "R 4.2.0; ; 2022-06-07 00:30:28 UTC; windows" + "Date/Publication": "2024-04-22 20:40:02 UTC", + "Built": "R 4.3.3; ; 2024-06-03 01:51:16 UTC; windows" } }, "htmltools": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { - "Package": "htmltools", "Type": "Package", + "Package": "htmltools", "Title": "Tools for HTML", - "Version": "0.5.2", - "Authors@R": "c(\n person(\"Joe\", \"Cheng\", role = \"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(\"Barret\", \"Schloerke\", role = \"aut\", email = \"barret@rstudio.com\", comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(\"Winston\", \"Chang\", role = \"aut\", email = \"winston@rstudio.com\", comment = c(ORCID = \"0000-0002-1576-2126\")),\n person(\"Yihui\", \"Xie\", role = \"aut\", email = \"yihui@rstudio.com\"),\n person(\"Jeff\", \"Allen\", role = \"aut\", email = \"jeff@rstudio.com\"),\n person(family = \"RStudio\", role = \"cph\")\n )", + "Version": "0.5.8.1", + "Authors@R": "c(\n person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\n person(\"Carson\", \"Sievert\", , \"carson@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Barret\", \"Schloerke\", , \"barret@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-1576-2126\")),\n person(\"Yihui\", \"Xie\", , \"yihui@posit.co\", role = \"aut\"),\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", - "Suggests": "markdown, testthat, withr, Cairo, ragg, shiny", - "Enhances": "knitr", "License": "GPL (>= 2)", - "URL": "https://github.com/rstudio/htmltools", + "URL": "https://github.com/rstudio/htmltools,\nhttps://rstudio.github.io/htmltools/", "BugReports": "https://github.com/rstudio/htmltools/issues", - "RoxygenNote": "7.1.1", + "Depends": "R (>= 2.14.1)", + "Imports": "base64enc, digest, fastmap (>= 1.1.0), grDevices, rlang (>=\n1.0.0), utils", + "Suggests": "Cairo, markdown, ragg, shiny, testthat, withr", + "Enhances": "knitr", + "Config/Needs/check": "knitr", + "Config/Needs/website": "rstudio/quillt, bench", "Encoding": "UTF-8", - "Collate": "'colors.R' 'html_dependency.R' 'html_escape.R' 'html_print.R'\n'images.R' 'known_tags.R' 'selector.R' 'shim.R' 'tag_query.R'\n'utils.R' 'tags.R' 'template.R'", + "RoxygenNote": "7.3.1", + "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'", "NeedsCompilation": "yes", - "Packaged": "2021-08-17 17:26:06 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 RStudio [cph]", - "Maintainer": "Carson Sievert ", + "Packaged": "2024-04-02 14:26:15 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": "CRAN", - "Date/Publication": "2021-08-25 13:50:02 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-05-29 01:31:32 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2024-04-04 05:03:00 UTC", + "Built": "R 4.3.3; x86_64-w64-mingw32; 2024-06-03 01:31:24 UTC; windows", "Archs": "x64" } }, "httpuv": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { - "Package": "httpuv", "Type": "Package", - "Encoding": "UTF-8", + "Package": "httpuv", "Title": "HTTP and WebSocket Server Library", - "Version": "1.6.5", - "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(family = \"RStudio, PBC\", role = \"cph\"),\n person(\"Hector\", \"Corrada Bravo\", role = \"ctb\"),\n person(\"Jeroen\", \"Ooms\", role = \"ctb\"),\n person(\"Andrzej\", \"Krzemienski\", role = \"cph\", comment = \"optional.hpp\")\n )", - "Copyright": "RStudio, PBC; Joyent, Inc.; Nginx Inc.; Igor Sysoev; Niels\nProvos; Internet Systems Consortium, Inc.; Alexander Chemeris;\nBerkeley Software Design; Google Inc.; Sony Mobile\nCommunications AB; Alexander Peslyak; Free Software Foundation,\nInc.; X Consortium; Ben Noordhuis; StrongLoop, Inc.; Saúl\nIbarra Corretgé; Bert Belder; Fedor Indutny; libuv project;\nRefael Ackermann; Kenneth MacKay; Emergya; Diego Pettenò; xine\nproject, The Regents of the University of California, Dariusz\nDwornikowski", - "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.)", + "Version": "1.6.14", + "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, C++11, zlib", - "RoxygenNote": "7.1.2", - "Suggests": "testthat, callr, curl, websocket", - "Collate": "'RcppExports.R' 'httpuv.R' 'random_port.R' 'server.R'\n'static_paths.R' 'utils.R'", + "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.3.1", + "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": "2022-01-04 21:27:22 UTC; winston", - "Author": "Joe Cheng [aut],\n Winston Chang [aut, cre],\n RStudio, PBC [cph],\n Hector Corrada Bravo [ctb],\n Jeroen Ooms [ctb],\n Andrzej Krzemienski [cph] (optional.hpp)", - "Maintainer": "Winston Chang ", + "Packaged": "2024-01-26 22:48:02 UTC; winston", + "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": "CRAN", - "Date/Publication": "2022-01-05 00:40:11 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-05-29 02:42:42 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2024-01-26 23:20:02 UTC", + "Built": "R 4.3.3; x86_64-w64-mingw32; 2024-03-14 03:19:58 UTC; windows", "Archs": "x64" } }, "isoband": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "isoband", "Title": "Generate Isolines and Isobands from Regularly Spaced Elevation\nGrids", - "Version": "0.2.5", - "Authors@R": "\n c(person(given = \"Claus O.\",\n family = \"Wilke\",\n role = c(\"aut\", \"cre\"),\n email = \"wilke@austin.utexas.edu\",\n comment = c(ORCID = \"0000-0002-7470-9261\")),\n person(given = \"Thomas Lin\",\n family = \"Pedersen\",\n role = \"aut\",\n email = \"thomasp85@gmail.com\",\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(given = \"testthat and Catch authors\",\n role = \"ctb\",\n comment = \"testthat C++ testing code\"))", - "Description": "A fast C++ implementation to generate contour lines (isolines) and\n contour polygons (isobands) from regularly spaced grids containing elevation data.", - "URL": "https://wilkelab.org/isoband/", - "BugReports": "https://github.com/wilkelab/isoband/issues", + "Version": "0.2.7", + "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", - "Encoding": "UTF-8", + "URL": "https://isoband.r-lib.org", + "BugReports": "https://github.com/r-lib/isoband/issues", "Imports": "grid, utils", - "RoxygenNote": "7.1.1", - "Config/testthat/edition": "3", "Suggests": "covr, ggplot2, knitr, magick, microbenchmark, rmarkdown, sf,\ntestthat, xml2", - "SystemRequirements": "C++11", "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "SystemRequirements": "C++11", "NeedsCompilation": "yes", - "Packaged": "2021-07-12 20:44:13 UTC; clauswilke", - "Author": "Claus O. Wilke [aut, cre] (),\n Thomas Lin Pedersen [aut] (),\n testthat and Catch authors [ctb] (testthat C++ testing code)", - "Maintainer": "Claus O. Wilke ", + "Packaged": "2022-12-19 20:10:02 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre] (),\n Claus O. Wilke [aut] (Original author,\n ),\n Thomas Lin Pedersen [aut] ()", + "Maintainer": "Hadley Wickham ", "Repository": "CRAN", - "Date/Publication": "2021-07-13 04:50:13 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-06-07 00:30:26 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2022-12-20 10:00:13 UTC", + "Built": "R 4.3.2; x86_64-w64-mingw32; 2024-02-11 01:42:55 UTC; windows", "Archs": "x64" } }, "jquerylib": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "jquerylib", "Title": "Obtain 'jQuery' as an HTML Dependency Object", @@ -751,46 +743,45 @@ "Maintainer": "Carson Sievert ", "Repository": "CRAN", "Date/Publication": "2021-04-26 17:10:02 UTC", - "Built": "R 4.2.0; ; 2022-05-29 02:05:56 UTC; windows" + "Built": "R 4.3.2; ; 2024-02-15 03:09:21 UTC; windows" } }, "jsonlite": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "jsonlite", - "Version": "1.8.0", + "Version": "1.8.8", "Title": "A Simple and Robust JSON Parser and Generator for R", "License": "MIT + file LICENSE", "Depends": "methods", "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://arxiv.org/abs/1403.2805 (paper)", + "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 \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, curl, vctrs, testthat, knitr, rmarkdown, R.rsp, sf", - "RoxygenNote": "7.1.1", + "Suggests": "httr, vctrs, testthat, knitr, rmarkdown, R.rsp, sf", + "RoxygenNote": "7.2.3", "Encoding": "UTF-8", "NeedsCompilation": "yes", - "Packaged": "2022-02-22 09:27:49 UTC; jeroen", + "Packaged": "2023-12-04 12:57:12 UTC; jeroen", "Author": "Jeroen Ooms [aut, cre] (),\n Duncan Temple Lang [ctb],\n Lloyd Hilaiel [cph] (author of bundled libyajl)", "Repository": "CRAN", - "Date/Publication": "2022-02-22 11:20:02 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-05-24 00:41:14 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2023-12-04 15:20:02 UTC", + "Built": "R 4.3.2; x86_64-w64-mingw32; 2024-02-08 01:36:59 UTC; windows", "Archs": "x64" } }, "labeling": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "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. ", @@ -798,105 +789,103 @@ "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": "CRAN", - "Date/Publication": "2020-10-20 07:00:09 UTC", - "Built": "R 4.2.0; ; 2022-04-24 01:19:40 UTC; windows" + "Date/Publication": "2023-08-29 22:20:02 UTC", + "Built": "R 4.3.1; ; 2023-10-20 00:51:12 UTC; windows" } }, "later": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "later", "Type": "Package", "Title": "Utilities for Scheduling Functions to Execute Later with Event\nLoops", - "Version": "1.3.0", - "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 )", + "Version": "1.3.2", + "Authors@R": "c(\n person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@posit.co\"),\n person(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@posit.co\"),\n person(family = \"Posit Software, PBC\", 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://github.com/r-lib/later", + "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", "Imports": "Rcpp (>= 0.12.9), rlang", "LinkingTo": "Rcpp", - "RoxygenNote": "7.1.1", - "SystemRequirements": "C++11", + "RoxygenNote": "7.2.3", "Suggests": "knitr, rmarkdown, testthat (>= 2.1.0)", "VignetteBuilder": "knitr", "Encoding": "UTF-8", "NeedsCompilation": "yes", - "Packaged": "2021-08-18 14:03:28 UTC; barret", - "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 ", + "Packaged": "2023-12-06 00:38:14 UTC; cpsievert", + "Author": "Winston Chang [aut, cre],\n Joe Cheng [aut],\n Posit Software, PBC [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": "CRAN", - "Date/Publication": "2021-08-18 16:30:06 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-05-29 01:31:38 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2023-12-06 09:10:05 UTC", + "Built": "R 4.3.2; x86_64-w64-mingw32; 2024-02-15 02:20:48 UTC; windows", "Archs": "x64" } }, "lattice": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "lattice", - "Version": "0.20-45", - "Date": "2021-09-18", + "Version": "0.21-9", + "Date": "2023-09-30", "Priority": "recommended", "Title": "Trellis Graphics for R", - "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\"))", + "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 = \"miscellaneous improvements\"),\n person(\"Zhijian (Jason)\", \"Wen\", role = \"cph\", comment = \"filled contour code\"),\n person(\"Paul\", \"Murrell\", role = \"ctb\", email = \"paul@stat.auckland.ac.nz\"),\n\t person(\"Stefan\", \"Eng\", role = \"ctb\", comment = \"violin plot improvements\"),\n\t person(\"Achim\", \"Zeileis\", role = \"ctb\", comment = \"modern colors\")\n\t )", "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", + "Depends": "R (>= 4.0.0)", + "Suggests": "KernSmooth, MASS, latticeExtra, colorspace", "Imports": "grid, grDevices, graphics, stats, utils", "Enhances": "chron", "LazyLoad": "yes", "LazyData": "yes", "License": "GPL (>= 2)", - "URL": "http://lattice.r-forge.r-project.org/", + "URL": "https://lattice.r-forge.r-project.org/", "BugReports": "https://github.com/deepayan/lattice/issues", "NeedsCompilation": "yes", - "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]", + "Packaged": "2023-09-30 22:29:13 UTC; deepayan", + "Author": "Deepayan Sarkar [aut, cre] (),\n Felix Andrews [ctb],\n Kevin Wright [ctb] (documentation),\n Neil Klepeis [ctb],\n Johan Larsson [ctb] (miscellaneous improvements),\n Zhijian (Jason) Wen [cph] (filled contour code),\n Paul Murrell [ctb],\n Stefan Eng [ctb] (violin plot improvements),\n Achim Zeileis [ctb] (modern colors)", "Maintainer": "Deepayan Sarkar ", "Repository": "CRAN", - "Date/Publication": "2021-09-22 12:10:02 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-04-22 12:21:06 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2023-10-01 04:40:07 UTC", + "Built": "R 4.3.2; x86_64-w64-mingw32; 2023-10-31 14:05:26 UTC; windows", "Archs": "x64" } }, "lifecycle": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "lifecycle", "Title": "Manage the Life Cycle of your Package Functions", - "Version": "1.0.1", - "Authors@R": "\n c(person(given = \"Lionel\",\n family = \"Henry\",\n role = c(\"aut\", \"cre\"),\n email = \"lionel@rstudio.com\"),\n person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\",\n email = \"hadley@rstudio.com\",\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(given = \"RStudio\",\n role = \"cph\"))", - "Description": "Manage the life cycle of your exported functions\n with shared conventions, documentation badges, and user-friendly\n deprecation warnings.", + "Version": "1.0.4", + "Authors@R": "c(\n person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Posit Software, PBC\", 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", - "Depends": "R (>= 3.3)", - "Imports": "glue, rlang (>= 0.4.10)", - "Suggests": "covr, crayon, lintr, tidyverse, knitr, rmarkdown, testthat\n(>= 3.0.1), tools, tibble, vctrs", + "Depends": "R (>= 3.6)", + "Imports": "cli (>= 3.4.0), glue, rlang (>= 1.1.0)", + "Suggests": "covr, crayon, knitr, lintr, rmarkdown, testthat (>= 3.0.1),\ntibble, tidyverse, tools, vctrs, withr", "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate, usethis", "Config/testthat/edition": "3", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.1", "NeedsCompilation": "no", - "Packaged": "2021-09-24 14:46:50 UTC; lionel", - "Author": "Lionel Henry [aut, cre],\n Hadley Wickham [aut] (),\n RStudio [cph]", - "Maintainer": "Lionel Henry ", + "Packaged": "2023-11-06 16:07:36 UTC; lionel", + "Author": "Lionel Henry [aut, cre],\n Hadley Wickham [aut] (),\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Lionel Henry ", "Repository": "CRAN", - "Date/Publication": "2021-09-24 15:30:02 UTC", - "Built": "R 4.2.0; ; 2022-05-24 01:32:23 UTC; windows" + "Date/Publication": "2023-11-07 10:10:10 UTC", + "Built": "R 4.3.2; ; 2024-02-08 02:16:53 UTC; windows" } }, "magrittr": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Type": "Package", "Package": "magrittr", @@ -920,17 +909,41 @@ "Maintainer": "Lionel Henry ", "Repository": "CRAN", "Date/Publication": "2022-03-30 07:30:09 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-05-24 00:40:54 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Built": "R 4.3.2; x86_64-w64-mingw32; 2024-02-08 01:36:58 UTC; windows", "Archs": "x64" } }, + "memoise": { + "Source": "CRAN", + "Repository": "https://cran.rstudio.com", + "description": { + "Package": "memoise", + "Title": "'Memoisation' of Functions", + "Version": "2.0.1", + "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", + "Imports": "rlang (>= 0.4.10), cachem", + "Suggests": "digest, aws.s3, covr, googleAuthR, googleCloudStorageR, httr,\ntestthat", + "Encoding": "UTF-8", + "RoxygenNote": "7.1.2", + "NeedsCompilation": "no", + "Packaged": "2021-11-24 21:24:50 UTC; jhester", + "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": "CRAN", + "Date/Publication": "2021-11-26 16:11:10 UTC", + "Built": "R 4.3.2; ; 2024-02-15 02:44:58 UTC; windows" + } + }, "mgcv": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "mgcv", - "Version": "1.8-40", + "Version": "1.9-0", "Author": "Simon Wood ", "Maintainer": "Simon Wood ", "Title": "Mixed GAM Computation Vehicle with Automatic Smoothness\nEstimation", @@ -943,17 +956,16 @@ "ByteCompile": "yes", "License": "GPL (>= 2)", "NeedsCompilation": "yes", - "Packaged": "2022-03-22 09:39:41 UTC; sw283", + "Packaged": "2023-07-07 06:01:32 UTC; sw283", "Repository": "CRAN", - "Date/Publication": "2022-03-29 09:50:02 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-06-23 02:26:06 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2023-07-11 08:40:18 UTC", + "Built": "R 4.3.2; x86_64-w64-mingw32; 2023-10-31 14:13:26 UTC; windows", "Archs": "x64" } }, "mime": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "mime", "Type": "Package", @@ -973,19 +985,18 @@ "Maintainer": "Yihui Xie ", "Repository": "CRAN", "Date/Publication": "2021-09-28 05:00:05 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-04-24 01:19:40 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Built": "R 4.3.1; x86_64-w64-mingw32; 2023-10-20 00:51:12 UTC; windows", "Archs": "x64" } }, "munsell": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "munsell", "Type": "Package", "Title": "Utilities for Using Munsell Colours", - "Version": "0.5.0", + "Version": "0.5.1", "Author": "Charlotte Wickham ", "Maintainer": "Charlotte Wickham ", "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.", @@ -993,17 +1004,19 @@ "Imports": "colorspace, methods", "License": "MIT + file LICENSE", "URL": "https://cran.r-project.org/package=munsell,\nhttps://github.com/cwickham/munsell/", - "RoxygenNote": "6.0.1", + "RoxygenNote": "7.3.1", + "Encoding": "UTF-8", + "BugReports": "https://github.com/cwickham/munsell/issues", "NeedsCompilation": "no", - "Packaged": "2018-06-11 23:15:15 UTC; wickhamc", + "Packaged": "2024-04-01 20:42:09 UTC; charlottewickham", "Repository": "CRAN", - "Date/Publication": "2018-06-12 04:29:06 UTC", - "Built": "R 4.2.0; ; 2022-05-29 01:31:07 UTC; windows" + "Date/Publication": "2024-04-01 23:40:10 UTC", + "Built": "R 4.3.3; ; 2024-06-03 01:31:21 UTC; windows" } }, "mvbutils": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "mvbutils", "Version": "2.8.232", @@ -1020,16 +1033,16 @@ "Packaged": "2018-12-12 11:36:05 UTC; bra381", "Repository": "CRAN", "Date/Publication": "2018-12-12 15:30:03 UTC", - "Built": "R 4.2.0; ; 2022-04-24 01:26:52 UTC; windows" + "Built": "R 4.3.1; ; 2023-10-20 01:01:33 UTC; windows" } }, "nlme": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "nlme", - "Version": "3.1-157", - "Date": "2022-03-25", + "Version": "3.1-163", + "Date": "2023-07-31", "Priority": "recommended", "Title": "Linear and Nonlinear Mixed Effects Models", "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\")))", @@ -1045,51 +1058,51 @@ "MailingList": "R-help@r-project.org", "URL": "https://svn.r-project.org/R-packages/trunk/nlme/", "NeedsCompilation": "yes", - "Packaged": "2022-03-25 08:20:49 UTC; ripley", + "Packaged": "2023-08-02 07:04:32 UTC; maechler", "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": "2022-03-25 16:25:02 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-06-23 01:51:43 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2023-08-09 11:20:02 UTC", + "Built": "R 4.3.2; x86_64-w64-mingw32; 2023-10-31 14:10:05 UTC; windows", "Archs": "x64" } }, "pillar": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "pillar", "Title": "Coloured Formatting for Columns", - "Version": "1.8.0", - "Authors@R": "\n c(person(given = \"Kirill\",\n family = \"M\\u00fcller\",\n role = c(\"aut\", \"cre\"),\n email = \"krlmlr+r@mailbox.org\"),\n person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\"),\n person(given = \"RStudio\",\n role = \"cph\"))", + "Version": "1.9.0", + "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", - "Imports": "cli (>= 2.3.0), fansi, glue, lifecycle, rlang (>= 1.0.2), utf8\n(>= 1.1.0), utils, vctrs (>= 0.3.8)", - "Suggests": "bit64, debugme, DiagrammeR, dplyr, formattable, ggplot2,\nknitr, lubridate, nanotime, nycflights13, palmerpenguins,\nrmarkdown, scales, stringi, survival, testthat (>= 3.1.1),\ntibble, units (>= 0.7.2), vdiffr, withr", + "Imports": "cli (>= 2.3.0), fansi, glue, lifecycle, rlang (>= 1.0.2), utf8\n(>= 1.1.0), utils, vctrs (>= 0.5.0)", + "Suggests": "bit64, DBI, debugme, DiagrammeR, dplyr, formattable, ggplot2,\nknitr, lubridate, nanotime, nycflights13, palmerpenguins,\nrmarkdown, scales, stringi, survival, testthat (>= 3.1.1),\ntibble, units (>= 0.7.2), vdiffr, withr", "VignetteBuilder": "knitr", "Encoding": "UTF-8", - "RoxygenNote": "7.2.0", + "RoxygenNote": "7.2.3", "Config/testthat/edition": "3", "Config/testthat/parallel": "true", "Config/testthat/start-first": "format_multi_fuzz, format_multi_fuzz_2,\nformat_multi, ctl_colonnade, ctl_colonnade_1, ctl_colonnade_2", "Config/autostyle/scope": "line_breaks", "Config/autostyle/strict": "true", "Config/gha/extra-packages": "DiagrammeR=?ignore-before-r=3.5.0", + "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "no", - "Packaged": "2022-07-09 04:42:15 UTC; kirill", - "Author": "Kirill Müller [aut, cre],\n Hadley Wickham [aut],\n RStudio [cph]", - "Maintainer": "Kirill Müller ", + "Packaged": "2023-03-21 08:42:46 UTC; kirill", + "Author": "Kirill Müller [aut, cre] (),\n Hadley Wickham [aut],\n RStudio [cph]", + "Maintainer": "Kirill Müller ", "Repository": "CRAN", - "Date/Publication": "2022-07-18 08:50:06 UTC", - "Built": "R 4.2.1; ; 2022-07-26 02:26:23 UTC; windows" + "Date/Publication": "2023-03-22 08:10:02 UTC", + "Built": "R 4.3.2; ; 2024-02-08 03:03:40 UTC; windows" } }, "pkgconfig": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "pkgconfig", "Title": "Private Configuration for 'R' Packages", @@ -1108,44 +1121,43 @@ "Packaged": "2019-09-22 08:42:40 UTC; gaborcsardi", "Repository": "CRAN", "Date/Publication": "2019-09-22 09:20:02 UTC", - "Built": "R 4.2.0; ; 2022-05-24 00:40:32 UTC; windows" + "Built": "R 4.3.2; ; 2024-02-08 01:36:59 UTC; windows" } }, "promises": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { - "Package": "promises", "Type": "Package", + "Package": "promises", "Title": "Abstractions for Promise-Based Asynchronous Programming", - "Version": "1.2.0.1", - "Authors@R": "c(\n person(\"Joe\", \"Cheng\", email = \"joe@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Provides fundamental abstractions for doing asynchronous programming\n in R using promises. Asynchronous programming is useful for allowing a single\n R process to orchestrate multiple tasks in the background while also attending\n to something else. Semantics are similar to 'JavaScript' promises, but with a\n syntax that is idiomatic R.", + "Version": "1.3.0", + "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.3.1", "NeedsCompilation": "yes", - "Packaged": "2021-02-11 18:18:47 UTC; barret", - "Author": "Joe Cheng [aut, cre],\n RStudio [cph, fnd]", - "Maintainer": "Joe Cheng ", + "Packaged": "2024-04-04 20:02:05 UTC; jcheng", + "Author": "Joe Cheng [aut, cre],\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Joe Cheng ", "Repository": "CRAN", - "Date/Publication": "2021-02-11 19:00:02 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-05-29 02:06:13 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2024-04-05 15:00:06 UTC", + "Built": "R 4.3.3; x86_64-w64-mingw32; 2024-06-19 01:33:35 UTC; windows", "Archs": "x64" } }, "rappdirs": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Type": "Package", "Package": "rappdirs", @@ -1168,52 +1180,49 @@ "Maintainer": "Hadley Wickham ", "Repository": "CRAN", "Date/Publication": "2021-01-31 05:40:02 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-05-24 00:40:34 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Built": "R 4.3.2; x86_64-w64-mingw32; 2024-02-15 01:39:56 UTC; windows", "Archs": "x64" } }, "rlang": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "rlang", - "Version": "1.0.2", + "Version": "1.1.4", "Title": "Functions for Base Types and Core R and 'Tidyverse' Features", "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@rstudio.com\", c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", ,\"hadley@rstudio.com\", \"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 = \"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "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", - "Depends": "R (>= 3.4.0)", + "Depends": "R (>= 3.5.0)", "Imports": "utils", "Suggests": "cli (>= 3.1.0), covr, crayon, fs, glue, knitr, magrittr,\nmethods, pillar, rmarkdown, stats, testthat (>= 3.0.0), tibble,\nusethis, vctrs (>= 0.2.3), withr", "Enhances": "winch", - "SystemRequirements": "C++11", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.3.1", "URL": "https://rlang.r-lib.org, https://github.com/r-lib/rlang", "BugReports": "https://github.com/r-lib/rlang/issues", "Config/testthat/edition": "3", "Config/Needs/website": "dplyr, tidyverse/tidytemplate", "NeedsCompilation": "yes", - "Packaged": "2022-03-04 12:15:17 UTC; lionel", - "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 RStudio [cph, fnd]", - "Maintainer": "Lionel Henry ", + "Packaged": "2024-05-31 12:46:04 UTC; lionel", + "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": "CRAN", - "Date/Publication": "2022-03-04 15:30:06 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-05-24 00:42:07 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2024-06-04 09:45:03 UTC", + "Built": "R 4.3.3; x86_64-w64-mingw32; 2024-06-04 23:50:51 UTC; windows", "Archs": "x64" } }, "sass": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Type": "Package", "Package": "sass", - "Version": "0.4.1", + "Version": "0.4.9", "Title": "Syntactically Awesome Style Sheets ('Sass')", "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 )", @@ -1221,168 +1230,150 @@ "URL": "https://rstudio.github.io/sass/, https://github.com/rstudio/sass", "BugReports": "https://github.com/rstudio/sass/issues", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.3.1", "SystemRequirements": "GNU make", - "Imports": "fs, rlang (>= 0.4.10), htmltools (>= 0.5.1), R6, rappdirs", + "Imports": "fs (>= 1.2.4), rlang (>= 0.4.10), htmltools (>= 0.5.1), R6,\nrappdirs", "Suggests": "testthat, knitr, rmarkdown, withr, shiny, curl", "VignetteBuilder": "knitr", "Config/testthat/edition": "3", "NeedsCompilation": "yes", - "Packaged": "2022-03-23 16:15:53 UTC; cpsievert", + "Packaged": "2024-03-15 21:58:01 UTC; cpsievert", "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": "CRAN", - "Date/Publication": "2022-03-23 17:10:02 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-05-29 02:07:04 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2024-03-15 22:30:02 UTC", + "Built": "R 4.3.3; x86_64-w64-mingw32; 2024-06-03 01:51:23 UTC; windows", "Archs": "x64" } }, "scales": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "scales", "Title": "Scale Functions for Visualization", - "Version": "1.2.0", - "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 )", + "Version": "1.3.0", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\")),\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"Dana\", \"Seidel\", role = \"aut\"),\n person(\"Posit, PBC\", 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", - "Depends": "R (>= 3.2)", - "Imports": "farver (>= 2.0.3), labeling, lifecycle, munsell (>= 0.5), R6,\nRColorBrewer, rlang (>= 1.0.0), viridisLite", - "Suggests": "bit64, covr, dichromat, ggplot2, hms (>= 0.5.0), stringi,\ntestthat (>= 3.0.0), waldo (>= 0.4.0)", + "Depends": "R (>= 3.6)", + "Imports": "cli, farver (>= 2.0.3), glue, labeling, lifecycle, munsell (>=\n0.5), R6, RColorBrewer, rlang (>= 1.0.0), viridisLite", + "Suggests": "bit64, covr, dichromat, ggplot2, hms (>= 0.5.0), stringi,\ntestthat (>= 3.0.0)", "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", "Encoding": "UTF-8", "LazyLoad": "yes", - "RoxygenNote": "7.1.2", - "Config/testthat/edition": "3", - "NeedsCompilation": "no", - "Packaged": "2022-04-13 15:10:33 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\n Dana Seidel [aut],\n RStudio [cph, fnd]", - "Maintainer": "Hadley Wickham ", + "RoxygenNote": "7.2.3", + "NeedsCompilation": "yes", + "Packaged": "2023-11-27 20:27:59 UTC; thomas", + "Author": "Hadley Wickham [aut],\n Thomas Lin Pedersen [cre, aut]\n (),\n Dana Seidel [aut],\n Posit, PBC [cph, fnd]", + "Maintainer": "Thomas Lin Pedersen ", "Repository": "CRAN", - "Date/Publication": "2022-04-13 22:40:02 UTC", - "Built": "R 4.2.0; ; 2022-05-29 02:05:53 UTC; windows" + "Date/Publication": "2023-11-28 09:10:06 UTC", + "Built": "R 4.3.2; ; 2024-02-11 02:45:48 UTC; windows" } }, "shiny": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "shiny", "Type": "Package", "Title": "Web Application Framework for R", - "Version": "1.7.1", - "Authors@R": "c(\n person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\", comment = c(ORCID = \"0000-0002-1576-2126\")),\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\n person(\"JJ\", \"Allaire\", role = \"aut\", email = \"jj@rstudio.com\"),\n person(\"Carson\", \"Sievert\", role = \"aut\", email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Barret\", \"Schloerke\", role = \"aut\", email = \"barret@rstudio.com\", comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(\"Yihui\", \"Xie\", role = \"aut\", email = \"yihui@rstudio.com\"),\n person(\"Jeff\", \"Allen\", role = \"aut\", email = \"jeff@rstudio.com\"),\n person(\"Jonathan\", \"McPherson\", role = \"aut\", email = \"jonathan@rstudio.com\"),\n person(\"Alan\", \"Dipert\", role = \"aut\"),\n person(\"Barbara\", \"Borges\", role = \"aut\"),\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(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 )", + "Version": "1.8.0", + "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.2.1), htmltools (>=\n0.5.2), 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)", - "Suggests": "datasets, Cairo (>= 1.5-5), testthat (>= 3.0.0), knitr (>=\n1.6), markdown, rmarkdown, ggplot2, reactlog (>= 1.0.0),\nmagrittr, shinytest (>= 1.4.0.9003), yaml, future, dygraphs,\nragg, showtext, sass", - "URL": "https://shiny.rstudio.com/", + "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/, 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' 'tar.R'\n'test-export.R' 'test-server.R' 'test.R' 'update-input.R'\n'utils-lang.R' 'version_bs_date_picker.R'\n'version_ion_range_slider.R' 'version_jquery.R'\n'version_selectize.R' 'version_strftime.R' 'viewer.R'", - "RoxygenNote": "7.1.2", + "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", "Encoding": "UTF-8", "RdMacros": "lifecycle", "Config/testthat/edition": "3", + "Config/Needs/check": "shinytest2", "NeedsCompilation": "no", - "Packaged": "2021-10-01 21:41:01 UTC; winston", - "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 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 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 ", + "Packaged": "2023-11-17 16:44:52 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": "CRAN", - "Date/Publication": "2021-10-02 04:30:02 UTC", - "Built": "R 4.2.0; ; 2022-06-21 03:05:08 UTC; windows" + "Date/Publication": "2023-11-17 23:40:02 UTC", + "Built": "R 4.3.3; ; 2024-03-14 03:38:43 UTC; windows" } }, "sourcetools": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "sourcetools", "Type": "Package", "Title": "Tools for Reading, Tokenizing and Parsing R Code", - "Version": "0.1.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\n of R code, and helpers for interacting with the tokenized representation of R\n code.", "License": "MIT + file LICENSE", - "LazyData": "TRUE", "Depends": "R (>= 3.0.2)", "Suggests": "testthat", "RoxygenNote": "5.0.1", "BugReports": "https://github.com/kevinushey/sourcetools/issues", "Encoding": "UTF-8", "NeedsCompilation": "yes", - "Packaged": "2018-04-25 03:19:22 UTC; kevin", + "Packaged": "2023-01-31 18:03:04 UTC; kevin", "Repository": "CRAN", - "Date/Publication": "2018-04-25 03:38:09 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-06-21 00:33:42 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2023-02-01 10:10:02 UTC", + "Built": "R 4.3.3; x86_64-w64-mingw32; 2024-03-14 01:57:46 UTC; windows", "Archs": "x64" } }, - "stockassessmentdictionary": { - "Source": "CRAN", - "Repository": null, - "description": { - "Package": "stockassessmentdictionary", - "Title": "What the Package Does (One Line, Title Case)", - "Version": "0.0.0.9000", - "Authors@R": "person(\"First\", \"Last\", , \"first.last@example.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"YOUR-ORCID-ID\"))", - "Description": "What the package does (one paragraph).", - "License": "`use_mit_license()`, `use_gpl3_license()` or friends to pick a\nlicense", - "Encoding": "UTF-8", - "Roxygen": "list(markdown = TRUE)", - "RoxygenNote": "7.2.0.9000", - "Imports": "mvbutils" - } - }, "tibble": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "tibble", "Title": "Simple Data Frames", - "Version": "3.1.7", - "Authors@R": "\n c(person(given = \"Kirill\",\n family = \"M\\u00fcller\",\n role = c(\"aut\", \"cre\"),\n email = \"krlmlr+r@mailbox.org\"),\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\")))", + "Version": "3.2.1", + "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", - "Depends": "R (>= 3.1.0)", - "Imports": "ellipsis (>= 0.3.2), fansi (>= 0.4.0), lifecycle (>= 1.0.0),\nmagrittr, methods, pillar (>= 1.7.0), pkgconfig, rlang (>=\n1.0.1), utils, vctrs (>= 0.3.8)", - "Suggests": "bench, bit64, blob, brio, callr, cli, covr, crayon (>=\n1.3.4), DiagrammeR, dplyr, evaluate, formattable, ggplot2, hms,\nhtmltools, knitr, lubridate, mockr, nycflights13, pkgbuild,\npkgload, purrr, rmarkdown, stringi, testthat (>= 3.0.2), tidyr,\nwithr", + "Depends": "R (>= 3.4.0)", + "Imports": "fansi (>= 0.4.0), lifecycle (>= 1.0.0), magrittr, methods,\npillar (>= 1.8.1), pkgconfig, rlang (>= 1.0.2), utils, vctrs\n(>= 0.4.2)", + "Suggests": "bench, bit64, blob, brio, callr, cli, covr, crayon (>=\n1.3.4), DiagrammeR, dplyr, evaluate, formattable, ggplot2,\nhere, hms, htmltools, knitr, lubridate, mockr, nycflights13,\npkgbuild, pkgload, purrr, rmarkdown, stringi, testthat (>=\n3.0.2), tidyr, withr", "VignetteBuilder": "knitr", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.3", "Config/testthat/edition": "3", "Config/testthat/parallel": "true", - "Config/testthat/start-first": "subsetting, as_tibble, add, invariants", + "Config/testthat/start-first": "vignette-formats, as_tibble, add,\ninvariants", "Config/autostyle/scope": "line_breaks", "Config/autostyle/strict": "true", + "Config/autostyle/rmd": "false", "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "yes", - "Packaged": "2022-04-26 14:15:54 UTC; kirill", - "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 ", + "Packaged": "2023-03-19 09:23:10 UTC; kirill", + "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": "CRAN", - "Date/Publication": "2022-05-03 07:00:06 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-05-24 03:16:28 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2023-03-20 06:30:02 UTC", + "Built": "R 4.3.2; x86_64-w64-mingw32; 2024-02-04 03:33:44 UTC; windows", "Archs": "x64" } }, "utf8": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "utf8", "Title": "Unicode Text Processing", - "Version": "1.2.2", - "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 = \"krlmlr+r@mailbox.org\"),\n person(given = \"Unicode, Inc.\",\n role = c(\"cph\", \"dtc\"),\n comment = \"Unicode Character Database\"))", + "Version": "1.2.4", + "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", @@ -1392,58 +1383,57 @@ "VignetteBuilder": "knitr, rmarkdown", "Config/testthat/edition": "3", "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2021-07-24 08:19:25 UTC; kirill", + "Packaged": "2023-10-22 13:43:19 UTC; kirill", "Author": "Patrick O. Perry [aut, cph],\n Kirill Müller [cre],\n Unicode, Inc. [cph, dtc] (Unicode Character Database)", - "Maintainer": "Kirill Müller ", + "Maintainer": "Kirill Müller ", "Repository": "CRAN", - "Date/Publication": "2021-07-24 15:00:02 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-05-24 00:40:55 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2023-10-22 21:50:02 UTC", + "Built": "R 4.3.2; x86_64-w64-mingw32; 2024-02-08 01:36:58 UTC; windows", "Archs": "x64" } }, "vctrs": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "vctrs", "Title": "Vector Helpers", - "Version": "0.4.1", - "Authors@R": "\n c(person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\",\n email = \"hadley@rstudio.com\"),\n person(given = \"Lionel\",\n family = \"Henry\",\n role = c(\"aut\", \"cre\"),\n email = \"lionel@rstudio.com\"),\n person(given = \"Davis\",\n family = \"Vaughan\",\n role = \"aut\",\n email = \"davis@rstudio.com\"),\n person(given = \"data.table team\",\n role = \"cph\",\n comment = \"Radix sort based on data.table's forder() and their contribution to R's order()\"),\n person(given = \"RStudio\",\n role = \"cph\"))", - "Description": "Defines new notions of prototype and size that are\n used to provide tools for consistent and well-founded type-coercion\n and size-recycling, and are in turn connected to ideas of type- and\n size-stability useful for analysing function interfaces.", + "Version": "0.6.5", + "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/", + "URL": "https://vctrs.r-lib.org/, https://github.com/r-lib/vctrs", "BugReports": "https://github.com/r-lib/vctrs/issues", - "Depends": "R (>= 3.3)", - "Imports": "cli (>= 3.2.0), glue, rlang (>= 1.0.2)", - "Suggests": "bit64, covr, crayon, dplyr (>= 0.8.5), generics, knitr,\npillar (>= 1.4.4), pkgdown (>= 2.0.1), rmarkdown, testthat (>=\n3.0.0), tibble (>= 3.1.3), withr, xml2, waldo (>= 0.2.0),\nzeallot", + "Depends": "R (>= 3.5.0)", + "Imports": "cli (>= 3.4.0), glue, lifecycle (>= 1.0.3), rlang (>= 1.1.0)", + "Suggests": "bit64, covr, crayon, dplyr (>= 0.8.5), generics, knitr,\npillar (>= 1.4.4), pkgdown (>= 2.0.1), rmarkdown, testthat (>=\n3.0.0), tibble (>= 3.1.3), waldo (>= 0.2.0), withr, xml2,\nzeallot", "VignetteBuilder": "knitr", - "SystemRequirements": "C++11", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", "Encoding": "UTF-8", "Language": "en-GB", - "RoxygenNote": "7.1.2", - "Config/testthat/edition": "3", - "Config/Needs/website": "tidyverse/tidytemplate", + "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2022-04-13 08:56:33 UTC; lionel", - "Author": "Hadley Wickham [aut],\n Lionel Henry [aut, cre],\n Davis Vaughan [aut],\n data.table team [cph] (Radix sort based on data.table's forder() and\n their contribution to R's order()),\n RStudio [cph]", - "Maintainer": "Lionel Henry ", + "Packaged": "2023-12-01 16:27:12 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": "CRAN", - "Date/Publication": "2022-04-13 10:30:02 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-05-24 02:10:09 UTC; windows", - "ExperimentalWindowsRuntime": "ucrt", + "Date/Publication": "2023-12-01 23:50:02 UTC", + "Built": "R 4.3.2; x86_64-w64-mingw32; 2024-02-08 02:42:55 UTC; windows", "Archs": "x64" } }, "viridisLite": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "viridisLite", "Type": "Package", "Title": "Colorblind-Friendly Color Maps (Lite Version)", - "Version": "0.4.0", + "Version": "0.4.2", + "Date": "2023-05-02", "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 \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 .", @@ -1453,48 +1443,48 @@ "Suggests": "hexbin (>= 1.27.0), ggplot2 (>= 1.0.1), testthat, covr", "URL": "https://sjmgarnier.github.io/viridisLite/,\nhttps://github.com/sjmgarnier/viridisLite/", "BugReports": "https://github.com/sjmgarnier/viridisLite/issues/", - "RoxygenNote": "7.1.1", + "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2021-04-11 18:02:57 UTC; simon", + "Packaged": "2023-05-02 21:38:46 UTC; simon", "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": "CRAN", - "Date/Publication": "2021-04-13 15:00:02 UTC", - "Built": "R 4.2.0; ; 2022-05-29 00:39:47 UTC; windows" + "Date/Publication": "2023-05-02 23:50:02 UTC", + "Built": "R 4.3.2; ; 2024-02-11 01:42:56 UTC; windows" } }, "withr": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "withr", "Title": "Run Code 'With' Temporarily Modified Global State", - "Version": "2.5.0", - "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\")))", + "Version": "3.0.0", + "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@posit.co\"),\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@posit.co\"),\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 = \"Posit Software, PBC\",\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", - "Depends": "R (>= 3.2.0)", - "Imports": "graphics, grDevices, stats", + "Depends": "R (>= 3.5.0)", + "Imports": "graphics, grDevices,", "Suggests": "callr, covr, DBI, knitr, lattice, methods, rlang, rmarkdown\n(>= 2.12), RSQLite, testthat (>= 3.0.0)", "VignetteBuilder": "knitr", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", - "Collate": "'aaa.R' 'collate.R' 'compat-defer.R' 'connection.R' 'db.R'\n'defer.R' 'wrap.R' 'local_.R' 'with_.R' 'devices.R' 'dir.R'\n'env.R' 'file.R' 'language.R' 'libpaths.R' 'locale.R'\n'makevars.R' 'namespace.R' 'options.R' 'par.R' 'path.R' 'rng.R'\n'seed.R' 'sink.R' 'tempfile.R' 'timezone.R' 'torture.R'\n'utils.R' 'with.R'", + "RoxygenNote": "7.3.0.9000", + "Collate": "'aaa.R' 'collate.R' 'connection.R' 'db.R' 'defer-exit.R'\n'standalone-defer.R' 'defer.R' 'wrap.R' 'local_.R' 'with_.R'\n'devices.R' 'dir.R' 'env.R' 'file.R' 'language.R' 'libpaths.R'\n'locale.R' 'makevars.R' 'namespace.R' 'options.R' 'par.R'\n'path.R' 'rng.R' 'seed.R' 'sink.R' 'tempfile.R' 'timezone.R'\n'torture.R' 'utils.R' 'with.R'", "Config/testthat/edition": "3", "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "no", - "Packaged": "2022-03-03 21:13:01 UTC; lionel", - "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 ", + "Packaged": "2024-01-16 10:22:29 UTC; lionel", + "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 Posit Software, PBC [cph, fnd]", + "Maintainer": "Lionel Henry ", "Repository": "CRAN", - "Date/Publication": "2022-03-03 21:50:02 UTC", - "Built": "R 4.2.0; ; 2022-05-24 00:40:55 UTC; windows" + "Date/Publication": "2024-01-16 14:20:02 UTC", + "Built": "R 4.3.2; ; 2024-02-08 01:36:59 UTC; windows" } }, "xtable": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com/", + "Repository": "https://cran.rstudio.com", "description": { "Package": "xtable", "Version": "1.8-4", @@ -1514,19 +1504,22 @@ "Packaged": "2019-04-21 10:56:51 UTC; dsco036", "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", - "Built": "R 4.2.0; ; 2022-06-21 00:33:08 UTC; windows" + "Built": "R 4.3.3; ; 2024-03-14 01:57:45 UTC; windows" } } }, "files": { + "extra.css": { + "checksum": "3b50a812dac2e6d63d866e600fc10017" + }, "nmfs-styles.css": { "checksum": "383b12076ec170bebc6e91c557a3fcf3" }, "server.r": { - "checksum": "948e81258478a072e5dbe11655a6df8c" + "checksum": "ba586e66188b16ab56425ab5086f081d" }, "ui.r": { - "checksum": "5f34fc56336523438ea03a54df840f4d" + "checksum": "f25b27067d8b1a00f13e38aeb8187cf7" } }, "users": null