diff --git a/.rscignore b/.rscignore new file mode 100644 index 000000000..540fe7d03 --- /dev/null +++ b/.rscignore @@ -0,0 +1,6 @@ +docs +vignettes +tests +revdep +dev +man diff --git a/DESCRIPTION b/DESCRIPTION index 9a796ae15..861f5a990 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -38,7 +38,7 @@ BugReports: https://github.com/pharmaR/riskassessment/issues Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.0 +RoxygenNote: 7.2.3 Imports: bslib (>= 0.3.0), config (>= 0.3.1), diff --git a/manifest.json b/manifest.json index 4cf8fcd8a..f11ec5f8d 100644 --- a/manifest.json +++ b/manifest.json @@ -12,59 +12,84 @@ "packages": { "AsioHeaders": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "AsioHeaders", "Type": "Package", "Title": "'Asio' C++ Header Files", - "Version": "1.16.1-1", - "Date": "2020-06-28", + "Version": "1.22.1-2", + "Date": "2022-12-07", "Author": "Dirk Eddelbuettel", "Maintainer": "Dirk Eddelbuettel ", "Description": "'Asio' is a cross-platform C++ library for network and low-level\nI/O programming that provides developers with a consistent asynchronous model\nusing a modern C++ approach. It is also included in Boost but requires linking\nwhen used with Boost. Standalone it can be used header-only (provided a recent\ncompiler). 'Asio' is written and maintained by Christopher M. Kohlhoff, and\nreleased under the 'Boost Software License', Version 1.0.", "Copyright": "file inst/COPYRIGHTS", "License": "BSL-1.0", + "URL": "https://github.com/eddelbuettel/asioheaders,\nhttps://dirk.eddelbuettel.com/code/asioheaders.html", "BugReports": "https://github.com/eddelbuettel/asioheaders/issues", "NeedsCompilation": "no", - "Packaged": "2020-06-28 20:05:24.317308 UTC; edd", + "Packaged": "2022-12-08 04:04:23 UTC; edd", "Repository": "CRAN", - "Date/Publication": "2020-07-07 09:30:05 UTC", - "Built": "R 4.2.0; ; 2022-04-24 01:21:51 UTC; windows" + "Date/Publication": "2022-12-08 08:12:34 UTC", + "Built": "R 4.2.2; ; 2022-12-11 00:52:55 UTC; windows" + } + }, + "BH": { + "Source": "CRAN", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", + "description": { + "Package": "BH", + "Type": "Package", + "Title": "Boost C++ Header Files", + "Version": "1.81.0-1", + "Date": "2023-01-17", + "Author": "Dirk Eddelbuettel, John W. Emerson and Michael J. Kane", + "Maintainer": "Dirk Eddelbuettel ", + "Description": "Boost provides free peer-reviewed portable C++ source\nlibraries. A large part of Boost is provided as C++ template code\nwhich is resolved entirely at compile-time without linking. This\npackage aims to provide the most useful subset of Boost libraries\nfor template use among CRAN packages. By placing these libraries in\nthis package, we offer a more efficient distribution system for CRAN\nas replication of this code in the sources of other packages is\navoided. As of release 1.81.0-0, the following Boost libraries are\nincluded: 'accumulators' 'algorithm' 'align' 'any' 'atomic' 'beast'\n'bimap' 'bind' 'circular_buffer' 'compute' 'concept' 'config'\n'container' 'date_time' 'detail' 'dynamic_bitset' 'exception'\n'flyweight' 'foreach' 'functional' 'fusion' 'geometry' 'graph' 'heap'\n'icl' 'integer' 'interprocess' 'intrusive' 'io' 'iostreams'\n'iterator' 'lambda2' 'math' 'move' 'mp11' 'mpl' 'multiprecision'\n'numeric' 'pending' 'phoenix' 'polygon' 'preprocessor' 'process'\n'propery_tree' 'random' 'range' 'scope_exit' 'smart_ptr' 'sort'\n'spirit' 'tuple' 'type_traits' 'typeof' 'unordered' 'url' 'utility'\n'uuid'.", + "License": "BSL-1.0", + "URL": "https://github.com/eddelbuettel/bh,\nhttps://dirk.eddelbuettel.com/code/bh.html", + "BugReports": "https://github.com/eddelbuettel/bh/issues", + "NeedsCompilation": "no", + "Packaged": "2023-01-17 22:52:33 UTC; edd", + "Repository": "RSPM", + "Date/Publication": "2023-01-22 08:20:02 UTC", + "Encoding": "UTF-8", + "Built": "R 4.2.0; ; 2023-01-23 11:47:17 UTC; windows" } }, "BiocManager": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "BiocManager", "Title": "Access the Bioconductor Project Package Repository", "Description": "A convenient tool to install and update Bioconductor packages.", - "Version": "1.30.18", - "Authors@R": "c(\nperson(\"Martin\", \"Morgan\", email = \"martin.morgan@roswellpark.org\",\nrole = \"aut\", comment = c(ORCID = \"0000-0002-5874-8148\")),\nperson(\"Marcel\", \"Ramos\", email = \"marcel.ramos@roswellpark.org\",\nrole = c(\"ctb\", \"cre\"), comment = c(ORCID = \"0000-0002-3242-0582\")))", + "Version": "1.30.21.1", + "Authors@R": "c(\nperson(\"Martin\", \"Morgan\", email = \"martin.morgan@roswellpark.org\",\nrole = \"aut\", comment = c(ORCID = \"0000-0002-5874-8148\")),\nperson(\"Marcel\", \"Ramos\", email = \"marcel.ramos@roswellpark.org\",\nrole = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-3242-0582\")))", "Imports": "utils", "Suggests": "BiocVersion, remotes, rmarkdown, testthat, withr, curl, knitr", + "URL": "https://bioconductor.github.io/BiocManager/", "BugReports": "https://github.com/Bioconductor/BiocManager/issues", "VignetteBuilder": "knitr", "License": "Artistic-2.0", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2022-05-18 20:52:25 UTC; mr148", - "Author": "Martin Morgan [aut] (),\nMarcel Ramos [ctb, cre] ()", + "Packaged": "2023-07-18 12:31:51 UTC; hornik", + "Author": "Martin Morgan [aut] (),\nMarcel Ramos [aut, cre] ()", "Maintainer": "Marcel Ramos ", - "Repository": "CRAN", - "Date/Publication": "2022-05-18 21:20:02 UTC", - "Built": "R 4.2.1; ; 2022-09-18 01:08:42 UTC; windows" + "Repository": "RSPM", + "Date/Publication": "2023-07-18 13:49:20 UTC", + "Built": "R 4.2.0; ; 2023-07-19 11:21:50 UTC; windows" } }, "DBI": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "DBI", "Title": "R Database Interface", - "Version": "1.1.2", - "Date": "2021-12-19", + "Version": "1.1.3", + "Date": "2022-06-18", "Authors@R": "c(\nperson(\"R Special Interest Group on Databases (R-SIG-DB)\", role = \"aut\"),\nperson(\"Hadley\", \"Wickham\", role = \"aut\"),\nperson(\"Kirill\", \"Müller\", , \"krlmlr+r@mailbox.org\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-1416-3412\")),\nperson(\"R Consortium\", role = \"fnd\")\n)", "Description": "A database interface definition for communication between R\nand relational database management systems. All classes in this\npackage are virtual and need to be extended by the various R/DBMS\nimplementations.", "License": "LGPL (>= 2.1)", @@ -77,55 +102,55 @@ "Config/autostyle/strict": "false", "Config/Needs/check": "r-dbi/DBItest", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", - "Config/Needs/website": "r-dbi/DBItest, AzureKusto, bigrquery,\nDatabaseConnector, dittodb, duckdb, implyr, lazysf, odbc, pool,\nRAthena, RClickhouse, RH2, RJDBC, RMariaDB, RMySQL, RPostgres,\nRPostgreSQL, RPresto, RSQLite, sergeant, sparklyr", + "RoxygenNote": "7.2.0", + "Config/Needs/website": "r-dbi/DBItest, AzureKusto, bigrquery,\nDatabaseConnector, dittodb, duckdb, implyr, lazysf, odbc, pool,\nRAthena, IMSMWU/RClickhouse, RH2, RJDBC, RMariaDB, RMySQL,\nRPostgres, RPostgreSQL, RPresto, RSQLite, sergeant, sparklyr,\nwithr", "Collate": "'DBIObject.R' 'DBIDriver.R' 'Id.R' 'DBIConnection.R' 'ANSI.R'\n'DBI-package.R' 'DBIConnector.R' 'DBIResult.R' 'SQL.R'\n'SQLKeywords.R' 'SQLKeywords_DBIObject.R'\n'SQLKeywords_missing.R' 'data-types.R' 'data.R'\n'dbAppendTable.R' 'dbAppendTable_DBIConnection.R' 'dbBegin.R'\n'dbBind.R' 'dbCallProc.R' 'dbCanConnect.R'\n'dbCanConnect_DBIDriver.R' 'dbClearResult.R' 'dbColumnInfo.R'\n'dbCommit.R' 'dbConnect.R' 'dbConnect_DBIConnector.R'\n'dbCreateTable.R' 'dbCreateTable_DBIConnection.R'\n'dbDataType.R' 'dbDataType_DBIConnector.R'\n'dbDataType_DBIObject.R' 'dbDisconnect.R' 'dbDriver.R'\n'dbDriver_character.R' 'dbExecute.R'\n'dbExecute_DBIConnection_character.R' 'dbExistsTable.R'\n'dbExistsTable_DBIConnection_Id.R' 'dbFetch.R'\n'dbFetch_DBIResult.R' 'dbGetConnectArgs.R'\n'dbGetConnectArgs_DBIConnector.R' 'dbGetException.R'\n'dbGetInfo.R' 'dbGetInfo_DBIResult.R' 'dbGetQuery.R'\n'dbGetQuery_DBIConnection_character.R' 'dbGetRowCount.R'\n'dbGetRowsAffected.R' 'dbGetStatement.R' 'dbHasCompleted.R'\n'dbIsReadOnly.R' 'dbIsReadOnly_DBIConnector.R'\n'dbIsReadOnly_DBIObject.R' 'dbIsValid.R' 'dbListConnections.R'\n'dbListFields.R' 'dbListFields_DBIConnection_Id.R'\n'dbListFields_DBIConnection_character.R' 'dbListObjects.R'\n'dbListObjects_DBIConnection_ANY.R' 'dbListResults.R'\n'dbListTables.R' 'dbQuoteIdentifier.R'\n'dbQuoteIdentifier_DBIConnection.R' 'dbQuoteLiteral.R'\n'dbQuoteLiteral_DBIConnection.R' 'dbQuoteString.R'\n'dbQuoteString_DBIConnection.R' 'dbReadTable.R'\n'dbReadTable_DBIConnection_Id.R'\n'dbReadTable_DBIConnection_character.R' 'dbRemoveTable.R'\n'dbRemoveTable_DBIConnection_Id.R' 'dbRollback.R'\n'dbSendQuery.R' 'dbSendStatement.R'\n'dbSendStatement_DBIConnection_character.R'\n'dbSetDataMappings.R' 'dbUnloadDriver.R'\n'dbUnquoteIdentifier.R' 'dbUnquoteIdentifier_DBIConnection.R'\n'dbWithTransaction.R' 'dbWithTransaction_DBIConnection.R'\n'dbWriteTable.R' 'dbWriteTable_DBIConnection_Id_ANY.R'\n'dbiDataType.R' 'dbiDataType_AsIs.R' 'dbiDataType_Date.R'\n'dbiDataType_POSIXct.R' 'dbiDataType_character.R'\n'dbiDataType_data.frame.R' 'dbiDataType_difftime.R'\n'dbiDataType_integer.R' 'dbiDataType_list.R'\n'dbiDataType_logical.R' 'dbiDataType_numeric.R' 'deprecated.R'\n'fetch.R' 'hms.R' 'interpolate.R' 'isSQLKeyword.R'\n'isSQLKeyword_DBIObject_character.R' 'make.db.names.R'\n'make.db.names_DBIObject_character.R' 'methods_as_rd.R'\n'rownames.R' 'show_AnsiConnection.R' 'show_DBIConnection.R'\n'show_DBIConnector.R' 'show_DBIDriver.R' 'show_DBIResult.R'\n'show_Id.R' 'show_SQL.R' 'sqlAppendTable.R'\n'sqlAppendTableTemplate.R' 'sqlAppendTable_DBIConnection.R'\n'sqlCreateTable.R' 'sqlCreateTable_DBIConnection.R' 'sqlData.R'\n'sqlData_DBIConnection.R' 'sqlInterpolate.R'\n'sqlInterpolate_DBIConnection.R' 'sqlParseVariables.R'\n'sqlParseVariables_DBIConnection.R' 'summary.R'\n'summary_DBIObject.R' 'transactions.R'", "NeedsCompilation": "no", - "Packaged": "2021-12-19 20:43:28 UTC; kirill", + "Packaged": "2022-06-18 01:24:38 UTC; kirill", "Author": "R Special Interest Group on Databases (R-SIG-DB) [aut],\nHadley Wickham [aut],\nKirill Müller [aut, cre] (),\nR Consortium [fnd]", "Maintainer": "Kirill Müller ", "Repository": "CRAN", - "Date/Publication": "2021-12-20 08:32:06 UTC", - "Built": "R 4.2.0; ; 2022-06-16 00:45:26 UTC; windows" + "Date/Publication": "2022-06-18 07:10:15 UTC", + "Built": "R 4.2.2; ; 2022-12-27 01:28:00 UTC; windows" } }, "DT": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "DT", "Type": "Package", "Title": "A Wrapper of the JavaScript Library 'DataTables'", - "Version": "0.23", - "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(\"RStudio, PBC\", role = \"cph\")\n)", + "Version": "0.28", + "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(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\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, testit", + "Suggests": "knitr (>= 1.8), rmarkdown, shiny (>= 1.6), bslib, future,\ntestit, tibble", "VignetteBuilder": "knitr", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.3", "Encoding": "UTF-8", "NeedsCompilation": "no", - "Packaged": "2022-05-10 20:37:22 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],\nRStudio, PBC [cph]", - "Repository": "CRAN", - "Date/Publication": "2022-05-10 21:20:02 UTC", - "Built": "R 4.2.1; ; 2022-07-24 02:29:33 UTC; windows" + "Packaged": "2023-05-17 13:56:11 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],\nPosit Software, PBC [cph, fnd]", + "Repository": "RSPM", + "Date/Publication": "2023-05-18 11:22:37 UTC", + "Built": "R 4.2.0; ; 2023-05-19 11:41:46 UTC; windows" } }, "MASS": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "MASS", "Priority": "recommended", - "Version": "7.3-57", - "Date": "2022-04-05", - "Revision": "$Rev: 3564 $", - "Depends": "R (>= 3.3.0), grDevices, graphics, stats, utils", + "Version": "7.3-60", + "Date": "2023-05-02", + "Revision": "$Rev: 3621 $", + "Depends": "R (>= 4.0), grDevices, graphics, stats, utils", "Imports": "methods", "Suggests": "lattice, nlme, nnet, survival", "Authors@R": "c(person(\"Brian\", \"Ripley\", role = c(\"aut\", \"cre\", \"cph\"),\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\"))", @@ -137,60 +162,56 @@ "URL": "http://www.stats.ox.ac.uk/pub/MASS4/", "Contact": "", "NeedsCompilation": "yes", - "Packaged": "2022-04-19 04:13:16 UTC; ripley", + "Packaged": "2023-05-02 16:42:41 UTC; ripley", "Author": "Brian Ripley [aut, cre, cph],\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": "2022-04-22 11:45:27 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-06-23 09:39:57 UTC; windows", + "Date/Publication": "2023-05-04 07:32:21 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-06 01:12:37 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "Matrix": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "Matrix", - "Version": "1.4-1", - "Date": "2022-03-21", + "Version": "1.6-0", + "Date": "2023-06-30", "Priority": "recommended", "Title": "Sparse and Dense Matrix Classes and Methods", + "Description": "A rich hierarchy of sparse and dense matrix classes,\nincluding general, triangular, symmetric, and diagonal matrices\nwith numeric, logical, or pattern entries. Efficient methods for\noperating on such matrices, often wrapping the 'BLAS', 'LAPACK',\nand 'SuiteSparse' libraries.", + "License": "GPL (>= 2) | file LICENCE", + "URL": "https://Matrix.R-forge.R-project.org", + "BugReports": "https://R-forge.R-project.org/tracker/?atid=294&group_id=61", "Contact": "Matrix-authors@R-project.org", - "Maintainer": "Martin Maechler ", - "Authors@R": "c(person(\"Douglas\",\"Bates\", role=\"aut\")\n, person(\"Martin\",\"Maechler\", role = c(\"aut\",\"cre\"), email=\"mmaechler+Matrix@gmail.com\",\ncomment = c(ORCID = \"0000-0002-8685-9910\"))\n, person(\"Mikael\", \"Jagan\", role=\"aut\",\ncomment = \"new 'packedMatrix' class plus subset/diag/.. methods in C\")\n, person(\"Timothy A.\", \"Davis\", role=\"ctb\",\ncomment = c(\"SuiteSparse and 'cs' C libraries, notably CHOLMOD, AMD;\ncollaborators listed in\ndir(pattern = '^[A-Z]+[.]txt$', full.names=TRUE,\nsystem.file('doc', 'SuiteSparse', package='Matrix'))\"))\n, person(\"Jens\", \"Oehlschlägel\", role=\"ctb\", comment=\"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\", comment=\"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)", - "Imports": "methods, graphics, grid, stats, utils, lattice", - "Suggests": "expm, MASS", - "Enhances": "MatrixModels, graph, SparseM, sfsmisc, igraph, maptools, sp,\nspdep", - "EnhancesNote": "line 2: for \"Rd xrefs\"", - "Encoding": "UTF-8", + "Authors@R": "c(person(\"Douglas\", \"Bates\", role = \"aut\",\ncomment = c(ORCID = \"0000-0001-8316-9503\")),\nperson(\"Martin\", \"Maechler\", role = c(\"aut\", \"cre\"),\nemail = \"mmaechler+Matrix@gmail.com\",\ncomment = c(ORCID = \"0000-0002-8685-9910\")),\nperson(\"Mikael\", \"Jagan\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-3542-2938\")),\nperson(\"Timothy A.\", \"Davis\", role = \"ctb\",\ncomment = c(ORCID = \"0000-0001-7614-6899\",\n\"SuiteSparse libraries, notably CHOLMOD and AMD\",\n\"collaborators listed in dir(pattern=\\\"^[A-Z]+[.]txt$\\\", full.names=TRUE, system.file(\\\"doc\\\", \\\"SuiteSparse\\\", package=\\\"Matrix\\\"))\")),\nperson(\"Jens\", \"Oehlschlägel\", role = \"ctb\",\ncomment = \"initial nearPD()\"),\nperson(\"Jason\", \"Riedy\", role = \"ctb\",\ncomment = c(ORCID = \"0000-0002-4345-4200\",\n\"GNU Octave's condest() and onenormest()\",\n\"Copyright: Regents of the University of California\")),\nperson(\"R Core Team\", role = \"ctb\",\ncomment = \"base R's matrix implementation\"))", + "Depends": "R (>= 3.5.0), methods", + "Imports": "grDevices, graphics, grid, lattice, stats, utils", + "Suggests": "MASS, datasets, sfsmisc", + "Enhances": "SparseM, graph", "LazyData": "no", - "LazyDataNote": "not possible, since we use data/*.R *and* our classes", + "LazyDataNote": "not possible, since we use data/*.R and our S4 classes", "BuildResaveData": "no", - "License": "GPL (>= 2) | file LICENCE", - "URL": "https://Matrix.R-forge.R-project.org/,\nhttps://Matrix.R-forge.R-project.org/doxygen/", - "BugReports": "https://R-forge.R-project.org/tracker/?atid=294?group_id=61", - "Author": "Douglas Bates [aut],\nMartin Maechler [aut, cre] (),\nMikael Jagan [aut] (new 'packedMatrix' class plus subset/diag/..\nmethods in C),\nTimothy A. Davis [ctb] (SuiteSparse and 'cs' C libraries, notably\nCHOLMOD, AMD; collaborators listed in dir(pattern =\n'^[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", - "Repository/R-Forge/Project": "matrix", - "Repository/R-Forge/Revision": "3446", - "Repository/R-Forge/DateTimeStamp": "2022-03-21 17:52:00", - "Date/Publication": "2022-03-23 16:30:08 UTC", + "Encoding": "UTF-8", "NeedsCompilation": "yes", - "Packaged": "2022-03-21 18:13:03 UTC; rforge", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-06-23 09:40:54 UTC; windows", + "Packaged": "2023-07-03 13:28:32 UTC; maechler", + "Author": "Douglas Bates [aut] (),\nMartin Maechler [aut, cre] (),\nMikael Jagan [aut] (),\nTimothy A. Davis [ctb] (,\nSuiteSparse libraries, notably CHOLMOD and AMD, collaborators\nlisted in dir(pattern=\"^[A-Z]+[.]txt$\", full.names=TRUE,\nsystem.file(\"doc\", \"SuiteSparse\", package=\"Matrix\"))),\nJens Oehlschlägel [ctb] (initial nearPD()),\nJason Riedy [ctb] (, GNU\nOctave's condest() and onenormest(), Copyright: Regents of the\nUniversity of California),\nR Core Team [ctb] (base R's matrix implementation)", + "Maintainer": "Martin Maechler ", + "Repository": "RSPM", + "Date/Publication": "2023-07-08 11:00:09 UTC", + "Built": "R 4.2.0; x86_64-w64-mingw32; 2023-07-10 11:30:10 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "R.methodsS3": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "R.methodsS3", - "Version": "1.8.1", + "Version": "1.8.2", "Depends": "R (>= 2.13.0)", "Imports": "utils", "Suggests": "codetools", @@ -204,19 +225,19 @@ "URL": "https://github.com/HenrikBengtsson/R.methodsS3", "BugReports": "https://github.com/HenrikBengtsson/R.methodsS3/issues", "NeedsCompilation": "no", - "Packaged": "2020-08-24 14:42:23 UTC; hb", + "Packaged": "2022-06-13 18:23:35 UTC; hb", "Repository": "CRAN", - "Date/Publication": "2020-08-26 16:20:06 UTC", - "Built": "R 4.2.0; ; 2022-04-24 01:19:46 UTC; windows" + "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://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "R.oo", - "Version": "1.24.0", - "Depends": "R (>= 2.13.0), R.methodsS3 (>= 1.8.0)", + "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", @@ -229,21 +250,21 @@ "URL": "https://github.com/HenrikBengtsson/R.oo", "BugReports": "https://github.com/HenrikBengtsson/R.oo/issues", "NeedsCompilation": "no", - "Packaged": "2020-08-24 16:24:06 UTC; hb", + "Packaged": "2022-06-12 00:26:52 UTC; hb", "Repository": "CRAN", - "Date/Publication": "2020-08-26 16:11:58 UTC", - "Built": "R 4.2.0; ; 2022-04-24 01:53:33 UTC; windows" + "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://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "R.utils", - "Version": "2.11.0", - "Depends": "R (>= 2.14.0), R.oo (>= 1.24.0)", - "Imports": "methods, utils, tools, R.methodsS3 (>= 1.8.1)", - "Suggests": "digest (>= 0.6.10)", + "Version": "2.12.2", + "Depends": "R (>= 2.14.0), R.oo", + "Imports": "methods, utils, tools, R.methodsS3", + "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]", @@ -251,18 +272,18 @@ "Description": "Utility functions useful when programming and developing R packages.", "License": "LGPL (>= 2.1)", "LazyLoad": "TRUE", - "URL": "https://github.com/HenrikBengtsson/R.utils", + "URL": "https://henrikbengtsson.github.io/R.utils/,\nhttps://github.com/HenrikBengtsson/R.utils", "BugReports": "https://github.com/HenrikBengtsson/R.utils/issues", "NeedsCompilation": "no", - "Packaged": "2021-09-26 07:18:48 UTC; hb", + "Packaged": "2022-11-11 18:51:45 UTC; hb", "Repository": "CRAN", - "Date/Publication": "2021-09-26 08:30:02 UTC", - "Built": "R 4.2.0; ; 2022-06-23 01:01:26 UTC; windows" + "Date/Publication": "2022-11-11 22:00:03 UTC", + "Built": "R 4.2.2; ; 2022-12-25 01:44:06 UTC; windows" } }, "R6": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "R6", "Title": "Encapsulated Classes with Reference Semantics", @@ -287,7 +308,7 @@ }, "RColorBrewer": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "RColorBrewer", "Version": "1.1-3", @@ -308,68 +329,100 @@ }, "RSQLite": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "RSQLite", "Title": "SQLite Interface for R", - "Version": "2.2.14", - "Date": "2022-05-05", - "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 = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\"),\nperson(given = c(\"David\", \"A.\"),\nfamily = \"James\",\nrole = \"aut\"),\nperson(given = \"Seth\",\nfamily = \"Falcon\",\nrole = \"aut\"),\nperson(given = \"D. Richard\",\nfamily = \"Hipp\",\nrole = \"ctb\",\ncomment = \"for the included SQLite sources\"),\nperson(given = \"Dan\",\nfamily = \"Kennedy\",\nrole = \"ctb\",\ncomment = \"for the included SQLite sources\"),\nperson(given = \"Joe\",\nfamily = \"Mistachkin\",\nrole = \"ctb\",\ncomment = \"for the included SQLite sources\"),\nperson(family = \"SQLite Authors\",\nrole = \"ctb\",\ncomment = \"for the included SQLite sources\"),\nperson(given = \"Liam\",\nfamily = \"Healy\",\nrole = \"ctb\",\ncomment = \"for the included SQLite sources\"),\nperson(given = \"R Consortium\",\nrole = \"fnd\"),\nperson(family = \"RStudio\",\nrole = \"cph\"))", - "Description": "Embeds the SQLite database engine in R and\nprovides an interface compliant with the DBI package. The source for\nthe SQLite engine and for various extensions in a recent version is\nincluded. System libraries will never be consulted because\nthis package relies on static linking for the plugins it includes;\nthis also ensures a consistent experience across all installations.", + "Version": "2.3.1", + "Date": "2023-04-03", + "Authors@R": "c(\nperson(\"Kirill\", \"Müller\", , \"kirill@cynkra.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-1416-3412\")),\nperson(\"Hadley\", \"Wickham\", role = \"aut\"),\nperson(c(\"David\", \"A.\"), \"James\", role = \"aut\"),\nperson(\"Seth\", \"Falcon\", role = \"aut\"),\nperson(\"D. Richard\", \"Hipp\", role = \"ctb\",\ncomment = \"for the included SQLite sources\"),\nperson(\"Dan\", \"Kennedy\", role = \"ctb\",\ncomment = \"for the included SQLite sources\"),\nperson(\"Joe\", \"Mistachkin\", role = \"ctb\",\ncomment = \"for the included SQLite sources\"),\nperson(, \"SQLite Authors\", role = \"ctb\",\ncomment = \"for the included SQLite sources\"),\nperson(\"Liam\", \"Healy\", role = \"ctb\",\ncomment = \"for the included SQLite sources\"),\nperson(\"R Consortium\", role = \"fnd\"),\nperson(, \"RStudio\", role = \"cph\")\n)", + "Description": "Embeds the SQLite database engine in R and provides an\ninterface compliant with the DBI package. The source for the SQLite\nengine and for various extensions in a recent version is included.\nSystem libraries will never be consulted because this package relies\non static linking for the plugins it includes; this also ensures a\nconsistent experience across all installations.", "License": "LGPL (>= 2.1)", "URL": "https://rsqlite.r-dbi.org, https://github.com/r-dbi/RSQLite", "BugReports": "https://github.com/r-dbi/RSQLite/issues", "Depends": "R (>= 3.1.0)", - "Imports": "bit64, blob (>= 1.2.0), DBI (>= 1.1.0), memoise, methods,\npkgconfig, Rcpp (>= 1.0.7)", - "Suggests": "callr, DBItest (>= 1.7.0), gert, gh, knitr, rmarkdown, hms,\nrvest, testthat, xml2", - "LinkingTo": "plogr (>= 0.2.0), Rcpp", + "Imports": "bit64, blob (>= 1.2.0), DBI (>= 1.1.0), memoise, methods,\npkgconfig", + "Suggests": "callr, DBItest (>= 1.7.2.9001), gert, gh, hms, knitr,\nmagrittr, rmarkdown, rvest, testthat (>= 3.0.0), withr, xml2", + "LinkingTo": "plogr (>= 0.2.0), cpp11 (>= 0.4.0)", "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", - "Collate": "'RcppExports.R' 'SQLiteConnection.R'\n'SQLKeywords_SQLiteConnection.R' 'SQLiteDriver.R' 'SQLite.R'\n'SQLiteResult.R' 'coerce.R' 'compatRowNames.R' 'copy.R'\n'datasetsDb.R' 'dbAppendTable_SQLiteConnection.R'\n'dbBeginTransaction.R' 'dbBegin_SQLiteConnection.R'\n'dbBind_SQLiteResult.R' 'dbClearResult_SQLiteResult.R'\n'dbColumnInfo_SQLiteResult.R' 'dbCommit_SQLiteConnection.R'\n'dbConnect_SQLiteConnection.R' 'dbConnect_SQLiteDriver.R'\n'dbDataType_SQLiteConnection.R' 'dbDataType_SQLiteDriver.R'\n'dbDisconnect_SQLiteConnection.R'\n'dbExistsTable_SQLiteConnection_character.R'\n'dbFetch_SQLiteResult.R' 'dbGetException_SQLiteConnection.R'\n'dbGetInfo_SQLiteConnection.R' 'dbGetInfo_SQLiteDriver.R'\n'dbGetPreparedQuery.R'\n'dbGetPreparedQuery_SQLiteConnection_character_data.frame.R'\n'dbGetRowCount_SQLiteResult.R'\n'dbGetRowsAffected_SQLiteResult.R'\n'dbGetStatement_SQLiteResult.R' 'dbHasCompleted_SQLiteResult.R'\n'dbIsValid_SQLiteConnection.R' 'dbIsValid_SQLiteDriver.R'\n'dbIsValid_SQLiteResult.R' 'dbListResults_SQLiteConnection.R'\n'dbListTables_SQLiteConnection.R'\n'dbQuoteIdentifier_SQLiteConnection_SQL.R'\n'dbQuoteIdentifier_SQLiteConnection_character.R'\n'dbReadTable_SQLiteConnection_character.R'\n'dbRemoveTable_SQLiteConnection_character.R'\n'dbRollback_SQLiteConnection.R' 'dbSendPreparedQuery.R'\n'dbSendPreparedQuery_SQLiteConnection_character_data.frame.R'\n'dbSendQuery_SQLiteConnection_character.R'\n'dbUnloadDriver_SQLiteDriver.R'\n'dbUnquoteIdentifier_SQLiteConnection_SQL.R'\n'dbWriteTable_SQLiteConnection_character_character.R'\n'dbWriteTable_SQLiteConnection_character_data.frame.R'\n'db_bind.R' 'deprecated.R' 'export.R' 'fetch_SQLiteResult.R'\n'initExtension.R' 'initRegExp.R'\n'isSQLKeyword_SQLiteConnection_character.R'\n'make.db.names_SQLiteConnection_character.R' 'names.R'\n'pkgconfig.R' 'show_SQLiteConnection.R'\n'sqlData_SQLiteConnection.R' 'table.R' 'transactions.R'\n'utils.R' 'zzz.R'", "Config/autostyle/scope": "line_breaks", "Config/autostyle/strict": "false", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "Collate": "'SQLiteConnection.R' 'SQLKeywords_SQLiteConnection.R'\n'SQLiteDriver.R' 'SQLite.R' 'SQLiteResult.R' 'coerce.R'\n'compatRowNames.R' 'copy.R' 'cpp11.R' 'datasetsDb.R'\n'dbAppendTable_SQLiteConnection.R' 'dbBeginTransaction.R'\n'dbBegin_SQLiteConnection.R' 'dbBind_SQLiteResult.R'\n'dbClearResult_SQLiteResult.R' 'dbColumnInfo_SQLiteResult.R'\n'dbCommit_SQLiteConnection.R' 'dbConnect_SQLiteConnection.R'\n'dbConnect_SQLiteDriver.R' 'dbDataType_SQLiteConnection.R'\n'dbDataType_SQLiteDriver.R' 'dbDisconnect_SQLiteConnection.R'\n'dbExistsTable_SQLiteConnection_character.R'\n'dbFetch_SQLiteResult.R' 'dbGetException_SQLiteConnection.R'\n'dbGetInfo_SQLiteConnection.R' 'dbGetInfo_SQLiteDriver.R'\n'dbGetPreparedQuery.R'\n'dbGetPreparedQuery_SQLiteConnection_character_data.frame.R'\n'dbGetRowCount_SQLiteResult.R'\n'dbGetRowsAffected_SQLiteResult.R'\n'dbGetStatement_SQLiteResult.R' 'dbHasCompleted_SQLiteResult.R'\n'dbIsValid_SQLiteConnection.R' 'dbIsValid_SQLiteDriver.R'\n'dbIsValid_SQLiteResult.R' 'dbListResults_SQLiteConnection.R'\n'dbListTables_SQLiteConnection.R'\n'dbQuoteIdentifier_SQLiteConnection_SQL.R'\n'dbQuoteIdentifier_SQLiteConnection_character.R'\n'dbReadTable_SQLiteConnection_character.R'\n'dbRemoveTable_SQLiteConnection_character.R'\n'dbRollback_SQLiteConnection.R' 'dbSendPreparedQuery.R'\n'dbSendPreparedQuery_SQLiteConnection_character_data.frame.R'\n'dbSendQuery_SQLiteConnection_character.R'\n'dbUnloadDriver_SQLiteDriver.R'\n'dbUnquoteIdentifier_SQLiteConnection_SQL.R'\n'dbWriteTable_SQLiteConnection_character_character.R'\n'dbWriteTable_SQLiteConnection_character_data.frame.R'\n'db_bind.R' 'deprecated.R' 'export.R' 'fetch_SQLiteResult.R'\n'initExtension.R' 'initRegExp.R'\n'isSQLKeyword_SQLiteConnection_character.R'\n'make.db.names_SQLiteConnection_character.R' 'names.R'\n'pkgconfig.R' 'show_SQLiteConnection.R'\n'sqlData_SQLiteConnection.R' 'table.R' 'transactions.R'\n'utils.R' 'version.R' 'zzz.R'", "NeedsCompilation": "yes", - "Packaged": "2022-05-07 11:29:39 UTC; kirill", + "Packaged": "2023-04-03 09:39:54 UTC; kirill", "Author": "Kirill Müller [aut, cre] (),\nHadley Wickham [aut],\nDavid A. James [aut],\nSeth Falcon [aut],\nD. Richard Hipp [ctb] (for the included SQLite sources),\nDan Kennedy [ctb] (for the included SQLite sources),\nJoe Mistachkin [ctb] (for the included SQLite sources),\nSQLite Authors [ctb] (for the included SQLite sources),\nLiam Healy [ctb] (for the included SQLite sources),\nR Consortium [fnd],\nRStudio [cph]", - "Maintainer": "Kirill Müller ", - "Repository": "CRAN", - "Date/Publication": "2022-05-07 12:20:02 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-10 03:18:54 UTC; windows", + "Maintainer": "Kirill Müller ", + "Repository": "RSPM", + "Date/Publication": "2023-04-03 11:40:02 UTC", + "Built": "R 4.2.0; x86_64-w64-mingw32; 2023-07-21 11:29:36 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "Rcpp": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "Rcpp", "Title": "Seamless R and C++ Integration", - "Version": "1.0.8.3", - "Date": "2022-03-13", + "Version": "1.0.11", + "Date": "2023-07-03", "Author": "Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,\nNathan Russell, Inaki Ucar, Douglas Bates and John Chambers", "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": "http://www.rcpp.org, https://dirk.eddelbuettel.com/code/rcpp.html,\nhttps://github.com/RcppCore/Rcpp", + "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", + "Encoding": "UTF-8", + "NeedsCompilation": "yes", + "Packaged": "2023-07-03 15:56:55 UTC; edd", + "Repository": "CRAN", + "Date/Publication": "2023-07-06 07:33:14 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-04 01:12:04 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "anytime": { + "Source": "CRAN", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", + "description": { + "Package": "anytime", + "Type": "Package", + "Title": "Anything to 'POSIXct' or 'Date' Converter", + "Version": "0.3.9", + "Date": "2020-08-26", + "Author": "Dirk Eddelbuettel", + "Maintainer": "Dirk Eddelbuettel ", + "Description": "Convert input in any one of character, integer, numeric, factor,\nor ordered type into 'POSIXct' (or 'Date') objects, using one of a number of\npredefined formats, and relying on Boost facilities for date and time parsing.", + "URL": "http://dirk.eddelbuettel.com/code/anytime.html", + "BugReports": "https://github.com/eddelbuettel/anytime/issues", + "License": "GPL (>= 2)", + "Encoding": "UTF-8", + "Depends": "R (>= 3.2.0)", + "Imports": "Rcpp (>= 0.12.9)", + "LinkingTo": "Rcpp (>= 0.12.9), BH", + "Suggests": "tinytest (>= 1.0.0), gettz", + "RoxygenNote": "6.0.1", "NeedsCompilation": "yes", - "Packaged": "2022-03-13 17:40:34 UTC; edd", + "Packaged": "2020-08-26 17:46:45.898451 UTC; edd", "Repository": "CRAN", - "Date/Publication": "2022-03-17 08:30:10 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-07 00:54:50 UTC; windows", + "Date/Publication": "2020-08-27 11:40:21 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-10-09 01:35:56 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "askpass": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "askpass", "Type": "Package", @@ -399,7 +452,7 @@ }, "assertthat": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "assertthat", "Title": "Easy Pre and Post Assertions", @@ -422,35 +475,37 @@ }, "attachment": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "attachment", "Title": "Deal with Dependencies", - "Version": "0.2.5", - "Authors@R": "c(person(given = \"Sébastien\",\nfamily = \"Rochette\",\nrole = c(\"cre\", \"aut\"),\nemail = \"sebastien@thinkr.fr\",\ncomment = c(ORCID = \"0000-0002-1565-9313\")),\nperson(given = \"Vincent\",\nfamily = \"Guyader\",\nrole = c(\"aut\"),\nemail = \"vincent@thinkr.fr\",\ncomment = c(ORCID = \"0000-0003-0671-9270\",\n\"previous maintainer\")),\nperson(given = \"ThinkR\",\nrole = c(\"cph\", \"fnd\")))", - "Description": "Tools to help manage dependencies during package\ndevelopment. This can retrieve all dependencies that are used in R\nfiles in the \"R\" directory, in Rmd files in \"vignettes\" directory and\nin 'roxygen2' documentation of functions. There is a function to\nupdate the Description file of your package and a function to create a\nfile with the R commands to install all dependencies of your package.\nAll functions to retrieve dependencies of R scripts and Rmd files can\nbe used independently of a package development.", + "Version": "0.4.0", + "Authors@R": "c(\nperson(\"Sébastien\", \"Rochette\", , \"sebastien@thinkr.fr\", role = c(\"cre\", \"aut\"),\ncomment = c(ORCID = \"0000-0002-1565-9313\")),\nperson(\"Vincent\", \"Guyader\", , \"vincent@thinkr.fr\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-0671-9270\", \"previous maintainer\")),\nperson(\"Murielle\", \"Delmotte\", , \"murielle@thinkr.fr\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-1339-2424\")),\nperson(\"Swann\", \"Floc'hlay\", , \"swann@thinkr.fr\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-1477-830X\")),\nperson(\"ThinkR\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Manage dependencies during package development. This can\nretrieve all dependencies that are used in \".R\" files in the \"R/\"\ndirectory, in \".Rmd\" files in \"vignettes/\" directory and in 'roxygen2'\ndocumentation of functions. There is a function to update the\n\"DESCRIPTION\" file of your package with 'CRAN' packages or any other\nremote package. All functions to retrieve dependencies of \".R\"\nscripts and \".Rmd\" or \".qmd\" files can be used independently of a\npackage development.", "License": "GPL-3", - "URL": "https://thinkr-open.github.io/attachment/,\nhttps://github.com/Thinkr-open/attachment", - "BugReports": "https://github.com/Thinkr-open/attachment/issues", + "URL": "https://thinkr-open.github.io/attachment/,\nhttps://github.com/ThinkR-open/attachment", + "BugReports": "https://github.com/ThinkR-open/attachment/issues", "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", + "Config/fusen/version": "0.5.0.9000", + "Config/Needs/website": "ThinkR-open/thinkrtemplate", "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", "Depends": "R (>= 3.4)", - "Imports": "cli, desc (>= 1.2.0), glue (>= 1.3.0), knitr (>= 1.20),\nmagrittr (>= 1.5), rmarkdown (>= 1.10), roxygen2, stats,\nstringr (>= 1.3.1), utils, withr", + "Imports": "cli, desc (>= 1.2.0), glue (>= 1.3.0), knitr (>= 1.20),\nmagrittr (>= 1.5), rmarkdown (>= 1.10), roxygen2, stats,\nstringr (>= 1.3.1), utils, withr, yaml", "Suggests": "lifecycle, renv (>= 0.8.4), rstudioapi, testthat (>= 3.0.0)", "NeedsCompilation": "no", - "Packaged": "2022-05-15 12:14:28 UTC; srochett", - "Author": "Sébastien Rochette [cre, aut] (),\nVincent Guyader [aut] (,\nprevious maintainer),\nThinkR [cph, fnd]", + "Packaged": "2023-05-31 08:01:08 UTC; srochett", + "Author": "Sébastien Rochette [cre, aut] (),\nVincent Guyader [aut] (,\nprevious maintainer),\nMurielle Delmotte [aut] (),\nSwann Floc'hlay [aut] (),\nThinkR [cph, fnd]", "Maintainer": "Sébastien Rochette ", "Repository": "CRAN", - "Date/Publication": "2022-05-15 12:40:01 UTC", - "Built": "R 4.2.1; ; 2022-07-24 03:42:12 UTC; windows" + "Date/Publication": "2023-05-31 17:10:02 UTC", + "Built": "R 4.2.3; ; 2023-09-06 02:45:27 UTC; windows" } }, "attempt": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "attempt", "Title": "Tools for Defensive Programming", @@ -476,7 +531,7 @@ }, "backports": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "backports", "Type": "Package", @@ -504,7 +559,7 @@ }, "base64enc": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "base64enc", "Version": "0.1-3", @@ -527,41 +582,41 @@ }, "billboarder": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "billboarder", "Title": "Create Interactive Chart with the JavaScript 'Billboard' Library", - "Version": "0.3.1", - "Authors@R": "c(\nperson(\"Victor\", \"Perrier\", email = \"victor.perrier@dreamrs.fr\", role = c(\"aut\", \"cre\")),\nperson(\"Fanny\", \"Meyer\", email = \"fanny.meyer@dreamrs.fr\", role = c(\"aut\")),\nperson(\"NAVER Corp\", role = \"cph\", comment = \"billboard.js library\"),\nperson(\"Mike\", \"Bostock\", role = \"cph\", comment = \"d3.format library\"))", + "Version": "0.4.0", + "Authors@R": "c(\nperson(\"Victor\", \"Perrier\", email = \"victor.perrier@dreamrs.fr\", role = c(\"aut\", \"cre\")),\nperson(\"Fanny\", \"Meyer\", role = \"aut\"),\nperson(\"NAVER Corp\", role = \"cph\", comment = \"billboard.js library\"),\nperson(\"Mike\", \"Bostock\", role = \"cph\", comment = \"d3.format library\"))", "Description": "Provides an 'htmlwidgets' interface to 'billboard.js',\na re-usable easy interface JavaScript chart library, based on D3 v4+.\nChart types include line charts, scatterplots, bar/lollipop charts, histogram/density plots, pie/donut charts and gauge charts.\nAll charts are interactive, and a proxy method is implemented to smoothly update a chart without rendering it again in 'shiny' apps.", - "URL": "https://github.com/dreamRs/billboarder", + "URL": "https://github.com/dreamRs/billboarder,\nhttps://dreamrs.github.io/billboarder/", "BugReports": "https://github.com/dreamRs/billboarder/issues", "Depends": "R (>= 3.1.0)", "License": "MIT + file LICENSE", "Encoding": "UTF-8", "LazyData": "true", - "RoxygenNote": "7.1.1", + "RoxygenNote": "7.2.1", "Imports": "htmlwidgets, htmltools, magrittr, jsonlite, ggplot2, scales,\nshiny, rlang", "Suggests": "RColorBrewer, testthat, knitr, rmarkdown, covr", "VignetteBuilder": "knitr", "NeedsCompilation": "no", - "Packaged": "2021-03-27 21:31:30 UTC; perri", + "Packaged": "2023-01-08 18:37:53 UTC; victor", "Author": "Victor Perrier [aut, cre],\nFanny Meyer [aut],\nNAVER Corp [cph] (billboard.js library),\nMike Bostock [cph] (d3.format library)", "Maintainer": "Victor Perrier ", - "Repository": "CRAN", - "Date/Publication": "2021-03-27 21:50:02 UTC", - "Built": "R 4.2.2; ; 2022-12-27 05:01:52 UTC; windows" + "Repository": "RSPM", + "Date/Publication": "2023-01-08 19:00:06 UTC", + "Built": "R 4.2.0; ; 2023-01-09 12:42:51 UTC; windows" } }, "bit": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "bit", "Type": "Package", "Title": "Classes and Methods for Fast Memory-Efficient Boolean Selections", - "Version": "4.0.4", - "Date": "2020-08-03", + "Version": "4.0.5", + "Date": "2022-11-13", "Author": "Jens Oehlschlägel [aut, cre], Brian Ripley [ctb]", "Maintainer": "Jens Oehlschlägel ", "Depends": "R (>= 2.9.2)", @@ -573,19 +628,19 @@ "Encoding": "UTF-8", "URL": "https://github.com/truecluster/bit", "VignetteBuilder": "knitr, rmarkdown", - "RoxygenNote": "7.1.0.9000", + "RoxygenNote": "7.2.0", "NeedsCompilation": "yes", - "Packaged": "2020-08-03 12:14:34 UTC; jo", + "Packaged": "2022-11-13 21:22:09 UTC; jo", "Repository": "CRAN", - "Date/Publication": "2020-08-04 04:20:08 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-24 00:38:39 UTC; windows", + "Date/Publication": "2022-11-15 21:20:16 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-12-27 01:27:10 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "bit64": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "bit64", "Type": "Package", @@ -615,12 +670,12 @@ }, "blob": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "blob", "Title": "A Simple S3 Class for Representing Vectors of Binary Data\n('BLOBS')", - "Version": "1.2.3", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", role = \"aut\"),\nperson(\"Kirill\", \"Müller\", , \"krlmlr+r@mailbox.org\", role = \"cre\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Version": "1.2.4", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", role = \"aut\"),\nperson(\"Kirill\", \"Müller\", , \"kirill@cynkra.com\", role = \"cre\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", "Description": "R's raw vector is useful for storing a single binary object.\nWhat if you want to put a vector of them in a data frame? The 'blob'\npackage provides the blob object, a list of raw vectors, suitable for\nuse as a column in data frame.", "License": "MIT + file LICENSE", "URL": "https://blob.tidyverse.org, https://github.com/tidyverse/blob", @@ -631,41 +686,44 @@ "Config/autostyle/strict": "false", "Config/Needs/website": "tidyverse/tidytemplate", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2022-04-10 05:32:26 UTC; kirill", + "Packaged": "2023-03-17 09:42:50 UTC; kirill", "Author": "Hadley Wickham [aut],\nKirill Müller [cre],\nRStudio [cph, fnd]", - "Maintainer": "Kirill Müller ", + "Maintainer": "Kirill Müller ", "Repository": "CRAN", - "Date/Publication": "2022-04-10 06:22:28 UTC", - "Built": "R 4.2.2; ; 2022-12-27 03:17:07 UTC; windows" + "Date/Publication": "2023-03-17 12:00:06 UTC", + "Built": "R 4.2.3; ; 2023-04-06 03:19:24 UTC; windows" } }, "brew": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { - "Package": "brew", "Type": "Package", + "Package": "brew", "Title": "Templating Framework for Report Generation", - "Version": "1.0-7", - "Date": "2022-02-04", - "Authors@R": "c(person(given=\"Jeffrey\",\nfamily=\"Horner\",\nrole = c(\"aut\", \"cph\")),\nperson(given=\"Greg\",\nfamily=\"Hunt\",\nemail = \"greg@firmansyah.com\",\nrole = c(\"aut\", \"cre\", \"cph\")))", - "Author": "Jeffrey Horner [aut, cph],\nGreg Hunt [aut, cre, cph]", - "Maintainer": "Greg Hunt ", - "Description": "Implements a templating framework for mixing text and\nR code for report generation. brew template syntax is similar\nto PHP, Ruby's erb module, Java Server Pages, and Python's psp\nmodule.", + "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", - "Suggests": "testthat", "NeedsCompilation": "no", - "Packaged": "2022-02-04 10:07:41 UTC; greg", - "Date/Publication": "2022-02-04 11:50:02 UTC", - "Built": "R 4.2.1; ; 2022-07-24 00:38:22 UTC; windows" + "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://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "brio", "Title": "Basic R Input Output", @@ -691,72 +749,72 @@ }, "broom": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Type": "Package", "Package": "broom", "Title": "Convert Statistical Objects into Tidy Tibbles", - "Version": "0.8.0", - "Authors@R": "c(person(given = \"David\",\nfamily = \"Robinson\",\nrole = \"aut\",\nemail = \"admiral.david@gmail.com\"),\nperson(given = \"Alex\",\nfamily = \"Hayes\",\nrole = \"aut\",\nemail = \"alexpghayes@gmail.com\",\ncomment = c(ORCID = \"0000-0002-4985-5160\")),\nperson(given = \"Simon\",\nfamily = \"Couch\",\nrole = c(\"aut\", \"cre\"),\nemail = \"simonpatrickcouch@gmail.com\",\ncomment = c(ORCID = \"0000-0001-5676-5107\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\")),\nperson(given = \"Indrajeet\",\nfamily = \"Patil\",\nrole = \"ctb\",\nemail = \"patilindrajeet.science@gmail.com\",\ncomment = c(ORCID = \"0000-0003-1995-6531\")),\nperson(given = \"Derek\",\nfamily = \"Chiu\",\nrole = \"ctb\",\nemail = \"dchiu@bccrc.ca\"),\nperson(given = \"Matthieu\",\nfamily = \"Gomez\",\nrole = \"ctb\",\nemail = \"mattg@princeton.edu\"),\nperson(given = \"Boris\",\nfamily = \"Demeshev\",\nrole = \"ctb\",\nemail = \"boris.demeshev@gmail.com\"),\nperson(given = \"Dieter\",\nfamily = \"Menne\",\nrole = \"ctb\",\nemail = \"dieter.menne@menne-biomed.de\"),\nperson(given = \"Benjamin\",\nfamily = \"Nutter\",\nrole = \"ctb\",\nemail = \"nutter@battelle.org\"),\nperson(given = \"Luke\",\nfamily = \"Johnston\",\nrole = \"ctb\",\nemail = \"luke.johnston@mail.utoronto.ca\"),\nperson(given = \"Ben\",\nfamily = \"Bolker\",\nrole = \"ctb\",\nemail = \"bolker@mcmaster.ca\"),\nperson(given = \"Francois\",\nfamily = \"Briatte\",\nrole = \"ctb\",\nemail = \"f.briatte@gmail.com\"),\nperson(given = \"Jeffrey\",\nfamily = \"Arnold\",\nrole = \"ctb\",\nemail = \"jeffrey.arnold@gmail.com\"),\nperson(given = \"Jonah\",\nfamily = \"Gabry\",\nrole = \"ctb\",\nemail = \"jsg2201@columbia.edu\"),\nperson(given = \"Luciano\",\nfamily = \"Selzer\",\nrole = \"ctb\",\nemail = \"luciano.selzer@gmail.com\"),\nperson(given = \"Gavin\",\nfamily = \"Simpson\",\nrole = \"ctb\",\nemail = \"ucfagls@gmail.com\"),\nperson(given = \"Jens\",\nfamily = \"Preussner\",\nrole = \"ctb\",\nemail = \" jens.preussner@mpi-bn.mpg.de\"),\nperson(given = \"Jay\",\nfamily = \"Hesselberth\",\nrole = \"ctb\",\nemail = \"jay.hesselberth@gmail.com\"),\nperson(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"ctb\",\nemail = \"hadley@rstudio.com\"),\nperson(given = \"Matthew\",\nfamily = \"Lincoln\",\nrole = \"ctb\",\nemail = \"matthew.d.lincoln@gmail.com\"),\nperson(given = \"Alessandro\",\nfamily = \"Gasparini\",\nrole = \"ctb\",\nemail = \"ag475@leicester.ac.uk\"),\nperson(given = \"Lukasz\",\nfamily = \"Komsta\",\nrole = \"ctb\",\nemail = \"lukasz.komsta@umlub.pl\"),\nperson(given = \"Frederick\",\nfamily = \"Novometsky\",\nrole = \"ctb\"),\nperson(given = \"Wilson\",\nfamily = \"Freitas\",\nrole = \"ctb\"),\nperson(given = \"Michelle\",\nfamily = \"Evans\",\nrole = \"ctb\"),\nperson(given = \"Jason Cory\",\nfamily = \"Brunson\",\nrole = \"ctb\",\nemail = \"cornelioid@gmail.com\"),\nperson(given = \"Simon\",\nfamily = \"Jackson\",\nrole = \"ctb\",\nemail = \"drsimonjackson@gmail.com\"),\nperson(given = \"Ben\",\nfamily = \"Whalley\",\nrole = \"ctb\",\nemail = \"ben.whalley@plymouth.ac.uk\"),\nperson(given = \"Karissa\",\nfamily = \"Whiting\",\nrole = \"ctb\",\nemail = \"karissa.whiting@gmail.com\"),\nperson(given = \"Yves\",\nfamily = \"Rosseel\",\nrole = \"ctb\",\nemail = \"yrosseel@gmail.com\"),\nperson(given = \"Michael\",\nfamily = \"Kuehn\",\nrole = \"ctb\",\nemail = \"mkuehn10@gmail.com\"),\nperson(given = \"Jorge\",\nfamily = \"Cimentada\",\nrole = \"ctb\",\nemail = \"cimentadaj@gmail.com\"),\nperson(given = \"Erle\",\nfamily = \"Holgersen\",\nrole = \"ctb\",\nemail = \"erle.holgersen@gmail.com\"),\nperson(given = \"Karl\",\nfamily = \"Dunkle Werner\",\nrole = \"ctb\",\ncomment = c(ORCID = \"0000-0003-0523-7309\")),\nperson(given = \"Ethan\",\nfamily = \"Christensen\",\nrole = \"ctb\",\nemail = \"christensen.ej@gmail.com\"),\nperson(given = \"Steven\",\nfamily = \"Pav\",\nrole = \"ctb\",\nemail = \"shabbychef@gmail.com\"),\nperson(given = \"Paul\",\nfamily = \"PJ\",\nrole = \"ctb\",\nemail = \"pjpaul.stephens@gmail.com\"),\nperson(given = \"Ben\",\nfamily = \"Schneider\",\nrole = \"ctb\",\nemail = \"benjamin.julius.schneider@gmail.com\"),\nperson(given = \"Patrick\",\nfamily = \"Kennedy\",\nrole = \"ctb\",\nemail = \"pkqstr@protonmail.com\"),\nperson(given = \"Lily\",\nfamily = \"Medina\",\nrole = \"ctb\",\nemail = \"lilymiru@gmail.com\"),\nperson(given = \"Brian\",\nfamily = \"Fannin\",\nrole = \"ctb\",\nemail = \"captain@pirategrunt.com\"),\nperson(given = \"Jason\",\nfamily = \"Muhlenkamp\",\nrole = \"ctb\",\nemail = \"jason.muhlenkamp@gmail.com\"),\nperson(given = \"Matt\",\nfamily = \"Lehman\",\nrole = \"ctb\"),\nperson(given = \"Bill\",\nfamily = \"Denney\",\nrole = \"ctb\",\nemail = \"wdenney@humanpredictions.com\",\ncomment = c(ORCID = \"0000-0002-5759-428X\")),\nperson(given = \"Nic\",\nfamily = \"Crane\",\nrole = \"ctb\"),\nperson(given = \"Andrew\",\nfamily = \"Bates\",\nrole = \"ctb\"),\nperson(given = \"Vincent\",\nfamily = \"Arel-Bundock\",\nrole = \"ctb\",\nemail = \"vincent.arel-bundock@umontreal.ca\",\ncomment = c(ORCID = \"0000-0003-2042-7063\")),\nperson(given = \"Hideaki\",\nfamily = \"Hayashi\",\nrole = \"ctb\"),\nperson(given = \"Luis\",\nfamily = \"Tobalina\",\nrole = \"ctb\"),\nperson(given = \"Annie\",\nfamily = \"Wang\",\nrole = \"ctb\",\nemail = \"anniewang.uc@gmail.com\"),\nperson(given = \"Wei Yang\",\nfamily = \"Tham\",\nrole = \"ctb\",\nemail = \"weiyang.tham@gmail.com\"),\nperson(given = \"Clara\",\nfamily = \"Wang\",\nrole = \"ctb\",\nemail = \"clara.wang.94@gmail.com\"),\nperson(given = \"Abby\",\nfamily = \"Smith\",\nrole = \"ctb\",\nemail = \"als1@u.northwestern.edu\",\ncomment = c(ORCID = \"0000-0002-3207-0375\")),\nperson(given = \"Jasper\",\nfamily = \"Cooper\",\nrole = \"ctb\",\nemail = \"jaspercooper@gmail.com\",\ncomment = c(ORCID = \"0000-0002-8639-3188\")),\nperson(given = \"E Auden\",\nfamily = \"Krauska\",\nrole = \"ctb\",\nemail = \"krauskae@gmail.com\",\ncomment = c(ORCID = \"0000-0002-1466-5850\")),\nperson(given = \"Alex\",\nfamily = \"Wang\",\nrole = \"ctb\",\nemail = \"x249wang@uwaterloo.ca\"),\nperson(given = \"Malcolm\",\nfamily = \"Barrett\",\nrole = \"ctb\",\nemail = \"malcolmbarrett@gmail.com\",\ncomment = c(ORCID = \"0000-0003-0299-5825\")),\nperson(given = \"Charles\",\nfamily = \"Gray\",\nrole = \"ctb\",\nemail = \"charlestigray@gmail.com\",\ncomment = c(ORCID = \"0000-0002-9978-011X\")),\nperson(given = \"Jared\",\nfamily = \"Wilber\",\nrole = \"ctb\"),\nperson(given = \"Vilmantas\",\nfamily = \"Gegzna\",\nrole = \"ctb\",\nemail = \"GegznaV@gmail.com\",\ncomment = c(ORCID = \"0000-0002-9500-5167\")),\nperson(given = \"Eduard\",\nfamily = \"Szoecs\",\nrole = \"ctb\",\nemail = \"eduardszoecs@gmail.com\"),\nperson(given = \"Frederik\",\nfamily = \"Aust\",\nrole = \"ctb\",\nemail = \"frederik.aust@uni-koeln.de\",\ncomment = c(ORCID = \"0000-0003-4900-788X\")),\nperson(given = \"Angus\",\nfamily = \"Moore\",\nrole = \"ctb\",\nemail = \"angusmoore9@gmail.com\"),\nperson(given = \"Nick\",\nfamily = \"Williams\",\nrole = \"ctb\",\nemail = \"ntwilliams.personal@gmail.com\"),\nperson(given = \"Marius\",\nfamily = \"Barth\",\nrole = \"ctb\",\nemail = \"marius.barth.uni.koeln@gmail.com\",\ncomment = c(ORCID = \"0000-0002-3421-6665\")),\nperson(given = \"Bruna\",\nfamily = \"Wundervald\",\nrole = \"ctb\",\nemail = \"brunadaviesw@gmail.com\",\ncomment = c(ORCID = \"0000-0001-8163-220X\")),\nperson(given = \"Joyce\",\nfamily = \"Cahoon\",\nrole = \"ctb\",\nemail = \"joyceyu48@gmail.com\",\ncomment = c(ORCID = \"0000-0001-7217-4702\")),\nperson(given = \"Grant\",\nfamily = \"McDermott\",\nrole = \"ctb\",\nemail = \"grantmcd@uoregon.edu\",\ncomment = c(ORCID = \"0000-0001-7883-8573\")),\nperson(given = \"Kevin\",\nfamily = \"Zarca\",\nrole = \"ctb\",\nemail = \"kevin.zarca@gmail.com\"),\nperson(given = \"Shiro\",\nfamily = \"Kuriwaki\",\nrole = \"ctb\",\nemail = \"shirokuriwaki@gmail.com\",\ncomment = c(ORCID = \"0000-0002-5687-2647\")),\nperson(given = \"Lukas\",\nfamily = \"Wallrich\",\nrole = \"ctb\",\nemail = \"lukas.wallrich@gmail.com\",\ncomment = c(ORCID = \"0000-0003-2121-5177\")),\nperson(given = \"James\",\nfamily = \"Martherus\",\nrole = \"ctb\",\nemail = \"james@martherus.com\",\ncomment = c(ORCID = \"0000-0002-8285-3300\")),\nperson(given = \"Chuliang\",\nfamily = \"Xiao\",\nrole = \"ctb\",\nemail = \"cxiao@umich.edu\",\ncomment = c(ORCID = \"0000-0002-8466-9398\")),\nperson(given = \"Joseph\",\nfamily = \"Larmarange\",\nrole = \"ctb\",\nemail = \"joseph@larmarange.net\"),\nperson(given = \"Max\",\nfamily = \"Kuhn\",\nrole = \"ctb\",\nemail = \"max@rstudio.com\"),\nperson(given = \"Michal\",\nfamily = \"Bojanowski\",\nrole = \"ctb\",\nemail = \"michal2992@gmail.com\"),\nperson(given = \"Hakon\",\nfamily = \"Malmedal\",\nrole = \"ctb\",\nemail = \"hmalmedal@gmail.com\"),\nperson(given = \"Clara\",\nfamily = \"Wang\",\nrole = \"ctb\"),\nperson(given = \"Sergio\",\nfamily = \"Oller\",\nrole = \"ctb\",\nemail = \"sergioller@gmail.com\"),\nperson(given = \"Luke\",\nfamily = \"Sonnet\",\nrole = \"ctb\",\nemail = \"luke.sonnet@gmail.com\"),\nperson(given = \"Jim\",\nfamily = \"Hester\",\nrole = \"ctb\",\nemail = \"jim.hester@rstudio.com\"),\nperson(given = \"Cory\",\nfamily = \"Brunson\",\nrole = \"ctb\",\nemail = \"cornelioid@gmail.com\"),\nperson(given = \"Ben\",\nfamily = \"Schneider\",\nrole = \"ctb\",\nemail = \"benjamin.julius.schneider@gmail.com\"),\nperson(given = \"Bernie\",\nfamily = \"Gray\",\nrole = \"ctb\",\nemail = \"bfgray3@gmail.com\",\ncomment = c(ORCID = \"0000-0001-9190-6032\")),\nperson(given = \"Mara\",\nfamily = \"Averick\",\nrole = \"ctb\",\nemail = \"mara@rstudio.com\"),\nperson(given = \"Aaron\",\nfamily = \"Jacobs\",\nrole = \"ctb\",\nemail = \"atheriel@gmail.com\"),\nperson(given = \"Andreas\",\nfamily = \"Bender\",\nrole = \"ctb\",\nemail = \"bender.at.R@gmail.com\"),\nperson(given = \"Sven\",\nfamily = \"Templer\",\nrole = \"ctb\",\nemail = \"sven.templer@gmail.com\"),\nperson(given = \"Paul-Christian\",\nfamily = \"Buerkner\",\nrole = \"ctb\",\nemail = \"paul.buerkner@gmail.com\"),\nperson(given = \"Matthew\",\nfamily = \"Kay\",\nrole = \"ctb\",\nemail = \"mjskay@umich.edu\"),\nperson(given = \"Erwan\",\nfamily = \"Le Pennec\",\nrole = \"ctb\",\nemail = \"lepennec@gmail.com\"),\nperson(given = \"Johan\",\nfamily = \"Junkka\",\nrole = \"ctb\",\nemail = \"johan.junkka@umu.se\"),\nperson(given = \"Hao\",\nfamily = \"Zhu\",\nrole = \"ctb\",\nemail = \"haozhu233@gmail.com\"),\nperson(given = \"Benjamin\",\nfamily = \"Soltoff\",\nrole = \"ctb\",\nemail = \"soltoffbc@uchicago.edu\"),\nperson(given = \"Zoe\",\nfamily = \"Wilkinson Saldana\",\nrole = \"ctb\",\nemail = \"zoewsaldana@gmail.com\"),\nperson(given = \"Tyler\",\nfamily = \"Littlefield\",\nrole = \"ctb\",\nemail = \"tylurp1@gmail.com\"),\nperson(given = \"Charles T.\",\nfamily = \"Gray\",\nrole = \"ctb\",\nemail = \"charlestigray@gmail.com\"),\nperson(given = \"Shabbh E.\",\nfamily = \"Banks\",\nrole = \"ctb\"),\nperson(given = \"Serina\",\nfamily = \"Robinson\",\nrole = \"ctb\",\nemail = \"robi0916@umn.edu\"),\nperson(given = \"Roger\",\nfamily = \"Bivand\",\nrole = \"ctb\",\nemail = \"Roger.Bivand@nhh.no\"),\nperson(given = \"Riinu\",\nfamily = \"Ots\",\nrole = \"ctb\",\nemail = \"riinuots@gmail.com\"),\nperson(given = \"Nicholas\",\nfamily = \"Williams\",\nrole = \"ctb\",\nemail = \"ntwilliams.personal@gmail.com\"),\nperson(given = \"Nina\",\nfamily = \"Jakobsen\",\nrole = \"ctb\"),\nperson(given = \"Michael\",\nfamily = \"Weylandt\",\nrole = \"ctb\",\nemail = \"michael.weylandt@gmail.com\"),\nperson(given = \"Lisa\",\nfamily = \"Lendway\",\nrole = \"ctb\",\nemail = \"llendway@macalester.edu\"),\nperson(given = \"Karl\",\nfamily = \"Hailperin\",\nrole = \"ctb\",\nemail = \"khailper@gmail.com\"),\nperson(given = \"Josue\",\nfamily = \"Rodriguez\",\nrole = \"ctb\",\nemail = \"jerrodriguez@ucdavis.edu\"),\nperson(given = \"Jenny\",\nfamily = \"Bryan\",\nrole = \"ctb\",\nemail = \"jenny@rstudio.com\"),\nperson(given = \"Chris\",\nfamily = \"Jarvis\",\nrole = \"ctb\",\nemail = \"Christopher1.jarvis@gmail.com\"),\nperson(given = \"Greg\",\nfamily = \"Macfarlane\",\nrole = \"ctb\",\nemail = \"gregmacfarlane@gmail.com\"),\nperson(given = \"Brian\",\nfamily = \"Mannakee\",\nrole = \"ctb\",\nemail = \"bmannakee@gmail.com\"),\nperson(given = \"Drew\",\nfamily = \"Tyre\",\nrole = \"ctb\",\nemail = \"atyre2@unl.edu\"),\nperson(given = \"Shreyas\",\nfamily = \"Singh\",\nrole = \"ctb\",\nemail = \"shreyas.singh.298@gmail.com\"),\nperson(given = \"Laurens\",\nfamily = \"Geffert\",\nrole = \"ctb\",\nemail = \"laurensgeffert@gmail.com\"),\nperson(given = \"Hong\",\nfamily = \"Ooi\",\nrole = \"ctb\",\nemail = \"hongooi@microsoft.com\"),\nperson(given = \"Henrik\",\nfamily = \"Bengtsson\",\nrole = \"ctb\",\nemail = \"henrikb@braju.com\"),\nperson(given = \"Eduard\",\nfamily = \"Szocs\",\nrole = \"ctb\",\nemail = \"eduardszoecs@gmail.com\"),\nperson(given = \"David\",\nfamily = \"Hugh-Jones\",\nrole = \"ctb\",\nemail = \"davidhughjones@gmail.com\"),\nperson(given = \"Matthieu\",\nfamily = \"Stigler\",\nrole = \"ctb\",\nemail = \"Matthieu.Stigler@gmail.com\"),\nperson(given = \"Hugo\",\nfamily = \"Tavares\",\nrole = \"ctb\",\nemail = \"hm533@cam.ac.uk\",\ncomment = c(ORCID = \"0000-0001-9373-2726\")),\nperson(given = \"R. Willem\",\nfamily = \"Vervoort\",\nrole = \"ctb\",\nemail = \"Willemvervoort@gmail.com\"),\nperson(given = \"Brenton M.\",\nfamily = \"Wiernik\",\nrole = \"ctb\",\nemail = \"brenton@wiernik.org\"),\nperson(given = \"Josh\",\nfamily = \"Yamamoto\",\nrole = \"ctb\",\nemail = \"joshuayamamoto5@gmail.com\"),\nperson(given = \"Jasme\",\nfamily = \"Lee\",\nrole = \"ctb\"),\nperson(given = \"Taren\",\nfamily = \"Sanders\",\nrole = \"ctb\",\nemail = \"taren.sanders@acu.edu.au\",\ncomment = c(ORCID = \"0000-0002-4504-6008\")),\nperson(given = \"Ilaria\",\nfamily = \"Prosdocimi\",\nrole = \"ctb\",\nemail = \"prosdocimi.ilaria@gmail.com\",\ncomment = c(ORCID = \"0000-0001-8565-094X\")),\nperson(given = \"Daniel D.\",\nfamily = \"Sjoberg\",\nrole = \"ctb\",\nemail = \"danield.sjoberg@gmail.com\",\ncomment = c(ORCID = \"0000-0003-0862-2018\")))", + "Version": "1.0.5", + "Authors@R": "c(person(given = \"David\",\nfamily = \"Robinson\",\nrole = \"aut\",\nemail = \"admiral.david@gmail.com\"),\nperson(given = \"Alex\",\nfamily = \"Hayes\",\nrole = \"aut\",\nemail = \"alexpghayes@gmail.com\",\ncomment = c(ORCID = \"0000-0002-4985-5160\")),\nperson(given = \"Simon\",\nfamily = \"Couch\",\nrole = c(\"aut\", \"cre\"),\nemail = \"simon.couch@posit.co\",\ncomment = c(ORCID = \"0000-0001-5676-5107\")),\nperson(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\nperson(given = \"Indrajeet\",\nfamily = \"Patil\",\nrole = \"ctb\",\nemail = \"patilindrajeet.science@gmail.com\",\ncomment = c(ORCID = \"0000-0003-1995-6531\")),\nperson(given = \"Derek\",\nfamily = \"Chiu\",\nrole = \"ctb\",\nemail = \"dchiu@bccrc.ca\"),\nperson(given = \"Matthieu\",\nfamily = \"Gomez\",\nrole = \"ctb\",\nemail = \"mattg@princeton.edu\"),\nperson(given = \"Boris\",\nfamily = \"Demeshev\",\nrole = \"ctb\",\nemail = \"boris.demeshev@gmail.com\"),\nperson(given = \"Dieter\",\nfamily = \"Menne\",\nrole = \"ctb\",\nemail = \"dieter.menne@menne-biomed.de\"),\nperson(given = \"Benjamin\",\nfamily = \"Nutter\",\nrole = \"ctb\",\nemail = \"nutter@battelle.org\"),\nperson(given = \"Luke\",\nfamily = \"Johnston\",\nrole = \"ctb\",\nemail = \"luke.johnston@mail.utoronto.ca\"),\nperson(given = \"Ben\",\nfamily = \"Bolker\",\nrole = \"ctb\",\nemail = \"bolker@mcmaster.ca\"),\nperson(given = \"Francois\",\nfamily = \"Briatte\",\nrole = \"ctb\",\nemail = \"f.briatte@gmail.com\"),\nperson(given = \"Jeffrey\",\nfamily = \"Arnold\",\nrole = \"ctb\",\nemail = \"jeffrey.arnold@gmail.com\"),\nperson(given = \"Jonah\",\nfamily = \"Gabry\",\nrole = \"ctb\",\nemail = \"jsg2201@columbia.edu\"),\nperson(given = \"Luciano\",\nfamily = \"Selzer\",\nrole = \"ctb\",\nemail = \"luciano.selzer@gmail.com\"),\nperson(given = \"Gavin\",\nfamily = \"Simpson\",\nrole = \"ctb\",\nemail = \"ucfagls@gmail.com\"),\nperson(given = \"Jens\",\nfamily = \"Preussner\",\nrole = \"ctb\",\nemail = \" jens.preussner@mpi-bn.mpg.de\"),\nperson(given = \"Jay\",\nfamily = \"Hesselberth\",\nrole = \"ctb\",\nemail = \"jay.hesselberth@gmail.com\"),\nperson(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"ctb\",\nemail = \"hadley@posit.co\"),\nperson(given = \"Matthew\",\nfamily = \"Lincoln\",\nrole = \"ctb\",\nemail = \"matthew.d.lincoln@gmail.com\"),\nperson(given = \"Alessandro\",\nfamily = \"Gasparini\",\nrole = \"ctb\",\nemail = \"ag475@leicester.ac.uk\"),\nperson(given = \"Lukasz\",\nfamily = \"Komsta\",\nrole = \"ctb\",\nemail = \"lukasz.komsta@umlub.pl\"),\nperson(given = \"Frederick\",\nfamily = \"Novometsky\",\nrole = \"ctb\"),\nperson(given = \"Wilson\",\nfamily = \"Freitas\",\nrole = \"ctb\"),\nperson(given = \"Michelle\",\nfamily = \"Evans\",\nrole = \"ctb\"),\nperson(given = \"Jason Cory\",\nfamily = \"Brunson\",\nrole = \"ctb\",\nemail = \"cornelioid@gmail.com\"),\nperson(given = \"Simon\",\nfamily = \"Jackson\",\nrole = \"ctb\",\nemail = \"drsimonjackson@gmail.com\"),\nperson(given = \"Ben\",\nfamily = \"Whalley\",\nrole = \"ctb\",\nemail = \"ben.whalley@plymouth.ac.uk\"),\nperson(given = \"Karissa\",\nfamily = \"Whiting\",\nrole = \"ctb\",\nemail = \"karissa.whiting@gmail.com\"),\nperson(given = \"Yves\",\nfamily = \"Rosseel\",\nrole = \"ctb\",\nemail = \"yrosseel@gmail.com\"),\nperson(given = \"Michael\",\nfamily = \"Kuehn\",\nrole = \"ctb\",\nemail = \"mkuehn10@gmail.com\"),\nperson(given = \"Jorge\",\nfamily = \"Cimentada\",\nrole = \"ctb\",\nemail = \"cimentadaj@gmail.com\"),\nperson(given = \"Erle\",\nfamily = \"Holgersen\",\nrole = \"ctb\",\nemail = \"erle.holgersen@gmail.com\"),\nperson(given = \"Karl\",\nfamily = \"Dunkle Werner\",\nrole = \"ctb\",\ncomment = c(ORCID = \"0000-0003-0523-7309\")),\nperson(given = \"Ethan\",\nfamily = \"Christensen\",\nrole = \"ctb\",\nemail = \"christensen.ej@gmail.com\"),\nperson(given = \"Steven\",\nfamily = \"Pav\",\nrole = \"ctb\",\nemail = \"shabbychef@gmail.com\"),\nperson(given = \"Paul\",\nfamily = \"PJ\",\nrole = \"ctb\",\nemail = \"pjpaul.stephens@gmail.com\"),\nperson(given = \"Ben\",\nfamily = \"Schneider\",\nrole = \"ctb\",\nemail = \"benjamin.julius.schneider@gmail.com\"),\nperson(given = \"Patrick\",\nfamily = \"Kennedy\",\nrole = \"ctb\",\nemail = \"pkqstr@protonmail.com\"),\nperson(given = \"Lily\",\nfamily = \"Medina\",\nrole = \"ctb\",\nemail = \"lilymiru@gmail.com\"),\nperson(given = \"Brian\",\nfamily = \"Fannin\",\nrole = \"ctb\",\nemail = \"captain@pirategrunt.com\"),\nperson(given = \"Jason\",\nfamily = \"Muhlenkamp\",\nrole = \"ctb\",\nemail = \"jason.muhlenkamp@gmail.com\"),\nperson(given = \"Matt\",\nfamily = \"Lehman\",\nrole = \"ctb\"),\nperson(given = \"Bill\",\nfamily = \"Denney\",\nrole = \"ctb\",\nemail = \"wdenney@humanpredictions.com\",\ncomment = c(ORCID = \"0000-0002-5759-428X\")),\nperson(given = \"Nic\",\nfamily = \"Crane\",\nrole = \"ctb\"),\nperson(given = \"Andrew\",\nfamily = \"Bates\",\nrole = \"ctb\"),\nperson(given = \"Vincent\",\nfamily = \"Arel-Bundock\",\nrole = \"ctb\",\nemail = \"vincent.arel-bundock@umontreal.ca\",\ncomment = c(ORCID = \"0000-0003-2042-7063\")),\nperson(given = \"Hideaki\",\nfamily = \"Hayashi\",\nrole = \"ctb\"),\nperson(given = \"Luis\",\nfamily = \"Tobalina\",\nrole = \"ctb\"),\nperson(given = \"Annie\",\nfamily = \"Wang\",\nrole = \"ctb\",\nemail = \"anniewang.uc@gmail.com\"),\nperson(given = \"Wei Yang\",\nfamily = \"Tham\",\nrole = \"ctb\",\nemail = \"weiyang.tham@gmail.com\"),\nperson(given = \"Clara\",\nfamily = \"Wang\",\nrole = \"ctb\",\nemail = \"clara.wang.94@gmail.com\"),\nperson(given = \"Abby\",\nfamily = \"Smith\",\nrole = \"ctb\",\nemail = \"als1@u.northwestern.edu\",\ncomment = c(ORCID = \"0000-0002-3207-0375\")),\nperson(given = \"Jasper\",\nfamily = \"Cooper\",\nrole = \"ctb\",\nemail = \"jaspercooper@gmail.com\",\ncomment = c(ORCID = \"0000-0002-8639-3188\")),\nperson(given = \"E Auden\",\nfamily = \"Krauska\",\nrole = \"ctb\",\nemail = \"krauskae@gmail.com\",\ncomment = c(ORCID = \"0000-0002-1466-5850\")),\nperson(given = \"Alex\",\nfamily = \"Wang\",\nrole = \"ctb\",\nemail = \"x249wang@uwaterloo.ca\"),\nperson(given = \"Malcolm\",\nfamily = \"Barrett\",\nrole = \"ctb\",\nemail = \"malcolmbarrett@gmail.com\",\ncomment = c(ORCID = \"0000-0003-0299-5825\")),\nperson(given = \"Charles\",\nfamily = \"Gray\",\nrole = \"ctb\",\nemail = \"charlestigray@gmail.com\",\ncomment = c(ORCID = \"0000-0002-9978-011X\")),\nperson(given = \"Jared\",\nfamily = \"Wilber\",\nrole = \"ctb\"),\nperson(given = \"Vilmantas\",\nfamily = \"Gegzna\",\nrole = \"ctb\",\nemail = \"GegznaV@gmail.com\",\ncomment = c(ORCID = \"0000-0002-9500-5167\")),\nperson(given = \"Eduard\",\nfamily = \"Szoecs\",\nrole = \"ctb\",\nemail = \"eduardszoecs@gmail.com\"),\nperson(given = \"Frederik\",\nfamily = \"Aust\",\nrole = \"ctb\",\nemail = \"frederik.aust@uni-koeln.de\",\ncomment = c(ORCID = \"0000-0003-4900-788X\")),\nperson(given = \"Angus\",\nfamily = \"Moore\",\nrole = \"ctb\",\nemail = \"angusmoore9@gmail.com\"),\nperson(given = \"Nick\",\nfamily = \"Williams\",\nrole = \"ctb\",\nemail = \"ntwilliams.personal@gmail.com\"),\nperson(given = \"Marius\",\nfamily = \"Barth\",\nrole = \"ctb\",\nemail = \"marius.barth.uni.koeln@gmail.com\",\ncomment = c(ORCID = \"0000-0002-3421-6665\")),\nperson(given = \"Bruna\",\nfamily = \"Wundervald\",\nrole = \"ctb\",\nemail = \"brunadaviesw@gmail.com\",\ncomment = c(ORCID = \"0000-0001-8163-220X\")),\nperson(given = \"Joyce\",\nfamily = \"Cahoon\",\nrole = \"ctb\",\nemail = \"joyceyu48@gmail.com\",\ncomment = c(ORCID = \"0000-0001-7217-4702\")),\nperson(given = \"Grant\",\nfamily = \"McDermott\",\nrole = \"ctb\",\nemail = \"grantmcd@uoregon.edu\",\ncomment = c(ORCID = \"0000-0001-7883-8573\")),\nperson(given = \"Kevin\",\nfamily = \"Zarca\",\nrole = \"ctb\",\nemail = \"kevin.zarca@gmail.com\"),\nperson(given = \"Shiro\",\nfamily = \"Kuriwaki\",\nrole = \"ctb\",\nemail = \"shirokuriwaki@gmail.com\",\ncomment = c(ORCID = \"0000-0002-5687-2647\")),\nperson(given = \"Lukas\",\nfamily = \"Wallrich\",\nrole = \"ctb\",\nemail = \"lukas.wallrich@gmail.com\",\ncomment = c(ORCID = \"0000-0003-2121-5177\")),\nperson(given = \"James\",\nfamily = \"Martherus\",\nrole = \"ctb\",\nemail = \"james@martherus.com\",\ncomment = c(ORCID = \"0000-0002-8285-3300\")),\nperson(given = \"Chuliang\",\nfamily = \"Xiao\",\nrole = \"ctb\",\nemail = \"cxiao@umich.edu\",\ncomment = c(ORCID = \"0000-0002-8466-9398\")),\nperson(given = \"Joseph\",\nfamily = \"Larmarange\",\nrole = \"ctb\",\nemail = \"joseph@larmarange.net\"),\nperson(given = \"Max\",\nfamily = \"Kuhn\",\nrole = \"ctb\",\nemail = \"max@posit.co\"),\nperson(given = \"Michal\",\nfamily = \"Bojanowski\",\nrole = \"ctb\",\nemail = \"michal2992@gmail.com\"),\nperson(given = \"Hakon\",\nfamily = \"Malmedal\",\nrole = \"ctb\",\nemail = \"hmalmedal@gmail.com\"),\nperson(given = \"Clara\",\nfamily = \"Wang\",\nrole = \"ctb\"),\nperson(given = \"Sergio\",\nfamily = \"Oller\",\nrole = \"ctb\",\nemail = \"sergioller@gmail.com\"),\nperson(given = \"Luke\",\nfamily = \"Sonnet\",\nrole = \"ctb\",\nemail = \"luke.sonnet@gmail.com\"),\nperson(given = \"Jim\",\nfamily = \"Hester\",\nrole = \"ctb\",\nemail = \"jim.hester@posit.co\"),\nperson(given = \"Ben\",\nfamily = \"Schneider\",\nrole = \"ctb\",\nemail = \"benjamin.julius.schneider@gmail.com\"),\nperson(given = \"Bernie\",\nfamily = \"Gray\",\nrole = \"ctb\",\nemail = \"bfgray3@gmail.com\",\ncomment = c(ORCID = \"0000-0001-9190-6032\")),\nperson(given = \"Mara\",\nfamily = \"Averick\",\nrole = \"ctb\",\nemail = \"mara@posit.co\"),\nperson(given = \"Aaron\",\nfamily = \"Jacobs\",\nrole = \"ctb\",\nemail = \"atheriel@gmail.com\"),\nperson(given = \"Andreas\",\nfamily = \"Bender\",\nrole = \"ctb\",\nemail = \"bender.at.R@gmail.com\"),\nperson(given = \"Sven\",\nfamily = \"Templer\",\nrole = \"ctb\",\nemail = \"sven.templer@gmail.com\"),\nperson(given = \"Paul-Christian\",\nfamily = \"Buerkner\",\nrole = \"ctb\",\nemail = \"paul.buerkner@gmail.com\"),\nperson(given = \"Matthew\",\nfamily = \"Kay\",\nrole = \"ctb\",\nemail = \"mjskay@umich.edu\"),\nperson(given = \"Erwan\",\nfamily = \"Le Pennec\",\nrole = \"ctb\",\nemail = \"lepennec@gmail.com\"),\nperson(given = \"Johan\",\nfamily = \"Junkka\",\nrole = \"ctb\",\nemail = \"johan.junkka@umu.se\"),\nperson(given = \"Hao\",\nfamily = \"Zhu\",\nrole = \"ctb\",\nemail = \"haozhu233@gmail.com\"),\nperson(given = \"Benjamin\",\nfamily = \"Soltoff\",\nrole = \"ctb\",\nemail = \"soltoffbc@uchicago.edu\"),\nperson(given = \"Zoe\",\nfamily = \"Wilkinson Saldana\",\nrole = \"ctb\",\nemail = \"zoewsaldana@gmail.com\"),\nperson(given = \"Tyler\",\nfamily = \"Littlefield\",\nrole = \"ctb\",\nemail = \"tylurp1@gmail.com\"),\nperson(given = \"Charles T.\",\nfamily = \"Gray\",\nrole = \"ctb\",\nemail = \"charlestigray@gmail.com\"),\nperson(given = \"Shabbh E.\",\nfamily = \"Banks\",\nrole = \"ctb\"),\nperson(given = \"Serina\",\nfamily = \"Robinson\",\nrole = \"ctb\",\nemail = \"robi0916@umn.edu\"),\nperson(given = \"Roger\",\nfamily = \"Bivand\",\nrole = \"ctb\",\nemail = \"Roger.Bivand@nhh.no\"),\nperson(given = \"Riinu\",\nfamily = \"Ots\",\nrole = \"ctb\",\nemail = \"riinuots@gmail.com\"),\nperson(given = \"Nicholas\",\nfamily = \"Williams\",\nrole = \"ctb\",\nemail = \"ntwilliams.personal@gmail.com\"),\nperson(given = \"Nina\",\nfamily = \"Jakobsen\",\nrole = \"ctb\"),\nperson(given = \"Michael\",\nfamily = \"Weylandt\",\nrole = \"ctb\",\nemail = \"michael.weylandt@gmail.com\"),\nperson(given = \"Lisa\",\nfamily = \"Lendway\",\nrole = \"ctb\",\nemail = \"llendway@macalester.edu\"),\nperson(given = \"Karl\",\nfamily = \"Hailperin\",\nrole = \"ctb\",\nemail = \"khailper@gmail.com\"),\nperson(given = \"Josue\",\nfamily = \"Rodriguez\",\nrole = \"ctb\",\nemail = \"jerrodriguez@ucdavis.edu\"),\nperson(given = \"Jenny\",\nfamily = \"Bryan\",\nrole = \"ctb\",\nemail = \"jenny@posit.co\"),\nperson(given = \"Chris\",\nfamily = \"Jarvis\",\nrole = \"ctb\",\nemail = \"Christopher1.jarvis@gmail.com\"),\nperson(given = \"Greg\",\nfamily = \"Macfarlane\",\nrole = \"ctb\",\nemail = \"gregmacfarlane@gmail.com\"),\nperson(given = \"Brian\",\nfamily = \"Mannakee\",\nrole = \"ctb\",\nemail = \"bmannakee@gmail.com\"),\nperson(given = \"Drew\",\nfamily = \"Tyre\",\nrole = \"ctb\",\nemail = \"atyre2@unl.edu\"),\nperson(given = \"Shreyas\",\nfamily = \"Singh\",\nrole = \"ctb\",\nemail = \"shreyas.singh.298@gmail.com\"),\nperson(given = \"Laurens\",\nfamily = \"Geffert\",\nrole = \"ctb\",\nemail = \"laurensgeffert@gmail.com\"),\nperson(given = \"Hong\",\nfamily = \"Ooi\",\nrole = \"ctb\",\nemail = \"hongooi@microsoft.com\"),\nperson(given = \"Henrik\",\nfamily = \"Bengtsson\",\nrole = \"ctb\",\nemail = \"henrikb@braju.com\"),\nperson(given = \"Eduard\",\nfamily = \"Szocs\",\nrole = \"ctb\",\nemail = \"eduardszoecs@gmail.com\"),\nperson(given = \"David\",\nfamily = \"Hugh-Jones\",\nrole = \"ctb\",\nemail = \"davidhughjones@gmail.com\"),\nperson(given = \"Matthieu\",\nfamily = \"Stigler\",\nrole = \"ctb\",\nemail = \"Matthieu.Stigler@gmail.com\"),\nperson(given = \"Hugo\",\nfamily = \"Tavares\",\nrole = \"ctb\",\nemail = \"hm533@cam.ac.uk\",\ncomment = c(ORCID = \"0000-0001-9373-2726\")),\nperson(given = \"R. Willem\",\nfamily = \"Vervoort\",\nrole = \"ctb\",\nemail = \"Willemvervoort@gmail.com\"),\nperson(given = \"Brenton M.\",\nfamily = \"Wiernik\",\nrole = \"ctb\",\nemail = \"brenton@wiernik.org\"),\nperson(given = \"Josh\",\nfamily = \"Yamamoto\",\nrole = \"ctb\",\nemail = \"joshuayamamoto5@gmail.com\"),\nperson(given = \"Jasme\",\nfamily = \"Lee\",\nrole = \"ctb\"),\nperson(given = \"Taren\",\nfamily = \"Sanders\",\nrole = \"ctb\",\nemail = \"taren.sanders@acu.edu.au\",\ncomment = c(ORCID = \"0000-0002-4504-6008\")),\nperson(given = \"Ilaria\",\nfamily = \"Prosdocimi\",\nrole = \"ctb\",\nemail = \"prosdocimi.ilaria@gmail.com\",\ncomment = c(ORCID = \"0000-0001-8565-094X\")),\nperson(given = \"Daniel D.\",\nfamily = \"Sjoberg\",\nrole = \"ctb\",\nemail = \"danield.sjoberg@gmail.com\",\ncomment = c(ORCID = \"0000-0003-0862-2018\")),\nperson(given = \"Alex\",\nfamily = \"Reinhart\",\nrole = \"ctb\",\nemail = \"areinhar@stat.cmu.edu\",\ncomment = c(ORCID = \"0000-0002-6658-514X\")))", "Description": "Summarizes key information about statistical\nobjects in tidy tibbles. This makes it easy to report results, create\nplots and consistently work with large numbers of models at once.\nBroom provides three verbs that each provide different types of\ninformation about a model. tidy() summarizes information about model\ncomponents such as coefficients of a regression. glance() reports\ninformation about an entire model, such as goodness of fit measures\nlike AIC and BIC. augment() adds information about individual\nobservations to a dataset, such as fitted values or influence\nmeasures.", "License": "MIT + file LICENSE", "URL": "https://broom.tidymodels.org/, https://github.com/tidymodels/broom", "BugReports": "https://github.com/tidymodels/broom/issues", - "Depends": "R (>= 3.1)", - "Imports": "backports, dplyr (>= 1.0.0), ellipsis, generics (>= 0.0.2),\nglue, methods, purrr, rlang, stringr, tibble (>= 3.0.0), tidyr\n(>= 1.0.0), ggplot2", - "Suggests": "AER, akima, AUC, bbmle, betareg, biglm, binGroup, boot,\nbtergm (>= 1.10.6), car, caret, cluster, cmprsk, coda, covr,\ndrc, e1071, emmeans, epiR, ergm (>= 3.10.4), fixest (>= 0.9.0),\ngam (>= 1.15), gee, geepack, glmnet, glmnetUtils, gmm, Hmisc,\nirlba, joineRML, Kendall, knitr, ks, Lahman, lavaan, leaps,\nlfe, lm.beta, lme4, lmodel2, lmtest (>= 0.9.38), lsmeans, maps,\nmaptools, margins, MASS, Matrix, mclust, mediation, metafor,\nmfx, mgcv, mlogit, modeldata, modeltests, muhaz, multcomp,\nnetwork, nnet, orcutt (>= 2.2), ordinal, plm, poLCA, psych,\nquantreg, rgeos, rmarkdown, robust, robustbase, rsample,\nsandwich, sp, spdep (>= 1.1), spatialreg, speedglm, spelling,\nsurvey, survival, systemfit, testthat (>= 2.1.0), tseries,\nvars, zoo", + "Depends": "R (>= 3.5)", + "Imports": "backports, dplyr (>= 1.0.0), ellipsis, generics (>= 0.0.2),\nglue, lifecycle, purrr, rlang, stringr, tibble (>= 3.0.0),\ntidyr (>= 1.0.0)", + "Suggests": "AER, AUC, bbmle, betareg, biglm, binGroup, boot, btergm (>=\n1.10.6), car, carData, caret, cluster, cmprsk, coda, covr, drc,\ne1071, emmeans, epiR, ergm (>= 3.10.4), fixest (>= 0.9.0), gam\n(>= 1.15), gee, geepack, ggplot2, glmnet, glmnetUtils, gmm,\nHmisc, irlba, interp, joineRML, Kendall, knitr, ks, Lahman,\nlavaan, leaps, lfe, lm.beta, lme4, lmodel2, lmtest (>= 0.9.38),\nlsmeans, maps, margins, MASS, mclust, mediation, metafor, mfx,\nmgcv, mlogit, modeldata, modeltests, muhaz, multcomp, network,\nnnet, orcutt (>= 2.2), ordinal, plm, poLCA, psych, quantreg,\nrmarkdown, robust, robustbase, rsample, sandwich, sp, spdep (>=\n1.1), spatialreg, speedglm, spelling, survey, survival,\nsystemfit, testthat (>= 2.1.0), tseries, vars, zoo", "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.3", "Language": "en-US", - "Collate": "'aaa-documentation-helper.R' 'null-and-default-tidiers.R'\n'aer-tidiers.R' 'auc-tidiers.R' 'base-tidiers.R'\n'bbmle-tidiers.R' 'betareg-tidiers.R' 'biglm-tidiers.R'\n'bingroup-tidiers.R' 'boot-tidiers.R' 'broom-package.R'\n'broom.R' 'btergm-tidiers.R' 'car-tidiers.R' 'caret-tidiers.R'\n'cluster-tidiers.R' 'cmprsk-tidiers.R' 'data-frame-tidiers.R'\n'deprecated-0-7-0.R' 'drc-tidiers.R' 'emmeans-tidiers.R'\n'epiR-tidiers.R' 'ergm-tidiers.R' 'fixest-tidiers.R'\n'gam-tidiers.R' 'geepack-tidiers.R'\n'glmnet-cv-glmnet-tidiers.R' 'glmnet-glmnet-tidiers.R'\n'gmm-tidiers.R' 'hmisc-tidiers.R' 'joinerml-tidiers.R'\n'kendall-tidiers.R' 'ks-tidiers.R' 'lavaan-tidiers.R'\n'leaps-tidiers.R' 'lfe-tidiers.R' 'list-irlba.R'\n'list-optim-tidiers.R' 'list-svd-tidiers.R' 'list-tidiers.R'\n'list-xyz-tidiers.R' 'lm-beta-tidiers.R' 'lmodel2-tidiers.R'\n'lmtest-tidiers.R' 'maps-tidiers.R' 'margins-tidiers.R'\n'mass-fitdistr-tidiers.R' 'mass-negbin-tidiers.R'\n'mass-polr-tidiers.R' 'mass-ridgelm-tidiers.R'\n'stats-lm-tidiers.R' 'mass-rlm-tidiers.R' 'matrix-tidiers.R'\n'mclust-tidiers.R' 'mediation-tidiers.R' 'metafor-tidiers.R'\n'mfx-tidiers.R' 'mgcv-tidiers.R' 'mlogit-tidiers.R'\n'muhaz-tidiers.R' 'multcomp-tidiers.R' 'nnet-tidiers.R'\n'nobs.R' 'orcutt-tidiers.R' 'ordinal-clm-tidiers.R'\n'ordinal-clmm-tidiers.R' 'plm-tidiers.R' 'polca-tidiers.R'\n'psych-tidiers.R' 'stats-nls-tidiers.R'\n'quantreg-nlrq-tidiers.R' 'quantreg-rq-tidiers.R'\n'quantreg-rqs-tidiers.R' 'robust-glmrob-tidiers.R'\n'robust-lmrob-tidiers.R' 'robustbase-glmrob-tidiers.R'\n'robustbase-lmrob-tidiers.R' 'sp-tidiers.R' 'spdep-tidiers.R'\n'speedglm-speedglm-tidiers.R' 'speedglm-speedlm-tidiers.R'\n'stats-anova-tidiers.R' 'stats-arima-tidiers.R'\n'stats-decompose-tidiers.R' 'stats-factanal-tidiers.R'\n'stats-glm-tidiers.R' 'stats-htest-tidiers.R'\n'stats-kmeans-tidiers.R' 'stats-loess-tidiers.R'\n'stats-mlm-tidiers.R' 'stats-prcomp-tidiers.R'\n'stats-smooth.spline-tidiers.R' 'stats-summary-lm-tidiers.R'\n'stats-time-series-tidiers.R' 'survey-tidiers.R'\n'survival-aareg-tidiers.R' 'survival-cch-tidiers.R'\n'survival-coxph-tidiers.R' 'survival-pyears-tidiers.R'\n'survival-survdiff-tidiers.R' 'survival-survexp-tidiers.R'\n'survival-survfit-tidiers.R' 'survival-survreg-tidiers.R'\n'systemfit-tidiers.R' 'tseries-tidiers.R' 'utilities.R'\n'vars-tidiers.R' 'zoo-tidiers.R' 'zzz.R'", + "Collate": "'aaa-documentation-helper.R' 'null-and-default-tidiers.R'\n'aer-tidiers.R' 'auc-tidiers.R' 'base-tidiers.R'\n'bbmle-tidiers.R' 'betareg-tidiers.R' 'biglm-tidiers.R'\n'bingroup-tidiers.R' 'boot-tidiers.R' 'broom-package.R'\n'broom.R' 'btergm-tidiers.R' 'car-tidiers.R' 'caret-tidiers.R'\n'cluster-tidiers.R' 'cmprsk-tidiers.R' 'data-frame-tidiers.R'\n'deprecated-0-7-0.R' 'drc-tidiers.R' 'emmeans-tidiers.R'\n'epiR-tidiers.R' 'ergm-tidiers.R' 'fixest-tidiers.R'\n'gam-tidiers.R' 'geepack-tidiers.R'\n'glmnet-cv-glmnet-tidiers.R' 'glmnet-glmnet-tidiers.R'\n'gmm-tidiers.R' 'hmisc-tidiers.R' 'joinerml-tidiers.R'\n'kendall-tidiers.R' 'ks-tidiers.R' 'lavaan-tidiers.R'\n'leaps-tidiers.R' 'lfe-tidiers.R' 'list-irlba.R'\n'list-optim-tidiers.R' 'list-svd-tidiers.R' 'list-tidiers.R'\n'list-xyz-tidiers.R' 'lm-beta-tidiers.R' 'lmodel2-tidiers.R'\n'lmtest-tidiers.R' 'maps-tidiers.R' 'margins-tidiers.R'\n'mass-fitdistr-tidiers.R' 'mass-negbin-tidiers.R'\n'mass-polr-tidiers.R' 'mass-ridgelm-tidiers.R'\n'stats-lm-tidiers.R' 'mass-rlm-tidiers.R' 'mclust-tidiers.R'\n'mediation-tidiers.R' 'metafor-tidiers.R' 'mfx-tidiers.R'\n'mgcv-tidiers.R' 'mlogit-tidiers.R' 'muhaz-tidiers.R'\n'multcomp-tidiers.R' 'nnet-tidiers.R' 'nobs.R'\n'orcutt-tidiers.R' 'ordinal-clm-tidiers.R'\n'ordinal-clmm-tidiers.R' 'plm-tidiers.R' 'polca-tidiers.R'\n'psych-tidiers.R' 'stats-nls-tidiers.R'\n'quantreg-nlrq-tidiers.R' 'quantreg-rq-tidiers.R'\n'quantreg-rqs-tidiers.R' 'robust-glmrob-tidiers.R'\n'robust-lmrob-tidiers.R' 'robustbase-glmrob-tidiers.R'\n'robustbase-lmrob-tidiers.R' 'sp-tidiers.R' 'spdep-tidiers.R'\n'speedglm-speedglm-tidiers.R' 'speedglm-speedlm-tidiers.R'\n'stats-anova-tidiers.R' 'stats-arima-tidiers.R'\n'stats-decompose-tidiers.R' 'stats-factanal-tidiers.R'\n'stats-glm-tidiers.R' 'stats-htest-tidiers.R'\n'stats-kmeans-tidiers.R' 'stats-loess-tidiers.R'\n'stats-mlm-tidiers.R' 'stats-prcomp-tidiers.R'\n'stats-smooth.spline-tidiers.R' 'stats-summary-lm-tidiers.R'\n'stats-time-series-tidiers.R' 'survey-tidiers.R'\n'survival-aareg-tidiers.R' 'survival-cch-tidiers.R'\n'survival-coxph-tidiers.R' 'survival-pyears-tidiers.R'\n'survival-survdiff-tidiers.R' 'survival-survexp-tidiers.R'\n'survival-survfit-tidiers.R' 'survival-survreg-tidiers.R'\n'systemfit-tidiers.R' 'tseries-tidiers.R' 'utilities.R'\n'vars-tidiers.R' 'zoo-tidiers.R' 'zzz.R'", "NeedsCompilation": "no", - "Packaged": "2022-04-13 12:52:49 UTC; simonpcouch", - "Author": "David Robinson [aut],\nAlex Hayes [aut] (),\nSimon Couch [aut, cre] (),\nRStudio [cph, fnd],\nIndrajeet Patil [ctb] (),\nDerek Chiu [ctb],\nMatthieu Gomez [ctb],\nBoris Demeshev [ctb],\nDieter Menne [ctb],\nBenjamin Nutter [ctb],\nLuke Johnston [ctb],\nBen Bolker [ctb],\nFrancois Briatte [ctb],\nJeffrey Arnold [ctb],\nJonah Gabry [ctb],\nLuciano Selzer [ctb],\nGavin Simpson [ctb],\nJens Preussner [ctb],\nJay Hesselberth [ctb],\nHadley Wickham [ctb],\nMatthew Lincoln [ctb],\nAlessandro Gasparini [ctb],\nLukasz Komsta [ctb],\nFrederick Novometsky [ctb],\nWilson Freitas [ctb],\nMichelle Evans [ctb],\nJason Cory Brunson [ctb],\nSimon Jackson [ctb],\nBen Whalley [ctb],\nKarissa Whiting [ctb],\nYves Rosseel [ctb],\nMichael Kuehn [ctb],\nJorge Cimentada [ctb],\nErle Holgersen [ctb],\nKarl Dunkle Werner [ctb] (),\nEthan Christensen [ctb],\nSteven Pav [ctb],\nPaul PJ [ctb],\nBen Schneider [ctb],\nPatrick Kennedy [ctb],\nLily Medina [ctb],\nBrian Fannin [ctb],\nJason Muhlenkamp [ctb],\nMatt Lehman [ctb],\nBill Denney [ctb] (),\nNic Crane [ctb],\nAndrew Bates [ctb],\nVincent Arel-Bundock [ctb] (),\nHideaki Hayashi [ctb],\nLuis Tobalina [ctb],\nAnnie Wang [ctb],\nWei Yang Tham [ctb],\nClara Wang [ctb],\nAbby Smith [ctb] (),\nJasper Cooper [ctb] (),\nE Auden Krauska [ctb] (),\nAlex Wang [ctb],\nMalcolm Barrett [ctb] (),\nCharles Gray [ctb] (),\nJared Wilber [ctb],\nVilmantas Gegzna [ctb] (),\nEduard Szoecs [ctb],\nFrederik Aust [ctb] (),\nAngus Moore [ctb],\nNick Williams [ctb],\nMarius Barth [ctb] (),\nBruna Wundervald [ctb] (),\nJoyce Cahoon [ctb] (),\nGrant McDermott [ctb] (),\nKevin Zarca [ctb],\nShiro Kuriwaki [ctb] (),\nLukas Wallrich [ctb] (),\nJames Martherus [ctb] (),\nChuliang Xiao [ctb] (),\nJoseph Larmarange [ctb],\nMax Kuhn [ctb],\nMichal Bojanowski [ctb],\nHakon Malmedal [ctb],\nClara Wang [ctb],\nSergio Oller [ctb],\nLuke Sonnet [ctb],\nJim Hester [ctb],\nCory Brunson [ctb],\nBen Schneider [ctb],\nBernie Gray [ctb] (),\nMara Averick [ctb],\nAaron Jacobs [ctb],\nAndreas Bender [ctb],\nSven Templer [ctb],\nPaul-Christian Buerkner [ctb],\nMatthew Kay [ctb],\nErwan Le Pennec [ctb],\nJohan Junkka [ctb],\nHao Zhu [ctb],\nBenjamin Soltoff [ctb],\nZoe Wilkinson Saldana [ctb],\nTyler Littlefield [ctb],\nCharles T. Gray [ctb],\nShabbh E. Banks [ctb],\nSerina Robinson [ctb],\nRoger Bivand [ctb],\nRiinu Ots [ctb],\nNicholas Williams [ctb],\nNina Jakobsen [ctb],\nMichael Weylandt [ctb],\nLisa Lendway [ctb],\nKarl Hailperin [ctb],\nJosue Rodriguez [ctb],\nJenny Bryan [ctb],\nChris Jarvis [ctb],\nGreg Macfarlane [ctb],\nBrian Mannakee [ctb],\nDrew Tyre [ctb],\nShreyas Singh [ctb],\nLaurens Geffert [ctb],\nHong Ooi [ctb],\nHenrik Bengtsson [ctb],\nEduard Szocs [ctb],\nDavid Hugh-Jones [ctb],\nMatthieu Stigler [ctb],\nHugo Tavares [ctb] (),\nR. Willem Vervoort [ctb],\nBrenton M. Wiernik [ctb],\nJosh Yamamoto [ctb],\nJasme Lee [ctb],\nTaren Sanders [ctb] (),\nIlaria Prosdocimi [ctb] (),\nDaniel D. Sjoberg [ctb] ()", - "Maintainer": "Simon Couch ", - "Repository": "CRAN", - "Date/Publication": "2022-04-13 15:02:34 UTC", - "Built": "R 4.2.1; ; 2022-06-30 05:01:45 UTC; windows" + "Packaged": "2023-06-09 21:21:49 UTC; simoncouch", + "Author": "David Robinson [aut],\nAlex Hayes [aut] (),\nSimon Couch [aut, cre] (),\nPosit Software, PBC [cph, fnd],\nIndrajeet Patil [ctb] (),\nDerek Chiu [ctb],\nMatthieu Gomez [ctb],\nBoris Demeshev [ctb],\nDieter Menne [ctb],\nBenjamin Nutter [ctb],\nLuke Johnston [ctb],\nBen Bolker [ctb],\nFrancois Briatte [ctb],\nJeffrey Arnold [ctb],\nJonah Gabry [ctb],\nLuciano Selzer [ctb],\nGavin Simpson [ctb],\nJens Preussner [ctb],\nJay Hesselberth [ctb],\nHadley Wickham [ctb],\nMatthew Lincoln [ctb],\nAlessandro Gasparini [ctb],\nLukasz Komsta [ctb],\nFrederick Novometsky [ctb],\nWilson Freitas [ctb],\nMichelle Evans [ctb],\nJason Cory Brunson [ctb],\nSimon Jackson [ctb],\nBen Whalley [ctb],\nKarissa Whiting [ctb],\nYves Rosseel [ctb],\nMichael Kuehn [ctb],\nJorge Cimentada [ctb],\nErle Holgersen [ctb],\nKarl Dunkle Werner [ctb] (),\nEthan Christensen [ctb],\nSteven Pav [ctb],\nPaul PJ [ctb],\nBen Schneider [ctb],\nPatrick Kennedy [ctb],\nLily Medina [ctb],\nBrian Fannin [ctb],\nJason Muhlenkamp [ctb],\nMatt Lehman [ctb],\nBill Denney [ctb] (),\nNic Crane [ctb],\nAndrew Bates [ctb],\nVincent Arel-Bundock [ctb] (),\nHideaki Hayashi [ctb],\nLuis Tobalina [ctb],\nAnnie Wang [ctb],\nWei Yang Tham [ctb],\nClara Wang [ctb],\nAbby Smith [ctb] (),\nJasper Cooper [ctb] (),\nE Auden Krauska [ctb] (),\nAlex Wang [ctb],\nMalcolm Barrett [ctb] (),\nCharles Gray [ctb] (),\nJared Wilber [ctb],\nVilmantas Gegzna [ctb] (),\nEduard Szoecs [ctb],\nFrederik Aust [ctb] (),\nAngus Moore [ctb],\nNick Williams [ctb],\nMarius Barth [ctb] (),\nBruna Wundervald [ctb] (),\nJoyce Cahoon [ctb] (),\nGrant McDermott [ctb] (),\nKevin Zarca [ctb],\nShiro Kuriwaki [ctb] (),\nLukas Wallrich [ctb] (),\nJames Martherus [ctb] (),\nChuliang Xiao [ctb] (),\nJoseph Larmarange [ctb],\nMax Kuhn [ctb],\nMichal Bojanowski [ctb],\nHakon Malmedal [ctb],\nClara Wang [ctb],\nSergio Oller [ctb],\nLuke Sonnet [ctb],\nJim Hester [ctb],\nBen Schneider [ctb],\nBernie Gray [ctb] (),\nMara Averick [ctb],\nAaron Jacobs [ctb],\nAndreas Bender [ctb],\nSven Templer [ctb],\nPaul-Christian Buerkner [ctb],\nMatthew Kay [ctb],\nErwan Le Pennec [ctb],\nJohan Junkka [ctb],\nHao Zhu [ctb],\nBenjamin Soltoff [ctb],\nZoe Wilkinson Saldana [ctb],\nTyler Littlefield [ctb],\nCharles T. Gray [ctb],\nShabbh E. Banks [ctb],\nSerina Robinson [ctb],\nRoger Bivand [ctb],\nRiinu Ots [ctb],\nNicholas Williams [ctb],\nNina Jakobsen [ctb],\nMichael Weylandt [ctb],\nLisa Lendway [ctb],\nKarl Hailperin [ctb],\nJosue Rodriguez [ctb],\nJenny Bryan [ctb],\nChris Jarvis [ctb],\nGreg Macfarlane [ctb],\nBrian Mannakee [ctb],\nDrew Tyre [ctb],\nShreyas Singh [ctb],\nLaurens Geffert [ctb],\nHong Ooi [ctb],\nHenrik Bengtsson [ctb],\nEduard Szocs [ctb],\nDavid Hugh-Jones [ctb],\nMatthieu Stigler [ctb],\nHugo Tavares [ctb] (),\nR. Willem Vervoort [ctb],\nBrenton M. Wiernik [ctb],\nJosh Yamamoto [ctb],\nJasme Lee [ctb],\nTaren Sanders [ctb] (),\nIlaria Prosdocimi [ctb] (),\nDaniel D. Sjoberg [ctb] (),\nAlex Reinhart [ctb] ()", + "Maintainer": "Simon Couch ", + "Repository": "RSPM", + "Date/Publication": "2023-06-09 22:50:02 UTC", + "Built": "R 4.2.0; ; 2023-06-12 11:30:20 UTC; windows" } }, "bslib": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "bslib", "Title": "Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'", - "Version": "0.4.2", - "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 'Bootstrap' 3, 4 and 5 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.4), jsonlite, sass (>= 0.4.0),\njquerylib (>= 0.1.3), rlang, cachem, memoise (>= 2.0.1),\nbase64enc, mime", - "Suggests": "shiny (>= 1.6.0), rmarkdown (>= 2.7), thematic, knitr,\ntestthat, withr, rappdirs, curl, magrittr, fontawesome, bsicons", + "Version": "0.5.0", + "Authors@R": "c(\nperson(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\nperson(\"Garrick\", \"Aden-Buie\", role = \"aut\", email = \"garrick@posit.co\", comment = c(ORCID = \"0000-0002-7111-0077\")),\nperson(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\nperson(family = \"Bootstrap contributors\", role = \"ctb\",\ncomment = \"Bootstrap library\"),\nperson(family = \"Twitter, Inc\", role = \"cph\",\ncomment = \"Bootstrap library\"),\nperson(\"Javi\", \"Aguilar\", role = c(\"ctb\", \"cph\"),\ncomment = \"Bootstrap colorpicker library\"),\nperson(\"Thomas\", \"Park\", role = c(\"ctb\", \"cph\"),\ncomment = \"Bootswatch library\"),\nperson(family = \"PayPal\", role = c(\"ctb\", \"cph\"),\ncomment = \"Bootstrap accessibility plugin\")\n)", + "Description": "Simplifies custom 'CSS' styling of both 'shiny' and\n'rmarkdown' via 'Bootstrap' 'Sass'. Supports 'Bootstrap' 3, 4 and 5 as\nwell as their various 'Bootswatch' themes. An interactive widget is\nalso provided for previewing themes in real time.", "License": "MIT + file LICENSE", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "Collate": "'bootswatch.R' 'bs-current-theme.R' 'bs-dependencies.R'\n'bs-global.R' 'bs-remove.R' 'bs-theme-layers.R' 'utils.R'\n'bs-theme-preview.R' 'bs-theme-update.R' 'bs-theme.R' 'card.R'\n'deprecated.R' 'files.R' 'imports.R' 'layout.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' 'value-box.R'\n'version-default.R' 'versions.R'", "URL": "https://rstudio.github.io/bslib/, https://github.com/rstudio/bslib", "BugReports": "https://github.com/rstudio/bslib/issues", + "Depends": "R (>= 2.10)", + "Imports": "base64enc, cachem, grDevices, htmltools (>= 0.5.4), jquerylib\n(>= 0.1.3), jsonlite, memoise (>= 2.0.1), mime, rlang, sass (>=\n0.4.0)", + "Suggests": "bsicons, curl, fontawesome, ggplot2, knitr, magrittr,\nrappdirs, rmarkdown (>= 2.7), shiny (>= 1.6.0), testthat,\nthematic, withr", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "Collate": "'accordion.R' 'bootswatch.R' 'breakpoints.R'\n'bs-current-theme.R' 'bs-dependencies.R' 'bs-global.R'\n'bs-remove.R' 'bs-theme-layers.R' 'utils.R'\n'bs-theme-preview.R' 'bs-theme-update.R' 'bs-theme.R' 'card.R'\n'deprecated.R' 'files.R' 'fill.R' 'imports.R' 'layout.R'\n'nav-items.R' 'nav-update.R' 'navs-legacy.R' 'navs.R'\n'onLoad.R' 'page.R' 'precompiled.R' 'print.R' 'shiny-devmode.R'\n'sidebar.R' 'staticimports.R' 'utils-shiny.R' 'utils-tags.R'\n'value-box.R' 'version-default.R' 'versions.R'", "Config/testthat/edition": "3", - "Config/Needs/routine": "desc, renv", - "Config/Needs/website": "brio, dplyr, glue, purrr, rprojroot, stringr,\ntidyr, DT, leaflet, plotly, htmlwidgets, shiny, ggplot2,\nsvglite", - "Config/Needs/deploy": "BH, DT, ggplot2, hexbin, lattice, lubridate,\ndplyr, modelr, nycflights13, histoslider, reactable, rprojroot,\nrsconnect, plotly, leaflet, gt, shiny, htmlwidgets", + "Config/Needs/routine": "chromote, desc, renv", + "Config/Needs/website": "brio, crosstalk, dplyr, DT, ggplot2, glue,\nhtmlwidgets, leaflet, lorem, palmerpenguins, plotly, purrr,\nrprojroot, rstudio/htmltools, scales, stringr, tidyr, webshot2", + "Config/Needs/deploy": "BH, cpp11, dplyr, DT, ggplot2, ggridges, gt,\nhexbin, histoslider, lattice, leaflet, lubridate, modelr,\nnycflights13, plotly, reactable, reshape2, rprojroot,\nrsconnect, scales", "NeedsCompilation": "no", - "Packaged": "2022-12-15 16:02:29 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)", + "Packaged": "2023-06-09 12:27:20 UTC; cpsievert", + "Author": "Carson Sievert [aut, cre] (),\nJoe Cheng [aut],\nGarrick Aden-Buie [aut] (),\nPosit Software, PBC [cph, fnd],\nBootstrap contributors [ctb] (Bootstrap library),\nTwitter, Inc [cph] (Bootstrap library),\nJavi Aguilar [ctb, cph] (Bootstrap colorpicker library),\nThomas Park [ctb, cph] (Bootswatch library),\nPayPal [ctb, cph] (Bootstrap accessibility plugin)", "Maintainer": "Carson Sievert ", - "Repository": "CRAN", - "Date/Publication": "2022-12-16 10:30:06 UTC", - "Built": "R 4.2.2; ; 2022-12-27 03:45:35 UTC; windows" + "Repository": "RSPM", + "Date/Publication": "2023-06-09 13:10:02 UTC", + "Built": "R 4.2.0; ; 2023-06-09 16:26:23 UTC; windows" } }, "cachem": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "cachem", - "Version": "1.0.6", + "Version": "1.0.8", "Title": "Cache R Objects with Automatic Pruning", "Description": "Key-value stores with automatic pruning. Caches can limit\neither their total size or the age of the oldest object (or both),\nautomatically pruning objects to maintain the constraints.", "Authors@R": "c(\nperson(\"Winston\", \"Chang\", , \"winston@rstudio.com\", c(\"aut\", \"cre\")),\nperson(family = \"RStudio\", role = c(\"cph\", \"fnd\")))", @@ -764,49 +822,54 @@ "Encoding": "UTF-8", "ByteCompile": "true", "URL": "https://cachem.r-lib.org/, https://github.com/r-lib/cachem", - "Imports": "rlang, fastmap", + "Imports": "rlang, fastmap (>= 1.1.1)", "Suggests": "testthat", - "RoxygenNote": "7.1.1", + "RoxygenNote": "7.2.3", + "Config/Needs/routine": "lobstr", + "Config/Needs/website": "pkgdown", "NeedsCompilation": "yes", - "Packaged": "2021-08-19 21:07:46 UTC; barret", + "Packaged": "2023-05-01 15:38:38 UTC; winston", "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-07-24 01:25:33 UTC; windows", + "Date/Publication": "2023-05-01 16:40:02 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-04 01:35:00 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "callr": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "callr", "Title": "Call R from R", - "Version": "3.7.0", - "Authors@R": "c(\nperson(\"Gábor\", \"Csárdi\", role = c(\"aut\", \"cre\", \"cph\"),\nemail = \"csardi.gabor@gmail.com\",\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\")))", - "Description": "It is sometimes useful to perform a computation in a\nseparate R process, without affecting the current R process at all.\nThis packages does exactly that.", + "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", - "RoxygenNote": "7.1.1.9001", - "Imports": "processx (>= 3.5.0), R6, utils", - "Suggests": "cli, covr, ps, rprojroot, spelling, testthat, withr (>=\n2.3.0)", + "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": "2021-04-20 12:39:23 UTC; gaborcsardi", + "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": "2021-04-20 14:20:10 UTC", - "Built": "R 4.2.1; ; 2022-07-10 01:43:27 UTC; windows" + "Date/Publication": "2022-11-02 16:40:11 UTC", + "Built": "R 4.2.2; ; 2022-12-27 02:43:22 UTC; windows" } }, "cellranger": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "cellranger", "Title": "Translate Spreadsheet Cell Ranges to Rows and Columns", @@ -837,46 +900,48 @@ "description": { "Package": "checkhelper", "Title": "Deal with Check Outputs", - "Version": "0.0.1.9000", - "Authors@R": "c(\nperson(\"Sebastien\", \"Rochette\", , \"sebastien@thinkr.fr\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-1565-9313\")),\nperson(\"Vincent\", \"Guyader\", , \"vincent@thinkr.fr\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-0671-9270\")),\nperson(\"Arthur\", \"Bréant\", , \"arthur@thinkr.fr\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-1668-0963\")),\nperson(\"ThinkR\", role = \"cph\")\n)", - "Description": "Some tools to help you deal with 'devtools::check' outputs\nand to reduce the risk of rejection of CRAN.", + "Version": "0.1.0.9000", + "Authors@R": "c( person(\"Sebastien\", \"Rochette\", , \"sebastien@thinkr.fr\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-1565-9313\")), person(\"Vincent\", \"Guyader\", , \"vincent@thinkr.fr\", role = \"aut\", comment = c(ORCID = \"0000-0003-0671-9270\")), person(\"Arthur\", \"Bréant\", , \"arthur@thinkr.fr\", role = \"aut\", comment = c(ORCID = \"0000-0003-1668-0963\")), person(\"ThinkR\", role = \"cph\") )", + "Description": "Deal with packages 'check' outputs and reduce the risk of rejection by 'CRAN' by following policies.", "License": "MIT + file LICENSE", "URL": "https://thinkr-open.github.io/checkhelper/,\nhttps://github.com/ThinkR-open/checkhelper", "BugReports": "https://github.com/ThinkR-open/checkhelper/issues", + "Depends": "R (>= 2.10)", "Imports": "cli, desc, devtools, dplyr, glue, lifecycle, magrittr, pkgbuild,\npurrr, rcmdcheck, roxygen2, stringr, tools, utils, whisker (>= 0.4), withr", - "Suggests": "attachment, callr, fs, knitr, rmarkdown, testthat, usethis", + "Suggests": "attachment, callr, knitr, rmarkdown, testthat, usethis", "VignetteBuilder": "knitr", + "Config/fusen/version": "0.5.0.9009", "Config/Needs/website": "ThinkR-open/thinkrtemplate", "Encoding": "UTF-8", "Language": "en-US", "LazyData": "true", "Roxygen": "list(markdown = TRUE)", "RoxygenNote": "7.2.3", - "Author": "Sebastien Rochette [aut, cre] (),\nVincent Guyader [aut] (),\nArthur Bréant [aut] (),\nThinkR [cph]", + "Author": "Sebastien Rochette [aut, cre] (), Vincent Guyader [aut] (), Arthur Bréant [aut] (), ThinkR [cph]", "Maintainer": "Sebastien Rochette ", - "Built": "R 4.2.1; ; 2023-02-07 14:38:52 UTC; windows", + "Built": "R 4.2.2; ; 2023-11-28 14:14:04 UTC; windows", "RemoteType": "github", - "RemoteHost": "api.github.com", - "RemoteRepo": "checkhelper", "RemoteUsername": "thinkr-open", + "RemoteRepo": "checkhelper", "RemoteRef": "HEAD", - "RemoteSha": "d2e4fcada1b094d7af06324f6c54301c7586ffee", + "RemoteSha": "55c416c5d652073ace5bf4a81c1f76363fca093c", + "RemoteHost": "api.github.com", "GithubHost": "api.github.com", "GithubRepo": "checkhelper", "GithubUsername": "thinkr-open", "GithubRef": "HEAD", - "GithubSHA1": "d2e4fcada1b094d7af06324f6c54301c7586ffee" + "GithubSHA1": "55c416c5d652073ace5bf4a81c1f76363fca093c" } }, "checkmate": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "checkmate", "Type": "Package", "Title": "Fast and Versatile Argument Checks", "Description": "Tests and assertions to perform frequent argument checks. A\nsubstantial part of the package was written in C to minimize any worries\nabout execution time overhead.", - "Version": "2.1.0", + "Version": "2.2.0", "Authors@R": "c(\nperson(\"Michel\", \"Lang\", NULL, \"michellang@gmail.com\",\nrole = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0001-9754-0393\")),\nperson(\"Bernd\", \"Bischl\", NULL, \"bernd_bischl@gmx.net\", role = \"ctb\"),\nperson(\"Dénes\", \"Tóth\", NULL, \"toth.denes@kogentum.hu\", role = \"ctb\",\ncomment = c(ORCID = \"0000-0003-4262-3217\"))\n)", "URL": "https://mllg.github.io/checkmate/,\nhttps://github.com/mllg/checkmate", "URLNote": "https://github.com/mllg/checkmate", @@ -889,54 +954,54 @@ "Suggests": "R6, fastmatch, data.table (>= 1.9.8), devtools, ggplot2,\nknitr, magrittr, microbenchmark, rmarkdown, testthat (>=\n3.0.4), tinytest (>= 1.1.0), tibble", "License": "BSD_3_clause + file LICENSE", "VignetteBuilder": "knitr", - "RoxygenNote": "7.1.2", - "Collate": "'AssertCollection.R' 'allMissing.R' 'anyInfinite.R'\n'anyMissing.R' 'anyNaN.R' 'asInteger.R' 'assert.R' 'helper.R'\n'makeExpectation.R' 'makeTest.R' 'makeAssertion.R'\n'checkAccess.R' 'checkArray.R' 'checkAtomic.R'\n'checkAtomicVector.R' 'checkCharacter.R' 'checkChoice.R'\n'checkClass.R' 'checkComplex.R' 'checkCount.R'\n'checkDataFrame.R' 'checkDataTable.R' 'checkDate.R'\n'checkDirectoryExists.R' 'checkDisjunct.R' 'checkDouble.R'\n'checkEnvironment.R' 'checkFALSE.R' 'checkFactor.R'\n'checkFileExists.R' 'checkFlag.R' 'checkFormula.R'\n'checkFunction.R' 'checkInt.R' 'checkInteger.R'\n'checkIntegerish.R' 'checkList.R' 'checkLogical.R'\n'checkMatrix.R' 'checkMultiClass.R' 'checkNamed.R'\n'checkNames.R' 'checkNull.R' 'checkNumber.R' 'checkNumeric.R'\n'checkOS.R' 'checkPOSIXct.R' 'checkPathForOutput.R' 'checkR6.R'\n'checkRaw.R' 'checkScalar.R' 'checkScalarNA.R'\n'checkSetEqual.R' 'checkString.R' 'checkSubset.R' 'checkTRUE.R'\n'checkTibble.R' 'checkVector.R' 'coalesce.R' 'isIntegerish.R'\n'matchArg.R' 'qassert.R' 'qassertr.R' 'vname.R' 'wfwl.R'\n'zzz.R'", - "Packaged": "2022-04-20 07:14:04 UTC; michel", + "RoxygenNote": "7.2.3", + "Collate": "'AssertCollection.R' 'allMissing.R' 'anyInfinite.R'\n'anyMissing.R' 'anyNaN.R' 'asInteger.R' 'assert.R' 'helper.R'\n'makeExpectation.R' 'makeTest.R' 'makeAssertion.R'\n'checkAccess.R' 'checkArray.R' 'checkAtomic.R'\n'checkAtomicVector.R' 'checkCharacter.R' 'checkChoice.R'\n'checkClass.R' 'checkComplex.R' 'checkCount.R'\n'checkDataFrame.R' 'checkDataTable.R' 'checkDate.R'\n'checkDirectoryExists.R' 'checkDisjunct.R' 'checkDouble.R'\n'checkEnvironment.R' 'checkFALSE.R' 'checkFactor.R'\n'checkFileExists.R' 'checkFlag.R' 'checkFormula.R'\n'checkFunction.R' 'checkInt.R' 'checkInteger.R'\n'checkIntegerish.R' 'checkList.R' 'checkLogical.R'\n'checkMatrix.R' 'checkMultiClass.R' 'checkNamed.R'\n'checkNames.R' 'checkNull.R' 'checkNumber.R' 'checkNumeric.R'\n'checkOS.R' 'checkPOSIXct.R' 'checkPathForOutput.R'\n'checkPermutation.R' 'checkR6.R' 'checkRaw.R' 'checkScalar.R'\n'checkScalarNA.R' 'checkSetEqual.R' 'checkString.R'\n'checkSubset.R' 'checkTRUE.R' 'checkTibble.R' 'checkVector.R'\n'coalesce.R' 'isIntegerish.R' 'matchArg.R' 'qassert.R'\n'qassertr.R' 'vname.R' 'wfwl.R' 'zzz.R'", + "Packaged": "2023-04-26 11:39:50 UTC; michel", "Author": "Michel Lang [cre, aut] (),\nBernd Bischl [ctb],\nDénes Tóth [ctb] ()", "Maintainer": "Michel Lang ", "Repository": "CRAN", - "Date/Publication": "2022-04-21 07:30:05 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-24 00:39:26 UTC; windows", + "Date/Publication": "2023-04-27 09:22:31 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-06 01:12:42 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "chromote": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "chromote", "Title": "Headless Chrome Web Browser Interface", - "Version": "0.1.2", - "Authors@R": "c(\nperson(\"Winston\", \"Chang\", , \"winston@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"Barret\", \"Schloerke\", , \"barret@posit.co\", role = \"aut\",\ncomment = c(ORCID = \"0000-0001-9986-114X\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", - "Description": "An implementation of the 'Chrome DevTools Protocol', for\ncontrolling a headless Chrome web browser.", + "Version": "0.1.1", + "Authors@R": "c(\nperson(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\"),\nperson(\"Barret\", \"Schloerke\", role = c(\"aut\"), email = \"barret@rstudio.com\"),\nperson(given = \"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "An implementation of the 'Chrome DevTools Protocol', for controlling a headless Chrome web browser.", "License": "GPL-2", - "URL": "https://rstudio.github.io/chromote/,\nhttps://github.com/rstudio/chromote", + "Encoding": "UTF-8", + "SystemRequirements": "Google Chrome or other Chromium-based browser.\nchromium: chromium (rpm) or chromium-browser (deb)", + "Imports": "curl, jsonlite, websocket (>= 1.2.0), processx, R6, later (>=\n1.1.0), promises (>= 1.1.1), magrittr, rlang, fastmap", + "Suggests": "testthat (>= 3.0.0), showimage", + "RoxygenNote": "7.2.1", + "URL": "https://github.com/rstudio/chromote", "BugReports": "https://github.com/rstudio/chromote/issues", - "Imports": "curl, fastmap, jsonlite, later (>= 1.1.0), magrittr, processx,\npromises (>= 1.1.1), R6, rlang, websocket (>= 1.2.0)", - "Suggests": "showimage, testthat (>= 3.0.0)", - "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", - "Encoding": "UTF-8", + "Config/Needs/website": "tidyverse/tidytemplate", "Language": "en-US", - "RoxygenNote": "7.2.3", - "SystemRequirements": "Google Chrome or other Chromium-based browser.\nchromium: chromium (rpm) or chromium-browser (deb)", "NeedsCompilation": "no", - "Packaged": "2023-08-11 20:25:41 UTC; garrick", - "Author": "Winston Chang [aut, cre],\nBarret Schloerke [aut] (),\nPosit Software, PBC [cph, fnd]", - "Maintainer": "Winston Chang ", + "Packaged": "2022-09-07 13:27:44 UTC; barret", + "Author": "Winston Chang [aut, cre],\nBarret Schloerke [aut],\nRStudio [cph, fnd]", + "Maintainer": "Winston Chang ", "Repository": "CRAN", - "Date/Publication": "2023-08-11 21:43:51 UTC", - "Built": "R 4.2.3; ; 2023-09-06 01:58:20 UTC; windows" + "Date/Publication": "2022-09-07 14:10:02 UTC", + "Built": "R 4.2.2; ; 2022-12-27 02:48:56 UTC; windows" } }, "cli": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "cli", "Title": "Helpers for Developing Command Line Interfaces", - "Version": "3.6.0", + "Version": "3.6.1", "Authors@R": "c(\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Hadley\", \"Wickham\", role = \"ctb\"),\nperson(\"Kirill\", \"Müller\", role = \"ctb\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", "Description": "A suite of tools to build attractive command line interfaces\n('CLIs'), from semantic elements: headings, lists, alerts, paragraphs,\netc. Supports custom themes via a 'CSS'-like language. It also\ncontains a number of lower level 'CLI' elements: rules, boxes, trees,\nand 'Unicode' symbols with 'ASCII' alternatives. It support ANSI\ncolors and text styles as well.", "License": "MIT + file LICENSE", @@ -950,19 +1015,19 @@ "Encoding": "UTF-8", "RoxygenNote": "7.2.1.9000", "NeedsCompilation": "yes", - "Packaged": "2023-01-09 13:06:17 UTC; gaborcsardi", + "Packaged": "2023-03-22 13:59:32 UTC; gaborcsardi", "Author": "Gábor Csárdi [aut, cre],\nHadley Wickham [ctb],\nKirill Müller [ctb],\nRStudio [cph, fnd]", "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2023-01-09 14:40:02 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2023-01-10 12:31:08 UTC; windows", + "Repository": "CRAN", + "Date/Publication": "2023-03-23 12:52:05 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2023-05-26 15:07:33 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "clipr": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Type": "Package", "Package": "clipr", @@ -991,7 +1056,7 @@ }, "clisymbols": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "clisymbols", "Title": "Unicode Symbols at the R Prompt", @@ -1014,10 +1079,10 @@ }, "codetools": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "codetools", - "Version": "0.2-18", + "Version": "0.2-19", "Priority": "recommended", "Author": "Luke Tierney ", "Description": "Code analysis tools for R.", @@ -1027,19 +1092,20 @@ "URL": "https://gitlab.com/luke-tierney/codetools", "License": "GPL", "NeedsCompilation": "no", - "Packaged": "2020-11-02 14:45:50 UTC; luke", - "Repository": "CRAN", - "Date/Publication": "2020-11-04 17:12:32 UTC", - "Built": "R 4.2.2; ; 2023-09-07 18:15:24 UTC; windows" + "Packaged": "2023-01-31 19:16:51 UTC; luke", + "Repository": "RSPM", + "Date/Publication": "2023-02-01 13:21:59 UTC", + "Encoding": "UTF-8", + "Built": "R 4.2.0; ; 2023-02-02 18:47:27 UTC; windows" } }, "colorspace": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "colorspace", - "Version": "2.0-3", - "Date": "2022-02-19", + "Version": "2.1-0", + "Date": "2023-01-23", "Title": "A Toolbox for Manipulating and Assessing Colors and Palettes", "Authors@R": "c(person(given = \"Ross\", family = \"Ihaka\", role = \"aut\", email = \"ihaka@stat.auckland.ac.nz\"),\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, ).", @@ -1051,49 +1117,50 @@ "URL": "https://colorspace.R-Forge.R-project.org/, https://hclwizard.org/", "BugReports": "https://colorspace.R-Forge.R-project.org/contact.html", "LazyData": "yes", - "RoxygenNote": "7.1.2", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2022-02-19 11:47:52 UTC; zeileis", + "Packaged": "2023-01-23 08:50:11 UTC; zeileis", "Author": "Ross Ihaka [aut],\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-07-24 00:40:57 UTC; windows", + "Repository": "RSPM", + "Date/Publication": "2023-01-23 11:40:02 UTC", + "Built": "R 4.2.0; x86_64-w64-mingw32; 2023-01-24 11:59:16 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "commonmark": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "commonmark", "Type": "Package", "Title": "High Performance CommonMark and Github Markdown Rendering in R", - "Version": "1.8.0", + "Version": "1.9.0", "Authors@R": "c(\nperson(\"Jeroen\", \"Ooms\", ,\"jeroen@berkeley.edu\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-4035-0289\")),\nperson(\"John MacFarlane\", role = \"cph\", comment = \"Author of cmark\"))", - "URL": "https://docs.ropensci.org/commonmark/ (docs)\nhttps://github.com/r-lib/commonmark (devel)\nhttps://github.github.com/gfm/ (spec)", + "URL": "https://docs.ropensci.org/commonmark/\nhttps://r-lib.r-universe.dev/commonmark\nhttps://github.github.com/gfm/ (spec)", "BugReports": "https://github.com/r-lib/commonmark/issues", "Description": "The CommonMark specification defines a rationalized version of markdown\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", + "RoxygenNote": "7.2.3", "Language": "en-US", "Encoding": "UTF-8", "NeedsCompilation": "yes", - "Packaged": "2022-03-09 14:29:25 UTC; jeroen", + "Packaged": "2023-03-17 18:02:44 UTC; jeroen", "Author": "Jeroen Ooms [aut, cre] (),\nJohn MacFarlane [cph] (Author of cmark)", "Maintainer": "Jeroen Ooms ", "Repository": "CRAN", - "Date/Publication": "2022-03-09 15:40:07 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-24 00:38:26 UTC; windows", + "Date/Publication": "2023-03-17 18:40:02 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-06 01:12:42 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "config": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "config", "Type": "Package", @@ -1119,62 +1186,90 @@ "Built": "R 4.2.1; ; 2022-07-24 00:39:53 UTC; windows" } }, + "conflicted": { + "Source": "CRAN", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", + "description": { + "Package": "conflicted", + "Title": "An Alternative Conflict Resolution Strategy", + "Version": "1.2.0", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "R's default conflict management system gives the most\nrecently loaded package precedence. This can make it hard to detect\nconflicts, particularly when they arise because a package update\ncreates ambiguity that did not previously exist. 'conflicted' takes a\ndifferent approach, making every conflict an error and forcing you to\nchoose which function to use.", + "License": "MIT + file LICENSE", + "URL": "https://conflicted.r-lib.org/, https://github.com/r-lib/conflicted", + "BugReports": "https://github.com/r-lib/conflicted/issues", + "Depends": "R (>= 3.2)", + "Imports": "cli (>= 3.4.0), memoise, rlang (>= 1.0.0)", + "Suggests": "callr, covr, dplyr, Matrix, methods, pkgload, testthat (>=\n3.0.0), withr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "NeedsCompilation": "no", + "Packaged": "2023-01-31 19:50:23 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre],\nRStudio [cph, fnd]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN", + "Date/Publication": "2023-02-01 08:20:06 UTC", + "Built": "R 4.2.3; ; 2023-04-06 02:57:58 UTC; windows" + } + }, "covr": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Encoding": "UTF-8", "Package": "covr", "Title": "Test Coverage for Packages", - "Version": "3.5.1", - "Authors@R": "c(\nperson(\"Jim\", \"Hester\", email = \"james.f.hester@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Willem\", \"Ligtenberg\", role = \"ctb\"),\nperson(\"Kirill\", \"Müller\", role = \"ctb\"),\nperson(\"Henrik\", \"Bengtsson\", role = \"ctb\"),\nperson(\"Steve\", \"Peak\", role = \"ctb\"),\nperson(\"Kirill\", \"Sevastyanenko\", role = \"ctb\"),\nperson(\"Jon\", \"Clayden\", role = \"ctb\"),\nperson(\"Robert\", \"Flight\", role = \"ctb\"),\nperson(\"Eric\", \"Brown\", role = \"ctb\"),\nperson(\"Brodie\", \"Gaslam\", role = \"ctb\"),\nperson(\"Will\", \"Beasley\", role = \"ctb\"),\nperson(\"Robert\", \"Krzyzanowski\", role = \"ctb\"),\nperson(\"Markus\", \"Wamser\", role = \"ctb\"),\nperson(\"Karl\", \"Forner\", role = \"ctb\"),\nperson(\"Gergely\", \"Daróczi\", role = \"ctb\"),\nperson(\"Jouni\", \"Helske\", role = \"ctb\"),\nperson(\"Kun\", \"Ren\", role = \"ctb\"),\nperson(\"Jeroen\", \"Ooms\", role = \"ctb\"),\nperson(\"Ken\", \"Williams\", role = \"ctb\"),\nperson(\"Chris\", \"Campbell\", role = \"ctb\"),\nperson(\"David\", \"Hugh-Jones\", role = \"ctb\"),\nperson(\"Qin\", \"Wang\", role = \"ctb\"),\nperson(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"), comment = \"highlight.js library\"),\nperson(\"Mark\", \"Otto\", role = \"ctb\", comment = \"Bootstrap library\"),\nperson(\"Jacob\", \"Thornton\", role = \"ctb\", comment = \"Bootstrap library\"),\nperson(family = \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"),\nperson(family = \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\")\n)", - "Description": "Track and report code coverage for your package and (optionally)\nupload the results to a coverage service like 'Codecov' or\n'Coveralls' . Code coverage is a measure of the amount of\ncode being exercised by a set of tests. It is an indirect measure of test\nquality and completeness. This package is compatible with any testing\nmethodology or framework and tracks coverage of both R code and compiled\nC/C++/FORTRAN code.", + "Version": "3.6.2", + "Authors@R": "c(\nperson(\"Jim\", \"Hester\", email = \"james.f.hester@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Willem\", \"Ligtenberg\", role = \"ctb\"),\nperson(\"Kirill\", \"Müller\", role = \"ctb\"),\nperson(\"Henrik\", \"Bengtsson\", role = \"ctb\"),\nperson(\"Steve\", \"Peak\", role = \"ctb\"),\nperson(\"Kirill\", \"Sevastyanenko\", role = \"ctb\"),\nperson(\"Jon\", \"Clayden\", role = \"ctb\"),\nperson(\"Robert\", \"Flight\", role = \"ctb\"),\nperson(\"Eric\", \"Brown\", role = \"ctb\"),\nperson(\"Brodie\", \"Gaslam\", role = \"ctb\"),\nperson(\"Will\", \"Beasley\", role = \"ctb\"),\nperson(\"Robert\", \"Krzyzanowski\", role = \"ctb\"),\nperson(\"Markus\", \"Wamser\", role = \"ctb\"),\nperson(\"Karl\", \"Forner\", role = \"ctb\"),\nperson(\"Gergely\", \"Daróczi\", role = \"ctb\"),\nperson(\"Jouni\", \"Helske\", role = \"ctb\"),\nperson(\"Kun\", \"Ren\", role = \"ctb\"),\nperson(\"Jeroen\", \"Ooms\", role = \"ctb\"),\nperson(\"Ken\", \"Williams\", role = \"ctb\"),\nperson(\"Chris\", \"Campbell\", role = \"ctb\"),\nperson(\"David\", \"Hugh-Jones\", role = \"ctb\"),\nperson(\"Qin\", \"Wang\", role = \"ctb\"),\nperson(\"Doug\", \"Kelkhoff\", role = \"ctb\"),\nperson(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"), comment = \"highlight.js library\"),\nperson(\"Mark\", \"Otto\", role = \"ctb\", comment = \"Bootstrap library\"),\nperson(\"Jacob\", \"Thornton\", role = \"ctb\", comment = \"Bootstrap library\"),\nperson(family = \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"),\nperson(family = \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\")\n)", + "Description": "Track and report code coverage for your package and (optionally)\nupload the results to a coverage service like 'Codecov' or\n'Coveralls' . Code coverage is a measure of the amount of\ncode being exercised by a set of tests. It is an indirect measure of test\nquality and completeness. This package is compatible with any testing\nmethodology or framework and tracks coverage of both R code and compiled\nC/C++/FORTRAN code.", "URL": "https://covr.r-lib.org, https://github.com/r-lib/covr", "BugReports": "https://github.com/r-lib/covr/issues", "Depends": "R (>= 3.1.0), methods", "Imports": "digest, stats, utils, jsonlite, rex, httr, crayon, withr (>=\n1.0.2), yaml", - "Suggests": "R6, curl, knitr, rmarkdown, htmltools, DT (>= 0.2), testthat,\nrlang, rstudioapi (>= 0.2), xml2 (>= 1.0.0), parallel, memoise,\nmockery", - "License": "GPL-3", - "LazyData": "true", + "Suggests": "R6, curl, knitr, rmarkdown, htmltools, DT (>= 0.2), testthat,\nrlang, rstudioapi (>= 0.2), xml2 (>= 1.0.0), parallel, memoise,\nmockery, covr", + "License": "MIT + file LICENSE", "VignetteBuilder": "knitr", - "RoxygenNote": "7.1.0", + "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2020-09-16 20:09:53 UTC; jhester", - "Author": "Jim Hester [aut, cre],\nWillem Ligtenberg [ctb],\nKirill Müller [ctb],\nHenrik Bengtsson [ctb],\nSteve Peak [ctb],\nKirill Sevastyanenko [ctb],\nJon Clayden [ctb],\nRobert Flight [ctb],\nEric Brown [ctb],\nBrodie Gaslam [ctb],\nWill Beasley [ctb],\nRobert Krzyzanowski [ctb],\nMarkus Wamser [ctb],\nKarl Forner [ctb],\nGergely Daróczi [ctb],\nJouni Helske [ctb],\nKun Ren [ctb],\nJeroen Ooms [ctb],\nKen Williams [ctb],\nChris Campbell [ctb],\nDavid Hugh-Jones [ctb],\nQin Wang [ctb],\nIvan Sagalaev [ctb, cph] (highlight.js library),\nMark Otto [ctb] (Bootstrap library),\nJacob Thornton [ctb] (Bootstrap library),\nBootstrap contributors [ctb] (Bootstrap library),\nTwitter, Inc [cph] (Bootstrap library)", + "Packaged": "2023-03-24 14:00:42 UTC; jimhester", + "Author": "Jim Hester [aut, cre],\nWillem Ligtenberg [ctb],\nKirill Müller [ctb],\nHenrik Bengtsson [ctb],\nSteve Peak [ctb],\nKirill Sevastyanenko [ctb],\nJon Clayden [ctb],\nRobert Flight [ctb],\nEric Brown [ctb],\nBrodie Gaslam [ctb],\nWill Beasley [ctb],\nRobert Krzyzanowski [ctb],\nMarkus Wamser [ctb],\nKarl Forner [ctb],\nGergely Daróczi [ctb],\nJouni Helske [ctb],\nKun Ren [ctb],\nJeroen Ooms [ctb],\nKen Williams [ctb],\nChris Campbell [ctb],\nDavid Hugh-Jones [ctb],\nQin Wang [ctb],\nDoug Kelkhoff [ctb],\nIvan Sagalaev [ctb, cph] (highlight.js library),\nMark Otto [ctb] (Bootstrap library),\nJacob Thornton [ctb] (Bootstrap library),\nBootstrap contributors [ctb] (Bootstrap library),\nTwitter, Inc [cph] (Bootstrap library)", "Maintainer": "Jim Hester ", - "Repository": "CRAN", - "Date/Publication": "2020-09-16 21:10:13 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-23 02:32:29 UTC; windows", + "Repository": "RSPM", + "Date/Publication": "2023-03-25 12:50:17 UTC", + "Built": "R 4.2.0; x86_64-w64-mingw32; 2023-03-27 19:36:10 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "cpp11": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "cpp11", "Title": "A C++11 Interface for R's C Interface", - "Version": "0.4.2", - "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\")))", + "Version": "0.4.5", + "Authors@R": "c(\nperson(\"Davis\", \"Vaughan\", email = \"davis@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4777-038X\")),\nperson(\"Jim\",\"Hester\", role = \"aut\", comment = c(ORCID = \"0000-0002-2739-7082\")),\nperson(\"Romain\", \"François\", role = \"aut\", comment = c(ORCID = \"0000-0002-2444-4226\")),\nperson(\"Benjamin\", \"Kietzman\", role = \"ctb\"),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", "Description": "Provides a header only, C++11 interface to R's C\ninterface. Compared to other approaches 'cpp11' strives to be safe\nagainst long jumps from the C API as well as C++ exceptions, conform\nto normal R function semantics and supports interaction with 'ALTREP'\nvectors.", "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.1.2", + "RoxygenNote": "7.2.1", "SystemRequirements": "C++11", "NeedsCompilation": "no", - "Packaged": "2021-11-29 17:26:06 UTC; jhester", - "Author": "Jim Hester [aut] (),\nRomain François [aut, cre],\nBenjamin Kietzman [ctb],\nRStudio [cph, fnd]", - "Maintainer": "Romain François ", - "Repository": "CRAN", - "Date/Publication": "2021-11-30 09:10:04 UTC", - "Built": "R 4.2.1; ; 2022-07-24 00:38:16 UTC; windows" + "Packaged": "2023-07-20 08:32:32 UTC; hornik", + "Author": "Davis Vaughan [aut, cre] (),\nJim Hester [aut] (),\nRomain François [aut] (),\nBenjamin Kietzman [ctb],\nPosit Software, PBC [cph, fnd]", + "Maintainer": "Davis Vaughan ", + "Repository": "RSPM", + "Date/Publication": "2023-07-20 10:17:14 UTC", + "Built": "R 4.2.0; ; 2023-07-21 11:28:33 UTC; windows" } }, "crancache": { @@ -1186,7 +1281,7 @@ "Version": "0.0.0.9001", "Author": "Gábor Csárdi", "Maintainer": "Gábor Csárdi ", - "Description": "Wrappers for 'install.packages()', 'download_packages()' and\n'update.packages', that transparently caches downloaded packages in\nlocal CRAN-like repositories.", + "Description": "Wrappers for 'install.packages()', 'download_packages()' and 'update.packages', that transparently caches downloaded packages in local CRAN-like repositories.", "License": "MIT + file LICENSE", "LazyData": "true", "URL": "https://github.com/r-lib/crancache#readme", @@ -1196,23 +1291,23 @@ "Imports": "callr, cranlike (>= 1.0.2), curl, desc (>= 1.1.0), digest, parsedate,\nrappdirs, rematch2, tools, utils, withr", "Suggests": "covr, pingr, testthat, zip", "Encoding": "UTF-8", - "Built": "R 4.2.1; ; 2023-02-07 14:39:03 UTC; windows", + "Built": "R 4.2.2; ; 2023-11-28 14:14:11 UTC; windows", "RemoteType": "github", - "RemoteHost": "api.github.com", - "RemoteRepo": "crancache", "RemoteUsername": "r-lib", + "RemoteRepo": "crancache", "RemoteRef": "HEAD", - "RemoteSha": "7ea4e479bdf780adadd1bd421a5ca23e5f951697", + "RemoteSha": "fc51e313db93780b1efd870f1b6bd3b638c909d3", + "RemoteHost": "api.github.com", "GithubHost": "api.github.com", "GithubRepo": "crancache", "GithubUsername": "r-lib", "GithubRef": "HEAD", - "GithubSHA1": "7ea4e479bdf780adadd1bd421a5ca23e5f951697" + "GithubSHA1": "fc51e313db93780b1efd870f1b6bd3b638c909d3" } }, "cranlike": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "cranlike", "Title": "Tools for 'CRAN'-Like Repositories", @@ -1237,7 +1332,7 @@ }, "cranlogs": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "cranlogs", "Title": "Download Logs from the 'RStudio' 'CRAN' Mirror", @@ -1262,33 +1357,33 @@ }, "crayon": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "crayon", "Title": "Colored Terminal Output", - "Version": "1.5.1", + "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": "Colored 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.", + "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' 'has_ansi.r' 'has_color.r'\n'link.R' 'styles.r' 'machinery.r' 'parts.r' 'print.r'\n'style-var.r' 'show.r' 'string_operations.r'", + "Collate": "'aaa-rstudio-detect.R' 'aaaa-rematch2.R'\n'aab-num-ansi-colors.R' 'aac-num-ansi-colors.R' 'ansi-256.r'\n'ansi-palette.R' 'combine.r' 'string.r' 'utils.r'\n'crayon-package.r' 'disposable.r' 'enc-utils.R' 'has_ansi.r'\n'has_color.r' 'link.R' 'styles.r' 'machinery.r' 'parts.r'\n'print.r' 'style-var.r' 'show.r' 'string_operations.r'", "Imports": "grDevices, methods, utils", "Suggests": "mockery, rstudioapi, testthat, withr", "RoxygenNote": "7.1.2", "Encoding": "UTF-8", "NeedsCompilation": "no", - "Packaged": "2022-03-26 16:18:07 UTC; gaborcsardi", + "Packaged": "2022-09-29 06:24:10 UTC; gaborcsardi", "Author": "Gábor Csárdi [aut, cre],\nBrodie Gaslam [ctb]", "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2022-03-26 17:30:05 UTC", - "Built": "R 4.2.2; ; 2023-08-10 19:30:18 UTC; windows" + "Repository": "CRAN", + "Date/Publication": "2022-09-29 16:20:24 UTC", + "Built": "R 4.2.1; ; 2022-10-09 00:43:11 UTC; windows" } }, "credentials": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "credentials", "Type": "Package", @@ -1317,7 +1412,7 @@ }, "crosstalk": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "crosstalk", "Type": "Package", @@ -1343,41 +1438,41 @@ }, "curl": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "curl", "Type": "Package", "Title": "A Modern and Flexible Web Client for R", - "Version": "4.3.2", + "Version": "5.0.1", "Authors@R": "c(\nperson(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\ncomment = c(ORCID = \"0000-0002-4035-0289\")),\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"ctb\"),\nperson(\"RStudio\", role = \"cph\")\n)", "Description": "The curl() and curl_download() functions provide highly\nconfigurable drop-in replacements for base url() and download.file() with\nbetter performance, support for encryption (https, ftps), gzip compression,\nauthentication, and other 'libcurl' goodies. The core of the package implements a\nframework for performing fully customized requests where data can be processed\neither in memory, on disk, or streaming via the callback or connection\ninterfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly\nweb client see the 'httr' package which builds on this package with http\nspecific tools and logic.", "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)", + "URL": "https://jeroen.r-universe.dev/curl https://curl.se/libcurl/", "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.1", + "RoxygenNote": "7.2.3", "Encoding": "UTF-8", "Language": "en-US", "NeedsCompilation": "yes", - "Packaged": "2021-06-22 11:39:40 UTC; jeroen", + "Packaged": "2023-06-07 12:04:09 UTC; jeroen", "Author": "Jeroen Ooms [aut, cre] (),\nHadley Wickham [ctb],\nRStudio [cph]", "Maintainer": "Jeroen Ooms ", "Repository": "RSPM", - "Date/Publication": "2021-06-23 07:00:06 UTC", - "Built": "R 4.2.2; x86_64-w64-mingw32; 2023-08-10 19:30:22 UTC; windows", + "Date/Publication": "2023-06-07 23:10:12 UTC", + "Built": "R 4.2.0; x86_64-w64-mingw32; 2023-06-08 11:23:22 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "data.table": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "data.table", - "Version": "1.14.2", + "Version": "1.14.8", "Title": "Extension of `data.frame`", "Authors@R": "c(\nperson(\"Matt\",\"Dowle\", role=c(\"aut\",\"cre\"), email=\"mattjdowle@gmail.com\"),\nperson(\"Arun\",\"Srinivasan\", role=\"aut\", email=\"asrini@pm.me\"),\nperson(\"Jan\",\"Gorecki\", role=\"ctb\"),\nperson(\"Michael\",\"Chirico\", role=\"ctb\"),\nperson(\"Pasha\",\"Stetsenko\", role=\"ctb\"),\nperson(\"Tom\",\"Short\", role=\"ctb\"),\nperson(\"Steve\",\"Lianoglou\", role=\"ctb\"),\nperson(\"Eduard\",\"Antonyan\", role=\"ctb\"),\nperson(\"Markus\",\"Bonsch\", role=\"ctb\"),\nperson(\"Hugh\",\"Parsonage\", role=\"ctb\"),\nperson(\"Scott\",\"Ritchie\", role=\"ctb\"),\nperson(\"Kun\",\"Ren\", role=\"ctb\"),\nperson(\"Xianying\",\"Tan\", role=\"ctb\"),\nperson(\"Rick\",\"Saporta\", role=\"ctb\"),\nperson(\"Otto\",\"Seiskari\", role=\"ctb\"),\nperson(\"Xianghui\",\"Dong\", role=\"ctb\"),\nperson(\"Michel\",\"Lang\", role=\"ctb\"),\nperson(\"Watal\",\"Iwasaki\", role=\"ctb\"),\nperson(\"Seth\",\"Wenchel\", role=\"ctb\"),\nperson(\"Karl\",\"Broman\", role=\"ctb\"),\nperson(\"Tobias\",\"Schmidt\", role=\"ctb\"),\nperson(\"David\",\"Arenburg\", role=\"ctb\"),\nperson(\"Ethan\",\"Smith\", role=\"ctb\"),\nperson(\"Francois\",\"Cocquemas\", role=\"ctb\"),\nperson(\"Matthieu\",\"Gomez\", role=\"ctb\"),\nperson(\"Philippe\",\"Chataignon\", role=\"ctb\"),\nperson(\"Nello\",\"Blaser\", role=\"ctb\"),\nperson(\"Dmitry\",\"Selivanov\", role=\"ctb\"),\nperson(\"Andrey\",\"Riabushenko\", role=\"ctb\"),\nperson(\"Cheng\",\"Lee\", role=\"ctb\"),\nperson(\"Declan\",\"Groves\", role=\"ctb\"),\nperson(\"Daniel\",\"Possenriede\", role=\"ctb\"),\nperson(\"Felipe\",\"Parages\", role=\"ctb\"),\nperson(\"Denes\",\"Toth\", role=\"ctb\"),\nperson(\"Mus\",\"Yaramaz-David\", role=\"ctb\"),\nperson(\"Ayappan\",\"Perumal\", role=\"ctb\"),\nperson(\"James\",\"Sams\", role=\"ctb\"),\nperson(\"Martin\",\"Morgan\", role=\"ctb\"),\nperson(\"Michael\",\"Quinn\", role=\"ctb\"),\nperson(\"@javrucebo\",\"\", role=\"ctb\"),\nperson(\"@marc-outins\",\"\", role=\"ctb\"),\nperson(\"Roy\",\"Storey\", role=\"ctb\"),\nperson(\"Manish\",\"Saraswat\", role=\"ctb\"),\nperson(\"Morgan\",\"Jacob\", role=\"ctb\"),\nperson(\"Michael\",\"Schubmehl\", role=\"ctb\"),\nperson(\"Davis\",\"Vaughan\", role=\"ctb\"),\nperson(\"Toby\",\"Hocking\", role=\"ctb\"),\nperson(\"Leonardo\",\"Silvestri\", role=\"ctb\"),\nperson(\"Tyson\",\"Barrett\", role=\"ctb\"),\nperson(\"Jim\",\"Hester\", role=\"ctb\"),\nperson(\"Anthony\",\"Damico\", role=\"ctb\"),\nperson(\"Sebastian\",\"Freundt\", role=\"ctb\"),\nperson(\"David\",\"Simons\", role=\"ctb\"),\nperson(\"Elliott\",\"Sales de Andrade\", role=\"ctb\"),\nperson(\"Cole\",\"Miller\", role=\"ctb\"),\nperson(\"Jens Peder\",\"Meldgaard\", role=\"ctb\"),\nperson(\"Vaclav\",\"Tlapak\", role=\"ctb\"),\nperson(\"Kevin\",\"Ushey\", role=\"ctb\"),\nperson(\"Dirk\",\"Eddelbuettel\", role=\"ctb\"),\nperson(\"Ben\",\"Schwen\", role=\"ctb\"))", "Depends": "R (>= 3.1.0)", @@ -1391,50 +1486,52 @@ "VignetteBuilder": "knitr", "ByteCompile": "TRUE", "NeedsCompilation": "yes", - "Packaged": "2021-09-23 03:10:37 UTC; mdowle", + "Packaged": "2023-02-16 16:37:18 UTC; mdowle", "Author": "Matt Dowle [aut, cre],\nArun Srinivasan [aut],\nJan Gorecki [ctb],\nMichael Chirico [ctb],\nPasha Stetsenko [ctb],\nTom Short [ctb],\nSteve Lianoglou [ctb],\nEduard Antonyan [ctb],\nMarkus Bonsch [ctb],\nHugh Parsonage [ctb],\nScott Ritchie [ctb],\nKun Ren [ctb],\nXianying Tan [ctb],\nRick Saporta [ctb],\nOtto Seiskari [ctb],\nXianghui Dong [ctb],\nMichel Lang [ctb],\nWatal Iwasaki [ctb],\nSeth Wenchel [ctb],\nKarl Broman [ctb],\nTobias Schmidt [ctb],\nDavid Arenburg [ctb],\nEthan Smith [ctb],\nFrancois Cocquemas [ctb],\nMatthieu Gomez [ctb],\nPhilippe Chataignon [ctb],\nNello Blaser [ctb],\nDmitry Selivanov [ctb],\nAndrey Riabushenko [ctb],\nCheng Lee [ctb],\nDeclan Groves [ctb],\nDaniel Possenriede [ctb],\nFelipe Parages [ctb],\nDenes Toth [ctb],\nMus Yaramaz-David [ctb],\nAyappan Perumal [ctb],\nJames Sams [ctb],\nMartin Morgan [ctb],\nMichael Quinn [ctb],\n@javrucebo [ctb],\n@marc-outins [ctb],\nRoy Storey [ctb],\nManish Saraswat [ctb],\nMorgan Jacob [ctb],\nMichael Schubmehl [ctb],\nDavis Vaughan [ctb],\nToby Hocking [ctb],\nLeonardo Silvestri [ctb],\nTyson Barrett [ctb],\nJim Hester [ctb],\nAnthony Damico [ctb],\nSebastian Freundt [ctb],\nDavid Simons [ctb],\nElliott Sales de Andrade [ctb],\nCole Miller [ctb],\nJens Peder Meldgaard [ctb],\nVaclav Tlapak [ctb],\nKevin Ushey [ctb],\nDirk Eddelbuettel [ctb],\nBen Schwen [ctb]", "Maintainer": "Matt Dowle ", - "Repository": "CRAN", - "Date/Publication": "2021-09-27 16:30:02 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-21 00:32:48 UTC; windows", + "Repository": "RSPM", + "Date/Publication": "2023-02-17 12:20:12 UTC", + "Encoding": "UTF-8", + "Built": "R 4.2.0; x86_64-w64-mingw32; 2023-02-20 12:10:10 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "dbplyr": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Type": "Package", "Package": "dbplyr", "Title": "A 'dplyr' Back End for Databases", - "Version": "2.1.1", - "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = c(\"aut\", \"cre\"),\nemail = \"hadley@rstudio.com\"),\nperson(given = \"Maximilian\",\nfamily = \"Girlich\",\nrole = \"aut\"),\nperson(given = \"Edgar\",\nfamily = \"Ruiz\",\nrole = \"aut\"),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", - "Description": "A 'dplyr' back end for databases that allows you to\nwork with remote database tables as if they are in-memory data frames.\nBasic features works with any database that has a 'DBI' back end; more\nadvanced features require 'SQL' translation to be provided by the\npackage author.", + "Version": "2.3.3", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Maximilian\", \"Girlich\", role = \"aut\"),\nperson(\"Edgar\", \"Ruiz\", role = \"aut\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "A 'dplyr' back end for databases that allows you to work with\nremote database tables as if they are in-memory data frames. Basic\nfeatures works with any database that has a 'DBI' back end; more\nadvanced features require 'SQL' translation to be provided by the\npackage author.", "License": "MIT + file LICENSE", "URL": "https://dbplyr.tidyverse.org/, https://github.com/tidyverse/dbplyr", "BugReports": "https://github.com/tidyverse/dbplyr/issues", "Depends": "R (>= 3.1)", - "Imports": "assertthat (>= 0.2.0), blob (>= 1.2.0), DBI (>= 1.0.0), dplyr\n(>= 1.0.4), ellipsis, glue (>= 1.2.0), lifecycle (>= 1.0.0),\nmagrittr, methods, purrr (>= 0.2.5), R6 (>= 2.2.2), rlang (>=\n0.2.0), tibble (>= 1.4.2), tidyselect (>= 0.2.4), utils, vctrs,\nwithr", - "Suggests": "bit64, covr, knitr, Lahman, nycflights13, odbc, RMariaDB (>=\n1.0.2), rmarkdown, RPostgres (>= 1.1.3), RPostgreSQL, RSQLite\n(>= 2.1.0), testthat (>= 3.0.2), tidyr", + "Imports": "blob (>= 1.2.0), cli (>= 3.4.1), DBI (>= 1.0.0), dplyr (>=\n1.1.0), glue (>= 1.2.0), lifecycle (>= 1.0.3), magrittr,\nmethods, pillar (>= 1.5.0), purrr (>= 1.0.1), R6 (>= 2.2.2),\nrlang (>= 1.0.6), tibble (>= 1.4.2), tidyr (>= 1.3.0),\ntidyselect (>= 1.2.0), utils, vctrs (>= 0.5.0), withr", + "Suggests": "bit64, covr, knitr, Lahman, nycflights13, odbc, RMariaDB (>=\n1.0.2), rmarkdown, RPostgres (>= 1.1.3), RPostgreSQL, RSQLite\n(>= 2.2.15), testthat (>= 3.0.2)", "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", "Language": "en-gb", - "RoxygenNote": "7.1.1", - "Collate": "'utils.R' 'sql.R' 'escape.R' 'translate-sql-quantile.R'\n'translate-sql-string.R' 'translate-sql-paste.R'\n'translate-sql-helpers.R' 'translate-sql-window.R'\n'translate-sql-conditional.R' 'backend-.R' 'backend-access.R'\n'backend-hana.R' 'backend-hive.R' 'backend-impala.R'\n'backend-mssql.R' 'backend-mysql.R' 'backend-odbc.R'\n'backend-oracle.R' 'backend-postgres.R'\n'backend-postgres-old.R' 'backend-redshift.R'\n'backend-snowflake.R' 'backend-sqlite.R' 'backend-teradata.R'\n'build-sql.R' 'data-cache.R' 'data-lahman.R'\n'data-nycflights13.R' 'db-escape.R' 'db-io.R' 'db-sql.R' 'db.R'\n'dbplyr.R' 'explain.R' 'ident.R' 'lazy-ops.R' 'memdb.R'\n'partial-eval.R' 'progress.R' 'query-join.R' 'query-select.R'\n'query-semi-join.R' 'query-set-op.R' 'query.R' 'reexport.R'\n'remote.R' 'schema.R' 'simulate.R' 'sql-build.R' 'sql-clause.R'\n'sql-expr.R' 'src-sql.R' 'src_dbi.R' 'tbl-lazy.R' 'tbl-sql.R'\n'test-frame.R' 'testthat.R' 'translate-sql.R' 'utils-format.R'\n'verb-arrange.R' 'verb-compute.R' 'verb-copy-to.R'\n'verb-count.R' 'verb-distinct.R' 'verb-do-query.R' 'verb-do.R'\n'verb-expand.R' 'verb-fill.R' 'verb-filter.R' 'verb-group_by.R'\n'verb-head.R' 'verb-joins.R' 'verb-mutate.R'\n'verb-pivot-longer.R' 'verb-pivot-wider.R' 'verb-pull.R'\n'verb-select.R' 'verb-set-ops.R' 'verb-slice.R'\n'verb-summarise.R' 'verb-uncount.R' 'verb-window.R' 'zzz.R'", + "RoxygenNote": "7.2.3", + "Collate": "'compat-types-check.R' 'compat-obj-type.R' 'utils.R' 'sql.R'\n'escape.R' 'translate-sql-cut.R' 'translate-sql-quantile.R'\n'translate-sql-string.R' 'translate-sql-paste.R'\n'translate-sql-helpers.R' 'translate-sql-window.R'\n'translate-sql-conditional.R' 'backend-.R' 'backend-access.R'\n'backend-hana.R' 'backend-hive.R' 'backend-impala.R'\n'verb-copy-to.R' 'backend-mssql.R' 'backend-mysql.R'\n'backend-odbc.R' 'backend-oracle.R' 'backend-postgres.R'\n'backend-postgres-old.R' 'backend-redshift.R'\n'backend-snowflake.R' 'backend-sqlite.R' 'backend-teradata.R'\n'build-sql.R' 'data-cache.R' 'data-lahman.R'\n'data-nycflights13.R' 'db-escape.R' 'db-io.R' 'db-sql.R' 'db.R'\n'dbplyr.R' 'explain.R' 'ident.R' 'join-by-compat.R'\n'join-cols-compat.R' 'lazy-join-query.R' 'lazy-ops.R'\n'lazy-query.R' 'lazy-select-query.R' 'lazy-set-op-query.R'\n'memdb.R' 'optimise-utils.R' 'pillar.R' 'progress.R'\n'query-join.R' 'query-select.R' 'query-semi-join.R'\n'query-set-op.R' 'query.R' 'reexport.R' 'remote.R' 'rows.R'\n'schema.R' 'simulate.R' 'sql-build.R' 'sql-clause.R'\n'sql-expr.R' 'src-sql.R' 'src_dbi.R' 'tbl-lazy.R' 'tbl-sql.R'\n'test-frame.R' 'testthat.R' 'tidyeval-across.R' 'tidyeval.R'\n'translate-sql.R' 'utils-format.R' 'verb-arrange.R'\n'verb-compute.R' 'verb-count.R' 'verb-distinct.R'\n'verb-do-query.R' 'verb-do.R' 'verb-expand.R' 'verb-fill.R'\n'verb-filter.R' 'verb-group_by.R' 'verb-head.R' 'verb-joins.R'\n'verb-mutate.R' 'verb-pivot-longer.R' 'verb-pivot-wider.R'\n'verb-pull.R' 'verb-select.R' 'verb-set-ops.R' 'verb-slice.R'\n'verb-summarise.R' 'verb-uncount.R' 'verb-window.R' 'zzz.R'", "NeedsCompilation": "no", - "Packaged": "2021-04-06 11:29:51 UTC; hadley", + "Packaged": "2023-07-07 14:13:59 UTC; hadleywickham", "Author": "Hadley Wickham [aut, cre],\nMaximilian Girlich [aut],\nEdgar Ruiz [aut],\nRStudio [cph, fnd]", "Maintainer": "Hadley Wickham ", - "Repository": "CRAN", - "Date/Publication": "2021-04-06 12:50:02 UTC", - "Built": "R 4.2.0; ; 2022-05-29 03:59:01 UTC; windows" + "Repository": "RSPM", + "Date/Publication": "2023-07-07 15:20:02 UTC", + "Built": "R 4.2.0; ; 2023-07-10 11:56:59 UTC; windows" } }, "debugme": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "debugme", "Title": "Debug R Packages", @@ -1459,16 +1556,16 @@ }, "desc": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "desc", "Title": "Manipulate DESCRIPTION Files", - "Version": "1.4.1", + "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, http://r-lib.github.io/desc/", + "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", @@ -1477,47 +1574,49 @@ "Config/testthat/edition": "3", "Encoding": "UTF-8", "Language": "en-US", - "RoxygenNote": "7.1.2", + "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-03-06 12:49:04 UTC; gaborcsardi", + "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-03-06 13:20:02 UTC", - "Built": "R 4.2.1; ; 2022-07-24 01:59:32 UTC; windows" + "Repository": "RSPM", + "Date/Publication": "2022-09-08 10:52:55 UTC", + "Built": "R 4.2.0; ; 2022-09-21 03:02:27 UTC; windows" } }, "devtools": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "devtools", "Title": "Tools to Make Developing R Packages Easier", - "Version": "2.4.3", - "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\"),\nperson(given = \"Jim\",\nfamily = \"Hester\",\nrole = \"aut\"),\nperson(given = \"Winston\",\nfamily = \"Chang\",\nrole = \"aut\"),\nperson(given = \"Jennifer\",\nfamily = \"Bryan\",\nrole = c(\"aut\", \"cre\"),\nemail = \"jenny@rstudio.com\",\ncomment = c(ORCID = \"0000-0002-6983-2759\")),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", + "Version": "2.4.5", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", role = \"aut\"),\nperson(\"Jim\", \"Hester\", role = \"aut\"),\nperson(\"Winston\", \"Chang\", role = \"aut\"),\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": "Collection of package development tools.", "License": "MIT + file LICENSE", "URL": "https://devtools.r-lib.org/, https://github.com/r-lib/devtools", "BugReports": "https://github.com/r-lib/devtools/issues", - "Depends": "R (>= 3.0.2), usethis (>= 2.0.1)", - "Imports": "callr (>= 3.6.0), cli (>= 3.0.0), desc (>= 1.3.0), ellipsis\n(>= 0.3.1), fs (>= 1.5.0), httr (>= 1.4.2), lifecycle (>=\n1.0.0), memoise (>= 2.0.0), pkgbuild (>= 1.2.0), pkgload (>=\n1.2.1), rcmdcheck (>= 1.3.3), remotes (>= 2.3.0), rlang (>=\n0.4.10), roxygen2 (>= 7.1.1), rstudioapi (>= 0.13), rversions\n(>= 2.0.2), sessioninfo (>= 1.1.1), stats, testthat (>= 3.0.2),\ntools, utils, withr (>= 2.4.1)", - "Suggests": "BiocManager (>= 1.30.12), covr (>= 3.5.1), curl (>= 4.3),\ndigest (>= 0.6.27), DT (>= 0.17), foghorn (>= 1.3.2), gh (>=\n1.2.1), gmailr (>= 1.0.0), knitr (>= 1.31), lintr (>= 2.0.1),\nMASS, mockery (>= 0.4.2), pingr (>= 2.0.1), pkgdown (>= 1.6.1),\nrhub (>= 1.1.1), rmarkdown (>= 2.7), spelling (>= 2.2)", + "Depends": "R (>= 3.0.2), usethis (>= 2.1.6)", + "Imports": "cli (>= 3.3.0), desc (>= 1.4.1), ellipsis (>= 0.3.2), fs (>=\n1.5.2), lifecycle (>= 1.0.1), memoise (>= 2.0.1), miniUI (>=\n0.1.1.1), pkgbuild (>= 1.3.1), pkgdown (>= 2.0.6), pkgload (>=\n1.3.0), profvis (>= 0.3.7), rcmdcheck (>= 1.4.0), remotes (>=\n2.4.2), rlang (>= 1.0.4), roxygen2 (>= 7.2.1), rversions (>=\n2.1.1), sessioninfo (>= 1.2.2), stats, testthat (>= 3.1.5),\ntools, urlchecker (>= 1.0.1), utils, withr (>= 2.5.0)", + "Suggests": "BiocManager (>= 1.30.18), callr (>= 3.7.1), covr (>= 3.5.1),\ncurl (>= 4.3.2), digest (>= 0.6.29), DT (>= 0.23), foghorn (>=\n1.4.2), gh (>= 1.3.0), gmailr (>= 1.0.1), httr (>= 1.4.3),\nknitr (>= 1.39), lintr (>= 3.0.0), MASS, mockery (>= 0.4.3),\npingr (>= 2.0.1), rhub (>= 1.1.1), rmarkdown (>= 2.14),\nrstudioapi (>= 0.13), spelling (>= 2.2)", "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", "Encoding": "UTF-8", "Language": "en-US", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.1", + "Config/testthat/edition": "3", "NeedsCompilation": "no", - "Packaged": "2021-11-29 16:01:54 UTC; jhester", + "Packaged": "2022-10-11 16:13:16 UTC; jenny", "Author": "Hadley Wickham [aut],\nJim Hester [aut],\nWinston Chang [aut],\nJennifer Bryan [aut, cre] (),\nRStudio [cph, fnd]", "Maintainer": "Jennifer Bryan ", "Repository": "CRAN", - "Date/Publication": "2021-11-30 09:00:02 UTC", - "Built": "R 4.2.1; ; 2022-07-10 05:27:33 UTC; windows" + "Date/Publication": "2022-10-11 17:12:36 UTC", + "Built": "R 4.2.1; ; 2022-10-14 11:34:40 UTC; windows" } }, "diffobj": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "diffobj", "Type": "Package", @@ -1548,16 +1647,16 @@ }, "digest": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "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.29", - "Date": "2021-11-30", + "Author": "Dirk Eddelbuettel with contributions\nby Antoine Lucas, Jarek Tuszynski, Henrik Bengtsson, Simon Urbanek,\nMario Frasca, Bryan Lewis, Murray Stokely, Hannes Muehleisen,\nDuncan Murdoch, Jim Hester, Wush Wu, Qiang Kou, Thierry Onkelinx,\nMichel Lang, Viliam Simko, Kurt Hornik, Radford Neal, Kendon Bell,\nMatthew de Queljoe, Ion Suruceanu, Bill Denney, Dirk Schumacher,\nWinston Chang, and Dean Attali.", + "Version": "0.6.33", + "Date": "2023-06-28", "Maintainer": "Dirk Eddelbuettel ", "Title": "Create Compact Hash Digests of R Objects", - "Description": "Implementation of a function 'digest()' for the creation of hash\ndigests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32',\n'xxhash', 'murmurhash', 'spookyhash' 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", + "Description": "Implementation of a function 'digest()' for the creation of hash\ndigests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32',\n'xxhash', 'murmurhash', 'spookyhash', 'blake3' and 'crc32c' algorithms) permitting\neasy comparison of R language objects, as well as functions such as'hmac()' to\ncreate hash-based message authentication code. Please note that this package\nis not meant to be deployed for cryptographic purposes for which more\ncomprehensive (and widely tested) libraries such as 'OpenSSL' should be\nused.", + "URL": "https://github.com/eddelbuettel/digest,\nhttps://dirk.eddelbuettel.com/code/digest.html", "BugReports": "https://github.com/eddelbuettel/digest/issues", "Depends": "R (>= 3.3.0)", "Imports": "utils", @@ -1565,56 +1664,57 @@ "Suggests": "tinytest, simplermarkdown", "VignetteBuilder": "simplermarkdown", "NeedsCompilation": "yes", - "Packaged": "2021-11-30 23:41:39 UTC; edd", + "Packaged": "2023-06-28 02:46:18 UTC; edd", "Repository": "CRAN", - "Date/Publication": "2021-12-01 07:40:02 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-24 00:37:48 UTC; windows", + "Date/Publication": "2023-07-07 14:10:02 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-04 01:12:04 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "downlit": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "downlit", "Title": "Syntax Highlighting and Automatic Linking", - "Version": "0.4.0", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = \"cph\")\n)", + "Version": "0.4.3", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", "Description": "Syntax highlighting of R code, specifically designed for the\nneeds of 'RMarkdown' packages like 'pkgdown', 'hugodown', and\n'bookdown'. It includes linking of function calls to their\ndocumentation on the web, and automatic translation of ANSI escapes in\noutput to the equivalent HTML.", "License": "MIT + file LICENSE", "URL": "https://downlit.r-lib.org/, https://github.com/r-lib/downlit", "BugReports": "https://github.com/r-lib/downlit/issues", "Depends": "R (>= 3.4.0)", - "Imports": "brio, desc, digest, evaluate, fansi, memoise, rlang, vctrs,\nyaml", - "Suggests": "covr, htmltools, jsonlite, leaflet, MASS, pkgload, rmarkdown,\ntestthat (>= 3.0.0), xml2", + "Imports": "brio, desc, digest, evaluate, fansi, memoise, rlang, vctrs,\nwithr, yaml", + "Suggests": "covr, htmltools, jsonlite, MASS, MassSpecWavelet, pkgload,\nrmarkdown, testthat (>= 3.0.0), xml2", + "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2021-10-29 18:02:03 UTC; hadley", - "Author": "Hadley Wickham [aut, cre],\nRStudio [cph]", - "Maintainer": "Hadley Wickham ", + "Packaged": "2023-06-29 22:06:14 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre],\nRStudio [cph, fnd]", + "Maintainer": "Hadley Wickham ", "Repository": "CRAN", - "Date/Publication": "2021-10-29 19:40:08 UTC", - "Built": "R 4.2.0; ; 2022-06-23 02:39:09 UTC; windows" + "Date/Publication": "2023-06-29 22:40:08 UTC", + "Built": "R 4.2.3; ; 2023-09-06 02:17:59 UTC; windows" } }, "dplyr": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Type": "Package", "Package": "dplyr", "Title": "A Grammar of Data Manipulation", - "Version": "1.1.0", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Romain\", \"François\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-2444-4226\")),\nperson(\"Lionel\", \"Henry\", role = \"aut\"),\nperson(\"Kirill\", \"Müller\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-1416-3412\")),\nperson(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-4777-038X\")),\nperson(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n)", + "Version": "1.1.2", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Romain\", \"François\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-2444-4226\")),\nperson(\"Lionel\", \"Henry\", role = \"aut\"),\nperson(\"Kirill\", \"Müller\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-1416-3412\")),\nperson(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-4777-038X\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", "Description": "A fast, consistent tool for working with data frame like\nobjects, both in memory and out of memory.", "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": "cli (>= 3.4.0), generics, glue (>= 1.3.2), lifecycle (>=\n1.0.3), magrittr (>= 1.5), methods, pillar (>= 1.5.1), R6,\nrlang (>= 1.0.6), tibble (>= 2.1.3), tidyselect (>= 1.2.0),\nutils, vctrs (>= 0.5.2)", + "Depends": "R (>= 3.5.0)", + "Imports": "cli (>= 3.4.0), generics, glue (>= 1.3.2), lifecycle (>=\n1.0.3), magrittr (>= 1.5), methods, pillar (>= 1.9.0), R6,\nrlang (>= 1.1.0), tibble (>= 3.2.0), tidyselect (>= 1.2.0),\nutils, vctrs (>= 0.6.0)", "Suggests": "bench, broom, callr, covr, DBI, dbplyr (>= 2.2.1), ggplot2,\nknitr, Lahman, lobstr, microbenchmark, nycflights13, purrr,\nrmarkdown, RMySQL, RPostgreSQL, RSQLite, stringi (>= 1.7.6),\ntestthat (>= 3.1.5), tidyr (>= 1.3.0), withr", "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse, shiny, pkgdown, tidyverse/tidytemplate", @@ -1623,48 +1723,48 @@ "LazyData": "true", "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2023-01-27 21:00:09 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre] (),\nRomain François [aut] (),\nLionel Henry [aut],\nKirill Müller [aut] (),\nDavis Vaughan [aut] (),\nPosit, PBC [cph, fnd]", + "Packaged": "2023-04-19 19:29:34 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre] (),\nRomain François [aut] (),\nLionel Henry [aut],\nKirill Müller [aut] (),\nDavis Vaughan [aut] (),\nPosit Software, PBC [cph, fnd]", "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2023-01-29 22:50:02 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2023-01-30 12:03:06 UTC; windows", + "Repository": "CRAN", + "Date/Publication": "2023-04-20 14:00:03 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-05-24 02:27:19 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "dtplyr": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "dtplyr", "Title": "Data Table Back-End for 'dplyr'", - "Version": "1.2.1", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"cre\", \"aut\")),\nperson(\"Maximilian\", \"Girlich\", role = \"aut\"),\nperson(\"Mark\", \"Fairbanks\", role = \"aut\"),\nperson(\"Ryan\", \"Dickerson\", role = \"aut\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Version": "1.3.1", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"cre\", \"aut\")),\nperson(\"Maximilian\", \"Girlich\", role = \"aut\"),\nperson(\"Mark\", \"Fairbanks\", role = \"aut\"),\nperson(\"Ryan\", \"Dickerson\", role = \"aut\"),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", "Description": "Provides a data.table backend for 'dplyr'. The goal of\n'dtplyr' is to allow you to write 'dplyr' code that is automatically\ntranslated to the equivalent, but usually much faster, data.table\ncode.", "License": "MIT + file LICENSE", "URL": "https://dtplyr.tidyverse.org, https://github.com/tidyverse/dtplyr", "BugReports": "https://github.com/tidyverse/dtplyr/issues", "Depends": "R (>= 3.3)", - "Imports": "crayon, data.table (>= 1.13.0), dplyr (>= 1.0.3), ellipsis,\nglue, lifecycle, rlang, tibble, tidyselect, vctrs", - "Suggests": "bench, covr, knitr, rmarkdown, testthat (>= 3.0.0), tidyr (>=\n1.1.0)", + "Imports": "cli (>= 3.4.0), data.table (>= 1.13.0), dplyr (>= 1.1.0),\nglue, lifecycle, rlang (>= 1.0.4), tibble, tidyselect (>=\n1.2.0), vctrs (>= 0.4.1)", + "Suggests": "bench, covr, knitr, rmarkdown, testthat (>= 3.1.2), tidyr (>=\n1.1.0), waldo (>= 0.3.1)", "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2022-01-19 21:59:49 UTC; hadleywickham", - "Author": "Hadley Wickham [cre, aut],\nMaximilian Girlich [aut],\nMark Fairbanks [aut],\nRyan Dickerson [aut],\nRStudio [cph, fnd]", - "Maintainer": "Hadley Wickham ", + "Packaged": "2023-03-21 14:31:40 UTC; hadleywickham", + "Author": "Hadley Wickham [cre, aut],\nMaximilian Girlich [aut],\nMark Fairbanks [aut],\nRyan Dickerson [aut],\nPosit Software, PBC [cph, fnd]", + "Maintainer": "Hadley Wickham ", "Repository": "CRAN", - "Date/Publication": "2022-01-19 22:32:41 UTC", - "Built": "R 4.2.1; ; 2022-08-16 03:25:07 UTC; windows" + "Date/Publication": "2023-03-22 13:10:05 UTC", + "Built": "R 4.2.3; ; 2023-04-06 04:45:51 UTC; windows" } }, "ellipsis": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "ellipsis", "Version": "0.3.2", @@ -1692,39 +1792,40 @@ }, "evaluate": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "evaluate", "Type": "Package", "Title": "Parsing and Evaluation Tools that Provide More Details than the\nDefault", - "Version": "0.15", - "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)", + "Version": "0.21", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", role = \"aut\"),\nperson(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(\"Michael\", \"Lawrence\", role = \"ctb\"),\nperson(\"Thomas\", \"Kluyver\", role = \"ctb\"),\nperson(\"Jeroen\", \"Ooms\", role = \"ctb\"),\nperson(\"Barret\", \"Schloerke\", role = \"ctb\"),\nperson(\"Adam\", \"Ryczkowski\", role = \"ctb\"),\nperson(\"Hiroaki\", \"Yutani\", role = \"ctb\"),\nperson(\"Michel\", \"Lang\", role = \"ctb\"),\nperson(\"Karolis\", \"Koncevičius\", role = \"ctb\"),\nperson(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", "Description": "Parsing and evaluation tools that make it easy to recreate the\ncommand line behaviour of R.", "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.1.1", + "Suggests": "covr, ggplot2, lattice, rlang, testthat (>= 3.0.0), withr", + "RoxygenNote": "7.2.3", "Encoding": "UTF-8", + "Config/testthat/edition": "3", "NeedsCompilation": "no", - "Packaged": "2022-02-18 16:51:14 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]", + "Packaged": "2023-05-01 21:56:45 UTC; yihui", + "Author": "Hadley Wickham [aut],\nYihui Xie [aut, cre] (),\nMichael Lawrence [ctb],\nThomas Kluyver [ctb],\nJeroen Ooms [ctb],\nBarret Schloerke [ctb],\nAdam Ryczkowski [ctb],\nHiroaki Yutani [ctb],\nMichel Lang [ctb],\nKarolis Koncevičius [ctb],\nPosit Software, PBC [cph, fnd]", "Maintainer": "Yihui Xie ", "Repository": "CRAN", - "Date/Publication": "2022-02-18 17:20:02 UTC", - "Built": "R 4.2.1; ; 2022-07-24 00:38:22 UTC; windows" + "Date/Publication": "2023-05-05 23:30:02 UTC", + "Built": "R 4.2.3; ; 2023-09-06 01:12:41 UTC; windows" } }, "fansi": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "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", + "Version": "1.0.4", "Authors@R": "c(\nperson(\"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\",\nrole=c(\"aut\", \"cre\")),\nperson(\"Elliott\", \"Sales De Andrade\", role=\"ctb\"),\nperson(family=\"R Core Team\",\nemail=\"R-core@r-project.org\", role=\"cph\",\ncomment=\"UTF8 byte length calcs from src/util.c\"\n))", "Depends": "R (>= 3.1.0)", "License": "GPL-2 | GPL-3", @@ -1737,81 +1838,81 @@ "Encoding": "UTF-8", "Collate": "'constants.R' 'fansi-package.R' 'internal.R' 'load.R' 'misc.R'\n'nchar.R' 'strwrap.R' 'strtrim.R' 'strsplit.R' 'substr2.R'\n'trimws.R' 'tohtml.R' 'unhandled.R' 'normalize.R' 'sgr.R'", "NeedsCompilation": "yes", - "Packaged": "2022-03-24 00:52:26 UTC; bg", + "Packaged": "2023-01-22 17:39:01 UTC; bg", "Author": "Brodie Gaslam [aut, cre],\nElliott Sales De Andrade [ctb],\nR Core Team [cph] (UTF8 byte length calcs from src/util.c)", "Maintainer": "Brodie Gaslam ", - "Repository": "CRAN", - "Date/Publication": "2022-03-24 07:50:02 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-24 00:38:16 UTC; windows", + "Repository": "RSPM", + "Date/Publication": "2023-01-22 19:20:02 UTC", + "Built": "R 4.2.0; x86_64-w64-mingw32; 2023-01-23 12:11:19 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "farver": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { - "Package": "farver", "Type": "Package", + "Package": "farver", "Title": "High Performance Colour Space Manipulation", - "Version": "2.1.0", - "Authors@R": "c(person(given = \"Thomas Lin\",\nfamily = \"Pedersen\",\nrole = c(\"cre\", \"aut\"),\nemail = \"thomasp85@gmail.com\",\ncomment = c(ORCID = \"0000-0002-5147-4711\")),\nperson(given = \"Berendea\",\nfamily = \"Nicolae\",\nrole = \"aut\",\ncomment = \"Author of the ColorSpace C++ library\"),\nperson(given = \"Romain\",\nfamily = \"François\",\nrole = \"aut\",\nemail = \"romain@purrple.cat\",\ncomment = c(ORCID = \"0000-0002-2444-4226\"))\n)", + "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, using\ndifferent colour spaces. As different colour spaces have different uses,\nefficient conversion between these representations are important. The\n'farver' package provides a set of functions that gives access to very fast\ncolour space conversion and comparisons implemented in C++, and offers\nspeed improvements over the 'convertColor' function in the 'grDevices'\npackage.", + "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", - "Encoding": "UTF-8", - "SystemRequirements": "C++11", - "RoxygenNote": "7.1.1", "URL": "https://farver.data-imaginist.com,\nhttps://github.com/thomasp85/farver", "BugReports": "https://github.com/thomasp85/farver/issues", - "Suggests": "testthat (>= 2.1.0), covr", + "Suggests": "covr, testthat (>= 3.0.0)", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.0", + "SystemRequirements": "C++11", + "Config/testthat/edition": "3", "NeedsCompilation": "yes", - "Packaged": "2021-02-28 19:00:15 UTC; thomas", + "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": "2021-02-28 19:30:02 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-05 00:31:17 UTC; windows", + "Date/Publication": "2022-07-06 13:50:02 UTC", + "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-24 00:38:01 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "fastmap": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "fastmap", "Title": "Fast Data Structures", - "Version": "1.1.0", + "Version": "1.1.1", "Authors@R": "c(\nperson(\"Winston\", \"Chang\", email = \"winston@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(given = \"RStudio\", role = c(\"cph\", \"fnd\")),\nperson(given = \"Tessil\", role = \"cph\", comment = \"hopscotch_map library\")\n)", "Description": "Fast implementation of data structures, including a key-value\nstore, stack, and queue. Environments are commonly used as key-value stores\nin R, but every time a new key is used, it is added to R's global symbol\ntable, causing a small amount of memory leakage. This can be problematic in\ncases where many different keys are used. Fastmap avoids this memory leak\nissue by implementing the map using data structures in C++.", "License": "MIT + file LICENSE", "Encoding": "UTF-8", - "LazyData": "true", - "RoxygenNote": "7.1.1", + "RoxygenNote": "7.2.3", "Suggests": "testthat (>= 2.1.1)", "URL": "https://r-lib.github.io/fastmap/, https://github.com/r-lib/fastmap", "BugReports": "https://github.com/r-lib/fastmap/issues", "NeedsCompilation": "yes", - "Packaged": "2021-01-25 20:28:54 UTC; winston", + "Packaged": "2023-02-24 16:01:27 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-07-24 00:38:01 UTC; windows", + "Repository": "RSPM", + "Date/Publication": "2023-02-24 16:30:02 UTC", + "Built": "R 4.2.0; x86_64-w64-mingw32; 2023-02-27 11:43:17 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "fontawesome": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Type": "Package", "Package": "fontawesome", - "Version": "0.5.0", + "Version": "0.5.1", "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(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", + "Authors@R": "c(\nperson(\"Richard\", \"Iannone\", , \"rich@posit.co\", c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-3925-190X\")),\nperson(\"Christophe\", \"Dervieux\", , \"cderv@posit.co\", role = \"ctb\",\ncomment = c(ORCID = \"0000-0003-4474-2498\")),\nperson(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"ctb\"),\nperson(\"Dave\", \"Gandy\", role = c(\"ctb\", \"cph\"),\ncomment = \"Font-Awesome font\"),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", "License": "MIT + file LICENSE", "URL": "https://github.com/rstudio/fontawesome,\nhttps://rstudio.github.io/fontawesome/", "BugReports": "https://github.com/rstudio/fontawesome/issues", @@ -1823,45 +1924,47 @@ "Suggests": "covr, dplyr (>= 1.0.8), knitr (>= 1.31), testthat (>= 3.0.0),\nrsvg", "Config/testthat/edition": "3", "NeedsCompilation": "no", - "Packaged": "2023-01-25 19:30:38 UTC; rich", + "Packaged": "2023-04-18 17:20:05 UTC; rich", "Author": "Richard Iannone [aut, cre] (),\nChristophe Dervieux [ctb] (),\nWinston Chang [ctb],\nDave Gandy [ctb, cph] (Font-Awesome font),\nPosit Software, PBC [cph, fnd]", - "Maintainer": "Richard Iannone ", + "Maintainer": "Richard Iannone ", "Repository": "RSPM", - "Date/Publication": "2023-01-25 20:30:02 UTC", - "Built": "R 4.2.0; ; 2023-01-26 11:52:16 UTC; windows" + "Date/Publication": "2023-04-18 20:30:02 UTC", + "Built": "R 4.2.0; ; 2023-04-19 11:46:57 UTC; windows" } }, "forcats": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "forcats", "Title": "Tools for Working with Categorical Variables (Factors)", - "Version": "0.5.1", - "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = c(\"aut\", \"cre\"),\nemail = \"hadley@rstudio.com\"),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", - "Description": "Helpers for reordering factor levels (including\nmoving specified levels to front, ordering by first appearance,\nreversing, and randomly shuffling), and tools for modifying factor\nlevels (including collapsing rare levels into other, 'anonymising',\nand manually 'recoding').", + "Version": "1.0.0", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Helpers for reordering factor levels (including moving\nspecified levels to front, ordering by first appearance, reversing,\nand randomly shuffling), and tools for modifying factor levels\n(including collapsing rare levels into other, 'anonymising', and\nmanually 'recoding').", "License": "MIT + file LICENSE", - "URL": "https://forcats.tidyverse.org,\nhttps://github.com/tidyverse/forcats", + "URL": "https://forcats.tidyverse.org/,\nhttps://github.com/tidyverse/forcats", "BugReports": "https://github.com/tidyverse/forcats/issues", - "Depends": "R (>= 3.2)", - "Imports": "ellipsis, magrittr, rlang, tibble", - "Suggests": "covr, dplyr, ggplot2, knitr, readr, rmarkdown, testthat", + "Depends": "R (>= 3.4)", + "Imports": "cli (>= 3.4.0), glue, lifecycle, magrittr, rlang (>= 1.0.0),\ntibble", + "Suggests": "covr, dplyr, ggplot2, knitr, readr, rmarkdown, testthat (>=\n3.0.0), withr", "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", "Encoding": "UTF-8", "LazyData": "true", - "RoxygenNote": "7.1.1", + "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2021-01-27 18:16:43 UTC; hadley", + "Packaged": "2023-01-27 14:11:11 UTC; hadleywickham", "Author": "Hadley Wickham [aut, cre],\nRStudio [cph, fnd]", "Maintainer": "Hadley Wickham ", - "Repository": "CRAN", - "Date/Publication": "2021-01-27 19:50:02 UTC", - "Built": "R 4.2.1; ; 2022-07-24 03:00:47 UTC; windows" + "Repository": "RSPM", + "Date/Publication": "2023-01-29 22:20:02 UTC", + "Built": "R 4.2.0; ; 2023-01-30 12:11:44 UTC; windows" } }, "formattable": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "formattable", "Title": "Create 'Formattable' Data Structures", @@ -1891,101 +1994,105 @@ }, "fs": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "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)", + "Version": "1.6.3", + "Authors@R": "c(\nperson(\"Jim\", \"Hester\", role = \"aut\"),\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"libuv project contributors\", role = \"cph\",\ncomment = \"libuv library\"),\nperson(\"Joyent, Inc. and other Node contributors\", role = \"cph\",\ncomment = \"libuv library\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "A cross-platform interface to file system operations, built\non top of the 'libuv' C library.", "License": "MIT + file LICENSE", - "Encoding": "UTF-8", - "ByteCompile": "true", - "Imports": "methods", - "SystemRequirements": "GNU make", - "RoxygenNote": "7.1.2", "URL": "https://fs.r-lib.org, https://github.com/r-lib/fs", "BugReports": "https://github.com/r-lib/fs/issues", - "Copyright": "file COPYRIGHTS", - "Suggests": "testthat, covr, pillar (>= 1.0.0), tibble (>= 1.1.0), crayon,\nrmarkdown, knitr, withr, spelling, vctrs (>= 0.3.0)", + "Depends": "R (>= 3.4)", + "Imports": "methods", + "Suggests": "covr, crayon, knitr, pillar (>= 1.0.0), rmarkdown, spelling,\ntestthat (>= 3.0.0), tibble (>= 1.1.0), vctrs (>= 0.3.0), withr", "VignetteBuilder": "knitr", + "ByteCompile": "true", + "Copyright": "file COPYRIGHTS", + "Encoding": "UTF-8", "Language": "en-US", + "RoxygenNote": "7.2.3", + "SystemRequirements": "GNU make", + "Config/testthat/edition": "3", + "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "yes", - "Packaged": "2021-12-08 16:14:56 UTC; gaborcsardi", + "Packaged": "2023-07-10 16:24:00 UTC; gaborcsardi", "Author": "Jim Hester [aut],\nHadley Wickham [aut],\nGábor Csárdi [aut, cre],\nlibuv project contributors [cph] (libuv library),\nJoyent, Inc. and other Node contributors [cph] (libuv library),\nRStudio [cph, fnd]", "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2021-12-08 23:00:08 UTC", - "Built": "R 4.2.2; x86_64-w64-mingw32; 2023-08-10 19:30:55 UTC; windows", + "Repository": "CRAN", + "Date/Publication": "2023-07-20 10:30:02 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-06 01:12:42 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "gargle": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "gargle", "Title": "Utilities for Working with Google APIs", - "Version": "1.2.0", - "Authors@R": "c(person(given = \"Jennifer\",\nfamily = \"Bryan\",\nrole = c(\"aut\", \"cre\"),\nemail = \"jenny@rstudio.com\",\ncomment = c(ORCID = \"0000-0002-6983-2759\")),\nperson(given = \"Craig\",\nfamily = \"Citro\",\nrole = \"aut\",\nemail = \"craigcitro@google.com\"),\nperson(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\",\nemail = \"hadley@rstudio.com\",\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(given = \"Google Inc\",\nrole = \"cph\"),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", + "Version": "1.5.2", + "Authors@R": "c(\nperson(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-6983-2759\")),\nperson(\"Craig\", \"Citro\", , \"craigcitro@google.com\", role = \"aut\"),\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Google Inc\", role = \"cph\"),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", "Description": "Provides utilities for working with Google APIs\n. This includes\nfunctions and classes for handling common credential types and for\npreparing, executing, and processing HTTP requests.", "License": "MIT + file LICENSE", "URL": "https://gargle.r-lib.org, https://github.com/r-lib/gargle", "BugReports": "https://github.com/r-lib/gargle/issues", - "Depends": "R (>= 3.3)", - "Imports": "cli (>= 3.0.0), fs (>= 1.3.1), glue (>= 1.3.0), httr (>=\n1.4.0), jsonlite, rappdirs, rlang (>= 0.4.9), rstudioapi,\nstats, utils, withr", - "Suggests": "aws.ec2metadata, aws.signature, covr, httpuv, knitr, mockr,\nrmarkdown, sodium, spelling, testthat (>= 3.0.0)", + "Depends": "R (>= 3.6)", + "Imports": "cli (>= 3.0.1), fs (>= 1.3.1), glue (>= 1.3.0), httr (>=\n1.4.5), jsonlite, lifecycle, openssl, rappdirs, rlang (>=\n1.1.0), stats, utils, withr", + "Suggests": "aws.ec2metadata, aws.signature, covr, httpuv, knitr,\nrmarkdown, sodium, spelling, testthat (>= 3.1.7)", "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", "Language": "en-US", - "RoxygenNote": "7.1.1.9001", + "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2021-07-02 16:28:58 UTC; jenny", - "Author": "Jennifer Bryan [aut, cre] (),\nCraig Citro [aut],\nHadley Wickham [aut] (),\nGoogle Inc [cph],\nRStudio [cph, fnd]", - "Maintainer": "Jennifer Bryan ", - "Repository": "CRAN", - "Date/Publication": "2021-07-02 16:50:02 UTC", - "Built": "R 4.2.1; ; 2022-09-08 02:57:03 UTC; windows" + "Packaged": "2023-07-20 18:17:52 UTC; jenny", + "Author": "Jennifer Bryan [aut, cre] (),\nCraig Citro [aut],\nHadley Wickham [aut] (),\nGoogle Inc [cph],\nPosit Software, PBC [cph, fnd]", + "Maintainer": "Jennifer Bryan ", + "Repository": "RSPM", + "Date/Publication": "2023-07-20 18:50:08 UTC", + "Built": "R 4.2.0; ; 2023-07-21 11:27:40 UTC; windows" } }, "generics": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "generics", "Title": "Common S3 Generics not Provided by Base R Methods Related to\nModel Fitting", - "Version": "0.1.2", - "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = c(\"aut\", \"cre\"),\nemail = \"hadley@rstudio.com\"),\nperson(given = \"Max\",\nfamily = \"Kuhn\",\nrole = \"aut\",\nemail = \"max@rstudio.com\"),\nperson(given = \"Davis\",\nfamily = \"Vaughan\",\nrole = \"aut\",\nemail = \"davis@rstudio.com\"),\nperson(given = \"RStudio\",\nrole = \"cph\"))", - "Description": "In order to reduce potential package dependencies\nand conflicts, generics provides a number of commonly used S3\ngenerics.", + "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.1.2", + "RoxygenNote": "7.2.0", "NeedsCompilation": "no", - "Packaged": "2022-01-31 22:58:18 UTC; hadley", + "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-01-31 23:30:02 UTC", - "Built": "R 4.2.1; ; 2022-07-05 00:31:55 UTC; windows" + "Date/Publication": "2022-07-05 19:40:02 UTC", + "Built": "R 4.2.1; ; 2022-07-24 00:38:30 UTC; windows" } }, "gert": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Type": "Package", "Package": "gert", "Title": "Simple Git Client for R", - "Version": "1.9.2", + "Version": "1.9.3", "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", @@ -1995,107 +2102,114 @@ "Suggests": "spelling, knitr, rmarkdown, testthat", "VignetteBuilder": "knitr", "Encoding": "UTF-8", - "RoxygenNote": "7.2.1", + "RoxygenNote": "7.2.3", "SystemRequirements": "libgit2 (>= 1.0): libgit2-devel (rpm) or\nlibgit2-dev (deb)", "Language": "en-US", "NeedsCompilation": "yes", - "Packaged": "2022-12-05 23:16:35 UTC; jeroen", + "Packaged": "2023-08-07 12:27:24 UTC; jeroen", "Author": "Jeroen Ooms [aut, cre] (),\nJennifer Bryan [ctb] ()", "Maintainer": "Jeroen Ooms ", "Repository": "CRAN", - "Date/Publication": "2022-12-05 23:50:02 UTC", - "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-12-27 03:42:37 UTC; windows", + "Date/Publication": "2023-08-07 13:20:02 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-06 02:18:27 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "ggplot2": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "ggplot2", - "Version": "3.3.6", + "Version": "3.4.2", "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", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Winston\", \"Chang\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-1576-2126\")),\nperson(\"Lionel\", \"Henry\", role = \"aut\"),\nperson(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-5147-4711\")),\nperson(\"Kohske\", \"Takahashi\", role = \"aut\"),\nperson(\"Claus\", \"Wilke\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-7470-9261\")),\nperson(\"Kara\", \"Woo\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-5125-4188\")),\nperson(\"Hiroaki\", \"Yutani\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-3385-7233\")),\nperson(\"Dewey\", \"Dunnington\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-9415-4582\")),\nperson(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "A system for 'declaratively' creating graphics, based on \"The\nGrammar of Graphics\". You provide the data, tell 'ggplot2' how to map\nvariables to aesthetics, what graphical primitives to use, and it\ntakes care of the details.", "License": "MIT + file LICENSE", "URL": "https://ggplot2.tidyverse.org,\nhttps://github.com/tidyverse/ggplot2", "BugReports": "https://github.com/tidyverse/ggplot2/issues", - "LazyData": "true", - "Collate": "'ggproto.r' 'ggplot-global.R' 'aaa-.r'\n'aes-colour-fill-alpha.r' 'aes-evaluation.r'\n'aes-group-order.r' 'aes-linetype-size-shape.r'\n'aes-position.r' 'compat-plyr.R' 'utilities.r' 'aes.r'\n'legend-draw.r' 'geom-.r' 'annotation-custom.r'\n'annotation-logticks.r' 'geom-polygon.r' 'geom-map.r'\n'annotation-map.r' 'geom-raster.r' 'annotation-raster.r'\n'annotation.r' 'autolayer.r' 'autoplot.r' 'axis-secondary.R'\n'backports.R' 'bench.r' 'bin.R' 'coord-.r' 'coord-cartesian-.r'\n'coord-fixed.r' 'coord-flip.r' 'coord-map.r' 'coord-munch.r'\n'coord-polar.r' 'coord-quickmap.R' 'coord-sf.R'\n'coord-transform.r' 'data.R' 'facet-.r' 'facet-grid-.r'\n'facet-null.r' 'facet-wrap.r' 'fortify-lm.r' 'fortify-map.r'\n'fortify-multcomp.r' 'fortify-spatial.r' 'fortify.r' 'stat-.r'\n'geom-abline.r' 'geom-rect.r' 'geom-bar.r' 'geom-bin2d.r'\n'geom-blank.r' 'geom-boxplot.r' 'geom-col.r' 'geom-path.r'\n'geom-contour.r' 'geom-count.r' 'geom-crossbar.r'\n'geom-segment.r' 'geom-curve.r' 'geom-defaults.r'\n'geom-ribbon.r' 'geom-density.r' 'geom-density2d.r'\n'geom-dotplot.r' 'geom-errorbar.r' 'geom-errorbarh.r'\n'geom-freqpoly.r' 'geom-function.R' 'geom-hex.r'\n'geom-histogram.r' 'geom-hline.r' 'geom-jitter.r'\n'geom-label.R' 'geom-linerange.r' 'geom-point.r'\n'geom-pointrange.r' 'geom-quantile.r' 'geom-rug.r' 'geom-sf.R'\n'geom-smooth.r' 'geom-spoke.r' 'geom-text.r' 'geom-tile.r'\n'geom-violin.r' 'geom-vline.r' 'ggplot2.r' 'grob-absolute.r'\n'grob-dotstack.r' 'grob-null.r' 'grouping.r' 'guide-bins.R'\n'guide-colorbar.r' 'guide-colorsteps.R' 'guide-legend.r'\n'guides-.r' 'guides-axis.r' 'guides-grid.r' 'guides-none.r'\n'hexbin.R' 'labeller.r' 'labels.r' 'layer.r' 'layer-sf.R'\n'layout.R' 'limits.r' 'margins.R' 'performance.R'\n'plot-build.r' 'plot-construction.r' 'plot-last.r' 'plot.r'\n'position-.r' 'position-collide.r' 'position-dodge.r'\n'position-dodge2.r' 'position-identity.r' 'position-jitter.r'\n'position-jitterdodge.R' 'position-nudge.R' 'position-stack.r'\n'quick-plot.r' 'range.r' 'reshape-add-margins.R' 'save.r'\n'scale-.r' 'scale-alpha.r' 'scale-binned.R' 'scale-brewer.r'\n'scale-colour.r' 'scale-continuous.r' 'scale-date.r'\n'scale-discrete-.r' 'scale-expansion.r' 'scale-gradient.r'\n'scale-grey.r' 'scale-hue.r' 'scale-identity.r'\n'scale-linetype.r' 'scale-manual.r' 'scale-shape.r'\n'scale-size.r' 'scale-steps.R' 'scale-type.R' 'scale-view.r'\n'scale-viridis.r' 'scales-.r' 'stat-bin.r' 'stat-bin2d.r'\n'stat-bindot.r' 'stat-binhex.r' 'stat-boxplot.r'\n'stat-contour.r' 'stat-count.r' 'stat-density-2d.r'\n'stat-density.r' 'stat-ecdf.r' 'stat-ellipse.R'\n'stat-function.r' 'stat-identity.r' 'stat-qq-line.R'\n'stat-qq.r' 'stat-quantile.r' 'stat-sf-coordinates.R'\n'stat-sf.R' 'stat-smooth-methods.r' 'stat-smooth.r'\n'stat-sum.r' 'stat-summary-2d.r' 'stat-summary-bin.R'\n'stat-summary-hex.r' 'stat-summary.r' 'stat-unique.r'\n'stat-ydensity.r' 'summarise-plot.R' 'summary.r'\n'theme-elements.r' 'theme.r' 'theme-defaults.r'\n'theme-current.R' 'translate-qplot-ggplot.r'\n'translate-qplot-lattice.r' 'utilities-break.r'\n'utilities-grid.r' 'utilities-help.r' 'utilities-matrix.r'\n'utilities-resolution.r' 'utilities-table.r'\n'utilities-tidy-eval.R' 'zxx.r' 'zzz.r'", + "Depends": "R (>= 3.3)", + "Imports": "cli, glue, grDevices, grid, gtable (>= 0.1.1), isoband,\nlifecycle (> 1.0.1), MASS, mgcv, rlang (>= 1.1.0), scales (>=\n1.2.0), stats, tibble, vctrs (>= 0.5.0), withr (>= 2.5.0)", + "Suggests": "covr, dplyr, ggplot2movies, hexbin, Hmisc, knitr, lattice,\nmapproj, maps, maptools, multcomp, munsell, nlme, profvis,\nquantreg, ragg, RColorBrewer, rgeos, rmarkdown, rpart, sf (>=\n0.7-3), svglite (>= 1.2.0.9001), testthat (>= 3.1.2), vdiffr\n(>= 1.0.0), xml2", + "Enhances": "sp", "VignetteBuilder": "knitr", - "RoxygenNote": "7.1.1", - "Encoding": "UTF-8", "Config/Needs/website": "ggtext, tidyr, forcats, tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "LazyData": "true", + "RoxygenNote": "7.2.3", + "Collate": "'ggproto.R' 'ggplot-global.R' 'aaa-.R'\n'aes-colour-fill-alpha.R' 'aes-evaluation.R'\n'aes-group-order.R' 'aes-linetype-size-shape.R'\n'aes-position.R' 'compat-plyr.R' 'utilities.R' 'aes.R'\n'utilities-checks.R' 'legend-draw.R' 'geom-.R'\n'annotation-custom.R' 'annotation-logticks.R' 'geom-polygon.R'\n'geom-map.R' 'annotation-map.R' 'geom-raster.R'\n'annotation-raster.R' 'annotation.R' 'autolayer.R' 'autoplot.R'\n'axis-secondary.R' 'backports.R' 'bench.R' 'bin.R' 'coord-.R'\n'coord-cartesian-.R' 'coord-fixed.R' 'coord-flip.R'\n'coord-map.R' 'coord-munch.R' 'coord-polar.R'\n'coord-quickmap.R' 'coord-sf.R' 'coord-transform.R' 'data.R'\n'facet-.R' 'facet-grid-.R' 'facet-null.R' 'facet-wrap.R'\n'fortify-lm.R' 'fortify-map.R' 'fortify-multcomp.R'\n'fortify-spatial.R' 'fortify.R' 'stat-.R' 'geom-abline.R'\n'geom-rect.R' 'geom-bar.R' 'geom-bin2d.R' 'geom-blank.R'\n'geom-boxplot.R' 'geom-col.R' 'geom-path.R' 'geom-contour.R'\n'geom-count.R' 'geom-crossbar.R' 'geom-segment.R'\n'geom-curve.R' 'geom-defaults.R' 'geom-ribbon.R'\n'geom-density.R' 'geom-density2d.R' 'geom-dotplot.R'\n'geom-errorbar.R' 'geom-errorbarh.R' 'geom-freqpoly.R'\n'geom-function.R' 'geom-hex.R' 'geom-histogram.R'\n'geom-hline.R' 'geom-jitter.R' 'geom-label.R'\n'geom-linerange.R' 'geom-point.R' 'geom-pointrange.R'\n'geom-quantile.R' 'geom-rug.R' 'geom-sf.R' 'geom-smooth.R'\n'geom-spoke.R' 'geom-text.R' 'geom-tile.R' 'geom-violin.R'\n'geom-vline.R' 'ggplot2-package.R' 'grob-absolute.R'\n'grob-dotstack.R' 'grob-null.R' 'grouping.R' 'guide-bins.R'\n'guide-colorbar.R' 'guide-colorsteps.R' 'guide-legend.R'\n'guides-.R' 'guides-axis.R' 'guides-grid.R' 'guides-none.R'\n'hexbin.R' 'import-standalone-obj-type.R'\n'import-standalone-types-check.R' 'labeller.R' 'labels.R'\n'layer.R' 'layer-sf.R' 'layout.R' 'limits.R' 'margins.R'\n'performance.R' 'plot-build.R' 'plot-construction.R'\n'plot-last.R' 'plot.R' 'position-.R' 'position-collide.R'\n'position-dodge.R' 'position-dodge2.R' 'position-identity.R'\n'position-jitter.R' 'position-jitterdodge.R' 'position-nudge.R'\n'position-stack.R' 'quick-plot.R' 'reshape-add-margins.R'\n'save.R' 'scale-.R' 'scale-alpha.R' 'scale-binned.R'\n'scale-brewer.R' 'scale-colour.R' 'scale-continuous.R'\n'scale-date.R' 'scale-discrete-.R' 'scale-expansion.R'\n'scale-gradient.R' 'scale-grey.R' 'scale-hue.R'\n'scale-identity.R' 'scale-linetype.R' 'scale-linewidth.R'\n'scale-manual.R' 'scale-shape.R' 'scale-size.R' 'scale-steps.R'\n'scale-type.R' 'scale-view.R' 'scale-viridis.R' 'scales-.R'\n'stat-align.R' 'stat-bin.R' 'stat-bin2d.R' 'stat-bindot.R'\n'stat-binhex.R' 'stat-boxplot.R' 'stat-contour.R'\n'stat-count.R' 'stat-density-2d.R' 'stat-density.R'\n'stat-ecdf.R' 'stat-ellipse.R' 'stat-function.R'\n'stat-identity.R' 'stat-qq-line.R' 'stat-qq.R'\n'stat-quantilemethods.R' 'stat-sf-coordinates.R' 'stat-sf.R'\n'stat-smooth-methods.R' 'stat-smooth.R' 'stat-sum.R'\n'stat-summary-2d.R' 'stat-summary-bin.R' 'stat-summary-hex.R'\n'stat-summary.R' 'stat-unique.R' 'stat-ydensity.R'\n'summarise-plot.R' 'summary.R' 'theme-elements.R' 'theme.R'\n'theme-defaults.R' 'theme-current.R' 'utilities-break.R'\n'utilities-grid.R' 'utilities-help.R' 'utilities-matrix.R'\n'utilities-resolution.R' 'utilities-table.R'\n'utilities-tidy-eval.R' 'zxx.R' 'zzz.R'", "NeedsCompilation": "no", - "Packaged": "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 ", + "Packaged": "2023-03-31 08:04:34 UTC; thomas", + "Author": "Hadley Wickham [aut] (),\nWinston Chang [aut] (),\nLionel Henry [aut],\nThomas Lin Pedersen [aut, cre]\n(),\nKohske Takahashi [aut],\nClaus Wilke [aut] (),\nKara Woo [aut] (),\nHiroaki Yutani [aut] (),\nDewey Dunnington [aut] (),\nPosit, PBC [cph, fnd]", + "Maintainer": "Thomas Lin Pedersen ", "Repository": "CRAN", - "Date/Publication": "2022-05-03 07:00:14 UTC", - "Built": "R 4.2.1; ; 2022-07-24 03:06:28 UTC; windows" + "Date/Publication": "2023-04-03 14:10:02 UTC", + "Built": "R 4.2.3; ; 2023-04-05 23:57:18 UTC; windows" } }, "gh": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "gh", "Title": "'GitHub' 'API'", - "Version": "1.3.0", - "Authors@R": "c(person(given = \"Gábor\",\nfamily = \"Csárdi\",\nrole = c(\"cre\", \"ctb\"),\nemail = \"csardi.gabor@gmail.com\"),\nperson(given = \"Jennifer\",\nfamily = \"Bryan\",\nrole = \"aut\"),\nperson(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\"),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", + "Version": "1.4.0", + "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", - "Imports": "cli (>= 2.0.1), gitcreds, httr (>= 1.2), ini, jsonlite", - "Suggests": "covr, knitr, mockery, rmarkdown, rprojroot, spelling,\ntestthat (>= 2.3.2), withr", + "Depends": "R (>= 3.4)", + "Imports": "cli (>= 3.0.1), gitcreds, httr2, ini, jsonlite, rlang (>=\n1.0.0)", + "Suggests": "covr, knitr, mockery, rmarkdown, rprojroot, spelling,\ntestthat (>= 3.0.0), withr", "VignetteBuilder": "knitr", "Encoding": "UTF-8", "Language": "en-US", - "RoxygenNote": "7.1.1.9001", + "RoxygenNote": "7.2.3", + "Config/testthat/edition": "3", + "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "no", - "Packaged": "2021-04-30 08:22:26 UTC; gaborcsardi", + "Packaged": "2023-02-22 19:58:53 UTC; gaborcsardi", "Author": "Gábor Csárdi [cre, ctb],\nJennifer Bryan [aut],\nHadley Wickham [aut],\nRStudio [cph, fnd]", "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", - "Date/Publication": "2021-04-30 10:40:14 UTC", - "Built": "R 4.2.2; ; 2023-08-10 19:33:44 UTC; windows" + "Date/Publication": "2023-02-22 20:20:02 UTC", + "Built": "R 4.2.0; ; 2023-02-23 11:25:44 UTC; windows" } }, "gitcreds": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "gitcreds", "Title": "Query 'git' Credentials from 'R'", - "Version": "0.1.1", - "Author": "Gábor Csárdi", - "Maintainer": "Gábor Csárdi ", - "Description": "Query, set, delete credentials from the 'git' credential\nstore. Manage 'GitHub' tokens and other 'git' credentials. This package\nis to be used by other packages that need to authenticate to 'GitHub'\nand/or other 'git' repositories.", + "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", - "LazyData": "true", - "URL": "https://github.com/r-lib/gitcreds", + "URL": "https://gitcreds.r-lib.org/, https://github.com/r-lib/gitcreds", "BugReports": "https://github.com/r-lib/gitcreds/issues", - "RoxygenNote": "7.1.1.9000", - "Suggests": "codetools, testthat, knitr, mockery, oskeyring, rmarkdown,\nwithr", + "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", - "VignetteBuilder": "knitr", + "Config/testthat/edition": "3", "NeedsCompilation": "no", - "Packaged": "2020-12-04 13:45:29 UTC; gaborcsardi", - "Repository": "RSPM", - "Date/Publication": "2020-12-04 14:00:03 UTC", - "Built": "R 4.2.2; ; 2023-08-10 19:33:33 UTC; windows" + "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" } }, "globals": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "globals", "Version": "0.16.2", @@ -2121,7 +2235,7 @@ }, "glue": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "glue", "Title": "Interpreted String Literals", @@ -2153,184 +2267,187 @@ }, "gmailr": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "gmailr", "Title": "Access the 'Gmail' 'RESTful' API", - "Version": "1.0.1", - "Authors@R": "c(\nperson(\"Jim\", \"Hester\", role = \"aut\"),\nperson(\"Jennifer\", \"Bryan\", , \"jenny@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Version": "2.0.0", + "Authors@R": "c(\nperson(\"Jim\", \"Hester\", role = \"aut\"),\nperson(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", "Description": "An interface to the 'Gmail' 'RESTful' API. Allows access to\nyour 'Gmail' messages, threads, drafts and labels.", "License": "MIT + file LICENSE", "URL": "https://gmailr.r-lib.org, https://github.com/r-lib/gmailr", "BugReports": "https://github.com/r-lib/gmailr/issues", - "Depends": "R (>= 3.0.0)", - "Imports": "base64enc, crayon, gargle, httr, jsonlite, lifecycle,\nmagrittr, mime, rematch2", - "Suggests": "covr, knitr, methods, rmarkdown, sodium, testthat", + "Depends": "R (>= 3.6)", + "Imports": "base64enc, cli, crayon, gargle (>= 1.5.1), glue, httr,\njsonlite, lifecycle, mime, rappdirs, rematch2, rlang (>= 1.1.0)", + "Suggests": "curl, knitr, methods, rmarkdown, testthat (>= 3.1.8), withr", "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.3", + "Config/testthat/edition": "3", "NeedsCompilation": "no", - "Packaged": "2021-11-29 15:58:18 UTC; jhester", - "Author": "Jim Hester [aut],\nJennifer Bryan [aut, cre],\nRStudio [cph, fnd]", - "Maintainer": "Jennifer Bryan ", + "Packaged": "2023-06-30 05:00:31 UTC; jenny", + "Author": "Jim Hester [aut],\nJennifer Bryan [aut, cre],\nPosit Software, PBC [cph, fnd]", + "Maintainer": "Jennifer Bryan ", "Repository": "RSPM", - "Date/Publication": "2021-11-30 08:50:02 UTC", - "Built": "R 4.2.0; ; 2022-04-22 21:52:48 UTC; windows" + "Date/Publication": "2023-06-30 05:40:02 UTC", + "Built": "R 4.2.0; ; 2023-07-03 12:22:26 UTC; windows" } }, "golem": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "golem", "Title": "A Framework for Robust Shiny Applications", - "Version": "0.3.2", + "Version": "0.4.1", "Authors@R": "c(\nperson(\"Colin\", \"Fay\", , \"contact@colinfay.me\", role = c(\"cre\", \"aut\"),\ncomment = c(ORCID = \"0000-0001-7343-1846\")),\nperson(\"Vincent\", \"Guyader\", , \"vincent@thinkr.fr\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-0671-9270\", \"previous maintainer\")),\nperson(\"Sébastien\", \"Rochette\", , \"sebastien@thinkr.fr\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-1565-9313\")),\nperson(\"Cervan\", \"Girard\", , \"cervan@thinkr.fr\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-4816-4624\")),\nperson(\"Novica\", \"Nakov\", , \"nnovica@gmail.com\", role = \"ctb\"),\nperson(\"David\", \"Granjon\", , \"dgranjon@ymail.com\", role = \"ctb\"),\nperson(\"Arthur\", \"Bréant\", , \"arthur@thinkr.fr\", role = \"ctb\"),\nperson(\"Antoine\", \"Languillaume\", , \"antoine@thinkr.fr\", role = \"ctb\"),\nperson(\"ThinkR\", role = \"cph\")\n)", "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), brio, cli (>= 2.0.0), config, crayon,\ndesc, fs, here, htmltools, pkgload, roxygen2, rstudioapi, shiny\n(>= 1.5.0), usethis (>= 1.6.0), utils, yaml", - "Suggests": "attachment, covr, devtools, dockerfiler (>= 0.1.4), knitr,\npkgbuild, pkgdown, processx, purrr, rcmdcheck, rlang,\nrmarkdown, rsconnect, spelling, stringr, testthat, tools, withr", + "Imports": "attempt (>= 0.3.0), config, here, htmltools, rlang (>= 1.0.0),\nshiny (>= 1.5.0), utils, yaml", + "Suggests": "covr, cli (>= 2.0.0), crayon, devtools, dockerfiler (>=\n0.2.0), knitr, pkgload, pkgbuild, pkgdown, processx, purrr,\nrcmdcheck, roxygen2, rmarkdown, rsconnect, spelling, stringr,\ntestthat, tools, withr, attachment (>= 0.2.5), renv, usethis\n(>= 1.6.0), fs, rstudioapi, desc", "VignetteBuilder": "knitr", "Config/testthat/edition": "3", "Encoding": "UTF-8", "Language": "en-US", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2022-03-04 08:15:24 UTC; colin", + "Packaged": "2023-06-05 15:00:10 UTC; colinfay", "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-03-04 09:00:02 UTC", - "Built": "R 4.2.1; ; 2022-07-05 03:25:16 UTC; windows" + "Date/Publication": "2023-06-05 15:50:03 UTC", + "Built": "R 4.2.3; ; 2023-09-06 03:01:00 UTC; windows" } }, "googledrive": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "googledrive", "Title": "An Interface to Google Drive", - "Version": "2.0.0", - "Authors@R": "c(person(given = \"Lucy\",\nfamily = \"D'Agostino McGowan\",\nrole = \"aut\",\nemail = \"ld.mcgowan@vanderbilt.edu\"),\nperson(given = \"Jennifer\",\nfamily = \"Bryan\",\nrole = c(\"aut\", \"cre\"),\nemail = \"jenny@rstudio.com\",\ncomment = c(ORCID = \"0000-0002-6983-2759\")),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", + "Version": "2.1.1", + "Authors@R": "c(\nperson(\"Lucy\", \"D'Agostino McGowan\", , role = \"aut\"),\nperson(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-6983-2759\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", "Description": "Manage Google Drive files from R.", "License": "MIT + file LICENSE", "URL": "https://googledrive.tidyverse.org,\nhttps://github.com/tidyverse/googledrive", "BugReports": "https://github.com/tidyverse/googledrive/issues", - "Depends": "R (>= 3.3)", - "Imports": "cli (>= 3.0.0), gargle (>= 1.2.0), glue (>= 1.4.2), httr,\njsonlite, lifecycle, magrittr, pillar, purrr (>= 0.2.3), rlang\n(>= 0.4.9), tibble (>= 2.0.0), utils, uuid, vctrs (>= 0.3.0),\nwithr", - "Suggests": "covr, curl, downlit, dplyr (>= 1.0.0), knitr, mockr,\nrmarkdown, roxygen2, sodium, spelling, testthat (>= 3.0.0)", + "Depends": "R (>= 3.6)", + "Imports": "cli (>= 3.0.0), gargle (>= 1.5.0), glue (>= 1.4.2), httr,\njsonlite, lifecycle, magrittr, pillar (>= 1.9.0), purrr (>=\n1.0.1), rlang (>= 1.0.2), tibble (>= 2.0.0), utils, uuid, vctrs\n(>= 0.3.0), withr", + "Suggests": "curl, dplyr (>= 1.0.0), knitr, mockr, rmarkdown, spelling,\ntestthat (>= 3.1.3)", "VignetteBuilder": "knitr", - "Config/Needs/website": "pkgdown, tidyverse, r-lib/downlit,\ntidyverse/tidytemplate", + "Config/Needs/website": "tidyverse, tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", "Language": "en-US", - "RoxygenNote": "7.1.1.9001", + "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2021-07-07 23:19:26 UTC; jenny", - "Author": "Lucy D'Agostino McGowan [aut],\nJennifer Bryan [aut, cre] (),\nRStudio [cph, fnd]", - "Maintainer": "Jennifer Bryan ", - "Repository": "CRAN", - "Date/Publication": "2021-07-08 09:10:06 UTC", - "Built": "R 4.2.2; ; 2022-12-27 03:57:34 UTC; windows" + "Packaged": "2023-06-11 05:34:24 UTC; jenny", + "Author": "Lucy D'Agostino McGowan [aut],\nJennifer Bryan [aut, cre] (),\nPosit Software, PBC [cph, fnd]", + "Maintainer": "Jennifer Bryan ", + "Repository": "RSPM", + "Date/Publication": "2023-06-11 19:30:08 UTC", + "Built": "R 4.2.0; ; 2023-06-12 11:22:06 UTC; windows" } }, "googlesheets4": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "googlesheets4", "Title": "Access Google Sheets using the Sheets API V4", - "Version": "1.0.0", - "Authors@R": "c(person(given = \"Jennifer\",\nfamily = \"Bryan\",\nrole = c(\"cre\", \"aut\"),\nemail = \"jenny@rstudio.com\",\ncomment = c(ORCID = \"0000-0002-6983-2759\")),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", + "Version": "1.1.1", + "Authors@R": "c(\nperson(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"cre\", \"aut\"),\ncomment = c(ORCID = \"0000-0002-6983-2759\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", "Description": "Interact with Google Sheets through the Sheets API v4\n. \"API\" is an acronym for\n\"application programming interface\"; the Sheets API allows users to\ninteract with Google Sheets programmatically, instead of via a web\nbrowser. The \"v4\" refers to the fact that the Sheets API is currently\nat version 4. This package can read and write both the metadata and\nthe cell data in a Sheet.", "License": "MIT + file LICENSE", "URL": "https://googlesheets4.tidyverse.org,\nhttps://github.com/tidyverse/googlesheets4", "BugReports": "https://github.com/tidyverse/googlesheets4/issues", - "Depends": "R (>= 3.3)", - "Imports": "cellranger, cli (>= 3.0.0), curl, gargle (>= 1.2.0), glue (>=\n1.3.0), googledrive (>= 2.0.0), httr, ids, magrittr, methods,\npurrr, rematch2, rlang (>= 0.4.11), tibble (>= 2.1.1), utils,\nvctrs (>= 0.2.3)", - "Suggests": "covr, readr, rmarkdown, sodium, spelling, testthat (>=\n3.0.0), withr", + "Depends": "R (>= 3.6)", + "Imports": "cellranger, cli (>= 3.0.0), curl, gargle (>= 1.5.0), glue (>=\n1.3.0), googledrive (>= 2.1.0), httr, ids, lifecycle, magrittr,\nmethods, purrr, rematch2, rlang (>= 1.0.2), tibble (>= 2.1.1),\nutils, vctrs (>= 0.2.3), withr", + "Suggests": "readr, rmarkdown, spelling, testthat (>= 3.1.7)", "ByteCompile": "true", - "Config/Needs/website": "pkgdown, tidyverse, r-lib/downlit,\ntidyverse/tidytemplate", + "Config/Needs/website": "tidyverse, tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", "Language": "en-US", - "RoxygenNote": "7.1.1.9001", + "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2021-07-21 18:20:53 UTC; jenny", - "Author": "Jennifer Bryan [cre, aut] (),\nRStudio [cph, fnd]", - "Maintainer": "Jennifer Bryan ", - "Repository": "CRAN", - "Date/Publication": "2021-07-21 18:50:01 UTC", - "Built": "R 4.2.1; ; 2022-08-11 04:01:08 UTC; windows" + "Packaged": "2023-06-11 01:11:05 UTC; jenny", + "Author": "Jennifer Bryan [cre, aut] (),\nPosit Software, PBC [cph, fnd]", + "Maintainer": "Jennifer Bryan ", + "Repository": "RSPM", + "Date/Publication": "2023-06-11 04:00:02 UTC", + "Built": "R 4.2.0; ; 2023-06-12 11:23:52 UTC; windows" } }, "gtable": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "gtable", "Title": "Arrange 'Grobs' in Tables", - "Version": "0.3.0", - "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 build up sequentially.", - "License": "GPL-2", - "Depends": "R (>= 3.0)", - "Imports": "grid", - "Suggests": "covr, testthat, knitr, rmarkdown, ggplot2, profvis", + "Version": "0.3.3", + "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\",\nemail = \"hadley@posit.co\"),\nperson(given = \"Thomas Lin\",\nfamily = \"Pedersen\",\nrole = c(\"aut\", \"cre\"),\nemail = \"thomas.pedersen@posit.co\"),\nperson(given = \"Posit Software, PBC\",\nrole = \"cph\"))", + "Description": "Tools to make it easier to work with \"tables\" of\n'grobs'. The 'gtable' package defines a 'gtable' grob class that specifies a\ngrid along with a list of grobs and their placement in the grid. Further the\npackage makes it easy to manipulate and combine 'gtable' objects so that\ncomplex compositions can be built up sequentially.", + "License": "MIT + file LICENSE", + "Depends": "R (>= 3.5)", + "Imports": "cli, glue, grid, lifecycle, rlang (>= 1.1.0)", + "Suggests": "covr, ggplot2, knitr, profvis, rmarkdown, testthat (>= 3.0.0)", + "VignetteBuilder": "knitr", "Encoding": "UTF-8", - "RoxygenNote": "6.1.1", - "Collate": "'new-data-frame.r' 'add-grob.r' 'add-rows-cols.r'\n'add-space.r' 'grid.r' 'gtable-layouts.r' 'gtable-package.R'\n'gtable.r' 'rbind-cbind.r' 'utils.r' 'trim.r' 'filter.r'\n'align.r' 'padding.r' 'z.r'", - "URL": "https://github.com/r-lib/gtable", + "RoxygenNote": "7.2.3", + "URL": "https://gtable.r-lib.org, https://github.com/r-lib/gtable", "BugReports": "https://github.com/r-lib/gtable/issues", - "VignetteBuilder": "knitr", + "Config/testthat/edition": "3", + "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "no", - "Packaged": "2019-03-25 14:56:43 UTC; thomas", - "Author": "Hadley Wickham [aut, cre],\nThomas Lin Pedersen [aut],\nRStudio [cph]", - "Maintainer": "Hadley Wickham ", + "Packaged": "2023-03-21 13:17:30 UTC; thomas", + "Author": "Hadley Wickham [aut],\nThomas Lin Pedersen [aut, cre],\nPosit Software, PBC [cph]", + "Maintainer": "Thomas Lin Pedersen ", "Repository": "CRAN", - "Date/Publication": "2019-03-25 19:50:02 UTC", - "Built": "R 4.2.1; ; 2022-07-24 00:37:48 UTC; windows" + "Date/Publication": "2023-03-21 14:00:05 UTC", + "Built": "R 4.2.3; ; 2023-04-06 02:55:51 UTC; windows" } }, "haven": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "haven", "Title": "Import and Export 'SPSS', 'Stata' and 'SAS' Files", - "Version": "2.5.0", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Evan\", \"Miller\", role = c(\"aut\", \"cph\"),\ncomment = \"Author of included ReadStat code\"),\nperson(\"Danny\", \"Smith\", role = \"aut\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Version": "2.5.3", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"Evan\", \"Miller\", role = c(\"aut\", \"cph\"),\ncomment = \"Author of included ReadStat code\"),\nperson(\"Danny\", \"Smith\", role = \"aut\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", "Description": "Import foreign statistical formats into R via the embedded\n'ReadStat' C library, .", "License": "MIT + file LICENSE", "URL": "https://haven.tidyverse.org, https://github.com/tidyverse/haven,\nhttps://github.com/WizardMac/ReadStat", "BugReports": "https://github.com/tidyverse/haven/issues", - "Depends": "R (>= 3.4)", + "Depends": "R (>= 3.6)", "Imports": "cli (>= 3.0.0), forcats (>= 0.2.0), hms, lifecycle, methods,\nreadr (>= 0.1.0), rlang (>= 0.4.0), tibble, tidyselect, vctrs\n(>= 0.3.0)", - "Suggests": "covr, crayon, fs, knitr, pillar (>= 1.4.0), rmarkdown,\ntestthat (>= 3.0.0)", + "Suggests": "covr, crayon, fs, knitr, pillar (>= 1.4.0), rmarkdown,\ntestthat (>= 3.0.0), utf8", "LinkingTo": "cpp11", "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", - "SystemRequirements": "GNU make, C++11, zlib: zlib1g-dev (deb), zlib-devel\n(rpm)", + "RoxygenNote": "7.2.3", + "SystemRequirements": "GNU make, zlib: zlib1g-dev (deb), zlib-devel (rpm)", "NeedsCompilation": "yes", - "Packaged": "2022-04-15 15:00:04 UTC; hadleywickham", + "Packaged": "2023-06-29 21:30:23 UTC; hadleywickham", "Author": "Hadley Wickham [aut, cre],\nEvan Miller [aut, cph] (Author of included ReadStat code),\nDanny Smith [aut],\nRStudio [cph, fnd]", - "Maintainer": "Hadley Wickham ", + "Maintainer": "Hadley Wickham ", "Repository": "CRAN", - "Date/Publication": "2022-04-15 16:02:30 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-24 04:49:42 UTC; windows", + "Date/Publication": "2023-06-30 20:00:02 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-10-18 03:20:12 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "here": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "here", "Title": "A Simpler Way to Find Your Files", @@ -2359,66 +2476,70 @@ }, "highr": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "highr", "Type": "Package", "Title": "Syntax Highlighting for R Source Code", - "Version": "0.9", + "Version": "0.10", "Authors@R": "c(\nperson(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(\"Yixuan\", \"Qiu\", role = \"aut\"),\nperson(\"Christopher\", \"Gandrud\", role = \"ctb\"),\nperson(\"Qiang\", \"Li\", role = \"ctb\")\n)", "Description": "Provides syntax highlighting for R source code. Currently it\nsupports LaTeX and HTML output. Source code of other languages is supported\nvia Andre Simon's highlight package ().", - "Depends": "R (>= 3.2.3)", + "Depends": "R (>= 3.3.0)", "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", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2021-04-16 21:12:10 UTC; yihui", + "Packaged": "2022-12-22 06:43:07 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-07-24 01:25:39 UTC; windows" + "Date/Publication": "2022-12-22 07:00:02 UTC", + "Built": "R 4.2.2; ; 2022-12-27 02:17:52 UTC; windows" } }, "hms": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "hms", "Title": "Pretty Time of Day", - "Date": "2021-09-26", - "Version": "1.1.1", - "Authors@R": "c(\nperson(\"Kirill\", \"Müller\", role = c(\"aut\", \"cre\"), email = \"krlmlr+r@mailbox.org\"),\nperson(\"R Consortium\", role = \"fnd\"),\nperson(\"RStudio\", role = \"fnd\")\n)", + "Date": "2023-03-21", + "Version": "1.1.3", + "Authors@R": "c(\nperson(\"Kirill\", \"Müller\", role = c(\"aut\", \"cre\"), email = \"kirill@cynkra.com\", comment = c(ORCID = \"0000-0002-1416-3412\")),\nperson(\"R Consortium\", role = \"fnd\"),\nperson(\"RStudio\", role = \"fnd\")\n)", "Description": "Implements an S3 class for storing and formatting time-of-day\nvalues, based on the 'difftime' class.", - "Imports": "ellipsis (>= 0.3.2), lifecycle, methods, pkgconfig, rlang,\nvctrs (>= 0.3.8)", + "Imports": "lifecycle, methods, pkgconfig, rlang (>= 1.0.2), vctrs (>=\n0.3.8)", "Suggests": "crayon, lubridate, pillar (>= 1.1.0), testthat (>= 3.0.0)", "License": "MIT + file LICENSE", "Encoding": "UTF-8", "URL": "https://hms.tidyverse.org/, https://github.com/tidyverse/hms", "BugReports": "https://github.com/tidyverse/hms/issues", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.3", "Config/testthat/edition": "3", + "Config/autostyle/scope": "line_breaks", + "Config/autostyle/strict": "false", + "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "no", - "Packaged": "2021-09-26 19:14:12 UTC; kirill", - "Author": "Kirill Müller [aut, cre],\nR Consortium [fnd],\nRStudio [fnd]", - "Maintainer": "Kirill Müller ", + "Packaged": "2023-03-21 16:52:11 UTC; kirill", + "Author": "Kirill Müller [aut, cre] (),\nR Consortium [fnd],\nRStudio [fnd]", + "Maintainer": "Kirill Müller ", "Repository": "CRAN", - "Date/Publication": "2021-09-26 19:40:02 UTC", - "Built": "R 4.2.1; ; 2022-07-24 02:29:31 UTC; windows" + "Date/Publication": "2023-03-21 18:10:02 UTC", + "Built": "R 4.2.3; ; 2023-09-06 02:17:11 UTC; windows" } }, "htmltools": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "htmltools", "Type": "Package", "Title": "Tools for HTML", - "Version": "0.5.4", + "Version": "0.5.5", "Authors@R": "c(\nperson(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\nperson(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Barret\", \"Schloerke\", role = \"aut\", email = \"barret@rstudio.com\", comment = c(ORCID = \"0000-0001-9986-114X\")),\nperson(\"Winston\", \"Chang\", role = \"aut\", email = \"winston@rstudio.com\", comment = c(ORCID = \"0000-0002-1576-2126\")),\nperson(\"Yihui\", \"Xie\", role = \"aut\", email = \"yihui@rstudio.com\"),\nperson(\"Jeff\", \"Allen\", role = \"aut\", email = \"jeff@rstudio.com\"),\nperson(family = \"RStudio\", role = \"cph\")\n)", "Description": "Tools for HTML generation and output.", "Depends": "R (>= 2.14.1)", @@ -2428,116 +2549,145 @@ "License": "GPL (>= 2)", "URL": "https://github.com/rstudio/htmltools,\nhttps://rstudio.github.io/htmltools/", "BugReports": "https://github.com/rstudio/htmltools/issues", - "RoxygenNote": "7.2.2", + "RoxygenNote": "7.2.3", "Encoding": "UTF-8", "Collate": "'colors.R' 'fill.R' 'html_dependency.R' 'html_escape.R'\n'html_print.R' 'images.R' 'known_tags.R' 'selector.R'\n'staticimports.R' 'tag_query.R' 'utils.R' 'tags.R' 'template.R'", "Config/Needs/website": "rstudio/quillt, bench", "NeedsCompilation": "yes", - "Packaged": "2022-12-07 17:55:41 UTC; cpsievert", + "Packaged": "2023-03-22 22:59:42 UTC; cpsievert", "Author": "Joe Cheng [aut],\nCarson Sievert [aut, cre] (),\nBarret Schloerke [aut] (),\nWinston Chang [aut] (),\nYihui Xie [aut],\nJeff Allen [aut],\nRStudio [cph]", "Maintainer": "Carson Sievert ", "Repository": "CRAN", - "Date/Publication": "2022-12-07 20:50:06 UTC", - "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-12-27 02:43:13 UTC; windows", + "Date/Publication": "2023-03-23 09:50:06 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-04-06 02:55:53 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "htmlwidgets": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "htmlwidgets", "Type": "Package", "Title": "HTML Widgets for R", - "Version": "1.5.4", + "Version": "1.6.2", "Authors@R": "c(\nperson(\"Ramnath\", \"Vaidyanathan\", role = c(\"aut\", \"cph\")),\nperson(\"Yihui\", \"Xie\", role = c(\"aut\")),\nperson(\"JJ\", \"Allaire\", role = c(\"aut\")),\nperson(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@rstudio.com\"),\nperson(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Kenton\", \"Russell\", role = c(\"aut\", \"cph\")),\nperson(\"Ellis\", \"Hughes\", role = c(\"ctb\")),\nperson(family = \"RStudio\", role = \"cph\")\n)", "Description": "A framework for creating HTML widgets that render in various\ncontexts including the R console, 'R Markdown' documents, and 'Shiny'\nweb applications.", "License": "MIT + file LICENSE", "VignetteBuilder": "knitr", - "Imports": "grDevices, htmltools (>= 0.3), jsonlite (>= 0.9.16), yaml", - "Suggests": "knitr (>= 1.8), rmarkdown, testthat", + "Imports": "grDevices, htmltools (>= 0.5.4), jsonlite (>= 0.9.16), yaml,\nknitr (>= 1.8), rmarkdown", + "Suggests": "testthat", "Enhances": "shiny (>= 1.1)", "URL": "https://github.com/ramnathv/htmlwidgets", "BugReports": "https://github.com/ramnathv/htmlwidgets/issues", - "RoxygenNote": "7.1.1", + "RoxygenNote": "7.2.3", + "Encoding": "UTF-8", "NeedsCompilation": "no", - "Packaged": "2021-09-08 13:21:35 UTC; cpsievert", + "Packaged": "2023-03-17 15:34:40 UTC; cpsievert", "Author": "Ramnath Vaidyanathan [aut, cph],\nYihui Xie [aut],\nJJ Allaire [aut],\nJoe Cheng [aut],\nCarson Sievert [aut, cre] (),\nKenton Russell [aut, cph],\nEllis Hughes [ctb],\nRStudio [cph]", "Maintainer": "Carson Sievert ", "Repository": "CRAN", - "Date/Publication": "2021-09-08 14:00:02 UTC", - "Built": "R 4.2.1; ; 2022-07-24 01:59:30 UTC; windows" + "Date/Publication": "2023-03-17 16:50:06 UTC", + "Built": "R 4.2.3; ; 2023-09-06 03:00:35 UTC; windows" } }, "httpuv": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "httpuv", "Type": "Package", "Encoding": "UTF-8", "Title": "HTTP and WebSocket Server Library", - "Version": "1.6.5", - "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", + "Version": "1.6.11", + "Authors@R": "c(\nperson(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@rstudio.com\"),\nperson(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\"),\nperson(\"Posit, PBC\", role = \"cph\", \"fnd\"),\nperson(\"Hector\", \"Corrada Bravo\", role = \"ctb\"),\nperson(\"Jeroen\", \"Ooms\", role = \"ctb\"),\nperson(\"Andrzej\", \"Krzemienski\", role = \"cph\", comment = \"optional.hpp\"),\nperson(\"libuv project contributors\", role = \"cph\",\ncomment = \"libuv library, see src/libuv/AUTHORS file\"),\nperson(\"Joyent, Inc. and other Node contributors\", role = \"cph\",\ncomment = \"libuv library, see src/libuv/AUTHORS file; and http-parser library, see src/http-parser/AUTHORS file\"),\nperson(\"Niels\", \"Provos\", role = \"cph\", comment = \"libuv subcomponent: tree.h\"),\nperson(\"Internet Systems Consortium, Inc.\", role = \"cph\",\ncomment = \"libuv subcomponent: inet_pton and inet_ntop, contained in src/libuv/src/inet.c\"),\nperson(\"Alexander\", \"Chemeris\", role = \"cph\",\ncomment = \"libuv subcomponent: stdint-msvc2008.h (from msinttypes)\"),\nperson(\"Google, Inc.\", role = \"cph\", comment = \"libuv subcomponent: pthread-fixes.c\"),\nperson(\"Sony Mobile Communcations AB\", role = \"cph\",\ncomment = \"libuv subcomponent: pthread-fixes.c\"),\nperson(\"Berkeley Software Design Inc.\", role = \"cph\",\ncomment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\nperson(\"Kenneth\", \"MacKay\", role = \"cph\",\ncomment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\nperson(\"Emergya (Cloud4all, FP7/2007-2013, grant agreement no 289016)\", role = \"cph\",\ncomment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\nperson(\"Steve\", \"Reid\", role = \"aut\", comment = \"SHA-1 implementation\"),\nperson(\"James\", \"Brown\", role = \"aut\", comment = \"SHA-1 implementation\"),\nperson(\"Bob\", \"Trower\", role = \"aut\", comment = \"base64 implementation\"),\nperson(\"Alexander\", \"Peslyak\", role = \"aut\", comment = \"MD5 implementation\"),\nperson(\"Trantor Standard Systems\", role = \"cph\", comment = \"base64 implementation\"),\nperson(\"Igor\", \"Sysoev\", role = \"cph\", comment = \"http-parser\")\n)", "Description": "Provides low-level socket and protocol support for handling\nHTTP and WebSocket requests directly from within R. It is primarily\nintended as a building block for other packages, rather than making it\nparticularly easy to create complete web applications using httpuv alone.\nhttpuv is built on top of the libuv and http-parser C libraries, both of\nwhich were developed by Joyent, Inc. (See LICENSE file for libuv and\nhttp-parser license information.)", "License": "GPL (>= 2) | file LICENSE", "Depends": "R (>= 2.15.1)", "Imports": "Rcpp (>= 1.0.7), utils, R6, promises, later (>= 0.8.0)", "LinkingTo": "Rcpp, later", "URL": "https://github.com/rstudio/httpuv", - "SystemRequirements": "GNU make, C++11, zlib", - "RoxygenNote": "7.1.2", + "SystemRequirements": "GNU make, zlib", + "RoxygenNote": "7.2.3", "Suggests": "testthat, callr, curl, websocket", "Collate": "'RcppExports.R' 'httpuv.R' 'random_port.R' 'server.R'\n'static_paths.R' 'utils.R'", "NeedsCompilation": "yes", - "Packaged": "2022-01-04 21:27:22 UTC; winston", - "Author": "Joe Cheng [aut],\nWinston Chang [aut, cre],\nRStudio, PBC [cph],\nHector Corrada Bravo [ctb],\nJeroen Ooms [ctb],\nAndrzej Krzemienski [cph] (optional.hpp)", + "Packaged": "2023-05-11 01:48:49 UTC; jcheng", + "Author": "Joe Cheng [aut],\nWinston Chang [aut, cre],\nPosit, PBC fnd [cph],\nHector Corrada Bravo [ctb],\nJeroen Ooms [ctb],\nAndrzej Krzemienski [cph] (optional.hpp),\nlibuv project contributors [cph] (libuv library, see src/libuv/AUTHORS\nfile),\nJoyent, Inc. and other Node contributors [cph] (libuv library, see\nsrc/libuv/AUTHORS file; and http-parser library, see\nsrc/http-parser/AUTHORS file),\nNiels Provos [cph] (libuv subcomponent: tree.h),\nInternet Systems Consortium, Inc. [cph] (libuv subcomponent: inet_pton\nand inet_ntop, contained in src/libuv/src/inet.c),\nAlexander Chemeris [cph] (libuv subcomponent: stdint-msvc2008.h (from\nmsinttypes)),\nGoogle, Inc. [cph] (libuv subcomponent: pthread-fixes.c),\nSony Mobile Communcations AB [cph] (libuv subcomponent:\npthread-fixes.c),\nBerkeley Software Design Inc. [cph] (libuv subcomponent:\nandroid-ifaddrs.h, android-ifaddrs.c),\nKenneth MacKay [cph] (libuv subcomponent: android-ifaddrs.h,\nandroid-ifaddrs.c),\nEmergya (Cloud4all, FP7/2007-2013, grant agreement no 289016) [cph]\n(libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c),\nSteve Reid [aut] (SHA-1 implementation),\nJames Brown [aut] (SHA-1 implementation),\nBob Trower [aut] (base64 implementation),\nAlexander Peslyak [aut] (MD5 implementation),\nTrantor Standard Systems [cph] (base64 implementation),\nIgor Sysoev [cph] (http-parser)", "Maintainer": "Winston Chang ", "Repository": "CRAN", - "Date/Publication": "2022-01-05 00:40:11 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-24 02:29:28 UTC; windows", + "Date/Publication": "2023-05-11 08:00:05 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-04 02:17:23 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "httr": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "httr", "Title": "Tools for Working with URLs and HTTP", - "Version": "1.4.3", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Version": "1.4.6", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n)", "Description": "Useful tools for working with HTTP organised by HTTP verbs\n(GET(), POST(), etc). Configuration functions make it easy to control\nadditional request components (authenticate(), add_headers() and so\non).", "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)", + "Depends": "R (>= 3.5)", "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.1.2", + "RoxygenNote": "7.2.3", + "NeedsCompilation": "no", + "Packaged": "2023-05-04 19:23:27 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre],\nPosit, PBC [cph, fnd]", + "Maintainer": "Hadley Wickham ", + "Repository": "RSPM", + "Date/Publication": "2023-05-08 14:30:21 UTC", + "Built": "R 4.2.0; ; 2023-05-09 11:29:10 UTC; windows" + } + }, + "httr2": { + "Source": "CRAN", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", + "description": { + "Package": "httr2", + "Title": "Perform HTTP Requests and Process the Responses", + "Version": "0.2.3", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Tools for creating and modifying HTTP requests, then\nperforming them and processing the results. 'httr2' is a modern\nre-imagining of 'httr' that uses a pipe-based interface and solves\nmore of the problems that API wrapping packages face.", + "License": "MIT + file LICENSE", + "URL": "https://httr2.r-lib.org, https://github.com/r-lib/httr2", + "BugReports": "https://github.com/r-lib/httr2/issues", + "Depends": "R (>= 3.4)", + "Imports": "cli (>= 3.0.0), curl, glue, magrittr, openssl, R6, rappdirs,\nrlang (>= 1.0.0), withr", + "Suggests": "askpass, bench, clipr, covr, docopt, httpuv, jose, jsonlite,\nknitr, purrr, rmarkdown, testthat (>= 3.0.0), tibble, webfakes,\nxml2", + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2022-05-03 20:41:18 UTC; hadleywickham", + "Packaged": "2023-05-08 18:56:52 UTC; hadleywickham", "Author": "Hadley Wickham [aut, cre],\nRStudio [cph, fnd]", "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2022-05-04 00:20:02 UTC", - "Built": "R 4.2.2; ; 2023-08-10 19:33:37 UTC; windows" + "Repository": "CRAN", + "Date/Publication": "2023-05-08 19:30:02 UTC", + "Built": "R 4.2.3; ; 2023-09-06 01:58:14 UTC; windows" } }, "hunspell": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "hunspell", "Type": "Package", "Title": "High-Performance Stemmer, Tokenizer, and Spell Checker", - "Version": "3.0.1", + "Version": "3.0.2", "Depends": "R (>= 3.0.2)", "Encoding": "UTF-8", "Authors@R": "c(\nperson(\"Jeroen\", \"Ooms\", ,\"jeroen@berkeley.edu\", role = c(\"aut\", \"cre\")),\nperson(\"Authors of libhunspell\", role = \"cph\", comment = \"see AUTHORS file\"))", @@ -2549,22 +2699,22 @@ "LinkingTo": "Rcpp (>= 0.12.12)", "Suggests": "spelling, testthat, pdftools, janeaustenr, wordcloud2, knitr,\nstopwords, rmarkdown", "VignetteBuilder": "knitr", - "RoxygenNote": "6.1.1", + "RoxygenNote": "7.2.1", "Language": "en-US", "NeedsCompilation": "yes", - "Packaged": "2020-12-09 19:34:32 UTC; jeroen", + "Packaged": "2022-09-04 15:04:08 UTC; jeroen", "Author": "Jeroen Ooms [aut, cre],\nAuthors of libhunspell [cph] (see AUTHORS file)", "Maintainer": "Jeroen Ooms ", "Repository": "CRAN", - "Date/Publication": "2020-12-09 20:20:02 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-24 01:27:18 UTC; windows", + "Date/Publication": "2022-09-04 15:40:02 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-12-27 01:36:44 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "ids": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "ids", "Title": "Generate Random Identifiers", @@ -2589,7 +2739,7 @@ }, "ini": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "ini", "Type": "Package", @@ -2615,37 +2765,38 @@ }, "isoband": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "isoband", "Title": "Generate Isolines and Isobands from Regularly Spaced Elevation\nGrids", - "Version": "0.2.5", - "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", + "Version": "0.2.7", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Claus O.\", \"Wilke\", , \"wilke@austin.utexas.edu\", role = \"aut\",\ncomment = c(\"Original author\", ORCID = \"0000-0002-7470-9261\")),\nperson(\"Thomas Lin\", \"Pedersen\", , \"thomasp85@gmail.com\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-5147-4711\"))\n)", + "Description": "A fast C++ implementation to generate contour lines\n(isolines) and contour polygons (isobands) from regularly spaced grids\ncontaining elevation data.", "License": "MIT + file LICENSE", - "Encoding": "UTF-8", + "URL": "https://isoband.r-lib.org", + "BugReports": "https://github.com/r-lib/isoband/issues", "Imports": "grid, utils", - "RoxygenNote": "7.1.1", - "Config/testthat/edition": "3", "Suggests": "covr, ggplot2, knitr, magick, microbenchmark, rmarkdown, sf,\ntestthat, xml2", - "SystemRequirements": "C++11", "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "SystemRequirements": "C++11", "NeedsCompilation": "yes", - "Packaged": "2021-07-12 20:44:13 UTC; clauswilke", - "Author": "Claus O. Wilke [aut, cre] (),\nThomas Lin Pedersen [aut] (),\ntestthat and Catch authors [ctb] (testthat C++ testing code)", - "Maintainer": "Claus O. Wilke ", + "Packaged": "2022-12-19 20:10:02 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre] (),\nClaus O. Wilke [aut] (Original author,\n),\nThomas Lin Pedersen [aut] ()", + "Maintainer": "Hadley Wickham ", "Repository": "CRAN", - "Date/Publication": "2021-07-13 04:50:13 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-24 00:37:59 UTC; windows", + "Date/Publication": "2022-12-20 10:00:13 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-12-27 01:26:53 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "jquerylib": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "jquerylib", "Title": "Obtain 'jQuery' as an HTML Dependency Object", @@ -2669,35 +2820,35 @@ }, "jsonlite": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "jsonlite", - "Version": "1.8.0", + "Version": "1.8.7", "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)", + "URL": "https://jeroen.r-universe.dev/jsonlite\nhttps://arxiv.org/abs/1403.2805", "BugReports": "https://github.com/jeroen/jsonlite/issues", "Maintainer": "Jeroen Ooms ", "VignetteBuilder": "knitr, R.rsp", "Description": "A reasonably fast JSON parser and generator, optimized for statistical\ndata and the web. Offers simple, flexible tools for working with JSON in R, and\nis particularly powerful for building pipelines and interacting with a web API.\nThe implementation is based on the mapping described in the vignette (Ooms, 2014).\nIn addition to converting JSON data from/to R objects, 'jsonlite' contains\nfunctions to stream, validate, and prettify JSON data. The unit tests included\nwith the package verify that all edge cases are encoded and decoded consistently\nfor use with dynamic data in systems and applications.", - "Suggests": "httr, curl, vctrs, testthat, knitr, rmarkdown, R.rsp, sf", - "RoxygenNote": "7.1.1", + "Suggests": "httr, vctrs, testthat, knitr, rmarkdown, R.rsp, sf", + "RoxygenNote": "7.2.3", "Encoding": "UTF-8", "NeedsCompilation": "yes", - "Packaged": "2022-02-22 09:27:49 UTC; jeroen", + "Packaged": "2023-06-29 08:00:03 UTC; jeroen", "Author": "Jeroen Ooms [aut, cre] (),\nDuncan Temple Lang [ctb],\nLloyd Hilaiel [cph] (author of bundled libyajl)", - "Repository": "RSPM", - "Date/Publication": "2022-02-22 11:20:02 UTC", - "Built": "R 4.2.2; x86_64-w64-mingw32; 2023-08-10 19:32:29 UTC; windows", + "Repository": "CRAN", + "Date/Publication": "2023-06-29 22:10:02 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-04 01:12:04 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "kableExtra": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "kableExtra", "Type": "Package", @@ -2726,17 +2877,17 @@ }, "knitr": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "knitr", "Type": "Package", "Title": "A General-Purpose Package for Dynamic Report Generation in R", - "Version": "1.42", - "Authors@R": "c(\nperson(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(\"Abhraneel\", \"Sarma\", role = \"ctb\"),\nperson(\"Adam\", \"Vogt\", role = \"ctb\"),\nperson(\"Alastair\", \"Andrew\", role = \"ctb\"),\nperson(\"Alex\", \"Zvoleff\", role = \"ctb\"),\nperson(\"Amar\", \"Al-Zubaidi\", role = \"ctb\"),\nperson(\"Andre\", \"Simon\", role = \"ctb\", comment = \"the CSS files under inst/themes/ were derived from the Highlight package http://www.andre-simon.de\"),\nperson(\"Aron\", \"Atkins\", role = \"ctb\"),\nperson(\"Aaron\", \"Wolen\", role = \"ctb\"),\nperson(\"Ashley\", \"Manton\", role = \"ctb\"),\nperson(\"Atsushi\", \"Yasumoto\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8335-495X\")),\nperson(\"Ben\", \"Baumer\", role = \"ctb\"),\nperson(\"Brian\", \"Diggs\", role = \"ctb\"),\nperson(\"Brian\", \"Zhang\", role = \"ctb\"),\nperson(\"Bulat\", \"Yapparov\", role = \"ctb\"),\nperson(\"Cassio\", \"Pereira\", role = \"ctb\"),\nperson(\"Christophe\", \"Dervieux\", role = \"ctb\"),\nperson(\"David\", \"Hall\", role = \"ctb\"),\nperson(\"David\", \"Hugh-Jones\", role = \"ctb\"),\nperson(\"David\", \"Robinson\", role = \"ctb\"),\nperson(\"Doug\", \"Hemken\", role = \"ctb\"),\nperson(\"Duncan\", \"Murdoch\", role = \"ctb\"),\nperson(\"Elio\", \"Campitelli\", role = \"ctb\"),\nperson(\"Ellis\", \"Hughes\", role = \"ctb\"),\nperson(\"Emily\", \"Riederer\", role = \"ctb\"),\nperson(\"Fabian\", \"Hirschmann\", role = \"ctb\"),\nperson(\"Fitch\", \"Simeon\", role = \"ctb\"),\nperson(\"Forest\", \"Fang\", role = \"ctb\"),\nperson(c(\"Frank\", \"E\", \"Harrell\", \"Jr\"), role = \"ctb\", comment = \"the Sweavel package at inst/misc/Sweavel.sty\"),\nperson(\"Garrick\", \"Aden-Buie\", role = \"ctb\"),\nperson(\"Gregoire\", \"Detrez\", role = \"ctb\"),\nperson(\"Hadley\", \"Wickham\", role = \"ctb\"),\nperson(\"Hao\", \"Zhu\", role = \"ctb\"),\nperson(\"Heewon\", \"Jeon\", role = \"ctb\"),\nperson(\"Henrik\", \"Bengtsson\", role = \"ctb\"),\nperson(\"Hiroaki\", \"Yutani\", role = \"ctb\"),\nperson(\"Ian\", \"Lyttle\", role = \"ctb\"),\nperson(\"Hodges\", \"Daniel\", role = \"ctb\"),\nperson(\"Jacob\", \"Bien\", role = \"ctb\"),\nperson(\"Jake\", \"Burkhead\", role = \"ctb\"),\nperson(\"James\", \"Manton\", role = \"ctb\"),\nperson(\"Jared\", \"Lander\", role = \"ctb\"),\nperson(\"Jason\", \"Punyon\", role = \"ctb\"),\nperson(\"Javier\", \"Luraschi\", role = \"ctb\"),\nperson(\"Jeff\", \"Arnold\", role = \"ctb\"),\nperson(\"Jenny\", \"Bryan\", role = \"ctb\"),\nperson(\"Jeremy\", \"Ashkenas\", role = c(\"ctb\", \"cph\"), comment = \"the CSS file at inst/misc/docco-classic.css\"),\nperson(\"Jeremy\", \"Stephens\", role = \"ctb\"),\nperson(\"Jim\", \"Hester\", role = \"ctb\"),\nperson(\"Joe\", \"Cheng\", role = \"ctb\"),\nperson(\"Johannes\", \"Ranke\", role = \"ctb\"),\nperson(\"John\", \"Honaker\", role = \"ctb\"),\nperson(\"John\", \"Muschelli\", role = \"ctb\"),\nperson(\"Jonathan\", \"Keane\", role = \"ctb\"),\nperson(\"JJ\", \"Allaire\", role = \"ctb\"),\nperson(\"Johan\", \"Toloe\", role = \"ctb\"),\nperson(\"Jonathan\", \"Sidi\", role = \"ctb\"),\nperson(\"Joseph\", \"Larmarange\", role = \"ctb\"),\nperson(\"Julien\", \"Barnier\", role = \"ctb\"),\nperson(\"Kaiyin\", \"Zhong\", role = \"ctb\"),\nperson(\"Kamil\", \"Slowikowski\", role = \"ctb\"),\nperson(\"Karl\", \"Forner\", role = \"ctb\"),\nperson(c(\"Kevin\", \"K.\"), \"Smith\", role = \"ctb\"),\nperson(\"Kirill\", \"Mueller\", role = \"ctb\"),\nperson(\"Kohske\", \"Takahashi\", role = \"ctb\"),\nperson(\"Lorenz\", \"Walthert\", role = \"ctb\"),\nperson(\"Lucas\", \"Gallindo\", role = \"ctb\"),\nperson(\"Marius\", \"Hofert\", role = \"ctb\"),\nperson(\"Martin\", \"Modrák\", role = \"ctb\"),\nperson(\"Michael\", \"Chirico\", role = \"ctb\"),\nperson(\"Michael\", \"Friendly\", role = \"ctb\"),\nperson(\"Michal\", \"Bojanowski\", role = \"ctb\"),\nperson(\"Michel\", \"Kuhlmann\", role = \"ctb\"),\nperson(\"Miller\", \"Patrick\", role = \"ctb\"),\nperson(\"Nacho\", \"Caballero\", role = \"ctb\"),\nperson(\"Nick\", \"Salkowski\", role = \"ctb\"),\nperson(\"Niels Richard\", \"Hansen\", role = \"ctb\"),\nperson(\"Noam\", \"Ross\", role = \"ctb\"),\nperson(\"Obada\", \"Mahdi\", role = \"ctb\"),\nperson(\"Pavel N.\", \"Krivitsky\", role = \"ctb\", comment=c(ORCID = \"0000-0002-9101-3362\")),\nperson(\"Pedro\", \"Faria\", role = \"ctb\"),\nperson(\"Qiang\", \"Li\", role = \"ctb\"),\nperson(\"Ramnath\", \"Vaidyanathan\", role = \"ctb\"),\nperson(\"Richard\", \"Cotton\", role = \"ctb\"),\nperson(\"Robert\", \"Krzyzanowski\", role = \"ctb\"),\nperson(\"Rodrigo\", \"Copetti\", role = \"ctb\"),\nperson(\"Romain\", \"Francois\", role = \"ctb\"),\nperson(\"Ruaridh\", \"Williamson\", role = \"ctb\"),\nperson(\"Sagiru\", \"Mati\", role = \"ctb\", comment = c(ORCID = \"0000-0003-1413-3974\")),\nperson(\"Scott\", \"Kostyshak\", role = \"ctb\"),\nperson(\"Sebastian\", \"Meyer\", role = \"ctb\"),\nperson(\"Sietse\", \"Brouwer\", role = \"ctb\"),\nperson(c(\"Simon\", \"de\"), \"Bernard\", role = \"ctb\"),\nperson(\"Sylvain\", \"Rousseau\", role = \"ctb\"),\nperson(\"Taiyun\", \"Wei\", role = \"ctb\"),\nperson(\"Thibaut\", \"Assus\", role = \"ctb\"),\nperson(\"Thibaut\", \"Lamadon\", role = \"ctb\"),\nperson(\"Thomas\", \"Leeper\", role = \"ctb\"),\nperson(\"Tim\", \"Mastny\", role = \"ctb\"),\nperson(\"Tom\", \"Torsney-Weir\", role = \"ctb\"),\nperson(\"Trevor\", \"Davis\", role = \"ctb\"),\nperson(\"Viktoras\", \"Veitas\", role = \"ctb\"),\nperson(\"Weicheng\", \"Zhu\", role = \"ctb\"),\nperson(\"Wush\", \"Wu\", role = \"ctb\"),\nperson(\"Zachary\", \"Foster\", role = \"ctb\"),\nperson(\"Zhian N.\", \"Kamvar\", role = \"ctb\", comment = c(ORCID = \"0000-0003-1458-7108\"))\n)", + "Version": "1.43", + "Authors@R": "c(\nperson(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(\"Abhraneel\", \"Sarma\", role = \"ctb\"),\nperson(\"Adam\", \"Vogt\", role = \"ctb\"),\nperson(\"Alastair\", \"Andrew\", role = \"ctb\"),\nperson(\"Alex\", \"Zvoleff\", role = \"ctb\"),\nperson(\"Amar\", \"Al-Zubaidi\", role = \"ctb\"),\nperson(\"Andre\", \"Simon\", role = \"ctb\", comment = \"the CSS files under inst/themes/ were derived from the Highlight package http://www.andre-simon.de\"),\nperson(\"Aron\", \"Atkins\", role = \"ctb\"),\nperson(\"Aaron\", \"Wolen\", role = \"ctb\"),\nperson(\"Ashley\", \"Manton\", role = \"ctb\"),\nperson(\"Atsushi\", \"Yasumoto\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8335-495X\")),\nperson(\"Ben\", \"Baumer\", role = \"ctb\"),\nperson(\"Brian\", \"Diggs\", role = \"ctb\"),\nperson(\"Brian\", \"Zhang\", role = \"ctb\"),\nperson(\"Bulat\", \"Yapparov\", role = \"ctb\"),\nperson(\"Cassio\", \"Pereira\", role = \"ctb\"),\nperson(\"Christophe\", \"Dervieux\", role = \"ctb\"),\nperson(\"David\", \"Hall\", role = \"ctb\"),\nperson(\"David\", \"Hugh-Jones\", role = \"ctb\"),\nperson(\"David\", \"Robinson\", role = \"ctb\"),\nperson(\"Doug\", \"Hemken\", role = \"ctb\"),\nperson(\"Duncan\", \"Murdoch\", role = \"ctb\"),\nperson(\"Elio\", \"Campitelli\", role = \"ctb\"),\nperson(\"Ellis\", \"Hughes\", role = \"ctb\"),\nperson(\"Emily\", \"Riederer\", role = \"ctb\"),\nperson(\"Fabian\", \"Hirschmann\", role = \"ctb\"),\nperson(\"Fitch\", \"Simeon\", role = \"ctb\"),\nperson(\"Forest\", \"Fang\", role = \"ctb\"),\nperson(c(\"Frank\", \"E\", \"Harrell\", \"Jr\"), role = \"ctb\", comment = \"the Sweavel package at inst/misc/Sweavel.sty\"),\nperson(\"Garrick\", \"Aden-Buie\", role = \"ctb\"),\nperson(\"Gregoire\", \"Detrez\", role = \"ctb\"),\nperson(\"Hadley\", \"Wickham\", role = \"ctb\"),\nperson(\"Hao\", \"Zhu\", role = \"ctb\"),\nperson(\"Heewon\", \"Jeon\", role = \"ctb\"),\nperson(\"Henrik\", \"Bengtsson\", role = \"ctb\"),\nperson(\"Hiroaki\", \"Yutani\", role = \"ctb\"),\nperson(\"Ian\", \"Lyttle\", role = \"ctb\"),\nperson(\"Hodges\", \"Daniel\", role = \"ctb\"),\nperson(\"Jacob\", \"Bien\", role = \"ctb\"),\nperson(\"Jake\", \"Burkhead\", role = \"ctb\"),\nperson(\"James\", \"Manton\", role = \"ctb\"),\nperson(\"Jared\", \"Lander\", role = \"ctb\"),\nperson(\"Jason\", \"Punyon\", role = \"ctb\"),\nperson(\"Javier\", \"Luraschi\", role = \"ctb\"),\nperson(\"Jeff\", \"Arnold\", role = \"ctb\"),\nperson(\"Jenny\", \"Bryan\", role = \"ctb\"),\nperson(\"Jeremy\", \"Ashkenas\", role = c(\"ctb\", \"cph\"), comment = \"the CSS file at inst/misc/docco-classic.css\"),\nperson(\"Jeremy\", \"Stephens\", role = \"ctb\"),\nperson(\"Jim\", \"Hester\", role = \"ctb\"),\nperson(\"Joe\", \"Cheng\", role = \"ctb\"),\nperson(\"Johannes\", \"Ranke\", role = \"ctb\"),\nperson(\"John\", \"Honaker\", role = \"ctb\"),\nperson(\"John\", \"Muschelli\", role = \"ctb\"),\nperson(\"Jonathan\", \"Keane\", role = \"ctb\"),\nperson(\"JJ\", \"Allaire\", role = \"ctb\"),\nperson(\"Johan\", \"Toloe\", role = \"ctb\"),\nperson(\"Jonathan\", \"Sidi\", role = \"ctb\"),\nperson(\"Joseph\", \"Larmarange\", role = \"ctb\"),\nperson(\"Julien\", \"Barnier\", role = \"ctb\"),\nperson(\"Kaiyin\", \"Zhong\", role = \"ctb\"),\nperson(\"Kamil\", \"Slowikowski\", role = \"ctb\"),\nperson(\"Karl\", \"Forner\", role = \"ctb\"),\nperson(c(\"Kevin\", \"K.\"), \"Smith\", role = \"ctb\"),\nperson(\"Kirill\", \"Mueller\", role = \"ctb\"),\nperson(\"Kohske\", \"Takahashi\", role = \"ctb\"),\nperson(\"Lorenz\", \"Walthert\", role = \"ctb\"),\nperson(\"Lucas\", \"Gallindo\", role = \"ctb\"),\nperson(\"Marius\", \"Hofert\", role = \"ctb\"),\nperson(\"Martin\", \"Modrák\", role = \"ctb\"),\nperson(\"Michael\", \"Chirico\", role = \"ctb\"),\nperson(\"Michael\", \"Friendly\", role = \"ctb\"),\nperson(\"Michal\", \"Bojanowski\", role = \"ctb\"),\nperson(\"Michel\", \"Kuhlmann\", role = \"ctb\"),\nperson(\"Miller\", \"Patrick\", role = \"ctb\"),\nperson(\"Nacho\", \"Caballero\", role = \"ctb\"),\nperson(\"Nick\", \"Salkowski\", role = \"ctb\"),\nperson(\"Niels Richard\", \"Hansen\", role = \"ctb\"),\nperson(\"Noam\", \"Ross\", role = \"ctb\"),\nperson(\"Obada\", \"Mahdi\", role = \"ctb\"),\nperson(\"Pavel N.\", \"Krivitsky\", role = \"ctb\", comment=c(ORCID = \"0000-0002-9101-3362\")),\nperson(\"Pedro\", \"Faria\", role = \"ctb\"),\nperson(\"Qiang\", \"Li\", role = \"ctb\"),\nperson(\"Ramnath\", \"Vaidyanathan\", role = \"ctb\"),\nperson(\"Richard\", \"Cotton\", role = \"ctb\"),\nperson(\"Robert\", \"Krzyzanowski\", role = \"ctb\"),\nperson(\"Rodrigo\", \"Copetti\", role = \"ctb\"),\nperson(\"Romain\", \"Francois\", role = \"ctb\"),\nperson(\"Ruaridh\", \"Williamson\", role = \"ctb\"),\nperson(\"Sagiru\", \"Mati\", role = \"ctb\", comment = c(ORCID = \"0000-0003-1413-3974\")),\nperson(\"Scott\", \"Kostyshak\", role = \"ctb\"),\nperson(\"Sebastian\", \"Meyer\", role = \"ctb\"),\nperson(\"Sietse\", \"Brouwer\", role = \"ctb\"),\nperson(c(\"Simon\", \"de\"), \"Bernard\", role = \"ctb\"),\nperson(\"Sylvain\", \"Rousseau\", role = \"ctb\"),\nperson(\"Taiyun\", \"Wei\", role = \"ctb\"),\nperson(\"Thibaut\", \"Assus\", role = \"ctb\"),\nperson(\"Thibaut\", \"Lamadon\", role = \"ctb\"),\nperson(\"Thomas\", \"Leeper\", role = \"ctb\"),\nperson(\"Tim\", \"Mastny\", role = \"ctb\"),\nperson(\"Tom\", \"Torsney-Weir\", role = \"ctb\"),\nperson(\"Trevor\", \"Davis\", role = \"ctb\"),\nperson(\"Viktoras\", \"Veitas\", role = \"ctb\"),\nperson(\"Weicheng\", \"Zhu\", role = \"ctb\"),\nperson(\"Wush\", \"Wu\", role = \"ctb\"),\nperson(\"Zachary\", \"Foster\", role = \"ctb\"),\nperson(\"Zhian N.\", \"Kamvar\", role = \"ctb\", comment = c(ORCID = \"0000-0003-1458-7108\")),\nperson(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", "Description": "Provides a general-purpose tool for dynamic report generation in R\nusing Literate Programming techniques.", "Depends": "R (>= 3.3.0)", - "Imports": "evaluate (>= 0.15), highr, methods, yaml (>= 2.1.19), xfun (>=\n0.34), tools", - "Suggests": "markdown (>= 1.3), formatR, testit, digest, rgl (>=\n0.95.1201), codetools, rmarkdown, htmlwidgets (>= 0.7),\nwebshot, tikzDevice (>= 0.10), tinytex, reticulate (>= 1.4),\nJuliaCall (>= 0.11.1), magick, png, jpeg, gifski, xml2 (>=\n1.2.0), httr, DBI (>= 0.4-1), showtext, tibble, sass, bslib,\nragg, gridSVG, styler (>= 1.2.0), targets (>= 0.6.0)", + "Imports": "evaluate (>= 0.15), highr, methods, tools, xfun (>= 0.39),\nyaml (>= 2.1.19)", + "Suggests": "bslib, codetools, DBI (>= 0.4-1), digest, formatR, gifski,\ngridSVG, htmlwidgets (>= 0.7), curl, jpeg, JuliaCall (>=\n0.11.1), magick, markdown (>= 1.3), png, ragg, reticulate (>=\n1.4), rgl (>= 0.95.1201), rlang, rmarkdown, sass, showtext,\nstyler (>= 1.2.0), targets (>= 0.6.0), testit, tibble,\ntikzDevice (>= 0.10), tinytex, webshot, rstudioapi, xml2 (>=\n1.2.0)", "License": "GPL", "URL": "https://yihui.org/knitr/", "BugReports": "https://github.com/yihui/knitr/issues", @@ -2746,17 +2897,17 @@ "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-string.R' 'utils-sweave.R' 'utils-upload.R'\n'utils-vignettes.R' 'zzz.R'", "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2023-01-20 05:51:44 UTC; yihui", - "Author": "Yihui Xie [aut, cre] (),\nAbhraneel Sarma [ctb],\nAdam Vogt [ctb],\nAlastair Andrew [ctb],\nAlex Zvoleff [ctb],\nAmar Al-Zubaidi [ctb],\nAndre Simon [ctb] (the CSS files under inst/themes/ were derived from\nthe Highlight package http://www.andre-simon.de),\nAron Atkins [ctb],\nAaron Wolen [ctb],\nAshley Manton [ctb],\nAtsushi Yasumoto [ctb] (),\nBen Baumer [ctb],\nBrian Diggs [ctb],\nBrian Zhang [ctb],\nBulat Yapparov [ctb],\nCassio Pereira [ctb],\nChristophe Dervieux [ctb],\nDavid Hall [ctb],\nDavid Hugh-Jones [ctb],\nDavid Robinson [ctb],\nDoug Hemken [ctb],\nDuncan Murdoch [ctb],\nElio Campitelli [ctb],\nEllis Hughes [ctb],\nEmily Riederer [ctb],\nFabian Hirschmann [ctb],\nFitch Simeon [ctb],\nForest Fang [ctb],\nFrank E Harrell Jr [ctb] (the Sweavel package at inst/misc/Sweavel.sty),\nGarrick Aden-Buie [ctb],\nGregoire Detrez [ctb],\nHadley Wickham [ctb],\nHao Zhu [ctb],\nHeewon Jeon [ctb],\nHenrik Bengtsson [ctb],\nHiroaki Yutani [ctb],\nIan Lyttle [ctb],\nHodges Daniel [ctb],\nJacob Bien [ctb],\nJake Burkhead [ctb],\nJames Manton [ctb],\nJared Lander [ctb],\nJason Punyon [ctb],\nJavier Luraschi [ctb],\nJeff Arnold [ctb],\nJenny Bryan [ctb],\nJeremy Ashkenas [ctb, cph] (the CSS file at\ninst/misc/docco-classic.css),\nJeremy Stephens [ctb],\nJim Hester [ctb],\nJoe Cheng [ctb],\nJohannes Ranke [ctb],\nJohn Honaker [ctb],\nJohn Muschelli [ctb],\nJonathan Keane [ctb],\nJJ Allaire [ctb],\nJohan Toloe [ctb],\nJonathan Sidi [ctb],\nJoseph Larmarange [ctb],\nJulien Barnier [ctb],\nKaiyin Zhong [ctb],\nKamil Slowikowski [ctb],\nKarl Forner [ctb],\nKevin K. Smith [ctb],\nKirill Mueller [ctb],\nKohske Takahashi [ctb],\nLorenz Walthert [ctb],\nLucas Gallindo [ctb],\nMarius Hofert [ctb],\nMartin Modrák [ctb],\nMichael Chirico [ctb],\nMichael Friendly [ctb],\nMichal Bojanowski [ctb],\nMichel Kuhlmann [ctb],\nMiller Patrick [ctb],\nNacho Caballero [ctb],\nNick Salkowski [ctb],\nNiels Richard Hansen [ctb],\nNoam Ross [ctb],\nObada Mahdi [ctb],\nPavel N. Krivitsky [ctb] (),\nPedro Faria [ctb],\nQiang Li [ctb],\nRamnath Vaidyanathan [ctb],\nRichard Cotton [ctb],\nRobert Krzyzanowski [ctb],\nRodrigo Copetti [ctb],\nRomain Francois [ctb],\nRuaridh Williamson [ctb],\nSagiru Mati [ctb] (),\nScott Kostyshak [ctb],\nSebastian Meyer [ctb],\nSietse Brouwer [ctb],\nSimon de Bernard [ctb],\nSylvain Rousseau [ctb],\nTaiyun Wei [ctb],\nThibaut Assus [ctb],\nThibaut Lamadon [ctb],\nThomas Leeper [ctb],\nTim Mastny [ctb],\nTom Torsney-Weir [ctb],\nTrevor Davis [ctb],\nViktoras Veitas [ctb],\nWeicheng Zhu [ctb],\nWush Wu [ctb],\nZachary Foster [ctb],\nZhian N. Kamvar [ctb] ()", + "Packaged": "2023-05-24 02:50:56 UTC; yihui", + "Author": "Yihui Xie [aut, cre] (),\nAbhraneel Sarma [ctb],\nAdam Vogt [ctb],\nAlastair Andrew [ctb],\nAlex Zvoleff [ctb],\nAmar Al-Zubaidi [ctb],\nAndre Simon [ctb] (the CSS files under inst/themes/ were derived from\nthe Highlight package http://www.andre-simon.de),\nAron Atkins [ctb],\nAaron Wolen [ctb],\nAshley Manton [ctb],\nAtsushi Yasumoto [ctb] (),\nBen Baumer [ctb],\nBrian Diggs [ctb],\nBrian Zhang [ctb],\nBulat Yapparov [ctb],\nCassio Pereira [ctb],\nChristophe Dervieux [ctb],\nDavid Hall [ctb],\nDavid Hugh-Jones [ctb],\nDavid Robinson [ctb],\nDoug Hemken [ctb],\nDuncan Murdoch [ctb],\nElio Campitelli [ctb],\nEllis Hughes [ctb],\nEmily Riederer [ctb],\nFabian Hirschmann [ctb],\nFitch Simeon [ctb],\nForest Fang [ctb],\nFrank E Harrell Jr [ctb] (the Sweavel package at inst/misc/Sweavel.sty),\nGarrick Aden-Buie [ctb],\nGregoire Detrez [ctb],\nHadley Wickham [ctb],\nHao Zhu [ctb],\nHeewon Jeon [ctb],\nHenrik Bengtsson [ctb],\nHiroaki Yutani [ctb],\nIan Lyttle [ctb],\nHodges Daniel [ctb],\nJacob Bien [ctb],\nJake Burkhead [ctb],\nJames Manton [ctb],\nJared Lander [ctb],\nJason Punyon [ctb],\nJavier Luraschi [ctb],\nJeff Arnold [ctb],\nJenny Bryan [ctb],\nJeremy Ashkenas [ctb, cph] (the CSS file at\ninst/misc/docco-classic.css),\nJeremy Stephens [ctb],\nJim Hester [ctb],\nJoe Cheng [ctb],\nJohannes Ranke [ctb],\nJohn Honaker [ctb],\nJohn Muschelli [ctb],\nJonathan Keane [ctb],\nJJ Allaire [ctb],\nJohan Toloe [ctb],\nJonathan Sidi [ctb],\nJoseph Larmarange [ctb],\nJulien Barnier [ctb],\nKaiyin Zhong [ctb],\nKamil Slowikowski [ctb],\nKarl Forner [ctb],\nKevin K. Smith [ctb],\nKirill Mueller [ctb],\nKohske Takahashi [ctb],\nLorenz Walthert [ctb],\nLucas Gallindo [ctb],\nMarius Hofert [ctb],\nMartin Modrák [ctb],\nMichael Chirico [ctb],\nMichael Friendly [ctb],\nMichal Bojanowski [ctb],\nMichel Kuhlmann [ctb],\nMiller Patrick [ctb],\nNacho Caballero [ctb],\nNick Salkowski [ctb],\nNiels Richard Hansen [ctb],\nNoam Ross [ctb],\nObada Mahdi [ctb],\nPavel N. Krivitsky [ctb] (),\nPedro Faria [ctb],\nQiang Li [ctb],\nRamnath Vaidyanathan [ctb],\nRichard Cotton [ctb],\nRobert Krzyzanowski [ctb],\nRodrigo Copetti [ctb],\nRomain Francois [ctb],\nRuaridh Williamson [ctb],\nSagiru Mati [ctb] (),\nScott Kostyshak [ctb],\nSebastian Meyer [ctb],\nSietse Brouwer [ctb],\nSimon de Bernard [ctb],\nSylvain Rousseau [ctb],\nTaiyun Wei [ctb],\nThibaut Assus [ctb],\nThibaut Lamadon [ctb],\nThomas Leeper [ctb],\nTim Mastny [ctb],\nTom Torsney-Weir [ctb],\nTrevor Davis [ctb],\nViktoras Veitas [ctb],\nWeicheng Zhu [ctb],\nWush Wu [ctb],\nZachary Foster [ctb],\nZhian N. Kamvar [ctb] (),\nPosit Software, PBC [cph, fnd]", "Maintainer": "Yihui Xie ", - "Repository": "RSPM", - "Date/Publication": "2023-01-25 10:20:08 UTC", - "Built": "R 4.2.0; ; 2023-01-26 11:51:35 UTC; windows" + "Repository": "CRAN", + "Date/Publication": "2023-05-25 09:20:08 UTC", + "Built": "R 4.2.3; ; 2023-09-06 01:57:00 UTC; windows" } }, "labeling": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "labeling", "Type": "Package", @@ -2778,69 +2929,68 @@ }, "later": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "later", "Type": "Package", "Title": "Utilities for Scheduling Functions to Execute Later with Event\nLoops", - "Version": "1.3.0", + "Version": "1.3.1", "Authors@R": "c(\nperson(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\"),\nperson(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@rstudio.com\"),\nperson(family = \"RStudio\", role = \"cph\"),\nperson(\"Marcus\", \"Geelnard\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\"),\nperson(\"Evan\", \"Nemerson\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\")\n)", "Description": "Executes arbitrary R or C functions some time after the current\ntime, after the R execution stack has emptied. The functions are scheduled\nin an event loop.", - "URL": "https://github.com/r-lib/later", + "URL": "https://r-lib.github.io/later/, https://github.com/r-lib/later", "BugReports": "https://github.com/r-lib/later/issues", "License": "MIT + file LICENSE", "Imports": "Rcpp (>= 0.12.9), rlang", "LinkingTo": "Rcpp", - "RoxygenNote": "7.1.1", - "SystemRequirements": "C++11", + "RoxygenNote": "7.2.3", "Suggests": "knitr, rmarkdown, testthat (>= 2.1.0)", "VignetteBuilder": "knitr", "Encoding": "UTF-8", "NeedsCompilation": "yes", - "Packaged": "2021-08-18 14:03:28 UTC; barret", + "Packaged": "2023-05-01 21:09:55 UTC; winston", "Author": "Winston Chang [aut, cre],\nJoe Cheng [aut],\nRStudio [cph],\nMarcus Geelnard [ctb, cph] (TinyCThread library,\nhttps://tinycthread.github.io/),\nEvan Nemerson [ctb, cph] (TinyCThread library,\nhttps://tinycthread.github.io/)", "Maintainer": "Winston Chang ", "Repository": "CRAN", - "Date/Publication": "2021-08-18 16:30:06 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-24 01:25:35 UTC; windows", + "Date/Publication": "2023-05-02 18:10:02 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-04 01:35:01 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "lattice": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "lattice", - "Version": "0.20-45", - "Date": "2021-09-18", + "Version": "0.21-8", + "Date": "2023-04-05", "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\"))", + "Authors@R": "c(person(\"Deepayan\", \"Sarkar\", role = c(\"aut\", \"cre\"),\nemail = \"deepayan.sarkar@r-project.org\",\ncomment = c(ORCID = \"0000-0003-4107-1553\")),\nperson(\"Felix\", \"Andrews\", role = \"ctb\"),\nperson(\"Kevin\", \"Wright\", role = \"ctb\", comment = \"documentation\"),\nperson(\"Neil\", \"Klepeis\", role = \"ctb\"),\nperson(\"Johan\", \"Larsson\", role = \"ctb\", comment = \"miscellaneous improvements\"),\nperson(\"Zhijian (Jason)\", \"Wen\", role = \"cph\", comment = \"filled contour code\"),\nperson(\"Paul\", \"Murrell\", role = \"ctb\", email = \"paul@stat.auckland.ac.nz\"),\nperson(\"Stefan\", \"Eng\", role = \"ctb\", comment = \"violin plot improvements\"),\nperson(\"Achim\", \"Zeileis\", role = \"ctb\", comment = \"modern colors\")\n)", "Description": "A powerful and elegant high-level data visualization\nsystem inspired by Trellis graphics, with an emphasis on\nmultivariate data. Lattice is sufficient for typical graphics needs,\nand is also flexible enough to handle most nonstandard requirements.\nSee ?Lattice for an introduction.", - "Depends": "R (>= 3.0.0)", - "Suggests": "KernSmooth, MASS, latticeExtra", + "Depends": "R (>= 4.0.0)", + "Suggests": "KernSmooth, MASS, latticeExtra, colorspace", "Imports": "grid, grDevices, graphics, stats, utils", "Enhances": "chron", "LazyLoad": "yes", "LazyData": "yes", "License": "GPL (>= 2)", - "URL": "http://lattice.r-forge.r-project.org/", + "URL": "https://lattice.r-forge.r-project.org/", "BugReports": "https://github.com/deepayan/lattice/issues", "NeedsCompilation": "yes", - "Packaged": "2021-09-22 09:17:07 UTC; deepayan", - "Author": "Deepayan Sarkar [aut, cre] (),\nFelix Andrews [ctb],\nKevin Wright [ctb] (documentation),\nNeil Klepeis [ctb],\nJohan Larsson [ctb] (colorkey title),\nPaul Murrell [ctb]", + "Packaged": "2023-04-05 15:31:40 UTC; deepayan", + "Author": "Deepayan Sarkar [aut, cre] (),\nFelix Andrews [ctb],\nKevin Wright [ctb] (documentation),\nNeil Klepeis [ctb],\nJohan Larsson [ctb] (miscellaneous improvements),\nZhijian (Jason) Wen [cph] (filled contour code),\nPaul Murrell [ctb],\nStefan Eng [ctb] (violin plot improvements),\nAchim Zeileis [ctb] (modern colors)", "Maintainer": "Deepayan Sarkar ", "Repository": "CRAN", - "Date/Publication": "2021-09-22 12:10:02 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-06-23 09:40:24 UTC; windows", + "Date/Publication": "2023-04-05 17:43:19 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-06 01:12:38 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "lazyeval": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "lazyeval", "Version": "0.2.2", @@ -2866,38 +3016,38 @@ }, "learnr": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Type": "Package", "Package": "learnr", "Title": "Interactive Tutorials for R", - "Version": "0.11.2", - "Authors@R": "c(\nperson(\"Garrick\", \"Aden-Buie\", , \"garrick@rstudio.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-7111-0077\")),\nperson(\"Barret\", \"Schloerke\", , \"barret@rstudio.com\", role = \"aut\",\ncomment = c(ORCID = \"0000-0001-9986-114X\")),\nperson(\"JJ\", \"Allaire\", , \"jj@rstudio.com\", role = c(\"aut\", \"ccp\")),\nperson(\"Alexander\", \"Rossell Hayes\", , \"alex.rossellhayes@rstudio.com\", role = \"ctb\",\ncomment = c(ORCID = \"0000-0001-9412-0457\")),\nperson(\"Nischal\", \"Shrestha\", , \"nischal@rstudio.com\", role = \"ctb\",\ncomment = c(ORCID = \"0000-0003-3321-1712\")),\nperson(\"Angela\", \"Li\", , \"angelali921@gmail.com\", role = \"ctb\",\ncomment = \"vignette\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\")),\nperson(, \"Ajax.org B.V.\", role = c(\"ctb\", \"cph\"),\ncomment = \"Ace library\"),\nperson(\"Zeno\", \"Rocha\", role = c(\"ctb\", \"cph\"),\ncomment = \"clipboard.js library\"),\nperson(\"Nick\", \"Payne\", role = c(\"ctb\", \"cph\"),\ncomment = \"Bootbox library\"),\nperson(\"Jake\", \"Archibald\", role = c(\"ctb\", \"cph\"),\ncomment = \"idb-keyval library\"),\nperson(\"i18next authors\", role = c(\"ctb\", \"cph\"),\ncomment = \"i18next library\")\n)", + "Version": "0.11.4", + "Authors@R": "c(\nperson(\"Garrick\", \"Aden-Buie\", , \"garrick@posit.co\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-7111-0077\")),\nperson(\"Barret\", \"Schloerke\", , \"barret@posit.co\", role = \"aut\",\ncomment = c(ORCID = \"0000-0001-9986-114X\")),\nperson(\"JJ\", \"Allaire\", , \"jj@posit.co\", role = c(\"aut\", \"ccp\")),\nperson(\"Alexander\", \"Rossell Hayes\", , \"alex.rossellhayes@posit.co\", role = \"aut\",\ncomment = c(ORCID = \"0000-0001-9412-0457\")),\nperson(\"Nischal\", \"Shrestha\", , \"nischal@posit.co\", role = \"ctb\",\ncomment = c(ORCID = \"0000-0003-3321-1712\")),\nperson(\"Angela\", \"Li\", , \"angelali921@gmail.com\", role = \"ctb\",\ncomment = \"vignette\"),\nperson(\"Posit, PBC\", role = c(\"cph\", \"fnd\")),\nperson(, \"Ajax.org B.V.\", role = c(\"ctb\", \"cph\"),\ncomment = \"Ace library\"),\nperson(\"Zeno\", \"Rocha\", role = c(\"ctb\", \"cph\"),\ncomment = \"clipboard.js library\"),\nperson(\"Nick\", \"Payne\", role = c(\"ctb\", \"cph\"),\ncomment = \"Bootbox library\"),\nperson(\"Jake\", \"Archibald\", role = c(\"ctb\", \"cph\"),\ncomment = \"idb-keyval library\"),\nperson(\"i18next authors\", role = c(\"ctb\", \"cph\"),\ncomment = \"i18next library\")\n)", "Description": "Create interactive tutorials using R Markdown. Use a\ncombination of narrative, figures, videos, exercises, and quizzes to\ncreate self-paced tutorials for learning about R and R packages.", "License": "Apache License (>= 2.0)", "URL": "https://rstudio.github.io/learnr/,\nhttps://github.com/rstudio/learnr", "BugReports": "https://github.com/rstudio/learnr/issues", - "Imports": "checkmate, curl, digest, ellipsis (>= 0.2.0.1), evaluate,\nhtmltools (>= 0.3.5), htmlwidgets, jsonlite, knitr (>= 1.31),\nlifecycle, markdown (>= 1.3), parallel, promises, rappdirs,\nrenv (>= 0.8.0), rlang, rmarkdown (>= 1.12.0), rprojroot, shiny\n(>= 1.0), stats, utils, withr", - "Suggests": "callr, DBI (>= 0.4-1), httpuv, later, reticulate, RSQLite,\nrstudioapi (>= 0.11), shinytest2, testthat (>= 3.0.3)", + "Imports": "checkmate, digest, ellipsis (>= 0.2.0.1), evaluate, htmltools\n(>= 0.3.5), htmlwidgets, jsonlite, knitr (>= 1.31), lifecycle,\nmarkdown (>= 1.3), parallel, promises, rappdirs, renv (>=\n0.8.0), rlang, rmarkdown (>= 1.12.0), rprojroot, shiny (>=\n1.0), stats, utils, withr", + "Suggests": "bslib, callr, curl, DBI (>= 0.4-1), httpuv, later,\nreticulate, RSQLite, rstudioapi (>= 0.11), shinytest2,\nsortable, testthat (>= 3.0.3)", "VignetteBuilder": "knitr", "Config/Needs/connect": "rsconnect", "Config/Needs/coverage": "covr", "Config/Needs/website": "pkgdown, tidyverse/tidytemplate", "Encoding": "UTF-8", - "RoxygenNote": "7.2.1", + "RoxygenNote": "7.2.3", "SystemRequirements": "pandoc (>= 1.14) - http://pandoc.org", "NeedsCompilation": "no", - "Packaged": "2022-11-08 12:30:24 UTC; garrick", - "Author": "Garrick Aden-Buie [aut, cre] (),\nBarret Schloerke [aut] (),\nJJ Allaire [aut, ccp],\nAlexander Rossell Hayes [ctb] (),\nNischal Shrestha [ctb] (),\nAngela Li [ctb] (vignette),\nRStudio [cph, fnd],\nAjax.org B.V. [ctb, cph] (Ace library),\nZeno Rocha [ctb, cph] (clipboard.js library),\nNick Payne [ctb, cph] (Bootbox library),\nJake Archibald [ctb, cph] (idb-keyval library),\ni18next authors [ctb, cph] (i18next library)", - "Maintainer": "Garrick Aden-Buie ", + "Packaged": "2023-05-24 21:13:08 UTC; garrick", + "Author": "Garrick Aden-Buie [aut, cre] (),\nBarret Schloerke [aut] (),\nJJ Allaire [aut, ccp],\nAlexander Rossell Hayes [aut] (),\nNischal Shrestha [ctb] (),\nAngela Li [ctb] (vignette),\nPosit, PBC [cph, fnd],\nAjax.org B.V. [ctb, cph] (Ace library),\nZeno Rocha [ctb, cph] (clipboard.js library),\nNick Payne [ctb, cph] (Bootbox library),\nJake Archibald [ctb, cph] (idb-keyval library),\ni18next authors [ctb, cph] (i18next library)", + "Maintainer": "Garrick Aden-Buie ", "Repository": "RSPM", - "Date/Publication": "2022-11-08 14:20:17 UTC", - "Built": "R 4.2.0; ; 2022-11-09 12:13:33 UTC; windows" + "Date/Publication": "2023-05-24 22:20:02 UTC", + "Built": "R 4.2.0; ; 2023-05-25 11:33:03 UTC; windows" } }, "lifecycle": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "lifecycle", "Title": "Manage the Life Cycle of your Package Functions", @@ -2926,7 +3076,7 @@ }, "loggit": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "loggit", "Title": "Modern Logging for the R Ecosystem", @@ -2953,12 +3103,12 @@ }, "lubridate": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Type": "Package", "Package": "lubridate", "Title": "Make Dealing with Dates a Little Easier", - "Version": "1.9.1", + "Version": "1.9.2", "Authors@R": "c(\nperson(\"Vitalie\", \"Spinu\", , \"spinuvit@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Garrett\", \"Grolemund\", role = \"aut\"),\nperson(\"Hadley\", \"Wickham\", role = \"aut\"),\nperson(\"Davis\", \"Vaughan\", role = \"ctb\"),\nperson(\"Ian\", \"Lyttle\", role = \"ctb\"),\nperson(\"Imanuel\", \"Costigan\", role = \"ctb\"),\nperson(\"Jason\", \"Law\", role = \"ctb\"),\nperson(\"Doug\", \"Mitarotonda\", role = \"ctb\"),\nperson(\"Joseph\", \"Larmarange\", role = \"ctb\"),\nperson(\"Jonathan\", \"Boiser\", role = \"ctb\"),\nperson(\"Chel Hee\", \"Lee\", role = \"ctb\")\n)", "Maintainer": "Vitalie Spinu ", "Description": "Functions to work with date-times and time-spans: fast and\nuser friendly parsing of date-time data, extraction and updating of\ncomponents of a date-time (years, months, days, hours, minutes, and\nseconds), algebraic manipulation on date-time and time-span objects.\nThe 'lubridate' package has a consistent and memorable syntax that\nmakes working with dates easy and fun.", @@ -2978,18 +3128,18 @@ "SystemRequirements": "C++11, A system with zoneinfo data (e.g.\n/usr/share/zoneinfo). On Windows the zoneinfo included with R\nis used.", "Collate": "'Dates.r' 'POSIXt.r' 'util.r' 'parse.r' 'timespans.r'\n'intervals.r' 'difftimes.r' 'durations.r' 'periods.r'\n'accessors-date.R' 'accessors-day.r' 'accessors-dst.r'\n'accessors-hour.r' 'accessors-minute.r' 'accessors-month.r'\n'accessors-quarter.r' 'accessors-second.r' 'accessors-tz.r'\n'accessors-week.r' 'accessors-year.r' 'am-pm.r' 'time-zones.r'\n'numeric.r' 'coercion.r' 'constants.r' 'cyclic_encoding.r'\n'data.r' 'decimal-dates.r' 'deprecated.r' 'format_ISO8601.r'\n'guess.r' 'hidden.r' 'instants.r' 'leap-years.r'\n'ops-addition.r' 'ops-compare.r' 'ops-division.r'\n'ops-integer-division.r' 'ops-m+.r' 'ops-modulo.r'\n'ops-multiplication.r' 'ops-subtraction.r' 'package.r'\n'pretty.r' 'round.r' 'stamp.r' 'tzdir.R' 'update.r' 'vctrs.R'\n'zzz.R'", "NeedsCompilation": "yes", - "Packaged": "2023-01-23 21:22:44 UTC; vspinu", + "Packaged": "2023-02-09 21:36:50 UTC; vspinu", "Author": "Vitalie Spinu [aut, cre],\nGarrett Grolemund [aut],\nHadley Wickham [aut],\nDavis Vaughan [ctb],\nIan Lyttle [ctb],\nImanuel Costigan [ctb],\nJason Law [ctb],\nDoug Mitarotonda [ctb],\nJoseph Larmarange [ctb],\nJonathan Boiser [ctb],\nChel Hee Lee [ctb]", "Repository": "RSPM", - "Date/Publication": "2023-01-24 11:20:02 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2023-01-25 11:55:25 UTC; windows", + "Date/Publication": "2023-02-10 01:30:02 UTC", + "Built": "R 4.2.0; x86_64-w64-mingw32; 2023-02-13 11:24:10 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "magrittr": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Type": "Package", "Package": "magrittr", @@ -3020,35 +3170,35 @@ }, "markdown": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "markdown", "Type": "Package", "Title": "Render Markdown with 'commonmark'", - "Version": "1.5", - "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.", + "Version": "1.7", + "Authors@R": "c(\nperson(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(\"JJ\", \"Allaire\", role = \"aut\"),\nperson(\"Jeffrey\", \"Horner\", role = \"aut\"),\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(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Render Markdown to full and lightweight HTML/LaTeX documents with\nthe 'commonmark' package. It also supports features that are missing in\n'commonmark', such as raw HTML/LaTeX blocks, LaTeX math, superscripts,\nsubscripts, footnotes, element attributes, appendices, and fenced 'Divs'.\nWith additional JavaScript and CSS, it can also create HTML slides and\narticles.", "Depends": "R (>= 2.11.1)", - "Imports": "utils, commonmark, xfun (>= 0.35)", + "Imports": "utils, commonmark (>= 1.9.0), xfun (>= 0.38)", "Suggests": "knitr, rmarkdown (>= 2.18), yaml, RCurl", - "License": "GPL-2", + "License": "MIT + file LICENSE", "URL": "https://github.com/rstudio/markdown", "BugReports": "https://github.com/rstudio/markdown/issues", "VignetteBuilder": "knitr", "RoxygenNote": "7.2.3", "Encoding": "UTF-8", "NeedsCompilation": "no", - "Packaged": "2023-01-31 15:34:10 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]", + "Packaged": "2023-05-16 04:10:01 UTC; yihui", + "Author": "Yihui Xie [aut, cre] (),\nJJ Allaire [aut],\nJeffrey Horner [aut],\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],\nPosit Software, PBC [cph, fnd]", "Maintainer": "Yihui Xie ", "Repository": "RSPM", - "Date/Publication": "2023-01-31 17:20:05 UTC", - "Built": "R 4.2.0; ; 2023-02-01 11:25:43 UTC; windows" + "Date/Publication": "2023-05-16 10:00:03 UTC", + "Built": "R 4.2.0; ; 2023-05-17 11:39:30 UTC; windows" } }, "memoise": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "memoise", "Title": "'Memoisation' of Functions", @@ -3073,10 +3223,10 @@ }, "mgcv": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "mgcv", - "Version": "1.8-40", + "Version": "1.9-0", "Author": "Simon Wood ", "Maintainer": "Simon Wood ", "Title": "Mixed GAM Computation Vehicle with Automatic Smoothness\nEstimation", @@ -3089,17 +3239,17 @@ "ByteCompile": "yes", "License": "GPL (>= 2)", "NeedsCompilation": "yes", - "Packaged": "2022-03-22 09:39:41 UTC; sw283", + "Packaged": "2023-07-07 06:01:32 UTC; sw283", "Repository": "CRAN", - "Date/Publication": "2022-03-29 09:50:02 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-06-23 09:50:07 UTC; windows", + "Date/Publication": "2023-07-11 08:40:18 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-06 01:56:58 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "mime": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "mime", "Type": "Package", @@ -3124,36 +3274,61 @@ "Archs": "x64" } }, + "miniUI": { + "Source": "CRAN", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", + "description": { + "Package": "miniUI", + "Type": "Package", + "Title": "Shiny UI Widgets for Small Screens", + "Version": "0.1.1.1", + "Authors@R": "c(\nperson(\"Joe\", \"Cheng\", role = c(\"cre\", \"aut\"), email = \"joe@rstudio.com\"),\nperson(family = \"RStudio\", role = \"cph\")\n)", + "Description": "Provides UI widget and layout functions for writing Shiny apps\nthat work well on small screens.", + "License": "GPL-3", + "LazyData": "TRUE", + "Imports": "shiny (>= 0.13), htmltools (>= 0.3), utils", + "RoxygenNote": "5.0.1", + "NeedsCompilation": "no", + "Packaged": "2018-05-18 17:00:34 UTC; jcheng", + "Author": "Joe Cheng [cre, aut],\nRStudio [cph]", + "Maintainer": "Joe Cheng ", + "Repository": "CRAN", + "Date/Publication": "2018-05-18 18:37:18 UTC", + "Built": "R 4.2.1; ; 2022-07-24 03:31:08 UTC; windows" + } + }, "modelr": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "modelr", "Title": "Modelling Functions that Work with the Pipe", - "Version": "0.1.8", - "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = c(\"aut\", \"cre\"),\nemail = \"hadley@rstudio.com\"),\nperson(given = \"RStudio\",\nrole = \"cph\"))", - "Description": "Functions for modelling that help you seamlessly\nintegrate modelling into a pipeline of data manipulation and\nvisualisation.", + "Version": "0.1.11", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Functions for modelling that help you seamlessly integrate\nmodelling into a pipeline of data manipulation and visualisation.", "License": "GPL-3", "URL": "https://modelr.tidyverse.org, https://github.com/tidyverse/modelr", "BugReports": "https://github.com/tidyverse/modelr/issues", "Depends": "R (>= 3.2)", - "Imports": "broom, magrittr, purrr (>= 0.2.2), rlang (>= 0.2.0), tibble,\ntidyr (>= 0.8.0), tidyselect, vctrs", - "Suggests": "compiler, covr, ggplot2, testthat", + "Imports": "broom, magrittr, purrr (>= 0.2.2), rlang (>= 1.0.6), tibble,\ntidyr (>= 0.8.0), tidyselect, vctrs", + "Suggests": "compiler, covr, ggplot2, testthat (>= 3.0.0)", + "Config/Needs/website": "tidyverse/tidytemplate", "Encoding": "UTF-8", "LazyData": "true", - "RoxygenNote": "7.1.0", + "RoxygenNote": "7.2.3", + "Config/testthat/edition": "3", "NeedsCompilation": "no", - "Packaged": "2020-05-19 18:05:04 UTC; hadley", - "Author": "Hadley Wickham [aut, cre],\nRStudio [cph]", - "Maintainer": "Hadley Wickham ", + "Packaged": "2023-03-21 14:12:54 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre],\nPosit Software, PBC [cph, fnd]", + "Maintainer": "Hadley Wickham ", "Repository": "CRAN", - "Date/Publication": "2020-05-19 20:00:35 UTC", - "Built": "R 4.2.1; ; 2022-08-16 05:02:16 UTC; windows" + "Date/Publication": "2023-03-22 13:00:07 UTC", + "Built": "R 4.2.3; ; 2023-04-06 05:54:36 UTC; windows" } }, "munsell": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "munsell", "Type": "Package", @@ -3176,11 +3351,11 @@ }, "nlme": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "nlme", - "Version": "3.1-157", - "Date": "2022-03-25", + "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\")))", @@ -3196,53 +3371,53 @@ "MailingList": "R-help@r-project.org", "URL": "https://svn.r-project.org/R-packages/trunk/nlme/", "NeedsCompilation": "yes", - "Packaged": "2022-03-25 08:20:49 UTC; ripley", + "Packaged": "2023-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": "2022-03-25 16:25:02 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-06-23 09:45:49 UTC; windows", + "Repository": "RSPM", + "Date/Publication": "2023-01-31 16:50:09 UTC", + "Built": "R 4.2.0; x86_64-w64-mingw32; 2023-02-01 11:29:59 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "openssl": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "openssl", "Type": "Package", "Title": "Toolkit for Encryption, Signatures and Certificates Based on\nOpenSSL", - "Version": "2.0.5", + "Version": "2.1.0", "Authors@R": "c(person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\ncomment = c(ORCID = \"0000-0002-4035-0289\")),\nperson(\"Oliver\", \"Keyes\", role = \"ctb\"))", "Description": "Bindings to OpenSSL libssl and libcrypto, plus custom SSH key parsers.\nSupports RSA, DSA and EC curves P-256, P-384, P-521, and curve25519. Cryptographic\nsignatures can either be created and verified manually or via x509 certificates.\nAES can be used in cbc, ctr or gcm mode for symmetric encryption; RSA for asymmetric\n(public key) encryption or EC for Diffie Hellman. High-level envelope functions\ncombine RSA and AES for encrypting arbitrary sized data. Other utilities include key\ngenerators, hash functions (md5, sha1, sha256, etc), base64 encoder, a secure random\nnumber generator, and 'bignum' math methods for manually performing crypto\ncalculations on large multibyte integers.", "License": "MIT + file LICENSE", - "URL": "https://github.com/jeroen/openssl", + "URL": "https://jeroen.r-universe.dev/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", + "RoxygenNote": "7.2.3", "Encoding": "UTF-8", "NeedsCompilation": "yes", - "Packaged": "2022-12-05 23:28:02 UTC; jeroen", + "Packaged": "2023-07-15 16:46:31 UTC; jeroen", "Author": "Jeroen Ooms [aut, cre] (),\nOliver Keyes [ctb]", "Maintainer": "Jeroen Ooms ", "Repository": "CRAN", - "Date/Publication": "2022-12-06 01:10:02 UTC", - "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-12-27 02:43:52 UTC; windows", + "Date/Publication": "2023-07-15 19:50:02 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-06 01:57:03 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "parsedate": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "parsedate", "Title": "Recognize and Parse Dates in Various Formats, Including All ISO\n8601 Formats", - "Version": "1.3.0", + "Version": "1.3.1", "Maintainer": "Gábor Csárdi ", "Author": "Gábor Csárdi, Linus Torvalds", "Description": "Parse dates automatically, without the need of\nspecifying a format. Currently it includes the git date parser.\nIt can also recognize and parse all ISO 8601 formats.", @@ -3253,57 +3428,57 @@ "RoxygenNote": "6.1.1", "Encoding": "UTF-8", "NeedsCompilation": "yes", - "Packaged": "2022-02-13 11:58:44 UTC; gaborcsardi", + "Packaged": "2022-10-27 10:25:40 UTC; gaborcsardi", "Repository": "CRAN", - "Date/Publication": "2022-02-13 12:10:02 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-24 00:39:51 UTC; windows", + "Date/Publication": "2022-10-27 10:52:37 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-12-27 01:32:14 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "pillar": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "pillar", "Title": "Coloured Formatting for Columns", - "Version": "1.7.0", - "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\"),\nperson(given = \"RStudio\",\nrole = \"cph\"))", + "Version": "1.9.0", + "Authors@R": "c(person(given = \"Kirill\",\nfamily = \"M\\u00fcller\",\nrole = c(\"aut\", \"cre\"),\nemail = \"kirill@cynkra.com\",\ncomment = c(ORCID = \"0000-0002-1416-3412\")),\nperson(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\"),\nperson(given = \"RStudio\",\nrole = \"cph\"))", "Description": "Provides 'pillar' and 'colonnade' generics designed\nfor formatting columns of data using the full range of colours\nprovided by modern terminals.", "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), crayon (>= 1.3.4), ellipsis (>= 0.3.2), fansi,\nglue, lifecycle, rlang (>= 0.3.0), utf8 (>= 1.1.0), utils,\nvctrs (>= 0.3.8)", - "Suggests": "bit64, debugme, DiagrammeR, dplyr, formattable, ggplot2,\nknitr, lubridate, nanotime, nycflights13, palmerpenguins,\nrmarkdown, scales, stringi, survival, testthat (>= 3.1.1),\ntibble, units (>= 0.7.2), vdiffr, withr", + "Imports": "cli (>= 2.3.0), fansi, glue, lifecycle, rlang (>= 1.0.2), utf8\n(>= 1.1.0), utils, vctrs (>= 0.5.0)", + "Suggests": "bit64, DBI, debugme, DiagrammeR, dplyr, formattable, ggplot2,\nknitr, lubridate, nanotime, nycflights13, palmerpenguins,\nrmarkdown, scales, stringi, survival, testthat (>= 3.1.1),\ntibble, units (>= 0.7.2), vdiffr, withr", "VignetteBuilder": "knitr", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.3", "Config/testthat/edition": "3", "Config/testthat/parallel": "true", "Config/testthat/start-first": "format_multi_fuzz, format_multi_fuzz_2,\nformat_multi, ctl_colonnade, ctl_colonnade_1, ctl_colonnade_2", "Config/autostyle/scope": "line_breaks", "Config/autostyle/strict": "true", "Config/gha/extra-packages": "DiagrammeR=?ignore-before-r=3.5.0", + "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "no", - "Packaged": "2022-02-01 07:58:34 UTC; kirill", - "Author": "Kirill Müller [aut, cre],\nHadley Wickham [aut],\nRStudio [cph]", - "Maintainer": "Kirill Müller ", + "Packaged": "2023-03-21 08:42:46 UTC; kirill", + "Author": "Kirill Müller [aut, cre] (),\nHadley Wickham [aut],\nRStudio [cph]", + "Maintainer": "Kirill Müller ", "Repository": "CRAN", - "Date/Publication": "2022-02-01 08:30:02 UTC", - "Built": "R 4.2.1; ; 2022-07-10 02:47:46 UTC; windows" + "Date/Publication": "2023-03-22 08:10:02 UTC", + "Built": "R 4.2.2; ; 2023-05-26 15:09:36 UTC; windows" } }, "pingr": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "pingr", "Title": "Check if a Remote Computer is Up", - "Version": "2.0.1", + "Version": "2.0.2", "Authors@R": "person(given = \"Gábor\", family = \"Csárdi\", role = c(\"aut\", \"cre\"),\nemail = \"csardi.gabor@gmail.com\")", "Description": "Check if a remote computer is up. It can either\njust call the system ping command, or check a specified\nTCP port.", "License": "MIT + file LICENSE", - "LazyData": "true", "URL": "https://github.com/r-lib/pingr#readme", "BugReports": "https://github.com/r-lib/pingr/issues", "Suggests": "covr, testthat", @@ -3311,45 +3486,47 @@ "RoxygenNote": "7.1.0.9000", "Encoding": "UTF-8", "NeedsCompilation": "yes", - "Packaged": "2020-06-22 14:44:39 UTC; csard", + "Packaged": "2022-10-26 16:43:46 UTC; gaborcsardi", "Author": "Gábor Csárdi [aut, cre]", "Maintainer": "Gábor Csárdi ", "Repository": "CRAN", - "Date/Publication": "2020-06-22 17:40:03 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-10-09 01:37:28 UTC; windows", + "Date/Publication": "2022-10-26 17:12:36 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-12-27 02:21:52 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "pkgbuild": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "pkgbuild", "Title": "Find Tools Needed to Build R Packages", - "Version": "1.3.1", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", role = \"aut\"),\nperson(\"Jim\", \"Hester\", , role = \"aut\"),\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = \"cph\")\n)", - "Description": "Provides functions used to build R packages. Locates compilers\nneeded to build R packages on various platforms and ensures the PATH is\nconfigured appropriately so R can use them.", - "Imports": "callr (>= 3.2.0), cli, crayon, desc, prettyunits, R6,\nrprojroot, withr (>= 2.3.0)", - "Suggests": "Rcpp, cpp11, testthat, covr", + "Version": "1.4.2", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", role = \"aut\"),\nperson(\"Jim\", \"Hester\", role = \"aut\"),\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Provides functions used to build R packages. Locates\ncompilers needed to build R packages on various platforms and ensures\nthe PATH is configured appropriately so R can use them.", "License": "MIT + file LICENSE", - "Encoding": "UTF-8", - "RoxygenNote": "7.1.2.9000", - "URL": "https://github.com/r-lib/pkgbuild", + "URL": "https://github.com/r-lib/pkgbuild, https://pkgbuild.r-lib.org", "BugReports": "https://github.com/r-lib/pkgbuild/issues", - "Depends": "R (>= 3.1)", + "Depends": "R (>= 3.4)", + "Imports": "callr (>= 3.2.0), cli (>= 3.4.0), crayon, desc, prettyunits,\nprocessx, R6, rprojroot", + "Suggests": "covr, cpp11, knitr, mockery, Rcpp, rmarkdown, testthat (>=\n3.0.0), withr (>= 2.3.0)", + "Config/Needs/website": "tidyverse/tidytemplate", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "Config/testthat/edition": "3", "NeedsCompilation": "no", - "Packaged": "2021-12-20 12:30:29 UTC; gaborcsardi", - "Author": "Hadley Wickham [aut],\nJim Hester [aut],\nGábor Csárdi [aut, cre],\nRStudio [cph]", + "Packaged": "2023-06-26 11:12:19 UTC; gaborcsardi", + "Author": "Hadley Wickham [aut],\nJim Hester [aut],\nGábor Csárdi [aut, cre],\nPosit Software, PBC [cph, fnd]", "Maintainer": "Gábor Csárdi ", "Repository": "CRAN", - "Date/Publication": "2021-12-20 13:00:02 UTC", - "Built": "R 4.2.1; ; 2022-07-24 02:29:27 UTC; windows" + "Date/Publication": "2023-06-26 11:50:02 UTC", + "Built": "R 4.2.3; ; 2023-09-06 02:17:16 UTC; windows" } }, "pkgconfig": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "pkgconfig", "Title": "Private Configuration for 'R' Packages", @@ -3373,63 +3550,66 @@ }, "pkgdown": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "pkgdown", "Title": "Make Static HTML Documentation for a Package", - "Version": "2.0.3", + "Version": "2.0.7", "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Jay\", \"Hesselberth\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-6299-179X\")),\nperson(\"Maëlle\", \"Salmon\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-2815-0399\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", "Description": "Generate an attractive and useful website from a source\npackage. 'pkgdown' converts your documentation, vignettes, 'README',\nand more to 'HTML' making it easy to share information about your\npackage online.", "License": "MIT + file LICENSE", "URL": "https://pkgdown.r-lib.org, https://github.com/r-lib/pkgdown", "BugReports": "https://github.com/r-lib/pkgdown/issues", "Depends": "R (>= 3.1.0)", - "Imports": "bslib (>= 0.3.1), callr (>= 2.0.2), crayon, desc, digest,\ndownlit (>= 0.4.0), fs (>= 1.4.0), httr (>= 1.4.2), jsonlite,\nmagrittr, memoise, purrr, ragg, rlang (>= 1.0.0), rmarkdown (>=\n1.1.9007), tibble, whisker, withr (>= 2.4.3), xml2 (>= 1.3.1),\nyaml", + "Imports": "bslib (>= 0.3.1), callr (>= 3.7.3), cli, desc, digest, downlit\n(>= 0.4.0), fs (>= 1.4.0), httr (>= 1.4.2), jsonlite, magrittr,\nmemoise, purrr, ragg, rlang (>= 1.0.0), rmarkdown (>=\n1.1.9007), tibble, whisker, withr (>= 2.4.3), xml2 (>= 1.3.1),\nyaml", "Suggests": "covr, diffviewer, evaluate, htmltools, htmlwidgets, knitr,\nlifecycle, methods, openssl, pkgload (>= 1.0.2), rsconnect,\nrstudioapi, rticles, sass, testthat (>= 3.1.3), tools", "VignetteBuilder": "knitr", "Config/testthat/edition": "3", "Config/potools/style": "explicit", "Config/Needs/website": "usethis, servr", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.2.9000", "SystemRequirements": "pandoc", "NeedsCompilation": "no", - "Packaged": "2022-04-24 14:03:47 UTC; hadleywickham", + "Packaged": "2022-12-06 18:05:15 UTC; hadleywickham", "Author": "Hadley Wickham [aut, cre] (),\nJay Hesselberth [aut] (),\nMaëlle Salmon [aut] (),\nRStudio [cph, fnd]", "Maintainer": "Hadley Wickham ", "Repository": "CRAN", - "Date/Publication": "2022-04-24 14:30:02 UTC", - "Built": "R 4.2.0; ; 2022-06-09 03:27:58 UTC; windows" + "Date/Publication": "2022-12-14 11:40:06 UTC", + "Built": "R 4.2.2; ; 2022-12-27 04:21:57 UTC; windows" } }, "pkgload": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "pkgload", "Title": "Simulate Package Installation and Attach", - "Version": "1.2.4", - "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 = \"cph\"),\nperson(\"R Core team\", role = \"ctb\",\ncomment = \"Some namespace and vignette code extracted from base R\")\n)", + "Version": "1.3.2.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", + "URL": "https://github.com/r-lib/pkgload, https://pkgload.r-lib.org", "BugReports": "https://github.com/r-lib/pkgload/issues", - "Imports": "cli, crayon, desc, methods, rlang, rprojroot, rstudioapi,\nutils, withr", - "Suggests": "bitops, covr, pkgbuild, Rcpp, testthat", + "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.1.2", + "RoxygenNote": "7.2.1", "NeedsCompilation": "no", - "Packaged": "2021-11-30 09:32:04 UTC; lionel", - "Author": "Hadley Wickham [aut],\nWinston Chang [aut],\nJim Hester [aut],\nLionel Henry [aut, cre],\nRStudio [cph],\nR Core team [ctb] (Some namespace and vignette code extracted from base\nR)", + "Packaged": "2023-07-07 13:53:39 UTC; ripley", + "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": "2021-11-30 14:30:02 UTC", - "Built": "R 4.2.0; ; 2022-06-23 03:03:50 UTC; windows" + "Date/Publication": "2023-07-08 07:18:54 UTC", + "Built": "R 4.2.3; ; 2023-09-06 01:57:01 UTC; windows" } }, "plogr": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "plogr", "Title": "The 'plog' C++ Logging Library", @@ -3455,11 +3635,11 @@ }, "plotly": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "plotly", "Title": "Create Interactive Web Graphics via 'plotly.js'", - "Version": "4.10.0", + "Version": "4.10.2", "Authors@R": "c(person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"),\nemail = \"cpsievert1@gmail.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Chris\", \"Parmer\", role = \"aut\",\nemail = \"chris@plot.ly\"),\nperson(\"Toby\", \"Hocking\", role = \"aut\",\nemail = \"tdhock5@gmail.com\"),\nperson(\"Scott\", \"Chamberlain\", role = \"aut\",\nemail = \"myrmecocystus@gmail.com\"),\nperson(\"Karthik\", \"Ram\", role = \"aut\",\nemail = \"karthik.ram@gmail.com\"),\nperson(\"Marianne\", \"Corvellec\", role = \"aut\",\nemail = \"marianne.corvellec@igdore.org\", comment = c(ORCID = \"0000-0002-1994-3581\")),\nperson(\"Pedro\", \"Despouy\", role = \"aut\",\nemail = \"pedro@plot.ly\"),\nperson(\"Salim\", \"Brüggemann\", role = \"ctb\",\nemail = \"salim-b@pm.me\", comment = c(ORCID = \"0000-0002-5329-5987\")),\nperson(\"Plotly Technologies Inc.\", role = \"cph\"))", "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.", @@ -3467,22 +3647,23 @@ "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", + "Suggests": "MASS, maps, hexbin, ggthemes, GGally, ggalluvial, testthat,\nknitr, shiny (>= 1.1.0), shinytest (>= 1.3.0), curl, rmarkdown,\nCairo, broom, webshot, listviewer, dendextend, maptools, rgeos,\nsf, png, IRdisplay, processx, plotlyGeoAssets, forcats,\npalmerpenguins, rversions, reticulate, rsvg", "LazyData": "true", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.3", "Encoding": "UTF-8", + "Config/Needs/check": "rcmdcheck, devtools, reshape2", "NeedsCompilation": "no", - "Packaged": "2021-10-08 19:08:31 UTC; cpsievert", + "Packaged": "2023-06-03 15:03:07 UTC; cpsievert", "Author": "Carson Sievert [aut, cre] (),\nChris Parmer [aut],\nToby Hocking [aut],\nScott Chamberlain [aut],\nKarthik Ram [aut],\nMarianne Corvellec [aut] (),\nPedro Despouy [aut],\nSalim Brüggemann [ctb] (),\nPlotly Technologies Inc. [cph]", "Maintainer": "Carson Sievert ", "Repository": "CRAN", - "Date/Publication": "2021-10-09 21:10:07 UTC", - "Built": "R 4.2.1; ; 2022-07-24 04:29:03 UTC; windows" + "Date/Publication": "2023-06-03 16:40:02 UTC", + "Built": "R 4.2.3; ; 2023-09-06 03:25:08 UTC; windows" } }, "praise": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "praise", "Title": "Praise Users", @@ -3505,7 +3686,7 @@ }, "prettyunits": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "prettyunits", "Title": "Pretty, Human Readable Formatting of Quantities", @@ -3529,11 +3710,11 @@ }, "processx": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "processx", "Title": "Execute and Control System Processes", - "Version": "3.5.3", + "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", @@ -3541,25 +3722,53 @@ "BugReports": "https://github.com/r-lib/processx/issues", "Depends": "R (>= 3.4.0)", "Imports": "ps (>= 1.2.0), R6, utils", - "Suggests": "callr (>= 3.7.0), cli (>= 1.1.0), codetools, covr, curl,\ndebugme, parallel, testthat (>= 3.0.0), withr", + "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.1.2", + "RoxygenNote": "7.2.0", "Config/testthat/edition": "3", "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "yes", - "Packaged": "2022-03-25 15:11:53 UTC; gaborcsardi", + "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": "2022-03-25 15:40:02 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-06-09 01:38:17 UTC; windows", + "Date/Publication": "2023-06-30 20:40:02 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-06 01:46:03 UTC; windows", + "ExperimentalWindowsRuntime": "ucrt", + "Archs": "x64" + } + }, + "profvis": { + "Source": "CRAN", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", + "description": { + "Package": "profvis", + "Title": "Interactive Visualizations for Profiling R Code", + "Version": "0.3.8", + "Authors@R": "c(\nperson(\"Winston\", \"Chang\", email = \"winston@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Javier\", \"Luraschi\", email = \"javier@rstudio.com\", role = \"aut\"),\nperson(\"Timothy\", \"Mastny\", role = \"aut\"),\nperson(family = \"RStudio\", role = \"cph\"),\nperson(family = \"jQuery Foundation\", role = \"cph\", comment = \"jQuery library\"),\nperson(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"),\nperson(\"Mike\", \"Bostock\", role = c(\"ctb\", \"cph\"), comment = \"D3 library\"),\nperson(family = \"D3 contributors\", role = \"ctb\", comment = \"D3 library\"),\nperson(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"), comment = \"highlight.js library\")\n)", + "Description": "Interactive visualizations for profiling R code.", + "Depends": "R (>= 3.0)", + "Imports": "htmlwidgets (>= 0.3.2), purrr, rlang (>= 0.4.9), stringr,\nvctrs", + "License": "GPL-3 | file LICENSE", + "Suggests": "knitr, ggplot2, rmarkdown, testthat (>= 3.0.0), devtools,\nshiny, htmltools", + "RoxygenNote": "7.2.3", + "URL": "https://rstudio.github.io/profvis/", + "Encoding": "UTF-8", + "Config/testthat/edition": "3", + "NeedsCompilation": "yes", + "Packaged": "2023-05-01 20:58:47 UTC; winston", + "Author": "Winston Chang [aut, cre],\nJavier Luraschi [aut],\nTimothy Mastny [aut],\nRStudio [cph],\njQuery Foundation [cph] (jQuery library),\njQuery contributors [ctb, cph] (jQuery library; authors listed in\ninst/www/shared/jquery-AUTHORS.txt),\nMike Bostock [ctb, cph] (D3 library),\nD3 contributors [ctb] (D3 library),\nIvan Sagalaev [ctb, cph] (highlight.js library)", + "Maintainer": "Winston Chang ", + "Repository": "CRAN", + "Date/Publication": "2023-05-02 18:00:02 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-06 03:01:41 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "progress": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "progress", "Title": "Terminal Progress Bars", @@ -3584,7 +3793,7 @@ }, "promises": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "promises", "Type": "Package", @@ -3616,11 +3825,11 @@ }, "ps": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "ps", "Title": "List, Query, Manipulate System Processes", - "Version": "1.7.0", + "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", @@ -3628,26 +3837,26 @@ "BugReports": "https://github.com/r-lib/ps/issues", "Depends": "R (>= 3.4)", "Imports": "utils", - "Suggests": "callr, covr, curl, pingr, processx (>= 3.1.0), R6, rlang,\ntestthat (>= 3.0.0), tibble", + "Suggests": "callr, covr, curl, pillar, pingr, processx (>= 3.1.0), R6,\nrlang, testthat (>= 3.0.0), webfakes", "Biarch": "true", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2.9000", + "RoxygenNote": "7.2.1", "Config/testthat/edition": "3", "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "yes", - "Packaged": "2022-04-23 15:48:31 UTC; gaborcsardi", + "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": "2022-04-23 16:10:02 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-06-16 00:44:14 UTC; windows", + "Date/Publication": "2023-04-18 19:30:02 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-06 01:12:46 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "purrr": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "purrr", "Title": "Functional Programming Tools", @@ -3680,37 +3889,38 @@ }, "ragg": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { - "Package": "ragg", "Type": "Package", + "Package": "ragg", "Title": "Graphic Devices Based on AGG", - "Version": "1.2.2", - "Authors@R": "c(person(given = \"Thomas Lin\",\nfamily = \"Pedersen\",\nrole = c(\"cre\", \"aut\"),\nemail = \"thomas.pedersen@rstudio.com\",\ncomment = c(ORCID = \"0000-0002-5147-4711\")),\nperson(given = \"Maxim\",\nfamily = \"Shemanarev\",\nrole = c(\"aut\", \"cph\"),\ncomment = \"Author of AGG\"),\nperson(given = \"Tony\",\nfamily = \"Juricic\",\nrole = c(\"ctb\", \"cph\"),\nemail = \"tonygeek@yahoo.com\",\ncomment = \"Contributor to AGG\"),\nperson(given = \"Milan\",\nfamily = \"Marusinec\",\nrole = c(\"ctb\", \"cph\"),\nemail = \"milan@marusinec.sk\",\ncomment = \"Contributor to AGG\"),\nperson(given = \"Spencer\",\nfamily = \"Garrett\",\nrole = \"ctb\",\ncomment = \"Contributor to AGG\"),\nperson(given = \"RStudio\",\nrole = \"cph\"))", - "Maintainer": "Thomas Lin Pedersen ", - "Description": "Anti-Grain Geometry (AGG) is a high-quality and high-performance\n2D drawing library. The 'ragg' package provides a set of graphic devices\nbased on AGG to use as alternative to the raster devices provided through\nthe 'grDevices' package.", + "Version": "1.2.5", + "Authors@R": "c(\nperson(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"),\ncomment = c(ORCID = \"0000-0002-5147-4711\")),\nperson(\"Maxim\", \"Shemanarev\", role = c(\"aut\", \"cph\"),\ncomment = \"Author of AGG\"),\nperson(\"Tony\", \"Juricic\", , \"tonygeek@yahoo.com\", role = c(\"ctb\", \"cph\"),\ncomment = \"Contributor to AGG\"),\nperson(\"Milan\", \"Marusinec\", , \"milan@marusinec.sk\", role = c(\"ctb\", \"cph\"),\ncomment = \"Contributor to AGG\"),\nperson(\"Spencer\", \"Garrett\", role = \"ctb\",\ncomment = \"Contributor to AGG\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Maintainer": "Thomas Lin Pedersen ", + "Description": "Anti-Grain Geometry (AGG) is a high-quality and\nhigh-performance 2D drawing library. The 'ragg' package provides a set\nof graphic devices based on AGG to use as alternative to the raster\ndevices provided through the 'grDevices' package.", "License": "MIT + file LICENSE", "URL": "https://ragg.r-lib.org, https://github.com/r-lib/ragg", "BugReports": "https://github.com/r-lib/ragg/issues", - "Encoding": "UTF-8", - "RoxygenNote": "7.1.1", - "SystemRequirements": "C++11, freetype2, libpng, libtiff, libjpeg", - "Suggests": "covr, testthat, grid, graphics", "Imports": "systemfonts (>= 1.0.3), textshaping (>= 0.3.0)", + "Suggests": "covr, graphics, grid, testthat", "LinkingTo": "systemfonts, textshaping", + "Config/Needs/website": "ggplot2, devoid, magick, bench, tidyr, ggridges,\nhexbin, sessioninfo, pkgdown, tidyverse/tidytemplate", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.1", + "SystemRequirements": "C++11, freetype2, libpng, libtiff, libjpeg", "NeedsCompilation": "yes", - "Packaged": "2022-02-21 08:12:00 UTC; thomas", - "Author": "Thomas Lin Pedersen [cre, aut]\n(),\nMaxim Shemanarev [aut, cph] (Author of AGG),\nTony Juricic [ctb, cph] (Contributor to AGG),\nMilan Marusinec [ctb, cph] (Contributor to AGG),\nSpencer Garrett [ctb] (Contributor to AGG),\nRStudio [cph]", - "Repository": "CRAN", - "Date/Publication": "2022-02-21 08:30:04 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-24 02:29:29 UTC; windows", + "Packaged": "2023-01-12 09:36:24 UTC; thomas", + "Author": "Thomas Lin Pedersen [cre, aut]\n(),\nMaxim Shemanarev [aut, cph] (Author of AGG),\nTony Juricic [ctb, cph] (Contributor to AGG),\nMilan Marusinec [ctb, cph] (Contributor to AGG),\nSpencer Garrett [ctb] (Contributor to AGG),\nRStudio [cph, fnd]", + "Repository": "RSPM", + "Date/Publication": "2023-01-12 10:30:08 UTC", + "Built": "R 4.2.0; x86_64-w64-mingw32; 2023-01-13 12:19:21 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "rappdirs": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Type": "Package", "Package": "rappdirs", @@ -3740,7 +3950,7 @@ }, "rcmdcheck": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "rcmdcheck", "Title": "Run 'R CMD check' from 'R' and Capture Results", @@ -3766,18 +3976,18 @@ }, "readr": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "readr", "Title": "Read Rectangular Text Data", - "Version": "2.1.2", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\nperson(\"Jim\", \"Hester\", role = \"aut\"),\nperson(\"Romain\", \"Francois\", role = \"ctb\"),\nperson(\"Jennifer\", \"Bryan\", , \"jenny@rstudio.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-6983-2759\")),\nperson(\"Shelby\", \"Bearrows\", role = \"ctb\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\")),\nperson(\"https://github.com/mandreyel/\", role = \"cph\",\ncomment = \"mio library\"),\nperson(\"Jukka\", \"Jylänki\", role = c(\"ctb\", \"cph\"),\ncomment = \"grisu3 implementation\"),\nperson(\"Mikkel\", \"Jørgensen\", role = c(\"ctb\", \"cph\"),\ncomment = \"grisu3 implementation\")\n)", + "Version": "2.1.4", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\nperson(\"Jim\", \"Hester\", role = \"aut\"),\nperson(\"Romain\", \"Francois\", role = \"ctb\"),\nperson(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-6983-2759\")),\nperson(\"Shelby\", \"Bearrows\", role = \"ctb\"),\nperson(\"Posit, PBC\", role = c(\"cph\", \"fnd\")),\nperson(\"https://github.com/mandreyel/\", role = \"cph\",\ncomment = \"mio library\"),\nperson(\"Jukka\", \"Jylänki\", role = c(\"ctb\", \"cph\"),\ncomment = \"grisu3 implementation\"),\nperson(\"Mikkel\", \"Jørgensen\", role = c(\"ctb\", \"cph\"),\ncomment = \"grisu3 implementation\")\n)", "Description": "The goal of 'readr' is to provide a fast and friendly way to\nread rectangular data (like 'csv', 'tsv', and 'fwf'). It is designed\nto flexibly parse many types of data found in the wild, while still\ncleanly failing when data unexpectedly changes.", "License": "MIT + file LICENSE", "URL": "https://readr.tidyverse.org, https://github.com/tidyverse/readr", "BugReports": "https://github.com/tidyverse/readr/issues", - "Depends": "R (>= 3.1)", - "Imports": "cli (>= 3.0.0), clipr, crayon, hms (>= 0.4.1), lifecycle (>=\n0.2.0), methods, R6, rlang, tibble, utils, vroom (>= 1.5.6)", + "Depends": "R (>= 3.5)", + "Imports": "cli (>= 3.2.0), clipr, crayon, hms (>= 0.4.1), lifecycle (>=\n0.2.0), methods, R6, rlang, tibble, utils, vroom (>= 1.6.0)", "Suggests": "covr, curl, datasets, knitr, rmarkdown, spelling, stringi,\ntestthat (>= 3.1.2), tzdb (>= 0.1.1), waldo, withr, xml2", "LinkingTo": "cpp11, tzdb (>= 0.1.1)", "VignetteBuilder": "knitr", @@ -3786,56 +3996,54 @@ "Config/testthat/parallel": "false", "Encoding": "UTF-8", "Language": "en-US", - "RoxygenNote": "7.1.2", - "SystemRequirements": "C++11", + "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2022-01-30 04:52:26 UTC; jenny", - "Author": "Hadley Wickham [aut],\nJim Hester [aut],\nRomain Francois [ctb],\nJennifer Bryan [aut, cre] (),\nShelby Bearrows [ctb],\nRStudio [cph, fnd],\nhttps://github.com/mandreyel/ [cph] (mio library),\nJukka Jylänki [ctb, cph] (grisu3 implementation),\nMikkel Jørgensen [ctb, cph] (grisu3 implementation)", - "Maintainer": "Jennifer Bryan ", - "Repository": "CRAN", - "Date/Publication": "2022-01-30 22:30:02 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-24 04:22:06 UTC; windows", + "Packaged": "2023-02-10 00:05:55 UTC; jenny", + "Author": "Hadley Wickham [aut],\nJim Hester [aut],\nRomain Francois [ctb],\nJennifer Bryan [aut, cre] (),\nShelby Bearrows [ctb],\nPosit, PBC [cph, fnd],\nhttps://github.com/mandreyel/ [cph] (mio library),\nJukka Jylänki [ctb, cph] (grisu3 implementation),\nMikkel Jørgensen [ctb, cph] (grisu3 implementation)", + "Maintainer": "Jennifer Bryan ", + "Repository": "RSPM", + "Date/Publication": "2023-02-10 09:20:02 UTC", + "Built": "R 4.2.0; x86_64-w64-mingw32; 2023-02-13 11:51:29 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "readxl": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "readxl", "Title": "Read Excel Files", - "Version": "1.4.0", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Jennifer\", \"Bryan\", , \"jenny@rstudio.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-6983-2759\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"),\ncomment = \"Copyright holder of all R code and all C/C++ code without explicit copyright attribution\"),\nperson(\"Marcin\", \"Kalicinski\", role = c(\"ctb\", \"cph\"),\ncomment = \"Author of included RapidXML code\"),\nperson(\"Komarov Valery\", role = c(\"ctb\", \"cph\"),\ncomment = \"Author of included libxls code\"),\nperson(\"Christophe Leitienne\", role = c(\"ctb\", \"cph\"),\ncomment = \"Author of included libxls code\"),\nperson(\"Bob Colbert\", role = c(\"ctb\", \"cph\"),\ncomment = \"Author of included libxls code\"),\nperson(\"David Hoerl\", role = c(\"ctb\", \"cph\"),\ncomment = \"Author of included libxls code\"),\nperson(\"Evan Miller\", role = c(\"ctb\", \"cph\"),\ncomment = \"Author of included libxls code\")\n)", - "Description": "Import excel files into R. Supports '.xls' via the embedded\n'libxls' C library and '.xlsx' via\nthe embedded 'RapidXML' C++ library .\nWorks on Windows, Mac and Linux without external dependencies.", + "Version": "1.4.3", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-6983-2759\")),\nperson(\"Posit, PBC\", role = c(\"cph\", \"fnd\"),\ncomment = \"Copyright holder of all R code and all C/C++ code without explicit copyright attribution\"),\nperson(\"Marcin\", \"Kalicinski\", role = c(\"ctb\", \"cph\"),\ncomment = \"Author of included RapidXML code\"),\nperson(\"Komarov Valery\", role = c(\"ctb\", \"cph\"),\ncomment = \"Author of included libxls code\"),\nperson(\"Christophe Leitienne\", role = c(\"ctb\", \"cph\"),\ncomment = \"Author of included libxls code\"),\nperson(\"Bob Colbert\", role = c(\"ctb\", \"cph\"),\ncomment = \"Author of included libxls code\"),\nperson(\"David Hoerl\", role = c(\"ctb\", \"cph\"),\ncomment = \"Author of included libxls code\"),\nperson(\"Evan Miller\", role = c(\"ctb\", \"cph\"),\ncomment = \"Author of included libxls code\")\n)", + "Description": "Import excel files into R. Supports '.xls' via the embedded\n'libxls' C library and '.xlsx' via\nthe embedded 'RapidXML' C++ library .\nWorks on Windows, Mac and Linux without external dependencies.", "License": "MIT + file LICENSE", "URL": "https://readxl.tidyverse.org, https://github.com/tidyverse/readxl", "BugReports": "https://github.com/tidyverse/readxl/issues", - "Depends": "R (>= 3.4)", + "Depends": "R (>= 3.6)", "Imports": "cellranger, tibble (>= 2.0.1), utils", - "Suggests": "knitr, rmarkdown, testthat (>= 3.0.0)", + "Suggests": "covr, knitr, rmarkdown, testthat (>= 3.1.6), withr", "LinkingTo": "cpp11 (>= 0.4.0), progress", "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate, tidyverse, devtools", + "Config/Needs/website": "tidyverse/tidytemplate, tidyverse", "Config/testthat/edition": "3", "Encoding": "UTF-8", - "Note": "libxls v1.6.2 4482400", - "RoxygenNote": "7.1.2", - "SystemRequirements": "C++11", + "Note": "libxls v1.6.2 (patched) 45abe77", + "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2022-03-28 17:49:29 UTC; jenny", - "Author": "Hadley Wickham [aut] (),\nJennifer Bryan [aut, cre] (),\nRStudio [cph, fnd] (Copyright holder of all R code and all C/C++ code\nwithout explicit copyright attribution),\nMarcin Kalicinski [ctb, cph] (Author of included RapidXML code),\nKomarov Valery [ctb, cph] (Author of included libxls code),\nChristophe Leitienne [ctb, cph] (Author of included libxls code),\nBob Colbert [ctb, cph] (Author of included libxls code),\nDavid Hoerl [ctb, cph] (Author of included libxls code),\nEvan Miller [ctb, cph] (Author of included libxls code)", - "Maintainer": "Jennifer Bryan ", + "Packaged": "2023-07-05 19:59:43 UTC; jenny", + "Author": "Hadley Wickham [aut] (),\nJennifer Bryan [aut, cre] (),\nPosit, PBC [cph, fnd] (Copyright holder of all R code and all C/C++\ncode without explicit copyright attribution),\nMarcin Kalicinski [ctb, cph] (Author of included RapidXML code),\nKomarov Valery [ctb, cph] (Author of included libxls code),\nChristophe Leitienne [ctb, cph] (Author of included libxls code),\nBob Colbert [ctb, cph] (Author of included libxls code),\nDavid Hoerl [ctb, cph] (Author of included libxls code),\nEvan Miller [ctb, cph] (Author of included libxls code)", + "Maintainer": "Jennifer Bryan ", "Repository": "CRAN", - "Date/Publication": "2022-03-28 18:30:02 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-08-16 04:00:01 UTC; windows", + "Date/Publication": "2023-07-06 22:00:09 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-06 03:00:36 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "rematch": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "rematch", "Title": "Match Regular Expressions with a Nicer 'API'", @@ -3859,7 +4067,7 @@ }, "rematch2": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "rematch2", "Title": "Tidy Output from Regular Expression Matching", @@ -3885,11 +4093,11 @@ }, "remotes": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "remotes", "Title": "R Package Installation from Remote Repositories, Including\n'GitHub'", - "Version": "2.4.2", + "Version": "2.4.2.1", "Authors@R": "c(\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Jim\", \"Hester\", , \"jim.hester@rstudio.com\", role = \"aut\"),\nperson(\"Hadley\", \"Wickham\", role = c(\"aut\")),\nperson(\"Winston\", \"Chang\", role = \"aut\"),\nperson(\"RStudio\", role = \"cph\"),\nperson(\"Martin\", \"Morgan\", role = \"aut\"),\nperson(\"Dan\", \"Tenenbaum\", role = \"aut\"),\nperson(\"Mango Solutions\", role = \"cph\")\n)", "Description": "Download and install R packages stored in 'GitHub', 'GitLab',\n'Bitbucket', 'Bioconductor', or plain 'subversion' or 'git' repositories.\nThis package provides the 'install_*' functions in 'devtools'. Indeed most\nof the code was copied over from 'devtools'.", "License": "MIT + file LICENSE", @@ -3903,17 +4111,17 @@ "SystemRequirements": "Subversion for install_svn, git for install_git", "Encoding": "UTF-8", "NeedsCompilation": "no", - "Packaged": "2021-11-30 00:20:20 UTC; jhester", + "Packaged": "2023-07-18 12:27:30 UTC; hornik", "Author": "Gábor Csárdi [aut, cre],\nJim Hester [aut],\nHadley Wickham [aut],\nWinston Chang [aut],\nRStudio [cph],\nMartin Morgan [aut],\nDan Tenenbaum [aut],\nMango Solutions [cph]", "Maintainer": "Gábor Csárdi ", "Repository": "CRAN", - "Date/Publication": "2021-11-30 14:00:02 UTC", - "Built": "R 4.2.1; ; 2022-07-24 00:38:35 UTC; windows" + "Date/Publication": "2023-07-18 13:49:25 UTC", + "Built": "R 4.2.3; ; 2023-09-06 01:14:32 UTC; windows" } }, "renv": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "renv", "Type": "Package", @@ -3944,32 +4152,33 @@ }, "reprex": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "reprex", "Title": "Prepare Reproducible Example Code via the Clipboard", - "Version": "2.0.1", - "Authors@R": "c(person(given = \"Jennifer\",\nfamily = \"Bryan\",\nrole = c(\"aut\", \"cre\"),\nemail = \"jenny@rstudio.com\",\ncomment = c(ORCID = \"0000-0002-6983-2759\")),\nperson(given = \"Jim\",\nfamily = \"Hester\",\nrole = \"aut\",\nemail = \"james.hester@rstudio.com\",\ncomment = c(ORCID = \"0000-0002-2739-7082\")),\nperson(given = \"David\",\nfamily = \"Robinson\",\nrole = \"aut\",\nemail = \"admiral.david@gmail.com\"),\nperson(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\",\nemail = \"hadley@rstudio.com\",\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", - "Description": "Convenience wrapper that uses the 'rmarkdown'\npackage to render small snippets of code to target formats that\ninclude both code and output. The goal is to encourage the sharing of\nsmall, reproducible, and runnable examples on code-oriented websites,\nsuch as and , or in\nemail. The user's clipboard is the default source of input code and\nthe default target for rendered output. 'reprex' also extracts clean,\nrunnable R code from various common formats, such as copy/paste from\nan R session.", + "Version": "2.0.2", + "Authors@R": "c(\nperson(\"Jennifer\", \"Bryan\", , \"jenny@rstudio.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-6983-2759\")),\nperson(\"Jim\", \"Hester\", , \"james.hester@rstudio.com\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-2739-7082\")),\nperson(\"David\", \"Robinson\", , \"admiral.david@gmail.com\", role = \"aut\"),\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Christophe\", \"Dervieux\", , \"cderv@rstudio.com\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-4474-2498\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Convenience wrapper that uses the 'rmarkdown' package to\nrender small snippets of code to target formats that include both code\nand output. The goal is to encourage the sharing of small,\nreproducible, and runnable examples on code-oriented websites, such as\n and , or in email. The\nuser's clipboard is the default source of input code and the default\ntarget for rendered output. 'reprex' also extracts clean, runnable R\ncode from various common formats, such as copy/paste from an R\nsession.", "License": "MIT + file LICENSE", "URL": "https://reprex.tidyverse.org,\nhttps://github.com/tidyverse/reprex#readme", "BugReports": "https://github.com/tidyverse/reprex/issues", - "Depends": "R (>= 3.3)", - "Imports": "callr (>= 3.6.0), cli (>= 2.3.1), clipr (>= 0.4.0), fs, glue,\nknitr (>= 1.23), rlang (>= 0.4.0), rmarkdown, rstudioapi,\nutils, withr (>= 2.3.0)", + "Depends": "R (>= 3.4)", + "Imports": "callr (>= 3.6.0), cli (>= 3.2.0), clipr (>= 0.4.0), fs, glue,\nknitr (>= 1.23), lifecycle, rlang (>= 1.0.0), rmarkdown,\nrstudioapi, utils, withr (>= 2.3.0)", "Suggests": "covr, fortunes, miniUI, mockr, rprojroot, sessioninfo, shiny,\nspelling, styler (>= 1.2.0), testthat (>= 3.0.2)", "VignetteBuilder": "knitr", + "Config/Needs/website": "dplyr, tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", "Language": "en-US", - "RoxygenNote": "7.1.1", + "RoxygenNote": "7.2.1", "SystemRequirements": "pandoc (>= 2.0) - http://pandoc.org", "NeedsCompilation": "no", - "Packaged": "2021-08-05 01:44:12 UTC; jenny", - "Author": "Jennifer Bryan [aut, cre] (),\nJim Hester [aut] (),\nDavid Robinson [aut],\nHadley Wickham [aut] (),\nRStudio [cph, fnd]", + "Packaged": "2022-08-17 05:15:00 UTC; jenny", + "Author": "Jennifer Bryan [aut, cre] (),\nJim Hester [aut] (),\nDavid Robinson [aut],\nHadley Wickham [aut] (),\nChristophe Dervieux [aut] (),\nRStudio [cph, fnd]", "Maintainer": "Jennifer Bryan ", "Repository": "CRAN", - "Date/Publication": "2021-08-05 04:20:10 UTC", - "Built": "R 4.2.1; ; 2022-08-16 03:25:16 UTC; windows" + "Date/Publication": "2022-08-17 07:40:05 UTC", + "Built": "R 4.2.2; ; 2022-12-27 04:19:43 UTC; windows" } }, "revdepcheck": { @@ -3979,38 +4188,39 @@ "Package": "revdepcheck", "Title": "Automated Reverse Dependency Checking", "Version": "1.0.0.9001", - "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", c(\"cre\", \"aut\", \"cph\")), person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"RConsortium\", role = \"cph\"), person(\"RStudio\", role = \"cph\") )", + "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", c(\"cre\", \"aut\", \"cph\")), person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"RConsortium\", role = \"cph\"), person(\"RStudio\", role = c(\"cph\", \"fnd\")) )", "Description": "Automated, isolated reserve dependency checking, with automatic comparison of the results to the current CRAN checks.", "License": "MIT + file LICENSE", - "URL": "https://r-lib.github.io/revdepcheck,\nhttps://github.com/r-lib/revdepcheck#readme", + "URL": "https://revdepcheck.r-lib.org, https://github.com/r-lib/revdepcheck#readme", "BugReports": "https://github.com/r-lib/revdepcheck/issues", "Imports": "assertthat, brio, callr, cli (>= 3.1.0), clisymbols, crancache (>=\n0.0.0.9001), crayon (>= 1.4.1), curl, DBI, desc (>= 1.3.0), glue, gmailr,\nhms, httr, jsonlite, knitr, pkgbuild, prettyunits, processx (>= 3.3.0),\nprogress, rcmdcheck (>= 1.3.3), rematch2, remotes (>= 2.2.0), rlang (>=\n0.3.0), RSQLite, sessioninfo, tibble, utils, whoami, withr, yaml", "Suggests": "covr, debugme, forcats, ggplot2, rmarkdown, testthat", "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", "Encoding": "UTF-8", "LazyData": "true", "Roxygen": "list(markdown = TRUE)", "RoxygenNote": "7.2.3", - "Author": "Gábor Csárdi [cre, aut, cph], Hadley Wickham [aut], RConsortium [cph], RStudio [cph]", + "Author": "Gábor Csárdi [cre, aut, cph], Hadley Wickham [aut], RConsortium [cph], RStudio [cph, fnd]", "Maintainer": "Gábor Csárdi ", - "Built": "R 4.2.2; ; 2023-10-20 15:07:31 UTC; windows", + "Built": "R 4.2.2; ; 2023-11-28 14:20:49 UTC; windows", "RemoteType": "github", - "Remotes": "r-lib/crancache", - "RemoteHost": "api.github.com", - "RemoteRepo": "revdepcheck", "RemoteUsername": "r-lib", + "RemoteRepo": "revdepcheck", "RemoteRef": "HEAD", - "RemoteSha": "73933982d9bb34244902b80fa95d8a5fd965470e", + "RemoteSha": "842b0c66df1b941808dc23db19a6b9a92a2f29b7", + "RemoteHost": "api.github.com", "GithubHost": "api.github.com", "GithubRepo": "revdepcheck", "GithubUsername": "r-lib", "GithubRef": "HEAD", - "GithubSHA1": "73933982d9bb34244902b80fa95d8a5fd965470e" + "GithubSHA1": "842b0c66df1b941808dc23db19a6b9a92a2f29b7", + "Remotes": "r-lib/crancache" } }, "rex": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Type": "Package", "Package": "rex", @@ -4038,55 +4248,54 @@ }, "rhub": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "rhub", "Title": "Connect to 'R-hub'", - "Version": "1.1.1", + "Version": "1.1.2", "Authors@R": "c(\nperson(\"Gábor\", \"Csárdi\",, \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Maëlle\", \"Salmon\", role = \"aut\",\nemail = \"maelle.salmon@yahoo.se\",\ncomment = c(ORCID = \"0000-0002-2815-0399\")),\nperson(\"R Consortium\", role = c(\"fnd\")))", "Description": "Run 'R CMD check' on any of the 'R-hub' ()\narchitectures, from the command line. The current architectures include\n'Windows', 'macOS', 'Solaris' and various 'Linux' distributions.", "License": "MIT + file LICENSE", - "LazyData": "true", "URL": "https://github.com/r-hub/rhub, https://r-hub.github.io/rhub/", "BugReports": "https://github.com/r-hub/rhub/issues", - "RoxygenNote": "6.1.1", + "RoxygenNote": "7.2.1.9000", "Imports": "assertthat, callr, cli (>= 1.1.0), crayon, desc, digest, httr,\njsonlite, parsedate, pillar, prettyunits, processx, R6,\nrappdirs, rcmdcheck (>= 1.2.1), rematch, tibble, utils, uuid,\nwhoami, withr", "Suggests": "covr, testthat, knitr, rmarkdown", "Encoding": "UTF-8", - "VignetteBuilder": "knitr", + "VignetteBuilder": "knitr, rmarkdown", "NeedsCompilation": "no", - "Packaged": "2019-04-08 08:15:03 UTC; gaborcsardi", + "Packaged": "2022-08-31 12:37:45 UTC; gaborcsardi", "Author": "Gábor Csárdi [aut, cre],\nMaëlle Salmon [aut] (),\nR Consortium [fnd]", "Maintainer": "Gábor Csárdi ", "Repository": "CRAN", - "Date/Publication": "2019-04-08 08:30:03 UTC", - "Built": "R 4.2.1; ; 2022-07-24 03:03:13 UTC; windows" + "Date/Publication": "2022-08-31 13:00:11 UTC", + "Built": "R 4.2.1; ; 2022-10-09 03:32:40 UTC; windows" } }, "rintrojs": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "rintrojs", "Type": "Package", "Title": "Wrapper for the 'Intro.js' Library", - "Version": "0.3.0", + "Version": "0.3.2", "Authors@R": "c(\nperson(\"Carl\", \"Ganz\", email = \"carlganz@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Afshin\", \"Mehrabani\", role = c(\"ctb\",\"cph\"), comment = \"intro.js in javascript/introjs\")\n)", "Description": "A wrapper for the 'Intro.js' library (For more info: ).\nThis package makes it easy to include step-by-step introductions, and clickable hints in a 'Shiny'\napplication. It supports both static introductions in the UI, and programmatic introductions from\nthe server-side.", "License": "AGPL-3", "Imports": "shiny, jsonlite", "Depends": "R (>= 3.0.0)", - "RoxygenNote": "7.1.1", + "RoxygenNote": "7.2.0", "URL": "https://github.com/carlganz/rintrojs", "BugReports": "https://github.com/carlganz/rintrojs/issues", "Suggests": "testthat, covr", "NeedsCompilation": "no", - "Packaged": "2021-06-05 18:22:45 UTC; carlganz", + "Packaged": "2022-08-09 21:43:08 UTC; carlganz", "Author": "Carl Ganz [aut, cre],\nAfshin Mehrabani [ctb, cph] (intro.js in javascript/introjs)", "Maintainer": "Carl Ganz ", "Repository": "CRAN", - "Date/Publication": "2021-06-06 07:00:02 UTC", - "Built": "R 4.2.1; ; 2022-08-09 03:22:55 UTC; windows" + "Date/Publication": "2022-08-09 22:20:05 UTC", + "Built": "R 4.2.2; ; 2022-12-27 04:21:54 UTC; windows" } }, "riskmetric": { @@ -4097,7 +4306,7 @@ "Type": "Package", "Title": "Risk Metrics to Evaluating R Packages", "Description": "Facilities for assessing R packages against a number of metrics to help quantify their robustness.", - "Version": "0.2.2", + "Version": "0.2.3", "Authors@R": "c( person(\"R Validation Hub\", role = c(\"aut\"), email = \"psi.aims.r.validation@gmail.com\"), person(\"Doug\", \"Kelkhoff\", role = c(\"aut\"), email = \"doug.kelkhoff@gmail.com\"), person(\"Marly\", \"Gotti\", role = c(\"aut\")), person(\"Eli\", \"Miller\", role = c(\"cre\", \"aut\"), email = \"eli.miller@atorusresearch.com\"), person(\"Kevin\", \"K\", role = c(\"aut\")), person(\"Yilong\", \"Zhang\", role = c(\"aut\")), person(\"Eric\", \"Milliman\", role = c(\"aut\")), person(\"Juliane\", \"Manitz\", role = c(\"aut\")), person(\"Mark\", \"Padgham\", role = c(\"ctb\")), person(\"PSI special interest group Application and Implementation of Methodologies in Statistics\", role = c(\"cph\")))", "URL": "https://pharmar.github.io/riskmetric/,\nhttps://github.com/pharmaR/riskmetric", "BugReports": "https://github.com/pharmaR/riskmetric/issues", @@ -4110,23 +4319,23 @@ "Config/testthat/edition": "3", "Author": "R Validation Hub [aut], Doug Kelkhoff [aut], Marly Gotti [aut], Eli Miller [cre, aut], Kevin K [aut], Yilong Zhang [aut], Eric Milliman [aut], Juliane Manitz [aut], Mark Padgham [ctb], PSI special interest group Application and Implementation of Methodologies in Statistics [cph]", "Maintainer": "Eli Miller ", - "Built": "R 4.2.2; ; 2023-10-20 15:07:41 UTC; windows", + "Built": "R 4.2.2; ; 2023-11-22 16:23:27 UTC; windows", "RemoteType": "github", "RemoteHost": "api.github.com", "RemoteRepo": "riskmetric", "RemoteUsername": "pharmaR", "RemoteRef": "HEAD", - "RemoteSha": "3d1501880edc07cff5cd72129c0df0899db83029", + "RemoteSha": "3905c66d15dde5b6e3d021aa2bec52d883462bd9", "GithubHost": "api.github.com", "GithubRepo": "riskmetric", "GithubUsername": "pharmaR", "GithubRef": "HEAD", - "GithubSHA1": "3d1501880edc07cff5cd72129c0df0899db83029" + "GithubSHA1": "3905c66d15dde5b6e3d021aa2bec52d883462bd9" } }, "rjson": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "rjson", "Version": "0.2.21", @@ -4150,105 +4359,104 @@ }, "rlang": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "rlang", - "Version": "1.0.6", + "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@rstudio.com\", c(\"aut\", \"cre\")),\nperson(\"Hadley\", \"Wickham\", ,\"hadley@rstudio.com\", \"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 = \"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "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.4.0)", + "Depends": "R (>= 3.5.0)", "Imports": "utils", "Suggests": "cli (>= 3.1.0), covr, crayon, fs, glue, knitr, magrittr,\nmethods, pillar, rmarkdown, stats, testthat (>= 3.0.0), tibble,\nusethis, vctrs (>= 0.2.3), withr", "Enhances": "winch", - "SystemRequirements": "C++11", "Encoding": "UTF-8", - "RoxygenNote": "7.2.1.9000", + "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": "2022-09-23 16:12:48 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),\nRStudio [cph, fnd]", - "Maintainer": "Lionel Henry ", - "Repository": "RSPM", - "Date/Publication": "2022-09-24 05:40:02 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-10-19 21:03:05 UTC; windows", + "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.2; x86_64-w64-mingw32; 2023-05-26 15:08:14 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "rmarkdown": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Type": "Package", "Package": "rmarkdown", "Title": "Dynamic Documents for R", - "Version": "2.20", - "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)", + "Version": "2.23", + "Authors@R": "c(\nperson(\"JJ\", \"Allaire\", , \"jj@posit.co\", role = \"aut\"),\nperson(\"Yihui\", \"Xie\", , \"xie@yihui.name\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(\"Christophe\", \"Dervieux\", , \"cderv@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4474-2498\")),\nperson(\"Jonathan\", \"McPherson\", , \"jonathan@posit.co\", role = \"aut\"),\nperson(\"Javier\", \"Luraschi\", role = \"aut\"),\nperson(\"Kevin\", \"Ushey\", , \"kevin@posit.co\", role = \"aut\"),\nperson(\"Aron\", \"Atkins\", , \"aron@posit.co\", role = \"aut\"),\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\nperson(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\nperson(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"aut\"),\nperson(\"Richard\", \"Iannone\", , \"rich@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-3925-190X\")),\nperson(\"Andrew\", \"Dunning\", role = \"ctb\", comment = c(ORCID = \"0000-0003-0464-5036\")),\nperson(\"Atsushi\", \"Yasumoto\", role = c(\"ctb\", \"cph\"), comment = c(ORCID = \"0000-0002-8335-495X\", cph = \"Number sections Lua filter\")),\nperson(\"Barret\", \"Schloerke\", role = \"ctb\"),\nperson(\"Carson\", \"Sievert\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Devon\", \"Ryan\", , \"dpryan79@gmail.com\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8549-0971\")),\nperson(\"Frederik\", \"Aust\", , \"frederik.aust@uni-koeln.de\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4900-788X\")),\nperson(\"Jeff\", \"Allen\", , \"jeff@posit.co\", role = \"ctb\"),\nperson(\"JooYoung\", \"Seo\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4064-6012\")),\nperson(\"Malcolm\", \"Barrett\", role = \"ctb\"),\nperson(\"Rob\", \"Hyndman\", , \"Rob.Hyndman@monash.edu\", role = \"ctb\"),\nperson(\"Romain\", \"Lesur\", role = \"ctb\"),\nperson(\"Roy\", \"Storey\", role = \"ctb\"),\nperson(\"Ruben\", \"Arslan\", , \"ruben.arslan@uni-goettingen.de\", role = \"ctb\"),\nperson(\"Sergio\", \"Oller\", role = \"ctb\"),\nperson(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\nperson(, \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery UI library; authors listed in inst/rmd/h/jqueryui/AUTHORS.txt\"),\nperson(\"Mark\", \"Otto\", role = \"ctb\", comment = \"Bootstrap library\"),\nperson(\"Jacob\", \"Thornton\", role = \"ctb\", comment = \"Bootstrap library\"),\nperson(, \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"),\nperson(, \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\"),\nperson(\"Alexander\", \"Farkas\", role = c(\"ctb\", \"cph\"), comment = \"html5shiv library\"),\nperson(\"Scott\", \"Jehl\", role = c(\"ctb\", \"cph\"), comment = \"Respond.js library\"),\nperson(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"), comment = \"highlight.js library\"),\nperson(\"Greg\", \"Franko\", role = c(\"ctb\", \"cph\"), comment = \"tocify library\"),\nperson(\"John\", \"MacFarlane\", role = c(\"ctb\", \"cph\"), comment = \"Pandoc templates\"),\nperson(, \"Google, Inc.\", role = c(\"ctb\", \"cph\"), comment = \"ioslides library\"),\nperson(\"Dave\", \"Raggett\", role = \"ctb\", comment = \"slidy library\"),\nperson(, \"W3C\", role = \"cph\", comment = \"slidy library\"),\nperson(\"Dave\", \"Gandy\", role = c(\"ctb\", \"cph\"), comment = \"Font-Awesome\"),\nperson(\"Ben\", \"Sperry\", role = \"ctb\", comment = \"Ionicons\"),\nperson(, \"Drifty\", role = \"cph\", comment = \"Ionicons\"),\nperson(\"Aidan\", \"Lister\", role = c(\"ctb\", \"cph\"), comment = \"jQuery StickyTabs\"),\nperson(\"Benct Philip\", \"Jonsson\", role = c(\"ctb\", \"cph\"), comment = \"pagebreak Lua filter\"),\nperson(\"Albert\", \"Krewinkel\", role = c(\"ctb\", \"cph\"), comment = \"pagebreak Lua filter\")\n)", "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.36), 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, vctrs, withr (>= 2.4.2)", + "Imports": "bslib (>= 0.2.5.1), evaluate (>= 0.13), fontawesome (>=\n0.5.0), htmltools (>= 0.5.1), jquerylib, jsonlite, knitr (>=\n1.22), methods, stringr (>= 1.2.0), tinytex (>= 0.31), tools,\nutils, xfun (>= 0.36), yaml (>= 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, vctrs, cleanrmd, withr (>= 2.4.2)", "VignetteBuilder": "knitr", "Config/Needs/website": "rstudio/quillt, pkgdown", "Encoding": "UTF-8", "RoxygenNote": "7.2.3", "SystemRequirements": "pandoc (>= 1.14) - http://pandoc.org", "NeedsCompilation": "no", - "Packaged": "2023-01-18 22:43:58 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)", + "Packaged": "2023-06-30 07:53:23 UTC; yihui", + "Author": "JJ Allaire [aut],\nYihui Xie [aut, cre] (),\nChristophe Dervieux [aut] (),\nJonathan McPherson [aut],\nJavier Luraschi [aut],\nKevin Ushey [aut],\nAron Atkins [aut],\nHadley Wickham [aut],\nJoe Cheng [aut],\nWinston Chang [aut],\nRichard Iannone [aut] (),\nAndrew Dunning [ctb] (),\nAtsushi Yasumoto [ctb, cph] (,\nNumber sections Lua filter),\nBarret Schloerke [ctb],\nCarson Sievert [ctb] (),\nDevon Ryan [ctb] (),\nFrederik Aust [ctb] (),\nJeff Allen [ctb],\nJooYoung Seo [ctb] (),\nMalcolm Barrett [ctb],\nRob Hyndman [ctb],\nRomain Lesur [ctb],\nRoy Storey [ctb],\nRuben Arslan [ctb],\nSergio Oller [ctb],\nPosit Software, PBC [cph, fnd],\njQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in\ninst/rmd/h/jqueryui/AUTHORS.txt),\nMark Otto [ctb] (Bootstrap library),\nJacob Thornton [ctb] (Bootstrap library),\nBootstrap contributors [ctb] (Bootstrap library),\nTwitter, Inc [cph] (Bootstrap library),\nAlexander Farkas [ctb, cph] (html5shiv library),\nScott Jehl [ctb, cph] (Respond.js library),\nIvan Sagalaev [ctb, cph] (highlight.js library),\nGreg Franko [ctb, cph] (tocify library),\nJohn MacFarlane [ctb, cph] (Pandoc templates),\nGoogle, Inc. [ctb, cph] (ioslides library),\nDave Raggett [ctb] (slidy library),\nW3C [cph] (slidy library),\nDave Gandy [ctb, cph] (Font-Awesome),\nBen Sperry [ctb] (Ionicons),\nDrifty [cph] (Ionicons),\nAidan Lister [ctb, cph] (jQuery StickyTabs),\nBenct Philip Jonsson [ctb, cph] (pagebreak Lua filter),\nAlbert Krewinkel [ctb, cph] (pagebreak Lua filter)", "Repository": "RSPM", - "Date/Publication": "2023-01-19 23:20:02 UTC", - "Built": "R 4.2.0; ; 2023-01-20 11:40:50 UTC; windows" + "Date/Publication": "2023-07-01 07:20:02 UTC", + "Built": "R 4.2.0; ; 2023-07-03 12:13:51 UTC; windows" } }, "roxygen2": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "roxygen2", "Title": "In-Line Documentation for R", - "Version": "7.2.0", + "Version": "7.2.3", "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++.", + "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),", + "Imports": "brew, cli (>= 3.3.0), commonmark, desc (>= 1.2.0), knitr,\nmethods, pkgload (>= 1.0.2), purrr (>= 0.3.3), R6 (>= 2.1.2),\nrlang (>= 1.0.6), stringi, stringr (>= 1.0.0), utils, withr,\nxml2", + "Suggests": "covr, R.methodsS3, R.oo, rmarkdown (>= 2.16), testthat (>=\n3.1.2), yaml", "LinkingTo": "cpp11", "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", "Language": "en-GB", - "RoxygenNote": "7.1.2.9000", + "RoxygenNote": "7.2.2.9000", "SystemRequirements": "C++11", "NeedsCompilation": "yes", - "Packaged": "2022-05-12 20:57:09 UTC; hadleywickham", + "Packaged": "2022-12-08 22:26:19 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-05-13 07:30:02 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-10 02:50:30 UTC; windows", + "Date/Publication": "2022-12-08 23:40:02 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-12-27 03:44:03 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "rprojroot": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "rprojroot", "Title": "Finding Files in Project Subdirectories", @@ -4275,90 +4483,91 @@ }, "rstudioapi": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "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)", + "Version": "0.15.0", + "Authors@R": "c(\nperson(\"Kevin\", \"Ushey\", role = c(\"aut\", \"cre\"), email = \"kevin@rstudio.com\"),\nperson(\"JJ\", \"Allaire\", role = c(\"aut\"), email = \"jj@posit.co\"),\nperson(\"Hadley\", \"Wickham\", role = c(\"aut\"), email = \"hadley@posit.co\"),\nperson(\"Gary\", \"Ritchie\", role = c(\"aut\"), email = \"gary@posit.co\"),\nperson(family = \"RStudio\", role = \"cph\")\n)", "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", + "RoxygenNote": "7.2.3", "Suggests": "testthat, knitr, rmarkdown, clipr, covr", "VignetteBuilder": "knitr", "Encoding": "UTF-8", "NeedsCompilation": "no", - "Packaged": "2022-08-22 18:55:08 UTC; kevin", + "Packaged": "2023-07-07 17:59:12 UTC; jacquelinegutman", "Author": "Kevin Ushey [aut, cre],\nJJ Allaire [aut],\nHadley Wickham [aut],\nGary Ritchie [aut],\nRStudio [cph]", - "Repository": "RSPM", - "Date/Publication": "2022-08-22 22:00:03 UTC", - "Built": "R 4.2.0; ; 2022-08-24 00:24:10 UTC; windows" + "Repository": "CRAN", + "Date/Publication": "2023-07-07 19:10:02 UTC", + "Built": "R 4.2.3; ; 2023-09-06 01:12:42 UTC; windows" } }, "rversions": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "rversions", "Title": "Query 'R' Versions, Including 'r-release' and 'r-oldrel'", - "Version": "2.1.1", + "Version": "2.1.2", "Authors@R": "c(person(given = \"Gábor\",\nfamily = \"Csárdi\",\nrole = c(\"aut\", \"cre\"),\nemail = \"csardi.gabor@gmail.com\"),\nperson(given = \"Jeroen\",\nfamily = \"Ooms\",\nrole = \"ctb\",\nemail = \"jeroen.ooms@stat.ucla.edu\"),\nperson(given = \"R Consortium\",\nrole = \"fnd\"))", "Description": "Query the main 'R' 'SVN' repository to find the\nversions 'r-release' and 'r-oldrel' refer to, and also all previous\n'R' versions and their release dates.", "License": "MIT + file LICENSE", "URL": "https://github.com/r-hub/rversions,\nhttps://r-hub.github.io/rversions/", "BugReports": "https://github.com/r-hub/rversions/issues", "Imports": "curl, utils, xml2 (>= 1.0.0)", - "Suggests": "mockery, testthat", + "Suggests": "covr, mockery, testthat", "Encoding": "UTF-8", - "RoxygenNote": "7.1.1.9001", + "RoxygenNote": "7.2.1.9000", "NeedsCompilation": "no", - "Packaged": "2021-05-31 08:36:02 UTC; gaborcsardi", + "Packaged": "2022-08-31 09:59:51 UTC; gaborcsardi", "Author": "Gábor Csárdi [aut, cre],\nJeroen Ooms [ctb],\nR Consortium [fnd]", "Maintainer": "Gábor Csárdi ", "Repository": "CRAN", - "Date/Publication": "2021-05-31 09:10:02 UTC", - "Built": "R 4.2.1; ; 2022-07-24 01:25:41 UTC; windows" + "Date/Publication": "2022-08-31 10:30:02 UTC", + "Built": "R 4.2.1; ; 2022-09-13 01:29:06 UTC; windows" } }, "rvest": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "rvest", "Title": "Easily Harvest (Scrape) Web Pages", - "Version": "1.0.2", - "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = c(\"aut\", \"cre\"),\nemail = \"hadley@rstudio.com\"),\nperson(given = \"RStudio\",\nrole = \"cph\"))", - "Description": "Wrappers around the 'xml2' and 'httr' packages to\nmake it easy to download, then manipulate, HTML and XML.", + "Version": "1.0.3", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Wrappers around the 'xml2' and 'httr' packages to make it\neasy to download, then manipulate, HTML and XML.", "License": "MIT + file LICENSE", "URL": "https://rvest.tidyverse.org/, https://github.com/tidyverse/rvest", "BugReports": "https://github.com/tidyverse/rvest/issues", "Depends": "R (>= 3.2)", - "Imports": "httr (>= 0.5), lifecycle (>= 1.0.0), magrittr, rlang (>=\n0.4.10), selectr, tibble, xml2 (>= 1.3)", - "Suggests": "covr, glue, knitr, readr, rmarkdown, repurrrsive, spelling,\nstringi (>= 0.3.1), testthat (>= 3.0.2), webfakes", + "Imports": "glue, cli, httr (>= 0.5), lifecycle (>= 1.0.0), magrittr,\nrlang (>= 1.0.0), selectr, tibble, xml2 (>= 1.3), withr", + "Suggests": "covr, knitr, readr, repurrrsive, rmarkdown, spelling, stringi\n(>= 0.3.1), testthat (>= 3.0.2), webfakes", "VignetteBuilder": "knitr", "Config/testthat/edition": "3", + "Config/Needs/website": "tidyverse/tidytemplate", "Encoding": "UTF-8", "Language": "en-US", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.1", "NeedsCompilation": "no", - "Packaged": "2021-10-15 18:24:40 UTC; hadley", - "Author": "Hadley Wickham [aut, cre],\nRStudio [cph]", + "Packaged": "2022-08-19 15:20:38 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre],\nRStudio [cph, fnd]", "Maintainer": "Hadley Wickham ", "Repository": "CRAN", - "Date/Publication": "2021-10-16 23:30:07 UTC", - "Built": "R 4.2.1; ; 2022-08-16 03:21:44 UTC; windows" + "Date/Publication": "2022-08-19 22:30:08 UTC", + "Built": "R 4.2.2; ; 2022-12-27 03:57:09 UTC; windows" } }, "sass": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Type": "Package", "Package": "sass", - "Version": "0.4.1", + "Version": "0.4.7", "Title": "Syntactically Awesome Style Sheets ('Sass')", "Description": "An 'SCSS' compiler, powered by the 'LibSass' library. With this,\nR developers can use variables, inheritance, and functions to generate\ndynamic style sheets. The package uses the 'Sass CSS' extension language,\nwhich is stable, powerful, and CSS compatible.", "Authors@R": "c(\nperson(\"Joe\", \"Cheng\", , \"joe@rstudio.com\", \"aut\"),\nperson(\"Timothy\", \"Mastny\", , \"tim.mastny@gmail.com\", \"aut\"),\nperson(\"Richard\", \"Iannone\", , \"rich@rstudio.com\", \"aut\",\ncomment = c(ORCID = \"0000-0003-3925-190X\")),\nperson(\"Barret\", \"Schloerke\", , \"barret@rstudio.com\", \"aut\",\ncomment = c(ORCID = \"0000-0001-9986-114X\")),\nperson(\"Carson\", \"Sievert\", , \"carson@rstudio.com\", c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Christophe\", \"Dervieux\", , \"cderv@rstudio.com\", c(\"ctb\"),\ncomment = c(ORCID = \"0000-0003-4474-2498\")),\nperson(family = \"RStudio\", role = c(\"cph\", \"fnd\")),\nperson(family = \"Sass Open Source Foundation\", role = c(\"ctb\", \"cph\"),\ncomment = \"LibSass library\"),\nperson(\"Greter\", \"Marcel\", role = c(\"ctb\", \"cph\"),\ncomment = \"LibSass library\"),\nperson(\"Mifsud\", \"Michael\", role = c(\"ctb\", \"cph\"),\ncomment = \"LibSass library\"),\nperson(\"Hampton\", \"Catlin\", role = c(\"ctb\", \"cph\"),\ncomment = \"LibSass library\"),\nperson(\"Natalie\", \"Weizenbaum\", role = c(\"ctb\", \"cph\"),\ncomment = \"LibSass library\"),\nperson(\"Chris\", \"Eppstein\", role = c(\"ctb\", \"cph\"),\ncomment = \"LibSass library\"),\nperson(\"Adams\", \"Joseph\", role = c(\"ctb\", \"cph\"),\ncomment = \"json.cpp\"),\nperson(\"Trifunovic\", \"Nemanja\", role = c(\"ctb\", \"cph\"),\ncomment = \"utf8.h\")\n)", @@ -4366,30 +4575,30 @@ "URL": "https://rstudio.github.io/sass/, https://github.com/rstudio/sass", "BugReports": "https://github.com/rstudio/sass/issues", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.3", "SystemRequirements": "GNU make", - "Imports": "fs, rlang (>= 0.4.10), htmltools (>= 0.5.1), R6, rappdirs", + "Imports": "fs (>= 1.2.4), rlang (>= 0.4.10), htmltools (>= 0.5.1), R6,\nrappdirs", "Suggests": "testthat, knitr, rmarkdown, withr, shiny, curl", "VignetteBuilder": "knitr", "Config/testthat/edition": "3", "NeedsCompilation": "yes", - "Packaged": "2022-03-23 16:15:53 UTC; cpsievert", + "Packaged": "2023-07-14 14:57:43 UTC; cpsievert", "Author": "Joe Cheng [aut],\nTimothy Mastny [aut],\nRichard Iannone [aut] (),\nBarret Schloerke [aut] (),\nCarson Sievert [aut, cre] (),\nChristophe Dervieux [ctb] (),\nRStudio [cph, fnd],\nSass Open Source Foundation [ctb, cph] (LibSass library),\nGreter Marcel [ctb, cph] (LibSass library),\nMifsud Michael [ctb, cph] (LibSass library),\nHampton Catlin [ctb, cph] (LibSass library),\nNatalie Weizenbaum [ctb, cph] (LibSass library),\nChris Eppstein [ctb, cph] (LibSass library),\nAdams Joseph [ctb, cph] (json.cpp),\nTrifunovic Nemanja [ctb, cph] (utf8.h)", "Maintainer": "Carson Sievert ", "Repository": "CRAN", - "Date/Publication": "2022-03-23 17:10:02 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-10 02:18:43 UTC; windows", + "Date/Publication": "2023-07-15 06:20:02 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-04 02:17:23 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "scales": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "scales", "Title": "Scale Functions for Visualization", - "Version": "1.2.0", + "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", @@ -4401,47 +4610,48 @@ "Config/Needs/website": "tidyverse/tidytemplate", "Encoding": "UTF-8", "LazyLoad": "yes", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.1", "Config/testthat/edition": "3", "NeedsCompilation": "no", - "Packaged": "2022-04-13 15:10:33 UTC; hadleywickham", + "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-04-13 22:40:02 UTC", - "Built": "R 4.2.1; ; 2022-07-24 01:59:27 UTC; windows" + "Date/Publication": "2022-08-20 00:10:11 UTC", + "Built": "R 4.2.1; ; 2022-09-13 02:00:15 UTC; windows" } }, "scrypt": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "scrypt", "Type": "Package", "Title": "Key Derivation Functions for R Based on Scrypt", - "Version": "0.1.4", + "Version": "0.1.6", "Authors@R": "c(\nperson(\"Bob\", \"Jansen\", email = \"bobjansen@gmail.com\", role = c(\"ctb\", \"cre\")),\nperson(\"Andy\", \"Kipp\", email = \"andy@rstudio.com\", role = c(\"aut\")),\nperson(\"Colin\", \"Percival\", role = c(\"aut\", \"cph\")),\nperson(family = \"RStudio\", role = \"cph\")\n)", "Copyright": "RStudio, Inc.; Colin Percival", "Maintainer": "Bob Jansen ", "Description": "Functions for working with the scrypt key derivation functions\noriginally described by Colin Percival\n and in Percival and Josefsson\n(2016) . Scrypt is a password-based key derivation\nfunction created by Colin Percival. The algorithm was specifically designed\nto make it costly to perform large-scale custom hardware attacks by\nrequiring large amounts of memory.", "License": "FreeBSD", "Depends": "R (>= 3.0.0)", - "URL": "https://github.com/rstudio/rscrypt", + "URL": "https://github.com/bobjansen/rscrypt", "Imports": "Rcpp (>= 0.10.6)", "LinkingTo": "Rcpp", "NeedsCompilation": "yes", - "Packaged": "2022-04-16 07:42:51 UTC; brj", + "Packaged": "2023-01-29 15:00:34 UTC; brj", "Author": "Bob Jansen [ctb, cre],\nAndy Kipp [aut],\nColin Percival [aut, cph],\nRStudio [cph]", - "Repository": "CRAN", - "Date/Publication": "2022-04-19 11:30:02 UTC", - "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-12-27 01:46:13 UTC; windows", + "Repository": "RSPM", + "Date/Publication": "2023-01-29 15:40:02 UTC", + "Encoding": "UTF-8", + "Built": "R 4.2.0; x86_64-w64-mingw32; 2023-07-07 14:05:52 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "selectr": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "selectr", "Type": "Package", @@ -4467,7 +4677,7 @@ }, "sessioninfo": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "sessioninfo", "Title": "R Session Information", @@ -4496,38 +4706,38 @@ }, "shiny": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "shiny", "Type": "Package", "Title": "Web Application Framework for R", - "Version": "1.7.4", + "Version": "1.7.4.1", "Authors@R": "c(\nperson(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\", comment = c(ORCID = \"0000-0002-1576-2126\")),\nperson(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\nperson(\"JJ\", \"Allaire\", role = \"aut\", email = \"jj@rstudio.com\"),\nperson(\"Carson\", \"Sievert\", role = \"aut\", email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\nperson(\"Barret\", \"Schloerke\", role = \"aut\", email = \"barret@rstudio.com\", comment = c(ORCID = \"0000-0001-9986-114X\")),\nperson(\"Yihui\", \"Xie\", role = \"aut\", email = \"yihui@rstudio.com\"),\nperson(\"Jeff\", \"Allen\", role = \"aut\", email = \"jeff@rstudio.com\"),\nperson(\"Jonathan\", \"McPherson\", role = \"aut\", email = \"jonathan@rstudio.com\"),\nperson(\"Alan\", \"Dipert\", role = \"aut\"),\nperson(\"Barbara\", \"Borges\", role = \"aut\"),\nperson(family = \"RStudio\", role = \"cph\"),\nperson(family = \"jQuery Foundation\", role = \"cph\",\ncomment = \"jQuery library and jQuery UI library\"),\nperson(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\ncomment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"),\nperson(family = \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"),\ncomment = \"jQuery UI library; authors listed in inst/www/shared/jqueryui/AUTHORS.txt\"),\nperson(\"Mark\", \"Otto\", role = \"ctb\",\ncomment = \"Bootstrap library\"),\nperson(\"Jacob\", \"Thornton\", role = \"ctb\",\ncomment = \"Bootstrap library\"),\nperson(family = \"Bootstrap contributors\", role = \"ctb\",\ncomment = \"Bootstrap library\"),\nperson(family = \"Twitter, Inc\", role = \"cph\",\ncomment = \"Bootstrap library\"),\nperson(\"Prem Nawaz\", \"Khan\", role = \"ctb\",\ncomment = \"Bootstrap accessibility plugin\"),\nperson(\"Victor\", \"Tsaran\", role = \"ctb\",\ncomment = \"Bootstrap accessibility plugin\"),\nperson(\"Dennis\", \"Lembree\", role = \"ctb\",\ncomment = \"Bootstrap accessibility plugin\"),\nperson(\"Srinivasu\", \"Chakravarthula\", role = \"ctb\",\ncomment = \"Bootstrap accessibility plugin\"),\nperson(\"Cathy\", \"O'Connor\", role = \"ctb\",\ncomment = \"Bootstrap accessibility plugin\"),\nperson(family = \"PayPal, Inc\", role = \"cph\",\ncomment = \"Bootstrap accessibility plugin\"),\nperson(\"Stefan\", \"Petre\", role = c(\"ctb\", \"cph\"),\ncomment = \"Bootstrap-datepicker library\"),\nperson(\"Andrew\", \"Rowls\", role = c(\"ctb\", \"cph\"),\ncomment = \"Bootstrap-datepicker library\"),\nperson(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"),\ncomment = \"selectize.js library\"),\nperson(\"Salmen\", \"Bejaoui\", role = c(\"ctb\", \"cph\"),\ncomment = \"selectize-plugin-a11y library\"),\nperson(\"Denis\", \"Ineshin\", role = c(\"ctb\", \"cph\"),\ncomment = \"ion.rangeSlider library\"),\nperson(\"Sami\", \"Samhuri\", role = c(\"ctb\", \"cph\"),\ncomment = \"Javascript strftime library\"),\nperson(family = \"SpryMedia Limited\", role = c(\"ctb\", \"cph\"),\ncomment = \"DataTables library\"),\nperson(\"John\", \"Fraser\", role = c(\"ctb\", \"cph\"),\ncomment = \"showdown.js library\"),\nperson(\"John\", \"Gruber\", role = c(\"ctb\", \"cph\"),\ncomment = \"showdown.js library\"),\nperson(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"),\ncomment = \"highlight.js library\"),\nperson(family = \"R Core Team\", role = c(\"ctb\", \"cph\"),\ncomment = \"tar implementation from R\")\n)", "Description": "Makes it incredibly easy to build interactive web\napplications with R. Automatic \"reactive\" binding between inputs and\noutputs and extensive prebuilt widgets make it possible to build\nbeautiful, responsive, and powerful applications with minimal effort.", "License": "GPL-3 | file LICENSE", "Depends": "R (>= 3.0.2), methods", "Imports": "utils, grDevices, httpuv (>= 1.5.2), mime (>= 0.3), jsonlite\n(>= 0.9.16), xtable, fontawesome (>= 0.4.0), htmltools (>=\n0.5.4), R6 (>= 2.0), sourcetools, later (>= 1.0.0), promises\n(>= 1.1.0), tools, crayon, rlang (>= 0.4.10), fastmap (>=\n1.1.0), withr, commonmark (>= 1.7), glue (>= 1.3.2), bslib (>=\n0.3.0), cachem, ellipsis, lifecycle (>= 0.2.0)", "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/", + "URL": "https://shiny.posit.co/", "BugReports": "https://github.com/rstudio/shiny/issues", "Collate": "'globals.R' 'app-state.R' 'app_template.R' 'bind-cache.R'\n'bind-event.R' 'bookmark-state-local.R' 'bookmark-state.R'\n'bootstrap-deprecated.R' 'bootstrap-layout.R' 'conditions.R'\n'map.R' 'utils.R' 'bootstrap.R' 'cache-utils.R' 'deprecated.R'\n'devmode.R' 'diagnose.R' 'fileupload.R' 'graph.R' 'reactives.R'\n'reactive-domains.R' 'history.R' 'hooks.R' 'html-deps.R'\n'image-interact-opts.R' 'image-interact.R' 'imageutils.R'\n'input-action.R' 'input-checkbox.R' 'input-checkboxgroup.R'\n'input-date.R' 'input-daterange.R' 'input-file.R'\n'input-numeric.R' 'input-password.R' 'input-radiobuttons.R'\n'input-select.R' 'input-slider.R' 'input-submit.R'\n'input-text.R' 'input-textarea.R' 'input-utils.R'\n'insert-tab.R' 'insert-ui.R' 'jqueryui.R' 'knitr.R'\n'middleware-shiny.R' 'middleware.R' 'timer.R' 'shiny.R'\n'mock-session.R' 'modal.R' 'modules.R' 'notifications.R'\n'priorityqueue.R' 'progress.R' 'react.R' 'reexports.R'\n'render-cached-plot.R' 'render-plot.R' 'render-table.R'\n'run-url.R' 'runapp.R' 'serializers.R'\n'server-input-handlers.R' 'server-resource-paths.R' 'server.R'\n'shiny-options.R' 'shiny-package.R' 'shinyapp.R' 'shinyui.R'\n'shinywrappers.R' 'showcase.R' 'snapshot.R' 'staticimports.R'\n'tar.R' 'test-export.R' 'test-server.R' 'test.R'\n'update-input.R' 'utils-lang.R' 'version_bs_date_picker.R'\n'version_ion_range_slider.R' 'version_jquery.R'\n'version_jqueryui.R' 'version_selectize.R' 'version_strftime.R'\n'viewer.R'", - "RoxygenNote": "7.2.2", + "RoxygenNote": "7.2.3", "Encoding": "UTF-8", "RdMacros": "lifecycle", "Config/testthat/edition": "3", "Config/Needs/check": "shinytest2", "NeedsCompilation": "no", - "Packaged": "2022-12-13 20:45:56 UTC; winston", + "Packaged": "2023-07-03 17:48:43 UTC; winston", "Author": "Winston Chang [aut, cre] (),\nJoe Cheng [aut],\nJJ Allaire [aut],\nCarson Sievert [aut] (),\nBarret Schloerke [aut] (),\nYihui Xie [aut],\nJeff Allen [aut],\nJonathan McPherson [aut],\nAlan Dipert [aut],\nBarbara Borges [aut],\nRStudio [cph],\njQuery Foundation [cph] (jQuery library and jQuery UI library),\njQuery contributors [ctb, cph] (jQuery library; authors listed in\ninst/www/shared/jquery-AUTHORS.txt),\njQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in\ninst/www/shared/jqueryui/AUTHORS.txt),\nMark Otto [ctb] (Bootstrap library),\nJacob Thornton [ctb] (Bootstrap library),\nBootstrap contributors [ctb] (Bootstrap library),\nTwitter, Inc [cph] (Bootstrap library),\nPrem Nawaz Khan [ctb] (Bootstrap accessibility plugin),\nVictor Tsaran [ctb] (Bootstrap accessibility plugin),\nDennis Lembree [ctb] (Bootstrap accessibility plugin),\nSrinivasu Chakravarthula [ctb] (Bootstrap accessibility plugin),\nCathy O'Connor [ctb] (Bootstrap accessibility plugin),\nPayPal, Inc [cph] (Bootstrap accessibility plugin),\nStefan Petre [ctb, cph] (Bootstrap-datepicker library),\nAndrew Rowls [ctb, cph] (Bootstrap-datepicker library),\nBrian Reavis [ctb, cph] (selectize.js library),\nSalmen Bejaoui [ctb, cph] (selectize-plugin-a11y library),\nDenis Ineshin [ctb, cph] (ion.rangeSlider library),\nSami Samhuri [ctb, cph] (Javascript strftime library),\nSpryMedia Limited [ctb, cph] (DataTables library),\nJohn Fraser [ctb, cph] (showdown.js library),\nJohn Gruber [ctb, cph] (showdown.js library),\nIvan Sagalaev [ctb, cph] (highlight.js library),\nR Core Team [ctb, cph] (tar implementation from R)", "Maintainer": "Winston Chang ", - "Repository": "CRAN", - "Date/Publication": "2022-12-15 13:10:02 UTC", - "Built": "R 4.2.2; ; 2022-12-27 03:59:49 UTC; windows" + "Repository": "RSPM", + "Date/Publication": "2023-07-06 12:30:03 UTC", + "Built": "R 4.2.0; ; 2023-07-07 20:11:59 UTC; windows" } }, "shinyAce": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "shinyAce", "Type": "Package", @@ -4555,7 +4765,7 @@ }, "shinyTree": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "shinyTree", "Type": "Package", @@ -4582,11 +4792,11 @@ }, "shinyWidgets": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "shinyWidgets", "Title": "Custom Inputs Widgets for Shiny", - "Version": "0.7.0", + "Version": "0.7.6", "Authors@R": "c(\nperson(\"Victor\", \"Perrier\", email = \"victor.perrier@dreamrs.fr\", role = c(\"aut\", \"cre\", \"cph\")),\nperson(\"Fanny\", \"Meyer\", role = \"aut\"),\nperson(\"David\", \"Granjon\", role = \"aut\"),\nperson(\"Ian\", \"Fellows\", role = \"ctb\", comment = \"Methods for mutating vertical tabs & updateMultiInput\"),\nperson(\"Wil\", \"Davis\", role = \"ctb\", comment = \"numericRangeInput function\"),\nperson(\"Spencer\", \"Matthews\", role = \"ctb\", comment = \"autoNumeric methods\"),\nperson(family = \"JavaScript and CSS libraries authors\", role = c(\"ctb\", \"cph\"), comment = \"All authors are listed in LICENSE.md\")\n)", "Description": "Collection of custom input controls and user interface components for 'Shiny' applications.\nGive your applications a unique and colorful style !", "URL": "https://github.com/dreamRs/shinyWidgets,\nhttps://dreamrs.github.io/shinyWidgets/", @@ -4594,22 +4804,22 @@ "License": "GPL-3", "Encoding": "UTF-8", "LazyData": "true", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.1", "Depends": "R (>= 3.1.0)", - "Imports": "bslib, sass, shiny (>= 1.6.0), htmltools (>= 0.5.1), jsonlite,\ngrDevices, rlang", + "Imports": "anytime, bslib, sass, shiny (>= 1.6.0), htmltools (>= 0.5.1),\njsonlite, grDevices, rlang", "Suggests": "shinydashboard, testthat, covr, shinydashboardPlus (>=\n2.0.0), bs4Dash, argonR, argonDash, tablerDash, ggplot2, DT,\nscales", "NeedsCompilation": "no", - "Packaged": "2022-05-11 09:12:25 UTC; victorp", + "Packaged": "2023-01-08 18:42:06 UTC; victor", "Author": "Victor Perrier [aut, cre, cph],\nFanny Meyer [aut],\nDavid Granjon [aut],\nIan Fellows [ctb] (Methods for mutating vertical tabs &\nupdateMultiInput),\nWil Davis [ctb] (numericRangeInput function),\nSpencer Matthews [ctb] (autoNumeric methods),\nJavaScript and CSS libraries authors [ctb, cph] (All authors are listed\nin LICENSE.md)", "Maintainer": "Victor Perrier ", - "Repository": "CRAN", - "Date/Publication": "2022-05-11 09:40:02 UTC", - "Built": "R 4.2.1; ; 2022-07-10 03:44:32 UTC; windows" + "Repository": "RSPM", + "Date/Publication": "2023-01-08 19:30:04 UTC", + "Built": "R 4.2.0; ; 2023-01-09 12:51:02 UTC; windows" } }, "shinyjs": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "shinyjs", "Title": "Easily Improve the User Experience of Your Shiny Apps in Seconds", @@ -4636,7 +4846,7 @@ }, "shinymanager": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "shinymanager", "Title": "Authentication Management for 'Shiny' Applications", @@ -4661,12 +4871,12 @@ }, "shinytest2": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "shinytest2", "Title": "Testing for Shiny Applications", - "Version": "0.3.1", - "Authors@R": "c(\nperson(\"Barret\", \"Schloerke\", role = c(\"cre\", \"aut\"), email = \"barret@posit.co\", comment = c(ORCID = \"0000-0001-9986-114X\")),\nperson(family = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\nperson(\"Winston\", \"Chang\", role =\"ctb\", email = \"winston@posit.co\", comment = \"Original author to rstudio/shinytest\"),\nperson(\"Gábor\", \"Csárdi\", role = \"ctb\", email = \"gabor@posit.co\", comment = \"Original author to rstudio/shinytest\"),\nperson(\"Hadley\", \"Wickham\", role = \"ctb\", email = \"hadley@posit.co\", comment = \"Original author to rstudio/shinytest\"),\nperson(family = \"Mango Solutions\", role = c(\"cph\", \"ccp\"), comment = \"Original author to rstudio/shinytest\")\n)", + "Version": "0.2.1", + "Authors@R": "c(\nperson(\"Barret\", \"Schloerke\", role = c(\"cre\", \"aut\"), email = \"barret@rstudio.com\", comment = c(ORCID = \"0000-0001-9986-114X\")),\nperson(family = \"RStudio\", role = c(\"cph\", \"fnd\")),\nperson(\"Winston\", \"Chang\", role =\"ctb\", email = \"winston@rstudio.com\", comment = \"Original author to rstudio/shinytest\"),\nperson(\"Gábor\", \"Csárdi\", role = \"ctb\", email = \"gabor@rstudio.com\", comment = \"Original author to rstudio/shinytest\"),\nperson(\"Hadley\", \"Wickham\", role = \"ctb\", email = \"hadley@rstudio.com\", comment = \"Original author to rstudio/shinytest\"),\nperson(family = \"Mango Solutions\", role = c(\"cph\", \"ccp\"), comment = \"Original author to rstudio/shinytest\")\n)", "Description": "Automated unit testing of Shiny applications through a headless 'Chromium' browser.", "License": "MIT + file LICENSE", "Encoding": "UTF-8", @@ -4676,7 +4886,7 @@ "BugReports": "https://github.com/rstudio/shinytest2/issues", "VignetteBuilder": "knitr", "Depends": "testthat (>= 3.1.2)", - "Imports": "R6 (>= 2.4.0), callr, checkmate (>= 2.0.0), chromote (>=\n0.1.2), crayon, ellipsis, fs, globals (>= 0.14.0), httr,\njsonlite, pingr, rlang (>= 0.3.0), rmarkdown, shiny, withr", + "Imports": "R6 (>= 2.4.0), callr, checkmate (>= 2.0.0), chromote (>=\n0.1.0), crayon, ellipsis, fs, globals (>= 0.14.0), httr,\njsonlite, pingr, rlang (>= 0.3.0), rmarkdown, shiny, withr", "Suggests": "deSolve, diffobj, ggplot2, knitr, plotly, png, rstudioapi,\nshinyWidgets, shinytest (>= 1.5.1), shinyvalidate (>= 0.1.2),\nshowimage, usethis, vdiffr (>= 1.0.0), spelling", "Config/Needs/check": "rstudio/shiny", "Config/Needs/website": "pkgdown, tidyverse/tidytemplate", @@ -4684,109 +4894,107 @@ "Collate": "'R6-helper.R' 'app-driver-chromote.R' 'app-driver-dir.R'\n'app-driver-expect-download.R' 'app-driver-expect-js.R'\n'app-driver-expect-screenshot.R'\n'app-driver-expect-unique-names.R' 'app-driver-expect-values.R'\n'app-driver-get-log.R' 'app-driver-initialize.R'\n'app-driver-log-message.R' 'app-driver-message.R'\n'app-driver-node.R' 'app-driver-set-inputs.R'\n'app-driver-start.R' 'app-driver-stop.R' 'app-driver-timeout.R'\n'app-driver-upload-file.R' 'app-driver-variant.R'\n'app-driver-wait.R' 'app-driver-window.R' 'app-driver.R'\n'chromote-methods.R' 'compare-screenshot-threshold.R' 'cpp11.R'\n'expect-snapshot.R' 'expr-recurse.R' 'httr.R' 'migrate.R'\n'missing-value.R' 'utils.R' 'platform.R'\n'record-test-unique-name.R' 'record-test.R' 'rstudio.R'\n'save-app.R' 'shiny-browser.R' 'shinytest2-logs.R'\n'shinytest2-package.R' 'test-app.R' 'use.R'", "LinkingTo": "cpp11", "NeedsCompilation": "yes", - "Packaged": "2023-08-25 20:23:52 UTC; cpsievert", - "Author": "Barret Schloerke [cre, aut] (),\nPosit Software, PBC [cph, fnd],\nWinston Chang [ctb] (Original author to rstudio/shinytest),\nGábor Csárdi [ctb] (Original author to rstudio/shinytest),\nHadley Wickham [ctb] (Original author to rstudio/shinytest),\nMango Solutions [cph, ccp] (Original author to rstudio/shinytest)", - "Maintainer": "Barret Schloerke ", + "Packaged": "2023-02-21 22:21:13 UTC; barret", + "Author": "Barret Schloerke [cre, aut] (),\nRStudio [cph, fnd],\nWinston Chang [ctb] (Original author to rstudio/shinytest),\nGábor Csárdi [ctb] (Original author to rstudio/shinytest),\nHadley Wickham [ctb] (Original author to rstudio/shinytest),\nMango Solutions [cph, ccp] (Original author to rstudio/shinytest)", + "Maintainer": "Barret Schloerke ", "Repository": "CRAN", - "Date/Publication": "2023-08-26 13:50:02 UTC", - "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-06 03:26:58 UTC; windows", + "Date/Publication": "2023-02-21 22:50:02 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2023-09-07 18:15:29 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "sortable": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Type": "Package", "Package": "sortable", "Title": "Drag-and-Drop in 'shiny' Apps with 'SortableJS'", - "Version": "0.4.6", + "Version": "0.5.0", "Authors@R": "c(person(given = \"Andrie\",\nfamily = \"de Vries\",\nrole = c(\"cre\", \"aut\"),\nemail = \"apdevries@gmail.com\"),\nperson(given = \"Barret\",\nfamily = \"Schloerke\",\nrole = \"aut\",\nemail = \"barret@rstudio.com\"),\nperson(given = \"Kenton\",\nfamily = \"Russell\",\nrole = c(\"aut\", \"ccp\"),\nemail = \"kent.russell@timelyportfolio.com\",\ncomment = \"Original author\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\")),\nperson(given = \"Lebedev\",\nfamily = \"Konstantin\",\nrole = \"cph\",\ncomment = \"'SortableJS', https://sortablejs.github.io/Sortable/\"))", "Description": "Enables drag-and-drop behaviour in Shiny apps, by exposing the\nfunctionality of the 'SortableJS' \nJavaScript library as an 'htmlwidget'.\nYou can use this in Shiny apps and widgets, 'learnr' tutorials as well as\nR Markdown. In addition, provides a custom 'learnr' question type -\n'question_rank()' - that allows ranking questions with drag-and-drop.", "License": "MIT + file LICENSE", "URL": "https://rstudio.github.io/sortable/", "BugReports": "https://github.com/rstudio/sortable/issues", "Imports": "htmltools, htmlwidgets, learnr (>= 0.10.0), shiny, assertthat,\njsonlite, utils, ellipsis, rlang", - "Suggests": "base64, knitr, testthat (>= 2.1.0), withr, rmarkdown,\nmagrittr, webshot, spelling, covr", + "Suggests": "base64enc, knitr, testthat (>= 2.1.0), withr, rmarkdown,\nmagrittr, webshot, spelling, covr", "VignetteBuilder": "knitr", "Encoding": "UTF-8", - "RoxygenNote": "7.2.1", + "RoxygenNote": "7.2.3", "Language": "en-US", "Config/testthat/edition": "3", "NeedsCompilation": "no", - "Packaged": "2022-08-14 19:00:37 UTC; apdev", + "Packaged": "2023-03-26 12:26:29 UTC; apdev", "Author": "Andrie de Vries [cre, aut],\nBarret Schloerke [aut],\nKenton Russell [aut, ccp] (Original author),\nRStudio [cph, fnd],\nLebedev Konstantin [cph] ('SortableJS',\nhttps://sortablejs.github.io/Sortable/)", "Maintainer": "Andrie de Vries ", "Repository": "RSPM", - "Date/Publication": "2022-08-14 19:40:02 UTC", - "Built": "R 4.2.0; ; 2022-08-15 13:07:41 UTC; windows" + "Date/Publication": "2023-03-26 17:20:09 UTC", + "Built": "R 4.2.0; ; 2023-03-27 19:29:20 UTC; windows" } }, "sourcetools": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "sourcetools", "Type": "Package", "Title": "Tools for Reading, Tokenizing and Parsing R Code", - "Version": "0.1.7", + "Version": "0.1.7-1", "Author": "Kevin Ushey", "Maintainer": "Kevin Ushey ", "Description": "Tools for the reading and tokenization of R code. The\n'sourcetools' package provides both an R and C++ interface for the tokenization\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-07-24 00:38:59 UTC; windows", + "Packaged": "2023-01-31 18:03:04 UTC; kevin", + "Repository": "RSPM", + "Date/Publication": "2023-02-01 10:10:02 UTC", + "Built": "R 4.2.0; x86_64-w64-mingw32; 2023-02-02 19:02:10 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "spelling": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "spelling", "Title": "Tools for Spell Checking in R", - "Version": "2.2", + "Version": "2.2.1", "Authors@R": "c(\nperson(\"Jeroen\", \"Ooms\", , \"jeroen@berkeley.edu\", role = c(\"cre\", \"aut\"),\ncomment = c(ORCID = \"0000-0002-4035-0289\")),\nperson(\"Jim\", \"Hester\", , \"james.hester@rstudio.com\", role = \"aut\"))", "Description": "Spell checking common document formats including latex, markdown, manual pages,\nand description files. Includes utilities to automate checking of documentation and\nvignettes as a unit test during 'R CMD check'. Both British and American English are\nsupported out of the box and other languages can be added. In addition, packages may\ndefine a 'wordlist' to allow custom terminology without having to abuse punctuation.", "License": "MIT + file LICENSE", "Encoding": "UTF-8", - "LazyData": "true", "URL": "https://docs.ropensci.org/spelling/ (website)\nhttps://github.com/ropensci/spelling (devel)", "BugReports": "https://github.com/ropensci/spelling/issues", "Imports": "commonmark, xml2, hunspell (>= 3.0), knitr", "Suggests": "pdftools", - "RoxygenNote": "6.1.99.9001", + "RoxygenNote": "7.2.3.9000", "Language": "en-GB", "NeedsCompilation": "no", - "Packaged": "2020-10-18 21:20:24 UTC; jeroen", + "Packaged": "2023-03-21 15:44:31 UTC; jeroen", "Author": "Jeroen Ooms [cre, aut] (),\nJim Hester [aut]", "Maintainer": "Jeroen Ooms ", - "Repository": "CRAN", - "Date/Publication": "2020-10-18 22:00:02 UTC", - "Built": "R 4.2.1; ; 2022-07-24 02:16:33 UTC; windows" + "Repository": "RSPM", + "Date/Publication": "2023-03-22 08:20:02 UTC", + "Built": "R 4.2.0; ; 2023-03-23 11:31:02 UTC; windows" } }, "stringi": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "stringi", - "Version": "1.7.6", - "Date": "2021-11-29", - "Title": "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.", - "URL": "https://stringi.gagolewski.com/ https://icu.unicode.org/", + "Version": "1.7.12", + "Date": "2023-01-09", + "Title": "Fast and Portable Character String Processing Facilities", + "Description": "A collection of character string/text/natural language\nprocessing tools for pattern searching (e.g., with 'Java'-like regular\nexpressions or the 'Unicode' collation algorithm), random string generation,\ncase mapping, string transliteration, concatenation, sorting, padding,\nwrapping, Unicode normalisation, date-time formatting and parsing,\nand many more. They are fast, consistent, convenient, and -\nthanks to 'ICU' (International Components for Unicode) -\nportable across all locales and platforms. Documentation about 'stringi' is\nprovided via its website at and\nthe paper by Gagolewski (2022, ).", + "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", @@ -4796,21 +5004,21 @@ "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", + "RoxygenNote": "7.2.1", "Encoding": "UTF-8", "NeedsCompilation": "yes", - "Packaged": "2021-11-28 23:34:08 UTC; gagolews", + "Packaged": "2023-01-09 07:28:38 UTC; gagolews", "License_is_FOSS": "yes", - "Repository": "CRAN", - "Date/Publication": "2021-11-29 09:00:02 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2022-04-24 01:20:18 UTC; windows", + "Repository": "RSPM", + "Date/Publication": "2023-01-11 10:10:02 UTC", + "Built": "R 4.2.0; x86_64-w64-mingw32; 2023-01-12 11:46:29 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "stringr": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "stringr", "Title": "Simple, Consistent Wrappers for Common String Operations", @@ -4840,7 +5048,7 @@ }, "svglite": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "svglite", "Title": "An 'SVG' Graphics Device", @@ -4872,36 +5080,35 @@ }, "sys": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "sys", "Type": "Package", "Title": "Powerful and Reliable Tools for Running System Commands in R", - "Version": "3.4", + "Version": "3.4.2", "Authors@R": "c(person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"),\nemail = \"jeroen@berkeley.edu\", comment = c(ORCID = \"0000-0002-4035-0289\")),\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = \"ctb\"))", "Description": "Drop-in replacements for the base system2() function with fine control\nand consistent behavior across platforms. Supports clean interruption, timeout,\nbackground tasks, and streaming STDIN / STDOUT / STDERR over binary or text\nconnections. Arguments on Windows automatically get encoded and quoted to work\non different locales.", "License": "MIT + file LICENSE", - "URL": "https://github.com/jeroen/sys", + "URL": "https://jeroen.r-universe.dev/sys", "BugReports": "https://github.com/jeroen/sys/issues", "Encoding": "UTF-8", - "LazyData": "true", "RoxygenNote": "7.1.1", "Suggests": "unix (>= 1.4), spelling, testthat", "Language": "en-US", "NeedsCompilation": "yes", - "Packaged": "2020-07-22 19:23:54 UTC; jeroen", + "Packaged": "2023-05-22 21:45:03 UTC; jeroen", "Author": "Jeroen Ooms [aut, cre] (),\nGábor Csárdi [ctb]", "Maintainer": "Jeroen Ooms ", - "Repository": "RSPM", - "Date/Publication": "2020-07-23 04:30:02 UTC", - "Built": "R 4.2.2; x86_64-w64-mingw32; 2023-08-10 19:31:49 UTC; windows", + "Repository": "CRAN", + "Date/Publication": "2023-05-23 07:50:02 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-06 01:12:42 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "systemfonts": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "systemfonts", "Type": "Package", @@ -4932,39 +5139,40 @@ }, "testthat": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "testthat", "Title": "Unit Testing for R", - "Version": "3.1.4", - "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = c(\"aut\", \"cre\"),\nemail = \"hadley@rstudio.com\"),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")),\nperson(given = \"R Core team\",\nrole = \"ctb\",\ncomment = \"Implementation of utils::recover()\"))", + "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.3.0), crayon (>= 1.3.4),\ndesc, digest, ellipsis (>= 0.2.0), evaluate, jsonlite,\nlifecycle, magrittr, methods, pkgload, praise, processx, ps (>=\n1.3.4), R6 (>= 2.2.0), rlang (>= 1.0.1), utils, waldo (>=\n0.4.0), withr (>= 2.4.3)", - "Suggests": "covr, curl (>= 0.9.5), diffviewer (>= 0.1.0), knitr, mockery,\nrmarkdown, rstudioapi, shiny, usethis, vctrs (>= 0.1.0), xml2", + "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*", - "Config/Needs/website": "tidyverse/tidytemplate", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2022-04-25 18:19:15 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\nRStudio [cph, fnd],\nR Core team [ctb] (Implementation of utils::recover())", - "Maintainer": "Hadley Wickham ", + "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": "2022-04-26 12:20:02 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-24 04:23:11 UTC; windows", + "Date/Publication": "2023-07-06 22:00:02 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-06 03:25:07 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "textshaping": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "textshaping", "Title": "Bindings to the 'HarfBuzz' and 'Fribidi' Libraries for Text\nShaping", @@ -4995,76 +5203,77 @@ }, "tibble": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "tibble", "Title": "Simple Data Frames", - "Version": "3.1.7", - "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\")))", + "Version": "3.2.1", + "Authors@R": "c(person(given = \"Kirill\",\nfamily = \"M\\u00fcller\",\nrole = c(\"aut\", \"cre\"),\nemail = \"kirill@cynkra.com\",\ncomment = c(ORCID = \"0000-0002-1416-3412\")),\nperson(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = \"aut\",\nemail = \"hadley@rstudio.com\"),\nperson(given = \"Romain\",\nfamily = \"Francois\",\nrole = \"ctb\",\nemail = \"romain@r-enthusiasts.com\"),\nperson(given = \"Jennifer\",\nfamily = \"Bryan\",\nrole = \"ctb\",\nemail = \"jenny@rstudio.com\"),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", "Description": "Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the traditional\ndata frame.", "License": "MIT + file LICENSE", "URL": "https://tibble.tidyverse.org/, https://github.com/tidyverse/tibble", "BugReports": "https://github.com/tidyverse/tibble/issues", - "Depends": "R (>= 3.1.0)", - "Imports": "ellipsis (>= 0.3.2), fansi (>= 0.4.0), lifecycle (>= 1.0.0),\nmagrittr, methods, pillar (>= 1.7.0), pkgconfig, rlang (>=\n1.0.1), utils, vctrs (>= 0.3.8)", - "Suggests": "bench, bit64, blob, brio, callr, cli, covr, crayon (>=\n1.3.4), DiagrammeR, dplyr, evaluate, formattable, ggplot2, hms,\nhtmltools, knitr, lubridate, mockr, nycflights13, pkgbuild,\npkgload, purrr, rmarkdown, stringi, testthat (>= 3.0.2), tidyr,\nwithr", + "Depends": "R (>= 3.4.0)", + "Imports": "fansi (>= 0.4.0), lifecycle (>= 1.0.0), magrittr, methods,\npillar (>= 1.8.1), pkgconfig, rlang (>= 1.0.2), utils, vctrs\n(>= 0.4.2)", + "Suggests": "bench, bit64, blob, brio, callr, cli, covr, crayon (>=\n1.3.4), DiagrammeR, dplyr, evaluate, formattable, ggplot2,\nhere, hms, htmltools, knitr, lubridate, mockr, nycflights13,\npkgbuild, pkgload, purrr, rmarkdown, stringi, testthat (>=\n3.0.2), tidyr, withr", "VignetteBuilder": "knitr", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.3", "Config/testthat/edition": "3", "Config/testthat/parallel": "true", - "Config/testthat/start-first": "subsetting, as_tibble, add, invariants", + "Config/testthat/start-first": "vignette-formats, as_tibble, add,\ninvariants", "Config/autostyle/scope": "line_breaks", "Config/autostyle/strict": "true", + "Config/autostyle/rmd": "false", "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "yes", - "Packaged": "2022-04-26 14:15:54 UTC; kirill", - "Author": "Kirill Müller [aut, cre],\nHadley Wickham [aut],\nRomain Francois [ctb],\nJennifer Bryan [ctb],\nRStudio [cph, fnd]", - "Maintainer": "Kirill Müller ", + "Packaged": "2023-03-19 09:23:10 UTC; kirill", + "Author": "Kirill Müller [aut, cre] (),\nHadley Wickham [aut],\nRomain Francois [ctb],\nJennifer Bryan [ctb],\nRStudio [cph, fnd]", + "Maintainer": "Kirill Müller ", "Repository": "CRAN", - "Date/Publication": "2022-05-03 07:00:06 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-10 03:18:24 UTC; windows", + "Date/Publication": "2023-03-20 06:30:02 UTC", + "Built": "R 4.2.2; x86_64-w64-mingw32; 2023-05-26 15:09:45 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "tidyr": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "tidyr", "Title": "Tidy Messy Data", - "Version": "1.2.0", - "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Maximilian\", \"Girlich\", role = \"aut\"),\nperson(\"RStudio\", role = \"cph\")\n)", + "Version": "1.3.0", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\"),\nperson(\"Maximilian\", \"Girlich\", role = \"aut\"),\nperson(\"Kevin\", \"Ushey\", , \"kevin@posit.co\", role = \"ctb\"),\nperson(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n)", "Description": "Tools to help to create tidy data, where each column is a\nvariable, each row is an observation, and each cell contains a single\nvalue. 'tidyr' contains tools for changing the shape (pivoting) and\nhierarchy (nesting and 'unnesting') of a dataset, turning deeply\nnested lists into rectangular data frames ('rectangling'), and\nextracting values out of string columns. It also includes tools for\nworking with missing values (both implicit and explicit).", "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)", + "Depends": "R (>= 3.4.0)", + "Imports": "cli (>= 3.4.1), dplyr (>= 1.0.10), glue, lifecycle (>= 1.0.3),\nmagrittr, purrr (>= 1.0.1), rlang (>= 1.0.4), stringr (>=\n1.5.0), tibble (>= 2.1.1), tidyselect (>= 1.2.0), utils, vctrs\n(>= 0.5.2)", + "Suggests": "covr, data.table, knitr, readr, repurrrsive (>= 1.1.0),\nrmarkdown, 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.1.2", + "RoxygenNote": "7.2.3", "SystemRequirements": "C++11", "NeedsCompilation": "yes", - "Packaged": "2022-01-27 19:03:06 UTC; davis", - "Author": "Hadley Wickham [aut, cre],\nMaximilian Girlich [aut],\nRStudio [cph]", - "Maintainer": "Hadley Wickham ", - "Repository": "CRAN", - "Date/Publication": "2022-02-01 08:40:02 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-24 03:31:20 UTC; windows", + "Packaged": "2023-01-23 22:21:00 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre],\nDavis Vaughan [aut],\nMaximilian Girlich [aut],\nKevin Ushey [ctb],\nPosit, PBC [cph, fnd]", + "Maintainer": "Hadley Wickham ", + "Repository": "RSPM", + "Date/Publication": "2023-01-24 16:00:02 UTC", + "Built": "R 4.2.0; x86_64-w64-mingw32; 2023-01-25 12:10:27 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "tidyselect": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "tidyselect", "Title": "Select from a Set of Strings", @@ -5094,35 +5303,36 @@ }, "tidyverse": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "tidyverse", "Title": "Easily Install and Load the 'Tidyverse'", - "Version": "1.3.1", - "Authors@R": "c(person(given = \"Hadley\",\nfamily = \"Wickham\",\nrole = c(\"aut\", \"cre\"),\nemail = \"hadley@rstudio.com\"),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", + "Version": "2.0.0", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", "Description": "The 'tidyverse' is a set of packages that work in harmony\nbecause they share common data representations and 'API' design. This\npackage is designed to make it easy to install and load multiple\n'tidyverse' packages in a single step. Learn more about the\n'tidyverse' at .", "License": "MIT + file LICENSE", "URL": "https://tidyverse.tidyverse.org,\nhttps://github.com/tidyverse/tidyverse", "BugReports": "https://github.com/tidyverse/tidyverse/issues", "Depends": "R (>= 3.3)", - "Imports": "broom (>= 0.7.6), cli (>= 2.4.0), crayon (>= 1.4.1), dbplyr\n(>= 2.1.1), dplyr (>= 1.0.5), dtplyr (>= 1.1.0), forcats (>=\n0.5.1), googledrive (>= 1.0.1), googlesheets4 (>= 0.3.0),\nggplot2 (>= 3.3.3), haven (>= 2.3.1), hms (>= 1.0.0), httr (>=\n1.4.2), jsonlite (>= 1.7.2), lubridate (>= 1.7.10), magrittr\n(>= 2.0.1), modelr (>= 0.1.8), pillar (>= 1.6.0), purrr (>=\n0.3.4), readr (>= 1.4.0), readxl (>= 1.3.1), reprex (>= 2.0.0),\nrlang (>= 0.4.10), rstudioapi (>= 0.13), rvest (>= 1.0.0),\nstringr (>= 1.4.0), tibble (>= 3.1.0), tidyr (>= 1.1.3), xml2\n(>= 1.3.2)", - "Suggests": "covr, feather, glue, knitr, rmarkdown, testthat", + "Imports": "broom (>= 1.0.3), conflicted (>= 1.2.0), cli (>= 3.6.0),\ndbplyr (>= 2.3.0), dplyr (>= 1.1.0), dtplyr (>= 1.2.2), forcats\n(>= 1.0.0), ggplot2 (>= 3.4.1), googledrive (>= 2.0.0),\ngooglesheets4 (>= 1.0.1), haven (>= 2.5.1), hms (>= 1.1.2),\nhttr (>= 1.4.4), jsonlite (>= 1.8.4), lubridate (>= 1.9.2),\nmagrittr (>= 2.0.3), modelr (>= 0.1.10), pillar (>= 1.8.1),\npurrr (>= 1.0.1), ragg (>= 1.2.5), readr (>= 2.1.4), readxl (>=\n1.4.2), reprex (>= 2.0.2), rlang (>= 1.0.6), rstudioapi (>=\n0.14), rvest (>= 1.0.3), stringr (>= 1.5.0), tibble (>= 3.1.8),\ntidyr (>= 1.3.0), xml2 (>= 1.3.3)", + "Suggests": "covr (>= 3.6.1), feather (>= 0.3.5), glue (>= 1.6.2), mockr\n(>= 0.2.0), knitr (>= 1.41), rmarkdown (>= 2.20), testthat (>=\n3.1.6)", "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", "Encoding": "UTF-8", - "RoxygenNote": "7.1.1", - "Config/Needs/Website": "tidyverse/tidytemplate", + "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2021-04-15 12:33:12 UTC; hadley", + "Packaged": "2023-02-21 13:20:46 UTC; hadleywickham", "Author": "Hadley Wickham [aut, cre],\nRStudio [cph, fnd]", "Maintainer": "Hadley Wickham ", "Repository": "CRAN", - "Date/Publication": "2021-04-15 13:20:02 UTC", - "Built": "R 4.2.1; ; 2022-07-10 05:48:32 UTC; windows" + "Date/Publication": "2023-02-22 09:20:06 UTC", + "Built": "R 4.2.3; ; 2023-04-06 06:21:57 UTC; windows" } }, "timechange": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "timechange", "Title": "Efficient Manipulation of Date-Times", @@ -5151,13 +5361,13 @@ }, "tinytex": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "tinytex", "Type": "Package", "Title": "Helper Functions to Install and Maintain TeX Live, and Compile\nLaTeX Documents", - "Version": "0.43", - "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)", + "Version": "0.45", + "Authors@R": "c(\nperson(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\nperson(\"Christophe\", \"Dervieux\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4474-2498\")),\nperson(\"Devon\", \"Ryan\", role = \"ctb\", email = \"dpryan79@gmail.com\", comment = c(ORCID = \"0000-0002-8549-0971\")),\nperson(\"Ethan\", \"Heinzen\", role = \"ctb\"),\nperson(\"Fernando\", \"Cagua\", role = \"ctb\"),\nperson()\n)", "Description": "Helper functions to install and maintain the 'LaTeX' distribution\nnamed 'TinyTeX' (), a lightweight, cross-platform,\nportable, and easy-to-maintain version of 'TeX Live'. This package also\ncontains helper functions to compile 'LaTeX' documents, and install missing\n'LaTeX' packages automatically.", "Imports": "xfun (>= 0.29)", "Suggests": "testit, rstudioapi", @@ -5165,81 +5375,80 @@ "URL": "https://github.com/rstudio/tinytex", "BugReports": "https://github.com/rstudio/tinytex/issues", "Encoding": "UTF-8", - "RoxygenNote": "7.2.2", + "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2022-12-13 06:30:05 UTC; yihui", - "Author": "Yihui Xie [aut, cre, cph] (),\nRStudio, PBC [cph],\nChristophe Dervieux [ctb] (),\nDevon Ryan [ctb] (),\nEthan Heinzen [ctb],\nFernando Cagua [ctb]", + "Packaged": "2023-04-18 13:52:40 UTC; yihui", + "Author": "Yihui Xie [aut, cre, cph] (),\nPosit Software, PBC [cph, fnd],\nChristophe Dervieux [ctb] (),\nDevon Ryan [ctb] (),\nEthan Heinzen [ctb],\nFernando Cagua [ctb]", "Maintainer": "Yihui Xie ", - "Repository": "CRAN", - "Date/Publication": "2022-12-13 07:10:02 UTC", - "Built": "R 4.2.2; ; 2022-12-27 02:17:53 UTC; windows" + "Repository": "RSPM", + "Date/Publication": "2023-04-18 14:30:07 UTC", + "Built": "R 4.2.0; ; 2023-04-19 11:43:05 UTC; windows" } }, "triebeard": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "triebeard", "Type": "Package", "Title": "'Radix' Trees in 'Rcpp'", - "Version": "0.3.0", - "Author": "Oliver Keyes [aut, cre], Drew Schmidt [aut], Yuuki Takano [cph]", - "Maintainer": "Oliver Keyes ", + "Version": "0.4.1", + "Author": "Os Keyes [aut, cre], Drew Schmidt [aut], Yuuki Takano [cph]", + "Maintainer": "Os Keyes ", "Description": "'Radix trees', or 'tries', are key-value data structures optimised for efficient lookups, similar in purpose\nto hash tables. 'triebeard' provides an implementation of 'radix trees' for use in R programming and in\ndeveloping packages with 'Rcpp'.", "License": "MIT + file LICENSE", - "LazyData": "TRUE", "LinkingTo": "Rcpp", + "Encoding": "UTF-8", "Imports": "Rcpp", - "RoxygenNote": "5.0.1", + "RoxygenNote": "7.1.2", "Suggests": "knitr, rmarkdown, testthat", "VignetteBuilder": "knitr", "URL": "https://github.com/Ironholds/triebeard/", "BugReports": "https://github.com/Ironholds/triebeard/issues", - "Date": "2016-08-03", + "Date": "2023-03-04", "NeedsCompilation": "yes", - "Packaged": "2016-08-03 21:32:42 UTC; ironholds", - "Repository": "CRAN", - "Date/Publication": "2016-08-04 00:57:37", - "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-12-27 02:21:56 UTC; windows", + "Packaged": "2023-03-04 21:40:31 UTC; ironholds", + "Repository": "RSPM", + "Date/Publication": "2023-03-04 23:30:07 UTC", + "Built": "R 4.2.0; x86_64-w64-mingw32; 2023-07-07 14:47:05 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "tzdb": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "tzdb", "Title": "Time Zone Database Information", - "Version": "0.3.0", - "Authors@R": "c(\nperson(\"Davis\", \"Vaughan\", , \"davis@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Howard\", \"Hinnant\", role = \"cph\",\ncomment = \"Author of the included date library\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\"))\n)", + "Version": "0.4.0", + "Authors@R": "c(\nperson(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"Howard\", \"Hinnant\", role = \"cph\",\ncomment = \"Author of the included date library\"),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", "Description": "Provides an up-to-date copy of the Internet Assigned Numbers\nAuthority (IANA) Time Zone Database. It is updated periodically to\nreflect changes made by political bodies to time zone boundaries, UTC\noffsets, and daylight saving time rules. Additionally, this package\nprovides a C++ interface for working with the 'date' library. 'date'\nprovides comprehensive support for working with dates and date-times,\nwhich this package exposes to make it easier for other R packages to\nutilize. Headers are provided for calendar specific calculations,\nalong with a limited interface for time zone manipulations.", "License": "MIT + file LICENSE", "URL": "https://tzdb.r-lib.org, https://github.com/r-lib/tzdb", "BugReports": "https://github.com/r-lib/tzdb/issues", - "Depends": "R (>= 3.4.0)", + "Depends": "R (>= 3.5.0)", "Suggests": "covr, testthat (>= 3.0.0)", "LinkingTo": "cpp11 (>= 0.4.2)", "Biarch": "yes", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", - "SystemRequirements": "C++11", + "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2022-03-28 13:59:28 UTC; davis", - "Author": "Davis Vaughan [aut, cre],\nHoward Hinnant [cph] (Author of the included date library),\nRStudio [cph, fnd]", - "Maintainer": "Davis Vaughan ", + "Packaged": "2023-05-12 12:40:06 UTC; davis", + "Author": "Davis Vaughan [aut, cre],\nHoward Hinnant [cph] (Author of the included date library),\nPosit Software, PBC [cph, fnd]", + "Maintainer": "Davis Vaughan ", "Repository": "CRAN", - "Date/Publication": "2022-03-28 15:00:02 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-24 00:38:43 UTC; windows", + "Date/Publication": "2023-05-12 23:00:02 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-06 01:46:04 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "urlchecker": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "urlchecker", "Title": "Run CRAN URL Checks from Older R Versions", @@ -5265,7 +5474,7 @@ }, "urltools": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "urltools", "Type": "Package", @@ -5297,41 +5506,41 @@ }, "usethis": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "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.", + "Version": "2.2.2", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-6983-2759\")),\nperson(\"Malcolm\", \"Barrett\", , \"malcolmbarrett@gmail.com\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-0299-5825\")),\nperson(\"Andy\", \"Teucher\", , \"andy.teucher@posit.co\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-7840-692X\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Automate package and project setup tasks that are otherwise\nperformed manually. This includes setting up unit testing, test\ncoverage, continuous integration, Git, 'GitHub', licenses, 'Rcpp',\n'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)", + "Depends": "R (>= 3.6)", + "Imports": "cli (>= 3.0.1), clipr (>= 0.3.0), crayon, curl (>= 2.7), desc\n(>= 1.4.2), 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.1.0), rprojroot (>= 1.2), rstudioapi, stats, utils,\nwhisker, withr (>= 2.3.0), yaml", + "Suggests": "covr, knitr, magick, pkgload, rmarkdown, roxygen2 (>= 7.1.2),\nspelling (>= 1.2), styler (>= 1.2.0), testthat (>= 3.1.8)", "Config/Needs/website": "tidyverse/tidytemplate, xml2", "Config/testthat/edition": "3", "Encoding": "UTF-8", "Language": "en-US", - "RoxygenNote": "7.2.0", + "RoxygenNote": "7.2.3", "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": "RSPM", - "Date/Publication": "2022-05-25 20:50:02 UTC", - "Built": "R 4.2.0; ; 2022-05-26 11:30:29 UTC; windows" + "Packaged": "2023-07-05 16:52:17 UTC; jenny", + "Author": "Hadley Wickham [aut] (),\nJennifer Bryan [aut, cre] (),\nMalcolm Barrett [aut] (),\nAndy Teucher [aut] (),\nPosit Software, PBC [cph, fnd]", + "Maintainer": "Jennifer Bryan ", + "Repository": "CRAN", + "Date/Publication": "2023-07-06 00:20:02 UTC", + "Built": "R 4.2.3; ; 2023-09-06 02:32:58 UTC; windows" } }, "utf8": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "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\"))", + "Version": "1.2.3", + "Authors@R": "c(person(given = c(\"Patrick\", \"O.\"),\nfamily = \"Perry\",\nrole = c(\"aut\", \"cph\")),\nperson(given = \"Kirill\",\nfamily = \"M\\u00fcller\",\nrole = \"cre\",\nemail = \"kirill@cynkra.com\"),\nperson(given = \"Unicode, Inc.\",\nrole = c(\"cph\", \"dtc\"),\ncomment = \"Unicode Character Database\"))", "Description": "Process and print 'UTF-8' encoded international\ntext (Unicode). Input, validate, normalize, encode, format, and\ndisplay.", "License": "Apache License (== 2.0) | file LICENSE", "URL": "https://ptrckprry.com/r-utf8/, https://github.com/patperry/r-utf8", @@ -5341,20 +5550,21 @@ "VignetteBuilder": "knitr, rmarkdown", "Config/testthat/edition": "3", "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2021-07-24 08:19:25 UTC; kirill", + "Packaged": "2023-01-31 05:28:43 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-07-24 00:38:11 UTC; windows", + "Maintainer": "Kirill Müller ", + "Repository": "RSPM", + "Date/Publication": "2023-01-31 18:00:02 UTC", + "Built": "R 4.2.0; x86_64-w64-mingw32; 2023-02-01 11:28:45 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "uuid": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "uuid", "Version": "1.1-0", @@ -5377,45 +5587,45 @@ }, "vctrs": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "vctrs", "Title": "Vector Helpers", - "Version": "0.5.2", - "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.", + "Version": "0.6.3", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\nperson(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"),\nperson(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"data.table team\", role = \"cph\",\ncomment = \"Radix sort based on data.table's forder() and their contribution to R's order()\"),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "Defines new notions of prototype and size that are used to\nprovide tools for consistent and well-founded type-coercion and\nsize-recycling, and are in turn connected to ideas of type- and\nsize-stability useful for analysing function interfaces.", "License": "MIT + file LICENSE", - "URL": "https://vctrs.r-lib.org/", + "URL": "https://vctrs.r-lib.org/, https://github.com/r-lib/vctrs", "BugReports": "https://github.com/r-lib/vctrs/issues", - "Depends": "R (>= 3.3)", - "Imports": "cli (>= 3.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", + "Depends": "R (>= 3.5.0)", + "Imports": "cli (>= 3.4.0), glue, lifecycle (>= 1.0.3), rlang (>= 1.1.0)", + "Suggests": "bit64, covr, crayon, dplyr (>= 0.8.5), generics, knitr,\npillar (>= 1.4.4), pkgdown (>= 2.0.1), rmarkdown, testthat (>=\n3.0.0), tibble (>= 3.1.3), waldo (>= 0.2.0), withr, xml2,\nzeallot", "VignetteBuilder": "knitr", - "SystemRequirements": "C++11", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", "Encoding": "UTF-8", "Language": "en-GB", "RoxygenNote": "7.2.3", - "Config/testthat/edition": "3", - "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "yes", - "Packaged": "2023-01-21 20:11:27 UTC; davis", - "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": "RSPM", - "Date/Publication": "2023-01-23 11:20:02 UTC", - "Built": "R 4.2.0; x86_64-w64-mingw32; 2023-01-24 12:10:54 UTC; windows", + "Packaged": "2023-06-14 21:04:57 UTC; davis", + "Author": "Hadley Wickham [aut],\nLionel Henry [aut],\nDavis Vaughan [aut, cre],\ndata.table team [cph] (Radix sort based on data.table's forder() and\ntheir contribution to R's order()),\nPosit Software, PBC [cph, fnd]", + "Maintainer": "Davis Vaughan ", + "Repository": "CRAN", + "Date/Publication": "2023-06-14 23:40:02 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-06 01:56:59 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "viridisLite": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "viridisLite", "Type": "Package", "Title": "Colorblind-Friendly Color Maps (Lite Version)", - "Version": "0.4.0", + "Version": "0.4.2", + "Date": "2023-05-02", "Authors@R": "c(\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.", @@ -5425,58 +5635,57 @@ "Suggests": "hexbin (>= 1.27.0), ggplot2 (>= 1.0.1), testthat, covr", "URL": "https://sjmgarnier.github.io/viridisLite/,\nhttps://github.com/sjmgarnier/viridisLite/", "BugReports": "https://github.com/sjmgarnier/viridisLite/issues/", - "RoxygenNote": "7.1.1", + "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2021-04-11 18:02:57 UTC; simon", + "Packaged": "2023-05-02 21:38:46 UTC; simon", "Author": "Simon Garnier [aut, cre],\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-04-13 15:00:02 UTC", - "Built": "R 4.2.1; ; 2022-07-24 00:37:57 UTC; windows" + "Date/Publication": "2023-05-02 23:50:02 UTC", + "Built": "R 4.2.3; ; 2023-09-06 01:12:40 UTC; windows" } }, "vroom": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "vroom", "Title": "Read and Write Rectangular Text Data Quickly", - "Version": "1.5.7", - "Authors@R": "c(person(given = \"Jim\",\nfamily = \"Hester\",\nrole = \"aut\",\nemail = \"jim.hester@rstudio.com\",\ncomment = c(ORCID = \"0000-0002-2739-7082\")),\nperson(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 = \"https://github.com/mandreyel/\",\nrole = \"cph\",\ncomment = \"mio library\"),\nperson(given = \"Jukka\",\nfamily = \"Jylänki\",\nrole = \"cph\",\ncomment = \"grisu3 implementation\"),\nperson(given = \"Mikkel\",\nfamily = \"Jørgensen\",\nrole = \"cph\",\ncomment = \"grisu3 implementation\"),\nperson(given = \"RStudio\",\nrole = c(\"cph\", \"fnd\")))", - "Description": "The goal of 'vroom' is to read and write data (like\n'csv', 'tsv' and 'fwf') quickly. When reading it uses a quick initial\nindexing step, then reads the values lazily , so only the data you\nactually use needs to be read. The writer formats the data in\nparallel and writes to disk asynchronously from formatting.", + "Version": "1.6.3", + "Authors@R": "c(\nperson(\"Jim\", \"Hester\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-2739-7082\")),\nperson(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-4757-117X\")),\nperson(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-6983-2759\")),\nperson(\"Shelby\", \"Bearrows\", role = \"ctb\"),\nperson(\"https://github.com/mandreyel/\", role = \"cph\",\ncomment = \"mio library\"),\nperson(\"Jukka\", \"Jylänki\", role = \"cph\",\ncomment = \"grisu3 implementation\"),\nperson(\"Mikkel\", \"Jørgensen\", role = \"cph\",\ncomment = \"grisu3 implementation\"),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)", + "Description": "The goal of 'vroom' is to read and write data (like 'csv',\n'tsv' and 'fwf') quickly. When reading it uses a quick initial\nindexing step, then reads the values lazily , so only the data you\nactually use needs to be read. The writer formats the data in\nparallel and writes to disk asynchronously from formatting.", "License": "MIT + file LICENSE", - "URL": "https://vroom.r-lib.org, https://github.com/r-lib/vroom", - "BugReports": "https://github.com/r-lib/vroom/issues", - "Depends": "R (>= 3.1)", - "Imports": "bit64, crayon, cli, glue, hms, lifecycle, methods, rlang (>=\n0.4.2), stats, tibble (>= 2.0.0), tzdb (>= 0.1.1), vctrs (>=\n0.2.0), tidyselect, withr", + "URL": "https://vroom.r-lib.org, https://github.com/tidyverse/vroom", + "BugReports": "https://github.com/tidyverse/vroom/issues", + "Depends": "R (>= 3.4)", + "Imports": "bit64, cli (>= 3.2.0), crayon, glue, hms, lifecycle (>=\n1.0.3), methods, rlang (>= 0.4.2), stats, tibble (>= 2.0.0),\ntidyselect, tzdb (>= 0.1.1), vctrs (>= 0.2.0), withr", "Suggests": "archive, bench (>= 1.1.0), covr, curl, dplyr, forcats, fs,\nggplot2, knitr, patchwork, prettyunits, purrr, rmarkdown,\nrstudioapi, scales, spelling, testthat (>= 2.1.0), tidyr,\nutils, waldo, xml2", - "LinkingTo": "progress (>= 1.2.1), cpp11 (>= 0.2.0), tzdb (>= 0.1.1)", + "LinkingTo": "cpp11 (>= 0.2.0), progress (>= 1.2.1), tzdb (>= 0.1.1)", "VignetteBuilder": "knitr", + "Config/Needs/website": "nycflights13, tidyverse/tidytemplate", "Config/testthat/edition": "3", "Config/testthat/parallel": "false", - "Config/Needs/website": "nycflights13", "Copyright": "file COPYRIGHTS", "Encoding": "UTF-8", "Language": "en-US", - "RoxygenNote": "7.1.2", - "SystemRequirements": "C++11", + "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2021-11-29 22:18:11 UTC; jhester", - "Author": "Jim Hester [aut] (),\nHadley Wickham [aut] (),\nJennifer Bryan [aut, cre] (),\nhttps://github.com/mandreyel/ [cph] (mio library),\nJukka Jylänki [cph] (grisu3 implementation),\nMikkel Jørgensen [cph] (grisu3 implementation),\nRStudio [cph, fnd]", - "Maintainer": "Jennifer Bryan ", + "Packaged": "2023-04-28 19:57:03 UTC; jenny", + "Author": "Jim Hester [aut] (),\nHadley Wickham [aut] (),\nJennifer Bryan [aut, cre] (),\nShelby Bearrows [ctb],\nhttps://github.com/mandreyel/ [cph] (mio library),\nJukka Jylänki [cph] (grisu3 implementation),\nMikkel Jørgensen [cph] (grisu3 implementation),\nPosit Software, PBC [cph, fnd]", + "Maintainer": "Jennifer Bryan ", "Repository": "CRAN", - "Date/Publication": "2021-11-30 14:20:06 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-24 03:31:54 UTC; windows", + "Date/Publication": "2023-04-28 22:20:02 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-06 02:40:16 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "waldo": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "waldo", "Title": "Find Differences Between R Objects", - "Version": "0.4.0", + "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", @@ -5487,23 +5696,23 @@ "Config/testthat/edition": "3", "Config/Needs/website": "tidyverse/tidytemplate", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2022-03-16 15:49:14 UTC; hadleywickham", + "Packaged": "2023-05-08 21:54:20 UTC; hadleywickham", "Author": "Hadley Wickham [aut, cre],\nRStudio [cph, fnd]", "Maintainer": "Hadley Wickham ", "Repository": "CRAN", - "Date/Publication": "2022-03-16 22:20:04 UTC", - "Built": "R 4.2.1; ; 2022-07-24 03:31:13 UTC; windows" + "Date/Publication": "2023-05-08 22:20:02 UTC", + "Built": "R 4.2.3; ; 2023-09-06 03:00:36 UTC; windows" } }, "webshot": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "webshot", "Title": "Take Screenshots of Web Pages", - "Version": "0.5.4", + "Version": "0.5.5", "Authors@R": "c(\nperson(\"Winston\", \"Chang\", email = \"winston@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Yihui\", \"Xie\", role = \"ctb\"),\nperson(\"Francois\", \"Guillem\", role = \"ctb\"),\nperson(\"Barret\", \"Schloerke\", role = \"ctb\"),\nperson(\"Nicolas\", \"Perriault\", role = \"ctb\", comment = \"The CasperJS library\")\n)", "Description": "Takes screenshots of web pages, including Shiny applications and R\nMarkdown documents.", "Depends": "R (>= 3.0)", @@ -5511,23 +5720,23 @@ "Suggests": "httpuv, knitr, rmarkdown, shiny, testthat (>= 3.0.0)", "License": "GPL-2", "SystemRequirements": "PhantomJS for taking screenshots, ImageMagick or\nGraphicsMagick and OptiPNG for manipulating images.", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.3", "Encoding": "UTF-8", - "URL": "http://wch.github.io/webshot/, https://github.com/wch/webshot/", + "URL": "https://wch.github.io/webshot/, https://github.com/wch/webshot/", "BugReports": "https://github.com/wch/webshot/issues", "Config/testthat/edition": "3", "NeedsCompilation": "no", - "Packaged": "2022-09-26 18:03:11 UTC; winston", + "Packaged": "2023-06-26 22:07:00 UTC; winston", "Author": "Winston Chang [aut, cre],\nYihui Xie [ctb],\nFrancois Guillem [ctb],\nBarret Schloerke [ctb],\nNicolas Perriault [ctb] (The CasperJS library)", "Maintainer": "Winston Chang ", "Repository": "RSPM", - "Date/Publication": "2022-09-26 18:30:02 UTC", - "Built": "R 4.2.0; ; 2022-09-27 12:05:40 UTC; windows" + "Date/Publication": "2023-06-26 23:30:02 UTC", + "Built": "R 4.2.0; ; 2023-06-27 11:38:35 UTC; windows" } }, "websocket": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "websocket", "Version": "1.4.1", @@ -5557,7 +5766,7 @@ }, "whisker": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "whisker", "Maintainer": "Edwin de Jonge ", @@ -5567,21 +5776,20 @@ "LazyLoad": "yes", "Author": "Edwin de Jonge", "Description": "Implements 'Mustache' logicless templating.", - "Version": "0.4", - "URL": "http://github.com/edwindj/whisker", + "Version": "0.4.1", + "URL": "https://github.com/edwindj/whisker", "Suggests": "markdown", "RoxygenNote": "6.1.1", "NeedsCompilation": "no", - "Packaged": "2019-08-28 07:26:51 UTC; edwin", - "Repository": "RSPM", - "Date/Publication": "2019-08-28 08:50:02 UTC", - "Encoding": "UTF-8", - "Built": "R 4.2.2; ; 2023-08-10 19:33:56 UTC; windows" + "Packaged": "2022-12-05 15:15:55 UTC; hornik", + "Repository": "CRAN", + "Date/Publication": "2022-12-05 15:33:50 UTC", + "Built": "R 4.2.2; ; 2022-12-27 01:29:31 UTC; windows" } }, "whoami": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "whoami", "Title": "Username, Full Name, Email Address, 'GitHub' Username of the\nCurrent User", @@ -5606,7 +5814,7 @@ }, "withr": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "withr", "Title": "Run Code 'With' Temporarily Modified Global State", @@ -5636,16 +5844,16 @@ }, "xfun": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "xfun", "Type": "Package", "Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'", - "Version": "0.36", - "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)", + "Version": "0.39", + "Authors@R": "c(\nperson(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\nperson(\"Wush\", \"Wu\", role = \"ctb\"),\nperson(\"Daijiang\", \"Li\", role = \"ctb\"),\nperson(\"Xianying\", \"Tan\", role = \"ctb\"),\nperson(\"Salim\", \"Brüggemann\", role = \"ctb\", email = \"salim-b@pm.me\", comment = c(ORCID = \"0000-0002-5329-5987\")),\nperson(\"Christophe\", \"Dervieux\", role = \"ctb\"),\nperson(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\nperson()\n)", "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", + "Suggests": "testit, parallel, codetools, rstudioapi, tinytex (>= 0.30),\nmime, markdown (>= 1.5), knitr (>= 1.42), htmltools, remotes,\npak, rhub, renv, curl, jsonlite, magick, yaml, rmarkdown", "License": "MIT + file LICENSE", "URL": "https://github.com/yihui/xfun", "BugReports": "https://github.com/yihui/xfun/issues", @@ -5653,25 +5861,25 @@ "RoxygenNote": "7.2.3", "VignetteBuilder": "knitr", "NeedsCompilation": "yes", - "Packaged": "2022-12-21 15:05:22 UTC; yihui", - "Author": "Yihui Xie [aut, cre, cph] (),\nWush Wu [ctb],\nDaijiang Li [ctb],\nXianying Tan [ctb],\nSalim Brüggemann [ctb] (),\nChristophe Dervieux [ctb]", + "Packaged": "2023-04-19 22:17:10 UTC; yihui", + "Author": "Yihui Xie [aut, cre, cph] (),\nWush Wu [ctb],\nDaijiang Li [ctb],\nXianying Tan [ctb],\nSalim Brüggemann [ctb] (),\nChristophe Dervieux [ctb],\nPosit Software, PBC [cph, fnd]", "Maintainer": "Yihui Xie ", - "Repository": "CRAN", - "Date/Publication": "2022-12-21 15:40:02 UTC", - "Built": "R 4.2.2; x86_64-w64-mingw32; 2022-12-27 01:26:49 UTC; windows", + "Repository": "RSPM", + "Date/Publication": "2023-04-20 12:50:02 UTC", + "Built": "R 4.2.0; x86_64-w64-mingw32; 2023-04-21 11:37:25 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "xml2": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "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.", + "Version": "1.3.5", + "Authors@R": "c(\nperson(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\nperson(\"Jim\", \"Hester\", role = \"aut\"),\nperson(\"Jeroen\", \"Ooms\", role = \"aut\"),\nperson(\"RStudio\", role = c(\"cph\", \"fnd\")),\nperson(\"R Foundation\", role = \"ctb\",\ncomment = \"Copy of R-project homepage cached as example\")\n)", + "Description": "Work with XML files using a simple, consistent interface.\nBuilt on top of the 'libxml2' C library.", "License": "MIT + file LICENSE", "URL": "https://xml2.r-lib.org/, https://github.com/r-lib/xml2", "BugReports": "https://github.com/r-lib/xml2/issues", @@ -5679,24 +5887,25 @@ "Imports": "methods", "Suggests": "covr, curl, httr, knitr, magrittr, mockery, rmarkdown,\ntestthat (>= 2.1.0)", "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", "Encoding": "UTF-8", - "RoxygenNote": "7.1.1", + "RoxygenNote": "7.2.3", "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)", + "Packaged": "2023-06-29 13:52:10 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre],\nJim Hester [aut],\nJeroen Ooms [aut],\nRStudio [cph, fnd],\nR Foundation [ctb] (Copy of R-project homepage cached as example)", "Maintainer": "Hadley Wickham ", "Repository": "CRAN", - "Date/Publication": "2021-11-30 14:40:02 UTC", - "Built": "R 4.2.1; x86_64-w64-mingw32; 2022-07-24 00:38:25 UTC; windows", + "Date/Publication": "2023-07-06 08:00:02 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-06 01:12:59 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "xopen": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "xopen", "Title": "Open System Files, 'URLs', Anything", @@ -5723,7 +5932,7 @@ }, "xtable": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "xtable", "Version": "1.8-4", @@ -5748,13 +5957,13 @@ }, "yaml": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "yaml", "Type": "Package", "Title": "Methods to Convert R Data to YAML and Back", - "Date": "2022-01-24", - "Version": "2.3.5", + "Date": "2023-01-18", + "Version": "2.3.7", "Suggests": "RUnit", "Author": "Shawn P Garbett [aut], Jeremy Stephens [aut, cre], Kirill Simonov [aut], Yihui Xie [ctb],\nZhuoer Dong [ctb], Hadley Wickham [ctb], Jeffrey Horner [ctb], reikoch [ctb],\nWill Beasley [ctb], Brendan O'Connor [ctb], Gregory R. Warnes [ctb],\nMichael Quinn [ctb], Zhian N. Kamvar [ctb]", "Maintainer": "Shawn Garbett ", @@ -5763,37 +5972,37 @@ "URL": "https://github.com/vubiostat/r-yaml/", "BugReports": "https://github.com/vubiostat/r-yaml/issues", "NeedsCompilation": "yes", - "Packaged": "2022-02-19 02:41:00 UTC; garbetsp", + "Packaged": "2023-01-18 17:20:16 UTC; garbetsp", "Repository": "RSPM", - "Date/Publication": "2022-02-21 09:20:02 UTC", + "Date/Publication": "2023-01-23 18:40:02 UTC", "Encoding": "UTF-8", - "Built": "R 4.2.2; x86_64-w64-mingw32; 2023-08-10 19:33:59 UTC; windows", + "Built": "R 4.2.0; x86_64-w64-mingw32; 2023-01-24 11:57:41 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } }, "zip": { "Source": "CRAN", - "Repository": "https://cran.rstudio.com", + "Repository": "https://packagemanager.posit.co/cran/2023-08-08", "description": { "Package": "zip", "Title": "Cross-Platform 'zip' Compression", - "Version": "2.2.0", + "Version": "2.3.0", "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.1.1.9001", + "RoxygenNote": "7.2.1.9000", "Config/testthat/edition": "3", "Suggests": "covr, processx, R6, testthat, withr", "Encoding": "UTF-8", "NeedsCompilation": "yes", - "Packaged": "2021-05-30 21:43:42 UTC; gaborcsardi", - "Repository": "RSPM", - "Date/Publication": "2021-05-31 04:30:02 UTC", - "Built": "R 4.2.2; x86_64-w64-mingw32; 2023-08-10 19:32:50 UTC; windows", + "Packaged": "2023-04-17 13:48:47 UTC; gaborcsardi", + "Repository": "CRAN", + "Date/Publication": "2023-04-17 15:30:02 UTC", + "Built": "R 4.2.3; x86_64-w64-mingw32; 2023-09-06 01:12:58 UTC; windows", "ExperimentalWindowsRuntime": "ucrt", "Archs": "x64" } @@ -5819,7 +6028,7 @@ "checksum": "b7c95e12e5a6b48ee37e30faad042ad3" }, ".Rprofile": { - "checksum": "56cee2da799fed4370ad9cf3e8eed593" + "checksum": "5cfc2b8059b7df80a06b9d445f3b6f73" }, "_pkgdown.yml": { "checksum": "93edcbb89a7aedf046ace84f340aaf98" @@ -5830,15 +6039,6 @@ "codecov.yml": { "checksum": "95dfbfc38a2669bc0c6af49bce10dc39" }, - "completion_matrix.html": { - "checksum": "e3ed87228eb818b3b84462761cd405cb" - }, - "credentials_demo.sqlite": { - "checksum": "246442082c2d738e4d657936de957e83" - }, - "credentials_dev.sqlite": { - "checksum": "4fe0c340b063b908640dfcdf3f2f9578" - }, "data-raw/community.csv": { "checksum": "96f6ded0b2073bcf999141017dcb24b9" }, @@ -5849,7 +6049,7 @@ "checksum": "d8bc4f8b18a48054030b54540ef18cb2" }, "data-raw/internal-data.R": { - "checksum": "80fcba1c4c8c9a7f730e23b75bfeab86" + "checksum": "3fb8e1b438d62a80db425b2b2d2797e8" }, "data-raw/maintenance.csv": { "checksum": "c74b66e7688f04a9631380c50099fe9e" @@ -5866,680 +6066,68 @@ "data-raw/upload_format.csv": { "checksum": "87361dd71fc97d307ae957bf2603130f" }, - "database.sqlite": { - "checksum": "53ca7c827b19b2bbddf44e84cd52bc94" - }, - "database_demo.sqlite": { - "checksum": "85b8f838bf09da50a1e6ed0cb54680cf" - }, "DESCRIPTION": { - "checksum": "c6f494f69d1efc7050a0a85982a7d1a4" + "checksum": "e2fad2bf10ca15959ba8fc91eaa2f278" }, - "dev/001_start.R": { - "checksum": "c1dab6533942c6047ef1d16fb09dbaf4" + "inst/app/www/css/community_metrics.css": { + "checksum": "1961b3f85311f077befd15e45b032b7b" }, - "dev/01_start.R": { - "checksum": "800c33dd99689841978d09b2625c6c13" + "inst/app/www/css/download_handler.css": { + "checksum": "b8cc86fe0e37782293da1aa94b56d620" }, - "dev/02_dev.R": { - "checksum": "2116715f23953bd22708dbf625b27afe" + "inst/app/www/css/hljs-styles.css": { + "checksum": "25180da1dbe4a97f7cdc98421a74e775" }, - "dev/03_deploy.R": { - "checksum": "7b413fcf3e7273e8b80cb6971b2190a4" + "inst/app/www/css/login_screen.css": { + "checksum": "5092def469fbaa2997964b1c3b8c5b26" }, - "dev/run_dev.R": { - "checksum": "a2ac3e12edab3e56866abc2c4e939187" + "inst/app/www/css/main.css": { + "checksum": "3c19fe00752e407cc00bcedf98457403" }, - "docs/404.html": { - "checksum": "0cc106b16ec1154d2f3185f3a8767d7b" + "inst/app/www/css/metric_select.css": { + "checksum": "8765a786b6a068f38bf112185b0ab136" }, - "docs/articles/Administrative_Tools_and_Options.html": { - "checksum": "5dfd5eb5eb729943d0980dc1c118ad5a" + "inst/app/www/css/modal_elements.css": { + "checksum": "c7095f22290227a6588bbab9eb8da419" }, - "docs/articles/Administrative_Tools_and_Options_V0.1.1.html": { - "checksum": "c8dd5052a71cbb1db20f636d7206bfca" + "inst/app/www/favicon.ico": { + "checksum": "cb6c05eadc2b19ec417dae94e3adbcd3" }, - "docs/articles/Credential_Manager.html": { - "checksum": "8220d85468f3d70c4b732d68fb7cf6c7" + "inst/app/www/js/highlight.min.js": { + "checksum": "613f40aaddaa3ffeea28ef28cd9fa6bf" }, - "docs/articles/Deployment.html": { - "checksum": "c2a9ebb3f113b3f7d9aa4b09ab48cf82" + "inst/app/www/js/role.js": { + "checksum": "b1a1715df2872a8f01e68e719de0e3f0" }, - "docs/articles/Deployment_V0.1.1.html": { - "checksum": "9f3faa46147130e211447f9f7fa41472" + "inst/app/www/raa-alt-image-lt-ug.png": { + "checksum": "9ea191489dfd5dc8b21c920918dd7f3e" }, - "docs/articles/dev_renv.html": { - "checksum": "245b0d9bb4186b7035fa428487591fe2" + "inst/app/www/raa-alt-image-lt-ug2.png": { + "checksum": "cfcc4e2aba88439281667083a0f94281" }, - "docs/articles/dev_Using_SQLite_Command_Line.html": { - "checksum": "8e33a69617bc4d8e245cf688e56da9d4" + "inst/app/www/raa-alt-image-lt.png": { + "checksum": "8062579150b806ba5bb30ac3fff60d75" }, - "docs/articles/images/account_expired_msg.png": { - "checksum": "41b17899c028f84ceed13e9e582e42c8" + "inst/app/www/raa-alt-image.png": { + "checksum": "67cf7b41d7962259b16f205b1c78e478" }, - "docs/articles/images/add_a_user_btn.png": { - "checksum": "230a3c1ea233859f9c5401aab75ac47c" + "inst/app/www/raa-image-ug.png": { + "checksum": "7f3066a2042a334ea7db9d1f96057a4f" }, - "docs/articles/images/add_package_privilege.png": { - "checksum": "3e26db3ebe696ba90b559782e2ec02c6" + "inst/app/www/raa_alt_favicon.ico": { + "checksum": "464ae1348030dd37080c9b8785706e59" }, - "docs/articles/images/add_user.png": { - "checksum": "e7273bf7d01c8bd8918b7023ef72da3e" + "inst/app/www/raa_hex_favicon.ico": { + "checksum": "cb6c05eadc2b19ec417dae94e3adbcd3" }, - "docs/articles/images/add_user_V0.1.1.png": { - "checksum": "d9eae6ee95612967d8d4feb86174518b" + "inst/db-config.yml": { + "checksum": "d9e37b3beac46756f396d3829694be54" }, - "docs/articles/images/admin_mode_button.png": { - "checksum": "ecb4e83408e718071ccaaa707eb04d79" + "inst/golem-config.yml": { + "checksum": "0d04d05034dfe6f958f2633127d2ef6f" }, - "docs/articles/images/admin_mode_tables1.png": { - "checksum": "2af0c6b215d3af20a5773f886c062fdc" - }, - "docs/articles/images/admin_mode_tables1_V0.1.1.png": { - "checksum": "a1db20bd8fdfcee1a1b45eda334e6136" - }, - "docs/articles/images/admin_mode_tables2.png": { - "checksum": "2a2d790585d5a74ed28024c03e62925d" - }, - "docs/articles/images/admin_mode_tables2_V0.1.1.png": { - "checksum": "1e68d437f1a8c88fd5ec402dab5ff724" - }, - "docs/articles/images/admin_tools.png": { - "checksum": "a24699b36f8c4290980f9cb6186762ed" - }, - "docs/articles/images/admin_tools_creds.png": { - "checksum": "1be2844440cde139fdda7d9be2210e4b" - }, - "docs/articles/images/admin_tools_tabs.png": { - "checksum": "4d2068012e7cc9f2c9f5e80ae4bd6305" - }, - "docs/articles/images/admin_tools_tabs_V0.1.1.png": { - "checksum": "91cd3b3679713f2cb969e41659eedfed" - }, - "docs/articles/images/apply_new_weights.png": { - "checksum": "fb1a0fcbc2e55ea3399f2a3c71dc2e25" - }, - "docs/articles/images/apply_new_weights_V0.1.1.png": { - "checksum": "65d25252211046837781ff395b0697ca" - }, - "docs/articles/images/assessment_criteria.png": { - "checksum": "fd07a1299c469da88c5518f105a53f35" - }, - "docs/articles/images/assessment_reweighting_tab.png": { - "checksum": "d61a92a85cff86f99fb3a5d09e146215" - }, - "docs/articles/images/assessment_reweighting_tab_V0.1.1.png": { - "checksum": "fbceac718c516f304d8e95d40a1167d5" - }, - "docs/articles/images/change_pwd2.png": { - "checksum": "18bd4edab9bf27c77448dd18b9ae130f" - }, - "docs/articles/images/click_help.png": { - "checksum": "6178136bb73df78ec08f7b83088b64e9" - }, - "docs/articles/images/click_help_v2.0.0.png": { - "checksum": "a18184d5ecb12169c101c731bef01bf9" - }, - "docs/articles/images/comm_usage_metrics_v2.0.0.png": { - "checksum": "043fbe987388f02635e08e544a97561f" - }, - "docs/articles/images/community_usage1.png": { - "checksum": "cd32a6af46636983eb4cf6a684484e74" - }, - "docs/articles/images/community_usage2.png": { - "checksum": "55be2b4b4aa987ec97f02a5a281fbb3a" - }, - "docs/articles/images/config_privileges.png": { - "checksum": "cba32d78b561c54a62842e3763f6606f" - }, - "docs/articles/images/confirm_change_password.png": { - "checksum": "3f46b2a0dbd8392df434fe90dc089e2c" - }, - "docs/articles/images/confirm_delete_users.png": { - "checksum": "9ea7e2dfb5bb4c7c7c7861dc0498e6d0" - }, - "docs/articles/images/confirm_reset_password.png": { - "checksum": "452eff503c6d68b8694b09a096f835e4" - }, - "docs/articles/images/confirm_update_weights.png": { - "checksum": "c74d523c682ccff975745953db5e199e" - }, - "docs/articles/images/create_new_admin.png": { - "checksum": "dc250dd2cbbe3062da446567596aa5ed" - }, - "docs/articles/images/create_new_admin_V0.1.1.png": { - "checksum": "dc250dd2cbbe3062da446567596aa5ed" - }, - "docs/articles/images/database_view.png": { - "checksum": "5f7ac52a7ea1d817e25e357cfcafabb5" - }, - "docs/articles/images/decision_automation_allcat.png": { - "checksum": "a169c1c2a3cb5a0309cac8e49938b15a" - }, - "docs/articles/images/decision_automation_allcat_V0.1.1.png": { - "checksum": "23b1ac5168d69abd6feaf6f41613cccc" - }, - "docs/articles/images/decision_automation_applied.png": { - "checksum": "582c18d06c990fceaccddb651705b7a1" - }, - "docs/articles/images/decision_automation_applied_V0.1.1.png": { - "checksum": "1e745c89ab65ded1e3e806b5584956ba" - }, - "docs/articles/images/decision_automation_color_input.png": { - "checksum": "3ed3643bb08f7438612ec0da67d1a86c" - }, - "docs/articles/images/decision_automation_confirm.png": { - "checksum": "62772de5422a71c113cc86d7c63dca36" - }, - "docs/articles/images/decision_automation_confirm_V0.1.1.png": { - "checksum": "8f9f8ed39d9d6d256829ce6d4e17f2cd" - }, - "docs/articles/images/decision_automation_control_panel.png": { - "checksum": "6b35f66262edb6aab96cb2ce429118e7" - }, - "docs/articles/images/decision_automation_control_panel_V0.1.1.png": { - "checksum": "cc1a0c30f3dde6c97efb57475697a081" - }, - "docs/articles/images/decision_automation_gear.png": { - "checksum": "2fe9b6fc3161d14a628d58a8201dd72d" - }, - "docs/articles/images/decision_automation_gear_V0.1.1.png": { - "checksum": "a2f5bcc2282432fec1aa65e09c6e2850" - }, - "docs/articles/images/decision_automation_high.png": { - "checksum": "16edd91a4b2eaca4a30d966bc77ffec0" - }, - "docs/articles/images/decision_automation_high_V0.1.1.png": { - "checksum": "482475b2ffc5869e1b1f665abb734727" - }, - "docs/articles/images/decision_automation_modal.png": { - "checksum": "6202b42e8033e501593e6227e561d17c" - }, - "docs/articles/images/decision_automation_submit_colors.png": { - "checksum": "ec4425e1b80128c8f53a2db5e49af02a" - }, - "docs/articles/images/decision_slider.png": { - "checksum": "5829ec1a136113745018c5f38f18cd65" - }, - "docs/articles/images/delete_package_privilege.png": { - "checksum": "600427c7fc3e7a1df374ac8e45b3ce03" - }, - "docs/articles/images/delete_user_modal.png": { - "checksum": "067cf5bd4bc24153b6771100beca70f1" - }, - "docs/articles/images/deploy_full_auto_decision_rules.png": { - "checksum": "5cf7aba7da9a0b47216f6c58d5e53aa4" - }, - "docs/articles/images/deploy_general.png": { - "checksum": "4ef52ca5290ad5bfe88fe3504e373dc1" - }, - "docs/articles/images/deploy_posit_rsconnect_logo.png": { - "checksum": "4d00cb726ec6372dfb7665a1a852788a" - }, - "docs/articles/images/deploy_rocket.png": { - "checksum": "ac6031b4073f361eef7ed2f3abe29047" - }, - "docs/articles/images/deploy_shinyproxy.png": { - "checksum": "648fe6f18f418bd49393b2191f014c26" - }, - "docs/articles/images/download_db_btn.png": { - "checksum": "8462bd8cbf98a4f910dcb2b95ce77351" - }, - "docs/articles/images/edit_remove_select_users.png": { - "checksum": "0a19c0e3ef97f36548d33875f44fa93b" - }, - "docs/articles/images/edit_select_users.png": { - "checksum": "6031321e6315844994d6092623488483" - }, - "docs/articles/images/edit_user_popup.png": { - "checksum": "013bab4a8e411e48de72ed03b1ba0da1" - }, - "docs/articles/images/edit_user_popup_V0.1.1.png": { - "checksum": "ad801eeb97d461a8d505f22c5208fc46" - }, - "docs/articles/images/final_decision_privilege.png": { - "checksum": "bdf53bb75811a9055ab2e93fe97f59ad" - }, - "docs/articles/images/force_change_password.png": { - "checksum": "28029d9bbcbd071af36c2cadb8eb0994" - }, - "docs/articles/images/general_comment_privilege.png": { - "checksum": "7a1aeee02f1778d1c410f4ffdd1b79c6" - }, - "docs/articles/images/help_button.png": { - "checksum": "a5421e930e875a8d542ad46c26e6fdd7" - }, - "docs/articles/images/initial_login.png": { - "checksum": "32dffef61d14f38b1d55cb496b0301eb" - }, - "docs/articles/images/maint_metric1.png": { - "checksum": "6390b6e1fedec5b6f031a439d377d222" - }, - "docs/articles/images/maint_metric2.png": { - "checksum": "dea9d616ea744eb1db2f402b442f6b0a" - }, - "docs/articles/images/maint_metrics_v2.0.0.png": { - "checksum": "deabb1c8e1f1ce10b2f968e14441256a" - }, - "docs/articles/images/metrics_dropdown_v2.0.0.png": { - "checksum": "686fc3152c3fc349edefb69ba65e288c" - }, - "docs/articles/images/new_user_modal.png": { - "checksum": "11bfab343cff4801c71711d8f8be80ae" - }, - "docs/articles/images/overall_comment.png": { - "checksum": "1d8394b228bd76abeef83b3ddbed9a40" - }, - "docs/articles/images/overall_comment_privilege.png": { - "checksum": "3624fa8ff9271e0c25d12c66795204dd" - }, - "docs/articles/images/password_reset.png": { - "checksum": "8868091144da39c21c2d3367fb2f7107" - }, - "docs/articles/images/password_table.png": { - "checksum": "6a78c6f997dfe80fa55442dd9f3e01ab" - }, - "docs/articles/images/progress_modal.png": { - "checksum": "cf7f616e1ff9296788b312612ebdd84e" - }, - "docs/articles/images/renv-install-none.png": { - "checksum": "de4aada40ab9058f74758f124df44cfa" - }, - "docs/articles/images/report_preview.png": { - "checksum": "188338bb4b31b90bcf65d595a12504cf" - }, - "docs/articles/images/report_preview_v2.0.0.png": { - "checksum": "d3ceb8a50e37dffb8cb0644d0d2cbece" - }, - "docs/articles/images/report_preview1.png": { - "checksum": "84ee9f31b09d15a770c5d57d36e1476f" - }, - "docs/articles/images/report_preview2.png": { - "checksum": "d731f8cc54a9d856c2bf26772c2a9f83" - }, - "docs/articles/images/reset_decision.png": { - "checksum": "7d7f0683b078f6a54cfaf8e38e082af8" - }, - "docs/articles/images/revert_decision_privilege.png": { - "checksum": "aa1d3de593b55d99601963e422ca345b" - }, - "docs/articles/images/reweighting_modal.png": { - "checksum": "8bdf3e57207c6c28f0f27aa86d93279b" - }, - "docs/articles/images/sel_package.png": { - "checksum": "9cfa93028f06a4414feeebc8f914e552" - }, - "docs/articles/images/sel_package_v2.0.0.png": { - "checksum": "19675553b78b4341b236ff2a2a82c7f6" - }, - "docs/articles/images/set_update_weights.png": { - "checksum": "47dd2f66aedcab9de3006692f6a34e5c" - }, - "docs/articles/images/set_update_weights_V0.1.1.png": { - "checksum": "9f02e25b848088545a89eea6058ec97b" - }, - "docs/articles/images/sidebar.png": { - "checksum": "5ce4c8db837969174ba32e68b0675939" - }, - "docs/articles/images/sidebar_v2.0.0.png": { - "checksum": "a6cf4833755529f4ed8c42fabb82fc86" - }, - "docs/articles/images/source_explorer_v2.0.0.png": { - "checksum": "3d7f7f60ad48fb2e38fb1d3e3a0ebc4c" - }, - "docs/articles/images/SQLite.png": { - "checksum": "be403e36c76a55ed2695ccefe050d9f4" - }, - "docs/articles/images/start_decision_automation.png": { - "checksum": "adac04fb037bc69d4a183277a1e2278e" - }, - "docs/articles/images/start_decision_automation_v2.0.0.png": { - "checksum": "d29f8241458dbb3771107d03895e6693" - }, - "docs/articles/images/submit_decision.png": { - "checksum": "6dd3540ea73d485ff4405d70ebd1857b" - }, - "docs/articles/images/top_left_tabs.png": { - "checksum": "55ee5f03a47becd845a83063707895a9" - }, - "docs/articles/images/uploaded_pkgs.png": { - "checksum": "a264f98f3239e2ba32b765a8972af8de" - }, - "docs/articles/images/user_succ_updated_modal.png": { - "checksum": "37a090cbf4818d50e33f418cae665615" - }, - "docs/articles/images/users_table.png": { - "checksum": "095ae6e039ea9523c91e8e136a06e57f" - }, - "docs/articles/images/users_table_V0.1.1.png": { - "checksum": "65dc88fee2397acd03c8a0143d5ab780" - }, - "docs/articles/images/users_table2.png": { - "checksum": "cb7ec374ae84dd1e12313cdead756b21" - }, - "docs/articles/images/weight_updated.png": { - "checksum": "a6c5fa2d05ae420752d0dad03d7b2ddd" - }, - "docs/articles/images/weight_updated_V0.1.1.png": { - "checksum": "fe072126e8ffaa5191e4e8641e931ee6" - }, - "docs/articles/images/welcome_landing.png": { - "checksum": "44bd2e6456342c43bb0db1e05685d637" - }, - "docs/articles/images/welcome_landing_v2.0.0.png": { - "checksum": "4cbc35b798da5ed51b726b4bfb4dcf29" - }, - "docs/articles/index.html": { - "checksum": "a1f77520a70105f59d428f10ada59a8f" - }, - "docs/articles/riskassessment.html": { - "checksum": "f63648a063942b4f95079fb1f90f0471" - }, - "docs/articles/User_Roles_and_Privileges.html": { - "checksum": "e40cff0375b387b5a2253341f1b62ea3" - }, - "docs/authors.html": { - "checksum": "669be8cdd63e85aabeda383e511b67e6" - }, - "docs/deps/bootstrap-5.1.0/bootstrap.bundle.min.js": { - "checksum": "715756e65b9ff107f4cf927e3e8bbf76" - }, - "docs/deps/bootstrap-5.1.0/bootstrap.bundle.min.js.map": { - "checksum": "891e8009af42b213eae4844bc9790c2b" - }, - "docs/deps/bootstrap-5.1.0/bootstrap.min.css": { - "checksum": "44ad4e0870f51bea392400e518fc518e" - }, - "docs/deps/bootstrap-5.2.2/bootstrap.bundle.min.js": { - "checksum": "d2b0d31f74e62440ea1a557f126d0c64" - }, - "docs/deps/bootstrap-5.2.2/bootstrap.bundle.min.js.map": { - "checksum": "458916405b5ef70e2e5ee10e85b09acb" - }, - "docs/deps/bootstrap-5.2.2/bootstrap.min.css": { - "checksum": "0a648a0927419734100c21daf0ae3423" - }, - "docs/deps/data-deps.txt": { - "checksum": "be1e8f6884e833c9b4dfa05681edbcc4" - }, - "docs/deps/jquery-3.6.0/jquery-3.6.0.js": { - "checksum": "2849239b95f5a9a2aea3f6ed9420bb88" - }, - "docs/deps/jquery-3.6.0/jquery-3.6.0.min.js": { - "checksum": "8fb8fee4fcc3cc86ff6c724154c49c42" - }, - "docs/deps/jquery-3.6.0/jquery-3.6.0.min.map": { - "checksum": "6efc5d663aaacac2024153fa0d4bafcd" - }, - "docs/index.html": { - "checksum": "5ea81af7c2dea98a16533797bc581deb" - }, - "docs/LICENSE-text.html": { - "checksum": "298cfb764a30f1af81a2316bc2b79b2a" - }, - "docs/LICENSE.html": { - "checksum": "97f5873bd6509be30328fdfadfd70616" - }, - "docs/link.svg": { - "checksum": "4759f31f8a585e9af173fc579d730265" - }, - "docs/news/index.html": { - "checksum": "f1e6aad7c0c64b08299b0205b6811f75" - }, - "docs/pkgdown.js": { - "checksum": "9c627b6b2c41322b8f362fac07a2ae5a" - }, - "docs/pkgdown.yml": { - "checksum": "91eac78f8010bdff839ad83208f4f1c4" - }, - "docs/reference/add_shinymanager_auth.html": { - "checksum": "0f90e7a447ce89ecf8fa0fcfea2881e7" - }, - "docs/reference/add_tags.html": { - "checksum": "ac47d0542780267ff3b37345f1e72489" - }, - "docs/reference/addCommentServer.html": { - "checksum": "dcb1015fe87c33f4e996e9a8a059b2f7" - }, - "docs/reference/addCommentUI.html": { - "checksum": "60da07e54e3b909505d643c4be41499e" - }, - "docs/reference/app_theme.html": { - "checksum": "56b2ac68d26e06816b3f8f444fc1111d" - }, - "docs/reference/assessmentInfoServer.html": { - "checksum": "00851b1572f5c6fe7545792e939d7f21" - }, - "docs/reference/assessmentInfoUI.html": { - "checksum": "d41a24be7495f03e5e5c0ea7b90a0dd6" - }, - "docs/reference/auto_font.html": { - "checksum": "6af79c0180673f84fad251d63f2ed550" - }, - "docs/reference/build_comm_cards.html": { - "checksum": "40b5637b180927961038562a732d94c6" - }, - "docs/reference/build_comm_plotly.html": { - "checksum": "a63420c9b6fce64ac283b6f4b9d20751" - }, - "docs/reference/build_db_cards.html": { - "checksum": "eec7bde6ee61a00d44a758d3c2724492" - }, - "docs/reference/communityMetricsServer.html": { - "checksum": "b6f861f603c6ea27a271d5ee21d046fc" - }, - "docs/reference/communityMetricsUI.html": { - "checksum": "16738c6b0d599a7b6476e3938a332334" - }, - "docs/reference/create_credentials_db.html": { - "checksum": "2052e955b0037cf2d1a7527ea93ed442" - }, - "docs/reference/create_credentials_dev_db.html": { - "checksum": "0ef90fd9ceea55c83605df10ef103cf0" - }, - "docs/reference/create_db.html": { - "checksum": "c57368f7879ee6740e0ba12ce7abec84" - }, - "docs/reference/databaseViewServer.html": { - "checksum": "b758b11a1ee0526f68cf63170e491185" - }, - "docs/reference/databaseViewUI.html": { - "checksum": "fff9edf37286fca8b8ba0401782043b3" - }, - "docs/reference/figures/best_app_banner.png": { - "checksum": "2aac528f3ae2c961d0773a22eb51ee51" - }, - "docs/reference/figures/build_comm_plotly_ex2.png": { - "checksum": "29b243f3558ae91b7232343b0d8f3038" - }, - "docs/reference/figures/demo_riskassessment.png": { - "checksum": "164d7fa4f8432e26c4311a88a5872df2" - }, - "docs/reference/figures/google_forms_logo.png": { - "checksum": "6fcc6dc16337a432d8dd1c9ceb086ca0" - }, - "docs/reference/figures/hex-riskassessment-aspconfig.png": { - "checksum": "10aa90cc8585b47eb0b6c101df4604d3" - }, - "docs/reference/figures/hex-riskmetric-aspconfig.png": { - "checksum": "fc90e730a530319b4f6444ceb1c66274" - }, - "docs/reference/figures/r_con_update.png": { - "checksum": "be064c7ccb0f86fd952d349a5f9d82b0" - }, - "docs/reference/figures/raa-alt-image.png": { - "checksum": "67cf7b41d7962259b16f205b1c78e478" - }, - "docs/reference/figures/raa-image-ug.png": { - "checksum": "7f3066a2042a334ea7db9d1f96057a4f" - }, - "docs/reference/figures/raa-image.png": { - "checksum": "73a5de66a3f30df8a156aa22ad0ee73c" - }, - "docs/reference/figures/raa_shinyConf23.png": { - "checksum": "fe0ee8d91b34f5ec5c21798b099b89e0" - }, - "docs/reference/figures/youtube-play-button.png": { - "checksum": "c7a39135eb786fb9de963899159c3f15" - }, - "docs/reference/generate_comm_data.html": { - "checksum": "dc7ea9ac245c013294d0f69ed2b6ba0f" - }, - "docs/reference/get_date_span.html": { - "checksum": "186a4837405113e14000e25610129ce8" - }, - "docs/reference/get_latest_pkg_info.html": { - "checksum": "5ed06869bf167f3a2f68b54ce6f61749" - }, - "docs/reference/getTimeStamp.html": { - "checksum": "ec39ff6c327fb23c623cf5983e2e4503" - }, - "docs/reference/index.html": { - "checksum": "426d666fd8d7fa6793c691c569612aa3" - }, - "docs/reference/initialize_raa.html": { - "checksum": "d87c0b2d71f9a86ea5a32259827be320" - }, - "docs/reference/introJSServer.html": { - "checksum": "72b830e8e5b74a7c793c1b88d66c3ccc" - }, - "docs/reference/introJSUI.html": { - "checksum": "c2060c3a36f17434447e849577a3f18b" - }, - "docs/reference/maintenanceMetricsServer.html": { - "checksum": "7fe561945c447d3e01017c5ee6e4c55e" - }, - "docs/reference/maintenanceMetricsUI.html": { - "checksum": "be71aaa1a58e70248fdaa4380de54b2f" - }, - "docs/reference/metricBoxServer.html": { - "checksum": "f5a8f179934840f3e357ac3312a4cce4" - }, - "docs/reference/metricBoxUI.html": { - "checksum": "f816200d2d30b1c7ee9f4242e21aad38" - }, - "docs/reference/metricGridServer.html": { - "checksum": "0ef86758edbc14f8310beee72384f622" - }, - "docs/reference/metricGridUI.html": { - "checksum": "e6715ecf7cc064ac429d264fd4f4abf8" - }, - "docs/reference/packageDependenciesServer.html": { - "checksum": "94f14991bdab4d76d3e232e08e7a353e" - }, - "docs/reference/packageDependenciesUI.html": { - "checksum": "06391eee97f981d05d3db388d1d33f22" - }, - "docs/reference/reportPreviewServer.html": { - "checksum": "2e2f3b693aa47d1c8c48fa63aa2fdb11" - }, - "docs/reference/reportPreviewUI.html": { - "checksum": "d739559eb5542b51437866763d2e84ec" - }, - "docs/reference/reweightViewServer.html": { - "checksum": "101f12a2873e42285c62250b3d093317" - }, - "docs/reference/reweightViewUI.html": { - "checksum": "ee269a4a893111bb13d98fdf6fb6e52c" - }, - "docs/reference/riskassessment-package.html": { - "checksum": "2b2b305ecf86f7c8d1685a3ca4c7bb0a" - }, - "docs/reference/Rplot001.png": { - "checksum": "9b7a75eb2a0170ac2c15ab46a66f862b" - }, - "docs/reference/run_app.html": { - "checksum": "bfb8c59f632160b6dc56269ea96ed565" - }, - "docs/reference/showComments.html": { - "checksum": "a7f724d23ba89ad8c635143b61da37f8" - }, - "docs/reference/showHelperMessage.html": { - "checksum": "0d11ba38cb3caf19aa22c949df9d4741" - }, - "docs/reference/sidebarServer.html": { - "checksum": "07b9bdba4b74f11cdec5f09885f05da5" - }, - "docs/reference/sidebarUI.html": { - "checksum": "1a31daa88fec561d073593e3d85065f0" - }, - "docs/reference/uploadPackageServer.html": { - "checksum": "76e042980c5af2aec8b70a2d1a7a816e" - }, - "docs/reference/uploadPackageUI.html": { - "checksum": "5a232adec2cb4456b93674892064872d" - }, - "docs/reference/viewCommentsServer.html": { - "checksum": "116df3711b9c90d467d659060822ed7f" - }, - "docs/reference/viewCommentsUI.html": { - "checksum": "7a708a8fbf5facf5dc54282c98feb36e" - }, - "docs/search.json": { - "checksum": "b0c4089d8a3c4da38b5b984de0fef7c4" - }, - "docs/sitemap.xml": { - "checksum": "9debdf7b434ebeef10459f03dc93c293" - }, - "inst/app/www/css/community_metrics.css": { - "checksum": "1961b3f85311f077befd15e45b032b7b" - }, - "inst/app/www/css/download_handler.css": { - "checksum": "b8cc86fe0e37782293da1aa94b56d620" - }, - "inst/app/www/css/hljs-styles.css": { - "checksum": "25180da1dbe4a97f7cdc98421a74e775" - }, - "inst/app/www/css/login_screen.css": { - "checksum": "5092def469fbaa2997964b1c3b8c5b26" - }, - "inst/app/www/css/main.css": { - "checksum": "3c19fe00752e407cc00bcedf98457403" - }, - "inst/app/www/css/metric_select.css": { - "checksum": "8765a786b6a068f38bf112185b0ab136" - }, - "inst/app/www/css/modal_elements.css": { - "checksum": "c7095f22290227a6588bbab9eb8da419" - }, - "inst/app/www/favicon.ico": { - "checksum": "cb6c05eadc2b19ec417dae94e3adbcd3" - }, - "inst/app/www/js/highlight.min.js": { - "checksum": "613f40aaddaa3ffeea28ef28cd9fa6bf" - }, - "inst/app/www/js/role.js": { - "checksum": "b1a1715df2872a8f01e68e719de0e3f0" - }, - "inst/app/www/raa-alt-image-lt-ug.png": { - "checksum": "9ea191489dfd5dc8b21c920918dd7f3e" - }, - "inst/app/www/raa-alt-image-lt-ug2.png": { - "checksum": "cfcc4e2aba88439281667083a0f94281" - }, - "inst/app/www/raa-alt-image-lt.png": { - "checksum": "8062579150b806ba5bb30ac3fff60d75" - }, - "inst/app/www/raa-alt-image.png": { - "checksum": "67cf7b41d7962259b16f205b1c78e478" - }, - "inst/app/www/raa-image-ug.png": { - "checksum": "7f3066a2042a334ea7db9d1f96057a4f" - }, - "inst/app/www/raa_alt_favicon.ico": { - "checksum": "464ae1348030dd37080c9b8785706e59" - }, - "inst/app/www/raa_hex_favicon.ico": { - "checksum": "cb6c05eadc2b19ec417dae94e3adbcd3" - }, - "inst/db-config.yml": { - "checksum": "d9e37b3beac46756f396d3829694be54" - }, - "inst/golem-config.yml": { - "checksum": "0d04d05034dfe6f958f2633127d2ef6f" - }, - "inst/report_downloads/fancyhdr.sty": { - "checksum": "c546bedf2ad89fd1d59464025f90f079" + "inst/report_downloads/fancyhdr.sty": { + "checksum": "c546bedf2ad89fd1d59464025f90f079" }, "inst/report_downloads/header.docx": { "checksum": "313ce56e1d2e4a8ad7a4312824417be8" @@ -6613,224 +6201,32 @@ "inst/testdata/magrittr_2.0.3.tar.gz": { "checksum": "86a110ed23536ebe26c51ff90f2a1435" }, - "inst/testdata/skeleton.sqlite": { - "checksum": "6fdb01b3e141d34b8e057b3debafba49" - }, - "inst/testdata/upload_format.csv": { - "checksum": "0aea6fe47eaf18a4cabbae25f8badab7" - }, - "inst/testdata/upload_format.database": { - "checksum": "5fc0bfdb844b4ce7df8a183e2a4a2f96" - }, - "inst/WORDLIST": { - "checksum": "6422f4cf97de42478dfb5271ba18133f" - }, - "LICENSE": { - "checksum": "d3ffdaec5c788a5ccca5a67ff73e0c5b" - }, - "LICENSE.md": { - "checksum": "a935dd2840ae8d4dab5b90bfdc795609" - }, - "loggit.json": { - "checksum": "d41d8cd98f00b204e9800998ecf8427e" - }, - "man/add_shinymanager_auth.Rd": { - "checksum": "3db0b47c4190ff9c611e81f22058f0b6" - }, - "man/add_tags.Rd": { - "checksum": "5cde34d7906a311f9b4345f88bb29839" - }, - "man/addCommentServer.Rd": { - "checksum": "fefcae9f0f6369cbf0cd06d9c11ddc37" - }, - "man/addCommentUI.Rd": { - "checksum": "5c0f655cbfbbc0067b59740889d81127" - }, - "man/app_theme.Rd": { - "checksum": "c2d5b701411eab1d61113267cace1b89" - }, - "man/assessmentInfoServer.Rd": { - "checksum": "5fba0e3cf2c8730df26d37a393d05ecf" - }, - "man/assessmentInfoUI.Rd": { - "checksum": "c29cb8223aa89868e5fe6adde26f9755" - }, - "man/auto_font.Rd": { - "checksum": "f0c0e92b456ff235f2b26b1850ba7459" - }, - "man/build_comm_cards.Rd": { - "checksum": "8ada5fc367f0756da07bddc73de4f8cb" - }, - "man/build_comm_plotly.Rd": { - "checksum": "7635fb47b93876de3b7dc9a07ed5509e" - }, - "man/build_db_cards.Rd": { - "checksum": "08bfe932343020594f0eded199dd6bca" - }, - "man/build_dep_cards.Rd": { - "checksum": "f729d0afe6714a4b672dcaae7ebb9d15" - }, - "man/communityMetricsServer.Rd": { - "checksum": "21a5f97f428d0da02a03215bb1196041" - }, - "man/communityMetricsUI.Rd": { - "checksum": "1303f7168abd794b8609648dac4ca147" - }, - "man/create_credentials_db.Rd": { - "checksum": "df0c74249ccf8c82b2570ec806653f8b" - }, - "man/create_credentials_dev_db.Rd": { - "checksum": "7269e2d501354cf67c521300f48f6396" - }, - "man/create_db.Rd": { - "checksum": "fddf798f33b6cdb866a73646793fae8e" - }, - "man/databaseViewServer.Rd": { - "checksum": "8dfdc1a33ea977bba8ef5caad1bbd7a7" - }, - "man/databaseViewUI.Rd": { - "checksum": "4ff326ad31eda198e711e2e7ba75b496" - }, - "man/figures/best_app_banner.png": { - "checksum": "2aac528f3ae2c961d0773a22eb51ee51" - }, - "man/figures/build_comm_plotly_ex2.png": { - "checksum": "29b243f3558ae91b7232343b0d8f3038" - }, - "man/figures/demo_riskassessment.png": { - "checksum": "164d7fa4f8432e26c4311a88a5872df2" - }, - "man/figures/google_forms_logo.png": { - "checksum": "6fcc6dc16337a432d8dd1c9ceb086ca0" - }, - "man/figures/hex-riskassessment-aspconfig.png": { - "checksum": "10aa90cc8585b47eb0b6c101df4604d3" - }, - "man/figures/hex-riskmetric-aspconfig.png": { - "checksum": "fc90e730a530319b4f6444ceb1c66274" - }, - "man/figures/r_con_update.png": { - "checksum": "be064c7ccb0f86fd952d349a5f9d82b0" - }, - "man/figures/raa-alt-image-lt.png": { - "checksum": "8062579150b806ba5bb30ac3fff60d75" - }, - "man/figures/raa-alt-image.png": { - "checksum": "67cf7b41d7962259b16f205b1c78e478" - }, - "man/figures/raa-image-ug.png": { - "checksum": "7f3066a2042a334ea7db9d1f96057a4f" - }, - "man/figures/raa-image.png": { - "checksum": "73a5de66a3f30df8a156aa22ad0ee73c" - }, - "man/figures/raa_shinyConf23.png": { - "checksum": "fe0ee8d91b34f5ec5c21798b099b89e0" - }, - "man/figures/youtube-play-button.png": { - "checksum": "c7a39135eb786fb9de963899159c3f15" - }, - "man/generate_comm_data.Rd": { - "checksum": "ca75ce731f816124fb185d674c37651f" - }, - "man/get_date_span.Rd": { - "checksum": "00f2691524aa7fe056f2ce61d8a89bcf" - }, - "man/get_latest_pkg_info.Rd": { - "checksum": "4ae8aa63d5ddb0b2504da9db13373a53" - }, - "man/getTimeStamp.Rd": { - "checksum": "77e3988c8b1579a8a84839b17946dd43" - }, - "man/initialize_raa.Rd": { - "checksum": "d9df27ee61b31f42980f5cbb5982b396" - }, - "man/introJSServer.Rd": { - "checksum": "db65f2f3c6452da973bd55f693632dd2" - }, - "man/introJSUI.Rd": { - "checksum": "9a51e2c968fef5d5227177fb349aa58e" - }, - "man/maintenanceMetricsServer.Rd": { - "checksum": "c689ee25afed19421c1adbd555375973" - }, - "man/maintenanceMetricsUI.Rd": { - "checksum": "dadb6bacde299a660998be857bed98ba" - }, - "man/metric_gauge.Rd": { - "checksum": "fd6ff739a128821d72d47a20f6a4579a" - }, - "man/metricBoxServer.Rd": { - "checksum": "0b57871f49533fd4566c0bc8293db2ad" - }, - "man/metricBoxUI.Rd": { - "checksum": "0c64f831e2245ccd1abaaea45f01d99f" - }, - "man/metricGridServer.Rd": { - "checksum": "ec1e5ac2f701eac46295846730ceebd8" - }, - "man/metricGridUI.Rd": { - "checksum": "d4cad58aff5b89b0bf14f2aa71116138" - }, - "man/packageDependenciesServer.Rd": { - "checksum": "cadb6ad3d87cfc4109c9c0252e5c2de2" - }, - "man/packageDependenciesUI.Rd": { - "checksum": "7f2d4e2f22ef0eb7d28e0bccc63ca870" - }, - "man/reportPreviewServer.Rd": { - "checksum": "58d66b644a3ef34735af585c2146c3a7" - }, - "man/reportPreviewUI.Rd": { - "checksum": "04b74993f19da1d135c019cdf7cd1a78" - }, - "man/reweightViewServer.Rd": { - "checksum": "6738f1b149fd4e0b4fd8586e42f3d38e" - }, - "man/reweightViewUI.Rd": { - "checksum": "ede9cd87c429a5839a9d8804688c6375" - }, - "man/riskassessment-package.Rd": { - "checksum": "706a2b54a4c1de630088438685b242f2" - }, - "man/run_app.Rd": { - "checksum": "6454bd34380a2c342114a86ccf6730b0" - }, - "man/showComments.Rd": { - "checksum": "82bf248bdf28b29b2f7190ff7c49a949" - }, - "man/showHelperMessage.Rd": { - "checksum": "5ec399db059553150099eed0bf1afab1" + "inst/testdata/skeleton.sqlite": { + "checksum": "6fdb01b3e141d34b8e057b3debafba49" }, - "man/sidebarServer.Rd": { - "checksum": "41b32269dfec4d69489961ff261bdce1" + "inst/testdata/upload_format.csv": { + "checksum": "0aea6fe47eaf18a4cabbae25f8badab7" }, - "man/sidebarUI.Rd": { - "checksum": "cc1b4812f480bf63568d22f2eab6ed7f" + "inst/testdata/upload_format.database": { + "checksum": "5fc0bfdb844b4ce7df8a183e2a4a2f96" }, - "man/uploadPackageServer.Rd": { - "checksum": "2e84f99754abe60712bff3e6aec87cba" + "inst/WORDLIST": { + "checksum": "6422f4cf97de42478dfb5271ba18133f" }, - "man/uploadPackageUI.Rd": { - "checksum": "38746a55256cfa1fe9e428861f408ec4" + "LICENSE": { + "checksum": "d3ffdaec5c788a5ccca5a67ff73e0c5b" }, - "man/viewCommentsServer.Rd": { - "checksum": "ba09fc9bb090b54324c89f9c2be66ba6" + "LICENSE.md": { + "checksum": "a935dd2840ae8d4dab5b90bfdc795609" }, - "man/viewCommentsUI.Rd": { - "checksum": "92b7aa565dfc8c0316ee67803b814538" + "loggit.json": { + "checksum": "b9fd14f2cd7f11f431b8a2f6fa84b5a9" }, "NAMESPACE": { "checksum": "67b7a9d9f5f94c74c6357bf0e2526e13" }, "NEWS.md": { - "checksum": "7bcb471790e4c00b34ea3d4547963e29" - }, - "patch.patch": { - "checksum": "61147f825404d09a5e7c157c32e3d528" - }, - "patch.txt": { - "checksum": "50f168a95a55646a3f172865b7099ef7" + "checksum": "ef21b08447563c0e555da3cbe6bc0fb4" }, "R/app_config.R": { "checksum": "44ca4933ad03b2b7d113900fe8d141bc" @@ -6851,10 +6247,10 @@ "checksum": "f8e2b9256371b7dc4040ed73f534b755" }, "R/mod_code_explorer.R": { - "checksum": "75b0e401c476aa85fad5168aca9a5de9" + "checksum": "2d865bdc37b3854f0ab02b3eb28d4c4c" }, "R/mod_code_explorer_utils.R": { - "checksum": "860243730c75af7529319bc9e52e7a93" + "checksum": "c46871417c6f6cea75ecd4b3a2eb6792" }, "R/mod_communityMetrics.R": { "checksum": "bf874b0d12f91dad366bd08ba429284e" @@ -6875,7 +6271,7 @@ "checksum": "2aa4997c93af73a55c40d214c848029e" }, "R/mod_introJS_utils_text.R": { - "checksum": "a73da827c24bf6b11b39bab97cb5ae06" + "checksum": "1acbb331079b099b19b65fec64308af3" }, "R/mod_maintenanceMetrics.R": { "checksum": "d9ae95142d214e81065b6669dd02c0f0" @@ -6893,7 +6289,7 @@ "checksum": "87b8a819f31b5f0b61c477ac6e4e31eb" }, "R/mod_pkg_explorer.R": { - "checksum": "8f51b32b7d5aeb829b1462c9624cc1c2" + "checksum": "9dc613097e7fc77a510f9cac6e3c3d10" }, "R/mod_pkg_explorer_utils.R": { "checksum": "97305d75aa5946b93536724d24388459" @@ -6902,13 +6298,13 @@ "checksum": "8c43115693bd9e5ea2d952c06c6b0ead" }, "R/mod_reweightView.R": { - "checksum": "bb5ae5aaa7afdcc47a0e310013793a81" + "checksum": "ee36b9ec3e5ebc5bb0b6d90ec1708b88" }, "R/mod_sidebar.R": { "checksum": "10a568692af7e28f0ea6c608ba0c8d6f" }, "R/mod_uploadPackage.R": { - "checksum": "3299203c30ef469d4e73b8c967ce9c97" + "checksum": "cd37cbe0799d3914794246bf12dcb32e" }, "R/mod_user_roles.R": { "checksum": "e58d10e390779d9bcf51dad23eaf98c4" @@ -6920,7 +6316,7 @@ "checksum": "b92560482bf1cfe81c22bf15df351cff" }, "R/sysdata.rda": { - "checksum": "cf2071cce4c1040a43d10758dae2c68e" + "checksum": "6e779a6b45ff6a2687f41f89d84e8c72" }, "R/utils.R": { "checksum": "9a62837f3e86e11116d85b1fdc9af40c" @@ -6929,7 +6325,7 @@ "checksum": "8eb0aee3e9ff7fbb4ff21f2ce20a0082" }, "R/utils_config_db.R": { - "checksum": "a1e93127b0284e937f3d370e29308a48" + "checksum": "aeb4fce8b45e4f08be70465129d32328" }, "R/utils_get_db.R": { "checksum": "25c11e2eb6d51dafcc260776aa019a31" @@ -6945,723 +6341,6 @@ }, "README.Rmd": { "checksum": "2943c49784b7c39fd290510770ff8ff3" - }, - "remove-dev-credentials.patch": { - "checksum": "011ead2e715f6c32b6519882da6db2f1" - }, - "report_preferences/report_prefs_admin.txt": { - "checksum": "03a5f001dc3ab607b5d808d2e77252be" - }, - "revdep/email.yml": { - "checksum": "58844c60a771502db332bdab733c4f54" - }, - "tarballs/IDEAFilter_0.1.2.tar.gz": { - "checksum": "d754ddf2550cb96099f5624e1db7e75f" - }, - "tarballs/vcd_1.4-11.tar.gz": { - "checksum": "ee401392a5e3fcedca5c0fa1ce6d853c" - }, - "tarballs/xts_0.13.1.tar.gz": { - "checksum": "e4ccde2aa6cc7ac68a0cfcd08a5882da" - }, - "tarballs/zoo_1.8-12.tar.gz": { - "checksum": "9bf826a22610f5a3f8ebd063404e7183" - }, - "tests/spelling.R": { - "checksum": "fcfd6e93a03f1bd1d0dda1112015384a" - }, - "tests/testthat.R": { - "checksum": "9158d1de91edb382cb4531aa1d7a7191" - }, - "tests/testthat/_snaps/databaseView/001.json": { - "checksum": "5d71b2f3f09adc7fc5d6dfd7cfd9115b" - }, - "tests/testthat/_snaps/databaseView/002.json": { - "checksum": "f462783dae1d4fbfacf3e6e6a6eb3eb5" - }, - "tests/testthat/_snaps/databaseView/003.json": { - "checksum": "0c2aecf535e4d2a114409aec74659bc1" - }, - "tests/testthat/credentials.sqlite": { - "checksum": "25a648615414e15bfd291b9df19990c8" - }, - "tests/testthat/database.sqlite": { - "checksum": "00346cd7a5a9edc410f0950180faa6dd" - }, - "tests/testthat/source/magrittr/build/vignette.rds": { - "checksum": "084078aa68b48964d1edd278e8860b0b" - }, - "tests/testthat/source/magrittr/DESCRIPTION": { - "checksum": "b916d6c485b3a0d2c034c50bda957582" - }, - "tests/testthat/source/magrittr/inst/doc/magrittr.html": { - "checksum": "a54471576785915e722e83cc96735845" - }, - "tests/testthat/source/magrittr/inst/doc/magrittr.R": { - "checksum": "786d5e98d2db43ca57b1b05b6c98e262" - }, - "tests/testthat/source/magrittr/inst/doc/magrittr.Rmd": { - "checksum": "ae2a5f945966923225eb4b7fd50e7834" - }, - "tests/testthat/source/magrittr/inst/doc/tradeoffs.html": { - "checksum": "d842f8208444adc942eca16846ccfa88" - }, - "tests/testthat/source/magrittr/inst/doc/tradeoffs.R": { - "checksum": "e6000bf0b0354a95dd0de7a3768c0ad0" - }, - "tests/testthat/source/magrittr/inst/doc/tradeoffs.Rmd": { - "checksum": "ade5c863f8b1f237fcf3642076c00d3e" - }, - "tests/testthat/source/magrittr/inst/logo-hex.png": { - "checksum": "320671fcbeb26a1ad31a8be1b8259db1" - }, - "tests/testthat/source/magrittr/inst/logo-hex.svg": { - "checksum": "49d0817fc5a43e2c1593194ab84fc1d1" - }, - "tests/testthat/source/magrittr/inst/logo.png": { - "checksum": "d874c14ccdcddaeae92f28cd7c8097ca" - }, - "tests/testthat/source/magrittr/inst/logo.svg": { - "checksum": "9c8e1ed8c5dad58b4f422ed25cb4bf6c" - }, - "tests/testthat/source/magrittr/LICENSE": { - "checksum": "b1e40687f249a5e3b384b410b621f40a" - }, - "tests/testthat/source/magrittr/man/aliases.Rd": { - "checksum": "d6201baf5e138c57361b9b1967215845" - }, - "tests/testthat/source/magrittr/man/compound.Rd": { - "checksum": "4fa184155b60d0b52276216ae391479e" - }, - "tests/testthat/source/magrittr/man/debug_fseq.Rd": { - "checksum": "b54749212b910263c3c801a002ae9406" - }, - "tests/testthat/source/magrittr/man/debug_pipe.Rd": { - "checksum": "f167a1631d3dffb9205ec94886301b29" - }, - "tests/testthat/source/magrittr/man/exposition.Rd": { - "checksum": "b5d5f05a8e8832bdf970bcff87fb738d" - }, - "tests/testthat/source/magrittr/man/faq-pipe-gender.Rd": { - "checksum": "832875909ce77c2efda116437eac8129" - }, - "tests/testthat/source/magrittr/man/figures/exposition-1.png": { - "checksum": "fd4ab3e55d76f18a21681c9d90e0a8de" - }, - "tests/testthat/source/magrittr/man/figures/logo.png": { - "checksum": "2a60de702f54976c2e9de39fa44a72f4" - }, - "tests/testthat/source/magrittr/man/freduce.Rd": { - "checksum": "1b42ebf4f0f9985208454a1f9c6f800a" - }, - "tests/testthat/source/magrittr/man/fseq.Rd": { - "checksum": "2528e04ada11d08d8da41baaa3d479f7" - }, - "tests/testthat/source/magrittr/man/functions.Rd": { - "checksum": "74c85cb379ef50b8f1c7b8186efb1e81" - }, - "tests/testthat/source/magrittr/man/magrittr-package.Rd": { - "checksum": "86e5ff38030fc24d1786d61d48951988" - }, - "tests/testthat/source/magrittr/man/pipe-eager.Rd": { - "checksum": "426c1d05f7211bd8cb7adf3cc9304525" - }, - "tests/testthat/source/magrittr/man/pipe.Rd": { - "checksum": "c6cef1f6258a3061fb862eb045dcc83e" - }, - "tests/testthat/source/magrittr/man/pipe_eager_lexical.Rd": { - "checksum": "447ded028c32a4bcdd7f5334b8acc99a" - }, - "tests/testthat/source/magrittr/man/print.fseq.Rd": { - "checksum": "adc2d8bbc2bf764e31a81697036b84db" - }, - "tests/testthat/source/magrittr/man/tee.Rd": { - "checksum": "6831d192911395cd3b279c65676efea7" - }, - "tests/testthat/source/magrittr/MD5": { - "checksum": "35654173865e0a80968416df24c9bd09" - }, - "tests/testthat/source/magrittr/NAMESPACE": { - "checksum": "6947759fe41ccdda4f5fd4759f68a4a8" - }, - "tests/testthat/source/magrittr/NEWS.md": { - "checksum": "631d52ef319ccec69a02e519dfe0a17a" - }, - "tests/testthat/source/magrittr/R/aliases.R": { - "checksum": "0dd7466a6ea2104983d2230d14af6517" - }, - "tests/testthat/source/magrittr/R/debug_pipe.R": { - "checksum": "69feb260d9d9596cff7279727b7194ff" - }, - "tests/testthat/source/magrittr/R/freduce.R": { - "checksum": "316e23f4777296ee8dfe469684f244cb" - }, - "tests/testthat/source/magrittr/R/functions.R": { - "checksum": "a45c20797cf0f44b148a253a6d8a338a" - }, - "tests/testthat/source/magrittr/R/getters.R": { - "checksum": "a6e5e9ab01efeaa0e1d03a78f668d706" - }, - "tests/testthat/source/magrittr/R/magrittr.R": { - "checksum": "33c7b4d774c39ca299ebb21e684e6c92" - }, - "tests/testthat/source/magrittr/R/pipe.R": { - "checksum": "c77c8b2e5b0b76bb7501ee0439c7c26d" - }, - "tests/testthat/source/magrittr/README.md": { - "checksum": "b355c081f7dc2aced5ca65e9020a75ba" - }, - "tests/testthat/source/magrittr/src/pipe.c": { - "checksum": "72eb49eb68a7128ba3b859142f1bf9cc" - }, - "tests/testthat/source/magrittr/src/utils.c": { - "checksum": "f805d279bd107cd19da7f3fa8fb4b574" - }, - "tests/testthat/source/magrittr/src/utils.h": { - "checksum": "edbdd325f4ab34f277befd07c0f7b460" - }, - "tests/testthat/source/magrittr/tests/testthat.R": { - "checksum": "5e09eabe3f9582bc4a32ca84f35d8a9b" - }, - "tests/testthat/source/magrittr/tests/testthat/_snaps/pipe.md": { - "checksum": "30319b5105d94ffc98d12192ed8afc9d" - }, - "tests/testthat/source/magrittr/tests/testthat/test-aliases.R": { - "checksum": "7d5896a8b77e28f7e25163f1e73b3dab" - }, - "tests/testthat/source/magrittr/tests/testthat/test-anonymous-functions.r": { - "checksum": "64337bd67479693182ac3f5b08fea829" - }, - "tests/testthat/source/magrittr/tests/testthat/test-compound.R": { - "checksum": "0ea1983d5b233cb1307a327e3b6a92a0" - }, - "tests/testthat/source/magrittr/tests/testthat/test-freduce.R": { - "checksum": "f6e1913c08e715fc9e15d984f45e94b0" - }, - "tests/testthat/source/magrittr/tests/testthat/test-fseq.r": { - "checksum": "68f6eb8ce9c54a6b2e3a15846f94b4c8" - }, - "tests/testthat/source/magrittr/tests/testthat/test-multiple-arguments.r": { - "checksum": "e8780a5936700ff4965f160284c2e40b" - }, - "tests/testthat/source/magrittr/tests/testthat/test-pipe.R": { - "checksum": "b2947ccf703a58273791a50a8d248829" - }, - "tests/testthat/source/magrittr/tests/testthat/test-single-argument.r": { - "checksum": "a5f494991871eb8076d4a0dea09d5004" - }, - "tests/testthat/source/magrittr/tests/testthat/test-tee.r": { - "checksum": "0383040641b84042c281763473cda3f6" - }, - "tests/testthat/source/magrittr/vignettes/magrittr.jpg": { - "checksum": "561cc58e6362ebd922d69884e825c808" - }, - "tests/testthat/source/magrittr/vignettes/magrittr.Rmd": { - "checksum": "ae2a5f945966923225eb4b7fd50e7834" - }, - "tests/testthat/source/magrittr/vignettes/tradeoffs.Rmd": { - "checksum": "ade5c863f8b1f237fcf3642076c00d3e" - }, - "tests/testthat/test-addComment.R": { - "checksum": "12e3245ef558e7f8520bf9de06a0fec9" - }, - "tests/testthat/test-apps/app.R": { - "checksum": "58dc68a1eda4f78e0aa37b87985b1298" - }, - "tests/testthat/test-apps/credentials.sqlite": { - "checksum": "9e8eaecd7ee8652e1c65a6851c62855c" - }, - "tests/testthat/test-apps/database.sqlite": { - "checksum": "31e598228b4f133ed8fea39bef7e2477" - }, - "tests/testthat/test-apps/decision_automation-app/app.R": { - "checksum": "f0f888705348cbea8f4b8dd9f65b1735" - }, - "tests/testthat/test-apps/decision_automation-app/credentials.sqlite": { - "checksum": "851b1d7fecbaa279d1b68b0e5d1e2b74" - }, - "tests/testthat/test-apps/decision_automation-app/database.sqlite": { - "checksum": "a05d867047c1d43c0465cc9437a8c11d" - }, - "tests/testthat/test-apps/decision_automation-app/loggit.json": { - "checksum": "f65507966c869d961d2b4cae64ffc89a" - }, - "tests/testthat/test-apps/downloadHandler-app/app.R": { - "checksum": "399a243470af959410780d057d0f3ba8" - }, - "tests/testthat/test-apps/downloadHandler-app/dplyr_tidyr.sqlite": { - "checksum": "6c7eee41080b75cf69e7334a6c2cb780" - }, - "tests/testthat/test-apps/loggit.json": { - "checksum": "33eed30a5a295f105ff714a5be6f0ae0" - }, - "tests/testthat/test-apps/nonadmin-app/app.R": { - "checksum": "fb937234e39e7e6db6b4184f2ffdf6eb" - }, - "tests/testthat/test-apps/nonadmin-app/credentials.sqlite": { - "checksum": "0f11333a1b2a1d6d363ad7d2ee561af2" - }, - "tests/testthat/test-apps/nonadmin-app/database.sqlite": { - "checksum": "0f6ca34e5b34e89393eecfc06247feb0" - }, - "tests/testthat/test-apps/nonadmin-app/database_ex.sqlite": { - "checksum": "d41d8cd98f00b204e9800998ecf8427e" - }, - "tests/testthat/test-apps/reweightView-app/app.R": { - "checksum": "0014b8115888a8d0a73d8f2089515873" - }, - "tests/testthat/test-apps/reweightView-app/dplyr.sqlite": { - "checksum": "bec5394438cf92bfca3f80879827ebba" - }, - "tests/testthat/test-apps/tarballs/dplyr_1.1.3.tar.gz": { - "checksum": "4e5aacdbe9cb21fe53f39902cdf845b5" - }, - "tests/testthat/test-apps/tarballs/magrittr_2.0.3.tar.gz": { - "checksum": "86a110ed23536ebe26c51ff90f2a1435" - }, - "tests/testthat/test-auto_font.R": { - "checksum": "d3722fe3e9415974e6c38d398187aab1" - }, - "tests/testthat/test-communityMetrics.R": { - "checksum": "4c3bed82a377b0a801d376e598c47055" - }, - "tests/testthat/test-databaseView.R": { - "checksum": "8c5c1c0c7ef567ff461cbb694c33304a" - }, - "tests/testthat/test-dbSelect.R": { - "checksum": "e679069ec4e61435ff615868d4cef20e" - }, - "tests/testthat/test-dbUpdate.R": { - "checksum": "291e5928d0afd06d3c9adad0cecf5b36" - }, - "tests/testthat/test-decision_automation.R": { - "checksum": "3cc2e244a3d1cc77b328255bacc7db52" - }, - "tests/testthat/test-decision_automation_utils.R": { - "checksum": "45848d5b5b5affe3a052ba9423466dd4" - }, - "tests/testthat/test-downloadHandler.R": { - "checksum": "0554048b8af8b9814b58f26c03d7583d" - }, - "tests/testthat/test-generate_comm_data.R": { - "checksum": "9f91998f1fe43971d5045bc56ad23125" - }, - "tests/testthat/test-get_date_span.R": { - "checksum": "9decd43919cdcdb6787aa05deabb60fa" - }, - "tests/testthat/test-get_pkg_info.R": { - "checksum": "60754d074713cd04fc47cd90c65e6f9e" - }, - "tests/testthat/test-getTimeStamp.R": { - "checksum": "8e9651750298617e980a7f68eb7efff0" - }, - "tests/testthat/test-golem-recommended.R": { - "checksum": "d33fdf2172f03825e9f6569cc7c8f412" - }, - "tests/testthat/test-introJS.R": { - "checksum": "42d63ad11ad699bd1a2dca74ca4afbae" - }, - "tests/testthat/test-maintenanceMetrics.R": { - "checksum": "cc47e54683e616eff38162b227d09f71" - }, - "tests/testthat/test-metric_gauge.R": { - "checksum": "b1d0f02720bec7852c3af02c7031d7c2" - }, - "tests/testthat/test-packageDependencies.R": { - "checksum": "fd39cda01f98cbe87083c9d62eb2b469" - }, - "tests/testthat/test-reportPreview.R": { - "checksum": "d42a196c8fb753c6d04a5cf9020c258b" - }, - "tests/testthat/test-reweightView.R": { - "checksum": "2a2e7653af7b12b29baf4911a41895af" - }, - "tests/testthat/test-showHelperMessage.R": { - "checksum": "3babc6ce1b87e3290577dad62522cf23" - }, - "tests/testthat/test-sidebar.R": { - "checksum": "3a93f877cc30a10b18b908fbbbe88246" - }, - "tests/testthat/test-uploadPackage.R": { - "checksum": "e2a2f39968e13ec01eb32b0f3fce0d7b" - }, - "tests/testthat/test-utils_config_checkers.R": { - "checksum": "945e9a28b9772912c501e9e396927dda" - }, - "tests/testthat/test-utils_get_db.R": { - "checksum": "5d477607b8480b2095c76423d97ec6a8" - }, - "tests/testthat/test-utils_insert_db.R": { - "checksum": "b40ee00da290e035b1544a6b61f489de" - }, - "tests/testthat/test-utils_startup.R": { - "checksum": "745ccaf6139159faa35c5ec1cfa867ac" - }, - "vignettes/Administrative_Tools_and_Options_V0.1.1.Rmd": { - "checksum": "13230b2654c3007369cc12953c56ccb0" - }, - "vignettes/Credential_Manager.Rmd": { - "checksum": "072157a848af9d8af40ad1090a391fd1" - }, - "vignettes/Deployment.Rmd": { - "checksum": "24f4141bdd7817fee269ca3e51d0eca6" - }, - "vignettes/Deployment_V0.1.1.Rmd": { - "checksum": "ac518f46c8f264d695545ac850352894" - }, - "vignettes/dev_renv.Rmd": { - "checksum": "4bda757662c44d39f3d2318de33c1d01" - }, - "vignettes/dev_Using_SQLite_Command_Line.Rmd": { - "checksum": "5e19766787172400e43d5c6c1570833f" - }, - "vignettes/images/account_expired_msg.png": { - "checksum": "41b17899c028f84ceed13e9e582e42c8" - }, - "vignettes/images/add_a_user_btn.png": { - "checksum": "230a3c1ea233859f9c5401aab75ac47c" - }, - "vignettes/images/add_package_privilege.png": { - "checksum": "3e26db3ebe696ba90b559782e2ec02c6" - }, - "vignettes/images/add_user.png": { - "checksum": "e7273bf7d01c8bd8918b7023ef72da3e" - }, - "vignettes/images/add_user_V0.1.1.png": { - "checksum": "d9eae6ee95612967d8d4feb86174518b" - }, - "vignettes/images/admin_mode_button.png": { - "checksum": "ecb4e83408e718071ccaaa707eb04d79" - }, - "vignettes/images/admin_mode_tables.png": { - "checksum": "99e6e2181f011f40ee2c558527fb959a" - }, - "vignettes/images/admin_mode_tables1.png": { - "checksum": "2af0c6b215d3af20a5773f886c062fdc" - }, - "vignettes/images/admin_mode_tables1_V0.1.1.png": { - "checksum": "a1db20bd8fdfcee1a1b45eda334e6136" - }, - "vignettes/images/admin_mode_tables2.png": { - "checksum": "2a2d790585d5a74ed28024c03e62925d" - }, - "vignettes/images/admin_mode_tables2_V0.1.1.png": { - "checksum": "1e68d437f1a8c88fd5ec402dab5ff724" - }, - "vignettes/images/admin_tools.png": { - "checksum": "a24699b36f8c4290980f9cb6186762ed" - }, - "vignettes/images/admin_tools_creds.png": { - "checksum": "1be2844440cde139fdda7d9be2210e4b" - }, - "vignettes/images/admin_tools_tabs.png": { - "checksum": "4d2068012e7cc9f2c9f5e80ae4bd6305" - }, - "vignettes/images/admin_tools_tabs_V0.1.1.png": { - "checksum": "91cd3b3679713f2cb969e41659eedfed" - }, - "vignettes/images/admiral_dependencies_v2.0.0.png": { - "checksum": "69aaa5147b07ea78a73e764251978c72" - }, - "vignettes/images/apply_new_weights.png": { - "checksum": "fb1a0fcbc2e55ea3399f2a3c71dc2e25" - }, - "vignettes/images/apply_new_weights_V0.1.1.png": { - "checksum": "65d25252211046837781ff395b0697ca" - }, - "vignettes/images/assessment_criteria.png": { - "checksum": "fd07a1299c469da88c5518f105a53f35" - }, - "vignettes/images/assessment_reweighting_tab.png": { - "checksum": "d61a92a85cff86f99fb3a5d09e146215" - }, - "vignettes/images/assessment_reweighting_tab_V0.1.1.png": { - "checksum": "fbceac718c516f304d8e95d40a1167d5" - }, - "vignettes/images/change_password.png": { - "checksum": "5706e768c30a162850c0700411221304" - }, - "vignettes/images/change_pwd.png": { - "checksum": "766409cb77a952d27bc32ed0974e131d" - }, - "vignettes/images/change_pwd2.png": { - "checksum": "18bd4edab9bf27c77448dd18b9ae130f" - }, - "vignettes/images/click_help_v1.0.0.png": { - "checksum": "6178136bb73df78ec08f7b83088b64e9" - }, - "vignettes/images/click_help_v2.0.0.png": { - "checksum": "a18184d5ecb12169c101c731bef01bf9" - }, - "vignettes/images/comm_usage_metrics_v2.0.0.png": { - "checksum": "043fbe987388f02635e08e544a97561f" - }, - "vignettes/images/community_usage1.png": { - "checksum": "cd32a6af46636983eb4cf6a684484e74" - }, - "vignettes/images/community_usage2.png": { - "checksum": "55be2b4b4aa987ec97f02a5a281fbb3a" - }, - "vignettes/images/config_privileges.png": { - "checksum": "cba32d78b561c54a62842e3763f6606f" - }, - "vignettes/images/confirm_change_password.png": { - "checksum": "3f46b2a0dbd8392df434fe90dc089e2c" - }, - "vignettes/images/confirm_delete_users.png": { - "checksum": "9ea7e2dfb5bb4c7c7c7861dc0498e6d0" - }, - "vignettes/images/confirm_reset_password.png": { - "checksum": "452eff503c6d68b8694b09a096f835e4" - }, - "vignettes/images/confirm_update_weights.png": { - "checksum": "c74d523c682ccff975745953db5e199e" - }, - "vignettes/images/create_new_admin.png": { - "checksum": "dc250dd2cbbe3062da446567596aa5ed" - }, - "vignettes/images/create_new_admin_V0.1.1.png": { - "checksum": "dc250dd2cbbe3062da446567596aa5ed" - }, - "vignettes/images/database_updated.png": { - "checksum": "59a213e8a27a9e13e016b56a20a83bfc" - }, - "vignettes/images/database_view.png": { - "checksum": "5f7ac52a7ea1d817e25e357cfcafabb5" - }, - "vignettes/images/decision_automation_allcat.png": { - "checksum": "a169c1c2a3cb5a0309cac8e49938b15a" - }, - "vignettes/images/decision_automation_allcat_V0.1.1.png": { - "checksum": "23b1ac5168d69abd6feaf6f41613cccc" - }, - "vignettes/images/decision_automation_applied.png": { - "checksum": "582c18d06c990fceaccddb651705b7a1" - }, - "vignettes/images/decision_automation_applied_V0.1.1.png": { - "checksum": "1e745c89ab65ded1e3e806b5584956ba" - }, - "vignettes/images/decision_automation_color_input.png": { - "checksum": "3ed3643bb08f7438612ec0da67d1a86c" - }, - "vignettes/images/decision_automation_confirm.png": { - "checksum": "62772de5422a71c113cc86d7c63dca36" - }, - "vignettes/images/decision_automation_confirm_V0.1.1.png": { - "checksum": "8f9f8ed39d9d6d256829ce6d4e17f2cd" - }, - "vignettes/images/decision_automation_control_panel.png": { - "checksum": "6b35f66262edb6aab96cb2ce429118e7" - }, - "vignettes/images/decision_automation_control_panel_V0.1.1.png": { - "checksum": "cc1a0c30f3dde6c97efb57475697a081" - }, - "vignettes/images/decision_automation_gear.png": { - "checksum": "2fe9b6fc3161d14a628d58a8201dd72d" - }, - "vignettes/images/decision_automation_gear_V0.1.1.png": { - "checksum": "a2f5bcc2282432fec1aa65e09c6e2850" - }, - "vignettes/images/decision_automation_high.png": { - "checksum": "16edd91a4b2eaca4a30d966bc77ffec0" - }, - "vignettes/images/decision_automation_high_V0.1.1.png": { - "checksum": "482475b2ffc5869e1b1f665abb734727" - }, - "vignettes/images/decision_automation_modal.png": { - "checksum": "6202b42e8033e501593e6227e561d17c" - }, - "vignettes/images/decision_automation_submit_colors.png": { - "checksum": "ec4425e1b80128c8f53a2db5e49af02a" - }, - "vignettes/images/decision_slider.png": { - "checksum": "5829ec1a136113745018c5f38f18cd65" - }, - "vignettes/images/default_config.png": { - "checksum": "e61f75841bf0cc1de3ada7dc6b5da103" - }, - "vignettes/images/delete_package_privilege.png": { - "checksum": "600427c7fc3e7a1df374ac8e45b3ce03" - }, - "vignettes/images/delete_user_modal.png": { - "checksum": "067cf5bd4bc24153b6771100beca70f1" - }, - "vignettes/images/dependencies_v2.0.0.png": { - "checksum": "3696a9679c7b051b3b22275ca87ea15e" - }, - "vignettes/images/deploy_full_auto_decision_rules.png": { - "checksum": "5cf7aba7da9a0b47216f6c58d5e53aa4" - }, - "vignettes/images/deploy_general.png": { - "checksum": "4ef52ca5290ad5bfe88fe3504e373dc1" - }, - "vignettes/images/deploy_posit_rsconnect_logo.png": { - "checksum": "4d00cb726ec6372dfb7665a1a852788a" - }, - "vignettes/images/deploy_rocket.png": { - "checksum": "ac6031b4073f361eef7ed2f3abe29047" - }, - "vignettes/images/deploy_shinyproxy.png": { - "checksum": "648fe6f18f418bd49393b2191f014c26" - }, - "vignettes/images/download_db_btn.png": { - "checksum": "8462bd8cbf98a4f910dcb2b95ce77351" - }, - "vignettes/images/edit_remove_select_users.png": { - "checksum": "0a19c0e3ef97f36548d33875f44fa93b" - }, - "vignettes/images/edit_select_users.png": { - "checksum": "6031321e6315844994d6092623488483" - }, - "vignettes/images/edit_user_popup.png": { - "checksum": "013bab4a8e411e48de72ed03b1ba0da1" - }, - "vignettes/images/edit_user_popup_V0.1.1.png": { - "checksum": "ad801eeb97d461a8d505f22c5208fc46" - }, - "vignettes/images/final_decision_privilege.png": { - "checksum": "bdf53bb75811a9055ab2e93fe97f59ad" - }, - "vignettes/images/force_change_password.png": { - "checksum": "28029d9bbcbd071af36c2cadb8eb0994" - }, - "vignettes/images/general_comment_privilege.png": { - "checksum": "7a1aeee02f1778d1c410f4ffdd1b79c6" - }, - "vignettes/images/help_button.png": { - "checksum": "a5421e930e875a8d542ad46c26e6fdd7" - }, - "vignettes/images/initial_authentication_page.png": { - "checksum": "ad5656c354e0ef214b6069c3912eb4f6" - }, - "vignettes/images/initial_login.png": { - "checksum": "32dffef61d14f38b1d55cb496b0301eb" - }, - "vignettes/images/maint_metric1.png": { - "checksum": "6390b6e1fedec5b6f031a439d377d222" - }, - "vignettes/images/maint_metric2.png": { - "checksum": "dea9d616ea744eb1db2f402b442f6b0a" - }, - "vignettes/images/maint_metrics_v2.0.0.png": { - "checksum": "deabb1c8e1f1ce10b2f968e14441256a" - }, - "vignettes/images/metrics_dropdown_v2.0.0.png": { - "checksum": "686fc3152c3fc349edefb69ba65e288c" - }, - "vignettes/images/new_user_modal.png": { - "checksum": "11bfab343cff4801c71711d8f8be80ae" - }, - "vignettes/images/new_user_msg.png": { - "checksum": "dbbf9c74f0e568c61863fc1a8619905b" - }, - "vignettes/images/overall_comment.png": { - "checksum": "1d8394b228bd76abeef83b3ddbed9a40" - }, - "vignettes/images/overall_comment_privilege.png": { - "checksum": "3624fa8ff9271e0c25d12c66795204dd" - }, - "vignettes/images/password_reset.png": { - "checksum": "8868091144da39c21c2d3367fb2f7107" - }, - "vignettes/images/password_table.png": { - "checksum": "6a78c6f997dfe80fa55442dd9f3e01ab" - }, - "vignettes/images/progress_modal.png": { - "checksum": "cf7f616e1ff9296788b312612ebdd84e" - }, - "vignettes/images/renv-install-none.png": { - "checksum": "de4aada40ab9058f74758f124df44cfa" - }, - "vignettes/images/report_preview.png": { - "checksum": "188338bb4b31b90bcf65d595a12504cf" - }, - "vignettes/images/report_preview_v2.0.0.png": { - "checksum": "d3ceb8a50e37dffb8cb0644d0d2cbece" - }, - "vignettes/images/report_preview1.png": { - "checksum": "84ee9f31b09d15a770c5d57d36e1476f" - }, - "vignettes/images/report_preview2.png": { - "checksum": "d731f8cc54a9d856c2bf26772c2a9f83" - }, - "vignettes/images/reset_decision.png": { - "checksum": "7d7f0683b078f6a54cfaf8e38e082af8" - }, - "vignettes/images/revert_decision_privilege.png": { - "checksum": "aa1d3de593b55d99601963e422ca345b" - }, - "vignettes/images/reweighting_modal.png": { - "checksum": "8bdf3e57207c6c28f0f27aa86d93279b" - }, - "vignettes/images/sel_package_v1.0.0.png": { - "checksum": "9cfa93028f06a4414feeebc8f914e552" - }, - "vignettes/images/sel_package_v2.0.0.png": { - "checksum": "19675553b78b4341b236ff2a2a82c7f6" - }, - "vignettes/images/set_update_weights.png": { - "checksum": "47dd2f66aedcab9de3006692f6a34e5c" - }, - "vignettes/images/set_update_weights_V0.1.1.png": { - "checksum": "9f02e25b848088545a89eea6058ec97b" - }, - "vignettes/images/sidebar_v1.0.0.png": { - "checksum": "5ce4c8db837969174ba32e68b0675939" - }, - "vignettes/images/sidebar_v2.0.0.png": { - "checksum": "a6cf4833755529f4ed8c42fabb82fc86" - }, - "vignettes/images/source_explorer_v2.0.0.png": { - "checksum": "3d7f7f60ad48fb2e38fb1d3e3a0ebc4c" - }, - "vignettes/images/SQLite.png": { - "checksum": "be403e36c76a55ed2695ccefe050d9f4" - }, - "vignettes/images/start_decision_automation_v1.0.0.png": { - "checksum": "adac04fb037bc69d4a183277a1e2278e" - }, - "vignettes/images/start_decision_automation_v2.0.0.png": { - "checksum": "d29f8241458dbb3771107d03895e6693" - }, - "vignettes/images/submit_decision.png": { - "checksum": "6dd3540ea73d485ff4405d70ebd1857b" - }, - "vignettes/images/subsequent_login.png": { - "checksum": "9380f99db70e8230eaaef097b56e93fd" - }, - "vignettes/images/top_left_tabs.png": { - "checksum": "55ee5f03a47becd845a83063707895a9" - }, - "vignettes/images/uploaded_pkgs.png": { - "checksum": "a264f98f3239e2ba32b765a8972af8de" - }, - "vignettes/images/user_succ_updated_modal.png": { - "checksum": "37a090cbf4818d50e33f418cae665615" - }, - "vignettes/images/users_table.png": { - "checksum": "095ae6e039ea9523c91e8e136a06e57f" - }, - "vignettes/images/users_table_V0.1.1.png": { - "checksum": "65dc88fee2397acd03c8a0143d5ab780" - }, - "vignettes/images/users_table2.png": { - "checksum": "cb7ec374ae84dd1e12313cdead756b21" - }, - "vignettes/images/weight_updated.png": { - "checksum": "a6c5fa2d05ae420752d0dad03d7b2ddd" - }, - "vignettes/images/weight_updated_V0.1.1.png": { - "checksum": "fe072126e8ffaa5191e4e8641e931ee6" - }, - "vignettes/images/welcome_landing_v2.0.0.png": { - "checksum": "4cbc35b798da5ed51b726b4bfb4dcf29" - }, - "vignettes/riskassessment.Rmd": { - "checksum": "573b95379b7682036c8176cbedd149e6" - }, - "vignettes/User_Roles_and_Privileges.Rmd": { - "checksum": "e81a4e89d35931e1cbece8bd115a395d" } }, "users": null