diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 7969d2b1..fd49421d 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -22,7 +22,7 @@ jobs: # single OS and R version, aligned with the target deployment environment matrix: config: - - {os: ubuntu-latest, r: '4.3.1'} + - {os: ubuntu-latest, r: '4.2.1'} env: # Access token for GitHub @@ -55,9 +55,9 @@ jobs: - name: Activate renv and restore packages with cache uses: r-lib/actions/setup-renv@v2 - - name: Install renv Development tools - run: renv::install() - shell: Rscript {0} + # - name: Install renv Development tools + # run: renv::install() + # shell: Rscript {0} - name: Fetch and rebuild latest data if: github.event_name == 'schedule' @@ -84,7 +84,7 @@ jobs: git push origin - name: Deploy to shinyapps.io # Continuous deployment only for pushes to the main / master branch - # if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' env: SHINYAPPS_ACCOUNT: ${{ secrets.SHINYAPPS_ACCOUNT }} SHINYAPPS_TOKEN: ${{ secrets.SHINYAPPS_TOKEN }} diff --git a/deploy/deploy-shinyapps.R b/deploy/deploy-shinyapps.R index 7546f79c..b161594f 100644 --- a/deploy/deploy-shinyapps.R +++ b/deploy/deploy-shinyapps.R @@ -11,7 +11,7 @@ options(rsconnect.packrat = TRUE) rsconnect::deployApp( account = "miraisolutions", - appName = "covid19-test", + appName = "covid19", forceUpdate = TRUE # to be added since rsconnect >1 # exclude hidden files and renv directory (if present) # appFiles = setdiff(list.files(), "renv") diff --git a/inst/datahub/DATA.rds b/inst/datahub/DATA.rds index 6689aa12..9fc6010e 100644 Binary files a/inst/datahub/DATA.rds and b/inst/datahub/DATA.rds differ diff --git a/inst/datahub/Selected_Country.rds b/inst/datahub/Selected_Country.rds index 39e956a5..97e1e9cc 100644 Binary files a/inst/datahub/Selected_Country.rds and b/inst/datahub/Selected_Country.rds differ diff --git a/inst/datahub/Top_Countries.rds b/inst/datahub/Top_Countries.rds index fc579162..01a59d9c 100644 Binary files a/inst/datahub/Top_Countries.rds and b/inst/datahub/Top_Countries.rds differ diff --git a/manifest.json b/manifest.json new file mode 100644 index 00000000..5cb2e109 --- /dev/null +++ b/manifest.json @@ -0,0 +1,4339 @@ +{ + "version": 1, + "locale": "en_CH", + "platform": "4.2.1", + "metadata": { + "appmode": "shiny", + "primary_rmd": null, + "primary_html": null, + "content_category": null, + "has_parameters": false + }, + "packages": { + "COVID19": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "COVID19", + "Type": "Package", + "Title": "R Interface to COVID-19 Data Hub", + "Version": "3.0.2", + "Authors@R": "c(\nperson(given = \"Emanuele\", family = \"Guidotti\", email = \"emanuele.guidotti@unine.ch\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-8961-6623\")),\nperson(given = \"David\", family = \"Ardia\", role = c(\"ctb\"), comment = c(ORCID = \"0000-0003-2823-782X\"))\n)", + "Description": "Provides a daily summary of COVID-19 cases, deaths, recovered, tests,\nvaccinations, and hospitalizations for 230+ countries, 760+ regions,\nand 12000+ administrative divisions of lower level.\nIncludes policy measures, mobility data, and geospatial identifiers.\nData source: COVID-19 Data Hub .", + "License": "MIT + file LICENSE", + "URL": "https://covid19datahub.io", + "BugReports": "https://github.com/covid19datahub/COVID19/issues", + "Encoding": "UTF-8", + "Imports": "tools, utils, R.utils, data.table", + "Suggests": "RSQLite, wbstats (>= 1.0.0)", + "RoxygenNote": "7.1.2", + "NeedsCompilation": "no", + "Packaged": "2022-02-22 14:01:13 UTC; eguidotti", + "Author": "Emanuele Guidotti [aut, cre] (),\nDavid Ardia [ctb] ()", + "Maintainer": "Emanuele Guidotti ", + "Repository": "CRAN", + "Date/Publication": "2022-02-22 14:30:12 UTC", + "Built": "R 4.2.2; ; 2022-11-10 02:38:52 UTC; windows" + } + }, + "DT": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "DT", + "Type": "Package", + "Title": "A Wrapper of the JavaScript Library 'DataTables'", + "Version": "0.26", + "Authors@R": "c(\nperson(\"Yihui\", \"Xie\", email = \"xie@yihui.name\", role = c(\"aut\", \"cre\")),\nperson(\"Joe\", \"Cheng\", role = \"aut\"),\nperson(\"Xianying\", \"Tan\", role = \"aut\"),\nperson(\"JJ\", \"Allaire\", role = \"ctb\"),\nperson(\"Maximilian\", \"Girlich\", role = \"ctb\"),\nperson(\"Greg\", \"Freedman Ellis\", role = \"ctb\"),\nperson(\"Johannes\", \"Rauh\", role = \"ctb\"),\nperson(\"SpryMedia Limited\", role = c(\"ctb\", \"cph\"), comment = \"DataTables in htmlwidgets/lib\"),\nperson(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"), comment = \"selectize.js in htmlwidgets/lib\"),\nperson(\"Leon\", \"Gersen\", role = c(\"ctb\", \"cph\"), comment = \"noUiSlider in htmlwidgets/lib\"),\nperson(\"Bartek\", \"Szopka\", role = c(\"ctb\", \"cph\"), comment = \"jquery.highlight.js in htmlwidgets/lib\"),\nperson(\"Alex\", \"Pickering\", role = c(\"ctb\")),\nperson(\"William\", \"Holmes\", role = c(\"ctb\")),\nperson(\"Mikko\", \"Marttila\", role = c(\"ctb\")),\nperson(\"Andres\", \"Quintero\", role = c(\"ctb\")),\nperson(\"Stéphane\", \"Laurent\", role = c(\"ctb\")),\nperson(\"RStudio, PBC\", role = \"cph\")\n)", + "Maintainer": "Yihui Xie ", + "Description": "Data objects in R can be rendered as HTML tables using the\nJavaScript library 'DataTables' (typically via R Markdown or Shiny). The\n'DataTables' library has been included in this R package. The package name\n'DT' is an abbreviation of 'DataTables'.", + "URL": "https://github.com/rstudio/DT", + "BugReports": "https://github.com/rstudio/DT/issues", + "License": "GPL-3 | file LICENSE", + "Imports": "htmltools (>= 0.3.6), htmlwidgets (>= 1.3), jsonlite (>=\n0.9.16), magrittr, crosstalk, jquerylib, promises", + "Suggests": "knitr (>= 1.8), rmarkdown, shiny (>= 1.6), bslib, future,\ntestit", + "VignetteBuilder": "knitr", + "RoxygenNote": "7.2.1", + "Encoding": "UTF-8", + "NeedsCompilation": "no", + "Packaged": "2022-10-18 23:11:25 UTC; yihui", + "Author": "Yihui Xie [aut, cre],\nJoe Cheng [aut],\nXianying Tan [aut],\nJJ Allaire [ctb],\nMaximilian Girlich [ctb],\nGreg Freedman Ellis [ctb],\nJohannes Rauh [ctb],\nSpryMedia Limited [ctb, cph] (DataTables in htmlwidgets/lib),\nBrian Reavis [ctb, cph] (selectize.js in htmlwidgets/lib),\nLeon Gersen [ctb, cph] (noUiSlider in htmlwidgets/lib),\nBartek Szopka [ctb, cph] (jquery.highlight.js in htmlwidgets/lib),\nAlex Pickering [ctb],\nWilliam Holmes [ctb],\nMikko Marttila [ctb],\nAndres Quintero [ctb],\nStéphane Laurent [ctb],\nRStudio, PBC [cph]", + "Repository": "CRAN", + "Date/Publication": "2022-10-19 00:17:54 UTC", + "Built": "R 4.2.2; ; 2022-11-10 04:15:00 UTC; windows" + } + }, + "MASS": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "MASS", + "Priority": "recommended", + "Version": "7.3-58.2", + "Date": "2023-01-21", + "Revision": "$Rev: 3606 $", + "Depends": "R (>= 3.3.0), grDevices, graphics, stats, utils", + "Imports": "methods", + "Suggests": "lattice, nlme, nnet, survival", + "Authors@R": "c(person(\"Brian\", \"Ripley\", role = c(\"aut\", \"cre\", \"cph\"),\nemail = \"ripley@stats.ox.ac.uk\"),\nperson(\"Bill\", \"Venables\", role = \"ctb\"),\nperson(c(\"Douglas\", \"M.\"), \"Bates\", role = \"ctb\"),\nperson(\"Kurt\", \"Hornik\", role = \"trl\",\ncomment = \"partial port ca 1998\"),\nperson(\"Albrecht\", \"Gebhardt\", role = \"trl\",\ncomment = \"partial port ca 1998\"),\nperson(\"David\", \"Firth\", role = \"ctb\"))", + "Description": "Functions and datasets to support Venables and Ripley,\n\"Modern Applied Statistics with S\" (4th edition, 2002).", + "Title": "Support Functions and Datasets for Venables and Ripley's MASS", + "LazyData": "yes", + "ByteCompile": "yes", + "License": "GPL-2 | GPL-3", + "URL": "http://www.stats.ox.ac.uk/pub/MASS4/", + "Contact": "", + "NeedsCompilation": "yes", + "Packaged": "2023-01-21 13:59:47 UTC; ripley", + "Author": "Brian Ripley [aut, cre, cph],\nBill Venables [ctb],\nDouglas M. Bates [ctb],\nKurt Hornik [trl] (partial port ca 1998),\nAlbrecht Gebhardt [trl] (partial port ca 1998),\nDavid Firth [ctb]", + "Maintainer": "Brian Ripley ", + "Repository": "CRAN", + "Date/Publication": "2023-01-23 05:49:12 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2023-02-16 02:11:55 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "Matrix": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "Matrix", + "Version": "1.5-3", + "Date": "2022-11-09", + "Priority": "recommended", + "Title": "Sparse and Dense Matrix Classes and Methods", + "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\"),\nemail = \"mmaechler+Matrix@gmail.com\",\ncomment = c(ORCID = \"0000-0002-8685-9910\"))\n, person(\"Mikael\", \"Jagan\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-3542-2938\"))\n, person(\"Timothy A.\", \"Davis\", role = \"ctb\",\ncomment = c(\"SuiteSparse and 'cs' C libraries, notably CHOLMOD and AMD\",\n\"collaborators listed in dir(pattern=\\\"^[A-Z]+[.]txt$\\\", full.names=TRUE, system.file(\\\"doc\\\", \\\"SuiteSparse\\\", package=\\\"Matrix\\\"))\"))\n, person(\"Jens\", \"Oehlschlägel\", role = \"ctb\",\ncomment = \"initial nearPD()\")\n, person(\"Jason\", \"Riedy\", role = \"ctb\",\ncomment = c(\"condest() and onenormest() for octave\",\n\"Copyright: Regents of the University of California\"))\n, person(\"R Core Team\", role = \"ctb\",\ncomment = \"base R matrix implementation\")\n)", + "Description": "A rich hierarchy of matrix classes, including triangular,\nsymmetric, and diagonal matrices, both dense and sparse and with\npattern, logical and numeric entries. Numerous methods for and\noperations on these matrices, using 'LAPACK' and 'SuiteSparse' libraries.", + "Depends": "R (>= 3.5.0), methods", + "Imports": "graphics, grid, lattice, stats, utils", + "Suggests": "expm, MASS", + "Enhances": "MatrixModels, graph, SparseM, sfsmisc, igraph, maptools, sp,\nspdep", + "EnhancesNote": "line 2: for \"Rd xrefs\"", + "Encoding": "UTF-8", + "LazyData": "no", + "LazyDataNote": "not possible, since we use data/*.R *and* our 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", + "NeedsCompilation": "yes", + "Packaged": "2022-11-10 14:57:57 UTC; maechler", + "Author": "Douglas Bates [aut],\nMartin Maechler [aut, cre] (),\nMikael Jagan [aut] (),\nTimothy A. Davis [ctb] (SuiteSparse and 'cs' C libraries, notably\nCHOLMOD and AMD, collaborators listed in\ndir(pattern=\"^[A-Z]+[.]txt$\", full.names=TRUE, system.file(\"doc\",\n\"SuiteSparse\", package=\"Matrix\"))),\nJens Oehlschlägel [ctb] (initial nearPD()),\nJason Riedy [ctb] (condest() and onenormest() for octave, Copyright:\nRegents of the University of California),\nR Core Team [ctb] (base R matrix implementation)", + "Repository": "CRAN", + "Date/Publication": "2022-11-11 08:30:10 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2023-02-16 03:10:15 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "R.methodsS3": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "R.methodsS3", + "Version": "1.8.2", + "Depends": "R (>= 2.13.0)", + "Imports": "utils", + "Suggests": "codetools", + "Title": "S3 Methods Simplified", + "Authors@R": "c(person(\"Henrik\", \"Bengtsson\", role=c(\"aut\", \"cre\", \"cph\"),\nemail = \"henrikb@braju.com\"))", + "Author": "Henrik Bengtsson [aut, cre, cph]", + "Maintainer": "Henrik Bengtsson ", + "Description": "Methods that simplify the setup of S3 generic functions and S3 methods. Major effort has been made in making definition of methods as simple as possible with a minimum of maintenance for package developers. For example, generic functions are created automatically, if missing, and naming conflict are automatically solved, if possible. The method setMethodS3() is a good start for those who in the future may want to migrate to S4. This is a cross-platform package implemented in pure R that generates standard S3 methods.", + "License": "LGPL (>= 2.1)", + "LazyLoad": "TRUE", + "URL": "https://github.com/HenrikBengtsson/R.methodsS3", + "BugReports": "https://github.com/HenrikBengtsson/R.methodsS3/issues", + "NeedsCompilation": "no", + "Packaged": "2022-06-13 18:23:35 UTC; hb", + "Repository": "CRAN", + "Date/Publication": "2022-06-13 22:00:14 UTC", + "Built": "R 4.2.0; ; 2022-06-13 23:51:09 UTC; windows" + } + }, + "R.oo": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "R.oo", + "Version": "1.25.0", + "Depends": "R (>= 2.13.0), R.methodsS3 (>= 1.8.1)", + "Imports": "methods, utils", + "Suggests": "tools", + "Title": "R Object-Oriented Programming with or without References", + "Authors@R": "c(person(\"Henrik\", \"Bengtsson\", role=c(\"aut\", \"cre\", \"cph\"),\nemail = \"henrikb@braju.com\"))", + "Author": "Henrik Bengtsson [aut, cre, cph]", + "Maintainer": "Henrik Bengtsson ", + "Description": "Methods and classes for object-oriented programming in R with or without references. Large effort has been made on making definition of methods as simple as possible with a minimum of maintenance for package developers. The package has been developed since 2001 and is now considered very stable. This is a cross-platform package implemented in pure R that defines standard S3 classes without any tricks.", + "License": "LGPL (>= 2.1)", + "LazyLoad": "TRUE", + "URL": "https://github.com/HenrikBengtsson/R.oo", + "BugReports": "https://github.com/HenrikBengtsson/R.oo/issues", + "NeedsCompilation": "no", + "Packaged": "2022-06-12 00:26:52 UTC; hb", + "Repository": "CRAN", + "Date/Publication": "2022-06-12 02:20:02 UTC", + "Built": "R 4.2.0; ; 2022-06-13 23:51:49 UTC; windows" + } + }, + "R.utils": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "R.utils", + "Version": "2.12.1", + "Depends": "R (>= 2.14.0), R.oo (>= 1.24.0)", + "Imports": "methods, utils, tools, R.methodsS3 (>= 1.8.1)", + "Suggests": "datasets, digest (>= 0.6.10)", + "Title": "Various Programming Utilities", + "Authors@R": "c(person(\"Henrik\", \"Bengtsson\", role=c(\"aut\", \"cre\", \"cph\"),\nemail = \"henrikb@braju.com\"))", + "Author": "Henrik Bengtsson [aut, cre, cph]", + "Maintainer": "Henrik Bengtsson ", + "Description": "Utility functions useful when programming and developing R packages.", + "License": "LGPL (>= 2.1)", + "LazyLoad": "TRUE", + "URL": "https://henrikbengtsson.github.io/R.utils/,\nhttps://github.com/HenrikBengtsson/R.utils", + "BugReports": "https://github.com/HenrikBengtsson/R.utils/issues", + "NeedsCompilation": "no", + "Packaged": "2022-10-30 20:34:24 UTC; hb", + "Repository": "CRAN", + "Date/Publication": "2022-10-30 22:12:37 UTC", + "Built": "R 4.2.2; ; 2022-11-08 02:06:39 UTC; windows" + } + }, + "R6": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "R6", + "Title": "Encapsulated Classes with Reference Semantics", + "Version": "2.5.1", + "Authors@R": "person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@stdout.org\")", + "Description": "Creates classes with reference semantics, similar to R's built-in\nreference classes. Compared to reference classes, R6 classes are simpler\nand lighter-weight, and they are not built on S4 classes so they do not\nrequire the methods package. These classes allow public and private\nmembers, and they support inheritance, even when the classes are defined in\ndifferent packages.", + "Depends": "R (>= 3.0)", + "Suggests": "testthat, pryr", + "License": "MIT + file LICENSE", + "URL": "https://r6.r-lib.org, https://github.com/r-lib/R6/", + "BugReports": "https://github.com/r-lib/R6/issues", + "RoxygenNote": "7.1.1", + "NeedsCompilation": "no", + "Packaged": "2021-08-06 20:18:46 UTC; winston", + "Author": "Winston Chang [aut, cre]", + "Maintainer": "Winston Chang ", + "Repository": "CRAN", + "Date/Publication": "2021-08-19 14:00:05 UTC", + "Built": "R 4.2.1; ; 2022-08-30 00:41:29 UTC; windows" + } + }, + "RColorBrewer": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "RColorBrewer", + "Version": "1.1-3", + "Date": "2022-04-03", + "Title": "ColorBrewer Palettes", + "Authors@R": "c(person(given = \"Erich\", family = \"Neuwirth\", role = c(\"aut\",\n\"cre\"), email = \"erich.neuwirth@univie.ac.at\"))", + "Author": "Erich Neuwirth [aut, cre]", + "Maintainer": "Erich Neuwirth ", + "Depends": "R (>= 2.0.0)", + "Description": "Provides color schemes for maps (and other graphics)\ndesigned by Cynthia Brewer as described at http://colorbrewer2.org.", + "License": "Apache License 2.0", + "Packaged": "2022-04-03 10:26:20 UTC; neuwirth", + "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" + } + }, + "Rcpp": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "Rcpp", + "Title": "Seamless R and C++ Integration", + "Version": "1.0.9", + "Date": "2022-07-02", + "Author": "Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,\nNathan Russell, Inaki Ucar, Douglas Bates and John Chambers", + "Maintainer": "Dirk Eddelbuettel ", + "Description": "The 'Rcpp' package provides R functions as well as C++ classes which\noffer a seamless integration of R and C++. Many R data types and objects can be\nmapped back and forth to C++ equivalents which facilitates both writing of new\ncode as well as easier integration of third-party libraries. Documentation\nabout 'Rcpp' is provided by several vignettes included in this package, via the\n'Rcpp Gallery' site at , the paper by Eddelbuettel and\nFrancois (2011, ), the book by Eddelbuettel (2013,\n) and the paper by Eddelbuettel and Balamuta (2018,\n); see 'citation(\"Rcpp\")' for details.", + "Imports": "methods, utils", + "Suggests": "tinytest, inline, rbenchmark, pkgKitten (>= 0.1.2)", + "URL": "https://www.rcpp.org,\nhttps://dirk.eddelbuettel.com/code/rcpp.html,\nhttps://github.com/RcppCore/Rcpp", + "License": "GPL (>= 2)", + "BugReports": "https://github.com/RcppCore/Rcpp/issues", + "MailingList": "rcpp-devel@lists.r-forge.r-project.org", + "RoxygenNote": "6.1.1", + "NeedsCompilation": "yes", + "Packaged": "2022-07-02 15:34:02 UTC; edd", + "Repository": "CRAN", + "Date/Publication": "2022-07-08 23:10:06 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-30 00:46:31 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "askpass": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "askpass", + "Type": "Package", + "Title": "Safe Password Entry for R, Git, and SSH", + "Version": "1.1", + "Authors@R": "person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"),\nemail = \"jeroen@berkeley.edu\", comment = c(ORCID = \"0000-0002-4035-0289\"))", + "Description": "Cross-platform utilities for prompting the user for credentials or a\npassphrase, for example to authenticate with a server or read a protected key.\nIncludes native programs for MacOS and Windows, hence no 'tcltk' is required.\nPassword entry can be invoked in two different ways: directly from R via the\naskpass() function, or indirectly as password-entry back-end for 'ssh-agent'\nor 'git-credential' via the SSH_ASKPASS and GIT_ASKPASS environment variables.\nThereby the user can be prompted for credentials or a passphrase if needed\nwhen R calls out to git or ssh.", + "License": "MIT + file LICENSE", + "URL": "https://github.com/jeroen/askpass#readme", + "BugReports": "https://github.com/jeroen/askpass/issues", + "Encoding": "UTF-8", + "LazyData": "true", + "Imports": "sys (>= 2.1)", + "RoxygenNote": "6.1.1", + "Suggests": "testthat", + "Language": "en-US", + "NeedsCompilation": "yes", + "Packaged": "2019-01-13 12:08:17 UTC; jeroen", + "Author": "Jeroen Ooms [aut, cre] ()", + "Maintainer": "Jeroen Ooms ", + "Repository": "CRAN", + "Date/Publication": "2019-01-13 12:50:03 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-30 01:31:08 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "attempt": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "attempt", + "Title": "Tools for Defensive Programming", + "Version": "0.3.1", + "Authors@R": "person(\"Colin\", \"Fay\", email = \"contact@colinfay.me\", role = c(\"aut\", \"cre\"), comment=c(ORCID=\"0000-0001-7343-1846\"))", + "Description": "Tools for defensive programming, inspired by 'purrr' mappers and\nbased on 'rlang'.'attempt' extends and facilitates defensive programming by\nproviding a consistent grammar, and provides a set of easy to use functions\nfor common tests and conditions. 'attempt' only depends on 'rlang', and\nfocuses on speed, so it can be easily integrated in other functions and\nused in data analysis.", + "License": "MIT + file LICENSE", + "Encoding": "UTF-8", + "URL": "https://github.com/ColinFay/attempt", + "LazyData": "true", + "Suggests": "testthat, knitr, rmarkdown, curl", + "VignetteBuilder": "knitr", + "Imports": "rlang", + "RoxygenNote": "7.1.0", + "NeedsCompilation": "no", + "Packaged": "2020-05-03 20:24:38 UTC; colin", + "Author": "Colin Fay [aut, cre] ()", + "Maintainer": "Colin Fay ", + "Repository": "CRAN", + "Date/Publication": "2020-05-03 20:50:02 UTC", + "Built": "R 4.2.1; ; 2022-08-30 01:33:28 UTC; windows" + } + }, + "base64enc": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "base64enc", + "Version": "0.1-3", + "Title": "Tools for base64 encoding", + "Author": "Simon Urbanek ", + "Maintainer": "Simon Urbanek ", + "Depends": "R (>= 2.9.0)", + "Enhances": "png", + "Description": "This package provides tools for handling base64 encoding. It is more flexible than the orphaned base64 package.", + "License": "GPL-2 | GPL-3", + "URL": "http://www.rforge.net/base64enc", + "NeedsCompilation": "yes", + "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", + "Archs": "x64" + } + }, + "brew": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Type": "Package", + "Package": "brew", + "Title": "Templating Framework for Report Generation", + "Version": "1.0-8", + "Authors@R": "c(\nperson(\"Jeffrey\", \"Horner\", role = c(\"aut\", \"cph\")),\nperson(\"Greg\", \"Hunt\", , \"greg@firmansyah.com\", role = c(\"aut\", \"cre\", \"cph\"))\n)", + "Description": "Implements a templating framework for mixing text and R code\nfor report generation. brew template syntax is similar to PHP, Ruby's\nerb module, Java Server Pages, and Python's psp module.", + "License": "GPL-2", + "URL": "https://github.com/gregfrog/brew", + "BugReports": "https://github.com/gregfrog/brew/issues", + "Suggests": "testthat (>= 3.0.0)", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "Repository": "CRAN", + "NeedsCompilation": "no", + "Packaged": "2022-09-28 07:04:26 UTC; greg", + "Author": "Jeffrey Horner [aut, cph],\nGreg Hunt [aut, cre, cph]", + "Maintainer": "Greg Hunt ", + "Date/Publication": "2022-09-29 08:10:18 UTC", + "Built": "R 4.2.1; ; 2022-10-09 00:44:00 UTC; windows" + } + }, + "brio": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "brio", + "Title": "Basic R Input Output", + "Version": "1.1.3", + "Authors@R": "c(\nperson(\"Jim\", \"Hester\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-2739-7082\")),\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Functions to handle basic input output, these functions\nalways read and write UTF-8 (8-bit Unicode Transformation Format)\nfiles and provide more explicit control over line endings.", + "License": "MIT + file LICENSE", + "URL": "https://brio.r-lib.org, https://github.com/r-lib/brio", + "BugReports": "https://github.com/r-lib/brio/issues", + "Suggests": "covr, testthat (>= 2.1.0)", + "Encoding": "UTF-8", + "RoxygenNote": "7.1.2", + "NeedsCompilation": "yes", + "Packaged": "2021-11-29 23:19:46 UTC; jhester", + "Author": "Jim Hester [aut] (),\nGábor Csárdi [aut, cre],\nRStudio [cph, fnd]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN", + "Date/Publication": "2021-11-30 13:10:02 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-30 00:41:31 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "bslib": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "bslib", + "Title": "Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'", + "Version": "0.4.0", + "Authors@R": "c(\nperson(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\nperson(family = \"RStudio\", role = \"cph\"),\nperson(family = \"Bootstrap contributors\", role = \"ctb\",\ncomment = \"Bootstrap library\"),\nperson(family = \"Twitter, Inc\", role = \"cph\",\ncomment = \"Bootstrap library\"),\nperson(\"Javi\", \"Aguilar\", role = c(\"ctb\", \"cph\"),\ncomment = \"Bootstrap colorpicker library\"),\nperson(\"Thomas\", \"Park\", role = c(\"ctb\", \"cph\"),\ncomment = \"Bootswatch library\"),\nperson(family = \"PayPal\", role = c(\"ctb\", \"cph\"),\ncomment = \"Bootstrap accessibility plugin\")\n)", + "Description": "Simplifies custom 'CSS' styling of both 'shiny' and '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, cachem, memoise", + "Suggests": "shiny (>= 1.6.0), rmarkdown (>= 2.7), thematic, knitr,\ntestthat, withr, rappdirs, curl, magrittr", + "License": "MIT + file LICENSE", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.0", + "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' 'staticimports.R'\n'utils-shiny.R' '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/testthat/edition": "3", + "Config/Needs/routine": "desc, renv", + "Config/Needs/website": "brio, dplyr, DT, glue, purrr, rprojroot,\nrstudio/quillt, stringr, tidyr", + "Config/Needs/deploy": "BH, DT, ggplot2, hexbin, lattice, reactable,\nrprojroot, rsconnect", + "NeedsCompilation": "no", + "Packaged": "2022-07-16 14:17:56 UTC; cpsievert", + "Author": "Carson Sievert [aut, cre] (),\nJoe Cheng [aut],\nRStudio [cph],\nBootstrap contributors [ctb] (Bootstrap library),\nTwitter, Inc [cph] (Bootstrap library),\nJavi Aguilar [ctb, cph] (Bootstrap colorpicker library),\nThomas Park [ctb, cph] (Bootswatch library),\nPayPal [ctb, cph] (Bootstrap accessibility plugin)", + "Maintainer": "Carson Sievert ", + "Repository": "CRAN", + "Date/Publication": "2022-07-16 16:20:03 UTC", + "Built": "R 4.2.1; ; 2022-08-30 02:42:08 UTC; windows" + } + }, + "bsplus": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "bsplus", + "Type": "Package", + "Title": "Adds Functionality to the R Markdown + Shiny Bootstrap Framework", + "Version": "0.1.3", + "Authors@R": "c(\nperson(\ngiven = \"Ian\",\nfamily = \"Lyttle\",\nemail = \"ian.lyttle@se.com\",\nrole = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0000-0001-9962-4849\"),\n),\nperson(family = \"Schneider Electric\", role = c(\"cph\")),\nperson(given = \"Alex\", family = \"Shum\", email = \"alex@ALShum.com\", role = c(\"ctb\")),\nperson(given = \"Emily\", family = \"Bosak\", email = \"berrye123@gmail.com\", role = c(\"ctb\"))\n)", + "Description": "The Bootstrap framework lets you add some JavaScript functionality to your web site by\nadding attributes to your HTML tags - Bootstrap takes care of the JavaScript\n. If you are using R Markdown or Shiny, you can\nuse these functions to create collapsible sections, accordion panels, modals, tooltips,\npopovers, and an accordion sidebar framework (not described at Bootstrap site).\nPlease note this package was designed for Bootstrap 3.3.", + "License": "MIT + file LICENSE", + "Depends": "R (>= 3.3.0)", + "Imports": "htmltools, magrittr, purrr, lubridate, stringr, rmarkdown,\nglue, jsonlite, methods", + "URL": "https://github.com/ijlyttle/bsplus", + "BugReports": "https://github.com/ijlyttle/bsplus/issues", + "RoxygenNote": "7.1.1", + "Encoding": "UTF-8", + "Suggests": "testthat, shiny, covr, knitr, markdown", + "NeedsCompilation": "no", + "Packaged": "2021-10-04 15:33:42 UTC; ijlyttle", + "Author": "Ian Lyttle [aut, cre, cph] (),\nSchneider Electric [cph],\nAlex Shum [ctb],\nEmily Bosak [ctb]", + "Maintainer": "Ian Lyttle ", + "Repository": "CRAN", + "Date/Publication": "2021-10-05 07:20:14 UTC", + "Built": "R 4.2.1; ; 2022-08-30 03:26:46 UTC; windows" + } + }, + "cachem": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "cachem", + "Version": "1.0.6", + "Title": "Cache R Objects with Automatic Pruning", + "Description": "Key-value stores with automatic pruning. Caches can limit\neither their total size or the age of the oldest object (or both),\nautomatically pruning objects to maintain the constraints.", + "Authors@R": "c(\nperson(\"Winston\", \"Chang\", , \"winston@rstudio.com\", c(\"aut\", \"cre\")),\nperson(family = \"RStudio\", role = c(\"cph\", \"fnd\")))", + "License": "MIT + file LICENSE", + "Encoding": "UTF-8", + "ByteCompile": "true", + "URL": "https://cachem.r-lib.org/, https://github.com/r-lib/cachem", + "Imports": "rlang, fastmap", + "Suggests": "testthat", + "RoxygenNote": "7.1.1", + "NeedsCompilation": "yes", + "Packaged": "2021-08-19 21:07:46 UTC; barret", + "Author": "Winston Chang [aut, cre],\nRStudio [cph, fnd]", + "Maintainer": "Winston Chang ", + "Repository": "CRAN", + "Date/Publication": "2021-08-19 21:30:02 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-30 01:31:13 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "callr": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "callr", + "Title": "Call R from R", + "Version": "3.7.3", + "Authors@R": "c(\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0000-0001-7098-9676\")),\nperson(\"Winston\", \"Chang\", role = \"aut\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\")),\nperson(\"Mango Solutions\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "It is sometimes useful to perform a computation in a separate\nR process, without affecting the current R process at all. This\npackages does exactly that.", + "License": "MIT + file LICENSE", + "URL": "https://callr.r-lib.org, https://github.com/r-lib/callr#readme", + "BugReports": "https://github.com/r-lib/callr/issues", + "Depends": "R (>= 3.4)", + "Imports": "processx (>= 3.6.1), R6, utils", + "Suggests": "asciicast, cli (>= 1.1.0), covr, mockery, ps, rprojroot,\nspelling, testthat (>= 3.0.0), withr (>= 2.3.0)", + "Encoding": "UTF-8", + "Language": "en-US", + "RoxygenNote": "7.2.1.9000", + "Config/testthat/edition": "3", + "Config/Needs/website": "r-lib/asciicast, glue, htmlwidgets, igraph,\ntibble, tidyverse/tidytemplate", + "NeedsCompilation": "no", + "Packaged": "2022-11-02 15:17:20 UTC; gaborcsardi", + "Author": "Gábor Csárdi [aut, cre, cph] (),\nWinston Chang [aut],\nRStudio [cph, fnd],\nMango Solutions [cph, fnd]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN", + "Date/Publication": "2022-11-02 16:40:11 UTC", + "Built": "R 4.2.2; ; 2022-11-10 03:26:16 UTC; windows" + } + }, + "cli": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "cli", + "Title": "Helpers for Developing Command Line Interfaces", + "Version": "3.4.1", + "Authors@R": "c(\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Hadley\", \"Wickham\", role = \"ctb\"),\nperson(\"Kirill\", \"Müller\", role = \"ctb\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "A suite of tools to build attractive command line interfaces\n('CLIs'), from semantic elements: headings, lists, alerts, paragraphs,\netc. Supports custom themes via a 'CSS'-like language. It also\ncontains a number of lower level 'CLI' elements: rules, boxes, trees,\nand 'Unicode' symbols with 'ASCII' alternatives. It support ANSI\ncolors and text styles as well.", + "License": "MIT + file LICENSE", + "URL": "https://cli.r-lib.org, https://github.com/r-lib/cli#readme", + "BugReports": "https://github.com/r-lib/cli/issues", + "Depends": "R (>= 3.4)", + "Imports": "utils", + "Suggests": "callr, covr, digest, glue (>= 1.6.0), grDevices, htmltools,\nhtmlwidgets, knitr, methods, mockery, processx, ps (>=\n1.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, sessioninfo, tidyverse/tidytemplate, usethis, vctrs", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.1.9000", + "NeedsCompilation": "yes", + "Packaged": "2022-09-22 18:05:14 UTC; gaborcsardi", + "Author": "Gábor Csárdi [aut, cre],\nHadley Wickham [ctb],\nKirill Müller [ctb],\nRStudio [cph, fnd]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN", + "Date/Publication": "2022-09-23 11:20:05 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-11-10 02:02:45 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "clipr": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Type": "Package", + "Package": "clipr", + "Title": "Read and Write from the System Clipboard", + "Version": "0.8.0", + "Authors@R": "c(\nperson(\"Matthew\", \"Lincoln\", , \"matthew.d.lincoln@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-4387-3384\")),\nperson(\"Louis\", \"Maddox\", role = \"ctb\"),\nperson(\"Steve\", \"Simpson\", role = \"ctb\"),\nperson(\"Jennifer\", \"Bryan\", role = \"ctb\")\n)", + "Description": "Simple utility functions to read from and write to\nthe Windows, OS X, and X11 clipboards.", + "License": "GPL-3", + "URL": "https://github.com/mdlincoln/clipr,\nhttp://matthewlincoln.net/clipr/", + "BugReports": "https://github.com/mdlincoln/clipr/issues", + "Imports": "utils", + "Suggests": "covr, knitr, rmarkdown, rstudioapi (>= 0.5), testthat (>=\n2.0.0)", + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "Language": "en-US", + "RoxygenNote": "7.1.2", + "SystemRequirements": "xclip (https://github.com/astrand/xclip) or xsel\n(http://www.vergenet.net/~conrad/software/xsel/) for accessing\nthe X11 clipboard, or wl-clipboard\n(https://github.com/bugaevc/wl-clipboard) for systems using\nWayland.", + "NeedsCompilation": "no", + "Packaged": "2022-02-19 02:20:21 UTC; mlincoln", + "Author": "Matthew Lincoln [aut, cre] (),\nLouis Maddox [ctb],\nSteve Simpson [ctb],\nJennifer Bryan [ctb]", + "Maintainer": "Matthew Lincoln ", + "Repository": "CRAN", + "Date/Publication": "2022-02-22 00:58:45 UTC", + "Built": "R 4.2.1; ; 2022-08-30 00:42:21 UTC; windows" + } + }, + "colorspace": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "colorspace", + "Version": "2.0-3", + "Date": "2022-02-19", + "Title": "A Toolbox for Manipulating and Assessing Colors and Palettes", + "Authors@R": "c(person(given = \"Ross\", family = \"Ihaka\", role = \"aut\", email = \"ihaka@stat.auckland.ac.nz\"),\nperson(given = \"Paul\", family = \"Murrell\", role = \"aut\", email = \"paul@stat.auckland.ac.nz\",\ncomment = c(ORCID = \"0000-0002-3224-8858\")),\nperson(given = \"Kurt\", family = \"Hornik\", role = \"aut\", email = \"Kurt.Hornik@R-project.org\",\ncomment = c(ORCID = \"0000-0003-4198-9911\")),\nperson(given = c(\"Jason\", \"C.\"), family = \"Fisher\", role = \"aut\", email = \"jfisher@usgs.gov\",\ncomment = c(ORCID = \"0000-0001-9032-8912\")),\nperson(given = \"Reto\", family = \"Stauffer\", role = \"aut\", email = \"Reto.Stauffer@uibk.ac.at\",\ncomment = c(ORCID = \"0000-0002-3798-5507\")),\nperson(given = c(\"Claus\", \"O.\"), family = \"Wilke\", role = \"aut\", email = \"wilke@austin.utexas.edu\",\ncomment = c(ORCID = \"0000-0002-7470-9261\")),\nperson(given = c(\"Claire\", \"D.\"), family = \"McWhite\", role = \"aut\", email = \"claire.mcwhite@utmail.utexas.edu\",\ncomment = c(ORCID = \"0000-0001-7346-3047\")),\nperson(given = \"Achim\", family = \"Zeileis\", role = c(\"aut\", \"cre\"), email = \"Achim.Zeileis@R-project.org\",\ncomment = c(ORCID = \"0000-0003-0918-3766\")))", + "Description": "Carries out mapping between assorted color spaces including RGB, HSV, HLS,\nCIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB, and polar CIELAB.\nQualitative, sequential, and diverging color palettes based on HCL colors\nare provided along with corresponding ggplot2 color scales.\nColor palette choice is aided by an interactive app (with either a Tcl/Tk\nor a shiny graphical user interface) and shiny apps with an HCL color picker and a\ncolor vision deficiency emulator. Plotting functions for displaying\nand assessing palettes include color swatches, visualizations of the\nHCL space, and trajectories in HCL and/or RGB spectrum. Color manipulation\nfunctions include: desaturation, lightening/darkening, mixing, and\nsimulation of color vision deficiencies (deutanomaly, protanomaly, tritanomaly).\nDetails can be found on the project web page at \nand in the accompanying scientific paper: Zeileis et al. (2020, Journal of Statistical\nSoftware, ).", + "Depends": "R (>= 3.0.0), methods", + "Imports": "graphics, grDevices, stats", + "Suggests": "datasets, utils, KernSmooth, MASS, kernlab, mvtnorm, vcd,\ntcltk, shiny, shinyjs, ggplot2, dplyr, scales, grid, png, jpeg,\nknitr, rmarkdown, RColorBrewer, rcartocolor, scico, viridis,\nwesanderson", + "VignetteBuilder": "knitr", + "License": "BSD_3_clause + file LICENSE", + "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", + "NeedsCompilation": "yes", + "Packaged": "2022-02-19 11:47:52 UTC; zeileis", + "Author": "Ross Ihaka [aut],\nPaul Murrell [aut] (),\nKurt Hornik [aut] (),\nJason C. Fisher [aut] (),\nReto Stauffer [aut] (),\nClaus O. Wilke [aut] (),\nClaire D. McWhite [aut] (),\nAchim Zeileis [aut, cre] ()", + "Maintainer": "Achim Zeileis ", + "Repository": "CRAN", + "Date/Publication": "2022-02-21 09:50:02 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-30 00:43:21 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "commonmark": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "commonmark", + "Type": "Package", + "Title": "High Performance CommonMark and Github Markdown Rendering in R", + "Version": "1.8.1", + "Authors@R": "c(\nperson(\"Jeroen\", \"Ooms\", ,\"jeroen@berkeley.edu\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-4035-0289\")),\nperson(\"John MacFarlane\", role = \"cph\", comment = \"Author of cmark\"))", + "URL": "https://docs.ropensci.org/commonmark/ (docs)\nhttps://github.com/r-lib/commonmark (devel)\nhttps://github.github.com/gfm/ (spec)", + "BugReports": "https://github.com/r-lib/commonmark/issues", + "Description": "The CommonMark specification defines a rationalized version of markdown\nsyntax. This package uses the 'cmark' reference implementation for converting\nmarkdown text into various formats including html, latex and groff man. In\naddition it exposes the markdown parse tree in xml format. Also includes opt-in\nsupport for GFM extensions including tables, autolinks, and strikethrough text.", + "License": "BSD_2_clause + file LICENSE", + "Suggests": "curl, testthat, xml2", + "RoxygenNote": "7.1.2", + "Language": "en-US", + "Encoding": "UTF-8", + "NeedsCompilation": "yes", + "Packaged": "2022-10-14 12:04:12 UTC; jeroen", + "Author": "Jeroen Ooms [aut, cre] (),\nJohn MacFarlane [cph] (Author of cmark)", + "Maintainer": "Jeroen Ooms ", + "Repository": "CRAN", + "Date/Publication": "2022-10-14 12:42:33 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-11-10 02:02:17 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "config": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "config", + "Type": "Package", + "Title": "Manage Environment Specific Configuration Values", + "Version": "0.3.1", + "Authors@R": "c(\nperson(\"JJ\", \"Allaire\", role = c(\"aut\"), email = \"jj@rstudio.com\"),\nperson(\"Andrie\", \"de Vries\", role = \"cre\", email = \"apdevries@gmail.com\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\")))", + "Imports": "yaml (>= 2.1.19)", + "Suggests": "testthat, knitr, rmarkdown, covr, spelling", + "Description": "Manage configuration values across multiple environments (e.g.\ndevelopment, test, production). Read values using a function that determines\nthe current environment and returns the appropriate value.", + "License": "GPL-3", + "URL": "https://github.com/rstudio/config", + "BugReports": "https://github.com/rstudio/config/issues", + "RoxygenNote": "7.1.1", + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "Language": "en-US", + "NeedsCompilation": "no", + "Packaged": "2020-12-15 13:05:30 UTC; apdev", + "Author": "JJ Allaire [aut],\nAndrie de Vries [cre],\nRStudio [cph, fnd]", + "Maintainer": "Andrie de Vries ", + "Repository": "CRAN", + "Date/Publication": "2020-12-17 11:00:06 UTC", + "Built": "R 4.2.1; ; 2022-08-30 00:43:36 UTC; windows" + } + }, + "cpp11": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "cpp11", + "Title": "A C++11 Interface for R's C Interface", + "Version": "0.4.3", + "Authors@R": "c(person(given = \"Jim\",\nfamily = \"Hester\",\nrole = \"aut\",\ncomment = c(ORCID = \"0000-0002-2739-7082\")),\nperson(given = \"Romain\",\nfamily = \"François\",\nrole = c(\"aut\", \"cre\"),\nemail = \"romain@rstudio.com\"),\nperson(given = \"Benjamin\",\nfamily = \"Kietzman\",\nrole = \"ctb\"),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", + "Description": "Provides a header only, C++11 interface to R's C\ninterface. Compared to other approaches 'cpp11' strives to be safe\nagainst long jumps from the C API as well as C++ exceptions, conform\nto normal R function semantics and supports interaction with 'ALTREP'\nvectors.", + "License": "MIT + file LICENSE", + "URL": "https://cpp11.r-lib.org, https://github.com/r-lib/cpp11", + "BugReports": "https://github.com/r-lib/cpp11/issues", + "Suggests": "bench, brio, callr, cli, covr, decor, desc, ggplot2, glue,\nknitr, lobstr, mockery, progress, rmarkdown, scales, Rcpp,\ntestthat, tibble, utils, vctrs, withr", + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Config/Needs/cpp11/cpp_register": "brio, cli, decor, desc, glue, tibble,\nvctrs", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.1", + "SystemRequirements": "C++11", + "NeedsCompilation": "no", + "Packaged": "2022-10-12 08:07:26 UTC; romainfrancois", + "Author": "Jim Hester [aut] (),\nRomain François [aut, cre],\nBenjamin Kietzman [ctb],\nRStudio [cph, fnd]", + "Maintainer": "Romain François ", + "Repository": "CRAN", + "Date/Publication": "2022-10-12 08:43:54 UTC", + "Built": "R 4.2.2; ; 2022-11-10 02:02:16 UTC; windows" + } + }, + "crayon": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "crayon", + "Title": "Colored Terminal Output", + "Version": "1.5.2", + "Authors@R": "c(\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\",\nrole = c(\"aut\", \"cre\")),\nperson(\n\"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\",\nrole=c(\"ctb\"))\n)", + "Description": "The crayon package is now superseded. Please use the 'cli' package\nfor new projects.\nColored terminal output on terminals that support 'ANSI'\ncolor and highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI'\ncolor support is automatically detected. Colors and highlighting can\nbe combined and nested. New styles can also be created easily.\nThis package was inspired by the 'chalk' 'JavaScript' project.", + "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' '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-09-29 06:24:10 UTC; gaborcsardi", + "Author": "Gábor Csárdi [aut, cre],\nBrodie Gaslam [ctb]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN", + "Date/Publication": "2022-09-29 16:20:24 UTC", + "Built": "R 4.2.2; ; 2022-11-10 02:02:06 UTC; windows" + } + }, + "credentials": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "credentials", + "Type": "Package", + "Title": "Tools for Managing SSH and Git Credentials", + "Version": "1.3.2", + "Authors@R": "person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"),\nemail = \"jeroen@berkeley.edu\", comment = c(ORCID = \"0000-0002-4035-0289\"))", + "Description": "Setup and retrieve HTTPS and SSH credentials for use with 'git' and\nother services. For HTTPS remotes the package interfaces the 'git-credential'\nutility which 'git' uses to store HTTP usernames and passwords. For SSH\nremotes we provide convenient functions to find or generate appropriate SSH\nkeys. The package both helps the user to setup a local git installation, and\nalso provides a back-end for git/ssh client libraries to authenticate with\nexisting user credentials.", + "License": "MIT + file LICENSE", + "SystemRequirements": "git (optional)", + "Encoding": "UTF-8", + "Imports": "openssl (>= 1.3), sys (>= 2.1), curl, jsonlite, askpass", + "Suggests": "testthat, knitr, rmarkdown", + "RoxygenNote": "7.1.1", + "VignetteBuilder": "knitr", + "Language": "en-US", + "URL": "https://docs.ropensci.org/credentials/ (website)\nhttps://github.com/r-lib/credentials", + "BugReports": "https://github.com/r-lib/credentials/issues", + "NeedsCompilation": "no", + "Packaged": "2021-11-29 11:40:26 UTC; jeroen", + "Author": "Jeroen Ooms [aut, cre] ()", + "Maintainer": "Jeroen Ooms ", + "Repository": "CRAN", + "Date/Publication": "2021-11-29 12:40:01 UTC", + "Built": "R 4.2.1; ; 2022-08-30 02:36:37 UTC; windows" + } + }, + "crosstalk": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "crosstalk", + "Type": "Package", + "Title": "Inter-Widget Interactivity for HTML Widgets", + "Version": "1.2.0", + "Authors@R": "c(\nperson(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\nperson(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"),\nemail = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(family = \"RStudio\", role = \"cph\"),\nperson(family = \"jQuery Foundation\", role = \"cph\",\ncomment = \"jQuery library and jQuery UI library\"),\nperson(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\ncomment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"),\nperson(\"Mark\", \"Otto\", role = \"ctb\",\ncomment = \"Bootstrap library\"),\nperson(\"Jacob\", \"Thornton\", role = \"ctb\",\ncomment = \"Bootstrap library\"),\nperson(family = \"Bootstrap contributors\", role = \"ctb\",\ncomment = \"Bootstrap library\"),\nperson(family = \"Twitter, Inc\", role = \"cph\",\ncomment = \"Bootstrap library\"),\nperson(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"),\ncomment = \"selectize.js library\"),\nperson(\"Kristopher Michael\", \"Kowal\", role = c(\"ctb\", \"cph\"),\ncomment = \"es5-shim library\"),\nperson(family = \"es5-shim contributors\", role = c(\"ctb\", \"cph\"),\ncomment = \"es5-shim library\"),\nperson(\"Denis\", \"Ineshin\", role = c(\"ctb\", \"cph\"),\ncomment = \"ion.rangeSlider library\"),\nperson(\"Sami\", \"Samhuri\", role = c(\"ctb\", \"cph\"),\ncomment = \"Javascript strftime library\")\n)", + "Description": "Provides building blocks for allowing HTML widgets to communicate\nwith each other, with Shiny or without (i.e. static .html files). Currently\nsupports linked brushing and filtering.", + "License": "MIT + file LICENSE", + "Imports": "htmltools (>= 0.3.6), jsonlite, lazyeval, R6", + "Suggests": "shiny, ggplot2, testthat (>= 2.1.0), sass, bslib", + "URL": "https://rstudio.github.io/crosstalk/", + "BugReports": "https://github.com/rstudio/crosstalk/issues", + "RoxygenNote": "7.1.1", + "Encoding": "UTF-8", + "NeedsCompilation": "no", + "Packaged": "2021-11-04 15:35:47 UTC; cpsievert", + "Author": "Joe Cheng [aut],\nCarson Sievert [aut, cre] (),\nRStudio [cph],\njQuery Foundation [cph] (jQuery library and jQuery UI library),\njQuery contributors [ctb, cph] (jQuery library; authors listed in\ninst/www/shared/jquery-AUTHORS.txt),\nMark Otto [ctb] (Bootstrap library),\nJacob Thornton [ctb] (Bootstrap library),\nBootstrap contributors [ctb] (Bootstrap library),\nTwitter, Inc [cph] (Bootstrap library),\nBrian Reavis [ctb, cph] (selectize.js library),\nKristopher Michael Kowal [ctb, cph] (es5-shim library),\nes5-shim contributors [ctb, cph] (es5-shim library),\nDenis Ineshin [ctb, cph] (ion.rangeSlider library),\nSami Samhuri [ctb, cph] (Javascript strftime library)", + "Maintainer": "Carson Sievert ", + "Repository": "CRAN", + "Date/Publication": "2021-11-04 16:30:02 UTC", + "Built": "R 4.2.1; ; 2022-08-30 02:01:46 UTC; windows" + } + }, + "curl": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "curl", + "Type": "Package", + "Title": "A Modern and Flexible Web Client for R", + "Version": "4.3.3", + "Authors@R": "c(\nperson(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\ncomment = c(ORCID = \"0000-0002-4035-0289\")),\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"ctb\"),\nperson(\"RStudio\", role = \"cph\")\n)", + "Description": "The curl() and curl_download() functions provide highly\nconfigurable drop-in replacements for base url() and download.file() with\nbetter performance, support for encryption (https, ftps), gzip compression,\nauthentication, and other 'libcurl' goodies. The core of the package implements a\nframework for performing fully customized requests where data can be processed\neither in memory, on disk, or streaming via the callback or connection\ninterfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly\nweb client see the 'httr' package which builds on this package with http\nspecific tools and logic.", + "License": "MIT + file LICENSE", + "SystemRequirements": "libcurl: libcurl-devel (rpm) or\nlibcurl4-openssl-dev (deb).", + "URL": "https://github.com/jeroen/curl (devel) https://curl.se/libcurl/\n(upstream)", + "BugReports": "https://github.com/jeroen/curl/issues", + "Suggests": "spelling, testthat (>= 1.0.0), knitr, jsonlite, rmarkdown,\nmagrittr, httpuv (>= 1.4.4), webutils", + "VignetteBuilder": "knitr", + "Depends": "R (>= 3.0.0)", + "RoxygenNote": "7.1.2", + "Encoding": "UTF-8", + "Language": "en-US", + "NeedsCompilation": "yes", + "Packaged": "2022-10-06 17:34:42 UTC; jeroen", + "Author": "Jeroen Ooms [aut, cre] (),\nHadley Wickham [ctb],\nRStudio [cph]", + "Maintainer": "Jeroen Ooms ", + "Repository": "CRAN", + "Date/Publication": "2022-10-06 21:30:02 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-11-10 02:02:12 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "data.table": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "data.table", + "Version": "1.14.4", + "Title": "Extension of `data.frame`", + "Authors@R": "c(\nperson(\"Matt\",\"Dowle\", role=c(\"aut\",\"cre\"), email=\"mattjdowle@gmail.com\"),\nperson(\"Arun\",\"Srinivasan\", role=\"aut\", email=\"asrini@pm.me\"),\nperson(\"Jan\",\"Gorecki\", role=\"ctb\"),\nperson(\"Michael\",\"Chirico\", role=\"ctb\"),\nperson(\"Pasha\",\"Stetsenko\", role=\"ctb\"),\nperson(\"Tom\",\"Short\", role=\"ctb\"),\nperson(\"Steve\",\"Lianoglou\", role=\"ctb\"),\nperson(\"Eduard\",\"Antonyan\", role=\"ctb\"),\nperson(\"Markus\",\"Bonsch\", role=\"ctb\"),\nperson(\"Hugh\",\"Parsonage\", role=\"ctb\"),\nperson(\"Scott\",\"Ritchie\", role=\"ctb\"),\nperson(\"Kun\",\"Ren\", role=\"ctb\"),\nperson(\"Xianying\",\"Tan\", role=\"ctb\"),\nperson(\"Rick\",\"Saporta\", role=\"ctb\"),\nperson(\"Otto\",\"Seiskari\", role=\"ctb\"),\nperson(\"Xianghui\",\"Dong\", role=\"ctb\"),\nperson(\"Michel\",\"Lang\", role=\"ctb\"),\nperson(\"Watal\",\"Iwasaki\", role=\"ctb\"),\nperson(\"Seth\",\"Wenchel\", role=\"ctb\"),\nperson(\"Karl\",\"Broman\", role=\"ctb\"),\nperson(\"Tobias\",\"Schmidt\", role=\"ctb\"),\nperson(\"David\",\"Arenburg\", role=\"ctb\"),\nperson(\"Ethan\",\"Smith\", role=\"ctb\"),\nperson(\"Francois\",\"Cocquemas\", role=\"ctb\"),\nperson(\"Matthieu\",\"Gomez\", role=\"ctb\"),\nperson(\"Philippe\",\"Chataignon\", role=\"ctb\"),\nperson(\"Nello\",\"Blaser\", role=\"ctb\"),\nperson(\"Dmitry\",\"Selivanov\", role=\"ctb\"),\nperson(\"Andrey\",\"Riabushenko\", role=\"ctb\"),\nperson(\"Cheng\",\"Lee\", role=\"ctb\"),\nperson(\"Declan\",\"Groves\", role=\"ctb\"),\nperson(\"Daniel\",\"Possenriede\", role=\"ctb\"),\nperson(\"Felipe\",\"Parages\", role=\"ctb\"),\nperson(\"Denes\",\"Toth\", role=\"ctb\"),\nperson(\"Mus\",\"Yaramaz-David\", role=\"ctb\"),\nperson(\"Ayappan\",\"Perumal\", role=\"ctb\"),\nperson(\"James\",\"Sams\", role=\"ctb\"),\nperson(\"Martin\",\"Morgan\", role=\"ctb\"),\nperson(\"Michael\",\"Quinn\", role=\"ctb\"),\nperson(\"@javrucebo\",\"\", role=\"ctb\"),\nperson(\"@marc-outins\",\"\", role=\"ctb\"),\nperson(\"Roy\",\"Storey\", role=\"ctb\"),\nperson(\"Manish\",\"Saraswat\", role=\"ctb\"),\nperson(\"Morgan\",\"Jacob\", role=\"ctb\"),\nperson(\"Michael\",\"Schubmehl\", role=\"ctb\"),\nperson(\"Davis\",\"Vaughan\", role=\"ctb\"),\nperson(\"Toby\",\"Hocking\", role=\"ctb\"),\nperson(\"Leonardo\",\"Silvestri\", role=\"ctb\"),\nperson(\"Tyson\",\"Barrett\", role=\"ctb\"),\nperson(\"Jim\",\"Hester\", role=\"ctb\"),\nperson(\"Anthony\",\"Damico\", role=\"ctb\"),\nperson(\"Sebastian\",\"Freundt\", role=\"ctb\"),\nperson(\"David\",\"Simons\", role=\"ctb\"),\nperson(\"Elliott\",\"Sales de Andrade\", role=\"ctb\"),\nperson(\"Cole\",\"Miller\", role=\"ctb\"),\nperson(\"Jens Peder\",\"Meldgaard\", role=\"ctb\"),\nperson(\"Vaclav\",\"Tlapak\", role=\"ctb\"),\nperson(\"Kevin\",\"Ushey\", role=\"ctb\"),\nperson(\"Dirk\",\"Eddelbuettel\", role=\"ctb\"),\nperson(\"Ben\",\"Schwen\", role=\"ctb\"))", + "Depends": "R (>= 3.1.0)", + "Imports": "methods", + "Suggests": "bit64 (>= 4.0.0), bit (>= 4.0.4), curl, R.utils, xts,\nnanotime, zoo (>= 1.8-1), yaml, knitr, rmarkdown", + "SystemRequirements": "zlib", + "Description": "Fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins, fast add/modify/delete of columns by group using no copies at all, list columns, friendly and fast character-separated-value read/write. Offers a natural and flexible syntax, for faster development.", + "License": "MPL-2.0 | file LICENSE", + "URL": "https://r-datatable.com, https://Rdatatable.gitlab.io/data.table,\nhttps://github.com/Rdatatable/data.table", + "BugReports": "https://github.com/Rdatatable/data.table/issues", + "VignetteBuilder": "knitr", + "ByteCompile": "TRUE", + "NeedsCompilation": "yes", + "Packaged": "2022-10-09 07:23:05 UTC; mdowle", + "Author": "Matt Dowle [aut, cre],\nArun Srinivasan [aut],\nJan Gorecki [ctb],\nMichael Chirico [ctb],\nPasha Stetsenko [ctb],\nTom Short [ctb],\nSteve Lianoglou [ctb],\nEduard Antonyan [ctb],\nMarkus Bonsch [ctb],\nHugh Parsonage [ctb],\nScott Ritchie [ctb],\nKun Ren [ctb],\nXianying Tan [ctb],\nRick Saporta [ctb],\nOtto Seiskari [ctb],\nXianghui Dong [ctb],\nMichel Lang [ctb],\nWatal Iwasaki [ctb],\nSeth Wenchel [ctb],\nKarl Broman [ctb],\nTobias Schmidt [ctb],\nDavid Arenburg [ctb],\nEthan Smith [ctb],\nFrancois Cocquemas [ctb],\nMatthieu Gomez [ctb],\nPhilippe Chataignon [ctb],\nNello Blaser [ctb],\nDmitry Selivanov [ctb],\nAndrey Riabushenko [ctb],\nCheng Lee [ctb],\nDeclan Groves [ctb],\nDaniel Possenriede [ctb],\nFelipe Parages [ctb],\nDenes Toth [ctb],\nMus Yaramaz-David [ctb],\nAyappan Perumal [ctb],\nJames Sams [ctb],\nMartin Morgan [ctb],\nMichael Quinn [ctb],\n@javrucebo [ctb],\n@marc-outins [ctb],\nRoy Storey [ctb],\nManish Saraswat [ctb],\nMorgan Jacob [ctb],\nMichael Schubmehl [ctb],\nDavis Vaughan [ctb],\nToby Hocking [ctb],\nLeonardo Silvestri [ctb],\nTyson Barrett [ctb],\nJim Hester [ctb],\nAnthony Damico [ctb],\nSebastian Freundt [ctb],\nDavid Simons [ctb],\nElliott Sales de Andrade [ctb],\nCole Miller [ctb],\nJens Peder Meldgaard [ctb],\nVaclav Tlapak [ctb],\nKevin Ushey [ctb],\nDirk Eddelbuettel [ctb],\nBen Schwen [ctb]", + "Maintainer": "Matt Dowle ", + "Repository": "CRAN", + "Date/Publication": "2022-10-17 10:32:33 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-11-29 09:02:57 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "desc": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "desc", + "Title": "Manipulate DESCRIPTION Files", + "Version": "1.4.2", + "Authors@R": "c(\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Kirill\", \"Müller\", role = \"aut\"),\nperson(\"Jim\", \"Hester\", , \"james.f.hester@gmail.com\", role = \"aut\"),\nperson(\"Maëlle\", \"Salmon\", role = \"ctb\",\ncomment = c(ORCID = \"0000-0002-2815-0399\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Maintainer": "Gábor Csárdi ", + "Description": "Tools to read, write, create, and manipulate DESCRIPTION\nfiles. It is intended for packages that create or manipulate other\npackages.", + "License": "MIT + file LICENSE", + "URL": "https://github.com/r-lib/desc#readme,\nhttps://r-lib.github.io/desc/", + "BugReports": "https://github.com/r-lib/desc/issues", + "Depends": "R (>= 3.4)", + "Imports": "cli, R6, rprojroot, utils", + "Suggests": "callr, covr, gh, spelling, testthat, whoami, withr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "Language": "en-US", + "RoxygenNote": "7.2.1.9000", + "Collate": "'assertions.R' 'authors-at-r.R' 'built.R' 'classes.R'\n'collate.R' 'constants.R' 'deps.R' 'desc-package.R'\n'description.R' 'encoding.R' 'latex.R' 'non-oo-api.R'\n'package-archives.R' 'read.R' 'remotes.R' 'str.R'\n'syntax_checks.R' 'urls.R' 'utils.R' 'validate.R' 'version.R'", + "NeedsCompilation": "no", + "Packaged": "2022-09-08 09:02:11 UTC; gaborcsardi", + "Author": "Gábor Csárdi [aut, cre],\nKirill Müller [aut],\nJim Hester [aut],\nMaëlle Salmon [ctb] (),\nRStudio [cph, fnd]", + "Repository": "CRAN", + "Date/Publication": "2022-09-08 10:52:55 UTC", + "Built": "R 4.2.1; ; 2022-09-13 01:29:07 UTC; windows" + } + }, + "diffobj": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "diffobj", + "Type": "Package", + "Title": "Diffs for R Objects", + "Description": "Generate a colorized diff of two R objects for an intuitive\nvisualization of their differences.", + "Version": "0.3.5", + "Authors@R": "c(\nperson(\n\"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\",\nrole=c(\"aut\", \"cre\")),\nperson(\n\"Michael B.\", \"Allen\", email=\"ioplex@gmail.com\",\nrole=c(\"ctb\", \"cph\"),\ncomment=\"Original C implementation of Myers Diff Algorithm\"))", + "Depends": "R (>= 3.1.0)", + "License": "GPL-2 | GPL-3", + "URL": "https://github.com/brodieG/diffobj", + "BugReports": "https://github.com/brodieG/diffobj/issues", + "RoxygenNote": "7.1.1", + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "Suggests": "knitr, rmarkdown", + "Collate": "'capt.R' 'options.R' 'pager.R' 'check.R' 'finalizer.R'\n'misc.R' 'html.R' 'styles.R' 's4.R' 'core.R' 'diff.R' 'get.R'\n'guides.R' 'hunks.R' 'layout.R' 'myerssimple.R' 'rdiff.R'\n'rds.R' 'set.R' 'subset.R' 'summmary.R' 'system.R' 'text.R'\n'tochar.R' 'trim.R' 'word.R'", + "Imports": "crayon (>= 1.3.2), tools, methods, utils, stats", + "NeedsCompilation": "yes", + "Packaged": "2021-10-05 01:16:56 UTC; bg", + "Author": "Brodie Gaslam [aut, cre],\nMichael B. Allen [ctb, cph] (Original C implementation of Myers Diff\nAlgorithm)", + "Maintainer": "Brodie Gaslam ", + "Repository": "CRAN", + "Date/Publication": "2021-10-05 07:10:17 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-30 01:32:08 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "digest": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "digest", + "Author": "Dirk Eddelbuettel with contributions\nby Antoine Lucas, Jarek Tuszynski, Henrik Bengtsson, Simon Urbanek,\nMario Frasca, Bryan Lewis, Murray Stokely, Hannes Muehleisen,\nDuncan Murdoch, Jim Hester, Wush Wu, Qiang Kou, Thierry Onkelinx,\nMichel Lang, Viliam Simko, Kurt Hornik, Radford Neal, Kendon Bell,\nMatthew de Queljoe, Ion Suruceanu, Bill Denney, Dirk Schumacher,\nand Winston Chang.", + "Version": "0.6.30", + "Date": "2022-10-17", + "Maintainer": "Dirk Eddelbuettel ", + "Title": "Create Compact Hash Digests of R Objects", + "Description": "Implementation of a function 'digest()' for the creation of hash\ndigests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32',\n'xxhash', 'murmurhash', 'spookyhash' and 'blake3' algorithms) permitting easy\ncomparison of R language objects, as well as functions such as'hmac()' to\ncreate hash-based message authentication code. Please note that this package\nis not meant to be deployed for cryptographic purposes for which more\ncomprehensive (and widely tested) libraries such as 'OpenSSL' should be\nused.", + "URL": "https://github.com/eddelbuettel/digest,\nhttp://dirk.eddelbuettel.com/code/digest.html", + "BugReports": "https://github.com/eddelbuettel/digest/issues", + "Depends": "R (>= 3.3.0)", + "Imports": "utils", + "License": "GPL (>= 2)", + "Suggests": "tinytest, simplermarkdown", + "VignetteBuilder": "simplermarkdown", + "NeedsCompilation": "yes", + "Packaged": "2022-10-17 13:37:40 UTC; edd", + "Repository": "CRAN", + "Date/Publication": "2022-10-18 08:32:35 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-11-10 02:02:07 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "dplyr": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Type": "Package", + "Package": "dplyr", + "Title": "A Grammar of Data Manipulation", + "Version": "1.0.10", + "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = c(\"aut\", \"cre\"),\nemail = \"hadley@rstudio.com\",\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(given = \"Romain\",\nfamily = \"François\",\nrole = \"aut\",\ncomment = c(ORCID = \"0000-0002-2444-4226\")),\nperson(given = \"Lionel\",\nfamily = \"Henry\",\nrole = \"aut\"),\nperson(given = \"Kirill\",\nfamily = \"Müller\",\nrole = \"aut\",\ncomment = c(ORCID = \"0000-0002-1416-3412\")),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", + "Description": "A fast, consistent tool for working with data frame\nlike objects, both in memory and out of memory.", + "License": "MIT + file LICENSE", + "URL": "https://dplyr.tidyverse.org, https://github.com/tidyverse/dplyr", + "BugReports": "https://github.com/tidyverse/dplyr/issues", + "Depends": "R (>= 3.4.0)", + "Imports": "generics, glue (>= 1.3.2), lifecycle (>= 1.0.1), magrittr (>=\n1.5), methods, R6, rlang (>= 1.0.2), tibble (>= 2.1.3),\ntidyselect (>= 1.1.1), utils, vctrs (>= 0.4.1), pillar (>=\n1.5.1)", + "Suggests": "bench, broom, callr, covr, DBI, dbplyr (>= 1.4.3), ggplot2,\nknitr, Lahman, lobstr, microbenchmark, nycflights13, purrr,\nrmarkdown, RMySQL, RPostgreSQL, RSQLite, testthat (>= 3.1.1),\ntidyr, withr", + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "LazyData": "true", + "RoxygenNote": "7.2.1", + "Config/testthat/edition": "3", + "Config/Needs/website": "tidyverse, shiny, pkgdown, tidyverse/tidytemplate", + "NeedsCompilation": "yes", + "Packaged": "2022-08-31 18:31:04 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre] (),\nRomain François [aut] (),\nLionel Henry [aut],\nKirill Müller [aut] (),\nRStudio [cph, fnd]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN", + "Date/Publication": "2022-09-01 09:20:06 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-11-10 04:46:15 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "ellipsis": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "ellipsis", + "Version": "0.3.2", + "Title": "Tools for Working with ...", + "Description": "The ellipsis is a powerful tool for extending functions. Unfortunately\nthis power comes at a cost: misspelled arguments will be silently ignored.\nThe ellipsis package provides a collection of functions to catch problems\nand alert the user.", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = \"cph\")\n)", + "License": "MIT + file LICENSE", + "Encoding": "UTF-8", + "RoxygenNote": "7.1.1", + "URL": "https://ellipsis.r-lib.org, https://github.com/r-lib/ellipsis", + "BugReports": "https://github.com/r-lib/ellipsis/issues", + "Depends": "R (>= 3.2)", + "Imports": "rlang (>= 0.3.0)", + "Suggests": "covr, testthat", + "NeedsCompilation": "yes", + "Packaged": "2021-04-29 12:06:44 UTC; lionel", + "Author": "Hadley Wickham [aut, cre],\nRStudio [cph]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN", + "Date/Publication": "2021-04-29 12:40:02 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-30 01:31:02 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "evaluate": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "evaluate", + "Type": "Package", + "Title": "Parsing and Evaluation Tools that Provide More Details than the\nDefault", + "Version": "0.17", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", role = \"aut\"),\nperson(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(\"Michael\", \"Lawrence\", role = \"ctb\"),\nperson(\"Thomas\", \"Kluyver\", role = \"ctb\"),\nperson(\"Jeroen\", \"Ooms\", role = \"ctb\"),\nperson(\"Barret\", \"Schloerke\", role = \"ctb\"),\nperson(\"Adam\", \"Ryczkowski\", role = \"ctb\"),\nperson(\"Hiroaki\", \"Yutani\", role = \"ctb\"),\nperson(\"Michel\", \"Lang\", role = \"ctb\"),\nperson(\"Karolis\", \"Koncevičius\", role = \"ctb\")\n)", + "Description": "Parsing and evaluation tools that make it easy to recreate the\ncommand line behaviour of R.", + "License": "MIT + file LICENSE", + "URL": "https://github.com/r-lib/evaluate", + "BugReports": "https://github.com/r-lib/evaluate/issues", + "Depends": "R (>= 3.0.2)", + "Imports": "methods", + "Suggests": "covr, ggplot2, lattice, testthat", + "RoxygenNote": "7.2.1", + "Encoding": "UTF-8", + "NeedsCompilation": "no", + "Packaged": "2022-10-07 14:28:18 UTC; yihui", + "Author": "Hadley Wickham [aut],\nYihui Xie [aut, cre] (),\nMichael Lawrence [ctb],\nThomas Kluyver [ctb],\nJeroen Ooms [ctb],\nBarret Schloerke [ctb],\nAdam Ryczkowski [ctb],\nHiroaki Yutani [ctb],\nMichel Lang [ctb],\nKarolis Koncevičius [ctb]", + "Maintainer": "Yihui Xie ", + "Repository": "CRAN", + "Date/Publication": "2022-10-07 15:00:07 UTC", + "Built": "R 4.2.1; ; 2022-11-29 09:03:47 UTC; windows" + } + }, + "fansi": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "fansi", + "Title": "ANSI Control Sequence Aware String Functions", + "Description": "Counterparts to R string manipulation functions that account for\nthe effects of ANSI text formatting control sequences.", + "Version": "1.0.3", + "Authors@R": "c(\nperson(\"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\",\nrole=c(\"aut\", \"cre\")),\nperson(\"Elliott\", \"Sales De Andrade\", role=\"ctb\"),\nperson(family=\"R Core Team\",\nemail=\"R-core@r-project.org\", role=\"cph\",\ncomment=\"UTF8 byte length calcs from src/util.c\"\n))", + "Depends": "R (>= 3.1.0)", + "License": "GPL-2 | GPL-3", + "URL": "https://github.com/brodieG/fansi", + "BugReports": "https://github.com/brodieG/fansi/issues", + "VignetteBuilder": "knitr", + "Suggests": "unitizer, knitr, rmarkdown", + "Imports": "grDevices, utils", + "RoxygenNote": "7.1.1", + "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", + "Author": "Brodie Gaslam [aut, cre],\nElliott Sales De Andrade [ctb],\nR 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.1; x86_64-w64-mingw32; 2022-08-30 00:41:45 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "farver": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Type": "Package", + "Package": "farver", + "Title": "High Performance Colour Space Manipulation", + "Version": "2.1.1", + "Authors@R": "c(\nperson(\"Thomas Lin\", \"Pedersen\", , \"thomasp85@gmail.com\", role = c(\"cre\", \"aut\"),\ncomment = c(ORCID = \"0000-0002-5147-4711\")),\nperson(\"Berendea\", \"Nicolae\", role = \"aut\",\ncomment = \"Author of the ColorSpace C++ library\"),\nperson(\"Romain\", \"François\", , \"romain@purrple.cat\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-2444-4226\"))\n)", + "Maintainer": "Thomas Lin Pedersen ", + "Description": "The encoding of colour can be handled in many different ways,\nusing different colour spaces. As different colour spaces have\ndifferent uses, efficient conversion between these representations are\nimportant. The 'farver' package provides a set of functions that gives\naccess to very fast colour space conversion and comparisons\nimplemented in C++, and offers speed improvements over the\n'convertColor' function in the 'grDevices' package.", + "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", + "NeedsCompilation": "yes", + "Packaged": "2022-07-06 12:54:24 UTC; thomas", + "Author": "Thomas Lin Pedersen [cre, aut]\n(),\nBerendea Nicolae [aut] (Author of the ColorSpace C++ library),\nRomain François [aut] ()", + "Repository": "CRAN", + "Date/Publication": "2022-07-06 13:50:02 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-30 00:41:33 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "fastmap": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "fastmap", + "Title": "Fast Data Structures", + "Version": "1.1.0", + "Authors@R": "c(\nperson(\"Winston\", \"Chang\", email = \"winston@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(given = \"RStudio\", role = c(\"cph\", \"fnd\")),\nperson(given = \"Tessil\", role = \"cph\", comment = \"hopscotch_map library\")\n)", + "Description": "Fast implementation of data structures, including a key-value\nstore, stack, and queue. Environments are commonly used as key-value stores\nin R, but every time a new key is used, it is added to R's global symbol\ntable, causing a small amount of memory leakage. This can be problematic in\ncases where many different keys are used. Fastmap avoids this memory leak\nissue by implementing the map using data structures in C++.", + "License": "MIT + file LICENSE", + "Encoding": "UTF-8", + "LazyData": "true", + "RoxygenNote": "7.1.1", + "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],\nRStudio [cph, fnd],\nTessil [cph] (hopscotch_map library)", + "Maintainer": "Winston Chang ", + "Repository": "CRAN", + "Date/Publication": "2021-01-25 21:00:02 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-30 00:41:27 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "fontawesome": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Type": "Package", + "Package": "fontawesome", + "Version": "0.4.0", + "Title": "Easily Work with 'Font Awesome' Icons", + "Description": "Easily and flexibly insert 'Font Awesome' icons into 'R Markdown'\ndocuments and 'Shiny' apps. These icons can be inserted into HTML content\nthrough inline 'SVG' tags or 'i' tags. There is also a utility function for\nexporting 'Font Awesome' icons as 'PNG' images for those situations where\nraster graphics are needed.", + "Authors@R": "c(\nperson(\"Richard\", \"Iannone\", , \"rich@rstudio.com\", c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-3925-190X\")),\nperson(\"Christophe\", \"Dervieux\", , \"cderv@rstudio.com\", role = \"ctb\",\ncomment = c(ORCID = \"0000-0003-4474-2498\")),\nperson(\"Winston\", \"Chang\", , \"winston@rstudio.com\", role = \"ctb\"),\nperson(\"Dave\", \"Gandy\", role = c(\"ctb\", \"cph\"),\ncomment = \"Font-Awesome font\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "License": "MIT + file LICENSE", + "URL": "https://github.com/rstudio/fontawesome,\nhttps://rstudio.github.io/fontawesome/", + "BugReports": "https://github.com/rstudio/fontawesome/issues", + "Encoding": "UTF-8", + "ByteCompile": "true", + "RoxygenNote": "7.2.1", + "Depends": "R (>= 3.3.0)", + "Imports": "rlang (>= 0.4.10), 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": "2022-10-20 03:44:14 UTC; rich", + "Author": "Richard Iannone [aut, cre] (),\nChristophe Dervieux [ctb] (),\nWinston Chang [ctb],\nDave Gandy [ctb, cph] (Font-Awesome font),\nRStudio [cph, fnd]", + "Maintainer": "Richard Iannone ", + "Repository": "CRAN", + "Date/Publication": "2022-10-25 12:35:07 UTC", + "Built": "R 4.2.2; ; 2022-11-10 03:26:03 UTC; windows" + } + }, + "fs": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "fs", + "Title": "Cross-Platform File System Operations Based on 'libuv'", + "Version": "1.5.2", + "Authors@R": "c(\nperson(\"Jim\", \"Hester\", role = \"aut\"),\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", \"aut\"),\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"libuv project contributors\", role = \"cph\", comment = \"libuv library\"),\nperson(\"Joyent, Inc. and other Node contributors\", role = \"cph\", comment = \"libuv library\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "A cross-platform interface to file system operations, built on\ntop of the 'libuv' C library.", + "Depends": "R (>= 3.1)", + "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)", + "VignetteBuilder": "knitr", + "Language": "en-US", + "NeedsCompilation": "yes", + "Packaged": "2021-12-08 16:14:56 UTC; gaborcsardi", + "Author": "Jim Hester [aut],\nHadley Wickham [aut],\nGábor Csárdi [aut, cre],\nlibuv project contributors [cph] (libuv library),\nJoyent, Inc. and other Node contributors [cph] (libuv library),\nRStudio [cph, fnd]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN", + "Date/Publication": "2021-12-08 23:00:08 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-30 00:42:01 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "generics": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "generics", + "Title": "Common S3 Generics not Provided by Base R Methods Related to\nModel Fitting", + "Version": "0.1.3", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Max\", \"Kuhn\", , \"max@rstudio.com\", role = \"aut\"),\nperson(\"Davis\", \"Vaughan\", , \"davis@rstudio.com\", role = \"aut\"),\nperson(\"RStudio\", role = \"cph\")\n)", + "Description": "In order to reduce potential package dependencies and\nconflicts, generics provides a number of commonly used S3 generics.", + "License": "MIT + file LICENSE", + "URL": "https://generics.r-lib.org, https://github.com/r-lib/generics", + "BugReports": "https://github.com/r-lib/generics/issues", + "Depends": "R (>= 3.2)", + "Imports": "methods", + "Suggests": "covr, pkgload, testthat (>= 3.0.0), tibble, withr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.0", + "NeedsCompilation": "no", + "Packaged": "2022-07-05 14:52:13 UTC; davis", + "Author": "Hadley Wickham [aut, cre],\nMax Kuhn [aut],\nDavis Vaughan [aut],\nRStudio [cph]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN", + "Date/Publication": "2022-07-05 19:40:02 UTC", + "Built": "R 4.2.1; ; 2022-08-30 00:41:59 UTC; windows" + } + }, + "gert": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Type": "Package", + "Package": "gert", + "Title": "Simple Git Client for R", + "Version": "1.9.1", + "Authors@R": "c(\nperson(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\ncomment = c(ORCID = \"0000-0002-4035-0289\")),\nperson(\"Jennifer\", \"Bryan\", role = \"ctb\", email = \"jenny@rstudio.com\",\ncomment = c(ORCID = \"0000-0002-6983-2759\")))", + "Description": "Simple git client for R based on 'libgit2' with\nsupport for SSH and HTTPS remotes. All functions in 'gert' use basic R data\ntypes (such as vectors and data-frames) for their arguments and return values.\nUser credentials are shared with command line 'git' through the git-credential\nstore and ssh keys stored on disk or ssh-agent.", + "License": "MIT + file LICENSE", + "URL": "https://docs.ropensci.org/gert/, https://github.com/r-lib/gert", + "BugReports": "https://github.com/r-lib/gert/issues", + "Imports": "askpass, credentials (>= 1.2.1), openssl (>= 2.0.3),\nrstudioapi (>= 0.11), sys, zip (>= 2.1.0)", + "Suggests": "spelling, knitr, rmarkdown, testthat", + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.1", + "SystemRequirements": "libgit2 (>= 1.0): libgit2-devel (rpm) or\nlibgit2-dev (deb)", + "Language": "en-US", + "NeedsCompilation": "yes", + "Packaged": "2022-10-05 15:50:09 UTC; jeroen", + "Author": "Jeroen Ooms [aut, cre] (),\nJennifer Bryan [ctb] ()", + "Maintainer": "Jeroen Ooms ", + "Repository": "CRAN", + "Date/Publication": "2022-10-05 16:40:02 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-11-10 04:28:04 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "ggplot2": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "ggplot2", + "Version": "3.3.6", + "Title": "Create Elegant Data Visualisations Using the Grammar of Graphics", + "Description": "A system for 'declaratively' creating graphics,\nbased on \"The Grammar of Graphics\". You provide the data, tell 'ggplot2'\nhow to map variables to aesthetics, what graphical primitives to use,\nand it takes care of the details.", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", \"aut\",\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Winston\", \"Chang\", , role = \"aut\",\ncomment = c(ORCID = \"0000-0002-1576-2126\")),\nperson(\"Lionel\", \"Henry\", , role = \"aut\"),\nperson(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@rstudio.com\",\nrole = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-5147-4711\")),\nperson(\"Kohske\", \"Takahashi\", role = \"aut\"),\nperson(\"Claus\", \"Wilke\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-7470-9261\")),\nperson(\"Kara\", \"Woo\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-5125-4188\")),\nperson(\"Hiroaki\", \"Yutani\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-3385-7233\")),\nperson(\"Dewey\", \"Dunnington\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-9415-4582\")),\nperson(\"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", + "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'", + "VignetteBuilder": "knitr", + "RoxygenNote": "7.1.1", + "Encoding": "UTF-8", + "Config/Needs/website": "ggtext, tidyr, forcats, tidyverse/tidytemplate", + "NeedsCompilation": "no", + "Packaged": "2022-04-27 07:43:19 UTC; thomas", + "Author": "Hadley Wickham [aut] (),\nWinston Chang [aut] (),\nLionel Henry [aut],\nThomas Lin Pedersen [aut, cre]\n(),\nKohske Takahashi [aut],\nClaus Wilke [aut] (),\nKara Woo [aut] (),\nHiroaki Yutani [aut] (),\nDewey Dunnington [aut] (),\nRStudio [cph, fnd]", + "Maintainer": "Thomas Lin Pedersen ", + "Repository": "CRAN", + "Date/Publication": "2022-05-03 07:00:14 UTC", + "Built": "R 4.2.1; ; 2022-08-30 03:23:01 UTC; windows" + } + }, + "gh": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "gh", + "Title": "'GitHub' 'API'", + "Version": "1.3.1", + "Authors@R": "c(\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"cre\", \"ctb\")),\nperson(\"Jennifer\", \"Bryan\", role = \"aut\"),\nperson(\"Hadley\", \"Wickham\", role = \"aut\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Minimal client to access the 'GitHub' 'API'.", + "License": "MIT + file LICENSE", + "URL": "https://gh.r-lib.org/, https://github.com/r-lib/gh#readme", + "BugReports": "https://github.com/r-lib/gh/issues", + "Depends": "R (>= 3.4)", + "Imports": "cli (>= 3.0.1), gitcreds, httr (>= 1.2), ini, jsonlite", + "Suggests": "covr, knitr, mockery, rmarkdown, rprojroot, spelling,\ntestthat (>= 3.0.0), withr", + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "Language": "en-US", + "RoxygenNote": "7.2.1.9000", + "Config/testthat/edition": "3", + "Config/Needs/website": "tidyverse/tidytemplate", + "NeedsCompilation": "no", + "Packaged": "2022-09-08 11:17:00 UTC; gaborcsardi", + "Author": "Gábor Csárdi [cre, ctb],\nJennifer Bryan [aut],\nHadley Wickham [aut],\nRStudio [cph, fnd]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN", + "Date/Publication": "2022-09-08 11:42:55 UTC", + "Built": "R 4.2.1; ; 2022-09-13 03:00:43 UTC; windows" + } + }, + "gitcreds": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "gitcreds", + "Title": "Query 'git' Credentials from 'R'", + "Version": "0.1.2", + "Authors@R": "c(\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Query, set, delete credentials from the 'git' credential\nstore. Manage 'GitHub' tokens and other 'git' credentials. This\npackage is to be used by other packages that need to authenticate to\n'GitHub' and/or other 'git' repositories.", + "License": "MIT + file LICENSE", + "URL": "https://gitcreds.r-lib.org/, https://github.com/r-lib/gitcreds", + "BugReports": "https://github.com/r-lib/gitcreds/issues", + "Depends": "R (>= 3.4)", + "Suggests": "codetools, covr, knitr, mockery, oskeyring, rmarkdown,\ntestthat (>= 3.0.0), withr", + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.1.9000", + "SystemRequirements": "git", + "Config/testthat/edition": "3", + "NeedsCompilation": "no", + "Packaged": "2022-09-08 10:28:07 UTC; gaborcsardi", + "Author": "Gábor Csárdi [aut, cre],\nRStudio [cph, fnd]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN", + "Date/Publication": "2022-09-08 10:42:55 UTC", + "Built": "R 4.2.1; ; 2022-09-13 00:41:11 UTC; windows" + } + }, + "glue": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "glue", + "Title": "Interpreted String Literals", + "Version": "1.6.2", + "Authors@R": "c(\nperson(\"Jim\", \"Hester\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-2739-7082\")),\nperson(\"Jennifer\", \"Bryan\", , \"jenny@rstudio.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-6983-2759\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "An implementation of interpreted string literals, inspired by\nPython's Literal String Interpolation\n and Docstrings\n and Julia's Triple-Quoted\nString Literals\n.", + "License": "MIT + file LICENSE", + "URL": "https://github.com/tidyverse/glue, https://glue.tidyverse.org/", + "BugReports": "https://github.com/tidyverse/glue/issues", + "Depends": "R (>= 3.4)", + "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", + "VignetteBuilder": "knitr", + "ByteCompile": "true", + "Config/Needs/website": "hadley/emo, tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.1.2", + "NeedsCompilation": "yes", + "Packaged": "2022-02-23 22:50:40 UTC; jenny", + "Author": "Jim Hester [aut] (),\nJennifer Bryan [aut, cre] (),\nRStudio [cph, fnd]", + "Maintainer": "Jennifer Bryan ", + "Repository": "CRAN", + "Date/Publication": "2022-02-24 07:50:20 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-30 00:41:27 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "golem": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "golem", + "Title": "A Framework for Robust Shiny Applications", + "Version": "0.3.5", + "Authors@R": "c(person(given = \"Colin\",\nfamily = \"Fay\",\nrole = c(\"cre\", \"aut\"),\nemail = \"contact@colinfay.me\",\ncomment = c(ORCID = \"0000-0001-7343-1846\")),\nperson(given = \"Vincent\",\nfamily = \"Guyader\",\nrole = \"aut\",\nemail = \"vincent@thinkr.fr\",\ncomment = c(ORCID = \"0000-0003-0671-9270\", \"previous maintainer\")),\nperson(given = \"Sébastien\",\nfamily = \"Rochette\",\nrole = \"aut\",\nemail = \"sebastien@thinkr.fr\",\ncomment = c(ORCID = \"0000-0002-1565-9313\")),\nperson(given = \"Cervan\",\nfamily = \"Girard\",\nrole = \"aut\",\nemail = \"cervan@thinkr.fr\",\ncomment = c(ORCID = \"0000-0002-4816-4624\")),\nperson(given = \"Novica\",\nfamily = \"Nakov\",\nrole = \"ctb\",\nemail = \"nnovica@gmail.com\"),\nperson(given = \"David\",\nfamily = \"Granjon\",\nrole = \"ctb\",\nemail = \"dgranjon@ymail.com\"),\nperson(given = \"Arthur\",\nfamily = \"Bréant\",\nrole = \"ctb\",\nemail = \"arthur@thinkr.fr\"),\nperson(given = \"Antoine\",\nfamily = \"Languillaume\",\nrole = \"ctb\",\nemail = \"antoine@thinkr.fr\"),\nperson(given = \"ThinkR\",\nrole = \"cph\"))", + "Description": "An opinionated framework for building a production-ready\n'Shiny' application. This package contains a series of tools for\nbuilding a robust 'Shiny' application from start to finish.", + "License": "MIT + file LICENSE", + "URL": "https://github.com/ThinkR-open/golem", + "BugReports": "https://github.com/ThinkR-open/golem/issues", + "Depends": "R (>= 3.0)", + "Imports": "attempt (>= 0.3.0), cli (>= 2.0.0), config, crayon, desc, fs,\nhere, htmltools, pkgload, roxygen2, rstudioapi, shiny (>=\n1.5.0), usethis (>= 1.6.0), utils, yaml", + "Suggests": "rlang, covr, devtools, dockerfiler (>= 0.2.0), knitr,\npkgbuild, pkgdown, processx, purrr, rcmdcheck, rmarkdown,\nrsconnect, spelling, stringr, testthat, tools, withr,\nattachment (>= 0.2.5), renv", + "VignetteBuilder": "knitr", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "Language": "en-US", + "RoxygenNote": "7.2.1", + "NeedsCompilation": "no", + "Packaged": "2022-10-18 08:30:38 UTC; colin", + "Author": "Colin Fay [cre, aut] (),\nVincent Guyader [aut] (,\nprevious maintainer),\nSébastien Rochette [aut] (),\nCervan Girard [aut] (),\nNovica Nakov [ctb],\nDavid Granjon [ctb],\nArthur Bréant [ctb],\nAntoine Languillaume [ctb],\nThinkR [cph]", + "Maintainer": "Colin Fay ", + "Repository": "CRAN", + "Date/Publication": "2022-10-18 09:52:35 UTC", + "Built": "R 4.2.2; ; 2022-11-10 05:19:22 UTC; windows" + } + }, + "gridExtra": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "gridExtra", + "Authors@R": "c(person(\"Baptiste\", \"Auguie\",\nemail = \"baptiste.auguie@gmail.com\",\nrole = c(\"aut\", \"cre\")), person(\"Anton\", \"Antonov\",\nemail = \"tonytonov@gmail.com\",\nrole = c(\"ctb\")))", + "License": "GPL (>= 2)", + "Title": "Miscellaneous Functions for \"Grid\" Graphics", + "Type": "Package", + "Description": "Provides a number of user-level functions to work with \"grid\"\ngraphics, notably to arrange multiple grid-based plots on a page, and draw\ntables.", + "Version": "2.3", + "VignetteBuilder": "knitr", + "Imports": "gtable, grid, grDevices, graphics, utils", + "Suggests": "ggplot2, egg, lattice, knitr, testthat", + "RoxygenNote": "6.0.1", + "NeedsCompilation": "no", + "Packaged": "2017-09-08 22:52:09 UTC; baptiste", + "Author": "Baptiste Auguie [aut, cre],\nAnton Antonov [ctb]", + "Maintainer": "Baptiste Auguie ", + "Repository": "CRAN", + "Date/Publication": "2017-09-09 14:12:08 UTC", + "Built": "R 4.2.2; ; 2022-11-10 03:00:03 UTC; windows" + } + }, + "gtable": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "gtable", + "Title": "Arrange 'Grobs' in Tables", + "Version": "0.3.1", + "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = c(\"aut\", \"cre\"),\nemail = \"hadley@rstudio.com\"),\nperson(given = \"Thomas Lin\",\nfamily = \"Pedersen\",\nrole = \"aut\",\nemail = \"thomas.pedersen@rstudio.com\"),\nperson(given = \"RStudio\",\nrole = \"cph\"))", + "Description": "Tools to make it easier to work with \"tables\" of\n'grobs'. The 'gtable' package defines a 'gtable' grob class that specifies a\ngrid along with a list of grobs and their placement in the grid. Further the\npackage makes it easy to manipulate and combine 'gtable' objects so that\ncomplex compositions can be built up sequentially.", + "License": "MIT + file LICENSE", + "Depends": "R (>= 3.0)", + "Imports": "grid", + "Suggests": "covr, testthat, knitr, rmarkdown, ggplot2, profvis", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.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://gtable.r-lib.org, https://github.com/r-lib/gtable", + "BugReports": "https://github.com/r-lib/gtable/issues", + "VignetteBuilder": "knitr", + "NeedsCompilation": "no", + "Packaged": "2022-08-31 22:42:55 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre],\nThomas Lin Pedersen [aut],\nRStudio [cph]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN", + "Date/Publication": "2022-09-01 02:40:12 UTC", + "Built": "R 4.2.2; ; 2022-11-10 02:02:04 UTC; windows" + } + }, + "here": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "here", + "Title": "A Simpler Way to Find Your Files", + "Version": "1.0.1", + "Date": "2020-12-13", + "Authors@R": "c(person(given = \"Kirill\",\nfamily = \"M\\u00fcller\",\nrole = c(\"aut\", \"cre\"),\nemail = \"krlmlr+r@mailbox.org\",\ncomment = c(ORCID = \"0000-0002-1416-3412\")),\nperson(given = \"Jennifer\",\nfamily = \"Bryan\",\nrole = \"ctb\",\nemail = \"jenny@rstudio.com\",\ncomment = c(ORCID = \"0000-0002-6983-2759\")))", + "Description": "Constructs paths to your project's files.\nDeclare the relative path of a file within your project with 'i_am()'.\nUse the 'here()' function as a drop-in replacement for 'file.path()',\nit will always locate the files relative to your project root.", + "License": "MIT + file LICENSE", + "URL": "https://here.r-lib.org/, https://github.com/r-lib/here", + "BugReports": "https://github.com/r-lib/here/issues", + "Imports": "rprojroot (>= 2.0.2)", + "Suggests": "conflicted, covr, fs, knitr, palmerpenguins, plyr, readr,\nrlang, rmarkdown, testthat, uuid, withr", + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "LazyData": "true", + "RoxygenNote": "7.1.1.9000", + "Config/testthat/edition": "3", + "NeedsCompilation": "no", + "Packaged": "2020-12-13 06:59:33 UTC; kirill", + "Author": "Kirill Müller [aut, cre] (),\nJennifer Bryan [ctb] ()", + "Maintainer": "Kirill Müller ", + "Repository": "CRAN", + "Date/Publication": "2020-12-13 07:30:02 UTC", + "Built": "R 4.2.1; ; 2022-08-30 01:31:32 UTC; windows" + } + }, + "highr": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "highr", + "Type": "Package", + "Title": "Syntax Highlighting for R Source Code", + "Version": "0.9", + "Authors@R": "c(\nperson(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(\"Yixuan\", \"Qiu\", role = \"aut\"),\nperson(\"Christopher\", \"Gandrud\", role = \"ctb\"),\nperson(\"Qiang\", \"Li\", role = \"ctb\")\n)", + "Description": "Provides syntax highlighting for R source code. Currently it\nsupports LaTeX and HTML output. Source code of other languages is supported\nvia Andre Simon's highlight package ().", + "Depends": "R (>= 3.2.3)", + "Imports": "xfun (>= 0.18)", + "Suggests": "knitr, markdown, testit", + "License": "GPL", + "URL": "https://github.com/yihui/highr", + "BugReports": "https://github.com/yihui/highr/issues", + "VignetteBuilder": "knitr", + "RoxygenNote": "7.1.1", + "NeedsCompilation": "no", + "Packaged": "2021-04-16 21:12:10 UTC; yihui", + "Author": "Yihui Xie [aut, cre] (),\nYixuan Qiu [aut],\nChristopher Gandrud [ctb],\nQiang Li [ctb]", + "Maintainer": "Yihui Xie ", + "Repository": "CRAN", + "Date/Publication": "2021-04-16 21:50:05 UTC", + "Built": "R 4.2.1; ; 2022-08-30 01:31:04 UTC; windows" + } + }, + "htmltools": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "htmltools", + "Type": "Package", + "Title": "Tools for HTML", + "Version": "0.5.3", + "Authors@R": "c(\nperson(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\nperson(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Barret\", \"Schloerke\", role = \"aut\", email = \"barret@rstudio.com\", comment = c(ORCID = \"0000-0001-9986-114X\")),\nperson(\"Winston\", \"Chang\", role = \"aut\", email = \"winston@rstudio.com\", comment = c(ORCID = \"0000-0002-1576-2126\")),\nperson(\"Yihui\", \"Xie\", role = \"aut\", email = \"yihui@rstudio.com\"),\nperson(\"Jeff\", \"Allen\", role = \"aut\", email = \"jeff@rstudio.com\"),\nperson(family = \"RStudio\", role = \"cph\")\n)", + "Description": "Tools for HTML generation and output.", + "Depends": "R (>= 2.14.1)", + "Imports": "utils, digest, grDevices, base64enc, rlang (>= 0.4.10),\nfastmap (>= 1.1.0)", + "Suggests": "markdown, testthat, withr, Cairo, ragg, shiny", + "Enhances": "knitr", + "License": "GPL (>= 2)", + "URL": "https://github.com/rstudio/htmltools", + "BugReports": "https://github.com/rstudio/htmltools/issues", + "RoxygenNote": "7.2.0", + "Encoding": "UTF-8", + "Collate": "'colors.R' 'html_dependency.R' 'html_escape.R' 'html_print.R'\n'images.R' 'known_tags.R' 'selector.R' 'staticimports.R'\n'tag_query.R' 'utils.R' 'tags.R' 'template.R'", + "Config/Needs/website": "rstudio/quillt, bench", + "NeedsCompilation": "yes", + "Packaged": "2022-07-16 14:14:11 UTC; cpsievert", + "Author": "Joe Cheng [aut],\nCarson Sievert [aut, cre] (),\nBarret Schloerke [aut] (),\nWinston Chang [aut] (),\nYihui Xie [aut],\nJeff Allen [aut],\nRStudio [cph]", + "Maintainer": "Carson Sievert ", + "Repository": "CRAN", + "Date/Publication": "2022-07-18 08:40:02 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-30 01:31:24 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "htmlwidgets": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "htmlwidgets", + "Type": "Package", + "Title": "HTML Widgets for R", + "Version": "1.5.4", + "Authors@R": "c(\nperson(\"Ramnath\", \"Vaidyanathan\", role = c(\"aut\", \"cph\")),\nperson(\"Yihui\", \"Xie\", role = c(\"aut\")),\nperson(\"JJ\", \"Allaire\", role = c(\"aut\")),\nperson(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@rstudio.com\"),\nperson(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Kenton\", \"Russell\", role = c(\"aut\", \"cph\")),\nperson(\"Ellis\", \"Hughes\", role = c(\"ctb\")),\nperson(family = \"RStudio\", role = \"cph\")\n)", + "Description": "A framework for creating HTML widgets that render in various\ncontexts including the R console, 'R Markdown' documents, and 'Shiny'\nweb applications.", + "License": "MIT + file LICENSE", + "VignetteBuilder": "knitr", + "Imports": "grDevices, htmltools (>= 0.3), jsonlite (>= 0.9.16), yaml", + "Suggests": "knitr (>= 1.8), rmarkdown, testthat", + "Enhances": "shiny (>= 1.1)", + "URL": "https://github.com/ramnathv/htmlwidgets", + "BugReports": "https://github.com/ramnathv/htmlwidgets/issues", + "RoxygenNote": "7.1.1", + "NeedsCompilation": "no", + "Packaged": "2021-09-08 13:21:35 UTC; cpsievert", + "Author": "Ramnath Vaidyanathan [aut, cph],\nYihui Xie [aut],\nJJ Allaire [aut],\nJoe Cheng [aut],\nCarson Sievert [aut, cre] (),\nKenton Russell [aut, cph],\nEllis Hughes [ctb],\nRStudio [cph]", + "Maintainer": "Carson Sievert ", + "Repository": "CRAN", + "Date/Publication": "2021-09-08 14:00:02 UTC", + "Built": "R 4.2.0; ; 2022-06-12 02:13:32 UTC; windows" + } + }, + "httpuv": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "httpuv", + "Type": "Package", + "Encoding": "UTF-8", + "Title": "HTTP and WebSocket Server Library", + "Version": "1.6.6", + "Authors@R": "c(\nperson(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@rstudio.com\"),\nperson(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\"),\nperson(family = \"RStudio, PBC\", role = \"cph\"),\nperson(\"Hector\", \"Corrada Bravo\", role = \"ctb\"),\nperson(\"Jeroen\", \"Ooms\", role = \"ctb\"),\nperson(\"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\nHTTP and WebSocket requests directly from within R. It is primarily\nintended as a building block for other packages, rather than making it\nparticularly easy to create complete web applications using httpuv alone.\nhttpuv is built on top of the libuv and http-parser C libraries, both of\nwhich were developed by Joyent, Inc. (See LICENSE file for libuv and\nhttp-parser license information.)", + "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.2.1", + "Suggests": "testthat, callr, curl, websocket", + "Collate": "'RcppExports.R' 'httpuv.R' 'random_port.R' 'server.R'\n'static_paths.R' 'utils.R'", + "NeedsCompilation": "yes", + "Packaged": "2022-09-08 19:10:38 UTC; barret", + "Author": "Joe Cheng [aut],\nWinston Chang [aut, cre],\nRStudio, PBC [cph],\nHector Corrada Bravo [ctb],\nJeroen Ooms [ctb],\nAndrzej Krzemienski [cph] (optional.hpp)", + "Maintainer": "Winston Chang ", + "Repository": "CRAN", + "Date/Publication": "2022-09-08 19:42:54 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-11-10 03:58:50 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "httr": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "httr", + "Title": "Tools for Working with URLs and HTTP", + "Version": "1.4.4", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Useful tools for working with HTTP organised by HTTP verbs\n(GET(), POST(), etc). Configuration functions make it easy to control\nadditional request components (authenticate(), add_headers() and so\non).", + "License": "MIT + file LICENSE", + "URL": "https://httr.r-lib.org/, https://github.com/r-lib/httr", + "BugReports": "https://github.com/r-lib/httr/issues", + "Depends": "R (>= 3.2)", + "Imports": "curl (>= 3.0.0), jsonlite, mime, openssl (>= 0.8), R6", + "Suggests": "covr, httpuv, jpeg, knitr, png, readr, rmarkdown, testthat\n(>= 0.8.0), xml2", + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.1", + "NeedsCompilation": "no", + "Packaged": "2022-08-16 11:25:45 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre],\nRStudio [cph, fnd]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN", + "Date/Publication": "2022-08-17 13:00:04 UTC", + "Built": "R 4.2.1; ; 2022-08-30 02:36:21 UTC; windows" + } + }, + "ini": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "ini", + "Type": "Package", + "Title": "Read and Write '.ini' Files", + "Version": "0.3.1", + "Date": "2018-05-19", + "Author": "David Valentim Dias", + "Maintainer": "David Valentim Dias ", + "Description": "Parse simple '.ini' configuration files to an structured list. Users\ncan manipulate this resulting list with lapply() functions. This same\nstructured list can be used to write back to file after modifications.", + "License": "GPL-3", + "URL": "https://github.com/dvdscripter/ini", + "BugReports": "https://github.com/dvdscripter/ini/issues", + "LazyData": "FALSE", + "RoxygenNote": "6.0.1", + "Suggests": "testthat", + "NeedsCompilation": "no", + "Packaged": "2018-05-19 23:19:45 UTC; CLIENTE", + "Repository": "CRAN", + "Date/Publication": "2018-05-20 03:26:39 UTC", + "Built": "R 4.2.1; ; 2022-08-30 00:42:26 UTC; windows" + } + }, + "isoband": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "isoband", + "Title": "Generate Isolines and Isobands from Regularly Spaced Elevation\nGrids", + "Version": "0.2.6", + "Authors@R": "c(person(given = \"Claus O.\",\nfamily = \"Wilke\",\nrole = c(\"aut\", \"cre\"),\nemail = \"wilke@austin.utexas.edu\",\ncomment = c(ORCID = \"0000-0002-7470-9261\")),\nperson(given = \"Thomas Lin\",\nfamily = \"Pedersen\",\nrole = \"aut\",\nemail = \"thomasp85@gmail.com\",\ncomment = c(ORCID = \"0000-0002-5147-4711\")),\nperson(given = \"testthat and Catch authors\",\nrole = \"ctb\",\ncomment = \"testthat C++ testing code\"))", + "Description": "A fast C++ implementation to generate contour lines (isolines) and\ncontour polygons (isobands) from regularly spaced grids containing elevation data.", + "URL": "https://wilkelab.org/isoband/", + "BugReports": "https://github.com/wilkelab/isoband/issues", + "License": "MIT + file LICENSE", + "Encoding": "UTF-8", + "Imports": "grid, utils", + "RoxygenNote": "7.2.1", + "Config/testthat/edition": "3", + "Suggests": "covr, ggplot2, knitr, magick, microbenchmark, rmarkdown, sf,\ntestthat, xml2", + "SystemRequirements": "C++11", + "VignetteBuilder": "knitr", + "NeedsCompilation": "yes", + "Packaged": "2022-10-06 10:33:32 UTC; clauswilke", + "Author": "Claus O. Wilke [aut, cre] (),\nThomas Lin Pedersen [aut] (),\ntestthat and Catch authors [ctb] (testthat C++ testing code)", + "Maintainer": "Claus O. Wilke ", + "Repository": "CRAN", + "Date/Publication": "2022-10-06 20:30:10 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-11-10 02:02:13 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "jquerylib": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "jquerylib", + "Title": "Obtain 'jQuery' as an HTML Dependency Object", + "Version": "0.1.4", + "Authors@R": "c(\nperson(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\nperson(family = \"RStudio\", role = \"cph\"),\nperson(family = \"jQuery Foundation\", role = \"cph\",\ncomment = \"jQuery library and jQuery UI library\"),\nperson(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\ncomment = \"jQuery library; authors listed in inst/lib/jquery-AUTHORS.txt\")\n)", + "Description": "Obtain any major version of 'jQuery' () and use it in any webpage generated by 'htmltools' (e.g. 'shiny', 'htmlwidgets', and 'rmarkdown').\nMost R users don't need to use this package directly, but other R packages (e.g. 'shiny', 'rmarkdown', etc.) depend on this package to avoid bundling redundant copies of 'jQuery'.", + "License": "MIT + file LICENSE", + "Encoding": "UTF-8", + "Config/testthat/edition": "3", + "RoxygenNote": "7.0.2", + "Imports": "htmltools", + "Suggests": "testthat", + "NeedsCompilation": "no", + "Packaged": "2021-04-26 16:40:21 UTC; cpsievert", + "Author": "Carson Sievert [aut, cre] (),\nJoe Cheng [aut],\nRStudio [cph],\njQuery Foundation [cph] (jQuery library and jQuery UI library),\njQuery contributors [ctb, cph] (jQuery library; authors listed in\ninst/lib/jquery-AUTHORS.txt)", + "Maintainer": "Carson Sievert ", + "Repository": "CRAN", + "Date/Publication": "2021-04-26 17:10:02 UTC", + "Built": "R 4.2.1; ; 2022-08-30 02:01:38 UTC; windows" + } + }, + "jsonlite": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "jsonlite", + "Version": "1.8.3", + "Title": "A Simple and Robust JSON Parser and Generator for R", + "License": "MIT + file LICENSE", + "Depends": "methods", + "Authors@R": "c(\nperson(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\ncomment = c(ORCID = \"0000-0002-4035-0289\")),\nperson(\"Duncan\", \"Temple Lang\", role = \"ctb\"),\nperson(\"Lloyd\", \"Hilaiel\", role = \"cph\", comment=\"author of bundled libyajl\"))", + "URL": "https://arxiv.org/abs/1403.2805 (paper)", + "BugReports": "https://github.com/jeroen/jsonlite/issues", + "Maintainer": "Jeroen Ooms ", + "VignetteBuilder": "knitr, R.rsp", + "Description": "A reasonably fast JSON parser and generator, optimized for statistical\ndata and the web. Offers simple, flexible tools for working with JSON in R, and\nis particularly powerful for building pipelines and interacting with a web API.\nThe implementation is based on the mapping described in the vignette (Ooms, 2014).\nIn addition to converting JSON data from/to R objects, 'jsonlite' contains\nfunctions to stream, validate, and prettify JSON data. The unit tests included\nwith the package verify that all edge cases are encoded and decoded consistently\nfor use with dynamic data in systems and applications.", + "Suggests": "httr, vctrs, testthat, knitr, rmarkdown, R.rsp, sf", + "RoxygenNote": "7.2.1", + "Encoding": "UTF-8", + "NeedsCompilation": "yes", + "Packaged": "2022-10-18 13:37:44 UTC; jeroen", + "Author": "Jeroen Ooms [aut, cre] (),\nDuncan Temple Lang [ctb],\nLloyd Hilaiel [cph] (author of bundled libyajl)", + "Repository": "CRAN", + "Date/Publication": "2022-10-21 08:15:07 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-11-10 02:02:38 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "knitr": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "knitr", + "Type": "Package", + "Title": "A General-Purpose Package for Dynamic Report Generation in R", + "Version": "1.40", + "Authors@R": "c(\nperson(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(\"Abhraneel\", \"Sarma\", role = \"ctb\"),\nperson(\"Adam\", \"Vogt\", role = \"ctb\"),\nperson(\"Alastair\", \"Andrew\", role = \"ctb\"),\nperson(\"Alex\", \"Zvoleff\", role = \"ctb\"),\nperson(\"Amar\", \"Al-Zubaidi\", role = \"ctb\"),\nperson(\"Andre\", \"Simon\", role = \"ctb\", comment = \"the CSS files under inst/themes/ were derived from the Highlight package http://www.andre-simon.de\"),\nperson(\"Aron\", \"Atkins\", role = \"ctb\"),\nperson(\"Aaron\", \"Wolen\", role = \"ctb\"),\nperson(\"Ashley\", \"Manton\", role = \"ctb\"),\nperson(\"Atsushi\", \"Yasumoto\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8335-495X\")),\nperson(\"Ben\", \"Baumer\", role = \"ctb\"),\nperson(\"Brian\", \"Diggs\", role = \"ctb\"),\nperson(\"Brian\", \"Zhang\", role = \"ctb\"),\nperson(\"Bulat\", \"Yapparov\", role = \"ctb\"),\nperson(\"Cassio\", \"Pereira\", role = \"ctb\"),\nperson(\"Christophe\", \"Dervieux\", role = \"ctb\"),\nperson(\"David\", \"Hall\", role = \"ctb\"),\nperson(\"David\", \"Hugh-Jones\", role = \"ctb\"),\nperson(\"David\", \"Robinson\", role = \"ctb\"),\nperson(\"Doug\", \"Hemken\", role = \"ctb\"),\nperson(\"Duncan\", \"Murdoch\", role = \"ctb\"),\nperson(\"Elio\", \"Campitelli\", role = \"ctb\"),\nperson(\"Ellis\", \"Hughes\", role = \"ctb\"),\nperson(\"Emily\", \"Riederer\", role = \"ctb\"),\nperson(\"Fabian\", \"Hirschmann\", role = \"ctb\"),\nperson(\"Fitch\", \"Simeon\", role = \"ctb\"),\nperson(\"Forest\", \"Fang\", role = \"ctb\"),\nperson(c(\"Frank\", \"E\", \"Harrell\", \"Jr\"), role = \"ctb\", comment = \"the Sweavel package at inst/misc/Sweavel.sty\"),\nperson(\"Garrick\", \"Aden-Buie\", role = \"ctb\"),\nperson(\"Gregoire\", \"Detrez\", role = \"ctb\"),\nperson(\"Hadley\", \"Wickham\", role = \"ctb\"),\nperson(\"Hao\", \"Zhu\", role = \"ctb\"),\nperson(\"Heewon\", \"Jeon\", role = \"ctb\"),\nperson(\"Henrik\", \"Bengtsson\", role = \"ctb\"),\nperson(\"Hiroaki\", \"Yutani\", role = \"ctb\"),\nperson(\"Ian\", \"Lyttle\", role = \"ctb\"),\nperson(\"Hodges\", \"Daniel\", role = \"ctb\"),\nperson(\"Jacob\", \"Bien\", role = \"ctb\"),\nperson(\"Jake\", \"Burkhead\", role = \"ctb\"),\nperson(\"James\", \"Manton\", role = \"ctb\"),\nperson(\"Jared\", \"Lander\", role = \"ctb\"),\nperson(\"Jason\", \"Punyon\", role = \"ctb\"),\nperson(\"Javier\", \"Luraschi\", role = \"ctb\"),\nperson(\"Jeff\", \"Arnold\", role = \"ctb\"),\nperson(\"Jenny\", \"Bryan\", role = \"ctb\"),\nperson(\"Jeremy\", \"Ashkenas\", role = c(\"ctb\", \"cph\"), comment = \"the CSS file at inst/misc/docco-classic.css\"),\nperson(\"Jeremy\", \"Stephens\", role = \"ctb\"),\nperson(\"Jim\", \"Hester\", role = \"ctb\"),\nperson(\"Joe\", \"Cheng\", role = \"ctb\"),\nperson(\"Johannes\", \"Ranke\", role = \"ctb\"),\nperson(\"John\", \"Honaker\", role = \"ctb\"),\nperson(\"John\", \"Muschelli\", role = \"ctb\"),\nperson(\"Jonathan\", \"Keane\", role = \"ctb\"),\nperson(\"JJ\", \"Allaire\", role = \"ctb\"),\nperson(\"Johan\", \"Toloe\", role = \"ctb\"),\nperson(\"Jonathan\", \"Sidi\", role = \"ctb\"),\nperson(\"Joseph\", \"Larmarange\", role = \"ctb\"),\nperson(\"Julien\", \"Barnier\", role = \"ctb\"),\nperson(\"Kaiyin\", \"Zhong\", role = \"ctb\"),\nperson(\"Kamil\", \"Slowikowski\", role = \"ctb\"),\nperson(\"Karl\", \"Forner\", role = \"ctb\"),\nperson(c(\"Kevin\", \"K.\"), \"Smith\", role = \"ctb\"),\nperson(\"Kirill\", \"Mueller\", role = \"ctb\"),\nperson(\"Kohske\", \"Takahashi\", role = \"ctb\"),\nperson(\"Lorenz\", \"Walthert\", role = \"ctb\"),\nperson(\"Lucas\", \"Gallindo\", role = \"ctb\"),\nperson(\"Marius\", \"Hofert\", role = \"ctb\"),\nperson(\"Martin\", \"Modrák\", role = \"ctb\"),\nperson(\"Michael\", \"Chirico\", role = \"ctb\"),\nperson(\"Michael\", \"Friendly\", role = \"ctb\"),\nperson(\"Michal\", \"Bojanowski\", role = \"ctb\"),\nperson(\"Michel\", \"Kuhlmann\", role = \"ctb\"),\nperson(\"Miller\", \"Patrick\", role = \"ctb\"),\nperson(\"Nacho\", \"Caballero\", role = \"ctb\"),\nperson(\"Nick\", \"Salkowski\", role = \"ctb\"),\nperson(\"Niels Richard\", \"Hansen\", role = \"ctb\"),\nperson(\"Noam\", \"Ross\", role = \"ctb\"),\nperson(\"Obada\", \"Mahdi\", role = \"ctb\"),\nperson(\"Pavel N.\", \"Krivitsky\", role = \"ctb\", comment=c(ORCID = \"0000-0002-9101-3362\")),\nperson(\"Qiang\", \"Li\", role = \"ctb\"),\nperson(\"Ramnath\", \"Vaidyanathan\", role = \"ctb\"),\nperson(\"Richard\", \"Cotton\", role = \"ctb\"),\nperson(\"Robert\", \"Krzyzanowski\", role = \"ctb\"),\nperson(\"Rodrigo\", \"Copetti\", role = \"ctb\"),\nperson(\"Romain\", \"Francois\", role = \"ctb\"),\nperson(\"Ruaridh\", \"Williamson\", role = \"ctb\"),\nperson(\"Sagiru\", \"Mati\", role = \"ctb\", comment = c(ORCID = \"0000-0003-1413-3974\")),\nperson(\"Scott\", \"Kostyshak\", role = \"ctb\"),\nperson(\"Sebastian\", \"Meyer\", role = \"ctb\"),\nperson(\"Sietse\", \"Brouwer\", role = \"ctb\"),\nperson(c(\"Simon\", \"de\"), \"Bernard\", role = \"ctb\"),\nperson(\"Sylvain\", \"Rousseau\", role = \"ctb\"),\nperson(\"Taiyun\", \"Wei\", role = \"ctb\"),\nperson(\"Thibaut\", \"Assus\", role = \"ctb\"),\nperson(\"Thibaut\", \"Lamadon\", role = \"ctb\"),\nperson(\"Thomas\", \"Leeper\", role = \"ctb\"),\nperson(\"Tim\", \"Mastny\", role = \"ctb\"),\nperson(\"Tom\", \"Torsney-Weir\", role = \"ctb\"),\nperson(\"Trevor\", \"Davis\", role = \"ctb\"),\nperson(\"Viktoras\", \"Veitas\", role = \"ctb\"),\nperson(\"Weicheng\", \"Zhu\", role = \"ctb\"),\nperson(\"Wush\", \"Wu\", role = \"ctb\"),\nperson(\"Zachary\", \"Foster\", role = \"ctb\"),\nperson(\"Zhian N.\", \"Kamvar\", role = \"ctb\", comment = c(ORCID = \"0000-0003-1458-7108\"))\n)", + "Description": "Provides a general-purpose tool for dynamic report generation in R\nusing Literate Programming techniques.", + "Depends": "R (>= 3.3.0)", + "Imports": "evaluate (>= 0.15), highr, methods, stringr (>= 0.6), yaml (>=\n2.1.19), xfun (>= 0.29), tools", + "Suggests": "markdown, formatR, testit, digest, rgl (>= 0.95.1201),\ncodetools, rmarkdown, htmlwidgets (>= 0.7), webshot, tikzDevice\n(>= 0.10), tinytex, reticulate (>= 1.4), JuliaCall (>= 0.11.1),\nmagick, png, jpeg, gifski, xml2 (>= 1.2.0), httr, DBI (>=\n0.4-1), showtext, tibble, sass, bslib, ragg, gridSVG, styler\n(>= 1.2.0), targets (>= 0.6.0)", + "License": "GPL", + "URL": "https://yihui.org/knitr/", + "BugReports": "https://github.com/yihui/knitr/issues", + "Encoding": "UTF-8", + "VignetteBuilder": "knitr", + "SystemRequirements": "Package vignettes based on R Markdown v2 or\nreStructuredText require Pandoc (http://pandoc.org). The\nfunction rst2pdf() requires rst2pdf\n(https://github.com/rst2pdf/rst2pdf).", + "Collate": "'block.R' 'cache.R' 'utils.R' 'citation.R' 'hooks-html.R'\n'plot.R' 'defaults.R' 'concordance.R' 'engine.R' 'highlight.R'\n'themes.R' 'header.R' 'hooks-asciidoc.R' 'hooks-chunk.R'\n'hooks-extra.R' 'hooks-latex.R' 'hooks-md.R' 'hooks-rst.R'\n'hooks-textile.R' 'hooks.R' 'output.R' 'package.R' 'pandoc.R'\n'params.R' 'parser.R' 'pattern.R' 'rocco.R' 'spin.R' 'table.R'\n'template.R' 'utils-conversion.R' 'utils-rd2html.R'\n'utils-sweave.R' 'utils-upload.R' 'utils-vignettes.R' 'zzz.R'", + "RoxygenNote": "7.2.1", + "NeedsCompilation": "no", + "Packaged": "2022-08-24 14:15:10 UTC; yihui", + "Author": "Yihui Xie [aut, cre] (),\nAbhraneel Sarma [ctb],\nAdam Vogt [ctb],\nAlastair Andrew [ctb],\nAlex Zvoleff [ctb],\nAmar Al-Zubaidi [ctb],\nAndre Simon [ctb] (the CSS files under inst/themes/ were derived from\nthe Highlight package http://www.andre-simon.de),\nAron Atkins [ctb],\nAaron Wolen [ctb],\nAshley Manton [ctb],\nAtsushi Yasumoto [ctb] (),\nBen Baumer [ctb],\nBrian Diggs [ctb],\nBrian Zhang [ctb],\nBulat Yapparov [ctb],\nCassio Pereira [ctb],\nChristophe Dervieux [ctb],\nDavid Hall [ctb],\nDavid Hugh-Jones [ctb],\nDavid Robinson [ctb],\nDoug Hemken [ctb],\nDuncan Murdoch [ctb],\nElio Campitelli [ctb],\nEllis Hughes [ctb],\nEmily Riederer [ctb],\nFabian Hirschmann [ctb],\nFitch Simeon [ctb],\nForest Fang [ctb],\nFrank E Harrell Jr [ctb] (the Sweavel package at inst/misc/Sweavel.sty),\nGarrick Aden-Buie [ctb],\nGregoire Detrez [ctb],\nHadley Wickham [ctb],\nHao Zhu [ctb],\nHeewon Jeon [ctb],\nHenrik Bengtsson [ctb],\nHiroaki Yutani [ctb],\nIan Lyttle [ctb],\nHodges Daniel [ctb],\nJacob Bien [ctb],\nJake Burkhead [ctb],\nJames Manton [ctb],\nJared Lander [ctb],\nJason Punyon [ctb],\nJavier Luraschi [ctb],\nJeff Arnold [ctb],\nJenny Bryan [ctb],\nJeremy Ashkenas [ctb, cph] (the CSS file at\ninst/misc/docco-classic.css),\nJeremy Stephens [ctb],\nJim Hester [ctb],\nJoe Cheng [ctb],\nJohannes Ranke [ctb],\nJohn Honaker [ctb],\nJohn Muschelli [ctb],\nJonathan Keane [ctb],\nJJ Allaire [ctb],\nJohan Toloe [ctb],\nJonathan Sidi [ctb],\nJoseph Larmarange [ctb],\nJulien Barnier [ctb],\nKaiyin Zhong [ctb],\nKamil Slowikowski [ctb],\nKarl Forner [ctb],\nKevin K. Smith [ctb],\nKirill Mueller [ctb],\nKohske Takahashi [ctb],\nLorenz Walthert [ctb],\nLucas Gallindo [ctb],\nMarius Hofert [ctb],\nMartin Modrák [ctb],\nMichael Chirico [ctb],\nMichael Friendly [ctb],\nMichal Bojanowski [ctb],\nMichel Kuhlmann [ctb],\nMiller Patrick [ctb],\nNacho Caballero [ctb],\nNick Salkowski [ctb],\nNiels Richard Hansen [ctb],\nNoam Ross [ctb],\nObada Mahdi [ctb],\nPavel N. Krivitsky [ctb] (),\nQiang Li [ctb],\nRamnath Vaidyanathan [ctb],\nRichard Cotton [ctb],\nRobert Krzyzanowski [ctb],\nRodrigo Copetti [ctb],\nRomain Francois [ctb],\nRuaridh Williamson [ctb],\nSagiru Mati [ctb] (),\nScott Kostyshak [ctb],\nSebastian Meyer [ctb],\nSietse Brouwer [ctb],\nSimon de Bernard [ctb],\nSylvain Rousseau [ctb],\nTaiyun Wei [ctb],\nThibaut Assus [ctb],\nThibaut Lamadon [ctb],\nThomas Leeper [ctb],\nTim Mastny [ctb],\nTom Torsney-Weir [ctb],\nTrevor Davis [ctb],\nViktoras Veitas [ctb],\nWeicheng Zhu [ctb],\nWush Wu [ctb],\nZachary Foster [ctb],\nZhian N. Kamvar [ctb] ()", + "Maintainer": "Yihui Xie ", + "Repository": "CRAN", + "Date/Publication": "2022-08-24 15:30:03 UTC", + "Built": "R 4.2.1; ; 2022-08-30 02:02:00 UTC; windows" + } + }, + "labeling": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "labeling", + "Type": "Package", + "Title": "Axis Labeling", + "Version": "0.4.2", + "Date": "2020-10-15", + "Author": "Justin Talbot,", + "Maintainer": "Nuno Sempere ", + "Description": "Functions which provide a range of axis labeling algorithms.", + "License": "MIT + file LICENSE | Unlimited", + "Collate": "'labeling.R'", + "NeedsCompilation": "no", + "Imports": "stats, graphics", + "Packaged": "2020-10-18 12:56:46 UTC; nuno", + "Repository": "CRAN", + "Date/Publication": "2020-10-20 07:00:09 UTC", + "Built": "R 4.2.0; ; 2022-04-24 01:19:40 UTC; windows" + } + }, + "later": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "later", + "Type": "Package", + "Title": "Utilities for Scheduling Functions to Execute Later with Event\nLoops", + "Version": "1.3.0", + "Authors@R": "c(\nperson(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\"),\nperson(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@rstudio.com\"),\nperson(family = \"RStudio\", role = \"cph\"),\nperson(\"Marcus\", \"Geelnard\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\"),\nperson(\"Evan\", \"Nemerson\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\")\n)", + "Description": "Executes arbitrary R or C functions some time after the current\ntime, after the R execution stack has emptied. The functions are scheduled\nin an event loop.", + "URL": "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", + "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],\nJoe Cheng [aut],\nRStudio [cph],\nMarcus Geelnard [ctb, cph] (TinyCThread library,\nhttps://tinycthread.github.io/),\nEvan Nemerson [ctb, cph] (TinyCThread library,\nhttps://tinycthread.github.io/)", + "Maintainer": "Winston Chang ", + "Repository": "CRAN", + "Date/Publication": "2021-08-18 16:30:06 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-30 01:31:16 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "lattice": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "lattice", + "Version": "0.20-45", + "Date": "2021-09-18", + "Priority": "recommended", + "Title": "Trellis Graphics for R", + "Authors@R": "c(person(\"Deepayan\", \"Sarkar\", role = c(\"aut\", \"cre\"),\nemail = \"deepayan.sarkar@r-project.org\",\ncomment = c(ORCID = \"0000-0003-4107-1553\")),\nperson(\"Felix\", \"Andrews\", role = \"ctb\"),\nperson(\"Kevin\", \"Wright\", role = \"ctb\", comment = \"documentation\"),\nperson(\"Neil\", \"Klepeis\", role = \"ctb\"),\nperson(\"Johan\", \"Larsson\", role = \"ctb\", comment = \"colorkey title\"),\nperson(\"Paul\", \"Murrell\", role = \"ctb\", email = \"paul@stat.auckland.ac.nz\"))", + "Description": "A powerful and elegant high-level data visualization\nsystem inspired by Trellis graphics, with an emphasis on\nmultivariate data. Lattice is sufficient for typical graphics needs,\nand is also flexible enough to handle most nonstandard requirements.\nSee ?Lattice for an introduction.", + "Depends": "R (>= 3.0.0)", + "Suggests": "KernSmooth, MASS, latticeExtra", + "Imports": "grid, grDevices, graphics, stats, utils", + "Enhances": "chron", + "LazyLoad": "yes", + "LazyData": "yes", + "License": "GPL (>= 2)", + "URL": "http://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] (),\nFelix Andrews [ctb],\nKevin Wright [ctb] (documentation),\nNeil Klepeis [ctb],\nJohan Larsson [ctb] (colorkey title),\nPaul Murrell [ctb]", + "Maintainer": "Deepayan Sarkar ", + "Repository": "CRAN", + "Date/Publication": "2021-09-22 12:10:02 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-11-10 02:02:15 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "lazyeval": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "lazyeval", + "Version": "0.2.2", + "Title": "Lazy (Non-Standard) Evaluation", + "Description": "An alternative approach to non-standard evaluation using\nformulas. Provides a full implementation of LISP style 'quasiquotation',\nmaking it easier to generate code with other code.", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", ,\"hadley@rstudio.com\", c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = \"cph\")\n)", + "License": "GPL-3", + "LazyData": "true", + "Depends": "R (>= 3.1.0)", + "Suggests": "knitr, rmarkdown (>= 0.2.65), testthat, covr", + "VignetteBuilder": "knitr", + "RoxygenNote": "6.1.1", + "NeedsCompilation": "yes", + "Packaged": "2019-03-15 14:18:01 UTC; lionel", + "Author": "Hadley Wickham [aut, cre],\nRStudio [cph]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN", + "Date/Publication": "2019-03-15 17:50:07 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-30 00:41:33 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "leaflet": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "leaflet", + "Type": "Package", + "Title": "Create Interactive Web Maps with the JavaScript 'Leaflet'\nLibrary", + "Version": "2.1.1", + "Authors@R": "c(\nperson(\"Joe\", \"Cheng\", email = \"joe@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Bhaskar\", \"Karambelkar\", role = c(\"aut\")),\nperson(\"Yihui\", \"Xie\", role = c(\"aut\")),\nperson(\"Hadley\", \"Wickham\", role = c(\"ctb\")),\nperson(\"Kenton\", \"Russell\", role = c(\"ctb\")),\nperson(\"Kent\", \"Johnson\", role = c(\"ctb\")),\nperson(\"Barret\", \"Schloerke\", role = c(\"ctb\")),\nperson(\"jQuery Foundation and contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery library\"),\nperson(\"Vladimir\", \"Agafonkin\", role = c(\"ctb\", \"cph\"), comment = \"Leaflet library\"),\nperson(\"CloudMade\", role = c(\"cph\"), comment = \"Leaflet library\"),\nperson(\"Leaflet contributors\", role = c(\"ctb\"), comment = \"Leaflet library\"),\nperson(\"Brandon Copeland\", role = c(\"ctb\", \"cph\"), comment = \"leaflet-measure plugin\"),\nperson(\"Joerg Dietrich\", role = c(\"ctb\", \"cph\"), comment = \"Leaflet.Terminator plugin\"),\nperson(\"Benjamin Becquet\", role = c(\"ctb\", \"cph\"), comment = \"Leaflet.MagnifyingGlass plugin\"),\nperson(\"Norkart AS\", role = c(\"ctb\", \"cph\"), comment = \"Leaflet.MiniMap plugin\"),\nperson(\"L. Voogdt\", role = c(\"ctb\", \"cph\"), comment = \"Leaflet.awesome-markers plugin\"),\nperson(\"Daniel Montague\", role = c(\"ctb\", \"cph\"), comment = \"Leaflet.EasyButton plugin\"),\nperson(\"Kartena AB\", role = c(\"ctb\", \"cph\"), comment = \"Proj4Leaflet plugin\"),\nperson(\"Robert Kajic\", role = c(\"ctb\", \"cph\"), comment = \"leaflet-locationfilter plugin\"),\nperson(\"Mapbox\", role = c(\"ctb\", \"cph\"), comment = \"leaflet-omnivore plugin\"),\nperson(\"Michael Bostock\", role = c(\"ctb\", \"cph\"), comment = \"topojson\"),\nperson(\"RStudio\", role = c(\"cph\"))\n)", + "Description": "Create and customize interactive maps using the 'Leaflet'\nJavaScript library and the 'htmlwidgets' package. These maps can be used\ndirectly from the R console, from 'RStudio', in Shiny applications and R Markdown\ndocuments.", + "License": "GPL-3", + "URL": "https://rstudio.github.io/leaflet/", + "BugReports": "https://github.com/rstudio/leaflet/issues", + "Depends": "R (>= 3.1.0)", + "Imports": "base64enc, crosstalk, htmlwidgets (>= 1.5.4), htmltools,\nmagrittr, markdown, methods, png, RColorBrewer, raster, scales\n(>= 1.0.0), sp, stats, viridis (>= 0.5.1), leaflet.providers\n(>= 1.8.0)", + "Suggests": "knitr, maps, sf (>= 0.9-6), shiny, rgdal, rgeos, R6, RJSONIO,\npurrr, testthat (>= 3.0.0), s2", + "RoxygenNote": "7.1.2", + "Encoding": "UTF-8", + "LazyData": "true", + "NeedsCompilation": "no", + "Packaged": "2022-03-23 03:08:42 UTC; jcheng", + "Author": "Joe Cheng [aut, cre],\nBhaskar Karambelkar [aut],\nYihui Xie [aut],\nHadley Wickham [ctb],\nKenton Russell [ctb],\nKent Johnson [ctb],\nBarret Schloerke [ctb],\njQuery Foundation and contributors [ctb, cph] (jQuery library),\nVladimir Agafonkin [ctb, cph] (Leaflet library),\nCloudMade [cph] (Leaflet library),\nLeaflet contributors [ctb] (Leaflet library),\nBrandon Copeland [ctb, cph] (leaflet-measure plugin),\nJoerg Dietrich [ctb, cph] (Leaflet.Terminator plugin),\nBenjamin Becquet [ctb, cph] (Leaflet.MagnifyingGlass plugin),\nNorkart AS [ctb, cph] (Leaflet.MiniMap plugin),\nL. Voogdt [ctb, cph] (Leaflet.awesome-markers plugin),\nDaniel Montague [ctb, cph] (Leaflet.EasyButton plugin),\nKartena AB [ctb, cph] (Proj4Leaflet plugin),\nRobert Kajic [ctb, cph] (leaflet-locationfilter plugin),\nMapbox [ctb, cph] (leaflet-omnivore plugin),\nMichael Bostock [ctb, cph] (topojson),\nRStudio [cph]", + "Maintainer": "Joe Cheng ", + "Repository": "CRAN", + "Date/Publication": "2022-03-23 23:40:02 UTC", + "Built": "R 4.2.2; ; 2022-11-10 06:01:27 UTC; windows" + } + }, + "leaflet.extras": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "leaflet.extras", + "Type": "Package", + "Title": "Extra Functionality for 'leaflet' Package", + "Version": "1.0.0", + "Authors@R": "c(\nperson(\"Bhaskar\", \"Karambelkar\", email = \"bhaskarvk@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Barret\", \"Schloerke\", email = \"barret@rstudio.com\", role = c(\"aut\")),\nperson(\"Bangyou\", \"Zheng\", email= \"Bangyou.Zheng@csiro.au\", role = c(\"ctb\"),\ncomment = \"Leaflet-search and Leaflet-GPS plugin integration\"),\nperson(\"Robin\", \"Cura\", email= \"robin@cura.info\", role = c(\"ctb\"),\ncomment = \"Fixes for Draw Options\"),\nperson(\"Markus\", \"Voge\", email= \"markus.voge@ea-aw.de\", role = c(\"ctb\"),\ncomment = \"Enhancements for Draw Options\"),\nperson(\"Markus\", \"Dumke\", role = c(\"ctb\"), comment = \"Bounce Marker addition\"),\nperson(family = \"Mapbox\", role = c(\"ctb\", \"cph\"), comment = \"leaflet-omnivore, csv2geojson, and togeojson libraries\"),\nperson(\"Henry\", \"Thasler\", role = c(\"ctb\", \"cph\"), comment = \"Leaflet.Geodesic library\"),\nperson(\"Dennis\", \"Wilhelm\", role = c(\"ctb\", \"cph\"), comment = \"Leaflet.StyleEditor library\"),\nperson(\"Kirollos\", \"Risk\", role = c(\"ctb\", \"cph\"), comment = \"fuse.js library\"),\nperson(\"Tim\", \"Wisniewski\", role = c(\"ctb\", \"cph\"), comment = \"leaflet-choropleth library\"),\nperson(family = \"Leaflet\", role = c(\"ctb\", \"cph\"), comment = \"leaflet-draw library\"),\nperson(\"Alexander\", \"Milevski\", role = c(\"ctb\", \"cph\"), comment = \"leaflet-draw-drag library\"),\nperson(\"John\", \"Firebaugh\", role = c(\"ctb\", \"cph\"), comment = \"leaflet-fullscreen library\"),\nperson(\"Stefano\", \"Cudini\", role = c(\"ctb\", \"cph\"), comment = \"leaflet-gps library\"),\nperson(\"Johannes\", \"Rudolph\", role = c(\"ctb\", \"cph\"), comment = \"leaflet-hash library\"),\nperson(\"Per\", \"Liedman\", role = c(\"ctb\", \"cph\"), comment = \"leaflet-measure-path library\"),\nperson(\"Pavel\", \"Shramov\", role = c(\"ctb\", \"cph\"), comment = \"leaflet-plugins library\"),\nperson(\"Filip\", \"Zavadil\", role = c(\"ctb\", \"cph\"), comment = \"leaflet-pulse-icon library\"),\nperson(\"Stefano\", \"Cudini\", role = c(\"ctb\", \"cph\"), comment = \"leaflet-search library\"),\nperson(family = \"CliffCloud\", role = c(\"ctb\", \"cph\"), comment = \"leaflet-sleep library\"),\nperson(family = \"Ursudio\", role = c(\"ctb\", \"cph\"), comment = \"leaflet-webgl-heatmap library\"),\nperson(\"Maxime\", \"Hadjinlian\", role = c(\"ctb\", \"cph\"), comment = \"leaflet.BounceMarker library\"),\nperson(\"Vladimir\", \"Agafonkin\", role = c(\"ctb\", \"cph\"), comment = \"leaflet.heat library\"),\nperson(\"Iván Sánchez\", \"Ortega\", role = c(\"ctb\", \"cph\"), comment = \"leaflet.tilelayer.pouchdbcached library\"),\nperson(\"Dale\", \"Harvey\", role = c(\"ctb\", \"cph\"), comment = \"pouchdb-browser library\"),\nperson(\"Mike\", \"Bostock\", role = c(\"ctb\", \"cph\"), comment = \"topojson library\")\n)", + "Description": "The 'leaflet' JavaScript library provides many plugins some of which\nare available in the core 'leaflet' package, but there are many more. It is not\npossible to support them all in the core 'leaflet' package. This package serves\nas an add-on to the 'leaflet' package by providing extra functionality via 'leaflet'\nplugins.", + "License": "GPL-3 | file LICENSE", + "Encoding": "UTF-8", + "LazyData": "true", + "Depends": "R (>= 3.1.0), leaflet (>= 2.0.0)", + "Imports": "htmlwidgets, htmltools, stringr, magrittr", + "Suggests": "jsonlite, readr", + "URL": "https://github.com/bhaskarvk/leaflet.extras,\nhttps://bhaskarvk.github.io/leaflet.extras/", + "BugReports": "https://github.com/bhaskarvk/leaflet.extras/issues", + "RoxygenNote": "6.0.1", + "NeedsCompilation": "no", + "Packaged": "2018-04-21 16:06:46 UTC; barret", + "Author": "Bhaskar Karambelkar [aut, cre],\nBarret Schloerke [aut],\nBangyou Zheng [ctb] (Leaflet-search and Leaflet-GPS plugin integration),\nRobin Cura [ctb] (Fixes for Draw Options),\nMarkus Voge [ctb] (Enhancements for Draw Options),\nMarkus Dumke [ctb] (Bounce Marker addition),\nMapbox [ctb, cph] (leaflet-omnivore, csv2geojson, and togeojson\nlibraries),\nHenry Thasler [ctb, cph] (Leaflet.Geodesic library),\nDennis Wilhelm [ctb, cph] (Leaflet.StyleEditor library),\nKirollos Risk [ctb, cph] (fuse.js library),\nTim Wisniewski [ctb, cph] (leaflet-choropleth library),\nLeaflet [ctb, cph] (leaflet-draw library),\nAlexander Milevski [ctb, cph] (leaflet-draw-drag library),\nJohn Firebaugh [ctb, cph] (leaflet-fullscreen library),\nStefano Cudini [ctb, cph] (leaflet-gps library),\nJohannes Rudolph [ctb, cph] (leaflet-hash library),\nPer Liedman [ctb, cph] (leaflet-measure-path library),\nPavel Shramov [ctb, cph] (leaflet-plugins library),\nFilip Zavadil [ctb, cph] (leaflet-pulse-icon library),\nStefano Cudini [ctb, cph] (leaflet-search library),\nCliffCloud [ctb, cph] (leaflet-sleep library),\nUrsudio [ctb, cph] (leaflet-webgl-heatmap library),\nMaxime Hadjinlian [ctb, cph] (leaflet.BounceMarker library),\nVladimir Agafonkin [ctb, cph] (leaflet.heat library),\nIván Sánchez Ortega [ctb, cph] (leaflet.tilelayer.pouchdbcached\nlibrary),\nDale Harvey [ctb, cph] (pouchdb-browser library),\nMike Bostock [ctb, cph] (topojson library)", + "Maintainer": "Bhaskar Karambelkar ", + "Repository": "CRAN", + "Date/Publication": "2018-04-21 21:20:53 UTC", + "Built": "R 4.2.2; ; 2022-11-10 06:04:13 UTC; windows" + } + }, + "leaflet.providers": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "leaflet.providers", + "Type": "Package", + "Title": "Leaflet Providers", + "Version": "1.9.0", + "Authors@R": "c(\nperson(\"Leslie\", \"Huang\", email = \"lesliehuang@nyu.edu\", role = c(\"aut\")),\nperson(\"Barret\", \"Schloerke\", email = \"barret@rstudio.com\", role = c(\"ctb\", \"cre\"),\ncomment = c(ORCID = \"0000-0001-9986-114X\")),\nperson(\"Leaflet Providers contributors\", role = c(\"ctb\", \"cph\"), comment = \"Leaflet Providers plugin\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Contains third-party map tile provider information from\n'Leaflet.js', , to be\nused with the 'leaflet' R package. Additionally, 'leaflet.providers'\nenables users to retrieve up-to-date provider information between package\nupdates.", + "License": "BSD_2_clause + file LICENSE", + "Encoding": "UTF-8", + "LazyData": "true", + "Depends": "R (>= 2.10)", + "Suggests": "V8, jsonlite, testthat (>= 2.1.0)", + "Language": "en-US", + "RoxygenNote": "6.1.1", + "URL": "https://github.com/rstudio/leaflet.providers", + "BugReports": "https://github.com/rstudio/leaflet.providers/issues", + "Collate": "'providers_data.R' 'get_current_providers.R'", + "NeedsCompilation": "no", + "Packaged": "2019-11-08 22:12:22 UTC; barret", + "Author": "Leslie Huang [aut],\nBarret Schloerke [ctb, cre] (),\nLeaflet Providers contributors [ctb, cph] (Leaflet Providers plugin),\nRStudio [cph, fnd]", + "Maintainer": "Barret Schloerke ", + "Repository": "CRAN", + "Date/Publication": "2019-11-09 23:40:09 UTC", + "Built": "R 4.2.2; ; 2022-11-10 02:03:59 UTC; windows" + } + }, + "lifecycle": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "lifecycle", + "Title": "Manage the Life Cycle of your Package Functions", + "Version": "1.0.3", + "Authors@R": "c(\nperson(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Manage the life cycle of your exported functions with shared\nconventions, documentation badges, and user-friendly deprecation\nwarnings.", + "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.4)", + "Imports": "cli (>= 3.4.0), glue, rlang (>= 1.0.6)", + "Suggests": "covr, crayon, knitr, lintr, rmarkdown, testthat (>= 3.0.1),\ntibble, tidyverse, tools, vctrs, withr", + "VignetteBuilder": "knitr", + "Config/testthat/edition": "3", + "Config/Needs/website": "tidyverse/tidytemplate", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.1", + "NeedsCompilation": "no", + "Packaged": "2022-10-07 08:50:55 UTC; lionel", + "Author": "Lionel Henry [aut, cre],\nHadley Wickham [aut] (),\nRStudio [cph, fnd]", + "Maintainer": "Lionel Henry ", + "Repository": "CRAN", + "Date/Publication": "2022-10-07 09:50:02 UTC", + "Built": "R 4.2.2; ; 2022-11-10 03:00:04 UTC; windows" + } + }, + "lubridate": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Type": "Package", + "Package": "lubridate", + "Title": "Make Dealing with Dates a Little Easier", + "Version": "1.8.0", + "Authors@R": "c(person(given = \"Vitalie\",\nfamily = \"Spinu\",\nrole = c(\"aut\", \"cre\"),\nemail = \"spinuvit@gmail.com\"),\nperson(given = \"Garrett\",\nfamily = \"Grolemund\",\nrole = \"aut\"),\nperson(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\"),\nperson(given = \"Davis\",\nfamily = \"Vaughan\",\nrole = \"ctb\"),\nperson(given = \"Ian\",\nfamily = \"Lyttle\",\nrole = \"ctb\"),\nperson(given = \"Imanuel\",\nfamily = \"Costigan\",\nrole = \"ctb\"),\nperson(given = \"Jason\",\nfamily = \"Law\",\nrole = \"ctb\"),\nperson(given = \"Doug\",\nfamily = \"Mitarotonda\",\nrole = \"ctb\"),\nperson(given = \"Joseph\",\nfamily = \"Larmarange\",\nrole = \"ctb\"),\nperson(given = \"Jonathan\",\nfamily = \"Boiser\",\nrole = \"ctb\"),\nperson(given = \"Chel Hee\",\nfamily = \"Lee\",\nrole = \"ctb\"),\nperson(\"Google Inc.\", role = c(\"ctb\", \"cph\")))", + "Maintainer": "Vitalie Spinu ", + "Description": "Functions to work with date-times and time-spans:\nfast and user friendly parsing of date-time data, extraction and\nupdating of components of a date-time (years, months, days, hours,\nminutes, and seconds), algebraic manipulation on date-time and\ntime-span objects. The 'lubridate' package has a consistent and\nmemorable syntax that makes working with dates easy and fun. Parts of\nthe 'CCTZ' source code, released under the Apache 2.0 License, are\nincluded in this package. See for\nmore details.", + "License": "GPL (>= 2)", + "URL": "https://lubridate.tidyverse.org,\nhttps://github.com/tidyverse/lubridate", + "BugReports": "https://github.com/tidyverse/lubridate/issues", + "Depends": "methods, R (>= 3.2)", + "Imports": "generics", + "Suggests": "covr, knitr, testthat (>= 2.1.0), vctrs (>= 0.3.0), rmarkdown", + "Enhances": "chron, timeDate, tis, zoo", + "LinkingTo": "cpp11 (>= 0.2.7)", + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "LazyData": "true", + "RoxygenNote": "7.1.1", + "SystemRequirements": "C++11, A system with zoneinfo data (e.g.\n/usr/share/zoneinfo). On Windows the zoneinfo included with R\nis used.", + "Collate": "'Dates.r' 'POSIXt.r' 'util.r' 'parse.r' 'timespans.r'\n'intervals.r' 'difftimes.r' 'durations.r' 'periods.r'\n'accessors-date.R' 'accessors-day.r' 'accessors-dst.r'\n'accessors-hour.r' 'accessors-minute.r' 'accessors-month.r'\n'accessors-quarter.r' 'accessors-second.r' 'accessors-tz.r'\n'accessors-week.r' 'accessors-year.r' 'am-pm.r' 'time-zones.r'\n'numeric.r' 'coercion.r' 'constants.r' 'cpp11-wrappers.R'\n'cpp11.R' 'cyclic_encoding.r' 'data.r' 'decimal-dates.r'\n'deprecated.r' 'format_ISO8601.r' 'guess.r' 'hidden.r'\n'instants.r' 'leap-years.r' 'ops-addition.r' 'ops-compare.r'\n'ops-division.r' 'ops-integer-division.r' 'ops-m+.r'\n'ops-modulo.r' 'ops-multiplication.r' 'ops-subtraction.r'\n'package.r' 'pretty.r' 'round.r' 'stamp.r' 'tzdir.R' 'update.r'\n'vctrs.R' 'zzz.R'", + "NeedsCompilation": "yes", + "Packaged": "2021-10-03 10:14:57 UTC; vspinu", + "Author": "Vitalie Spinu [aut, cre],\nGarrett Grolemund [aut],\nHadley Wickham [aut],\nDavis Vaughan [ctb],\nIan Lyttle [ctb],\nImanuel Costigan [ctb],\nJason Law [ctb],\nDoug Mitarotonda [ctb],\nJoseph Larmarange [ctb],\nJonathan Boiser [ctb],\nChel Hee Lee [ctb],\nGoogle Inc. [ctb, cph]", + "Repository": "CRAN", + "Date/Publication": "2021-10-07 15:20:02 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-30 01:31:45 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "magrittr": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Type": "Package", + "Package": "magrittr", + "Title": "A Forward-Pipe Operator for R", + "Version": "2.0.3", + "Authors@R": "c(\nperson(\"Stefan Milton\", \"Bache\", , \"stefan@stefanbache.dk\", role = c(\"aut\", \"cph\"),\ncomment = \"Original author and creator of magrittr\"),\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\nperson(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = \"cre\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Provides a mechanism for chaining commands with a new\nforward-pipe operator, %>%. This operator will forward a value, or the\nresult of an expression, into the next function call/expression.\nThere is flexible support for the type of right-hand side expressions.\nFor more information, see package vignette. To quote Rene Magritte,\n\"Ceci n'est pas un pipe.\"", + "License": "MIT + file LICENSE", + "URL": "https://magrittr.tidyverse.org,\nhttps://github.com/tidyverse/magrittr", + "BugReports": "https://github.com/tidyverse/magrittr/issues", + "Depends": "R (>= 3.4.0)", + "Suggests": "covr, knitr, rlang, rmarkdown, testthat", + "VignetteBuilder": "knitr", + "ByteCompile": "Yes", + "Config/Needs/website": "tidyverse/tidytemplate", + "Encoding": "UTF-8", + "RoxygenNote": "7.1.2", + "NeedsCompilation": "yes", + "Packaged": "2022-03-29 09:34:37 UTC; lionel", + "Author": "Stefan Milton Bache [aut, cph] (Original author and creator of\nmagrittr),\nHadley Wickham [aut],\nLionel Henry [cre],\nRStudio [cph, fnd]", + "Maintainer": "Lionel Henry ", + "Repository": "CRAN", + "Date/Publication": "2022-03-30 07:30:09 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-30 00:41:36 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "markdown": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "markdown", + "Type": "Package", + "Title": "Render Markdown with 'commonmark'", + "Version": "1.3", + "Authors@R": "c(\nperson(\"JJ\", \"Allaire\", role = \"aut\"),\nperson(\"Jeffrey\", \"Horner\", role = \"aut\"),\nperson(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(\"Henrik\", \"Bengtsson\", role = \"ctb\"),\nperson(\"Jim\", \"Hester\", role = \"ctb\"),\nperson(\"Yixuan\", \"Qiu\", role = \"ctb\"),\nperson(\"Kohske\", \"Takahashi\", role = \"ctb\"),\nperson(\"Adam\", \"November\", role = \"ctb\"),\nperson(\"Nacho\", \"Caballero\", role = \"ctb\"),\nperson(\"Jeroen\", \"Ooms\", role = \"ctb\"),\nperson(\"Thomas\", \"Leeper\", role = \"ctb\"),\nperson(\"Joe\", \"Cheng\", role = \"ctb\"),\nperson(\"Andrzej\", \"Oles\", role = \"ctb\"),\nperson(family = \"RStudio\", role = \"cph\")\n)", + "Description": "Render Markdown to full HTML documents with the 'commonmark'\npackage. Markdown is a plain-text formatting\nsyntax that can be converted to 'XHTML' or other formats. See\n for more information about Markdown.", + "Depends": "R (>= 2.11.1)", + "Imports": "utils, commonmark, xfun, mime (>= 0.3)", + "Suggests": "knitr, rmarkdown, yaml, RCurl", + "License": "GPL-2", + "URL": "https://github.com/rstudio/markdown", + "BugReports": "https://github.com/rstudio/markdown/issues", + "VignetteBuilder": "knitr", + "RoxygenNote": "7.2.1", + "Encoding": "UTF-8", + "NeedsCompilation": "no", + "Packaged": "2022-10-29 16:07:48 UTC; yihui", + "Author": "JJ Allaire [aut],\nJeffrey Horner [aut],\nYihui Xie [aut, cre] (),\nHenrik Bengtsson [ctb],\nJim Hester [ctb],\nYixuan Qiu [ctb],\nKohske Takahashi [ctb],\nAdam November [ctb],\nNacho Caballero [ctb],\nJeroen Ooms [ctb],\nThomas Leeper [ctb],\nJoe Cheng [ctb],\nAndrzej Oles [ctb],\nRStudio [cph]", + "Maintainer": "Yihui Xie ", + "Repository": "CRAN", + "Date/Publication": "2022-10-29 22:07:32 UTC", + "Built": "R 4.2.1; ; 2022-11-29 09:04:12 UTC; windows" + } + }, + "memoise": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "memoise", + "Title": "'Memoisation' of Functions", + "Version": "2.0.1", + "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\",\nemail = \"hadley@rstudio.com\"),\nperson(given = \"Jim\",\nfamily = \"Hester\",\nrole = \"aut\"),\nperson(given = \"Winston\",\nfamily = \"Chang\",\nrole = c(\"aut\", \"cre\"),\nemail = \"winston@rstudio.com\"),\nperson(given = \"Kirill\",\nfamily = \"Müller\",\nrole = \"aut\",\nemail = \"krlmlr+r@mailbox.org\"),\nperson(given = \"Daniel\",\nfamily = \"Cook\",\nrole = \"aut\",\nemail = \"danielecook@gmail.com\"),\nperson(given = \"Mark\",\nfamily = \"Edmondson\",\nrole = \"ctb\",\nemail = \"r@sunholo.com\"))", + "Description": "Cache the results of a function so that when you\ncall it again with the same arguments it returns the previously computed\nvalue.", + "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],\nJim Hester [aut],\nWinston Chang [aut, cre],\nKirill Müller [aut],\nDaniel Cook [aut],\nMark Edmondson [ctb]", + "Maintainer": "Winston Chang ", + "Repository": "CRAN", + "Date/Publication": "2021-11-26 16:11:10 UTC", + "Built": "R 4.2.1; ; 2022-08-30 02:01:42 UTC; windows" + } + }, + "mgcv": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "mgcv", + "Version": "1.8-41", + "Author": "Simon Wood ", + "Maintainer": "Simon Wood ", + "Title": "Mixed GAM Computation Vehicle with Automatic Smoothness\nEstimation", + "Description": "Generalized additive (mixed) models, some of their extensions and\nother generalized ridge regression with multiple smoothing\nparameter estimation by (Restricted) Marginal Likelihood,\nGeneralized Cross Validation and similar, or using iterated\nnested Laplace approximation for fully Bayesian inference. See\nWood (2017) for an overview.\nIncludes a gam() function, a wide variety of smoothers, 'JAGS'\nsupport and distributions beyond the exponential family.", + "Priority": "recommended", + "Depends": "R (>= 3.6.0), nlme (>= 3.1-64)", + "Imports": "methods, stats, graphics, Matrix, splines, utils", + "Suggests": "parallel, survival, MASS", + "LazyLoad": "yes", + "ByteCompile": "yes", + "License": "GPL (>= 2)", + "NeedsCompilation": "yes", + "Packaged": "2022-10-21 11:50:05 UTC; sw283", + "Repository": "CRAN", + "Date/Publication": "2022-10-21 13:52:37 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2023-02-16 03:44:18 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "mime": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "mime", + "Type": "Package", + "Title": "Map Filenames to MIME Types", + "Version": "0.12", + "Authors@R": "c(\nperson(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(\"Jeffrey\", \"Horner\", role = \"ctb\"),\nperson(\"Beilei\", \"Bian\", role = \"ctb\")\n)", + "Description": "Guesses the MIME type from a filename extension using the data\nderived from /etc/mime.types in UNIX-type systems.", + "Imports": "tools", + "License": "GPL", + "URL": "https://github.com/yihui/mime", + "BugReports": "https://github.com/yihui/mime/issues", + "RoxygenNote": "7.1.1", + "Encoding": "UTF-8", + "NeedsCompilation": "yes", + "Packaged": "2021-09-28 02:06:04 UTC; yihui", + "Author": "Yihui Xie [aut, cre] (),\nJeffrey Horner [ctb],\nBeilei Bian [ctb]", + "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", + "Archs": "x64" + } + }, + "munsell": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "munsell", + "Type": "Package", + "Title": "Utilities for Using Munsell Colours", + "Version": "0.5.0", + "Author": "Charlotte Wickham ", + "Maintainer": "Charlotte Wickham ", + "Description": "Provides easy access to, and manipulation of, the Munsell\ncolours. Provides a mapping between Munsell's\noriginal notation (e.g. \"5R 5/10\") and hexadecimal strings suitable\nfor use directly in R graphics. Also provides utilities\nto explore slices through the Munsell colour tree, to transform\nMunsell colours and display colour palettes.", + "Suggests": "ggplot2, testthat", + "Imports": "colorspace, methods", + "License": "MIT + file LICENSE", + "URL": "https://cran.r-project.org/package=munsell,\nhttps://github.com/cwickham/munsell/", + "RoxygenNote": "6.0.1", + "NeedsCompilation": "no", + "Packaged": "2018-06-11 23:15:15 UTC; wickhamc", + "Repository": "CRAN", + "Date/Publication": "2018-06-12 04:29:06 UTC", + "Built": "R 4.2.1; ; 2022-08-30 01:31:07 UTC; windows" + } + }, + "nlme": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "nlme", + "Version": "3.1-162", + "Date": "2023-01-30", + "Priority": "recommended", + "Title": "Linear and Nonlinear Mixed Effects Models", + "Authors@R": "c(person(\"José\", \"Pinheiro\", role = \"aut\", comment = \"S version\"),\nperson(\"Douglas\", \"Bates\", role = \"aut\", comment = \"up to 2007\"),\nperson(\"Saikat\", \"DebRoy\", role = \"ctb\", comment = \"up to 2002\"),\nperson(\"Deepayan\", \"Sarkar\", role = \"ctb\", comment = \"up to 2005\"),\nperson(\"EISPACK authors\", role = \"ctb\", comment = \"src/rs.f\"),\nperson(\"Siem\", \"Heisterkamp\", role = \"ctb\", comment = \"Author fixed sigma\"),\nperson(\"Bert\", \"Van Willigen\",role = \"ctb\", comment = \"Programmer fixed sigma\"),\nperson(\"Johannes\", \"Ranke\", role = \"ctb\", comment = \"varConstProp()\"),\nperson(\"R Core Team\", email = \"R-core@R-project.org\",\nrole = c(\"aut\", \"cre\")))", + "Contact": "see 'MailingList'", + "Description": "Fit and compare Gaussian linear and nonlinear mixed-effects models.", + "Depends": "R (>= 3.5.0)", + "Imports": "graphics, stats, utils, lattice", + "Suggests": "Hmisc, MASS, SASmixed", + "LazyData": "yes", + "Encoding": "UTF-8", + "License": "GPL (>= 2)", + "BugReports": "https://bugs.r-project.org", + "MailingList": "R-help@r-project.org", + "URL": "https://svn.r-project.org/R-packages/trunk/nlme/", + "NeedsCompilation": "yes", + "Packaged": "2023-01-31 08:57:23 UTC; maechler", + "Author": "José Pinheiro [aut] (S version),\nDouglas Bates [aut] (up to 2007),\nSaikat DebRoy [ctb] (up to 2002),\nDeepayan Sarkar [ctb] (up to 2005),\nEISPACK authors [ctb] (src/rs.f),\nSiem Heisterkamp [ctb] (Author fixed sigma),\nBert Van Willigen [ctb] (Programmer fixed sigma),\nJohannes Ranke [ctb] (varConstProp()),\nR Core Team [aut, cre]", + "Maintainer": "R Core Team ", + "Repository": "CRAN", + "Date/Publication": "2023-01-31 16:50:09 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2023-02-16 03:10:00 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "openssl": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "openssl", + "Type": "Package", + "Title": "Toolkit for Encryption, Signatures and Certificates Based on\nOpenSSL", + "Version": "2.0.4", + "Authors@R": "c(person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\ncomment = c(ORCID = \"0000-0002-4035-0289\")),\nperson(\"Oliver\", \"Keyes\", role = \"ctb\"))", + "Description": "Bindings to OpenSSL libssl and libcrypto, plus custom SSH key parsers.\nSupports RSA, DSA and EC curves P-256, P-384, P-521, and curve25519. Cryptographic\nsignatures can either be created and verified manually or via x509 certificates.\nAES can be used in cbc, ctr or gcm mode for symmetric encryption; RSA for asymmetric\n(public key) encryption or EC for Diffie Hellman. High-level envelope functions\ncombine RSA and AES for encrypting arbitrary sized data. Other utilities include key\ngenerators, hash functions (md5, sha1, sha256, etc), base64 encoder, a secure random\nnumber generator, and 'bignum' math methods for manually performing crypto\ncalculations on large multibyte integers.", + "License": "MIT + file LICENSE", + "URL": "https://github.com/jeroen/openssl", + "BugReports": "https://github.com/jeroen/openssl/issues", + "SystemRequirements": "OpenSSL >= 1.0.2", + "VignetteBuilder": "knitr", + "Imports": "askpass", + "Suggests": "curl, testthat (>= 2.1.0), digest, knitr, rmarkdown,\njsonlite, jose, sodium", + "RoxygenNote": "7.2.1", + "Encoding": "UTF-8", + "NeedsCompilation": "yes", + "Packaged": "2022-10-17 08:56:04 UTC; jeroen", + "Author": "Jeroen Ooms [aut, cre] (),\nOliver Keyes [ctb]", + "Maintainer": "Jeroen Ooms ", + "Repository": "CRAN", + "Date/Publication": "2022-10-17 09:30:05 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-11-10 03:26:46 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "packrat": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Type": "Package", + "Package": "packrat", + "Title": "A Dependency Management System for Projects and their R Package\nDependencies", + "Version": "0.9.1", + "Authors@R": "c(\nperson(\"Aron\", \"Atkins\", , \"aron@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"Toph\", \"Allen\", role = \"aut\"),\nperson(\"Kevin\", \"Ushey\", role = \"aut\"),\nperson(\"Jonathan\", \"McPherson\", role = \"aut\"),\nperson(\"Joe\", \"Cheng\", role = \"aut\"),\nperson(\"JJ\", \"Allaire\", role = \"aut\"),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Manage the R packages your project depends on in an isolated,\nportable, and reproducible way.", + "License": "GPL-2", + "URL": "https://github.com/rstudio/packrat/", + "BugReports": "https://github.com/rstudio/packrat/issues", + "Depends": "R (>= 3.0.0)", + "Imports": "tools, utils", + "Suggests": "devtools, httr, knitr, mockery, rmarkdown, testthat (>=\n3.0.0)", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.1", + "NeedsCompilation": "no", + "Packaged": "2023-02-27 18:08:33 UTC; aron", + "Author": "Aron Atkins [aut, cre],\nToph Allen [aut],\nKevin Ushey [aut],\nJonathan McPherson [aut],\nJoe Cheng [aut],\nJJ Allaire [aut],\nPosit Software, PBC [cph, fnd]", + "Maintainer": "Aron Atkins ", + "Repository": "CRAN", + "Date/Publication": "2023-02-27 18:52:29 UTC", + "Built": "R 4.2.3; ; 2023-08-25 00:46:34 UTC; windows" + } + }, + "pillar": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "pillar", + "Title": "Coloured Formatting for Columns", + "Version": "1.8.1", + "Authors@R": "c(person(given = \"Kirill\",\nfamily = \"M\\u00fcller\",\nrole = c(\"aut\", \"cre\"),\nemail = \"kirill@cynkra.com\",\ncomment = c(ORCID = \"0000-0002-1416-3412\")),\nperson(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\"),\nperson(given = \"RStudio\",\nrole = \"cph\"))", + "Description": "Provides 'pillar' and 'colonnade' generics designed\nfor formatting columns of data using the full range of colours\nprovided by modern terminals.", + "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", + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.1", + "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", + "NeedsCompilation": "no", + "Packaged": "2022-08-18 16:02:46 UTC; kirill", + "Author": "Kirill Müller [aut, cre] (),\nHadley Wickham [aut],\nRStudio [cph]", + "Maintainer": "Kirill Müller ", + "Repository": "CRAN", + "Date/Publication": "2022-08-19 08:40:07 UTC", + "Built": "R 4.2.1; ; 2022-08-30 02:36:48 UTC; windows" + } + }, + "pkgconfig": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "pkgconfig", + "Title": "Private Configuration for 'R' Packages", + "Version": "2.0.3", + "Author": "Gábor Csárdi", + "Maintainer": "Gábor Csárdi ", + "Description": "Set configuration options on a per-package basis.\nOptions set by a given package only apply to that package,\nother packages are unaffected.", + "License": "MIT + file LICENSE", + "LazyData": "true", + "Imports": "utils", + "Suggests": "covr, testthat, disposables (>= 1.0.3)", + "URL": "https://github.com/r-lib/pkgconfig#readme", + "BugReports": "https://github.com/r-lib/pkgconfig/issues", + "Encoding": "UTF-8", + "NeedsCompilation": "no", + "Packaged": "2019-09-22 08:42:40 UTC; gaborcsardi", + "Repository": "CRAN", + "Date/Publication": "2019-09-22 09:20:02 UTC", + "Built": "R 4.2.1; ; 2022-08-30 00:41:24 UTC; windows" + } + }, + "pkgload": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "pkgload", + "Title": "Simulate Package Installation and Attach", + "Version": "1.3.1", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", role = \"aut\"),\nperson(\"Winston\", \"Chang\", role = \"aut\"),\nperson(\"Jim\", \"Hester\", role = \"aut\"),\nperson(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\")),\nperson(\"R Core team\", role = \"ctb\",\ncomment = \"Some namespace and vignette code extracted from base R\")\n)", + "Description": "Simulates the process of installing a package and then\nattaching it. This is a key part of the 'devtools' package as it\nallows you to rapidly iterate while developing a package.", + "License": "GPL-3", + "URL": "https://github.com/r-lib/pkgload, https://pkgload.r-lib.org", + "BugReports": "https://github.com/r-lib/pkgload/issues", + "Depends": "R (>= 3.4.0)", + "Imports": "cli (>= 3.3.0), crayon, desc, fs, glue, methods, rlang (>=\n1.0.3), rprojroot, utils, withr (>= 2.4.3)", + "Suggests": "bitops, covr, mathjaxr, mockr, pak, pkgbuild, Rcpp, remotes,\nrstudioapi, testthat (>= 3.1.0)", + "Config/testthat/edition": "3", + "Config/Needs/website": "tidyverse/tidytemplate, ggplot2", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.1", + "NeedsCompilation": "no", + "Packaged": "2022-10-28 13:50:58 UTC; lionel", + "Author": "Hadley Wickham [aut],\nWinston Chang [aut],\nJim Hester [aut],\nLionel Henry [aut, cre],\nRStudio [cph, fnd],\nR Core team [ctb] (Some namespace and vignette code extracted from base\nR)", + "Maintainer": "Lionel Henry ", + "Repository": "CRAN", + "Date/Publication": "2022-10-28 14:24:59 UTC", + "Built": "R 4.2.1; ; 2022-11-29 09:03:51 UTC; windows" + } + }, + "plotly": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "plotly", + "Title": "Create Interactive Web Graphics via 'plotly.js'", + "Version": "4.10.0", + "Authors@R": "c(person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"),\nemail = \"cpsievert1@gmail.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Chris\", \"Parmer\", role = \"aut\",\nemail = \"chris@plot.ly\"),\nperson(\"Toby\", \"Hocking\", role = \"aut\",\nemail = \"tdhock5@gmail.com\"),\nperson(\"Scott\", \"Chamberlain\", role = \"aut\",\nemail = \"myrmecocystus@gmail.com\"),\nperson(\"Karthik\", \"Ram\", role = \"aut\",\nemail = \"karthik.ram@gmail.com\"),\nperson(\"Marianne\", \"Corvellec\", role = \"aut\",\nemail = \"marianne.corvellec@igdore.org\", comment = c(ORCID = \"0000-0002-1994-3581\")),\nperson(\"Pedro\", \"Despouy\", role = \"aut\",\nemail = \"pedro@plot.ly\"),\nperson(\"Salim\", \"Brüggemann\", role = \"ctb\",\nemail = \"salim-b@pm.me\", comment = c(ORCID = \"0000-0002-5329-5987\")),\nperson(\"Plotly Technologies Inc.\", role = \"cph\"))", + "License": "MIT + file LICENSE", + "Description": "Create interactive web graphics from 'ggplot2' graphs and/or a custom interface to the (MIT-licensed) JavaScript library 'plotly.js' inspired by the grammar of graphics.", + "URL": "https://plotly-r.com, https://github.com/plotly/plotly.R,\nhttps://plotly.com/r/", + "BugReports": "https://github.com/plotly/plotly.R/issues", + "Depends": "R (>= 3.2.0), ggplot2 (>= 3.0.0)", + "Imports": "tools, scales, httr (>= 1.3.0), jsonlite (>= 1.6), magrittr,\ndigest, viridisLite, base64enc, htmltools (>= 0.3.6),\nhtmlwidgets (>= 1.5.2.9001), tidyr (>= 1.0.0), RColorBrewer,\ndplyr, vctrs, tibble, lazyeval (>= 0.2.0), rlang (>= 0.4.10),\ncrosstalk, purrr, data.table, promises", + "Suggests": "MASS, maps, hexbin, ggthemes, GGally, testthat, knitr,\ndevtools, shiny (>= 1.1.0), shinytest (>= 1.3.0), curl,\nrmarkdown, Cairo, broom, webshot, listviewer, dendextend,\nmaptools, rgeos, sf, png, IRdisplay, processx, plotlyGeoAssets,\nforcats, palmerpenguins, rversions, reticulate", + "LazyData": "true", + "RoxygenNote": "7.1.2", + "Encoding": "UTF-8", + "NeedsCompilation": "no", + "Packaged": "2021-10-08 19:08:31 UTC; cpsievert", + "Author": "Carson Sievert [aut, cre] (),\nChris Parmer [aut],\nToby Hocking [aut],\nScott Chamberlain [aut],\nKarthik Ram [aut],\nMarianne Corvellec [aut] (),\nPedro Despouy [aut],\nSalim Brüggemann [ctb] (),\nPlotly Technologies Inc. [cph]", + "Maintainer": "Carson Sievert ", + "Repository": "CRAN", + "Date/Publication": "2021-10-09 21:10:07 UTC", + "Built": "R 4.2.1; ; 2022-08-30 04:39:41 UTC; windows" + } + }, + "png": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "png", + "Version": "0.1-7", + "Title": "Read and write PNG images", + "Author": "Simon Urbanek ", + "Maintainer": "Simon Urbanek ", + "Depends": "R (>= 2.9.0)", + "Description": "This package provides an easy and simple way to read, write and display bitmap images stored in the PNG format. It can read and write both files and in-memory raw vectors.", + "License": "GPL-2 | GPL-3", + "SystemRequirements": "libpng", + "URL": "http://www.rforge.net/png/", + "Packaged": "2013-12-03 20:09:14 UTC; svnuser", + "NeedsCompilation": "yes", + "Repository": "CRAN", + "Date/Publication": "2013-12-03 22:25:05", + "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-04-24 01:20:00 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "praise": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "praise", + "Title": "Praise Users", + "Version": "1.0.0", + "Author": "Gabor Csardi, Sindre Sorhus", + "Maintainer": "Gabor Csardi ", + "Description": "Build friendly R packages that\npraise their users if they have done something\ngood, or they just need it to feel better.", + "License": "MIT + file LICENSE", + "LazyData": "true", + "URL": "https://github.com/gaborcsardi/praise", + "BugReports": "https://github.com/gaborcsardi/praise/issues", + "Suggests": "testthat", + "Collate": "'adjective.R' 'adverb.R' 'exclamation.R' 'verb.R' 'rpackage.R'\n'package.R'", + "NeedsCompilation": "no", + "Packaged": "2015-08-11 02:01:43 UTC; gaborcsardi", + "Repository": "CRAN", + "Date/Publication": "2015-08-11 08:22:28", + "Built": "R 4.2.1; ; 2022-08-30 00:41:18 UTC; windows" + } + }, + "processx": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "processx", + "Title": "Execute and Control System Processes", + "Version": "3.8.2", + "Authors@R": "c(\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0000-0001-7098-9676\")),\nperson(\"Winston\", \"Chang\", role = \"aut\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\")),\nperson(\"Mango Solutions\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Tools to run system processes in the background. It can\ncheck if a background process is running; wait on a background process\nto finish; get the exit status of finished processes; kill background\nprocesses. It can read the standard output and error of the processes,\nusing non-blocking connections. 'processx' can poll a process for\nstandard output or error, with a timeout. It can also poll several\nprocesses at once.", + "License": "MIT + file LICENSE", + "URL": "https://processx.r-lib.org,\nhttps://github.com/r-lib/processx#readme", + "BugReports": "https://github.com/r-lib/processx/issues", + "Depends": "R (>= 3.4.0)", + "Imports": "ps (>= 1.2.0), R6, utils", + "Suggests": "callr (>= 3.7.3), cli (>= 3.3.0), codetools, covr, curl,\ndebugme, parallel, rlang (>= 1.0.2), testthat (>= 3.0.0),\nwebfakes, withr", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.0", + "Config/testthat/edition": "3", + "Config/Needs/website": "tidyverse/tidytemplate", + "NeedsCompilation": "yes", + "Packaged": "2023-06-30 10:01:10 UTC; gaborcsardi", + "Author": "Gábor Csárdi [aut, cre, cph] (),\nWinston Chang [aut],\nRStudio [cph, fnd],\nMango Solutions [cph, fnd]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN", + "Date/Publication": "2023-06-30 20:40:02 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-08-21 01:25:00 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "promises": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "promises", + "Type": "Package", + "Title": "Abstractions for Promise-Based Asynchronous Programming", + "Version": "1.2.0.1", + "Authors@R": "c(\nperson(\"Joe\", \"Cheng\", email = \"joe@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Provides fundamental abstractions for doing asynchronous programming\nin R using promises. Asynchronous programming is useful for allowing a single\nR process to orchestrate multiple tasks in the background while also attending\nto something else. Semantics are similar to 'JavaScript' promises, but with a\nsyntax that is idiomatic R.", + "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", + "Language": "en-US", + "NeedsCompilation": "yes", + "Packaged": "2021-02-11 18:18:47 UTC; barret", + "Author": "Joe Cheng [aut, cre],\nRStudio [cph, fnd]", + "Maintainer": "Joe Cheng ", + "Repository": "CRAN", + "Date/Publication": "2021-02-11 19:00:02 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-30 02:01:50 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "ps": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "ps", + "Title": "List, Query, Manipulate System Processes", + "Version": "1.7.5", + "Authors@R": "c(\nperson(\"Jay\", \"Loden\", role = \"aut\"),\nperson(\"Dave\", \"Daeschler\", role = \"aut\"),\nperson(\"Giampaolo\", \"Rodola'\", role = \"aut\"),\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "List, query and manipulate all system processes, on\n'Windows', 'Linux' and 'macOS'.", + "License": "MIT + file LICENSE", + "URL": "https://github.com/r-lib/ps#readme, https://ps.r-lib.org/", + "BugReports": "https://github.com/r-lib/ps/issues", + "Depends": "R (>= 3.4)", + "Imports": "utils", + "Suggests": "callr, covr, curl, pillar, pingr, processx (>= 3.1.0), R6,\nrlang, testthat (>= 3.0.0), webfakes", + "Biarch": "true", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.1", + "Config/testthat/edition": "3", + "Config/Needs/website": "tidyverse/tidytemplate", + "NeedsCompilation": "yes", + "Packaged": "2023-04-18 14:27:32 UTC; gaborcsardi", + "Author": "Jay Loden [aut],\nDave Daeschler [aut],\nGiampaolo Rodola' [aut],\nGábor Csárdi [aut, cre],\nRStudio [cph, fnd]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN", + "Date/Publication": "2023-04-18 19:30:02 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-05-22 00:44:04 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "purrr": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "purrr", + "Title": "Functional Programming Tools", + "Version": "0.3.5", + "Authors@R": "c(person(given = \"Lionel\",\nfamily = \"Henry\",\nrole = c(\"aut\", \"cre\"),\nemail = \"lionel@rstudio.com\"),\nperson(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\",\nemail = \"hadley@rstudio.com\"),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", + "Description": "A complete and consistent functional programming\ntoolkit for R.", + "License": "GPL-3 | file LICENSE", + "URL": "https://purrr.tidyverse.org/, https://github.com/tidyverse/purrr", + "BugReports": "https://github.com/tidyverse/purrr/issues", + "Depends": "R (>= 3.2)", + "Imports": "magrittr (>= 1.5), rlang (>= 0.3.1)", + "Suggests": "covr, crayon, dplyr (>= 0.7.8), httr, knitr, rmarkdown,\ntestthat, tibble, tidyselect, vctrs", + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.1", + "NeedsCompilation": "yes", + "Packaged": "2022-09-28 12:56:52 UTC; lionel", + "Author": "Lionel Henry [aut, cre],\nHadley Wickham [aut],\nRStudio [cph, fnd]", + "Maintainer": "Lionel Henry ", + "Repository": "CRAN", + "Date/Publication": "2022-10-06 10:10:02 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-11-10 03:00:07 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "rappdirs": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Type": "Package", + "Package": "rappdirs", + "Title": "Application Directories: Determine Where to Save Data, Caches,\nand Logs", + "Version": "0.3.3", + "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = c(\"trl\", \"cre\", \"cph\"),\nemail = \"hadley@rstudio.com\"),\nperson(given = \"RStudio\",\nrole = \"cph\"),\nperson(given = \"Sridhar\",\nfamily = \"Ratnakumar\",\nrole = \"aut\"),\nperson(given = \"Trent\",\nfamily = \"Mick\",\nrole = \"aut\"),\nperson(given = \"ActiveState\",\nrole = \"cph\",\ncomment = \"R/appdir.r, R/cache.r, R/data.r, R/log.r translated from appdirs\"),\nperson(given = \"Eddy\",\nfamily = \"Petrisor\",\nrole = \"ctb\"),\nperson(given = \"Trevor\",\nfamily = \"Davis\",\nrole = c(\"trl\", \"aut\")),\nperson(given = \"Gabor\",\nfamily = \"Csardi\",\nrole = \"ctb\"),\nperson(given = \"Gregory\",\nfamily = \"Jefferis\",\nrole = \"ctb\"))", + "Description": "An easy way to determine which directories on the\nusers computer you should use to save data, caches and logs. A port of\nPython's 'Appdirs' () to\nR.", + "License": "MIT + file LICENSE", + "URL": "https://rappdirs.r-lib.org, https://github.com/r-lib/rappdirs", + "BugReports": "https://github.com/r-lib/rappdirs/issues", + "Depends": "R (>= 3.2)", + "Suggests": "roxygen2, testthat (>= 3.0.0), covr, withr", + "Copyright": "Original python appdirs module copyright (c) 2010\nActiveState Software Inc. R port copyright Hadley Wickham,\nRStudio. See file LICENSE for details.", + "Encoding": "UTF-8", + "RoxygenNote": "7.1.1", + "Config/testthat/edition": "3", + "NeedsCompilation": "yes", + "Packaged": "2021-01-28 22:29:57 UTC; hadley", + "Author": "Hadley Wickham [trl, cre, cph],\nRStudio [cph],\nSridhar Ratnakumar [aut],\nTrent Mick [aut],\nActiveState [cph] (R/appdir.r, R/cache.r, R/data.r, R/log.r translated\nfrom appdirs),\nEddy Petrisor [ctb],\nTrevor Davis [trl, aut],\nGabor Csardi [ctb],\nGregory Jefferis [ctb]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN", + "Date/Publication": "2021-01-31 05:40:02 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-30 00:41:27 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "raster": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "raster", + "Type": "Package", + "Title": "Geographic Data Analysis and Modeling", + "Version": "3.6-3", + "Date": "2022-09-16", + "Imports": "Rcpp, methods, terra (>= 1.6-16)", + "LinkingTo": "Rcpp", + "Depends": "sp (>= 1.4-5), R (>= 3.5.0)", + "Suggests": "ncdf4, igraph, tcltk, parallel, rasterVis, MASS, sf,\ntinytest, gstat, fields, exactextractr", + "SystemRequirements": "C++11", + "Description": "Reading, writing, manipulating, analyzing and modeling of spatial data. The package implements basic and high-level functions for raster data and for vector data operations such as intersections. This package has been superseded by the \"terra\" package .", + "License": "GPL (>= 3)", + "URL": "https://rspatial.org/raster", + "BugReports": "https://github.com/rspatial/raster/issues/", + "Authors@R": "c(\nperson(\"Robert J.\", \"Hijmans\", role = c(\"cre\", \"aut\"),\nemail = \"r.hijmans@gmail.com\",\ncomment = c(ORCID = \"0000-0001-5872-2872\")),\nperson(\"Jacob\", \"van Etten\", role = \"ctb\"),\nperson(\"Michael\", \"Sumner\", role = \"ctb\"),\nperson(\"Joe\", \"Cheng\", role = \"ctb\"),\nperson(\"Dan\", \"Baston\", role = \"ctb\"),\nperson(\"Andrew\", \"Bevan\", role = \"ctb\"),\nperson(\"Roger\", \"Bivand\", role = \"ctb\"),\nperson(\"Lorenzo\", \"Busetto\", role = \"ctb\"),\nperson(\"Mort\", \"Canty\", role = \"ctb\"),\nperson(\"Ben\", \"Fasoli\", role = \"ctb\"),\nperson(\"David\", \"Forrest\", role = \"ctb\"),\nperson(\"Aniruddha\", \"Ghosh\", role = \"ctb\"),\nperson(\"Duncan\", \"Golicher\", role = \"ctb\"),\nperson(\"Josh\", \"Gray\", role = \"ctb\"),\nperson(\"Jonathan A.\", \"Greenberg\", role = \"ctb\"),\nperson(\"Paul\", \"Hiemstra\", role = \"ctb\"),\nperson(\"Kassel\", \"Hingee\", role = \"ctb\"),\nperson(\"Alex\", \"Ilich\", role = \"ctb\"),\nperson(\"Institute for Mathematics Applied Geosciences\", role=\"cph\"),\nperson(\"Charles\", \"Karney\", role = \"ctb\"),\nperson(\"Matteo\", \"Mattiuzzi\", role = \"ctb\"),\nperson(\"Steven\", \"Mosher\", role = \"ctb\"),\nperson(\"Babak\", \"Naimi\", role = \"ctb\"),\nperson(\"Jakub\", \"Nowosad\", role = \"ctb\"),\nperson(\"Edzer\", \"Pebesma\", role = \"ctb\"),\nperson(\"Oscar\", \"Perpinan Lamigueiro\", role = \"ctb\"),\nperson(\"Etienne B.\", \"Racine\", role = \"ctb\"),\nperson(\"Barry\", \"Rowlingson\", role = \"ctb\"),\nperson(\"Ashton\", \"Shortridge\", role = \"ctb\"),\nperson(\"Bill\", \"Venables\", role = \"ctb\"),\nperson(\"Rafael\", \"Wueest\", role = \"ctb\")\n)", + "NeedsCompilation": "yes", + "Packaged": "2022-09-17 14:26:01 UTC; rhijm", + "Author": "Robert J. Hijmans [cre, aut] (),\nJacob van Etten [ctb],\nMichael Sumner [ctb],\nJoe Cheng [ctb],\nDan Baston [ctb],\nAndrew Bevan [ctb],\nRoger Bivand [ctb],\nLorenzo Busetto [ctb],\nMort Canty [ctb],\nBen Fasoli [ctb],\nDavid Forrest [ctb],\nAniruddha Ghosh [ctb],\nDuncan Golicher [ctb],\nJosh Gray [ctb],\nJonathan A. Greenberg [ctb],\nPaul Hiemstra [ctb],\nKassel Hingee [ctb],\nAlex Ilich [ctb],\nInstitute for Mathematics Applied Geosciences [cph],\nCharles Karney [ctb],\nMatteo Mattiuzzi [ctb],\nSteven Mosher [ctb],\nBabak Naimi [ctb],\nJakub Nowosad [ctb],\nEdzer Pebesma [ctb],\nOscar Perpinan Lamigueiro [ctb],\nEtienne B. Racine [ctb],\nBarry Rowlingson [ctb],\nAshton Shortridge [ctb],\nBill Venables [ctb],\nRafael Wueest [ctb]", + "Maintainer": "Robert J. Hijmans ", + "Repository": "CRAN", + "Date/Publication": "2022-09-18 20:26:04 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-11-29 09:04:24 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "rematch2": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "rematch2", + "Title": "Tidy Output from Regular Expression Matching", + "Version": "2.1.2", + "Authors@R": "c(\nperson(\"Gábor\", \"Csárdi\", email = \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Matthew\", \"Lincoln\", email = \"matthew.d.lincoln@gmail.com\", role = c(\"ctb\")))", + "Description": "Wrappers on 'regexpr' and 'gregexpr' to return the match\nresults in tidy data frames.", + "License": "MIT + file LICENSE", + "LazyData": "true", + "URL": "https://github.com/r-lib/rematch2#readme", + "BugReports": "https://github.com/r-lib/rematch2/issues", + "RoxygenNote": "7.1.0", + "Imports": "tibble", + "Suggests": "covr, testthat", + "Encoding": "UTF-8", + "NeedsCompilation": "no", + "Packaged": "2020-04-30 10:31:13 UTC; gaborcsardi", + "Author": "Gábor Csárdi [aut, cre],\nMatthew Lincoln [ctb]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN", + "Date/Publication": "2020-05-01 06:50:02 UTC", + "Built": "R 4.2.1; ; 2022-08-30 03:18:53 UTC; windows" + } + }, + "renv": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "renv", + "Type": "Package", + "Title": "Project Environments", + "Version": "1.0.0", + "Authors@R": "c(\nperson(\"Kevin\", \"Ushey\", role = c(\"aut\", \"cre\"), email = \"kevin@rstudio.com\",\ncomment = c(ORCID = \"0000-0003-2880-7407\")),\nperson(\"Hadley\", \"Wickham\", role = c(\"aut\"), email = \"hadley@rstudio.com\",\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "A dependency management toolkit for R. Using 'renv', you can create\nand manage project-local R libraries, save the state of these libraries to\na 'lockfile', and later restore your library as required. Together, these\ntools can help make your projects more isolated, portable, and reproducible.", + "License": "MIT + file LICENSE", + "URL": "https://rstudio.github.io/renv/, https://github.com/rstudio/renv", + "BugReports": "https://github.com/rstudio/renv/issues", + "Imports": "utils", + "Suggests": "BiocManager, cli, covr, cpp11, devtools, gitcreds, jsonlite,\nknitr, miniUI, packrat, pak, R6, remotes, reticulate,\nrmarkdown, rstudioapi, shiny, testthat, uuid, waldo, yaml,\nwebfakes", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Config/testthat/parallel": "true", + "Config/testthat/start-first": "bioconductor,python,install,restore,snapshot,retrieve,remotes", + "NeedsCompilation": "no", + "Packaged": "2023-07-07 21:11:12 UTC; kevin", + "Author": "Kevin Ushey [aut, cre] (),\nHadley Wickham [aut] (),\nPosit Software, PBC [cph, fnd]", + "Maintainer": "Kevin Ushey ", + "Repository": "RSPM", + "Date/Publication": "2023-07-07 21:50:02 UTC", + "Built": "R 4.2.1; ; 2023-08-26 07:21:13 UTC; windows" + } + }, + "rlang": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "rlang", + "Version": "1.1.1", + "Title": "Functions for Base Types and Core R and 'Tidyverse' Features", + "Description": "A toolbox for working with base types, core R features\nlike the condition system, and core 'Tidyverse' features like tidy\nevaluation.", + "Authors@R": "c(\nperson(\"Lionel\", \"Henry\", ,\"lionel@posit.co\", c(\"aut\", \"cre\")),\nperson(\"Hadley\", \"Wickham\", ,\"hadley@posit.co\", \"aut\"),\nperson(given = \"mikefc\",\nemail = \"mikefc@coolbutuseless.com\",\nrole = \"cph\",\ncomment = \"Hash implementation based on Mike's xxhashlite\"),\nperson(given = \"Yann\",\nfamily = \"Collet\",\nrole = \"cph\",\ncomment = \"Author of the embedded xxHash library\"),\nperson(given = \"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n)", + "License": "MIT + file LICENSE", + "ByteCompile": "true", + "Biarch": "true", + "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", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "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": "2023-04-28 10:48:43 UTC; lionel", + "Author": "Lionel Henry [aut, cre],\nHadley Wickham [aut],\nmikefc [cph] (Hash implementation based on Mike's xxhashlite),\nYann Collet [cph] (Author of the embedded xxHash library),\nPosit, PBC [cph, fnd]", + "Maintainer": "Lionel Henry ", + "Repository": "CRAN", + "Date/Publication": "2023-04-28 22:30:03 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-05-22 00:43:55 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "rmarkdown": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Type": "Package", + "Package": "rmarkdown", + "Title": "Dynamic Documents for R", + "Version": "2.17", + "Authors@R": "c(\nperson(\"JJ\", \"Allaire\", , \"jj@rstudio.com\", role = \"aut\"),\nperson(\"Yihui\", \"Xie\", , \"xie@yihui.name\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(\"Jonathan\", \"McPherson\", , \"jonathan@rstudio.com\", role = \"aut\"),\nperson(\"Javier\", \"Luraschi\", , \"javier@rstudio.com\", role = \"aut\"),\nperson(\"Kevin\", \"Ushey\", , \"kevin@rstudio.com\", role = \"aut\"),\nperson(\"Aron\", \"Atkins\", , \"aron@rstudio.com\", role = \"aut\"),\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\nperson(\"Joe\", \"Cheng\", , \"joe@rstudio.com\", role = \"aut\"),\nperson(\"Winston\", \"Chang\", , \"winston@rstudio.com\", role = \"aut\"),\nperson(\"Richard\", \"Iannone\", , \"rich@rstudio.com\", role = \"aut\", comment = c(ORCID = \"0000-0003-3925-190X\")),\nperson(\"Andrew\", \"Dunning\", role = \"ctb\", comment = c(ORCID = \"0000-0003-0464-5036\")),\nperson(\"Atsushi\", \"Yasumoto\", role = c(\"ctb\", \"cph\"), comment = c(ORCID = \"0000-0002-8335-495X\", cph = \"Number sections Lua filter\")),\nperson(\"Barret\", \"Schloerke\", role = \"ctb\"),\nperson(\"Carson\", \"Sievert\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Christophe\", \"Dervieux\", role = \"ctb\"),\nperson(\"Devon\", \"Ryan\", , \"dpryan79@gmail.com\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8549-0971\")),\nperson(\"Frederik\", \"Aust\", , \"frederik.aust@uni-koeln.de\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4900-788X\")),\nperson(\"Jeff\", \"Allen\", , \"jeff@rstudio.com\", role = \"ctb\"),\nperson(\"JooYoung\", \"Seo\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4064-6012\")),\nperson(\"Malcolm\", \"Barrett\", role = \"ctb\"),\nperson(\"Rob\", \"Hyndman\", , \"Rob.Hyndman@monash.edu\", role = \"ctb\"),\nperson(\"Romain\", \"Lesur\", role = \"ctb\"),\nperson(\"Roy\", \"Storey\", role = \"ctb\"),\nperson(\"Ruben\", \"Arslan\", , \"ruben.arslan@uni-goettingen.de\", role = \"ctb\"),\nperson(\"Sergio\", \"Oller\", role = \"ctb\"),\nperson(, \"RStudio, PBC\", role = \"cph\"),\nperson(, \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery UI library; authors listed in inst/rmd/h/jqueryui-AUTHORS.txt\"),\nperson(\"Mark\", \"Otto\", role = \"ctb\", comment = \"Bootstrap library\"),\nperson(\"Jacob\", \"Thornton\", role = \"ctb\", comment = \"Bootstrap library\"),\nperson(, \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"),\nperson(, \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\"),\nperson(\"Alexander\", \"Farkas\", role = c(\"ctb\", \"cph\"), comment = \"html5shiv library\"),\nperson(\"Scott\", \"Jehl\", role = c(\"ctb\", \"cph\"), comment = \"Respond.js library\"),\nperson(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"), comment = \"highlight.js library\"),\nperson(\"Greg\", \"Franko\", role = c(\"ctb\", \"cph\"), comment = \"tocify library\"),\nperson(\"John\", \"MacFarlane\", role = c(\"ctb\", \"cph\"), comment = \"Pandoc templates\"),\nperson(, \"Google, Inc.\", role = c(\"ctb\", \"cph\"), comment = \"ioslides library\"),\nperson(\"Dave\", \"Raggett\", role = \"ctb\", comment = \"slidy library\"),\nperson(, \"W3C\", role = \"cph\", comment = \"slidy library\"),\nperson(\"Dave\", \"Gandy\", role = c(\"ctb\", \"cph\"), comment = \"Font-Awesome\"),\nperson(\"Ben\", \"Sperry\", role = \"ctb\", comment = \"Ionicons\"),\nperson(, \"Drifty\", role = \"cph\", comment = \"Ionicons\"),\nperson(\"Aidan\", \"Lister\", role = c(\"ctb\", \"cph\"), comment = \"jQuery StickyTabs\"),\nperson(\"Benct Philip\", \"Jonsson\", role = c(\"ctb\", \"cph\"), comment = \"pagebreak Lua filter\"),\nperson(\"Albert\", \"Krewinkel\", role = c(\"ctb\", \"cph\"), comment = \"pagebreak Lua filter\")\n)", + "Maintainer": "Yihui Xie ", + "Description": "Convert R Markdown documents into a variety of formats.", + "License": "GPL-3", + "URL": "https://github.com/rstudio/rmarkdown,\nhttps://pkgs.rstudio.com/rmarkdown/", + "BugReports": "https://github.com/rstudio/rmarkdown/issues", + "Depends": "R (>= 3.0)", + "Imports": "bslib (>= 0.2.5.1), evaluate (>= 0.13), htmltools (>= 0.5.1),\njquerylib, jsonlite, knitr (>= 1.22), methods, stringr (>=\n1.2.0), tinytex (>= 0.31), tools, utils, xfun (>= 0.30), yaml\n(>= 2.1.19)", + "Suggests": "digest, dygraphs, fs, rsconnect, downlit (>= 0.4.0), katex\n(>= 1.4.0), sass (>= 0.4.0), shiny (>= 1.6.0), testthat (>=\n3.0.3), tibble, tufte, vctrs, withr (>= 2.4.2)", + "VignetteBuilder": "knitr", + "Config/Needs/website": "rstudio/quillt, pkgdown", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.1", + "SystemRequirements": "pandoc (>= 1.14) - http://pandoc.org", + "NeedsCompilation": "no", + "Packaged": "2022-10-07 21:04:56 UTC; yihui", + "Author": "JJ Allaire [aut],\nYihui Xie [aut, cre] (),\nJonathan McPherson [aut],\nJavier Luraschi [aut],\nKevin Ushey [aut],\nAron Atkins [aut],\nHadley Wickham [aut],\nJoe Cheng [aut],\nWinston Chang [aut],\nRichard Iannone [aut] (),\nAndrew Dunning [ctb] (),\nAtsushi Yasumoto [ctb, cph] (,\nNumber sections Lua filter),\nBarret Schloerke [ctb],\nCarson Sievert [ctb] (),\nChristophe Dervieux [ctb],\nDevon Ryan [ctb] (),\nFrederik Aust [ctb] (),\nJeff Allen [ctb],\nJooYoung Seo [ctb] (),\nMalcolm Barrett [ctb],\nRob Hyndman [ctb],\nRomain Lesur [ctb],\nRoy Storey [ctb],\nRuben Arslan [ctb],\nSergio Oller [ctb],\nRStudio, PBC [cph],\njQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in\ninst/rmd/h/jqueryui-AUTHORS.txt),\nMark Otto [ctb] (Bootstrap library),\nJacob Thornton [ctb] (Bootstrap library),\nBootstrap contributors [ctb] (Bootstrap library),\nTwitter, Inc [cph] (Bootstrap library),\nAlexander Farkas [ctb, cph] (html5shiv library),\nScott Jehl [ctb, cph] (Respond.js library),\nIvan Sagalaev [ctb, cph] (highlight.js library),\nGreg Franko [ctb, cph] (tocify library),\nJohn MacFarlane [ctb, cph] (Pandoc templates),\nGoogle, Inc. [ctb, cph] (ioslides library),\nDave Raggett [ctb] (slidy library),\nW3C [cph] (slidy library),\nDave Gandy [ctb, cph] (Font-Awesome),\nBen Sperry [ctb] (Ionicons),\nDrifty [cph] (Ionicons),\nAidan Lister [ctb, cph] (jQuery StickyTabs),\nBenct Philip Jonsson [ctb, cph] (pagebreak Lua filter),\nAlbert Krewinkel [ctb, cph] (pagebreak Lua filter)", + "Repository": "CRAN", + "Date/Publication": "2022-10-07 22:00:03 UTC", + "Built": "R 4.2.1; ; 2022-11-29 09:09:09 UTC; windows" + } + }, + "roxygen2": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "roxygen2", + "Title": "In-Line Documentation for R", + "Version": "7.2.1", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Peter\", \"Danenberg\", , \"pcd@roxygen.org\", role = c(\"aut\", \"cph\")),\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = \"aut\"),\nperson(\"Manuel\", \"Eugster\", role = c(\"aut\", \"cph\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Generate your Rd documentation, 'NAMESPACE' file, and\ncollation field using specially formatted comments. Writing\ndocumentation in-line with code makes it easier to keep your\ndocumentation up-to-date as your requirements change. 'roxygen2' is\ninspired by the 'Doxygen' system for C++.", + "License": "MIT + file LICENSE", + "URL": "https://roxygen2.r-lib.org/, https://github.com/r-lib/roxygen2", + "BugReports": "https://github.com/r-lib/roxygen2/issues", + "Depends": "R (>= 3.3)", + "Imports": "brew, cli (>= 3.3.0), commonmark, desc (>= 1.2.0), digest,\nknitr, methods, pkgload (>= 1.0.2), purrr (>= 0.3.3), R6 (>=\n2.1.2), rlang (>= 1.0.0), stringi, stringr (>= 1.0.0), utils,\nwithr, xml2", + "Suggests": "covr, R.methodsS3, R.oo, rmarkdown, testthat (>= 3.1.2), yaml", + "LinkingTo": "cpp11", + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "Language": "en-GB", + "RoxygenNote": "7.2.0.9000", + "SystemRequirements": "C++11", + "NeedsCompilation": "yes", + "Packaged": "2022-07-18 16:16:42 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre, cph]\n(),\nPeter Danenberg [aut, cph],\nGábor Csárdi [aut],\nManuel Eugster [aut, cph],\nRStudio [cph, fnd]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN", + "Date/Publication": "2022-07-18 16:40:02 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-30 03:03:16 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "rprojroot": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "rprojroot", + "Title": "Finding Files in Project Subdirectories", + "Version": "2.0.3", + "Authors@R": "person(given = \"Kirill\",\nfamily = \"M\\u00fcller\",\nrole = c(\"aut\", \"cre\"),\nemail = \"krlmlr+r@mailbox.org\",\ncomment = c(ORCID = \"0000-0002-1416-3412\"))", + "Description": "Robust, reliable and flexible paths to files below\na project root. The 'root' of a project is defined as a directory that\nmatches a certain criterion, e.g., it contains a certain regular file.", + "License": "MIT + file LICENSE", + "URL": "https://rprojroot.r-lib.org/, https://github.com/r-lib/rprojroot", + "BugReports": "https://github.com/r-lib/rprojroot/issues", + "Depends": "R (>= 3.0.0)", + "Suggests": "covr, knitr, lifecycle, mockr, rmarkdown, testthat (>=\n3.0.0), withr", + "VignetteBuilder": "knitr", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.1.2", + "NeedsCompilation": "no", + "Packaged": "2022-04-02 16:14:00 UTC; kirill", + "Author": "Kirill Müller [aut, cre] ()", + "Maintainer": "Kirill Müller ", + "Repository": "CRAN", + "Date/Publication": "2022-04-02 16:40:02 UTC", + "Built": "R 4.2.1; ; 2022-08-30 00:41:41 UTC; windows" + } + }, + "rsconnect": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Type": "Package", + "Package": "rsconnect", + "Title": "Deploy Docs, Apps, and APIs to 'Posit Connect', 'shinyapps.io',\nand 'RPubs'", + "Version": "1.0.2", + "Authors@R": "c(\nperson(\"Aron\", \"Atkins\", , \"aron@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"Toph\", \"Allen\", role = \"aut\"),\nperson(\"Hadley\", \"Wickham\", role = \"aut\"),\nperson(\"Jonathan\", \"McPherson\", role = \"aut\"),\nperson(\"JJ\", \"Allaire\", role = \"aut\"),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Programmatic deployment interface for 'RPubs',\n'shinyapps.io', and 'Posit Connect'. Supported content types include R\nMarkdown documents, Shiny applications, Plumber APIs, plots, and\nstatic web content.", + "License": "GPL-2", + "URL": "https://github.com/rstudio/rsconnect", + "BugReports": "https://github.com/rstudio/rsconnect/issues", + "Depends": "R (>= 3.5.0)", + "Imports": "cli, curl, digest, jsonlite, lifecycle, openssl (>= 2.0.0),\npackrat (>= 0.6), renv (>= 1.0.0), rlang (>= 1.0.0), rstudioapi\n(>= 0.5), tools, yaml (>= 2.1.5)", + "Suggests": "Biobase, BiocManager, foreign, knitr, MASS, plumber (>=\n0.3.2), quarto, RCurl, reticulate, rmarkdown (>= 1.1), shiny,\ntestthat (>= 3.1.9), webfakes, withr", + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Config/testthat/parallel": "true", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "NeedsCompilation": "no", + "Packaged": "2023-08-17 13:59:17 UTC; aron", + "Author": "Aron Atkins [aut, cre],\nToph Allen [aut],\nHadley Wickham [aut],\nJonathan McPherson [aut],\nJJ Allaire [aut],\nPosit Software, PBC [cph, fnd]", + "Maintainer": "Aron Atkins ", + "Repository": "CRAN", + "Date/Publication": "2023-08-17 15:40:02 UTC", + "Built": "R 4.2.3; ; 2023-08-21 01:50:12 UTC; windows" + } + }, + "rstudioapi": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "rstudioapi", + "Title": "Safely Access the RStudio API", + "Description": "Access the RStudio API (if available) and provide informative error\nmessages when it's not.", + "Version": "0.14", + "Authors@R": "c(\nperson(\"Kevin\", \"Ushey\", role = c(\"aut\", \"cre\"), email = \"kevin@rstudio.com\"),\nperson(\"JJ\", \"Allaire\", role = c(\"aut\"), email = \"jj@rstudio.com\"),\nperson(\"Hadley\", \"Wickham\", role = c(\"aut\"), email = \"hadley@rstudio.com\"),\nperson(\"Gary\", \"Ritchie\", role = c(\"aut\"), email = \"gary@rstudio.com\"),\nperson(family = \"RStudio\", role = \"cph\")\n)", + "Maintainer": "Kevin Ushey ", + "License": "MIT + file LICENSE", + "URL": "https://rstudio.github.io/rstudioapi/,\nhttps://github.com/rstudio/rstudioapi", + "BugReports": "https://github.com/rstudio/rstudioapi/issues", + "RoxygenNote": "7.2.1.9000", + "Suggests": "testthat, knitr, rmarkdown, clipr, covr", + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "NeedsCompilation": "no", + "Packaged": "2022-08-22 18:55:08 UTC; kevin", + "Author": "Kevin Ushey [aut, cre],\nJJ Allaire [aut],\nHadley Wickham [aut],\nGary Ritchie [aut],\nRStudio [cph]", + "Repository": "CRAN", + "Date/Publication": "2022-08-22 22:00:03 UTC", + "Built": "R 4.2.1; ; 2022-09-08 00:40:09 UTC; windows" + } + }, + "sass": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Type": "Package", + "Package": "sass", + "Version": "0.4.2", + "Title": "Syntactically Awesome Style Sheets ('Sass')", + "Description": "An 'SCSS' compiler, powered by the 'LibSass' library. With this,\nR developers can use variables, inheritance, and functions to generate\ndynamic style sheets. The package uses the 'Sass CSS' extension language,\nwhich is stable, powerful, and CSS compatible.", + "Authors@R": "c(\nperson(\"Joe\", \"Cheng\", , \"joe@rstudio.com\", \"aut\"),\nperson(\"Timothy\", \"Mastny\", , \"tim.mastny@gmail.com\", \"aut\"),\nperson(\"Richard\", \"Iannone\", , \"rich@rstudio.com\", \"aut\",\ncomment = c(ORCID = \"0000-0003-3925-190X\")),\nperson(\"Barret\", \"Schloerke\", , \"barret@rstudio.com\", \"aut\",\ncomment = c(ORCID = \"0000-0001-9986-114X\")),\nperson(\"Carson\", \"Sievert\", , \"carson@rstudio.com\", c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Christophe\", \"Dervieux\", , \"cderv@rstudio.com\", c(\"ctb\"),\ncomment = c(ORCID = \"0000-0003-4474-2498\")),\nperson(family = \"RStudio\", role = c(\"cph\", \"fnd\")),\nperson(family = \"Sass Open Source Foundation\", role = c(\"ctb\", \"cph\"),\ncomment = \"LibSass library\"),\nperson(\"Greter\", \"Marcel\", role = c(\"ctb\", \"cph\"),\ncomment = \"LibSass library\"),\nperson(\"Mifsud\", \"Michael\", role = c(\"ctb\", \"cph\"),\ncomment = \"LibSass library\"),\nperson(\"Hampton\", \"Catlin\", role = c(\"ctb\", \"cph\"),\ncomment = \"LibSass library\"),\nperson(\"Natalie\", \"Weizenbaum\", role = c(\"ctb\", \"cph\"),\ncomment = \"LibSass library\"),\nperson(\"Chris\", \"Eppstein\", role = c(\"ctb\", \"cph\"),\ncomment = \"LibSass library\"),\nperson(\"Adams\", \"Joseph\", role = c(\"ctb\", \"cph\"),\ncomment = \"json.cpp\"),\nperson(\"Trifunovic\", \"Nemanja\", role = c(\"ctb\", \"cph\"),\ncomment = \"utf8.h\")\n)", + "License": "MIT + file LICENSE", + "URL": "https://rstudio.github.io/sass/, https://github.com/rstudio/sass", + "BugReports": "https://github.com/rstudio/sass/issues", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.0", + "SystemRequirements": "GNU make", + "Imports": "fs, rlang (>= 0.4.10), htmltools (>= 0.5.1), R6, rappdirs", + "Suggests": "testthat, knitr, rmarkdown, withr, shiny, curl", + "VignetteBuilder": "knitr", + "Config/testthat/edition": "3", + "NeedsCompilation": "yes", + "Packaged": "2022-07-15 16:54:55 UTC; cpsievert", + "Author": "Joe Cheng [aut],\nTimothy Mastny [aut],\nRichard Iannone [aut] (),\nBarret Schloerke [aut] (),\nCarson Sievert [aut, cre] (),\nChristophe Dervieux [ctb] (),\nRStudio [cph, fnd],\nSass Open Source Foundation [ctb, cph] (LibSass library),\nGreter Marcel [ctb, cph] (LibSass library),\nMifsud Michael [ctb, cph] (LibSass library),\nHampton Catlin [ctb, cph] (LibSass library),\nNatalie Weizenbaum [ctb, cph] (LibSass library),\nChris Eppstein [ctb, cph] (LibSass library),\nAdams Joseph [ctb, cph] (json.cpp),\nTrifunovic Nemanja [ctb, cph] (utf8.h)", + "Maintainer": "Carson Sievert ", + "Repository": "CRAN", + "Date/Publication": "2022-07-16 07:30:07 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-30 02:03:00 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "scales": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "scales", + "Title": "Scale Functions for Visualization", + "Version": "1.2.1", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Dana\", \"Seidel\", role = \"aut\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Graphical scales map data to aesthetics, and provide methods\nfor automatically determining breaks and labels for axes and legends.", + "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)", + "Config/Needs/website": "tidyverse/tidytemplate", + "Encoding": "UTF-8", + "LazyLoad": "yes", + "RoxygenNote": "7.2.1", + "Config/testthat/edition": "3", + "NeedsCompilation": "no", + "Packaged": "2022-08-19 15:35:49 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre],\nDana Seidel [aut],\nRStudio [cph, fnd]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN", + "Date/Publication": "2022-08-20 00:10:11 UTC", + "Built": "R 4.2.1; ; 2022-08-30 02:01:48 UTC; windows" + } + }, + "shiny": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "shiny", + "Type": "Package", + "Title": "Web Application Framework for R", + "Version": "1.7.3", + "Authors@R": "c(\nperson(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\", comment = c(ORCID = \"0000-0002-1576-2126\")),\nperson(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\nperson(\"JJ\", \"Allaire\", role = \"aut\", email = \"jj@rstudio.com\"),\nperson(\"Carson\", \"Sievert\", role = \"aut\", email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Barret\", \"Schloerke\", role = \"aut\", email = \"barret@rstudio.com\", comment = c(ORCID = \"0000-0001-9986-114X\")),\nperson(\"Yihui\", \"Xie\", role = \"aut\", email = \"yihui@rstudio.com\"),\nperson(\"Jeff\", \"Allen\", role = \"aut\", email = \"jeff@rstudio.com\"),\nperson(\"Jonathan\", \"McPherson\", role = \"aut\", email = \"jonathan@rstudio.com\"),\nperson(\"Alan\", \"Dipert\", role = \"aut\"),\nperson(\"Barbara\", \"Borges\", role = \"aut\"),\nperson(family = \"RStudio\", role = \"cph\"),\nperson(family = \"jQuery Foundation\", role = \"cph\",\ncomment = \"jQuery library and jQuery UI library\"),\nperson(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\ncomment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"),\nperson(family = \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"),\ncomment = \"jQuery UI library; authors listed in inst/www/shared/jqueryui/AUTHORS.txt\"),\nperson(\"Mark\", \"Otto\", role = \"ctb\",\ncomment = \"Bootstrap library\"),\nperson(\"Jacob\", \"Thornton\", role = \"ctb\",\ncomment = \"Bootstrap library\"),\nperson(family = \"Bootstrap contributors\", role = \"ctb\",\ncomment = \"Bootstrap library\"),\nperson(family = \"Twitter, Inc\", role = \"cph\",\ncomment = \"Bootstrap library\"),\nperson(\"Prem Nawaz\", \"Khan\", role = \"ctb\",\ncomment = \"Bootstrap accessibility plugin\"),\nperson(\"Victor\", \"Tsaran\", role = \"ctb\",\ncomment = \"Bootstrap accessibility plugin\"),\nperson(\"Dennis\", \"Lembree\", role = \"ctb\",\ncomment = \"Bootstrap accessibility plugin\"),\nperson(\"Srinivasu\", \"Chakravarthula\", role = \"ctb\",\ncomment = \"Bootstrap accessibility plugin\"),\nperson(\"Cathy\", \"O'Connor\", role = \"ctb\",\ncomment = \"Bootstrap accessibility plugin\"),\nperson(family = \"PayPal, Inc\", role = \"cph\",\ncomment = \"Bootstrap accessibility plugin\"),\nperson(\"Stefan\", \"Petre\", role = c(\"ctb\", \"cph\"),\ncomment = \"Bootstrap-datepicker library\"),\nperson(\"Andrew\", \"Rowls\", role = c(\"ctb\", \"cph\"),\ncomment = \"Bootstrap-datepicker library\"),\nperson(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"),\ncomment = \"selectize.js library\"),\nperson(\"Salmen\", \"Bejaoui\", role = c(\"ctb\", \"cph\"),\ncomment = \"selectize-plugin-a11y library\"),\nperson(\"Denis\", \"Ineshin\", role = c(\"ctb\", \"cph\"),\ncomment = \"ion.rangeSlider library\"),\nperson(\"Sami\", \"Samhuri\", role = c(\"ctb\", \"cph\"),\ncomment = \"Javascript strftime library\"),\nperson(family = \"SpryMedia Limited\", role = c(\"ctb\", \"cph\"),\ncomment = \"DataTables library\"),\nperson(\"John\", \"Fraser\", role = c(\"ctb\", \"cph\"),\ncomment = \"showdown.js library\"),\nperson(\"John\", \"Gruber\", role = c(\"ctb\", \"cph\"),\ncomment = \"showdown.js library\"),\nperson(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"),\ncomment = \"highlight.js library\"),\nperson(family = \"R Core Team\", role = c(\"ctb\", \"cph\"),\ncomment = \"tar implementation from R\")\n)", + "Description": "Makes it incredibly easy to build interactive web\napplications with R. Automatic \"reactive\" binding between inputs and\noutputs and extensive prebuilt widgets make it possible to build\nbeautiful, responsive, and powerful applications with minimal effort.", + "License": "GPL-3 | file LICENSE", + "Depends": "R (>= 3.0.2), methods", + "Imports": "utils, grDevices, httpuv (>= 1.5.2), mime (>= 0.3), jsonlite\n(>= 0.9.16), xtable, fontawesome (>= 0.4.0), htmltools (>=\n0.5.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, yaml, future, dygraphs, ragg, showtext, sass", + "URL": "https://shiny.rstudio.com/", + "BugReports": "https://github.com/rstudio/shiny/issues", + "Collate": "'globals.R' 'app-state.R' 'app_template.R' 'bind-cache.R'\n'bind-event.R' 'bookmark-state-local.R' 'bookmark-state.R'\n'bootstrap-deprecated.R' 'bootstrap-layout.R' 'conditions.R'\n'map.R' 'utils.R' 'bootstrap.R' 'cache-utils.R' 'deprecated.R'\n'devmode.R' 'diagnose.R' 'fileupload.R' 'graph.R' 'reactives.R'\n'reactive-domains.R' 'history.R' 'hooks.R' 'html-deps.R'\n'image-interact-opts.R' 'image-interact.R' 'imageutils.R'\n'input-action.R' 'input-checkbox.R' 'input-checkboxgroup.R'\n'input-date.R' 'input-daterange.R' 'input-file.R'\n'input-numeric.R' 'input-password.R' 'input-radiobuttons.R'\n'input-select.R' 'input-slider.R' 'input-submit.R'\n'input-text.R' 'input-textarea.R' 'input-utils.R'\n'insert-tab.R' 'insert-ui.R' 'jqueryui.R' 'knitr.R'\n'middleware-shiny.R' 'middleware.R' 'timer.R' 'shiny.R'\n'mock-session.R' 'modal.R' 'modules.R' 'notifications.R'\n'priorityqueue.R' 'progress.R' 'react.R' 'reexports.R'\n'render-cached-plot.R' 'render-plot.R' 'render-table.R'\n'run-url.R' 'runapp.R' 'serializers.R'\n'server-input-handlers.R' 'server-resource-paths.R' 'server.R'\n'shiny-options.R' 'shiny-package.R' 'shinyapp.R' 'shinyui.R'\n'shinywrappers.R' 'showcase.R' 'snapshot.R' 'staticimports.R'\n'tar.R' 'test-export.R' 'test-server.R' 'test.R'\n'update-input.R' 'utils-lang.R' 'version_bs_date_picker.R'\n'version_ion_range_slider.R' 'version_jquery.R'\n'version_selectize.R' 'version_strftime.R' 'viewer.R'", + "RoxygenNote": "7.2.1", + "Encoding": "UTF-8", + "RdMacros": "lifecycle", + "Config/testthat/edition": "3", + "Config/Needs/check": "shinytest2", + "NeedsCompilation": "no", + "Packaged": "2022-10-25 16:47:45 UTC; jcheng", + "Author": "Winston Chang [aut, cre] (),\nJoe Cheng [aut],\nJJ Allaire [aut],\nCarson Sievert [aut] (),\nBarret Schloerke [aut] (),\nYihui Xie [aut],\nJeff Allen [aut],\nJonathan McPherson [aut],\nAlan Dipert [aut],\nBarbara Borges [aut],\nRStudio [cph],\njQuery Foundation [cph] (jQuery library and jQuery UI library),\njQuery contributors [ctb, cph] (jQuery library; authors listed in\ninst/www/shared/jquery-AUTHORS.txt),\njQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in\ninst/www/shared/jqueryui/AUTHORS.txt),\nMark Otto [ctb] (Bootstrap library),\nJacob Thornton [ctb] (Bootstrap library),\nBootstrap contributors [ctb] (Bootstrap library),\nTwitter, Inc [cph] (Bootstrap library),\nPrem Nawaz Khan [ctb] (Bootstrap accessibility plugin),\nVictor Tsaran [ctb] (Bootstrap accessibility plugin),\nDennis Lembree [ctb] (Bootstrap accessibility plugin),\nSrinivasu Chakravarthula [ctb] (Bootstrap accessibility plugin),\nCathy O'Connor [ctb] (Bootstrap accessibility plugin),\nPayPal, Inc [cph] (Bootstrap accessibility plugin),\nStefan Petre [ctb, cph] (Bootstrap-datepicker library),\nAndrew Rowls [ctb, cph] (Bootstrap-datepicker library),\nBrian Reavis [ctb, cph] (selectize.js library),\nSalmen Bejaoui [ctb, cph] (selectize-plugin-a11y library),\nDenis Ineshin [ctb, cph] (ion.rangeSlider library),\nSami Samhuri [ctb, cph] (Javascript strftime library),\nSpryMedia Limited [ctb, cph] (DataTables library),\nJohn Fraser [ctb, cph] (showdown.js library),\nJohn Gruber [ctb, cph] (showdown.js library),\nIvan Sagalaev [ctb, cph] (highlight.js library),\nR Core Team [ctb, cph] (tar implementation from R)", + "Maintainer": "Winston Chang ", + "Repository": "CRAN", + "Date/Publication": "2022-10-25 20:50:02 UTC", + "Built": "R 4.2.2; ; 2022-11-10 04:31:10 UTC; windows" + } + }, + "shinycssloaders": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "shinycssloaders", + "Type": "Package", + "Title": "Add Loading Animations to a 'shiny' Output While It's\nRecalculating", + "Version": "1.0.0", + "Authors@R": "c(\nperson(\"Andras\",\"Sali\",email=\"andras.sali@alphacruncher.hu\",role=c(\"aut\"),comment=\"Original creator of shinycssloaders package\"),\nperson(\"Luke\",\"Hass\",role=c(\"ctb\",\"cph\"),comment=\"Author of included CSS loader code\"),\nperson(\"Dean\",\"Attali\",email=\"daattali@gmail.com\",role=c(\"aut\",\"cre\"),comment=\"Maintainer of shinycssloaders since 2019\")\n)", + "Description": "When a 'Shiny' output (such as a plot, table, map, etc.) is recalculating, it remains\nvisible but gets greyed out. Using 'shinycssloaders', you can add a loading animation (\"spinner\")\nto outputs instead. By wrapping a 'Shiny' output in 'withSpinner()', a spinner will automatically\nappear while the output is recalculating. See the demo online at\n.", + "License": "MIT + file LICENSE", + "URL": "https://github.com/daattali/shinycssloaders", + "BugReports": "https://github.com/daattali/shinycssloaders/issues", + "Depends": "R (>= 3.1)", + "Imports": "digest, glue, grDevices, shiny", + "Suggests": "shinydisconnect, shinyjs", + "RoxygenNote": "7.1.0", + "Encoding": "UTF-8", + "NeedsCompilation": "no", + "Packaged": "2020-07-28 15:50:54 UTC; D", + "Author": "Andras Sali [aut] (Original creator of shinycssloaders package),\nLuke Hass [ctb, cph] (Author of included CSS loader code),\nDean Attali [aut, cre] (Maintainer of shinycssloaders since 2019)", + "Maintainer": "Dean Attali ", + "Repository": "CRAN", + "Date/Publication": "2020-07-28 16:20:03 UTC", + "Built": "R 4.2.2; ; 2022-11-10 04:46:02 UTC; windows" + } + }, + "sourcetools": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "sourcetools", + "Type": "Package", + "Title": "Tools for Reading, Tokenizing and Parsing R Code", + "Version": "0.1.7", + "Author": "Kevin Ushey", + "Maintainer": "Kevin Ushey ", + "Description": "Tools for the reading and tokenization of R code. The\n'sourcetools' package provides both an R and C++ interface for the tokenization\nof R code, and helpers for interacting with the tokenized representation of R\ncode.", + "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", + "Repository": "CRAN", + "Date/Publication": "2018-04-25 03:38:09 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-30 00:42:15 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "sp": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "sp", + "Version": "1.5-0", + "Title": "Classes and Methods for Spatial Data", + "Authors@R": "c(person(\"Edzer\", \"Pebesma\", role = c(\"aut\", \"cre\"),\nemail = \"edzer.pebesma@uni-muenster.de\"),\nperson(\"Roger\", \"Bivand\", role = \"aut\",\nemail = \"Roger.Bivand@nhh.no\"),\nperson(\"Barry\", \"Rowlingson\", role = \"ctb\"),\nperson(\"Virgilio\", \"Gomez-Rubio\", role = \"ctb\"),\nperson(\"Robert\", \"Hijmans\", role = \"ctb\"),\nperson(\"Michael\", \"Sumner\", role = \"ctb\"),\nperson(\"Don\", \"MacQueen\", role = \"ctb\"),\nperson(\"Jim\", \"Lemon\", role = \"ctb\"),\nperson(\"Finn\", \"Lindgren\", role = \"ctb\"),\nperson(\"Josh\", \"O'Brien\", role = \"ctb\"),\nperson(\"Joseph\", \"O'Rourke\", role = \"ctb\"))", + "Depends": "R (>= 3.0.0), methods", + "Imports": "utils, stats, graphics, grDevices, lattice, grid", + "Suggests": "RColorBrewer, rgdal (>= 1.2-3), rgeos (>= 0.3-13), gstat,\nmaptools, deldir, knitr, rmarkdown, sf", + "Description": "Classes and methods for spatial\ndata; the classes document where the spatial location information\nresides, for 2D or 3D data. Utility functions are provided, e.g. for\nplotting data as maps, spatial selection, as well as methods for\nretrieving coordinates, for subsetting, print, summary, etc.", + "License": "GPL (>= 2)", + "URL": "https://github.com/edzer/sp/ https://edzer.github.io/sp/", + "BugReports": "https://github.com/edzer/sp/issues", + "Collate": "bpy.colors.R AAA.R Class-CRS.R CRS-methods.R Class-Spatial.R\nSpatial-methods.R projected.R Class-SpatialPoints.R\nSpatialPoints-methods.R Class-SpatialPointsDataFrame.R\nSpatialPointsDataFrame-methods.R Class-SpatialMultiPoints.R\nSpatialMultiPoints-methods.R\nClass-SpatialMultiPointsDataFrame.R\nSpatialMultiPointsDataFrame-methods.R Class-GridTopology.R\nClass-SpatialGrid.R Class-SpatialGridDataFrame.R\nClass-SpatialLines.R SpatialLines-methods.R\nClass-SpatialLinesDataFrame.R SpatialLinesDataFrame-methods.R\nClass-SpatialPolygons.R Class-SpatialPolygonsDataFrame.R\nSpatialPolygons-methods.R SpatialPolygonsDataFrame-methods.R\nGridTopology-methods.R SpatialGrid-methods.R\nSpatialGridDataFrame-methods.R SpatialPolygons-internals.R\npoint.in.polygon.R SpatialPolygons-displayMethods.R zerodist.R\nimage.R stack.R bubble.R mapasp.R select.spatial.R gridded.R\nasciigrid.R spplot.R over.R spsample.R recenter.R dms.R\ngridlines.R spdists.R rbind.R flipSGDF.R chfids.R loadmeuse.R\ncompassRose.R surfaceArea.R spOptions.R subset.R disaggregate.R\nsp_spat1.R merge.R aggregate.R", + "VignetteBuilder": "knitr", + "NeedsCompilation": "yes", + "Packaged": "2022-06-03 16:29:56 UTC; edzer", + "Author": "Edzer Pebesma [aut, cre],\nRoger Bivand [aut],\nBarry Rowlingson [ctb],\nVirgilio Gomez-Rubio [ctb],\nRobert Hijmans [ctb],\nMichael Sumner [ctb],\nDon MacQueen [ctb],\nJim Lemon [ctb],\nFinn Lindgren [ctb],\nJosh O'Brien [ctb],\nJoseph O'Rourke [ctb]", + "Maintainer": "Edzer Pebesma ", + "Repository": "CRAN", + "Date/Publication": "2022-06-05 17:30:02 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-09-13 01:29:20 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "stringi": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "stringi", + "Version": "1.7.8", + "Date": "2022-07-11", + "Title": "Fast and Portable Character String Processing Facilities", + "Description": "A collection of character string/text/natural language\nprocessing tools for pattern searching (e.g., with 'Java'-like regular\nexpressions or the 'Unicode' collation algorithm), random string generation,\ncase mapping, string transliteration, concatenation, sorting, padding,\nwrapping, Unicode normalisation, date-time formatting and parsing,\nand many more. They are fast, consistent, convenient, and -\nthanks to 'ICU' (International Components for Unicode) -\nportable across all locales and platforms.\nDocumentation about 'stringi' is provided\nvia its website at and\nthe paper by Gagolewski (2022, ).", + "URL": "https://stringi.gagolewski.com/,\nhttps://github.com/gagolews/stringi, https://icu.unicode.org/", + "BugReports": "https://github.com/gagolews/stringi/issues", + "SystemRequirements": "C++11, ICU4C (>= 55, optional)", + "Type": "Package", + "Depends": "R (>= 3.1)", + "Imports": "tools, utils, stats", + "Biarch": "TRUE", + "License": "file LICENSE", + "Author": "Marek Gagolewski [aut, cre, cph] (),\nBartek Tartanus [ctb], and others (stringi source code);\nUnicode, Inc. and others (ICU4C source code, Unicode Character Database)", + "Maintainer": "Marek Gagolewski ", + "RoxygenNote": "7.1.2", + "Encoding": "UTF-8", + "NeedsCompilation": "yes", + "Packaged": "2022-07-11 01:59:34 UTC; gagolews", + "Repository": "CRAN", + "Date/Publication": "2022-07-11 08:10:02 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-11 23:52:00 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "stringr": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "stringr", + "Title": "Simple, Consistent Wrappers for Common String Operations", + "Version": "1.4.1", + "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = c(\"aut\", \"cre\", \"cph\"),\nemail = \"hadley@rstudio.com\"),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", + "Description": "A consistent, simple and easy to use set of\nwrappers around the fantastic 'stringi' package. All function and\nargument names (and positions) are consistent, all functions deal with\n\"NA\"'s and zero length vectors in the same way, and the output from\none function is easy to feed into the input of another.", + "License": "GPL-2 | file LICENSE", + "URL": "https://stringr.tidyverse.org,\nhttps://github.com/tidyverse/stringr", + "BugReports": "https://github.com/tidyverse/stringr/issues", + "Depends": "R (>= 3.1)", + "Imports": "glue (>= 1.2.0), magrittr, stringi (>= 1.1.7)", + "Suggests": "covr, htmltools, htmlwidgets, knitr, rmarkdown, testthat", + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "LazyData": "true", + "RoxygenNote": "7.2.1", + "NeedsCompilation": "no", + "Packaged": "2022-08-20 14:07:06 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre, cph],\nRStudio [cph, fnd]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN", + "Date/Publication": "2022-08-20 22:10:02 UTC", + "Built": "R 4.2.1; ; 2022-08-30 01:31:16 UTC; windows" + } + }, + "sys": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "sys", + "Type": "Package", + "Title": "Powerful and Reliable Tools for Running System Commands in R", + "Version": "3.4.1", + "Authors@R": "c(person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"),\nemail = \"jeroen@berkeley.edu\", comment = c(ORCID = \"0000-0002-4035-0289\")),\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = \"ctb\"))", + "Description": "Drop-in replacements for the base system2() function with fine control\nand consistent behavior across platforms. Supports clean interruption, timeout,\nbackground tasks, and streaming STDIN / STDOUT / STDERR over binary or text\nconnections. Arguments on Windows automatically get encoded and quoted to work\non different locales.", + "License": "MIT + file LICENSE", + "URL": "https://github.com/jeroen/sys", + "BugReports": "https://github.com/jeroen/sys/issues", + "Encoding": "UTF-8", + "RoxygenNote": "7.1.1", + "Suggests": "unix (>= 1.4), spelling, testthat", + "Language": "en-US", + "NeedsCompilation": "yes", + "Packaged": "2022-10-18 09:37:11 UTC; jeroen", + "Author": "Jeroen Ooms [aut, cre] (),\nGábor Csárdi [ctb]", + "Maintainer": "Jeroen Ooms ", + "Repository": "CRAN", + "Date/Publication": "2022-10-18 12:40:02 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-11-10 02:02:41 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "terra": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "terra", + "Type": "Package", + "Title": "Spatial Data Analysis", + "Version": "1.6-17", + "Date": "2022-09-10", + "Depends": "R (>= 3.5.0)", + "Suggests": "parallel, tinytest, ncdf4, sf (>= 0.9-8), deldir, XML,\nleaflet", + "LinkingTo": "Rcpp", + "Imports": "methods, Rcpp", + "SystemRequirements": "C++11, GDAL (>= 2.2.3), GEOS (>= 3.4.0), PROJ (>=\n4.9.3), sqlite3", + "Encoding": "UTF-8", + "Maintainer": "Robert J. Hijmans ", + "Description": "Methods for spatial data analysis with raster and vector data. Raster methods allow for low-level data manipulation as well as high-level global, local, zonal, and focal computation. The predict and interpolate methods facilitate the use of regression type (interpolation, machine learning) models for spatial prediction, including with satellite remote sensing data. Processing of very large files is supported. See the manual and tutorials on to get started. 'terra' is a replacement for the 'raster' package ('terra' can do more, and it is faster and easier to use).", + "License": "GPL (>= 3)", + "URL": "https://rspatial.org/terra/", + "BugReports": "https://github.com/rspatial/terra/issues/", + "LazyLoad": "yes", + "Authors@R": "c(\nperson(\"Robert J.\", \"Hijmans\", role = c(\"cre\", \"aut\"),\nemail = \"r.hijmans@gmail.com\", comment = c(ORCID = \"0000-0001-5872-2872\")),\nperson(\"Roger\", \"Bivand\", role = \"ctb\", comment = c(ORCID = \"0000-0003-2392-6140\")),\nperson(\"Karl\", \"Forner\", role = \"ctb\"),\nperson(\"Jeroen\", \"Ooms\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4035-0289\")),\nperson(\"Edzer\", \"Pebesma\", role = \"ctb\", comment = c(ORCID = \"0000-0001-8049-7069\")),\nperson(\"Michael D.\", \"Sumner\", role = \"ctb\"))", + "NeedsCompilation": "yes", + "Packaged": "2022-09-10 14:51:54 UTC; rhijm", + "Author": "Robert J. Hijmans [cre, aut] (),\nRoger Bivand [ctb] (),\nKarl Forner [ctb],\nJeroen Ooms [ctb] (),\nEdzer Pebesma [ctb] (),\nMichael D. Sumner [ctb]", + "Repository": "CRAN", + "Date/Publication": "2022-09-10 22:10:02 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-09-13 01:30:28 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "testthat": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "testthat", + "Title": "Unit Testing for R", + "Version": "3.1.10", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\nperson(\"R Core team\", role = \"ctb\",\ncomment = \"Implementation of utils::recover()\")\n)", + "Description": "Software testing is important, but, in part because it is\nfrustrating and boring, many of us avoid it. 'testthat' is a testing\nframework for R that is easy to learn and use, and integrates with\nyour existing 'workflow'.", + "License": "MIT + file LICENSE", + "URL": "https://testthat.r-lib.org, https://github.com/r-lib/testthat", + "BugReports": "https://github.com/r-lib/testthat/issues", + "Depends": "R (>= 3.1)", + "Imports": "brio, callr (>= 3.5.1), cli (>= 3.4.0), desc, digest, ellipsis\n(>= 0.2.0), evaluate, jsonlite, lifecycle, magrittr, methods,\npkgload (>= 1.3.0), praise, processx (>= 3.8.2), ps (>= 1.3.4),\nR6 (>= 2.2.0), rlang (>= 1.1.0), utils, waldo (>= 0.5.0), withr\n(>= 2.4.3)", + "Suggests": "covr, curl (>= 0.9.5), diffviewer (>= 0.1.0), knitr,\nrmarkdown, rstudioapi, shiny, usethis, vctrs (>= 0.1.0), xml2", + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Config/testthat/parallel": "true", + "Config/testthat/start-first": "watcher, parallel*", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "NeedsCompilation": "yes", + "Packaged": "2023-07-05 17:13:12 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre],\nPosit Software, PBC [cph, fnd],\nR Core team [ctb] (Implementation of utils::recover())", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN", + "Date/Publication": "2023-07-06 22:00:02 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-08-21 03:13:32 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "tibble": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "tibble", + "Title": "Simple Data Frames", + "Version": "3.1.8", + "Authors@R": "c(person(given = \"Kirill\",\nfamily = \"M\\u00fcller\",\nrole = c(\"aut\", \"cre\"),\nemail = \"krlmlr+r@mailbox.org\"),\nperson(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\",\nemail = \"hadley@rstudio.com\"),\nperson(given = \"Romain\",\nfamily = \"Francois\",\nrole = \"ctb\",\nemail = \"romain@r-enthusiasts.com\"),\nperson(given = \"Jennifer\",\nfamily = \"Bryan\",\nrole = \"ctb\",\nemail = \"jenny@rstudio.com\"),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", + "Description": "Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the traditional\ndata frame.", + "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": "fansi (>= 0.4.0), lifecycle (>= 1.0.0), magrittr, methods,\npillar (>= 1.7.0), pkgconfig, rlang (>= 1.0.2), utils, vctrs\n(>= 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", + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.1", + "Config/testthat/edition": "3", + "Config/testthat/parallel": "true", + "Config/testthat/start-first": "subsetting, as_tibble, add, invariants", + "Config/autostyle/scope": "line_breaks", + "Config/autostyle/strict": "true", + "Config/Needs/website": "tidyverse/tidytemplate", + "NeedsCompilation": "yes", + "Packaged": "2022-07-21 19:32:59 UTC; kirill", + "Author": "Kirill Müller [aut, cre],\nHadley Wickham [aut],\nRomain Francois [ctb],\nJennifer Bryan [ctb],\nRStudio [cph, fnd]", + "Maintainer": "Kirill Müller ", + "Repository": "CRAN", + "Date/Publication": "2022-07-22 06:10:02 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-30 03:03:02 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "tidyr": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "tidyr", + "Title": "Tidy Messy Data", + "Version": "1.2.1", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Maximilian\", \"Girlich\", role = \"aut\"),\nperson(\"RStudio\", role = \"cph\")\n)", + "Description": "Tools to help to create tidy data, where each column is a\nvariable, each row is an observation, and each cell contains a single\nvalue. 'tidyr' contains tools for changing the shape (pivoting) and\nhierarchy (nesting and 'unnesting') of a dataset, turning deeply\nnested lists into rectangular data frames ('rectangling'), and\nextracting values out of string columns. It also includes tools for\nworking with missing values (both implicit and explicit).", + "License": "MIT + file LICENSE", + "URL": "https://tidyr.tidyverse.org, https://github.com/tidyverse/tidyr", + "BugReports": "https://github.com/tidyverse/tidyr/issues", + "Depends": "R (>= 3.1)", + "Imports": "dplyr (>= 1.0.0), ellipsis (>= 0.1.0), glue, lifecycle,\nmagrittr, purrr, rlang, tibble (>= 2.1.1), tidyselect (>=\n1.1.0), utils, vctrs (>= 0.3.7)", + "Suggests": "covr, data.table, jsonlite, knitr, readr, repurrrsive (>=\n1.0.0), rmarkdown, testthat (>= 3.0.0)", + "LinkingTo": "cpp11 (>= 0.4.0)", + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "LazyData": "true", + "RoxygenNote": "7.2.1", + "SystemRequirements": "C++11", + "NeedsCompilation": "yes", + "Packaged": "2022-08-31 18:49:06 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre],\nMaximilian Girlich [aut],\nRStudio [cph]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN", + "Date/Publication": "2022-09-08 07:30:02 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-11-10 05:14:37 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "tidyselect": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "tidyselect", + "Title": "Select from a Set of Strings", + "Version": "1.2.0", + "Authors@R": "c(\nperson(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "A backend for the selecting functions of the 'tidyverse'. It\nmakes it easy to implement select-like functions in your own packages\nin a way that is consistent with other 'tidyverse' interfaces for\nselection.", + "License": "MIT + file LICENSE", + "URL": "https://tidyselect.r-lib.org, https://github.com/r-lib/tidyselect", + "BugReports": "https://github.com/r-lib/tidyselect/issues", + "Depends": "R (>= 3.4)", + "Imports": "cli (>= 3.3.0), glue (>= 1.3.0), lifecycle (>= 1.0.3), rlang\n(>= 1.0.4), vctrs (>= 0.4.1), withr", + "Suggests": "covr, crayon, dplyr, knitr, magrittr, rmarkdown, stringr,\ntestthat (>= 3.1.1), tibble (>= 2.1.3)", + "VignetteBuilder": "knitr", + "ByteCompile": "true", + "Config/testthat/edition": "3", + "Config/Needs/website": "tidyverse/tidytemplate", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.1", + "NeedsCompilation": "no", + "Packaged": "2022-10-10 14:09:03 UTC; hadleywickham", + "Author": "Lionel Henry [aut, cre],\nHadley Wickham [aut],\nRStudio [cph, fnd]", + "Maintainer": "Lionel Henry ", + "Repository": "CRAN", + "Date/Publication": "2022-10-10 19:00:02 UTC", + "Built": "R 4.2.2; ; 2022-11-10 03:56:53 UTC; windows" + } + }, + "tinytex": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "tinytex", + "Type": "Package", + "Title": "Helper Functions to Install and Maintain TeX Live, and Compile\nLaTeX Documents", + "Version": "0.42", + "Authors@R": "c(\nperson(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(family = \"RStudio, PBC\", role = \"cph\"),\nperson(\"Christophe\", \"Dervieux\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4474-2498\")),\nperson(\"Devon\", \"Ryan\", role = \"ctb\", email = \"dpryan79@gmail.com\", comment = c(ORCID = \"0000-0002-8549-0971\")),\nperson(\"Ethan\", \"Heinzen\", role = \"ctb\"),\nperson(\"Fernando\", \"Cagua\", role = \"ctb\"),\nperson()\n)", + "Description": "Helper functions to install and maintain the 'LaTeX' distribution\nnamed 'TinyTeX' (), a lightweight, cross-platform,\nportable, and easy-to-maintain version of 'TeX Live'. This package also\ncontains helper functions to compile 'LaTeX' documents, and install missing\n'LaTeX' packages automatically.", + "Imports": "xfun (>= 0.29)", + "Suggests": "testit, rstudioapi", + "License": "MIT + file LICENSE", + "URL": "https://github.com/rstudio/tinytex", + "BugReports": "https://github.com/rstudio/tinytex/issues", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.1", + "NeedsCompilation": "no", + "Packaged": "2022-09-26 21:33:36 UTC; yihui", + "Author": "Yihui Xie [aut, cre, cph] (),\nRStudio, PBC [cph],\nChristophe Dervieux [ctb] (),\nDevon Ryan [ctb] (),\nEthan Heinzen [ctb],\nFernando Cagua [ctb]", + "Maintainer": "Yihui Xie ", + "Repository": "CRAN", + "Date/Publication": "2022-09-27 07:20:02 UTC", + "Built": "R 4.2.2; ; 2022-11-10 03:00:10 UTC; windows" + } + }, + "usethis": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "usethis", + "Title": "Automate Package and Project Setup", + "Version": "2.1.6", + "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\",\nemail = \"hadley@rstudio.com\",\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(given = \"Jennifer\",\nfamily = \"Bryan\",\nrole = c(\"aut\", \"cre\"),\nemail = \"jenny@rstudio.com\",\ncomment = c(ORCID = \"0000-0002-6983-2759\")),\nperson(given = \"Malcolm\",\nfamily = \"Barrett\",\nrole = \"aut\",\nemail = \"malcolmbarrett@gmail.com\",\ncomment = c(ORCID = \"0000-0003-0299-5825\")),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", + "Description": "Automate package and project setup tasks that are\notherwise performed manually. This includes setting up unit testing,\ntest coverage, continuous integration, Git, 'GitHub', licenses,\n'Rcpp', 'RStudio' projects, and more.", + "License": "MIT + file LICENSE", + "URL": "https://usethis.r-lib.org, https://github.com/r-lib/usethis", + "BugReports": "https://github.com/r-lib/usethis/issues", + "Depends": "R (>= 3.4)", + "Imports": "cli (>= 3.0.1), clipr (>= 0.3.0), crayon, curl (>= 2.7), desc\n(>= 1.4.0), fs (>= 1.3.0), gert (>= 1.4.1), gh (>= 1.2.1), glue\n(>= 1.3.0), jsonlite, lifecycle (>= 1.0.0), purrr, rappdirs,\nrlang (>= 1.0.0), rprojroot (>= 1.2), rstudioapi, stats, utils,\nwhisker, withr (>= 2.3.0), yaml", + "Suggests": "covr, knitr, magick, mockr, pkgload, rmarkdown, roxygen2 (>=\n7.1.2), spelling (>= 1.2), styler (>= 1.2.0), testthat (>=\n3.1.0)", + "Config/Needs/website": "tidyverse/tidytemplate, xml2", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "Language": "en-US", + "RoxygenNote": "7.2.0", + "NeedsCompilation": "no", + "Packaged": "2022-05-25 20:21:49 UTC; jenny", + "Author": "Hadley Wickham [aut] (),\nJennifer Bryan [aut, cre] (),\nMalcolm Barrett [aut] (),\nRStudio [cph, fnd]", + "Maintainer": "Jennifer Bryan ", + "Repository": "CRAN", + "Date/Publication": "2022-05-25 20:50:02 UTC", + "Built": "R 4.2.1; ; 2022-08-30 03:19:45 UTC; windows" + } + }, + "utf8": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "utf8", + "Title": "Unicode Text Processing", + "Version": "1.2.2", + "Authors@R": "c(person(given = c(\"Patrick\", \"O.\"),\nfamily = \"Perry\",\nrole = c(\"aut\", \"cph\")),\nperson(given = \"Kirill\",\nfamily = \"M\\u00fcller\",\nrole = \"cre\",\nemail = \"krlmlr+r@mailbox.org\"),\nperson(given = \"Unicode, Inc.\",\nrole = c(\"cph\", \"dtc\"),\ncomment = \"Unicode Character Database\"))", + "Description": "Process and print 'UTF-8' encoded international\ntext (Unicode). Input, validate, normalize, encode, format, and\ndisplay.", + "License": "Apache License (== 2.0) | file LICENSE", + "URL": "https://ptrckprry.com/r-utf8/, https://github.com/patperry/r-utf8", + "BugReports": "https://github.com/patperry/r-utf8/issues", + "Depends": "R (>= 2.10)", + "Suggests": "cli, covr, knitr, rlang, rmarkdown, testthat (>= 3.0.0),\nwithr", + "VignetteBuilder": "knitr, rmarkdown", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "NeedsCompilation": "yes", + "Packaged": "2021-07-24 08:19:25 UTC; kirill", + "Author": "Patrick O. Perry [aut, cph],\nKirill Müller [cre],\nUnicode, Inc. [cph, dtc] (Unicode Character Database)", + "Maintainer": "Kirill Müller ", + "Repository": "CRAN", + "Date/Publication": "2021-07-24 15:00:02 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-30 00:41:39 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "vctrs": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "vctrs", + "Title": "Vector Helpers", + "Version": "0.5.0", + "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\",\nemail = \"hadley@rstudio.com\"),\nperson(given = \"Lionel\",\nfamily = \"Henry\",\nrole = c(\"aut\", \"cre\"),\nemail = \"lionel@rstudio.com\"),\nperson(given = \"Davis\",\nfamily = \"Vaughan\",\nrole = \"aut\",\nemail = \"davis@rstudio.com\"),\nperson(given = \"data.table team\",\nrole = \"cph\",\ncomment = \"Radix sort based on data.table's forder() and their contribution to R's order()\"),\nperson(given = \"RStudio\",\nrole = \"cph\"))", + "Description": "Defines new notions of prototype and size that are\nused to provide tools for consistent and well-founded type-coercion\nand size-recycling, and are in turn connected to ideas of type- and\nsize-stability useful for analysing function interfaces.", + "License": "MIT + file LICENSE", + "URL": "https://vctrs.r-lib.org/", + "BugReports": "https://github.com/r-lib/vctrs/issues", + "Depends": "R (>= 3.3)", + "Imports": "cli (>= 3.4.0), glue, lifecycle (>= 1.0.3), rlang (>= 1.0.6)", + "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", + "VignetteBuilder": "knitr", + "SystemRequirements": "C++11", + "Encoding": "UTF-8", + "Language": "en-GB", + "RoxygenNote": "7.2.1", + "Config/testthat/edition": "3", + "Config/Needs/website": "tidyverse/tidytemplate", + "NeedsCompilation": "yes", + "Packaged": "2022-10-21 19:58:32 UTC; lionel", + "Author": "Hadley Wickham [aut],\nLionel Henry [aut, cre],\nDavis Vaughan [aut],\ndata.table team [cph] (Radix sort based on data.table's forder() and\ntheir contribution to R's order()),\nRStudio [cph]", + "Maintainer": "Lionel Henry ", + "Repository": "CRAN", + "Date/Publication": "2022-10-22 00:20:02 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-11-29 09:07:59 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "viridis": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "viridis", + "Type": "Package", + "Title": "Colorblind-Friendly Color Maps for R", + "Version": "0.6.2", + "Authors@R": "c(\nperson(\"Simon\", \"Garnier\", email = \"garnier@njit.edu\", role = c(\"aut\", \"cre\")),\nperson(\"Noam\", \"Ross\", email = \"noam.ross@gmail.com\", role = c(\"ctb\", \"cph\")),\nperson(\"Bob\", \"Rudis\", email = \"bob@rud.is\", role = c(\"ctb\", \"cph\")),\nperson(\"Marco\", \"Sciaini\", email = \"sciaini.marco@gmail.com\", role = c(\"ctb\", \"cph\")),\nperson(\"Antônio Pedro\", \"Camargo\", role = c(\"ctb\", \"cph\")),\nperson(\"Cédric\", \"Scherer\", email = \"scherer@izw-berlin.de\", role = c(\"ctb\", \"cph\"))\n)", + "Maintainer": "Simon Garnier ", + "Description": "Color maps designed to improve graph readability for readers with\ncommon forms of color blindness and/or color vision deficiency. The color\nmaps are also perceptually-uniform, both in regular form and also when\nconverted to black-and-white for printing. This package also contains\n'ggplot2' bindings for discrete and continuous color and fill scales. A lean\nversion of the package called 'viridisLite' that does not include the\n'ggplot2' bindings can be found at\n.", + "License": "MIT + file LICENSE", + "Encoding": "UTF-8", + "Depends": "R (>= 2.10), viridisLite (>= 0.4.0)", + "Imports": "stats, ggplot2 (>= 1.0.1), gridExtra", + "Suggests": "hexbin (>= 1.27.0), scales, MASS, knitr, dichromat,\ncolorspace, raster, rasterVis, httr, mapproj, vdiffr, svglite\n(>= 1.2.0), testthat, covr, rmarkdown, rgdal, maps", + "LazyData": "true", + "VignetteBuilder": "knitr", + "URL": "https://sjmgarnier.github.io/viridis/,\nhttps://github.com/sjmgarnier/viridis/", + "BugReports": "https://github.com/sjmgarnier/viridis/issues", + "RoxygenNote": "7.1.2", + "NeedsCompilation": "no", + "Packaged": "2021-10-13 12:03:30 UTC; simon", + "Author": "Simon Garnier [aut, cre],\nNoam Ross [ctb, cph],\nBob Rudis [ctb, cph],\nMarco Sciaini [ctb, cph],\nAntônio Pedro Camargo [ctb, cph],\nCédric Scherer [ctb, cph]", + "Repository": "CRAN", + "Date/Publication": "2021-10-13 20:50:02 UTC", + "Built": "R 4.2.2; ; 2022-11-10 05:14:27 UTC; windows" + } + }, + "viridisLite": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "viridisLite", + "Type": "Package", + "Title": "Colorblind-Friendly Color Maps (Lite Version)", + "Version": "0.4.1", + "Authors@R": "c(\nperson(\"Simon\", \"Garnier\", email = \"garnier@njit.edu\", role = c(\"aut\", \"cre\")),\nperson(\"Noam\", \"Ross\", email = \"noam.ross@gmail.com\", role = c(\"ctb\", \"cph\")),\nperson(\"Bob\", \"Rudis\", email = \"bob@rud.is\", role = c(\"ctb\", \"cph\")),\nperson(\"Marco\", \"Sciaini\", email = \"sciaini.marco@gmail.com\", role = c(\"ctb\", \"cph\")),\nperson(\"Antônio Pedro\", \"Camargo\", role = c(\"ctb\", \"cph\")),\nperson(\"Cédric\", \"Scherer\", email = \"scherer@izw-berlin.de\", role = c(\"ctb\", \"cph\"))\n)", + "Maintainer": "Simon Garnier ", + "Description": "Color maps designed to improve graph readability for readers with\ncommon forms of color blindness and/or color vision deficiency. The color\nmaps are also perceptually-uniform, both in regular form and also when\nconverted to black-and-white for printing. This is the 'lite' version of the\n'viridis' package that also contains 'ggplot2' bindings for discrete and\ncontinuous color and fill scales and can be found at\n.", + "License": "MIT + file LICENSE", + "Encoding": "UTF-8", + "Depends": "R (>= 2.10)", + "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.2.1", + "NeedsCompilation": "no", + "Packaged": "2022-08-22 13:36:57 UTC; simon", + "Author": "Simon Garnier [aut, cre],\nNoam Ross [ctb, cph],\nBob Rudis [ctb, cph],\nMarco Sciaini [ctb, cph],\nAntônio Pedro Camargo [ctb, cph],\nCédric Scherer [ctb, cph]", + "Repository": "CRAN", + "Date/Publication": "2022-08-22 14:20:03 UTC", + "Built": "R 4.2.1; ; 2022-08-30 00:41:25 UTC; windows" + } + }, + "waldo": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "waldo", + "Title": "Find Differences Between R Objects", + "Version": "0.5.1", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Compare complex R objects and reveal the key differences.\nDesigned particularly for use in testing packages where being able to\nquickly isolate key differences makes understanding test failures much\neasier.", + "License": "MIT + file LICENSE", + "URL": "https://waldo.r-lib.org, https://github.com/r-lib/waldo", + "BugReports": "https://github.com/r-lib/waldo/issues", + "Imports": "cli, diffobj (>= 0.3.4), fansi, glue, methods, rematch2, rlang\n(>= 1.0.0), tibble", + "Suggests": "covr, R6, testthat (>= 3.0.0), withr, xml2", + "Config/testthat/edition": "3", + "Config/Needs/website": "tidyverse/tidytemplate", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "NeedsCompilation": "no", + "Packaged": "2023-05-08 21:54:20 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre],\nRStudio [cph, fnd]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN", + "Date/Publication": "2023-05-08 22:20:02 UTC", + "Built": "R 4.2.3; ; 2023-05-22 02:27:13 UTC; windows" + } + }, + "whisker": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "whisker", + "Maintainer": "Edwin de Jonge ", + "License": "GPL-3", + "Title": "{{mustache}} for R, Logicless Templating", + "Type": "Package", + "LazyLoad": "yes", + "Author": "Edwin de Jonge", + "Description": "Implements 'Mustache' logicless templating.", + "Version": "0.4", + "URL": "http://github.com/edwindj/whisker", + "Suggests": "markdown", + "RoxygenNote": "6.1.1", + "NeedsCompilation": "no", + "Packaged": "2019-08-28 07:26:51 UTC; edwin", + "Repository": "CRAN", + "Date/Publication": "2019-08-28 08:50:02 UTC", + "Built": "R 4.2.1; ; 2022-08-30 00:42:29 UTC; windows" + } + }, + "withr": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "withr", + "Title": "Run Code 'With' Temporarily Modified Global State", + "Version": "2.5.0", + "Authors@R": "c(person(given = \"Jim\",\nfamily = \"Hester\",\nrole = \"aut\"),\nperson(given = \"Lionel\",\nfamily = \"Henry\",\nrole = c(\"aut\", \"cre\"),\nemail = \"lionel@rstudio.com\"),\nperson(given = \"Kirill\",\nfamily = \"Müller\",\nrole = \"aut\",\nemail = \"krlmlr+r@mailbox.org\"),\nperson(given = \"Kevin\",\nfamily = \"Ushey\",\nrole = \"aut\",\nemail = \"kevinushey@gmail.com\"),\nperson(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\",\nemail = \"hadley@rstudio.com\"),\nperson(given = \"Winston\",\nfamily = \"Chang\",\nrole = \"aut\"),\nperson(given = \"Jennifer\",\nfamily = \"Bryan\",\nrole = \"ctb\"),\nperson(given = \"Richard\",\nfamily = \"Cotton\",\nrole = \"ctb\"),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", + "Description": "A set of functions to run code 'with' safely and\ntemporarily modified global state. Many of these functions were\noriginally a part of the 'devtools' package, this provides a simple\npackage with limited dependencies to provide access to these\nfunctions.", + "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", + "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'", + "Config/testthat/edition": "3", + "Config/Needs/website": "tidyverse/tidytemplate", + "NeedsCompilation": "no", + "Packaged": "2022-03-03 21:13:01 UTC; lionel", + "Author": "Jim Hester [aut],\nLionel Henry [aut, cre],\nKirill Müller [aut],\nKevin Ushey [aut],\nHadley Wickham [aut],\nWinston Chang [aut],\nJennifer Bryan [ctb],\nRichard Cotton [ctb],\nRStudio [cph, fnd]", + "Maintainer": "Lionel Henry ", + "Repository": "CRAN", + "Date/Publication": "2022-03-03 21:50:02 UTC", + "Built": "R 4.2.1; ; 2022-08-30 00:41:41 UTC; windows" + } + }, + "xfun": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "xfun", + "Type": "Package", + "Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'", + "Version": "0.34", + "Authors@R": "c(\nperson(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(\"Wush\", \"Wu\", role = \"ctb\"),\nperson(\"Daijiang\", \"Li\", role = \"ctb\"),\nperson(\"Xianying\", \"Tan\", role = \"ctb\"),\nperson(\"Salim\", \"Brüggemann\", role = \"ctb\", email = \"salim-b@pm.me\", comment = c(ORCID = \"0000-0002-5329-5987\")),\nperson(\"Christophe\", \"Dervieux\", role = \"ctb\"),\nperson()\n)", + "Description": "Miscellaneous functions commonly used in other packages maintained by 'Yihui Xie'.", + "Imports": "stats, tools", + "Suggests": "testit, parallel, codetools, rstudioapi, tinytex (>= 0.30),\nmime, markdown, knitr, htmltools, remotes, pak, rhub, renv,\ncurl, jsonlite, magick, rmarkdown", + "License": "MIT + file LICENSE", + "URL": "https://github.com/yihui/xfun", + "BugReports": "https://github.com/yihui/xfun/issues", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.1", + "VignetteBuilder": "knitr", + "NeedsCompilation": "yes", + "Packaged": "2022-10-18 20:59:12 UTC; yihui", + "Author": "Yihui Xie [aut, cre, cph] (),\nWush Wu [ctb],\nDaijiang Li [ctb],\nXianying Tan [ctb],\nSalim Brüggemann [ctb] (),\nChristophe Dervieux [ctb]", + "Maintainer": "Yihui Xie ", + "Repository": "CRAN", + "Date/Publication": "2022-10-18 21:20:02 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-11-29 09:03:58 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "xml2": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "xml2", + "Title": "Parse XML", + "Version": "1.3.3", + "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = c(\"aut\", \"cre\"),\nemail = \"hadley@rstudio.com\"),\nperson(given = \"Jim\",\nfamily = \"Hester\",\nrole = \"aut\"),\nperson(given = \"Jeroen\",\nfamily = \"Ooms\",\nrole = \"aut\"),\nperson(given = \"RStudio\",\nrole = \"cph\"),\nperson(given = \"R Foundation\",\nrole = \"ctb\",\ncomment = \"Copy of R-project homepage cached as example\"))", + "Description": "Work with XML files using a simple, consistent\ninterface. Built on top of the 'libxml2' C library.", + "License": "MIT + file LICENSE", + "URL": "https://xml2.r-lib.org/, https://github.com/r-lib/xml2", + "BugReports": "https://github.com/r-lib/xml2/issues", + "Depends": "R (>= 3.1.0)", + "Imports": "methods", + "Suggests": "covr, curl, httr, knitr, magrittr, mockery, rmarkdown,\ntestthat (>= 2.1.0)", + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "RoxygenNote": "7.1.1", + "SystemRequirements": "libxml2: libxml2-dev (deb), libxml2-devel (rpm)", + "Collate": "'S4.R' 'as_list.R' 'xml_parse.R' 'as_xml_document.R'\n'classes.R' 'init.R' 'paths.R' 'utils.R' 'xml_attr.R'\n'xml_children.R' 'xml_find.R' 'xml_modify.R' 'xml_name.R'\n'xml_namespaces.R' 'xml_path.R' 'xml_schema.R'\n'xml_serialize.R' 'xml_structure.R' 'xml_text.R' 'xml_type.R'\n'xml_url.R' 'xml_write.R' 'zzz.R'", + "NeedsCompilation": "yes", + "Packaged": "2021-11-29 17:55:43 UTC; jhester", + "Author": "Hadley Wickham [aut, cre],\nJim Hester [aut],\nJeroen Ooms [aut],\nRStudio [cph],\nR Foundation [ctb] (Copy of R-project homepage cached as example)", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN", + "Date/Publication": "2021-11-30 14:40:02 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-30 00:41:52 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "xtable": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "xtable", + "Version": "1.8-4", + "Date": "2019-04-08", + "Title": "Export Tables to LaTeX or HTML", + "Authors@R": "c(person(\"David B.\", \"Dahl\", role=\"aut\"),\nperson(\"David\", \"Scott\", role=c(\"aut\",\"cre\"),\nemail=\"d.scott@auckland.ac.nz\"),\nperson(\"Charles\", \"Roosen\", role=\"aut\"),\nperson(\"Arni\", \"Magnusson\", role=\"aut\"),\nperson(\"Jonathan\", \"Swinton\", role=\"aut\"),\nperson(\"Ajay\", \"Shah\", role=\"ctb\"),\nperson(\"Arne\", \"Henningsen\", role=\"ctb\"),\nperson(\"Benno\", \"Puetz\", role=\"ctb\"),\nperson(\"Bernhard\", \"Pfaff\", role=\"ctb\"),\nperson(\"Claudio\", \"Agostinelli\", role=\"ctb\"),\nperson(\"Claudius\", \"Loehnert\", role=\"ctb\"),\nperson(\"David\", \"Mitchell\", role=\"ctb\"),\nperson(\"David\", \"Whiting\", role=\"ctb\"),\nperson(\"Fernando da\", \"Rosa\", role=\"ctb\"),\nperson(\"Guido\", \"Gay\", role=\"ctb\"),\nperson(\"Guido\", \"Schulz\", role=\"ctb\"),\nperson(\"Ian\", \"Fellows\", role=\"ctb\"),\nperson(\"Jeff\", \"Laake\", role=\"ctb\"),\nperson(\"John\", \"Walker\", role=\"ctb\"),\nperson(\"Jun\", \"Yan\", role=\"ctb\"),\nperson(\"Liviu\", \"Andronic\", role=\"ctb\"),\nperson(\"Markus\", \"Loecher\", role=\"ctb\"),\nperson(\"Martin\", \"Gubri\", role=\"ctb\"),\nperson(\"Matthieu\", \"Stigler\", role=\"ctb\"),\nperson(\"Robert\", \"Castelo\", role=\"ctb\"),\nperson(\"Seth\", \"Falcon\", role=\"ctb\"),\nperson(\"Stefan\", \"Edwards\", role=\"ctb\"),\nperson(\"Sven\", \"Garbade\", role=\"ctb\"),\nperson(\"Uwe\", \"Ligges\", role=\"ctb\"))", + "Maintainer": "David Scott ", + "Imports": "stats, utils", + "Suggests": "knitr, plm, zoo, survival", + "VignetteBuilder": "knitr", + "Description": "Coerce data to LaTeX and HTML tables.", + "URL": "http://xtable.r-forge.r-project.org/", + "Depends": "R (>= 2.10.0)", + "License": "GPL (>= 2)", + "Repository": "CRAN", + "NeedsCompilation": "no", + "Packaged": "2019-04-21 10:56:51 UTC; dsco036", + "Author": "David B. Dahl [aut],\nDavid Scott [aut, cre],\nCharles Roosen [aut],\nArni Magnusson [aut],\nJonathan Swinton [aut],\nAjay Shah [ctb],\nArne Henningsen [ctb],\nBenno Puetz [ctb],\nBernhard Pfaff [ctb],\nClaudio Agostinelli [ctb],\nClaudius Loehnert [ctb],\nDavid Mitchell [ctb],\nDavid Whiting [ctb],\nFernando da Rosa [ctb],\nGuido Gay [ctb],\nGuido Schulz [ctb],\nIan Fellows [ctb],\nJeff Laake [ctb],\nJohn Walker [ctb],\nJun Yan [ctb],\nLiviu Andronic [ctb],\nMarkus Loecher [ctb],\nMartin Gubri [ctb],\nMatthieu Stigler [ctb],\nRobert Castelo [ctb],\nSeth Falcon [ctb],\nStefan Edwards [ctb],\nSven Garbade [ctb],\nUwe Ligges [ctb]", + "Date/Publication": "2019-04-21 12:20:03 UTC", + "Built": "R 4.2.1; ; 2022-08-30 00:41:33 UTC; windows" + } + }, + "yaml": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "yaml", + "Type": "Package", + "Title": "Methods to Convert R Data to YAML and Back", + "Date": "2022-10-17", + "Version": "2.3.6", + "Suggests": "RUnit", + "Author": "Shawn P Garbett [aut], Jeremy Stephens [aut, cre], Kirill Simonov [aut], Yihui Xie [ctb],\nZhuoer Dong [ctb], Hadley Wickham [ctb], Jeffrey Horner [ctb], reikoch [ctb],\nWill Beasley [ctb], Brendan O'Connor [ctb], Gregory R. Warnes [ctb],\nMichael Quinn [ctb], Zhian N. Kamvar [ctb]", + "Maintainer": "Shawn Garbett ", + "License": "BSD_3_clause + file LICENSE", + "Description": "Implements the 'libyaml' 'YAML' 1.1 parser and emitter\n() for R.", + "URL": "https://github.com/vubiostat/r-yaml/", + "BugReports": "https://github.com/vubiostat/r-yaml/issues", + "NeedsCompilation": "yes", + "Packaged": "2022-10-17 18:13:24 UTC; garbetsp", + "Repository": "CRAN", + "Date/Publication": "2022-10-18 08:30:02 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-10-30 01:09:49 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "zip": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "zip", + "Title": "Cross-Platform 'zip' Compression", + "Version": "2.2.2", + "Author": "Gábor Csárdi, Kuba Podgórski, Rich Geldreich", + "Maintainer": "Gábor Csárdi ", + "Description": "Cross-Platform 'zip' Compression Library. A replacement\nfor the 'zip' function, that does not require any additional\nexternal tools on any platform.", + "License": "MIT + file LICENSE", + "URL": "https://github.com/r-lib/zip#readme", + "BugReports": "https://github.com/r-lib/zip/issues", + "RoxygenNote": "7.2.1.9000", + "Config/testthat/edition": "3", + "Suggests": "covr, processx, R6, testthat, withr", + "Encoding": "UTF-8", + "NeedsCompilation": "yes", + "Packaged": "2022-10-25 13:31:24 UTC; gaborcsardi", + "Repository": "CRAN", + "Date/Publication": "2022-10-26 10:50:02 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-11-10 02:02:42 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "zoo": { + "Source": "CRAN", + "Repository": "https://cloud.r-project.org", + "description": { + "Package": "zoo", + "Version": "1.8-11", + "Date": "2022-09-15", + "Title": "S3 Infrastructure for Regular and Irregular Time Series (Z's\nOrdered Observations)", + "Authors@R": "c(person(given = \"Achim\", family = \"Zeileis\", role = c(\"aut\", \"cre\"), email = \"Achim.Zeileis@R-project.org\",\ncomment = c(ORCID = \"0000-0003-0918-3766\")),\nperson(given = \"Gabor\", family = \"Grothendieck\", role = \"aut\", email = \"ggrothendieck@gmail.com\"),\nperson(given = c(\"Jeffrey\", \"A.\"), family = \"Ryan\", role = \"aut\", email = \"jeff.a.ryan@gmail.com\"),\nperson(given = c(\"Joshua\", \"M.\"), family = \"Ulrich\", role = \"ctb\", email = \"josh.m.ulrich@gmail.com\"),\nperson(given = \"Felix\", family = \"Andrews\", role = \"ctb\", email = \"felix@nfrac.org\"))", + "Description": "An S3 class with methods for totally ordered indexed\nobservations. It is particularly aimed at irregular time series\nof numeric vectors/matrices and factors. zoo's key design goals\nare independence of a particular index/date/time class and\nconsistency with ts and base R by providing methods to extend\nstandard generics.", + "Depends": "R (>= 3.1.0), stats", + "Suggests": "AER, coda, chron, ggplot2 (>= 3.0.0), mondate, scales,\nstinepack, strucchange, timeDate, timeSeries, tis, tseries, xts", + "Imports": "utils, graphics, grDevices, lattice (>= 0.20-27)", + "License": "GPL-2 | GPL-3", + "URL": "https://zoo.R-Forge.R-project.org/", + "NeedsCompilation": "yes", + "Packaged": "2022-09-15 15:20:12 UTC; zeileis", + "Author": "Achim Zeileis [aut, cre] (),\nGabor Grothendieck [aut],\nJeffrey A. Ryan [aut],\nJoshua M. Ulrich [ctb],\nFelix Andrews [ctb]", + "Maintainer": "Achim Zeileis ", + "Repository": "CRAN", + "Date/Publication": "2022-09-17 19:50:02 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-11-10 03:00:06 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + } + }, + "files": { + ".github/dependabot.yml": { + "checksum": "5db23024cc33945dc7bea5f159422cda" + }, + ".github/workflows/ci-cd.yml": { + "checksum": "59ac49a6bd6578920d2cc15ce2033f0a" + }, + ".Rbuildignore": { + "checksum": "ed5884e5deb12f47f89ba5043303b1d7" + }, + ".Rprofile": { + "checksum": "8123b1107458823dd3929709cb44cbc9" + }, + "app.R": { + "checksum": "b4810a724402007f0b00f1122da0f9b6" + }, + "deploy/deploy-shinyapps.R": { + "checksum": "c33f63be6c8f0aa694ca9d1d83faa683" + }, + "DESCRIPTION": { + "checksum": "53d4a9b9861de285504ea69c9b45e5d4" + }, + "inst/app/www/favicon.ico": { + "checksum": "2833ef64777740c778507645168ad800" + }, + "inst/app/www/illu-header-data.png": { + "checksum": "c4361775d64f2b4489542ca4cf29eba9" + }, + "inst/app/www/mirai.png": { + "checksum": "70157a5dbc5bbeda35f88d0c5ee0717c" + }, + "inst/app/www/mirai_logo_inverted_manual.png": { + "checksum": "729319b4ae089f850d073280d27a7dee" + }, + "inst/app/www/style.css": { + "checksum": "dffefa5d9c66ab8b2053fe26d8a390e4" + }, + "inst/countries_data/ne_50m_admin_0_countries.zip": { + "checksum": "2c7e899276a9402d0781b2cf246c75e2" + }, + "inst/countries_data/ne_50m_admin_0_countries/ne_50m_admin_0_countries.cpg": { + "checksum": "ae3b3df9970b49b6523e608759bc957d" + }, + "inst/countries_data/ne_50m_admin_0_countries/ne_50m_admin_0_countries.dbf": { + "checksum": "663107aa2eed354dc2f57f8d77b918d4" + }, + "inst/countries_data/ne_50m_admin_0_countries/ne_50m_admin_0_countries.prj": { + "checksum": "e729936bf5360b37a15365fc295a1901" + }, + "inst/countries_data/ne_50m_admin_0_countries/ne_50m_admin_0_countries.README.html": { + "checksum": "d915404c19af61698753d2cd24169a69" + }, + "inst/countries_data/ne_50m_admin_0_countries/ne_50m_admin_0_countries.shp": { + "checksum": "83cf283ec49deffaefd01f5e4183151c" + }, + "inst/countries_data/ne_50m_admin_0_countries/ne_50m_admin_0_countries.shx": { + "checksum": "f199c2a59d5e51aa2b4ef57b7ff32982" + }, + "inst/countries_data/ne_50m_admin_0_countries/ne_50m_admin_0_countries.VERSION.txt": { + "checksum": "88c405217066be7f2c49177e28449e6a" + }, + "inst/countries_data/WorldMap_sp_rds": { + "checksum": "f3360d68928971cec473c4b484943d60" + }, + "inst/countries_data/WorldMap_sp_spl.rds": { + "checksum": "b9fe13143cf2822689764ea96207d94b" + }, + "inst/datahub/DATA.rds": { + "checksum": "9ed99e27f812eaf67ef9deb2453fa13b" + }, + "inst/datahub/Selected_Country.rds": { + "checksum": "7e77ebd573a2af82b87f58945287f55d" + }, + "inst/datahub/Top_Countries.rds": { + "checksum": "eaa45505bd5399df4a2c5dcc0ad8a235" + }, + "inst/golem-config.yml": { + "checksum": "c5201a2ab6a89849b708776b180572fa" + }, + "inst/population_data/gather_pop_data.R": { + "checksum": "0670f437a22c40a29ae4104979e03a68" + }, + "inst/population_data/pop.csv": { + "checksum": "97ba1dae434501f8d323fece57f52592" + }, + "inst/population_data/popUN.csv": { + "checksum": "47a7447ce76bb6ace018f1415fe6cd29" + }, + "LICENSE.md": { + "checksum": "67ab569b2d83f3e5316a1a6bdf9e60f1" + }, + "man-roxygen/ex-cases.R": { + "checksum": "2f767f90b7d254ff318c47bfeb22218c" + }, + "man-roxygen/ex-continents-comparison.R": { + "checksum": "982e3ad4c86f4c03d089d5aa76106b86" + }, + "man-roxygen/ex-country-comparison.R": { + "checksum": "005ceb083c68a6dce8061c9e7949ee8d" + }, + "man-roxygen/ex-country.R": { + "checksum": "8d95710e80d929b68c34f6a8c1bbd498" + }, + "man-roxygen/ex-global.R": { + "checksum": "a5e9164286c9da8f462353560f6a8825" + }, + "man-roxygen/ex-individual_country.R": { + "checksum": "a4d470bc614f6a32e787896501c1a79c" + }, + "man-roxygen/ex-map_continent.calc.R": { + "checksum": "c5661bfc3098c1b77fb5b1baaf44f871" + }, + "man-roxygen/ex-map_continent.R": { + "checksum": "f4b95668df3847033992e85b5b608ea7" + }, + "man-roxygen/ex-map_country.calc.R": { + "checksum": "f4f0d5efe46ba1c9835d0bf9584cc4dd" + }, + "man-roxygen/ex-map_country.R": { + "checksum": "bae6a5a735e354d11f11c27603b318cd" + }, + "man-roxygen/ex-mod-area-plot.R": { + "checksum": "2fd04d747864ffe3c0e4591b0a301a39" + }, + "man-roxygen/ex-mod-barplot-contagion-day.R": { + "checksum": "c41c1d21c95d9d17e49b11a5dbd44497" + }, + "man-roxygen/ex-mod_caseBoxes.R": { + "checksum": "cf66829e8f91fdf1d587e51349634cb8" + }, + "man-roxygen/ex-mod_compare_nth_cases_plot.R": { + "checksum": "7bf9d6e73f97a4967dc3aaefb004c21e" + }, + "man-roxygen/ex-mod_compare_nth_cases_years_plot.R": { + "checksum": "e26201397b7b143a54d448475b6a2eb8" + }, + "man-roxygen/ex-mod_growth_death_rate.R": { + "checksum": "b325100892b22a667e9e79df3620cf09" + }, + "man-roxygen/ex-mod_map.R": { + "checksum": "caad422f7e31597f93548547727c17b7" + }, + "man-roxygen/ex-mod_scatterplot.R": { + "checksum": "b800f8c6eec444545da796c78864ce96" + }, + "man-roxygen/ex-mod_stackedbarplot_status.R": { + "checksum": "b59082357b4c9f89e41beb65b108b8f0" + }, + "man-roxygen/ex-mod_vaccines_text.R": { + "checksum": "4f9d29cb4296a5d1a2ed5441583f0dc3" + }, + "man-roxygen/ex-one_continent.R": { + "checksum": "a01e46f514e51fd23efbd6d780db3675" + }, + "man-roxygen/ex-plot_log_linear.html": { + "checksum": "e707d6b8bd50b7d9517340a341021d41" + }, + "man-roxygen/ex-plot_log_linear.R": { + "checksum": "c680dfd6bde4819674d079940ae913a5" + }, + "man/add_growth_death_rate.Rd": { + "checksum": "2002702ea2d4a49fba71d02c45f13489" + }, + "man/add_log_scale.Rd": { + "checksum": "a13f8c36ca8214d721379f76568dcbef" + }, + "man/aggr_to_cont.Rd": { + "checksum": "6ec84addc2f4ecc3c63820824fb2084d" + }, + "man/aggregate_country_data.Rd": { + "checksum": "1b91cf80d17bec48b6676fbb38ea1064" + }, + "man/aggregate_province_timeseries_data.Rd": { + "checksum": "748f661de7b97ce0519026d6f5e1c529" + }, + "man/align_country_names_pop.Rd": { + "checksum": "0e70ec08a5513b9438f02d1f79970c57" + }, + "man/align_country_names_pop_reverse.Rd": { + "checksum": "545c910d9aac444349cb7b5784b3c2bb" + }, + "man/areaplot_hospvars.Rd": { + "checksum": "8dcd314b2235e57cd1f8dae9324bcee0" + }, + "man/areaplot_vars.Rd": { + "checksum": "4626d3e7b729a88925532032ef56db8b" + }, + "man/backgroud_map_col.Rd": { + "checksum": "e1a5f7081872998f5e890e7908bd4feb" + }, + "man/barplots_colors.Rd": { + "checksum": "325ed6f74063069558115389e6c03ca3" + }, + "man/basic_plot_theme.Rd": { + "checksum": "c88ebf4183948095151042966c2c2431" + }, + "man/blank_plot.Rd": { + "checksum": "d4a4c1732f2bedbf44e8ef74ce109f77" + }, + "man/breaks_lab.Rd": { + "checksum": "356a585cd117036250dffba280969f78" + }, + "man/build_data_aggr.Rd": { + "checksum": "c4ee380f22a0cde6e74215a1d3c6377b" + }, + "man/capitalize_first_letter.Rd": { + "checksum": "f576be191805a5670ad3bc364fff56a7" + }, + "man/capitalize_names_df.Rd": { + "checksum": "d6a62870170c98edf4e5f5f135d9321b" + }, + "man/caption_active.Rd": { + "checksum": "c9210a1c439c89f6165702845b3a6a9a" + }, + "man/caption_death_fun.Rd": { + "checksum": "8e25e8500982ec7c60a434abcad5a1a8" + }, + "man/caption_fitted.Rd": { + "checksum": "e04d2b4e357f90dcbff74eeacf981daf" + }, + "man/caption_growth_factor_fun.Rd": { + "checksum": "9c37c4963b4d9a8adfedb29e6c824db6" + }, + "man/caption_positive_tests.Rd": { + "checksum": "e0f9d3bbc697970d7e9ef16ef7329ff4" + }, + "man/caption_prevalence.Rd": { + "checksum": "3873fddc196ec2c773880f0427772309" + }, + "man/caption_source_vaccines.Rd": { + "checksum": "8247576537414ef692abf037eea3a2cc" + }, + "man/caption_stringency.Rd": { + "checksum": "6136e552f5e26d64207c9ccb7b27fe61" + }, + "man/caption_tests.Rd": { + "checksum": "c344f3a094eb98d9b9d009c08159b5ed" + }, + "man/caption_vaccines.Rd": { + "checksum": "a0508b5bc0e9878a756feda67f655da3" + }, + "man/choose_domain.Rd": { + "checksum": "f80e38062e9abc8f6c692926791c750c" + }, + "man/clean_plotly_leg.Rd": { + "checksum": "001494af0f679eaaebf4cfe12de3ca59" + }, + "man/combine_hospvars_lev2.Rd": { + "checksum": "feb7003f9f326285242e702baf20945d" + }, + "man/confirmed_info.Rd": { + "checksum": "389069628475ee996250149afb1c82fb" + }, + "man/DataUrls.Rd": { + "checksum": "49e873daf59027ea80c0f462757d6b92" + }, + "man/date_bar_plot.Rd": { + "checksum": "27dc0d8ba9f138323599d4126ea1c6a2" + }, + "man/dot-breaks.xaxis.Rd": { + "checksum": "c406b5e3f69dc7611ffb1d3099b26fa4" + }, + "man/dot-breaks.yaxis.Rd": { + "checksum": "14b17792991d43d8db5002a46f8a0e29" + }, + "man/dot-case_colors.Rd": { + "checksum": "a7dbb9f4e2a0123de21da26fd120a023" + }, + "man/dot-current_vars.Rd": { + "checksum": "50a4e572103000db93b013b0df216b83" + }, + "man/dot-getContinents.Rd": { + "checksum": "f1e663e257f0a01fbca670f7c6aa7581" + }, + "man/dot-hosp_colors.Rd": { + "checksum": "1fde1d47856bd2756001bf2af1f62b0d" + }, + "man/dot-hosp_vars.Rd": { + "checksum": "da9b0dcc53dda6d0ecd762042ffb7077" + }, + "man/dot-hosp_vars_datahub.Rd": { + "checksum": "15a906a3aaa7bfb15f05c12c0d691d4b" + }, + "man/dot-index_vars.Rd": { + "checksum": "4cf042487e513d114af09320931bd7bb" + }, + "man/dot-neg_vars.Rd": { + "checksum": "6ba5677701eb57247b2c2004c18466bf" + }, + "man/dot-rate_vars.Rd": { + "checksum": "a7da990f5974c0e14670d5ad300858c3" + }, + "man/dot-Selected_Country.Rd": { + "checksum": "ea6dda2d7ca40680d16775deecf5ffa0" + }, + "man/dot-tests_colors.Rd": { + "checksum": "e7e67ab452d46bb48252a7290b4eb3e0" + }, + "man/dot-vacc_colors.Rd": { + "checksum": "378ac915f547fce6f0a0d6d0099e94f3" + }, + "man/dot-vacc_vars.Rd": { + "checksum": "6cf70f7b8976745bd7166233cf4def78" + }, + "man/dot-vacc_vars_datahub.Rd": { + "checksum": "a03f9f6a80c8253d63362c60b049ef98" + }, + "man/dot-vars_nthcases_plot.Rd": { + "checksum": "646d76a6305b1f2ff4f9a67c6feb861c" + }, + "man/fix_colors.Rd": { + "checksum": "8d81f84d319590e8552f561f1e1b691c" + }, + "man/fix_legend_position.Rd": { + "checksum": "cc1e09863716cbaad1b6aadb4f0104a1" + }, + "man/French.Colonies.Rd": { + "checksum": "8a6fae279d04a0c216d6092d27cc2e86" + }, + "man/from_contagion_day_bar_facet_plot.Rd": { + "checksum": "aedfa89b2a0163254eed46e95df48608" + }, + "man/from_contagion_day_bar_plot.Rd": { + "checksum": "46dc159e5eed1ffc6c420439e5767db4" + }, + "man/funformat.Rd": { + "checksum": "621ac11e7f1c1c1017e97b67221b87ab" + }, + "man/gen_text.Rd": { + "checksum": "4675f1f6d2301e97fed80e2dc131fdaf" + }, + "man/get_aggrvars.Rd": { + "checksum": "0738989777f969fe545bb95fd5c04f7e" + }, + "man/get_Covid19_version.Rd": { + "checksum": "ad663c9930a0e9128a3308de5928e8d8" + }, + "man/get_cumvars.Rd": { + "checksum": "808231d14c5c093af6e66c7a120b8b04" + }, + "man/get_daily_data.Rd": { + "checksum": "42e807c0888155848a223af0a60bd34c" + }, + "man/get_datahub.Rd": { + "checksum": "8414953ca7c6602dc0f0cbcf829050dc" + }, + "man/get_date_data.Rd": { + "checksum": "3a4e3941be4d10dbd2e28d8dccbce902" + }, + "man/get_pop_data.Rd": { + "checksum": "bc929eed1147aebd0ba16bfc237fdd8d" + }, + "man/get_pop_datahub.Rd": { + "checksum": "ca8ca2f6b3717ff9f360997ac1e9a668" + }, + "man/get_timeseries_by_contagion_day_data.Rd": { + "checksum": "c814930297ba4234495b0172483f1b43" + }, + "man/get_timeseries_country_data.Rd": { + "checksum": "c5f9f7d7697ba2038e0ed40e41683cbb" + }, + "man/get_timeseries_data.Rd": { + "checksum": "a2c270302573441b2eba5bad1e9f704c" + }, + "man/get_timeseries_full_data.Rd": { + "checksum": "3af08adf2a842cb5e55b8f6c269c4c8a" + }, + "man/get_timeseries_global_data.Rd": { + "checksum": "60bea5387c897162878527d753092fa2" + }, + "man/get_timeseries_province_data.Rd": { + "checksum": "c7c6014420eafc49f28d10169087093f" + }, + "man/get_timeseries_single_data.Rd": { + "checksum": "5ac4a8ce6ca4ff8d59c1c8b09821cf4b" + }, + "man/getdg_lab.Rd": { + "checksum": "4c5b3b7b1be4ac6795cb7de11e5ae64b" + }, + "man/getTableOptions.Rd": { + "checksum": "b039bfee553720e2bac2cf1b719602c8" + }, + "man/graph_palette.Rd": { + "checksum": "8690b26cd4db5c92f977514d8946db3a" + }, + "man/hosp_info.Rd": { + "checksum": "4df66e88e7256eff081982e826188675" + }, + "man/lab_num.Rd": { + "checksum": "47632df3262a9bd930fc1dd122c0b40d" + }, + "man/lab_percent.Rd": { + "checksum": "a7c82faee6e1df113900dbf37c3038a8" + }, + "man/legend_fun.Rd": { + "checksum": "1a37ba7826f84c3549a7151511a4a897" + }, + "man/lw_positive_test_rate_calc.Rd": { + "checksum": "811b35e4578ed752d7805a08c1516f5e" + }, + "man/lw_vars_calc.Rd": { + "checksum": "adfd96a86c596c82ce3fa6f855f6f0e1" + }, + "man/map_popup_data.Rd": { + "checksum": "2b27e0f2296b663037220f0bc57b1efb" + }, + "man/merge_pop_data.Rd": { + "checksum": "75986be5846c051066f6d7c9621d22f0" + }, + "man/message_conf_case.Rd": { + "checksum": "a49439b7a9e68f43089782b387800aaa" + }, + "man/message_firstday.Rd": { + "checksum": "deca49bac22a89447fb406bac8ce7947" + }, + "man/message_hosp_data.Rd": { + "checksum": "57eedb3350ce8cd4a18d32b50560dc1b" + }, + "man/message_missing_country_days.Rd": { + "checksum": "8e22cc3b3c657aa24bc96547521defd6" + }, + "man/message_missing_data.Rd": { + "checksum": "dfa0d09f90ee918835996c219823aa8f" + }, + "man/message_missing_recovered.Rd": { + "checksum": "d698c2ae4f2446146e91d17f1a259d81" + }, + "man/message_subcountries.Rd": { + "checksum": "0cf6de2537e6ffc03e59dd6c34d349c6" + }, + "man/mod_caseBoxes_server.Rd": { + "checksum": "b67ff2098f48ebcb66123ce1bb61ba19" + }, + "man/mod_caseBoxes_ui.Rd": { + "checksum": "4fa306f284cd97d21e6bdf9f05ba1b55" + }, + "man/mod_nodata_areaplot_server.Rd": { + "checksum": "b8620e308958e41130867a1c0dea6acb" + }, + "man/mod_vaccines_text.Rd": { + "checksum": "a1d9af4f21fd7c6c9ec33ee66f0b42b1" + }, + "man/new_total_colors.Rd": { + "checksum": "feb6f62ab20846f167e7d617f88ca5fa" + }, + "man/oneM_pop_calc.Rd": { + "checksum": "5d6dd505e20d449d7cbae28179321803" + }, + "man/pal_fun.Rd": { + "checksum": "82db85e559eae2064924adac07e42f8a" + }, + "man/pal_fun_calc.Rd": { + "checksum": "199de8514f16dbc8f9f58f5c0658b232" + }, + "man/palette_calc.Rd": { + "checksum": "2d0b546da1d77bd734115cb16244eb06" + }, + "man/plot_all_highlight.Rd": { + "checksum": "5982aa0d3db381550e0c33686a8bd576" + }, + "man/plot_rate_hist.Rd": { + "checksum": "b2191ecffd9203cd9f919457088bda1e" + }, + "man/prefix_var.Rd": { + "checksum": "58cf14f7e46186d9ac17b51384ca7dfd" + }, + "man/rate_calc.Rd": { + "checksum": "9be555856f3f275e394c97ea8be6ee83" + }, + "man/reexports.Rd": { + "checksum": "732cfdae6fe0dd35923713848551da6e" + }, + "man/remove_legend.Rd": { + "checksum": "439d7a1fe520c444555b35606bd698c0" + }, + "man/rescale_df_contagion.Rd": { + "checksum": "446a9f97860c19e35f6e174f2f7e5f22" + }, + "man/rollAvg.Rd": { + "checksum": "20310e0a5f2771aad37b91e620c7f94a" + }, + "man/round_up.Rd": { + "checksum": "f833d7d98dc8cc09f7946e9a6ef91afa" + }, + "man/roundlab.Rd": { + "checksum": "2db1d7bec5ea85aa2288d995970c1c13" + }, + "man/roundUp.Rd": { + "checksum": "f69e8e9359ac35830b16e143cc66e113" + }, + "man/run_app.Rd": { + "checksum": "7a396c0f003ae12fe3889dfc297a7d75" + }, + "man/scatter_plot.Rd": { + "checksum": "955113fc9c492a77688eba678adc619c" + }, + "man/secondline_theme.Rd": { + "checksum": "adbef0473e6a9c1182aa4d83f1bbb6bc" + }, + "man/section_info.Rd": { + "checksum": "0ce00527827c1e66aa6f509c9e8716ac" + }, + "man/section_title.Rd": { + "checksum": "eea1cf59beb5b81d0f8053aace8eef61" + }, + "man/select_countries_n_cases_w_days.Rd": { + "checksum": "4757da1d26731b859877ad78a2c44d0a" + }, + "man/sort_type_by_max.Rd": { + "checksum": "52fe9f235ae26a7757bba8340d938b92" + }, + "man/stackedbarplot_plot.Rd": { + "checksum": "dce8fea4bfc6924afe56548f3839c8fb" + }, + "man/stringency_info.Rd": { + "checksum": "0f48be2ca6272a5cc1623a7c42946d62" + }, + "man/time_evol_area_plot.Rd": { + "checksum": "745213cc96af5b41306bbffc8c94fd33" + }, + "man/time_evol_line_facet_plot.Rd": { + "checksum": "b05e657b50887ebf8f2a30b6f81a3146" + }, + "man/time_evol_line_plot.Rd": { + "checksum": "1cc675c25fb8cac31c50165b11451dd8" + }, + "man/timeline_info.Rd": { + "checksum": "c65aa3b4475af7b253dc112d07a09fa4" + }, + "man/tsdata_areplot.Rd": { + "checksum": "3cbcbec15200c6bb8df76731b499c0fc" + }, + "man/update_radio.Rd": { + "checksum": "1690e76f99e49a88162c4887d699b0b4" + }, + "man/vaccines_info.Rd": { + "checksum": "e38f5549b6700fc73e647049e62d5dc9" + }, + "man/vars_growth.Rd": { + "checksum": "6de9d18ca25e2c17594117c02344e559" + }, + "man/vars_hosp.Rd": { + "checksum": "f6224c8765afd0d87248899ed3169aea" + }, + "man/vars_vs_growth.Rd": { + "checksum": "298e40dcbc2e66f2c003ae4ec78d5c87" + }, + "man/vars_vs_stringency_vax.Rd": { + "checksum": "f6f6810e1b1c4fe5a305eee56c389427" + }, + "man/vars_vs_vax.Rd": { + "checksum": "da31bb540a9e0077e56b810d5fa46589" + }, + "man/varsNames.Rd": { + "checksum": "971f94269b28b5448db043537553fa73" + }, + "man/y_vs_x_calc.Rd": { + "checksum": "6ae129e5f12900f916c5a9dce0ac6d45" + }, + "NAMESPACE": { + "checksum": "6732370d1cef439d57d145bb73401cfb" + }, + "NEWS.md": { + "checksum": "5b604fdac62678f64ceac602aea3e3a8" + }, + "R/_disable_autoload.R": { + "checksum": "d41d8cd98f00b204e9800998ecf8427e" + }, + "R/app_config.R": { + "checksum": "3424dbeaeb5acb71ec0952648c36286d" + }, + "R/app_server.R": { + "checksum": "d07e7bfbea806a5ac0cc6101497ae9e2" + }, + "R/app_ui.R": { + "checksum": "d33fcf1c4a1cbb537b78c9acd3384ef3" + }, + "R/build_data.R": { + "checksum": "00d78a2846ac47c66577e4263c63c09d" + }, + "R/get_Covid19_version.R": { + "checksum": "cb29f3d1f645f892b8399c37e9fbeef3" + }, + "R/get_data.R": { + "checksum": "00f60cea440d98b5db5dcceb50ffa60f" + }, + "R/mod_add_table.R": { + "checksum": "3950d5fc3db7cb4134dfcf0723d0325d" + }, + "R/mod_bar_plot_day_contagion.R": { + "checksum": "29e4365c25b48afd76601a91503e6b0d" + }, + "R/mod_caseBoxes.R": { + "checksum": "1e146f63a72ce7d09fea727e7690c51f" + }, + "R/mod_compare_nth_cases_plot.R": { + "checksum": "1e58ce6fcaa7e4f76d2e4c973f1dfaed" + }, + "R/mod_compare_nth_cases_years_plot.R": { + "checksum": "62e5fe20b5c54425bd5093caae486bf5" + }, + "R/mod_continent.R": { + "checksum": "19e1580a6fc4ad8d299b0631dd7362ac" + }, + "R/mod_continent_comparison.R": { + "checksum": "e0d4f2efd1683438bd36dc1622be9c51" + }, + "R/mod_country.R": { + "checksum": "f81e8fd2feb9c30c3804edac283020b1" + }, + "R/mod_country_comparison.R": { + "checksum": "ae0e8a676782131db0fc31bc55c456e5" + }, + "R/mod_global.R": { + "checksum": "8d2a8af4383ba34d89bb4bc0516e3eef" + }, + "R/mod_growth_death_rate.R": { + "checksum": "4f0e67e202c2854ed42c12be1409147d" + }, + "R/mod_individual_country.R": { + "checksum": "eda32f6d1c5ea0d0c28a359f663736e9" + }, + "R/mod_lineplots_day_contagion.R": { + "checksum": "bfbd21ceb8e0f7569a83811eb6d3244c" + }, + "R/mod_map.R": { + "checksum": "17331fb955064da765abe21a3742b69d" + }, + "R/mod_map_calc_continent.R": { + "checksum": "66d8f20190093868ed458d792d2e08c1" + }, + "R/mod_map_continent.R": { + "checksum": "cdc6270605c7097e3becfb725619ad9a" + }, + "R/mod_mod_country_hosp.R": { + "checksum": "cb72f0c9f7d6a43c943017a05d50681c" + }, + "R/mod_no_data_server.R": { + "checksum": "8283d49c592c55d28596de946b068132" + }, + "R/mod_plot_log_linear.R": { + "checksum": "af64b6c68a0df8cc56b026047a23bfd9" + }, + "R/mod_scatterplot.R": { + "checksum": "a7a4404e40e12abef438d185dfa4fba3" + }, + "R/mod_stackedbarplot_status.R": { + "checksum": "c0d29ab943fd88819221af4d5f0e826b" + }, + "R/mod_vaccines_text.R": { + "checksum": "63325f28c73d882bc5cbf8a0619435a9" + }, + "R/mode_group_plots_server.R": { + "checksum": "52ed91be92c4fa5fd6219989dc1d0730" + }, + "R/plots.R": { + "checksum": "d67f81f1216123b5e5c48cbbea31488f" + }, + "R/run_app.R": { + "checksum": "2b3b71fe40810fc7a9fb011c889ed64d" + }, + "R/utils.R": { + "checksum": "b19fdf888a64fa98c36604d805199450" + }, + "README.md": { + "checksum": "efb0b2a45f3a0c2796eccf52944c3fc3" + }, + "renv.lock": { + "checksum": "9f72744746d311d1e7cf416d20a38206" + }, + "tests/testthat.R": { + "checksum": "d608ef1b05871c08be9cfac422da193d" + }, + "tests/testthat/test-get-datahub.R": { + "checksum": "21480c0c0202ebb0dae784ff0819f60a" + }, + "tests/testthat/test-golem-recommended.R": { + "checksum": "950ad34eedab8552c2d93b3758c3909d" + } + }, + "users": null +} diff --git a/renv.lock b/renv.lock index c33cb195..407af8dc 100644 --- a/renv.lock +++ b/renv.lock @@ -1,6 +1,6 @@ { "R": { - "Version": "4.3.1", + "Version": "4.2.1", "Repositories": [ { "Name": "CRAN", @@ -11,37 +11,36 @@ "Packages": { "COVID19": { "Package": "COVID19", - "Version": "3.0.3", + "Version": "3.0.2", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R.utils", "data.table", "tools", "utils" ], - "Hash": "2365c33bee00c8d3da7d0619e292020e" + "Hash": "2820894519437a25b4103b62462fa334" }, "DT": { "Package": "DT", - "Version": "0.29", + "Version": "0.26", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "crosstalk", "htmltools", "htmlwidgets", - "httpuv", "jquerylib", "jsonlite", "magrittr", "promises" ], - "Hash": "02f42b77a951a5ea7c891ef5c187d774" + "Hash": "c66a72c4d3499e14ae179ccb742e740a" }, "MASS": { "Package": "MASS", - "Version": "7.3-60", + "Version": "7.3-58.2", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -52,16 +51,15 @@ "stats", "utils" ], - "Hash": "a56a6365b3fa73293ea8d084be0d9bb0" + "Hash": "e02d1a0f6122fd3e634b25b433704344" }, "Matrix": { "Package": "Matrix", - "Version": "1.6-0", + "Version": "1.5-3", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "R", - "grDevices", "graphics", "grid", "lattice", @@ -69,13 +67,13 @@ "stats", "utils" ], - "Hash": "31262fd18481fab05c5e7258dac163ca" + "Hash": "4006dffe49958d2dd591c17e61e60591" }, "R.methodsS3": { "Package": "R.methodsS3", "Version": "1.8.2", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "utils" @@ -86,7 +84,7 @@ "Package": "R.oo", "Version": "1.25.0", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "R.methodsS3", @@ -97,9 +95,9 @@ }, "R.utils": { "Package": "R.utils", - "Version": "2.12.2", + "Version": "2.12.1", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "R.methodsS3", @@ -108,7 +106,7 @@ "tools", "utils" ], - "Hash": "325f01db13da12c04d8f6e7be36ff514" + "Hash": "1ed133420fcd2b93cf55a383b38fe27c" }, "R6": { "Package": "R6", @@ -132,24 +130,24 @@ }, "Rcpp": { "Package": "Rcpp", - "Version": "1.0.11", + "Version": "1.0.9", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "methods", "utils" ], - "Hash": "ae6cbbe1492f4de79c45fce06f967ce8" + "Hash": "e9c08b94391e9f3f97355841229124f2" }, "askpass": { "Package": "askpass", - "Version": "1.2.0", + "Version": "1.1", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "sys" ], - "Hash": "cad6cf7f1d5f6e906700b9d3e718c796" + "Hash": "e8a22846fff485f0be3770c2da758713" }, "attempt": { "Package": "attempt", @@ -171,29 +169,41 @@ ], "Hash": "543776ae6848fde2f48ff3816d0628bc" }, + "brew": { + "Package": "brew", + "Version": "1.0-8", + "Source": "Repository", + "Repository": "CRAN", + "Hash": "d69a786e85775b126bddbee185ae6084" + }, + "brio": { + "Package": "brio", + "Version": "1.1.3", + "Source": "Repository", + "Repository": "CRAN", + "Hash": "976cf154dfb043c012d87cddd8bca363" + }, "bslib": { "Package": "bslib", - "Version": "0.5.1", + "Version": "0.4.0", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", - "base64enc", "cachem", "grDevices", "htmltools", "jquerylib", "jsonlite", "memoise", - "mime", "rlang", "sass" ], - "Hash": "283015ddfbb9d7bf15ea9f0b5698f0d9" + "Hash": "be5ee090716ce1671be6cd5d7c34d091" }, "bsplus": { "Package": "bsplus", - "Version": "0.1.4", + "Version": "0.1.3", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -208,33 +218,56 @@ "rmarkdown", "stringr" ], - "Hash": "2b1c662ff3624ddb37fcb07c6449e55b" + "Hash": "76d14fb160c333fae3ee83350e2a915b" }, "cachem": { "Package": "cachem", - "Version": "1.0.8", + "Version": "1.0.6", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "fastmap", "rlang" ], - "Hash": "c35768291560ce302c0a6589f92e837d" + "Hash": "648c5b3d71e6a37e3043617489a0a0e9" + }, + "callr": { + "Package": "callr", + "Version": "3.7.3", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "R6", + "processx", + "utils" + ], + "Hash": "9b2191ede20fa29828139b9900922e51" }, "cli": { "Package": "cli", - "Version": "3.6.1", + "Version": "3.4.1", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "R", "utils" ], - "Hash": "89e6d8219950eac806ae0c489052048a" + "Hash": "0d297d01734d2bcea40197bd4971a764" + }, + "clipr": { + "Package": "clipr", + "Version": "0.8.0", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "utils" + ], + "Hash": "3f038e5ac7f41d4ac41ce658c85e3042" }, "colorspace": { "Package": "colorspace", - "Version": "2.1-0", + "Version": "2.0-3", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -244,31 +277,31 @@ "methods", "stats" ], - "Hash": "f20c47fd52fae58b4e377c37bb8c335b" + "Hash": "bb4341986bc8b914f0f0acf2e4a3f2f7" }, "commonmark": { "Package": "commonmark", - "Version": "1.9.0", + "Version": "1.8.1", "Source": "Repository", "Repository": "CRAN", - "Hash": "d691c61bff84bd63c383874d2d0c3307" + "Hash": "b6e3e947d1d7ebf3d2bdcea1bde63fe7" }, "config": { "Package": "config", - "Version": "0.3.2", + "Version": "0.3.1", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "yaml" ], - "Hash": "8b7222e9d9eb5178eea545c0c4d33fc2" + "Hash": "31d77b09f63550cee9ecb5a08bf76e8f" }, "cpp11": { "Package": "cpp11", - "Version": "0.4.5", + "Version": "0.4.3", "Source": "Repository", - "Repository": "RSPM", - "Hash": "f07821e9b0aada6c999d4692e22a2ea7" + "Repository": "CRAN", + "Hash": "ed588261931ee3be2c700d22e94a29ab" }, "crayon": { "Package": "crayon", @@ -282,6 +315,20 @@ ], "Hash": "e8a1e41acf02548751f45c718d55aa6a" }, + "credentials": { + "Package": "credentials", + "Version": "1.3.2", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "askpass", + "curl", + "jsonlite", + "openssl", + "sys" + ], + "Hash": "93762d0a34d78e6a025efdbfb5c6bb41" + }, "crosstalk": { "Package": "crosstalk", "Version": "1.2.0", @@ -297,45 +344,73 @@ }, "curl": { "Package": "curl", - "Version": "5.0.2", + "Version": "4.3.3", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R" ], - "Hash": "511bacbfa153a15251166b463b4da4f9" + "Hash": "0eb86baa62f06e8855258fa5a8048667" }, "data.table": { "Package": "data.table", - "Version": "1.14.8", + "Version": "1.14.4", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "R", "methods" ], - "Hash": "b4c06e554f33344e044ccd7fdca750a9" + "Hash": "b9b912b41064aaa79270f24d123c887d" + }, + "desc": { + "Package": "desc", + "Version": "1.4.2", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "R6", + "cli", + "rprojroot", + "utils" + ], + "Hash": "6b9602c7ebbe87101a9c8edb6e8b6d21" + }, + "diffobj": { + "Package": "diffobj", + "Version": "0.3.5", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "crayon", + "methods", + "stats", + "tools", + "utils" + ], + "Hash": "bcaa8b95f8d7d01a5dedfd959ce88ab8" }, "digest": { "Package": "digest", - "Version": "0.6.33", + "Version": "0.6.30", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "R", "utils" ], - "Hash": "b18a9cf3c003977b0cc49d5e76ebe48d" + "Hash": "bf1cd206a5d170d132ef75c7537b9bdb" }, "dplyr": { "Package": "dplyr", - "Version": "1.1.3", + "Version": "1.0.10", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "R6", - "cli", "generics", "glue", "lifecycle", @@ -348,7 +423,7 @@ "utils", "vctrs" ], - "Hash": "e85ffbebaad5f70e1a2e2ef4302b4949" + "Hash": "539412282059f7f0c07295723d23f987" }, "ellipsis": { "Package": "ellipsis", @@ -363,18 +438,18 @@ }, "evaluate": { "Package": "evaluate", - "Version": "0.21", + "Version": "0.17", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "R", "methods" ], - "Hash": "d59f3b464e8da1aef82dc04b588b8dfb" + "Hash": "9171b012a55a1ef53f1442b1d798a3b4" }, "fansi": { "Package": "fansi", - "Version": "1.0.4", + "Version": "1.0.3", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -382,7 +457,7 @@ "grDevices", "utils" ], - "Hash": "1d9e7ad3c8312a192dea7d3db0274fde" + "Hash": "83a8afdbe71839506baa9f90eebad7ec" }, "farver": { "Package": "farver", @@ -393,33 +468,33 @@ }, "fastmap": { "Package": "fastmap", - "Version": "1.1.1", + "Version": "1.1.0", "Source": "Repository", "Repository": "CRAN", - "Hash": "f7736a18de97dea803bde0a2daaafb27" + "Hash": "77bd60a6157420d4ffa93b27cf6a58b8" }, "fontawesome": { "Package": "fontawesome", - "Version": "0.5.2", + "Version": "0.4.0", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "htmltools", "rlang" ], - "Hash": "c2efdd5f0bcd1ea861c2d4e2a883a67d" + "Hash": "c5a628c2570aa86a96cc6ef739d8bfda" }, "fs": { "Package": "fs", - "Version": "1.6.3", + "Version": "1.5.2", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "methods" ], - "Hash": "47b5f30c720c23999b913a1a635cf0bb" + "Hash": "7c89603d81793f0d5486d91ab1fc6f1d" }, "generics": { "Package": "generics", @@ -432,30 +507,68 @@ ], "Hash": "15e9634c0fcd294799e9b2e929ed1b86" }, + "gert": { + "Package": "gert", + "Version": "1.9.1", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "askpass", + "credentials", + "openssl", + "rstudioapi", + "sys", + "zip" + ], + "Hash": "9a091a6d2fb91e43afd4337e2dcef2e7" + }, "ggplot2": { "Package": "ggplot2", - "Version": "3.4.3", + "Version": "3.3.6", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "MASS", "R", - "cli", + "digest", "glue", "grDevices", "grid", "gtable", "isoband", - "lifecycle", "mgcv", "rlang", "scales", "stats", "tibble", - "vctrs", "withr" ], - "Hash": "85846544c596e71f8f46483ab165da33" + "Hash": "0fb26d0674c82705c6b701d1a61e02ea" + }, + "gh": { + "Package": "gh", + "Version": "1.3.1", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "cli", + "gitcreds", + "httr", + "ini", + "jsonlite" + ], + "Hash": "b6a12054ee13dce0f6696c019c10e539" + }, + "gitcreds": { + "Package": "gitcreds", + "Version": "0.1.2", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R" + ], + "Hash": "ab08ac61f3e1be454ae21911eb8bc2fe" }, "glue": { "Package": "glue", @@ -470,27 +583,34 @@ }, "golem": { "Package": "golem", - "Version": "0.4.1", + "Version": "0.3.5", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "R", "attempt", + "cli", "config", + "crayon", + "desc", + "fs", "here", "htmltools", - "rlang", + "pkgload", + "roxygen2", + "rstudioapi", "shiny", + "usethis", "utils", "yaml" ], - "Hash": "dc12172dc35c6c80e18b430dc546fc24" + "Hash": "c4fbd853653f38cccdd009d75abb344c" }, "gridExtra": { "Package": "gridExtra", "Version": "2.3", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "grDevices", "graphics", @@ -502,18 +622,14 @@ }, "gtable": { "Package": "gtable", - "Version": "0.3.3", + "Version": "0.3.1", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "R", - "cli", - "glue", - "grid", - "lifecycle", - "rlang" + "grid" ], - "Hash": "b44addadb528a0d227794121c00572a0" + "Hash": "36b4265fb818f6a342bed217549cd896" }, "here": { "Package": "here", @@ -527,50 +643,47 @@ }, "highr": { "Package": "highr", - "Version": "0.10", + "Version": "0.9", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "R", "xfun" ], - "Hash": "06230136b2d2b9ba5805e1963fa6e890" + "Hash": "8eb36c8125038e648e5d111c0d7b2ed4" }, "htmltools": { "Package": "htmltools", - "Version": "0.5.6", + "Version": "0.5.3", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "base64enc", "digest", - "ellipsis", "fastmap", "grDevices", "rlang", "utils" ], - "Hash": "a2326a66919a3311f7fbb1e3bf568283" + "Hash": "6496090a9e00f8354b811d1a2d47b566" }, "htmlwidgets": { "Package": "htmlwidgets", - "Version": "1.6.2", + "Version": "1.5.4", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "grDevices", "htmltools", "jsonlite", - "knitr", - "rmarkdown", "yaml" ], - "Hash": "a865aa85bcb2697f47505bfd70422471" + "Hash": "76147821cd3fcd8c4b04e1ef0498e7fb" }, "httpuv": { "Package": "httpuv", - "Version": "1.6.11", + "Version": "1.6.6", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -581,11 +694,11 @@ "promises", "utils" ], - "Hash": "838602f54e32c1a0f8cc80708cefcefa" + "Hash": "fd090e236ae2dc0f0cdf33a9ec83afb6" }, "httr": { "Package": "httr", - "Version": "1.4.6", + "Version": "1.4.4", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -596,18 +709,25 @@ "mime", "openssl" ], - "Hash": "7e5e3cbd2a7bc07880c94e22348fb661" + "Hash": "57557fac46471f0dbbf44705cc6a5c8c" + }, + "ini": { + "Package": "ini", + "Version": "0.3.1", + "Source": "Repository", + "Repository": "CRAN", + "Hash": "6154ec2223172bce8162d4153cda21f7" }, "isoband": { "Package": "isoband", - "Version": "0.2.7", + "Version": "0.2.6", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "grid", "utils" ], - "Hash": "0080607b4a1a7b28979aecef976d8bc2" + "Hash": "cfdea9dea85c1a973991c8cbe299f4da" }, "jquerylib": { "Package": "jquerylib", @@ -621,17 +741,17 @@ }, "jsonlite": { "Package": "jsonlite", - "Version": "1.8.7", + "Version": "1.8.3", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "methods" ], - "Hash": "266a20443ca13c65688b2116d5220f76" + "Hash": "8b1bd0be62956f2a6b91ce84fac79a45" }, "knitr": { "Package": "knitr", - "Version": "1.43", + "Version": "1.40", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -639,11 +759,12 @@ "evaluate", "highr", "methods", + "stringr", "tools", "xfun", "yaml" ], - "Hash": "9775eb076713f627c07ce41d8199d8f6" + "Hash": "caea8b0f899a0b1738444b9bc47067e7" }, "labeling": { "Package": "labeling", @@ -658,18 +779,18 @@ }, "later": { "Package": "later", - "Version": "1.3.1", + "Version": "1.3.0", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "Rcpp", "rlang" ], - "Hash": "40401c9cf2bc2259dfe83311c9384710" + "Hash": "7e7b457d7766bc47f2a5f21cc2984f8e" }, "lattice": { "Package": "lattice", - "Version": "0.21-8", + "Version": "0.20-45", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -680,7 +801,7 @@ "stats", "utils" ], - "Hash": "0b8a6d63c8770f02a8b5635f3c431e6b" + "Hash": "b64cdbb2b340437c4ee047a1f4c4377b" }, "lazyeval": { "Package": "lazyeval", @@ -694,34 +815,34 @@ }, "leaflet": { "Package": "leaflet", - "Version": "2.2.0", + "Version": "2.1.1", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "RColorBrewer", + "base64enc", "crosstalk", "htmltools", "htmlwidgets", - "jquerylib", "leaflet.providers", "magrittr", + "markdown", "methods", "png", "raster", "scales", "sp", "stats", - "viridis", - "xfun" + "viridis" ], - "Hash": "f73dcc38ff38127bc11ea776786996de" + "Hash": "97fadb60ef6eb8524b9f6e2c4a69ee93" }, "leaflet.extras": { "Package": "leaflet.extras", "Version": "1.0.0", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "htmltools", @@ -734,13 +855,13 @@ }, "leaflet.providers": { "Package": "leaflet.providers", - "Version": "1.13.0", + "Version": "1.9.0", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R" ], - "Hash": "235cd5abed82d9e6e79eb05eee248983" + "Hash": "d3082a7beac4a1aeb96100ff06265d7e" }, "lifecycle": { "Package": "lifecycle", @@ -757,16 +878,16 @@ }, "lubridate": { "Package": "lubridate", - "Version": "1.9.2", + "Version": "1.8.0", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "R", + "cpp11", "generics", - "methods", - "timechange" + "methods" ], - "Hash": "e25f18436e3efd42c7c590a1c4c15390" + "Hash": "2ff5eedb6ee38fb1b81205c73be1be5a" }, "magrittr": { "Package": "magrittr", @@ -780,16 +901,17 @@ }, "markdown": { "Package": "markdown", - "Version": "1.8", + "Version": "1.3", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "R", "commonmark", + "mime", "utils", "xfun" ], - "Hash": "93cecf1e5f828d0fc1605a00ad48e3a2" + "Hash": "b620b105af55519c26ca969a8da0930c" }, "memoise": { "Package": "memoise", @@ -804,7 +926,7 @@ }, "mgcv": { "Package": "mgcv", - "Version": "1.9-0", + "Version": "1.8-41", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -817,7 +939,7 @@ "stats", "utils" ], - "Hash": "086028ca0460d0c368028d3bda58f31b" + "Hash": "6b3904f13346742caa3e82dd0303d4ad" }, "mime": { "Package": "mime", @@ -856,17 +978,29 @@ }, "openssl": { "Package": "openssl", - "Version": "2.1.0", + "Version": "2.0.4", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "askpass" ], - "Hash": "273a6bb4a9844c296a459d2176673270" + "Hash": "e86c5ffeb8474a9e03d75f5d2919683e" + }, + "packrat": { + "Package": "packrat", + "Version": "0.9.1", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "tools", + "utils" + ], + "Hash": "481428983c19a7c443f7ea1beff0a2de" }, "pillar": { "Package": "pillar", - "Version": "1.9.0", + "Version": "1.8.1", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -879,7 +1013,7 @@ "utils", "vctrs" ], - "Hash": "15da5a8412f317beeee6175fbc76f4bb" + "Hash": "f2316df30902c81729ae9de95ad5a608" }, "pkgconfig": { "Package": "pkgconfig", @@ -891,9 +1025,29 @@ ], "Hash": "01f28d4278f15c76cddbea05899c5d6f" }, + "pkgload": { + "Package": "pkgload", + "Version": "1.3.1", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "cli", + "crayon", + "desc", + "fs", + "glue", + "methods", + "rlang", + "rprojroot", + "utils", + "withr" + ], + "Hash": "3c0918b1792c75de2e640d1d8d12dead" + }, "plotly": { "Package": "plotly", - "Version": "4.10.2", + "Version": "4.10.0", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -921,48 +1075,75 @@ "vctrs", "viridisLite" ], - "Hash": "6c00a09ba7d34917d9a3e28b15dd74e3" + "Hash": "fbb11e44d057996ca5fe40d959cacfb0" }, "png": { "Package": "png", - "Version": "0.1-8", + "Version": "0.1-7", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R" ], - "Hash": "bd54ba8a0a5faded999a7aab6e46b374" + "Hash": "03b7076c234cb3331288919983326c55" + }, + "praise": { + "Package": "praise", + "Version": "1.0.0", + "Source": "Repository", + "Repository": "CRAN", + "Hash": "a555924add98c99d2f411e37e7d25e9f" + }, + "processx": { + "Package": "processx", + "Version": "3.8.2", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "R6", + "ps", + "utils" + ], + "Hash": "3efbd8ac1be0296a46c55387aeace0f3" }, "promises": { "Package": "promises", - "Version": "1.2.1", + "Version": "1.2.0.1", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R6", "Rcpp", - "fastmap", "later", "magrittr", "rlang", "stats" ], - "Hash": "0d8a15c9d000970ada1ab21405387dee" + "Hash": "4ab2c43adb4d4699cf3690acd378d75d" + }, + "ps": { + "Package": "ps", + "Version": "1.7.5", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "utils" + ], + "Hash": "709d852d33178db54b17c722e5b1e594" }, "purrr": { "Package": "purrr", - "Version": "1.0.2", + "Version": "0.3.5", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", - "cli", - "lifecycle", "magrittr", - "rlang", - "vctrs" + "rlang" ], - "Hash": "1cba04a4e9414bdefc9dcaa99649a8dc" + "Hash": "54842a2443c76267152eface28d9e90a" }, "rappdirs": { "Package": "rappdirs", @@ -976,9 +1157,9 @@ }, "raster": { "Package": "raster", - "Version": "3.6-23", + "Version": "3.6-3", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "Rcpp", @@ -986,17 +1167,27 @@ "sp", "terra" ], - "Hash": "337d6d70f7d6bf78df236a5a53f09db0" + "Hash": "d550f9d6dbb4dce7cbd146b09d663343" + }, + "rematch2": { + "Package": "rematch2", + "Version": "2.1.2", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "tibble" + ], + "Hash": "76c9e04c712a05848ae7a23d2f170a40" }, "renv": { "Package": "renv", - "Version": "1.0.2", + "Version": "1.0.0", "Source": "Repository", "Repository": "RSPM", "Requirements": [ "utils" ], - "Hash": "4b22ac016fe54028b88d0c68badbd061" + "Hash": "c321cd99d56443dbffd1c9e673c0c1a2" }, "rlang": { "Package": "rlang", @@ -1011,14 +1202,13 @@ }, "rmarkdown": { "Package": "rmarkdown", - "Version": "2.24", + "Version": "2.17", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "bslib", "evaluate", - "fontawesome", "htmltools", "jquerylib", "jsonlite", @@ -1031,7 +1221,34 @@ "xfun", "yaml" ], - "Hash": "3854c37590717c08c32ec8542a2e0a35" + "Hash": "e97c8be593e010f93520e8215c0f9189" + }, + "roxygen2": { + "Package": "roxygen2", + "Version": "7.2.1", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "R6", + "brew", + "cli", + "commonmark", + "cpp11", + "desc", + "digest", + "knitr", + "methods", + "pkgload", + "purrr", + "rlang", + "stringi", + "stringr", + "utils", + "withr", + "xml2" + ], + "Hash": "da1f278262e563c835345872f2fef537" }, "rprojroot": { "Package": "rprojroot", @@ -1043,11 +1260,40 @@ ], "Hash": "1de7ab598047a87bba48434ba35d497d" }, + "rsconnect": { + "Package": "rsconnect", + "Version": "1.0.2", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "cli", + "curl", + "digest", + "jsonlite", + "lifecycle", + "openssl", + "packrat", + "renv", + "rlang", + "rstudioapi", + "tools", + "yaml" + ], + "Hash": "1f82a3e9e7e52f095b0f57869d957246" + }, + "rstudioapi": { + "Package": "rstudioapi", + "Version": "0.14", + "Source": "Repository", + "Repository": "CRAN", + "Hash": "690bd2acc42a9166ce34845884459320" + }, "sass": { "Package": "sass", - "Version": "0.4.7", + "Version": "0.4.2", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R6", "fs", @@ -1055,7 +1301,7 @@ "rappdirs", "rlang" ], - "Hash": "6bd4d33b50ff927191ec9acbf52fd056" + "Hash": "1b191143d7d3444d504277843f3a95fe" }, "scales": { "Package": "scales", @@ -1077,9 +1323,9 @@ }, "shiny": { "Package": "shiny", - "Version": "1.7.5", + "Version": "1.7.3", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "R6", @@ -1107,13 +1353,13 @@ "withr", "xtable" ], - "Hash": "438b99792adbe82a8329ad8697d45afe" + "Hash": "fe12df67fdb3b1142325cc54f100cc06" }, "shinycssloaders": { "Package": "shinycssloaders", "Version": "1.0.0", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "digest", @@ -1125,19 +1371,19 @@ }, "sourcetools": { "Package": "sourcetools", - "Version": "0.1.7-1", + "Version": "0.1.7", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "R" ], - "Hash": "5f5a7629f956619d519205ec475fe647" + "Hash": "947e4e02a79effa5d512473e10f41797" }, "sp": { "Package": "sp", - "Version": "2.0-0", + "Version": "1.5-0", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "grDevices", @@ -1148,11 +1394,11 @@ "stats", "utils" ], - "Hash": "2551981e6f85d59c81652bf654d6c3ca" + "Hash": "2a118bdd2db0a301711e0a9e3e3206d5" }, "stringi": { "Package": "stringi", - "Version": "1.7.12", + "Version": "1.7.8", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -1161,47 +1407,73 @@ "tools", "utils" ], - "Hash": "ca8bd84263c77310739d2cf64d84d7c9" + "Hash": "a68b980681bcbc84c7a67003fa796bfb" }, "stringr": { "Package": "stringr", - "Version": "1.5.0", + "Version": "1.4.1", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "R", - "cli", "glue", - "lifecycle", "magrittr", - "rlang", - "stringi", - "vctrs" + "stringi" ], - "Hash": "671a4d384ae9d32fc47a14e98bfa3dc8" + "Hash": "a66ad12140cd34d4f9dfcc19e84fc2a5" }, "sys": { "Package": "sys", - "Version": "3.4.2", + "Version": "3.4.1", "Source": "Repository", "Repository": "CRAN", - "Hash": "3a1be13d68d47a8cd0bfd74739ca1555" + "Hash": "34c16f1ef796057bfa06d3f4ff818a5d" }, "terra": { "Package": "terra", - "Version": "1.7-46", + "Version": "1.6-17", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "Rcpp", "methods" ], - "Hash": "d15182a8a20ffc5880e721bfa1bf4ce9" + "Hash": "3e264754dde87261bc7ccdb30d29d3b4" + }, + "testthat": { + "Package": "testthat", + "Version": "3.1.10", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "R6", + "brio", + "callr", + "cli", + "desc", + "digest", + "ellipsis", + "evaluate", + "jsonlite", + "lifecycle", + "magrittr", + "methods", + "pkgload", + "praise", + "processx", + "ps", + "rlang", + "utils", + "waldo", + "withr" + ], + "Hash": "6f403dc49295610a3a67ea1a9ca64346" }, "tibble": { "Package": "tibble", - "Version": "3.2.1", + "Version": "3.1.8", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -1216,30 +1488,29 @@ "utils", "vctrs" ], - "Hash": "a84e2cc86d07289b3b6f5069df7a004c" + "Hash": "56b6934ef0f8c68225949a8672fe1a8f" }, "tidyr": { "Package": "tidyr", - "Version": "1.3.0", + "Version": "1.2.1", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "R", - "cli", "cpp11", "dplyr", + "ellipsis", "glue", "lifecycle", "magrittr", "purrr", "rlang", - "stringr", "tibble", "tidyselect", "utils", "vctrs" ], - "Hash": "e47debdc7ce599b070c8e78e8ac0cfcf" + "Hash": "cdb403db0de33ccd1b6f53b83736efa8" }, "tidyselect": { "Package": "tidyselect", @@ -1257,40 +1528,60 @@ ], "Hash": "79540e5fcd9e0435af547d885f184fd5" }, - "timechange": { - "Package": "timechange", - "Version": "0.2.0", + "tinytex": { + "Package": "tinytex", + "Version": "0.42", "Source": "Repository", "Repository": "CRAN", "Requirements": [ - "R", - "cpp11" + "xfun" ], - "Hash": "8548b44f79a35ba1791308b61e6012d7" + "Hash": "7629c6c1540835d5248e6e7df265fa74" }, - "tinytex": { - "Package": "tinytex", - "Version": "0.45", + "usethis": { + "Package": "usethis", + "Version": "2.1.6", "Source": "Repository", "Repository": "CRAN", "Requirements": [ - "xfun" + "R", + "cli", + "clipr", + "crayon", + "curl", + "desc", + "fs", + "gert", + "gh", + "glue", + "jsonlite", + "lifecycle", + "purrr", + "rappdirs", + "rlang", + "rprojroot", + "rstudioapi", + "stats", + "utils", + "whisker", + "withr", + "yaml" ], - "Hash": "e4e357f28c2edff493936b6cb30c3d65" + "Hash": "a67a22c201832b12c036cc059f1d137d" }, "utf8": { "Package": "utf8", - "Version": "1.2.3", + "Version": "1.2.2", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "R" ], - "Hash": "1fe17157424bb09c48a8b3b550c753bc" + "Hash": "c9c462b759a5cc844ae25b5942654d13" }, "vctrs": { "Package": "vctrs", - "Version": "0.6.3", + "Version": "0.5.0", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -1300,30 +1591,55 @@ "lifecycle", "rlang" ], - "Hash": "d0ef2856b83dc33ea6e255caf6229ee2" + "Hash": "001fd6a5ebfff8316baf9fb2b5516dc9" }, "viridis": { "Package": "viridis", - "Version": "0.6.4", + "Version": "0.6.2", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "R", "ggplot2", "gridExtra", + "stats", "viridisLite" ], - "Hash": "80cd127bc8c9d3d9f0904ead9a9102f1" + "Hash": "ee96aee95a7a563e5496f8991e9fde4b" }, "viridisLite": { "Package": "viridisLite", - "Version": "0.4.2", + "Version": "0.4.1", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "R" ], - "Hash": "c826c7c4241b6fc89ff55aaea3fa7491" + "Hash": "62f4b5da3e08d8e5bcba6cac15603f70" + }, + "waldo": { + "Package": "waldo", + "Version": "0.5.1", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "cli", + "diffobj", + "fansi", + "glue", + "methods", + "rematch2", + "rlang", + "tibble" + ], + "Hash": "2c993415154cdb94649d99ae138ff5e5" + }, + "whisker": { + "Package": "whisker", + "Version": "0.4", + "Source": "Repository", + "Repository": "CRAN", + "Hash": "ca970b96d894e90397ed20637a0c1bbe" }, "withr": { "Package": "withr", @@ -1340,14 +1656,25 @@ }, "xfun": { "Package": "xfun", - "Version": "0.40", + "Version": "0.34", "Source": "Repository", - "Repository": "RSPM", + "Repository": "CRAN", "Requirements": [ "stats", "tools" ], - "Hash": "be07d23211245fc7d4209f54c4e4ffc8" + "Hash": "9eba2411b0b1f879797141bd24df7407" + }, + "xml2": { + "Package": "xml2", + "Version": "1.3.3", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "methods" + ], + "Hash": "40682ed6a969ea5abfd351eb67833adc" }, "xtable": { "Package": "xtable", @@ -1363,14 +1690,21 @@ }, "yaml": { "Package": "yaml", - "Version": "2.3.7", + "Version": "2.3.6", + "Source": "Repository", + "Repository": "CRAN", + "Hash": "9b570515751dcbae610f29885e025b41" + }, + "zip": { + "Package": "zip", + "Version": "2.2.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "0d0056cc5383fbc240ccd0cb584bf436" + "Hash": "c42bfcec3fa6a0cce17ce1f8bc684f88" }, "zoo": { "Package": "zoo", - "Version": "1.8-12", + "Version": "1.8-11", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -1381,7 +1715,7 @@ "stats", "utils" ], - "Hash": "5c715954112b45499fb1dadc6ee6ee3e" + "Hash": "874a5b77fe0cfacf2a3450069ae70926" } } } diff --git a/renv/settings.json b/renv/settings.json index 74c1d4bb..ffdbb320 100644 --- a/renv/settings.json +++ b/renv/settings.json @@ -10,7 +10,7 @@ "ppm.enabled": null, "ppm.ignored.urls": [], "r.version": null, - "snapshot.type": "explicit", + "snapshot.type": "implicit", "use.cache": true, "vcs.ignore.cellar": true, "vcs.ignore.library": true,