From 1f14a65966a21c28d9b12e7523aabbd5b690d8aa Mon Sep 17 00:00:00 2001 From: "Aaron Clark (Arcus)" Date: Sun, 6 Apr 2025 21:35:10 -0400 Subject: [PATCH 01/10] updating files for a deployment on shinyapps.io --- .gitignore | 3 +- .rscignore | 2 +- app.R | 30 +- clinsight.Rproj | 1 + dev/02_dev.R | 4 + manifest.json | 4350 +++++++++++----------------------- renv.lock | 2385 +++++++++++++++++++ renv/profiles/full/renv.lock | 52 +- 8 files changed, 3908 insertions(+), 2919 deletions(-) create mode 100644 renv.lock diff --git a/.gitignore b/.gitignore index 38567ec0..bc0bbd0a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ inst/doc *.sqlite /pkgdown/ /test_data/ -*.rds \ No newline at end of file +*.rds +rsconnect/ \ No newline at end of file diff --git a/.rscignore b/.rscignore index fdb2c5f2..18d8fb10 100644 --- a/.rscignore +++ b/.rscignore @@ -4,4 +4,4 @@ tests man .Rprofile data-raw -.github \ No newline at end of file +.github diff --git a/app.R b/app.R index b4c4f029..f7df1300 100644 --- a/app.R +++ b/app.R @@ -9,6 +9,14 @@ options( "golem.app.prod" = TRUE) # update manifest file # if absolute path is needed for renv profile # Sys.setenv(RENV_PROFILE = "full") +# Install {clinsight} +# remotes::install_github( +# "openpharma/clinsight", +# ref = "dev", +# force = TRUE +# ) +# packageVersion("clinsight") +# renv::snapshot() # renv::paths$lockfile() # test # assignInNamespace( # "renvLockFile", @@ -16,4 +24,24 @@ options( "golem.app.prod" = TRUE) # "rsconnect" # ) # rsconnect::writeManifest() # run if needed -clinsight::run_app() # add parameters here (if any) +# clinsight::run_app() # add parameters here (if any) + +# Run the application +load_and_run_app <- function(){ + app_data_folder <- "./app/" + if(!dir.exists(app_data_folder)) dir.create(app_data_folder) + old_golem_config <- Sys.getenv("GOLEM_CONFIG_ACTIVE") + Sys.setenv("GOLEM_CONFIG_ACTIVE" = "dev") + + clinsight::run_app( + data_folder = app_data_folder, + onStart = \(){ + onStop(\(){ + # unlink(temp_folder, recursive = TRUE); + Sys.setenv("GOLEM_CONFIG_ACTIVE" = old_golem_config) + } + )} + ) +} + +load_and_run_app() diff --git a/clinsight.Rproj b/clinsight.Rproj index eaa6b818..f274138e 100644 --- a/clinsight.Rproj +++ b/clinsight.Rproj @@ -1,4 +1,5 @@ Version: 1.0 +ProjectId: 587215bb-819c-4942-a6c8-4b99d218e8ea RestoreWorkspace: Default SaveWorkspace: Default diff --git a/dev/02_dev.R b/dev/02_dev.R index 2bc319d9..133e6688 100644 --- a/dev/02_dev.R +++ b/dev/02_dev.R @@ -93,6 +93,10 @@ clinsightful_data |> ## install.package('attachment') # if needed. #attachment::att_amend_desc() +## Add packages ---- +# usethis::use_package("") +remotes::instal + ## Add modules ---- ## Create a module infrastructure in R/ golem::add_module(name = "name_of_module1", with_test = TRUE) # Name of the module diff --git a/manifest.json b/manifest.json index 3cd0fc7a..86b0972d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "version": 1, "locale": "en_US", - "platform": "4.3.3", + "platform": "4.4.1", "metadata": { "appmode": "shiny", "primary_rmd": null, @@ -12,7 +12,7 @@ "packages": { "AsioHeaders": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "AsioHeaders", "Type": "Package", @@ -31,74 +31,73 @@ "Repository": "RSPM", "Date/Publication": "2022-12-08 08:12:34 UTC", "Encoding": "UTF-8", - "Built": "R 4.3.0; ; 2024-01-23 01:39:34 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 18:45:03 UTC; windows" } }, "BH": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "BH", "Type": "Package", "Title": "Boost C++ Header Files", - "Version": "1.81.0-1", - "Date": "2023-01-17", + "Version": "1.84.0-0", + "Date": "2024-01-09", "Author": "Dirk Eddelbuettel, John W. Emerson and Michael J. Kane", "Maintainer": "Dirk Eddelbuettel ", - "Description": "Boost provides free peer-reviewed portable C++ source \n libraries. A large part of Boost is provided as C++ template code\n which is resolved entirely at compile-time without linking. This \n package aims to provide the most useful subset of Boost libraries \n for template use among CRAN packages. By placing these libraries in \n this package, we offer a more efficient distribution system for CRAN \n as replication of this code in the sources of other packages is \n avoided. As of release 1.81.0-0, the following Boost libraries are\n included: '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'.", + "Description": "Boost provides free peer-reviewed portable C++ source \n libraries. A large part of Boost is provided as C++ template code\n which is resolved entirely at compile-time without linking. This \n package aims to provide the most useful subset of Boost libraries \n for template use among CRAN packages. By placing these libraries in \n this package, we offer a more efficient distribution system for CRAN \n as replication of this code in the sources of other packages is \n avoided. As of release 1.84.0-0, the following Boost libraries are\n included: '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' 'qvm' '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", + "Packaged": "2024-01-09 13:19:22 UTC; edd", "Repository": "RSPM", - "Date/Publication": "2023-01-22 08:20:02 UTC", + "Date/Publication": "2024-01-10 11:53:35 UTC", "Encoding": "UTF-8", - "Built": "R 4.3.0; ; 2024-01-23 01:14:17 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 20:21:10 UTC; windows" } }, "DBI": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "DBI", "Title": "R Database Interface", - "Version": "1.1.3", - "Date": "2022-06-18", - "Authors@R": "c(\n person(\"R Special Interest Group on Databases (R-SIG-DB)\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"Kirill\", \"Müller\", , \"krlmlr+r@mailbox.org\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(\"R Consortium\", role = \"fnd\")\n )", + "Version": "1.2.3", + "Date": "2024-06-02", + "Authors@R": "c(\n person(\"R Special Interest Group on Databases (R-SIG-DB)\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"Kirill\", \"Müller\", , \"kirill@cynkra.com\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(\"R Consortium\", role = \"fnd\")\n )", "Description": "A database interface definition for communication between R\n and relational database management systems. All classes in this\n package are virtual and need to be extended by the various R/DBMS\n implementations.", "License": "LGPL (>= 2.1)", "URL": "https://dbi.r-dbi.org, https://github.com/r-dbi/DBI", "BugReports": "https://github.com/r-dbi/DBI/issues", "Depends": "methods, R (>= 3.0.0)", - "Suggests": "blob, covr, DBItest, dbplyr, downlit, dplyr, glue, hms,\nknitr, magrittr, RMariaDB, rmarkdown, rprojroot, RSQLite (>=\n1.1-2), testthat, xml2", + "Suggests": "arrow, blob, covr, DBItest, dbplyr, downlit, dplyr, glue,\nhms, knitr, magrittr, nanoarrow (>= 0.3.0.1), RMariaDB,\nrmarkdown, rprojroot, RSQLite (>= 1.1-2), testthat (>= 3.0.0),\nvctrs, xml2", "VignetteBuilder": "knitr", "Config/autostyle/scope": "line_breaks", "Config/autostyle/strict": "false", "Config/Needs/check": "r-dbi/DBItest", "Encoding": "UTF-8", - "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'", + "RoxygenNote": "7.3.1", + "Config/Needs/website": "r-dbi/DBItest, r-dbi/dbitemplate, adbi,\nAzureKusto, bigrquery, DatabaseConnector, dittodb, duckdb,\nimplyr, lazysf, odbc, pool, RAthena, IMSMWU/RClickhouse, RH2,\nRJDBC, RMariaDB, RMySQL, RPostgres, RPostgreSQL, RPresto,\nRSQLite, sergeant, sparklyr, withr", + "Config/testthat/edition": "3", "NeedsCompilation": "no", - "Packaged": "2022-06-18 01:24:38 UTC; kirill", + "Packaged": "2024-06-02 20:26:05 UTC; kirill", "Author": "R Special Interest Group on Databases (R-SIG-DB) [aut],\n Hadley Wickham [aut],\n Kirill Müller [aut, cre] (),\n R Consortium [fnd]", - "Maintainer": "Kirill Müller ", + "Maintainer": "Kirill Müller ", "Repository": "RSPM", - "Date/Publication": "2022-06-18 07:10:15 UTC", - "Built": "R 4.3.0; ; 2023-04-24 19:11:04 UTC; windows" + "Date/Publication": "2024-06-02 21:50:02 UTC", + "Built": "R 4.4.0; ; 2024-06-03 04:43:08 UTC; windows" } }, "DT": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "DT", "Type": "Package", "Title": "A Wrapper of the JavaScript Library 'DataTables'", - "Version": "0.30", - "Authors@R": "c(\n person(\"Yihui\", \"Xie\", email = \"xie@yihui.name\", role = c(\"aut\", \"cre\")),\n person(\"Joe\", \"Cheng\", role = \"aut\"),\n person(\"Xianying\", \"Tan\", role = \"aut\"),\n person(\"JJ\", \"Allaire\", role = \"ctb\"),\n person(\"Maximilian\", \"Girlich\", role = \"ctb\"),\n person(\"Greg\", \"Freedman Ellis\", role = \"ctb\"),\n person(\"Johannes\", \"Rauh\", role = \"ctb\"),\n person(\"SpryMedia Limited\", role = c(\"ctb\", \"cph\"), comment = \"DataTables in htmlwidgets/lib\"),\n person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"), comment = \"selectize.js in htmlwidgets/lib\"),\n person(\"Leon\", \"Gersen\", role = c(\"ctb\", \"cph\"), comment = \"noUiSlider in htmlwidgets/lib\"),\n person(\"Bartek\", \"Szopka\", role = c(\"ctb\", \"cph\"), comment = \"jquery.highlight.js in htmlwidgets/lib\"),\n person(\"Alex\", \"Pickering\", role = c(\"ctb\")),\n person(\"William\", \"Holmes\", role = c(\"ctb\")),\n person(\"Mikko\", \"Marttila\", role = c(\"ctb\")),\n person(\"Andres\", \"Quintero\", role = c(\"ctb\")),\n person(\"Stéphane\", \"Laurent\", role = c(\"ctb\")),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Maintainer": "Yihui Xie ", + "Version": "0.33", + "Authors@R": "c(\n person(\"Yihui\", \"Xie\", role = \"aut\"),\n person(\"Joe\", \"Cheng\", email = \"joe@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Xianying\", \"Tan\", role = \"aut\"),\n person(\"JJ\", \"Allaire\", role = \"ctb\"),\n person(\"Maximilian\", \"Girlich\", role = \"ctb\"),\n person(\"Greg\", \"Freedman Ellis\", role = \"ctb\"),\n person(\"Johannes\", \"Rauh\", role = \"ctb\"),\n person(\"SpryMedia Limited\", role = c(\"ctb\", \"cph\"), comment = \"DataTables in htmlwidgets/lib\"),\n person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"), comment = \"selectize.js in htmlwidgets/lib\"),\n person(\"Leon\", \"Gersen\", role = c(\"ctb\", \"cph\"), comment = \"noUiSlider in htmlwidgets/lib\"),\n person(\"Bartek\", \"Szopka\", role = c(\"ctb\", \"cph\"), comment = \"jquery.highlight.js in htmlwidgets/lib\"),\n person(\"Alex\", \"Pickering\", role = c(\"ctb\")),\n person(\"William\", \"Holmes\", role = c(\"ctb\")),\n person(\"Mikko\", \"Marttila\", role = c(\"ctb\")),\n person(\"Andres\", \"Quintero\", role = c(\"ctb\")),\n person(\"Stéphane\", \"Laurent\", role = c(\"ctb\")),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "Data objects in R can be rendered as HTML tables using the\n JavaScript 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", @@ -106,29 +105,30 @@ "Imports": "htmltools (>= 0.3.6), htmlwidgets (>= 1.3), httpuv, jsonlite\n(>= 0.9.16), magrittr, crosstalk, jquerylib, promises", "Suggests": "knitr (>= 1.8), rmarkdown, shiny (>= 1.6), bslib, future,\ntestit, tibble", "VignetteBuilder": "knitr", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.1", "Encoding": "UTF-8", "NeedsCompilation": "no", - "Packaged": "2023-10-04 20:26:15 UTC; yihui", - "Author": "Yihui Xie [aut, cre],\n Joe Cheng [aut],\n Xianying Tan [aut],\n JJ Allaire [ctb],\n Maximilian Girlich [ctb],\n Greg Freedman Ellis [ctb],\n Johannes Rauh [ctb],\n SpryMedia Limited [ctb, cph] (DataTables in htmlwidgets/lib),\n Brian Reavis [ctb, cph] (selectize.js in htmlwidgets/lib),\n Leon Gersen [ctb, cph] (noUiSlider in htmlwidgets/lib),\n Bartek Szopka [ctb, cph] (jquery.highlight.js in htmlwidgets/lib),\n Alex Pickering [ctb],\n William Holmes [ctb],\n Mikko Marttila [ctb],\n Andres Quintero [ctb],\n Stéphane Laurent [ctb],\n Posit Software, PBC [cph, fnd]", + "Packaged": "2024-04-03 14:36:50 UTC; yihui", + "Author": "Yihui Xie [aut],\n Joe Cheng [aut, cre],\n Xianying Tan [aut],\n JJ Allaire [ctb],\n Maximilian Girlich [ctb],\n Greg Freedman Ellis [ctb],\n Johannes Rauh [ctb],\n SpryMedia Limited [ctb, cph] (DataTables in htmlwidgets/lib),\n Brian Reavis [ctb, cph] (selectize.js in htmlwidgets/lib),\n Leon Gersen [ctb, cph] (noUiSlider in htmlwidgets/lib),\n Bartek Szopka [ctb, cph] (jquery.highlight.js in htmlwidgets/lib),\n Alex Pickering [ctb],\n William Holmes [ctb],\n Mikko Marttila [ctb],\n Andres Quintero [ctb],\n Stéphane Laurent [ctb],\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Joe Cheng ", "Repository": "RSPM", - "Date/Publication": "2023-10-05 13:10:02 UTC", - "Built": "R 4.3.0; ; 2023-10-06 12:04:40 UTC; windows" + "Date/Publication": "2024-04-04 05:03:17 UTC", + "Built": "R 4.4.0; ; 2024-04-25 23:49:09 UTC; windows" } }, "MASS": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "MASS", "Priority": "recommended", - "Version": "7.3-60", - "Date": "2023-05-02", - "Revision": "$Rev: 3621 $", - "Depends": "R (>= 4.0), grDevices, graphics, stats, utils", + "Version": "7.3-61", + "Date": "2024-06-10", + "Revision": "$Rev: 3657 $", + "Depends": "R (>= 4.4.0), grDevices, graphics, stats, utils", "Imports": "methods", "Suggests": "lattice, nlme, nnet, survival", - "Authors@R": "c(person(\"Brian\", \"Ripley\", role = c(\"aut\", \"cre\", \"cph\"),\n email = \"ripley@stats.ox.ac.uk\"),\n\t person(\"Bill\", \"Venables\", role = \"ctb\"),\n\t person(c(\"Douglas\", \"M.\"), \"Bates\", role = \"ctb\"),\n\t person(\"Kurt\", \"Hornik\", role = \"trl\",\n comment = \"partial port ca 1998\"),\n\t person(\"Albrecht\", \"Gebhardt\", role = \"trl\",\n comment = \"partial port ca 1998\"),\n\t person(\"David\", \"Firth\", role = \"ctb\"))", + "Authors@R": "c(person(\"Brian\", \"Ripley\", role = c(\"aut\", \"cre\", \"cph\"),\n email = \"ripley@stats.ox.ac.uk\"),\n\t person(\"Bill\", \"Venables\", role = c(\"aut\", \"cph\")),\n\t person(c(\"Douglas\", \"M.\"), \"Bates\", role = \"ctb\"),\n\t person(\"Kurt\", \"Hornik\", role = \"trl\",\n comment = \"partial port ca 1998\"),\n\t person(\"Albrecht\", \"Gebhardt\", role = \"trl\",\n comment = \"partial port ca 1998\"),\n\t person(\"David\", \"Firth\", role = \"ctb\",\n\t comment = \"support functions for polr\"))", "Description": "Functions and datasets to support Venables and Ripley,\n \"Modern Applied Statistics with S\" (4th edition, 2002).", "Title": "Support Functions and Datasets for Venables and Ripley's MASS", "LazyData": "yes", @@ -137,23 +137,24 @@ "URL": "http://www.stats.ox.ac.uk/pub/MASS4/", "Contact": "", "NeedsCompilation": "yes", - "Packaged": "2023-05-02 16:42:41 UTC; ripley", - "Author": "Brian Ripley [aut, cre, cph],\n Bill Venables [ctb],\n Douglas M. Bates [ctb],\n Kurt Hornik [trl] (partial port ca 1998),\n Albrecht Gebhardt [trl] (partial port ca 1998),\n David Firth [ctb]", + "Packaged": "2024-06-13 08:23:32 UTC; ripley", + "Author": "Brian Ripley [aut, cre, cph],\n Bill Venables [aut, cph],\n Douglas M. Bates [ctb],\n Kurt Hornik [trl] (partial port ca 1998),\n Albrecht Gebhardt [trl] (partial port ca 1998),\n David Firth [ctb] (support functions for polr)", "Maintainer": "Brian Ripley ", "Repository": "RSPM", - "Date/Publication": "2023-05-04 07:32:21 UTC", + "Date/Publication": "2024-06-13 10:23:32", "Encoding": "UTF-8", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 01:24:27 UTC; windows", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-06-14 04:36:42 UTC; windows", "Archs": "x64" } }, "Matrix": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "Matrix", - "Version": "1.6-1.1", - "Date": "2023-09-08", + "Version": "1.7-0", + "VersionNote": "do also bump src/version.h, inst/include/Matrix/version.h", + "Date": "2024-03-16", "Priority": "recommended", "Title": "Sparse and Dense Matrix Classes and Methods", "Description": "A rich hierarchy of sparse and dense matrix classes,\n\tincluding general, symmetric, triangular, and diagonal matrices\n\twith numeric, logical, or pattern entries. Efficient methods for\n\toperating on such matrices, often wrapping the 'BLAS', 'LAPACK',\n\tand 'SuiteSparse' libraries.", @@ -161,28 +162,59 @@ "URL": "https://Matrix.R-forge.R-project.org", "BugReports": "https://R-forge.R-project.org/tracker/?atid=294&group_id=61", "Contact": "Matrix-authors@R-project.org", - "Authors@R": "\n\tc(person(\"Douglas\", \"Bates\", role = \"aut\",\n\t comment = c(ORCID = \"0000-0001-8316-9503\")),\n\t person(\"Martin\", \"Maechler\", role = c(\"aut\", \"cre\"),\n\t email = \"mmaechler+Matrix@gmail.com\",\n\t comment = c(ORCID = \"0000-0002-8685-9910\")),\n\t person(\"Mikael\", \"Jagan\", role = \"aut\",\n\t comment = c(ORCID = \"0000-0002-3542-2938\")),\n\t person(\"Timothy A.\", \"Davis\", role = \"ctb\",\n\t comment = c(ORCID = \"0000-0001-7614-6899\",\n\t \"SuiteSparse libraries, notably CHOLMOD and AMD\",\n\t \"collaborators listed in dir(pattern=\\\"^[A-Z]+[.]txt$\\\", full.names=TRUE, system.file(\\\"doc\\\", \\\"SuiteSparse\\\", package=\\\"Matrix\\\"))\")),\n\t person(\"Jens\", \"Oehlschlägel\", role = \"ctb\",\n\t comment = \"initial nearPD()\"),\n\t person(\"Jason\", \"Riedy\", role = \"ctb\",\n\t comment = c(ORCID = \"0000-0002-4345-4200\",\n\t \"GNU Octave's condest() and onenormest()\",\n\t \"Copyright: Regents of the University of California\")),\n\t person(\"R Core Team\", role = \"ctb\",\n\t comment = \"base R's matrix implementation\"))", - "Depends": "R (>= 3.5.0), methods", + "Authors@R": "\n\tc(person(\"Douglas\", \"Bates\", role = \"aut\",\n\t comment = c(ORCID = \"0000-0001-8316-9503\")),\n\t person(\"Martin\", \"Maechler\", role = c(\"aut\", \"cre\"),\n\t email = \"mmaechler+Matrix@gmail.com\",\n\t comment = c(ORCID = \"0000-0002-8685-9910\")),\n\t person(\"Mikael\", \"Jagan\", role = \"aut\",\n\t comment = c(ORCID = \"0000-0002-3542-2938\")),\n\t person(\"Timothy A.\", \"Davis\", role = \"ctb\",\n\t comment = c(ORCID = \"0000-0001-7614-6899\",\n\t \"SuiteSparse libraries\",\n\t \"collaborators listed in dir(system.file(\\\"doc\\\", \\\"SuiteSparse\\\", package=\\\"Matrix\\\"), pattern=\\\"License\\\", full.names=TRUE, recursive=TRUE)\")),\n\t person(\"George\", \"Karypis\", role = \"ctb\",\n\t comment = c(ORCID = \"0000-0003-2753-1437\",\n\t \"METIS library\",\n\t \"Copyright: Regents of the University of Minnesota\")),\n\t person(\"Jason\", \"Riedy\", role = \"ctb\",\n\t comment = c(ORCID = \"0000-0002-4345-4200\",\n\t \"GNU Octave's condest() and onenormest()\",\n\t \"Copyright: Regents of the University of California\")),\n\t person(\"Jens\", \"Oehlschlägel\", role = \"ctb\",\n\t comment = \"initial nearPD()\"),\n\t person(\"R Core Team\", role = \"ctb\",\n\t comment = \"base R's matrix implementation\"))", + "Depends": "R (>= 4.4.0), methods", "Imports": "grDevices, graphics, grid, lattice, stats, utils", - "Suggests": "MASS, datasets, sfsmisc", + "Suggests": "MASS, datasets, sfsmisc, tools", "Enhances": "SparseM, graph", "LazyData": "no", "LazyDataNote": "not possible, since we use data/*.R and our S4 classes", "BuildResaveData": "no", "Encoding": "UTF-8", "NeedsCompilation": "yes", - "Packaged": "2023-09-08 10:37:27 UTC; maechler", - "Author": "Douglas Bates [aut] (),\n Martin Maechler [aut, cre] (),\n Mikael Jagan [aut] (),\n Timothy A. Davis [ctb] (,\n SuiteSparse libraries, notably CHOLMOD and AMD, collaborators\n listed in dir(pattern=\"^[A-Z]+[.]txt$\", full.names=TRUE,\n system.file(\"doc\", \"SuiteSparse\", package=\"Matrix\"))),\n Jens Oehlschlägel [ctb] (initial nearPD()),\n Jason Riedy [ctb] (, GNU\n Octave's condest() and onenormest(), Copyright: Regents of the\n University of California),\n R Core Team [ctb] (base R's matrix implementation)", + "Packaged": "2024-03-19 17:15:14 UTC; maechler", + "Author": "Douglas Bates [aut] (),\n Martin Maechler [aut, cre] (),\n Mikael Jagan [aut] (),\n Timothy A. Davis [ctb] (,\n SuiteSparse libraries, collaborators listed in\n dir(system.file(\"doc\", \"SuiteSparse\", package=\"Matrix\"),\n pattern=\"License\", full.names=TRUE, recursive=TRUE)),\n George Karypis [ctb] (, METIS\n library, Copyright: Regents of the University of Minnesota),\n Jason Riedy [ctb] (, GNU\n Octave's condest() and onenormest(), Copyright: Regents of the\n University of California),\n Jens Oehlschlägel [ctb] (initial nearPD()),\n R Core Team [ctb] (base R's matrix implementation)", "Maintainer": "Martin Maechler ", - "Repository": "RSPM", - "Date/Publication": "2023-09-18 17:40:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-09-19 12:00:42 UTC; windows", + "Repository": "CRAN", + "Date/Publication": "2024-04-26 12:03:02 UTC", + "Built": "R 4.4.1; x86_64-w64-mingw32; 2024-06-14 08:26:22 UTC; windows", "Archs": "x64" } }, + "PKI": { + "Source": "RSPM", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", + "description": { + "Package": "PKI", + "Version": "0.1-14", + "Title": "Public Key Infrastucture for R Based on the X.509 Standard", + "Author": "Simon Urbanek ", + "Maintainer": "Simon Urbanek ", + "Depends": "R (>= 2.9.0), base64enc", + "Enhances": "gmp", + "Description": "Public Key Infrastucture functions such as verifying certificates, RSA encription and signing which can be used to build PKI infrastructure and perform cryptographic tasks.", + "License": "GPL-2 | GPL-3 | file LICENSE", + "URL": "http://www.rforge.net/PKI", + "SystemRequirements": "OpenSSL library and headers (openssl-dev or\nsimilar)", + "NeedsCompilation": "yes", + "Packaged": "2024-06-15 19:22:05 UTC; rforge", + "Repository": "RSPM", + "Date/Publication": "2024-06-15 19:40:02 UTC", + "Encoding": "UTF-8", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-06-16 04:59:25 UTC; windows", + "Archs": "x64", + "RemoteType": "standard", + "RemotePkgRef": "PKI", + "RemoteRef": "PKI", + "RemoteRepos": "https://packagemanager.posit.co/cran/2024-09-17", + "RemoteReposName": "RSPM", + "RemotePkgPlatform": "x86_64-w64-mingw32", + "RemoteSha": "0.1-14" + } + }, "R.methodsS3": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "R.methodsS3", "Version": "1.8.2", @@ -203,16 +235,16 @@ "Repository": "RSPM", "Date/Publication": "2022-06-13 22:00:14 UTC", "Encoding": "UTF-8", - "Built": "R 4.3.0; ; 2024-01-23 01:19:47 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 19:42:43 UTC; windows" } }, "R.oo": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "R.oo", - "Version": "1.25.0", - "Depends": "R (>= 2.13.0), R.methodsS3 (>= 1.8.1)", + "Version": "1.26.0", + "Depends": "R (>= 2.13.0), R.methodsS3 (>= 1.8.2)", "Imports": "methods, utils", "Suggests": "tools", "Title": "R Object-Oriented Programming with or without References", @@ -225,19 +257,19 @@ "URL": "https://github.com/HenrikBengtsson/R.oo", "BugReports": "https://github.com/HenrikBengtsson/R.oo/issues", "NeedsCompilation": "no", - "Packaged": "2022-06-12 00:26:52 UTC; hb", + "Packaged": "2024-01-24 02:17:13 UTC; henrik", "Repository": "RSPM", - "Date/Publication": "2022-06-12 02:20:02 UTC", + "Date/Publication": "2024-01-24 05:12:50 UTC", "Encoding": "UTF-8", - "Built": "R 4.3.0; ; 2024-01-23 02:30:46 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 19:44:10 UTC; windows" } }, "R.utils": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "R.utils", - "Version": "2.12.2", + "Version": "2.12.3", "Depends": "R (>= 2.14.0), R.oo", "Imports": "methods, utils, tools, R.methodsS3", "Suggests": "datasets, digest (>= 0.6.10)", @@ -251,16 +283,16 @@ "URL": "https://henrikbengtsson.github.io/R.utils/,\nhttps://github.com/HenrikBengtsson/R.utils", "BugReports": "https://github.com/HenrikBengtsson/R.utils/issues", "NeedsCompilation": "no", - "Packaged": "2022-11-11 18:51:45 UTC; hb", + "Packaged": "2023-11-17 05:13:25 UTC; henrik", "Repository": "RSPM", - "Date/Publication": "2022-11-11 22:00:03 UTC", + "Date/Publication": "2023-11-18 01:00:02 UTC", "Encoding": "UTF-8", - "Built": "R 4.3.0; ; 2023-04-25 06:24:08 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 19:47:24 UTC; windows" } }, "R6": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "R6", "Title": "Encapsulated Classes with Reference Semantics", @@ -280,12 +312,12 @@ "Repository": "RSPM", "Date/Publication": "2021-08-19 14:00:05 UTC", "Encoding": "UTF-8", - "Built": "R 4.3.0; ; 2024-01-23 01:47:13 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 19:39:56 UTC; windows" } }, "RColorBrewer": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "RColorBrewer", "Version": "1.1-3", @@ -302,51 +334,52 @@ "Repository": "RSPM", "Date/Publication": "2022-04-03 19:20:13 UTC", "Encoding": "UTF-8", - "Built": "R 4.3.0; ; 2024-01-23 02:10:18 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 19:44:24 UTC; windows" } }, "RSQLite": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "RSQLite", "Title": "SQLite Interface for R", - "Version": "2.3.2", - "Date": "2023-10-27", + "Version": "2.3.7", + "Date": "2024-05-26", "Authors@R": "c(\n person(\"Kirill\", \"Müller\", , \"kirill@cynkra.com\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(c(\"David\", \"A.\"), \"James\", role = \"aut\"),\n person(\"Seth\", \"Falcon\", role = \"aut\"),\n person(\"D. Richard\", \"Hipp\", role = \"ctb\",\n comment = \"for the included SQLite sources\"),\n person(\"Dan\", \"Kennedy\", role = \"ctb\",\n comment = \"for the included SQLite sources\"),\n person(\"Joe\", \"Mistachkin\", role = \"ctb\",\n comment = \"for the included SQLite sources\"),\n person(, \"SQLite Authors\", role = \"ctb\",\n comment = \"for the included SQLite sources\"),\n person(\"Liam\", \"Healy\", role = \"ctb\",\n comment = \"for the included SQLite sources\"),\n person(\"R Consortium\", role = \"fnd\"),\n person(, \"RStudio\", role = \"cph\")\n )", "Description": "Embeds the SQLite database engine in R and provides an\n interface compliant with the DBI package. The source for the SQLite\n engine and for various extensions in a recent version is included.\n System libraries will never be consulted because this package relies\n on static linking for the plugins it includes; this also ensures a\n consistent 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", - "Suggests": "callr, DBItest (>= 1.7.2.9001), gert, gh, hms, knitr,\nmagrittr, rmarkdown, rvest, testthat (>= 3.0.0), withr, xml2", + "Imports": "bit64, blob (>= 1.2.0), DBI (>= 1.2.0), memoise, methods,\npkgconfig, rlang", + "Suggests": "callr, DBItest (>= 1.8.0), gert, gh, hms, knitr, magrittr,\nrmarkdown, rvest, testthat (>= 3.0.0), withr, xml2", "LinkingTo": "plogr (>= 0.2.0), cpp11 (>= 0.4.0)", "VignetteBuilder": "knitr", + "Config/Needs/website": "r-dbi/dbitemplate", "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'", + "RoxygenNote": "7.3.1", + "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_Id.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'import-standalone-check_suggested.R'\n'import-standalone-purrr.R' 'initExtension.R' 'initRegExp.R'\n'isSQLKeyword_SQLiteConnection_character.R'\n'make.db.names_SQLiteConnection_character.R' 'pkgconfig.R'\n'show_SQLiteConnection.R' 'sqlData_SQLiteConnection.R'\n'table.R' 'transactions.R' 'utils.R' 'version.R' 'zzz.R'", "NeedsCompilation": "yes", - "Packaged": "2023-10-28 08:25:55 UTC; kirill", + "Packaged": "2024-05-26 19:25:39 UTC; kirill", "Author": "Kirill Müller [aut, cre] (),\n Hadley Wickham [aut],\n David A. James [aut],\n Seth Falcon [aut],\n D. Richard Hipp [ctb] (for the included SQLite sources),\n Dan Kennedy [ctb] (for the included SQLite sources),\n Joe Mistachkin [ctb] (for the included SQLite sources),\n SQLite Authors [ctb] (for the included SQLite sources),\n Liam Healy [ctb] (for the included SQLite sources),\n R Consortium [fnd],\n RStudio [cph]", "Maintainer": "Kirill Müller ", "Repository": "RSPM", - "Date/Publication": "2023-10-28 21:00:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-10-30 21:34:35 UTC; windows", + "Date/Publication": "2024-05-27 10:10:07 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 05:06:19 UTC; windows", "Archs": "x64" } }, "Rcpp": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "Rcpp", "Title": "Seamless R and C++ Integration", - "Version": "1.0.11", - "Date": "2023-07-03", + "Version": "1.0.13", + "Date": "2024-07-11", "Author": "Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,\n Nathan Russell, Inaki Ucar, Douglas Bates and John Chambers", "Maintainer": "Dirk Eddelbuettel ", "Description": "The 'Rcpp' package provides R functions as well as C++ classes which\n offer a seamless integration of R and C++. Many R data types and objects can be\n mapped back and forth to C++ equivalents which facilitates both writing of new\n code as well as easier integration of third-party libraries. Documentation\n about 'Rcpp' is provided by several vignettes included in this package, via the\n 'Rcpp Gallery' site at , the paper by Eddelbuettel and\n Francois (2011, ), the book by Eddelbuettel (2013,\n ) and the paper by Eddelbuettel and Balamuta (2018,\n ); see 'citation(\"Rcpp\")' for details.", @@ -359,16 +392,16 @@ "RoxygenNote": "6.1.1", "Encoding": "UTF-8", "NeedsCompilation": "yes", - "Packaged": "2023-07-03 15:56:55 UTC; edd", + "Packaged": "2024-07-11 13:00:10 UTC; edd", "Repository": "RSPM", - "Date/Publication": "2023-07-06 07:33:14 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 01:12:00 UTC; windows", + "Date/Publication": "2024-07-17 15:50:06 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-07-18 04:28:04 UTC; windows", "Archs": "x64" } }, "anytime": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "anytime", "Type": "Package", @@ -391,13 +424,13 @@ "Packaged": "2020-08-26 17:46:45.898451 UTC; edd", "Repository": "RSPM", "Date/Publication": "2020-08-27 11:40:21 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 05:10:22 UTC; windows", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-07-18 05:07:15 UTC; windows", "Archs": "x64" } }, "askpass": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "askpass", "Type": "Package", @@ -419,13 +452,13 @@ "Maintainer": "Jeroen Ooms ", "Repository": "RSPM", "Date/Publication": "2023-09-03 20:00:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 01:33:49 UTC; windows", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 20:09:11 UTC; windows", "Archs": "x64" } }, "attempt": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "attempt", "Title": "Tools for Defensive Programming", @@ -446,18 +479,18 @@ "Maintainer": "Colin Fay ", "Repository": "RSPM", "Date/Publication": "2020-05-03 20:50:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 01:33:02 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 18:32:35 UTC; windows" } }, "backports": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "backports", "Type": "Package", "Title": "Reimplementations of Functions Introduced Since R-3.0.0", - "Version": "1.4.1", - "Authors@R": "c(\n person(\"Michel\", \"Lang\", NULL, \"michellang@gmail.com\",\n role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0001-9754-0393\")),\n person(\"R Core Team\", role = \"aut\"))", + "Version": "1.5.0", + "Authors@R": "c(\n person(\"Michel\", \"Lang\", NULL, \"michellang@gmail.com\",\n role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0001-9754-0393\")),\n person(\"Duncan\", \"Murdoch\", NULL, \"murdoch.duncan@gmail.com\",\n role = c(\"aut\")),\n person(\"R Core Team\", role = \"aut\"))", "Maintainer": "Michel Lang ", "Description": "\n Functions introduced or changed since R v3.0.0 are re-implemented in this\n package. The backports are conditionally exported in order to let R resolve\n the function name to either the implemented backport, or the respective base\n version, if available. Package developers can make use of new functions or\n arguments by selectively importing specific backports to\n support older installations.", "URL": "https://github.com/r-lib/backports", @@ -467,18 +500,18 @@ "ByteCompile": "yes", "Depends": "R (>= 3.0.0)", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", - "Packaged": "2021-12-13 10:49:30 UTC; michel", - "Author": "Michel Lang [cre, aut] (),\n R Core Team [aut]", + "RoxygenNote": "7.3.1", + "Packaged": "2024-05-23 11:56:25 UTC; michel", + "Author": "Michel Lang [cre, aut] (),\n Duncan Murdoch [aut],\n R Core Team [aut]", "Repository": "RSPM", - "Date/Publication": "2021-12-13 11:30:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 01:49:27 UTC; windows", + "Date/Publication": "2024-05-23 12:30:02 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-05-24 04:43:58 UTC; windows", "Archs": "x64" } }, "base64enc": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "base64enc", "Version": "0.1-3", @@ -495,17 +528,17 @@ "Repository": "RSPM", "Date/Publication": "2015-07-28 08:03:37", "Encoding": "UTF-8", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 03:54:22 UTC; windows", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:47:47 UTC; windows", "Archs": "x64" } }, "billboarder": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "billboarder", "Title": "Create Interactive Chart with the JavaScript 'Billboard' Library", - "Version": "0.4.1", + "Version": "0.5.0", "Authors@R": "c(\n person(\"Victor\", \"Perrier\", email = \"victor.perrier@dreamrs.fr\", role = c(\"aut\", \"cre\")),\n person(\"Fanny\", \"Meyer\", role = \"aut\"),\n person(\"NAVER Corp\", role = \"cph\", comment = \"billboard.js library\"),\n person(\"Mike\", \"Bostock\", role = \"cph\", comment = \"d3.format library\"))", "Description": "Provides an 'htmlwidgets' interface to 'billboard.js', \n a re-usable easy interface JavaScript chart library, based on D3 v4+.\n Chart types include line charts, scatterplots, bar/lollipop charts, histogram/density plots, pie/donut charts and gauge charts.\n All 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,\nhttps://dreamrs.github.io/billboarder/", @@ -514,22 +547,22 @@ "License": "MIT + file LICENSE", "Encoding": "UTF-8", "LazyData": "true", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.2", "Imports": "htmlwidgets, htmltools, magrittr, jsonlite, ggplot2, scales,\nshiny, rlang", "Suggests": "RColorBrewer, testthat, knitr, rmarkdown, covr", "VignetteBuilder": "knitr", "NeedsCompilation": "no", - "Packaged": "2023-09-29 13:40:27 UTC; perri", + "Packaged": "2024-09-09 12:31:14 UTC; victor", "Author": "Victor Perrier [aut, cre],\n Fanny Meyer [aut],\n NAVER Corp [cph] (billboard.js library),\n Mike Bostock [cph] (d3.format library)", "Maintainer": "Victor Perrier ", "Repository": "RSPM", - "Date/Publication": "2023-09-29 14:02:38 UTC", - "Built": "R 4.3.0; ; 2023-10-02 11:58:03 UTC; windows" + "Date/Publication": "2024-09-09 19:00:21 UTC", + "Built": "R 4.4.0; ; 2024-09-10 04:30:27 UTC; windows" } }, "bit": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "bit", "Type": "Package", @@ -552,13 +585,13 @@ "Packaged": "2022-11-13 21:22:09 UTC; jo", "Repository": "RSPM", "Date/Publication": "2022-11-15 21:20:16 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 01:31:47 UTC; windows", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:47:53 UTC; windows", "Archs": "x64" } }, "bit64": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "bit64", "Type": "Package", @@ -581,13 +614,13 @@ "Date/Publication": "2020-08-30 07:20:02 UTC", "NeedsCompilation": "yes", "Packaged": "2020-08-29 10:56:45 UTC; jo", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 01:37:45 UTC; windows", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:51:26 UTC; windows", "Archs": "x64" } }, "blob": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "blob", "Title": "A Simple S3 Class for Representing Vectors of Binary Data\n('BLOBS')", @@ -610,20 +643,20 @@ "Maintainer": "Kirill Müller ", "Repository": "RSPM", "Date/Publication": "2023-03-17 12:00:06 UTC", - "Built": "R 4.3.0; ; 2024-01-23 06:39:52 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 20:30:32 UTC; windows" } }, "brew": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Type": "Package", "Package": "brew", "Title": "Templating Framework for Report Generation", - "Version": "1.0-8", + "Version": "1.0-10", "Authors@R": "c(\n person(\"Jeffrey\", \"Horner\", role = c(\"aut\", \"cph\")),\n person(\"Greg\", \"Hunt\", , \"greg@firmansyah.com\", role = c(\"aut\", \"cre\", \"cph\"))\n )", "Description": "Implements a templating framework for mixing text and R code\n for report generation. brew template syntax is similar to PHP, Ruby's\n erb module, Java Server Pages, and Python's psp module.", - "License": "GPL-2", + "License": "GPL (>= 2)", "URL": "https://github.com/gregfrog/brew", "BugReports": "https://github.com/gregfrog/brew/issues", "Suggests": "testthat (>= 3.0.0)", @@ -631,129 +664,134 @@ "Encoding": "UTF-8", "Repository": "RSPM", "NeedsCompilation": "no", - "Packaged": "2022-09-28 07:04:26 UTC; greg", + "Packaged": "2023-12-16 07:21:30 UTC; greg", "Author": "Jeffrey Horner [aut, cph],\n Greg Hunt [aut, cre, cph]", "Maintainer": "Greg Hunt ", - "Date/Publication": "2022-09-29 08:10:18 UTC", - "Built": "R 4.3.0; ; 2023-07-07 22:21:39 UTC; windows" + "Date/Publication": "2023-12-16 08:30:02 UTC", + "Built": "R 4.4.0; ; 2024-04-25 20:15:52 UTC; windows" } }, "brio": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "brio", "Title": "Basic R Input Output", - "Version": "1.1.3", - "Authors@R": "c(\n person(\"Jim\", \"Hester\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2739-7082\")),\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Version": "1.1.5", + "Authors@R": "c(\n person(\"Jim\", \"Hester\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2739-7082\")),\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "Functions to handle basic input output, these functions\n always read and write UTF-8 (8-bit Unicode Transformation Format)\n files and provide more explicit control over line endings.", "License": "MIT + file LICENSE", "URL": "https://brio.r-lib.org, https://github.com/r-lib/brio", "BugReports": "https://github.com/r-lib/brio/issues", - "Suggests": "covr, testthat (>= 2.1.0)", + "Depends": "R (>= 3.6)", + "Suggests": "covr, testthat (>= 3.0.0)", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2021-11-29 23:19:46 UTC; jhester", - "Author": "Jim Hester [aut] (),\n Gábor Csárdi [aut, cre],\n RStudio [cph, fnd]", + "Packaged": "2024-04-24 18:51:29 UTC; gaborcsardi", + "Author": "Jim Hester [aut] (),\n Gábor Csárdi [aut, cre],\n Posit Software, PBC [cph, fnd]", "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", - "Date/Publication": "2021-11-30 13:10:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-04-25 02:26:26 UTC; windows", + "Date/Publication": "2024-04-24 19:20:07 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:45:27 UTC; windows", "Archs": "x64" } }, "bslib": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "bslib", "Title": "Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'", - "Version": "0.5.1", - "Authors@R": "c(\n person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@posit.co\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@posit.co\"),\n person(\"Garrick\", \"Aden-Buie\", role = \"aut\", email = \"garrick@posit.co\", comment = c(ORCID = \"0000-0002-7111-0077\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(family = \"Bootstrap contributors\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(family = \"Twitter, Inc\", role = \"cph\",\n comment = \"Bootstrap library\"),\n person(\"Javi\", \"Aguilar\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootstrap colorpicker library\"),\n person(\"Thomas\", \"Park\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootswatch library\"),\n person(family = \"PayPal\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootstrap accessibility plugin\")\n )", + "Version": "0.8.0", + "Authors@R": "c(\n person(\"Carson\", \"Sievert\", , \"carson@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\n person(\"Garrick\", \"Aden-Buie\", , \"garrick@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-7111-0077\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(, \"Bootstrap contributors\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(, \"Twitter, Inc\", role = \"cph\",\n comment = \"Bootstrap library\"),\n person(\"Javi\", \"Aguilar\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootstrap colorpicker library\"),\n person(\"Thomas\", \"Park\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootswatch library\"),\n person(, \"PayPal\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootstrap accessibility plugin\")\n )", "Description": "Simplifies custom 'CSS' styling of both 'shiny' and\n 'rmarkdown' via 'Bootstrap' 'Sass'. Supports 'Bootstrap' 3, 4 and 5 as\n well as their various 'Bootswatch' themes. An interactive widget is\n also provided for previewing themes in real time.", "License": "MIT + file LICENSE", "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' 'breakpoints.R' 'bs-current-theme.R'\n'bs-dependencies.R' 'bs-global.R' 'bs-remove.R'\n'bs-theme-layers.R' 'bs-theme-preset-bootswatch.R'\n'bs-theme-preset-builtin.R' 'bs-theme-preset.R' 'utils.R'\n'bs-theme-preview.R' 'bs-theme-update.R' 'bs-theme.R'\n'bslib-package.R' 'card.R' 'deprecated.R' 'files.R' 'fill.R'\n'imports.R' 'input-switch.R' 'layout.R' 'nav-items.R'\n'nav-update.R' 'navs-legacy.R' 'navs.R' 'onLoad.R' 'page.R'\n'popover.R' 'precompiled.R' 'print.R' 'shiny-devmode.R'\n'sidebar.R' 'staticimports.R' 'tooltip.R' 'utils-deps.R'\n'utils-shiny.R' 'utils-tags.R' 'value-box.R'\n'version-default.R' 'versions.R'", - "Config/testthat/edition": "3", + "Imports": "base64enc, cachem, fastmap (>= 1.1.1), grDevices, htmltools\n(>= 0.5.8), jquerylib (>= 0.1.3), jsonlite, lifecycle, memoise\n(>= 2.0.1), mime, rlang, sass (>= 0.4.9)", + "Suggests": "bsicons, curl, fontawesome, future, ggplot2, knitr, magrittr,\nrappdirs, rmarkdown (>= 2.7), shiny (> 1.8.1), testthat,\nthematic, withr", + "Config/Needs/deploy": "BH, chiflights22, colourpicker, commonmark, cpp11,\ncpsievert/chiflights22, cpsievert/histoslider, dplyr, DT,\nggplot2, ggridges, gt, hexbin, histoslider, htmlwidgets,\nlattice, leaflet, lubridate, modelr, plotly, reactable,\nreshape2, rprojroot, rsconnect, rstudio/shiny, scales, styler,\ntibble", "Config/Needs/routine": "chromote, desc, renv", "Config/Needs/website": "brio, crosstalk, dplyr, DT, ggplot2, glue,\nhtmlwidgets, leaflet, lorem, palmerpenguins, plotly, purrr,\nrprojroot, rstudio/htmltools, scales, stringr, tidyr, webshot2", - "Config/Needs/deploy": "BH, cpp11, dplyr, DT, ggplot2, ggridges, gt,\nhexbin, histoslider, lattice, leaflet, lubridate, modelr,\nnycflights13, plotly, reactable, reshape2, rprojroot,\nrsconnect, scales", + "Config/testthat/edition": "3", + "Config/testthat/parallel": "true", + "Config/testthat/start-first": "zzzz-bs-sass, fonts, zzz-precompile,\ntheme-*, rmd-*", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "Collate": "'accordion.R' 'breakpoints.R' 'bs-current-theme.R'\n'bs-dependencies.R' 'bs-global.R' 'bs-remove.R'\n'bs-theme-layers.R' 'bs-theme-preset-bootswatch.R'\n'bs-theme-preset-builtin.R' 'bs-theme-preset.R' 'utils.R'\n'bs-theme-preview.R' 'bs-theme-update.R' 'bs-theme.R'\n'bslib-package.R' 'buttons.R' 'card.R' 'deprecated.R' 'files.R'\n'fill.R' 'imports.R' 'input-dark-mode.R' 'input-switch.R'\n'layout.R' 'nav-items.R' 'nav-update.R' 'navs-legacy.R'\n'navs.R' 'onLoad.R' 'page.R' 'popover.R' 'precompiled.R'\n'print.R' 'shiny-devmode.R' 'sidebar.R' 'staticimports.R'\n'tooltip.R' 'utils-deps.R' 'utils-shiny.R' 'utils-tags.R'\n'value-box.R' 'version-default.R' 'versions.R'", "NeedsCompilation": "no", - "Packaged": "2023-08-11 15:31:21 UTC; cpsievert", + "Packaged": "2024-07-29 18:49:12 UTC; cpsievert", "Author": "Carson Sievert [aut, cre] (),\n Joe Cheng [aut],\n Garrick Aden-Buie [aut] (),\n Posit Software, PBC [cph, fnd],\n Bootstrap contributors [ctb] (Bootstrap library),\n Twitter, Inc [cph] (Bootstrap library),\n Javi Aguilar [ctb, cph] (Bootstrap colorpicker library),\n Thomas Park [ctb, cph] (Bootswatch library),\n PayPal [ctb, cph] (Bootstrap accessibility plugin)", "Maintainer": "Carson Sievert ", "Repository": "RSPM", - "Date/Publication": "2023-08-11 16:53:52 UTC", - "Built": "R 4.3.0; ; 2023-10-12 11:36:59 UTC; windows" + "Date/Publication": "2024-07-29 19:20:02 UTC", + "Built": "R 4.4.0; ; 2024-07-30 04:32:16 UTC; windows" } }, "cachem": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "cachem", - "Version": "1.0.8", + "Version": "1.1.0", "Title": "Cache R Objects with Automatic Pruning", "Description": "Key-value stores with automatic pruning. Caches can limit\n either their total size or the age of the oldest object (or both),\n automatically pruning objects to maintain the constraints.", - "Authors@R": "c(\n person(\"Winston\", \"Chang\", , \"winston@rstudio.com\", c(\"aut\", \"cre\")),\n person(family = \"RStudio\", role = c(\"cph\", \"fnd\")))", + "Authors@R": "c(\n person(\"Winston\", \"Chang\", , \"winston@posit.co\", c(\"aut\", \"cre\")),\n person(family = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")))", "License": "MIT + file LICENSE", "Encoding": "UTF-8", "ByteCompile": "true", "URL": "https://cachem.r-lib.org/, https://github.com/r-lib/cachem", - "Imports": "rlang, fastmap (>= 1.1.1)", + "Imports": "rlang, fastmap (>= 1.2.0)", "Suggests": "testthat", "RoxygenNote": "7.2.3", "Config/Needs/routine": "lobstr", "Config/Needs/website": "pkgdown", "NeedsCompilation": "yes", - "Packaged": "2023-05-01 15:38:38 UTC; winston", - "Author": "Winston Chang [aut, cre],\n RStudio [cph, fnd]", - "Maintainer": "Winston Chang ", + "Packaged": "2024-05-15 15:54:22 UTC; winston", + "Author": "Winston Chang [aut, cre],\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Winston Chang ", "Repository": "RSPM", - "Date/Publication": "2023-05-01 16:40:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 02:32:03 UTC; windows", + "Date/Publication": "2024-05-16 09:50:11 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-05-17 04:03:28 UTC; windows", "Archs": "x64" } }, "callr": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "callr", "Title": "Call R from R", - "Version": "3.7.3", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"),\n comment = c(ORCID = \"0000-0001-7098-9676\")),\n person(\"Winston\", \"Chang\", role = \"aut\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\")),\n person(\"Mango Solutions\", role = c(\"cph\", \"fnd\"))\n )", + "Version": "3.7.6", + "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"),\n comment = c(ORCID = \"0000-0001-7098-9676\")),\n person(\"Winston\", \"Chang\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"Ascent Digital Services\", role = c(\"cph\", \"fnd\"))\n )", "Description": "It is sometimes useful to perform a computation in a separate\n R process, without affecting the current R process at all. This\n packages does exactly that.", "License": "MIT + file LICENSE", - "URL": "https://callr.r-lib.org, https://github.com/r-lib/callr#readme", + "URL": "https://callr.r-lib.org, https://github.com/r-lib/callr", "BugReports": "https://github.com/r-lib/callr/issues", "Depends": "R (>= 3.4)", "Imports": "processx (>= 3.6.1), R6, utils", - "Suggests": "asciicast, cli (>= 1.1.0), covr, mockery, ps, rprojroot,\nspelling, testthat (>= 3.0.0), withr (>= 2.3.0)", + "Suggests": "asciicast (>= 2.3.1), cli (>= 1.1.0), mockery, ps, rprojroot,\nspelling, testthat (>= 3.2.0), withr (>= 2.3.0)", + "Config/Needs/website": "r-lib/asciicast, glue, htmlwidgets, igraph,\ntibble, tidyverse/tidytemplate", + "Config/testthat/edition": "3", "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", + "RoxygenNote": "7.3.1.9000", "NeedsCompilation": "no", - "Packaged": "2022-11-02 15:17:20 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre, cph] (),\n Winston Chang [aut],\n RStudio [cph, fnd],\n Mango Solutions [cph, fnd]", + "Packaged": "2024-03-25 12:10:25 UTC; gaborcsardi", + "Author": "Gábor Csárdi [aut, cre, cph] (),\n Winston Chang [aut],\n Posit Software, PBC [cph, fnd],\n Ascent Digital Services [cph, fnd]", "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", - "Date/Publication": "2022-11-02 16:40:11 UTC", - "Built": "R 4.3.0; ; 2024-01-23 03:50:22 UTC; windows" + "Date/Publication": "2024-03-25 13:30:06 UTC", + "Built": "R 4.4.0; ; 2024-04-25 19:43:36 UTC; windows" } }, "cellranger": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "cellranger", "Title": "Translate Spreadsheet Cell Ranges to Rows and Columns", @@ -776,18 +814,18 @@ "Repository": "RSPM", "Date/Publication": "2016-07-27 03:17:48", "Encoding": "UTF-8", - "Built": "R 4.3.0; ; 2024-01-23 07:12:10 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 00:02:03 UTC; windows" } }, "checkmate": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "checkmate", "Type": "Package", "Title": "Fast and Versatile Argument Checks", "Description": "Tests and assertions to perform frequent argument checks. A\n substantial part of the package was written in C to minimize any worries\n about execution time overhead.", - "Version": "2.3.0", + "Version": "2.3.2", "Authors@R": "c(\n person(\"Michel\", \"Lang\", NULL, \"michellang@gmail.com\",\n role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0001-9754-0393\")),\n person(\"Bernd\", \"Bischl\", NULL, \"bernd_bischl@gmx.net\", role = \"ctb\"),\n person(\"Dénes\", \"Tóth\", NULL, \"toth.denes@kogentum.hu\", role = \"ctb\",\n comment = c(ORCID = \"0000-0003-4262-3217\"))\n )", "URL": "https://mllg.github.io/checkmate/,\nhttps://github.com/mllg/checkmate", "URLNote": "https://github.com/mllg/checkmate", @@ -800,57 +838,60 @@ "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.2.3", + "RoxygenNote": "7.3.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'\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-10-25 10:38:55 UTC; michel", + "Packaged": "2024-07-29 09:26:26 UTC; michel", "Author": "Michel Lang [cre, aut] (),\n Bernd Bischl [ctb],\n Dénes Tóth [ctb] ()", "Maintainer": "Michel Lang ", "Repository": "RSPM", - "Date/Publication": "2023-10-25 13:20:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-10-26 11:37:54 UTC; windows", + "Date/Publication": "2024-07-29 12:30:06 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-07-30 04:31:17 UTC; windows", "Archs": "x64" } }, "chromote": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "chromote", "Title": "Headless Chrome Web Browser Interface", - "Version": "0.1.2", - "Authors@R": "c(\n person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Barret\", \"Schloerke\", , \"barret@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Version": "0.5.0", + "Authors@R": "c(\n person(\"Garrick\", \"Aden-Buie\", , \"garrick@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-7111-0077\")),\n person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"aut\"),\n person(\"Barret\", \"Schloerke\", , \"barret@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "An implementation of the 'Chrome DevTools Protocol', for\n controlling a headless Chrome web browser.", "License": "GPL-2", "URL": "https://rstudio.github.io/chromote/,\nhttps://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)", + "Imports": "cli, curl, fastmap, jsonlite, later (>= 1.1.0), magrittr,\nprocessx, promises (>= 1.1.1), R6, rlang (>= 1.1.0), utils,\nwebsocket (>= 1.2.0), withr, zip", + "Suggests": "knitr, rmarkdown, showimage, testthat (>= 3.0.0)", + "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", + "Config/testthat/parallel": "FALSE", + "Config/testthat/start-first": "chromote_session", "Encoding": "UTF-8", "Language": "en-US", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.2", "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],\n Barret Schloerke [aut] (),\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Winston Chang ", + "Packaged": "2025-03-20 19:18:41 UTC; garrick", + "Author": "Garrick Aden-Buie [aut, cre] (),\n Winston Chang [aut],\n Barret Schloerke [aut] (),\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Garrick Aden-Buie ", "Repository": "RSPM", - "Date/Publication": "2023-08-11 21:43:51 UTC", - "Built": "R 4.3.0; ; 2024-01-23 04:50:29 UTC; windows" + "Date/Publication": "2025-03-21 09:30:02 UTC", + "Built": "R 4.4.0; ; 2025-03-22 04:46:17 UTC; windows" } }, "cli": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "cli", "Title": "Helpers for Developing Command Line Interfaces", - "Version": "3.6.1", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", role = \"ctb\"),\n person(\"Kirill\", \"Müller\", role = \"ctb\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Version": "3.6.3", + "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", role = \"ctb\"),\n person(\"Kirill\", \"Müller\", role = \"ctb\"),\n person(\"Salim\", \"Brüggemann\", , \"salim-b@pm.me\", role = \"ctb\",\n comment = c(ORCID = \"0000-0002-5329-5987\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "A suite of tools to build attractive command line interfaces\n ('CLIs'), from semantic elements: headings, lists, alerts, paragraphs,\n etc. Supports custom themes via a 'CSS'-like language. It also\n contains a number of lower level 'CLI' elements: rules, boxes, trees,\n and 'Unicode' symbols with 'ASCII' alternatives. It support ANSI\n colors and text styles as well.", "License": "MIT + file LICENSE", - "URL": "https://cli.r-lib.org, https://github.com/r-lib/cli#readme", + "URL": "https://cli.r-lib.org, https://github.com/r-lib/cli", "BugReports": "https://github.com/r-lib/cli/issues", "Depends": "R (>= 3.4)", "Imports": "utils", @@ -858,20 +899,20 @@ "Config/Needs/website": "r-lib/asciicast, bench, brio, cpp11, decor, desc,\nfansi, prettyunits, sessioninfo, tidyverse/tidytemplate,\nusethis, vctrs", "Config/testthat/edition": "3", "Encoding": "UTF-8", - "RoxygenNote": "7.2.1.9000", + "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2023-03-22 13:59:32 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\n Hadley Wickham [ctb],\n Kirill Müller [ctb],\n RStudio [cph, fnd]", + "Packaged": "2024-06-21 17:24:00 UTC; gaborcsardi", + "Author": "Gábor Csárdi [aut, cre],\n Hadley Wickham [ctb],\n Kirill Müller [ctb],\n Salim Brüggemann [ctb] (),\n Posit Software, PBC [cph, fnd]", "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2023-03-23 12:52:05 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-04-25 02:06:14 UTC; windows", + "Repository": "CRAN", + "Date/Publication": "2024-06-21 21:00:07 UTC", + "Built": "R 4.4.1; x86_64-w64-mingw32; 2024-09-26 01:05:24 UTC; windows", "Archs": "x64" } }, "clipr": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Type": "Package", "Package": "clipr", @@ -895,15 +936,15 @@ "Maintainer": "Matthew Lincoln ", "Repository": "RSPM", "Date/Publication": "2022-02-22 00:58:45 UTC", - "Built": "R 4.3.0; ; 2024-01-23 01:35:19 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 20:14:35 UTC; windows" } }, "codetools": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "codetools", - "Version": "0.2-19", + "Version": "0.2-20", "Priority": "recommended", "Author": "Luke Tierney ", "Description": "Code analysis tools for R.", @@ -913,19 +954,19 @@ "URL": "https://gitlab.com/luke-tierney/codetools", "License": "GPL", "NeedsCompilation": "no", - "Packaged": "2023-01-31 19:16:51 UTC; luke", + "Packaged": "2024-03-31 18:18:09 UTC; luke", "Repository": "CRAN", - "Date/Publication": "2023-02-01 13:21:59 UTC", - "Built": "R 4.3.3; ; 2024-02-29 11:15:05 UTC; windows" + "Date/Publication": "2024-03-31 20:10:06 UTC", + "Built": "R 4.4.1; ; 2024-06-14 08:33:57 UTC; windows" } }, "colorspace": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "colorspace", - "Version": "2.1-0", - "Date": "2023-01-23", + "Version": "2.1-1", + "Date": "2024-07-26", "Title": "A Toolbox for Manipulating and Assessing Colors and Palettes", "Authors@R": "c(person(given = \"Ross\", family = \"Ihaka\", role = \"aut\", email = \"ihaka@stat.auckland.ac.nz\"),\n person(given = \"Paul\", family = \"Murrell\", role = \"aut\", email = \"paul@stat.auckland.ac.nz\",\n comment = c(ORCID = \"0000-0002-3224-8858\")),\n person(given = \"Kurt\", family = \"Hornik\", role = \"aut\", email = \"Kurt.Hornik@R-project.org\",\n\t\t comment = c(ORCID = \"0000-0003-4198-9911\")),\n person(given = c(\"Jason\", \"C.\"), family = \"Fisher\", role = \"aut\", email = \"jfisher@usgs.gov\",\n comment = c(ORCID = \"0000-0001-9032-8912\")),\n person(given = \"Reto\", family = \"Stauffer\", role = \"aut\", email = \"Reto.Stauffer@uibk.ac.at\",\n comment = c(ORCID = \"0000-0002-3798-5507\")),\n person(given = c(\"Claus\", \"O.\"), family = \"Wilke\", role = \"aut\", email = \"wilke@austin.utexas.edu\",\n comment = c(ORCID = \"0000-0002-7470-9261\")),\n person(given = c(\"Claire\", \"D.\"), family = \"McWhite\", role = \"aut\", email = \"claire.mcwhite@utmail.utexas.edu\",\n comment = c(ORCID = \"0000-0001-7346-3047\")),\n person(given = \"Achim\", family = \"Zeileis\", role = c(\"aut\", \"cre\"), email = \"Achim.Zeileis@R-project.org\",\n comment = c(ORCID = \"0000-0003-0918-3766\")))", "Description": "Carries out mapping between assorted color spaces including RGB, HSV, HLS,\n CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB, and polar CIELAB.\n\t Qualitative, sequential, and diverging color palettes based on HCL colors\n\t are provided along with corresponding ggplot2 color scales.\n\t Color palette choice is aided by an interactive app (with either a Tcl/Tk\n\t or a shiny graphical user interface) and shiny apps with an HCL color picker and a\n\t color vision deficiency emulator. Plotting functions for displaying\n\t and assessing palettes include color swatches, visualizations of the\n\t HCL space, and trajectories in HCL and/or RGB spectrum. Color manipulation\n\t functions include: desaturation, lightening/darkening, mixing, and\n\t simulation of color vision deficiencies (deutanomaly, protanomaly, tritanomaly).\n\t Details can be found on the project web page at \n\t and in the accompanying scientific paper: Zeileis et al. (2020, Journal of Statistical\n\t Software, ).", @@ -938,25 +979,25 @@ "BugReports": "https://colorspace.R-Forge.R-project.org/contact.html", "LazyData": "yes", "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.1", "NeedsCompilation": "yes", - "Packaged": "2023-01-23 08:50:11 UTC; zeileis", + "Packaged": "2024-07-26 15:40:41 UTC; zeileis", "Author": "Ross Ihaka [aut],\n Paul Murrell [aut] (),\n Kurt Hornik [aut] (),\n Jason C. Fisher [aut] (),\n Reto Stauffer [aut] (),\n Claus O. Wilke [aut] (),\n Claire D. McWhite [aut] (),\n Achim Zeileis [aut, cre] ()", "Maintainer": "Achim Zeileis ", "Repository": "RSPM", - "Date/Publication": "2023-01-23 11:40:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 01:38:26 UTC; windows", + "Date/Publication": "2024-07-26 17:10:02 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-07-27 04:42:47 UTC; windows", "Archs": "x64" } }, "commonmark": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "commonmark", "Type": "Package", "Title": "High Performance CommonMark and Github Markdown Rendering in R", - "Version": "1.9.0", + "Version": "1.9.1", "Authors@R": "c(\n person(\"Jeroen\", \"Ooms\", ,\"jeroen@berkeley.edu\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"John MacFarlane\", role = \"cph\", comment = \"Author of cmark\"))", "URL": "https://docs.ropensci.org/commonmark/\nhttps://r-lib.r-universe.dev/commonmark\nhttps://github.github.com/gfm/ (spec)", "BugReports": "https://github.com/r-lib/commonmark/issues", @@ -967,18 +1008,18 @@ "Language": "en-US", "Encoding": "UTF-8", "NeedsCompilation": "yes", - "Packaged": "2023-03-17 18:02:44 UTC; jeroen", + "Packaged": "2024-01-30 11:29:56 UTC; jeroen", "Author": "Jeroen Ooms [aut, cre] (),\n John MacFarlane [cph] (Author of cmark)", "Maintainer": "Jeroen Ooms ", "Repository": "RSPM", - "Date/Publication": "2023-03-17 18:40:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 01:25:46 UTC; windows", + "Date/Publication": "2024-01-30 12:40:02 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:46:49 UTC; windows", "Archs": "x64" } }, "config": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "config", "Type": "Package", @@ -1002,17 +1043,17 @@ "Maintainer": "Andrie de Vries ", "Repository": "RSPM", "Date/Publication": "2023-08-30 16:50:36 UTC", - "Built": "R 4.3.0; ; 2024-01-23 01:41:43 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 19:03:42 UTC; windows" } }, "covr": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Encoding": "UTF-8", "Package": "covr", "Title": "Test Coverage for Packages", - "Version": "3.6.3", + "Version": "3.6.4", "Authors@R": "c(\n person(\"Jim\", \"Hester\", email = \"james.f.hester@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Willem\", \"Ligtenberg\", role = \"ctb\"),\n person(\"Kirill\", \"Müller\", role = \"ctb\"),\n person(\"Henrik\", \"Bengtsson\", role = \"ctb\"),\n person(\"Steve\", \"Peak\", role = \"ctb\"),\n person(\"Kirill\", \"Sevastyanenko\", role = \"ctb\"),\n person(\"Jon\", \"Clayden\", role = \"ctb\"),\n person(\"Robert\", \"Flight\", role = \"ctb\"),\n person(\"Eric\", \"Brown\", role = \"ctb\"),\n person(\"Brodie\", \"Gaslam\", role = \"ctb\"),\n person(\"Will\", \"Beasley\", role = \"ctb\"),\n person(\"Robert\", \"Krzyzanowski\", role = \"ctb\"),\n person(\"Markus\", \"Wamser\", role = \"ctb\"),\n person(\"Karl\", \"Forner\", role = \"ctb\"),\n person(\"Gergely\", \"Daróczi\", role = \"ctb\"),\n person(\"Jouni\", \"Helske\", role = \"ctb\"),\n person(\"Kun\", \"Ren\", role = \"ctb\"),\n person(\"Jeroen\", \"Ooms\", role = \"ctb\"),\n person(\"Ken\", \"Williams\", role = \"ctb\"),\n person(\"Chris\", \"Campbell\", role = \"ctb\"),\n person(\"David\", \"Hugh-Jones\", role = \"ctb\"),\n person(\"Qin\", \"Wang\", role = \"ctb\"),\n person(\"Doug\", \"Kelkhoff\", role = \"ctb\"),\n person(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"), comment = \"highlight.js library\"),\n person(\"Mark\", \"Otto\", role = \"ctb\", comment = \"Bootstrap library\"),\n person(\"Jacob\", \"Thornton\", role = \"ctb\", comment = \"Bootstrap library\"),\n person(family = \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"),\n person(family = \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\")\n )", "Description": "Track and report code coverage for your package and (optionally)\n upload the results to a coverage service like 'Codecov' or\n 'Coveralls' . Code coverage is a measure of the amount of\n code being exercised by a set of tests. It is an indirect measure of test\n quality and completeness. This package is compatible with any testing\n methodology or framework and tracks coverage of both R code and compiled\n C/C++/FORTRAN code.", "URL": "https://covr.r-lib.org, https://github.com/r-lib/covr", @@ -1024,58 +1065,57 @@ "VignetteBuilder": "knitr", "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2023-10-10 15:11:25 UTC; jimhester", + "Packaged": "2023-11-08 21:07:59 UTC; jimhester", "Author": "Jim Hester [aut, cre],\n Willem Ligtenberg [ctb],\n Kirill Müller [ctb],\n Henrik Bengtsson [ctb],\n Steve Peak [ctb],\n Kirill Sevastyanenko [ctb],\n Jon Clayden [ctb],\n Robert Flight [ctb],\n Eric Brown [ctb],\n Brodie Gaslam [ctb],\n Will Beasley [ctb],\n Robert Krzyzanowski [ctb],\n Markus Wamser [ctb],\n Karl Forner [ctb],\n Gergely Daróczi [ctb],\n Jouni Helske [ctb],\n Kun Ren [ctb],\n Jeroen Ooms [ctb],\n Ken Williams [ctb],\n Chris Campbell [ctb],\n David Hugh-Jones [ctb],\n Qin Wang [ctb],\n Doug Kelkhoff [ctb],\n Ivan Sagalaev [ctb, cph] (highlight.js library),\n Mark Otto [ctb] (Bootstrap library),\n Jacob Thornton [ctb] (Bootstrap library),\n Bootstrap contributors [ctb] (Bootstrap library),\n Twitter, Inc [cph] (Bootstrap library)", "Maintainer": "Jim Hester ", "Repository": "RSPM", - "Date/Publication": "2023-10-11 00:40:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-10-12 11:45:46 UTC; windows", + "Date/Publication": "2023-11-09 08:10:06 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 21:19:29 UTC; windows", "Archs": "x64" } }, "cowplot": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "cowplot", "Title": "Streamlined Plot Theme and Plot Annotations for 'ggplot2'", - "Version": "1.1.1", + "Version": "1.1.3", "Authors@R": "\n person(\n given = \"Claus O.\",\n family = \"Wilke\",\n role = c(\"aut\", \"cre\"),\n email = \"wilke@austin.utexas.edu\",\n comment = c(ORCID = \"0000-0002-7470-9261\")\n )", "Description": "\n Provides various features that help with creating publication-quality figures\n with 'ggplot2', such as a set of themes, functions to align plots and arrange\n them into complex compound figures, and functions that make it easy to annotate\n plots and or mix plots with images. The package was originally written for\n internal use in the Wilke lab, hence the name (Claus O. Wilke's plot package).\n It has also been used extensively in the book Fundamentals of Data\n Visualization.", "URL": "https://wilkelab.org/cowplot/", "BugReports": "https://github.com/wilkelab/cowplot/issues", "Depends": "R (>= 3.5.0)", - "Imports": "ggplot2 (> 2.2.1), grid, gtable, grDevices, methods, rlang,\nscales", + "Imports": "ggplot2 (>= 3.4.0), grid, gtable, grDevices, methods, rlang,\nscales", "License": "GPL-2", - "LazyData": "true", "Suggests": "Cairo, covr, dplyr, forcats, gridGraphics (>= 0.4-0), knitr,\nlattice, magick, maps, PASWR, patchwork, rmarkdown, ragg,\ntestthat (>= 1.0.0), tidyr, vdiffr (>= 0.3.0), VennDiagram", "VignetteBuilder": "knitr", "Collate": "'add_sub.R' 'align_plots.R' 'as_grob.R' 'as_gtable.R'\n'axis_canvas.R' 'cowplot.R' 'draw.R' 'get_plot_component.R'\n'get_axes.R' 'get_titles.R' 'get_legend.R' 'get_panel.R'\n'gtable.R' 'key_glyph.R' 'plot_grid.R' 'save.R'\n'set_null_device.R' 'setup.R' 'stamp.R' 'themes.R'\n'utils_ggplot2.R'", - "RoxygenNote": "7.1.1", + "RoxygenNote": "7.2.3", "Encoding": "UTF-8", "NeedsCompilation": "no", - "Packaged": "2020-12-15 18:32:06 UTC; clauswilke", + "Packaged": "2024-01-22 21:32:03 UTC; clauswilke", "Author": "Claus O. Wilke [aut, cre] ()", "Maintainer": "Claus O. Wilke ", "Repository": "RSPM", - "Date/Publication": "2020-12-30 14:30:02 UTC", - "Built": "R 4.3.0; ; 2023-07-08 01:03:56 UTC; windows" + "Date/Publication": "2024-01-22 23:22:51 UTC", + "Built": "R 4.4.0; ; 2024-04-25 20:38:46 UTC; windows" } }, "cpp11": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "cpp11", "Title": "A C++11 Interface for R's C Interface", - "Version": "0.4.6", + "Version": "0.5.0", "Authors@R": "\n c(\n person(\"Davis\", \"Vaughan\", email = \"davis@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4777-038X\")),\n person(\"Jim\",\"Hester\", role = \"aut\", comment = c(ORCID = \"0000-0002-2739-7082\")),\n person(\"Romain\", \"François\", role = \"aut\", comment = c(ORCID = \"0000-0002-2444-4226\")),\n person(\"Benjamin\", \"Kietzman\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "Provides a header only, C++11 interface to R's C\n interface. Compared to other approaches 'cpp11' strives to be safe\n against long jumps from the C API as well as C++ exceptions, conform\n to normal R function semantics and supports interaction with 'ALTREP'\n vectors.", "License": "MIT + file LICENSE", "URL": "https://cpp11.r-lib.org, https://github.com/r-lib/cpp11", "BugReports": "https://github.com/r-lib/cpp11/issues", - "Depends": "R (>= 3.5.0)", - "Suggests": "bench, brio, callr, cli, covr, decor, desc, ggplot2, glue,\nknitr, lobstr, mockery, progress, rmarkdown, scales, Rcpp,\ntestthat, tibble, utils, vctrs, withr", + "Depends": "R (>= 3.6.0)", + "Suggests": "bench, brio, callr, cli, covr, decor, desc, ggplot2, glue,\nknitr, lobstr, mockery, progress, rmarkdown, scales, Rcpp,\ntestthat (>= 3.2.0), tibble, utils, vctrs, withr", "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", @@ -1083,43 +1123,44 @@ "Encoding": "UTF-8", "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2023-08-08 21:27:43 UTC; davis", + "Packaged": "2024-08-26 21:19:28 UTC; davis", "Author": "Davis Vaughan [aut, cre] (),\n Jim Hester [aut] (),\n Romain François [aut] (),\n Benjamin Kietzman [ctb],\n Posit Software, PBC [cph, fnd]", "Maintainer": "Davis Vaughan ", "Repository": "RSPM", - "Date/Publication": "2023-08-10 06:50:07 UTC", - "Built": "R 4.3.0; ; 2023-11-29 12:29:31 UTC; windows" + "Date/Publication": "2024-08-27 04:30:17 UTC", + "Built": "R 4.4.0; ; 2024-08-28 04:38:59 UTC; windows" } }, "crayon": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "crayon", "Title": "Colored Terminal Output", - "Version": "1.5.2", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\",\n role = c(\"aut\", \"cre\")),\n person(\n \"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\",\n role=c(\"ctb\"))\n )", - "Description": "The crayon package is now superseded. Please use the 'cli' package\n for new projects.\n Colored terminal output on terminals that support 'ANSI'\n color and highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI'\n color support is automatically detected. Colors and highlighting can\n be combined and nested. New styles can also be created easily.\n This package was inspired by the 'chalk' 'JavaScript' project.", + "Version": "1.5.3", + "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Brodie\", \"Gaslam\", , \"brodie.gaslam@yahoo.com\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "The crayon package is now superseded. Please use the 'cli'\n package for new projects. Colored terminal output on terminals that\n support 'ANSI' color and highlight codes. It also works in 'Emacs'\n 'ESS'. 'ANSI' color support is automatically detected. Colors and\n highlighting can be combined and nested. New styles can also be\n created easily. This package was inspired by the 'chalk' 'JavaScript'\n project.", "License": "MIT + file LICENSE", - "URL": "https://github.com/r-lib/crayon#readme", + "URL": "https://r-lib.github.io/crayon/, https://github.com/r-lib/crayon", "BugReports": "https://github.com/r-lib/crayon/issues", - "Collate": "'aaa-rstudio-detect.R' 'aaaa-rematch2.R'\n'aab-num-ansi-colors.R' 'aac-num-ansi-colors.R' 'ansi-256.r'\n'ansi-palette.R' 'combine.r' 'string.r' 'utils.r'\n'crayon-package.r' 'disposable.r' 'enc-utils.R' 'has_ansi.r'\n'has_color.r' 'link.R' 'styles.r' 'machinery.r' 'parts.r'\n'print.r' 'style-var.r' 'show.r' 'string_operations.r'", "Imports": "grDevices, methods, utils", "Suggests": "mockery, rstudioapi, testthat, withr", - "RoxygenNote": "7.1.2", + "Config/Needs/website": "tidyverse/tidytemplate", "Encoding": "UTF-8", + "RoxygenNote": "7.3.1", + "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'", "NeedsCompilation": "no", - "Packaged": "2022-09-29 06:24:10 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\n Brodie Gaslam [ctb]", + "Packaged": "2024-06-20 11:49:08 UTC; gaborcsardi", + "Author": "Gábor Csárdi [aut, cre],\n Brodie Gaslam [ctb],\n Posit Software, PBC [cph, fnd]", "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2022-09-29 16:20:24 UTC", - "Built": "R 4.3.0; ; 2024-01-23 01:25:24 UTC; windows" + "Repository": "CRAN", + "Date/Publication": "2024-06-20 13:00:02 UTC", + "Built": "R 4.4.1; ; 2024-09-26 01:05:25 UTC; windows" } }, "credentials": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "credentials", "Type": "Package", @@ -1143,159 +1184,159 @@ "Maintainer": "Jeroen Ooms ", "Repository": "RSPM", "Date/Publication": "2023-09-06 21:32:31 UTC", - "Built": "R 4.3.0; ; 2024-01-23 03:15:02 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 20:16:21 UTC; windows" } }, "crosstalk": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "crosstalk", "Type": "Package", "Title": "Inter-Widget Interactivity for HTML Widgets", - "Version": "1.2.0", - "Authors@R": "c(\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\n person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"),\n email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(family = \"RStudio\", role = \"cph\"),\n person(family = \"jQuery Foundation\", role = \"cph\",\n comment = \"jQuery library and jQuery UI library\"),\n person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"),\n person(\"Mark\", \"Otto\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(\"Jacob\", \"Thornton\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(family = \"Bootstrap contributors\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(family = \"Twitter, Inc\", role = \"cph\",\n comment = \"Bootstrap library\"),\n person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"),\n comment = \"selectize.js library\"),\n person(\"Kristopher Michael\", \"Kowal\", role = c(\"ctb\", \"cph\"),\n comment = \"es5-shim library\"),\n person(family = \"es5-shim contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"es5-shim library\"),\n person(\"Denis\", \"Ineshin\", role = c(\"ctb\", \"cph\"),\n comment = \"ion.rangeSlider library\"),\n person(\"Sami\", \"Samhuri\", role = c(\"ctb\", \"cph\"),\n comment = \"Javascript strftime library\")\n )", + "Version": "1.2.1", + "Authors@R": "c(\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@posit.co\"),\n person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"),\n email = \"carson@posit.co\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(family = \"jQuery Foundation\", role = \"cph\",\n comment = \"jQuery library and jQuery UI library\"),\n person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"),\n person(\"Mark\", \"Otto\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(\"Jacob\", \"Thornton\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(family = \"Bootstrap contributors\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(family = \"Twitter, Inc\", role = \"cph\",\n comment = \"Bootstrap library\"),\n person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"),\n comment = \"selectize.js library\"),\n person(\"Kristopher Michael\", \"Kowal\", role = c(\"ctb\", \"cph\"),\n comment = \"es5-shim library\"),\n person(family = \"es5-shim contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"es5-shim library\"),\n person(\"Denis\", \"Ineshin\", role = c(\"ctb\", \"cph\"),\n comment = \"ion.rangeSlider library\"),\n person(\"Sami\", \"Samhuri\", role = c(\"ctb\", \"cph\"),\n comment = \"Javascript strftime library\")\n )", "Description": "Provides building blocks for allowing HTML widgets to communicate\n with each other, with Shiny or without (i.e. static .html files). Currently\n supports linked brushing and filtering.", "License": "MIT + file LICENSE", "Imports": "htmltools (>= 0.3.6), jsonlite, lazyeval, R6", "Suggests": "shiny, ggplot2, testthat (>= 2.1.0), sass, bslib", - "URL": "https://rstudio.github.io/crosstalk/", + "URL": "https://rstudio.github.io/crosstalk/,\nhttps://github.com/rstudio/crosstalk", "BugReports": "https://github.com/rstudio/crosstalk/issues", - "RoxygenNote": "7.1.1", + "RoxygenNote": "7.2.3", "Encoding": "UTF-8", "NeedsCompilation": "no", - "Packaged": "2021-11-04 15:35:47 UTC; cpsievert", - "Author": "Joe Cheng [aut],\n Carson Sievert [aut, cre] (),\n RStudio [cph],\n jQuery Foundation [cph] (jQuery library and jQuery UI library),\n jQuery contributors [ctb, cph] (jQuery library; authors listed in\n inst/www/shared/jquery-AUTHORS.txt),\n Mark Otto [ctb] (Bootstrap library),\n Jacob Thornton [ctb] (Bootstrap library),\n Bootstrap contributors [ctb] (Bootstrap library),\n Twitter, Inc [cph] (Bootstrap library),\n Brian Reavis [ctb, cph] (selectize.js library),\n Kristopher Michael Kowal [ctb, cph] (es5-shim library),\n es5-shim contributors [ctb, cph] (es5-shim library),\n Denis Ineshin [ctb, cph] (ion.rangeSlider library),\n Sami Samhuri [ctb, cph] (Javascript strftime library)", - "Maintainer": "Carson Sievert ", + "Packaged": "2023-11-22 16:29:50 UTC; cpsievert", + "Author": "Joe Cheng [aut],\n Carson Sievert [aut, cre] (),\n Posit Software, PBC [cph, fnd],\n jQuery Foundation [cph] (jQuery library and jQuery UI library),\n jQuery contributors [ctb, cph] (jQuery library; authors listed in\n inst/www/shared/jquery-AUTHORS.txt),\n Mark Otto [ctb] (Bootstrap library),\n Jacob Thornton [ctb] (Bootstrap library),\n Bootstrap contributors [ctb] (Bootstrap library),\n Twitter, Inc [cph] (Bootstrap library),\n Brian Reavis [ctb, cph] (selectize.js library),\n Kristopher Michael Kowal [ctb, cph] (es5-shim library),\n es5-shim contributors [ctb, cph] (es5-shim library),\n Denis Ineshin [ctb, cph] (ion.rangeSlider library),\n Sami Samhuri [ctb, cph] (Javascript strftime library)", + "Maintainer": "Carson Sievert ", "Repository": "RSPM", - "Date/Publication": "2021-11-04 16:30:02 UTC", - "Built": "R 4.3.0; ; 2023-05-29 16:01:07 UTC; windows" + "Date/Publication": "2023-11-23 08:50:07 UTC", + "Built": "R 4.4.0; ; 2024-04-25 20:40:47 UTC; windows" } }, "curl": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "curl", "Type": "Package", "Title": "A Modern and Flexible Web Client for R", - "Version": "5.1.0", + "Version": "5.2.2", "Authors@R": "c(\n person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\n comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"ctb\"),\n person(\"RStudio\", role = \"cph\")\n )", "Description": "The curl() and curl_download() functions provide highly\n configurable drop-in replacements for base url() and download.file() with\n better performance, support for encryption (https, ftps), gzip compression,\n authentication, and other 'libcurl' goodies. The core of the package implements a\n framework for performing fully customized requests where data can be processed\n either in memory, on disk, or streaming via the callback or connection\n interfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly\n web client see the 'httr' package which builds on this package with http\n specific tools and logic.", "License": "MIT + file LICENSE", "SystemRequirements": "libcurl: libcurl-devel (rpm) or\nlibcurl4-openssl-dev (deb).", "URL": "https://jeroen.r-universe.dev/curl https://curl.se/libcurl/", "BugReports": "https://github.com/jeroen/curl/issues", - "Suggests": "spelling, testthat (>= 1.0.0), knitr, jsonlite, rmarkdown,\nmagrittr, httpuv (>= 1.4.4), webutils", + "Suggests": "spelling, testthat (>= 1.0.0), knitr, jsonlite, later,\nrmarkdown, httpuv (>= 1.4.4), webutils", "VignetteBuilder": "knitr", "Depends": "R (>= 3.0.0)", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.0", "Encoding": "UTF-8", "Language": "en-US", "NeedsCompilation": "yes", - "Packaged": "2023-09-30 07:44:16 UTC; jeroen", + "Packaged": "2024-08-25 10:08:31 UTC; jeroen", "Author": "Jeroen Ooms [aut, cre] (),\n Hadley Wickham [ctb],\n RStudio [cph]", "Maintainer": "Jeroen Ooms ", "Repository": "RSPM", - "Date/Publication": "2023-10-02 15:20:07 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-10-03 11:36:15 UTC; windows", + "Date/Publication": "2024-08-26 09:40:03 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-27 04:34:46 UTC; windows", "Archs": "x64" } }, "data.table": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "data.table", - "Version": "1.14.8", + "Version": "1.16.0", "Title": "Extension of `data.frame`", - "Authors@R": "c(\n person(\"Matt\",\"Dowle\", role=c(\"aut\",\"cre\"), email=\"mattjdowle@gmail.com\"),\n person(\"Arun\",\"Srinivasan\", role=\"aut\", email=\"asrini@pm.me\"),\n person(\"Jan\",\"Gorecki\", role=\"ctb\"),\n person(\"Michael\",\"Chirico\", role=\"ctb\"),\n person(\"Pasha\",\"Stetsenko\", role=\"ctb\"),\n person(\"Tom\",\"Short\", role=\"ctb\"),\n person(\"Steve\",\"Lianoglou\", role=\"ctb\"),\n person(\"Eduard\",\"Antonyan\", role=\"ctb\"),\n person(\"Markus\",\"Bonsch\", role=\"ctb\"),\n person(\"Hugh\",\"Parsonage\", role=\"ctb\"),\n person(\"Scott\",\"Ritchie\", role=\"ctb\"),\n person(\"Kun\",\"Ren\", role=\"ctb\"),\n person(\"Xianying\",\"Tan\", role=\"ctb\"),\n person(\"Rick\",\"Saporta\", role=\"ctb\"),\n person(\"Otto\",\"Seiskari\", role=\"ctb\"),\n person(\"Xianghui\",\"Dong\", role=\"ctb\"),\n person(\"Michel\",\"Lang\", role=\"ctb\"),\n person(\"Watal\",\"Iwasaki\", role=\"ctb\"),\n person(\"Seth\",\"Wenchel\", role=\"ctb\"),\n person(\"Karl\",\"Broman\", role=\"ctb\"),\n person(\"Tobias\",\"Schmidt\", role=\"ctb\"),\n person(\"David\",\"Arenburg\", role=\"ctb\"),\n person(\"Ethan\",\"Smith\", role=\"ctb\"),\n person(\"Francois\",\"Cocquemas\", role=\"ctb\"),\n person(\"Matthieu\",\"Gomez\", role=\"ctb\"),\n person(\"Philippe\",\"Chataignon\", role=\"ctb\"),\n person(\"Nello\",\"Blaser\", role=\"ctb\"),\n person(\"Dmitry\",\"Selivanov\", role=\"ctb\"),\n person(\"Andrey\",\"Riabushenko\", role=\"ctb\"),\n person(\"Cheng\",\"Lee\", role=\"ctb\"),\n person(\"Declan\",\"Groves\", role=\"ctb\"),\n person(\"Daniel\",\"Possenriede\", role=\"ctb\"),\n person(\"Felipe\",\"Parages\", role=\"ctb\"),\n person(\"Denes\",\"Toth\", role=\"ctb\"),\n person(\"Mus\",\"Yaramaz-David\", role=\"ctb\"),\n person(\"Ayappan\",\"Perumal\", role=\"ctb\"),\n person(\"James\",\"Sams\", role=\"ctb\"),\n person(\"Martin\",\"Morgan\", role=\"ctb\"),\n person(\"Michael\",\"Quinn\", role=\"ctb\"),\n person(\"@javrucebo\",\"\", role=\"ctb\"),\n person(\"@marc-outins\",\"\", role=\"ctb\"),\n person(\"Roy\",\"Storey\", role=\"ctb\"),\n person(\"Manish\",\"Saraswat\", role=\"ctb\"),\n person(\"Morgan\",\"Jacob\", role=\"ctb\"),\n person(\"Michael\",\"Schubmehl\", role=\"ctb\"),\n person(\"Davis\",\"Vaughan\", role=\"ctb\"),\n person(\"Toby\",\"Hocking\", role=\"ctb\"),\n person(\"Leonardo\",\"Silvestri\", role=\"ctb\"),\n person(\"Tyson\",\"Barrett\", role=\"ctb\"),\n person(\"Jim\",\"Hester\", role=\"ctb\"),\n person(\"Anthony\",\"Damico\", role=\"ctb\"),\n person(\"Sebastian\",\"Freundt\", role=\"ctb\"),\n person(\"David\",\"Simons\", role=\"ctb\"),\n person(\"Elliott\",\"Sales de Andrade\", role=\"ctb\"),\n person(\"Cole\",\"Miller\", role=\"ctb\"),\n person(\"Jens Peder\",\"Meldgaard\", role=\"ctb\"),\n person(\"Vaclav\",\"Tlapak\", role=\"ctb\"),\n person(\"Kevin\",\"Ushey\", role=\"ctb\"),\n person(\"Dirk\",\"Eddelbuettel\", role=\"ctb\"),\n person(\"Ben\",\"Schwen\", role=\"ctb\"))", - "Depends": "R (>= 3.1.0)", + "Depends": "R (>= 3.3.0)", "Imports": "methods", - "Suggests": "bit64 (>= 4.0.0), bit (>= 4.0.4), curl, R.utils, xts,\nnanotime, zoo (>= 1.8-1), yaml, knitr, rmarkdown", - "SystemRequirements": "zlib", + "Suggests": "bit64 (>= 4.0.0), bit (>= 4.0.4), R.utils, xts, zoo (>=\n1.8-1), yaml, knitr, markdown", "Description": "Fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins, fast add/modify/delete of columns by group using no copies at all, list columns, friendly and fast character-separated-value read/write. Offers a natural and flexible syntax, for faster development.", "License": "MPL-2.0 | file LICENSE", "URL": "https://r-datatable.com, https://Rdatatable.gitlab.io/data.table,\nhttps://github.com/Rdatatable/data.table", "BugReports": "https://github.com/Rdatatable/data.table/issues", "VignetteBuilder": "knitr", + "Encoding": "UTF-8", "ByteCompile": "TRUE", + "Authors@R": "c(\n person(\"Tyson\",\"Barrett\", role=c(\"aut\",\"cre\"), email=\"t.barrett88@gmail.com\", comment = c(ORCID=\"0000-0002-2137-1391\")),\n person(\"Matt\",\"Dowle\", role=\"aut\", email=\"mattjdowle@gmail.com\"),\n person(\"Arun\",\"Srinivasan\", role=\"aut\", email=\"asrini@pm.me\"),\n person(\"Jan\",\"Gorecki\", role=\"aut\"),\n person(\"Michael\",\"Chirico\", role=\"aut\", comment = c(ORCID=\"0000-0003-0787-087X\")),\n person(\"Toby\",\"Hocking\", role=\"aut\", comment = c(ORCID=\"0000-0002-3146-0865\")),\n person(\"Benjamin\",\"Schwendinger\",role=\"aut\", comment = c(ORCID=\"0000-0003-3315-8114\")),\n person(\"Pasha\",\"Stetsenko\", role=\"ctb\"),\n person(\"Tom\",\"Short\", role=\"ctb\"),\n person(\"Steve\",\"Lianoglou\", role=\"ctb\"),\n person(\"Eduard\",\"Antonyan\", role=\"ctb\"),\n person(\"Markus\",\"Bonsch\", role=\"ctb\"),\n person(\"Hugh\",\"Parsonage\", role=\"ctb\"),\n person(\"Scott\",\"Ritchie\", role=\"ctb\"),\n person(\"Kun\",\"Ren\", role=\"ctb\"),\n person(\"Xianying\",\"Tan\", role=\"ctb\"),\n person(\"Rick\",\"Saporta\", role=\"ctb\"),\n person(\"Otto\",\"Seiskari\", role=\"ctb\"),\n person(\"Xianghui\",\"Dong\", role=\"ctb\"),\n person(\"Michel\",\"Lang\", role=\"ctb\"),\n person(\"Watal\",\"Iwasaki\", role=\"ctb\"),\n person(\"Seth\",\"Wenchel\", role=\"ctb\"),\n person(\"Karl\",\"Broman\", role=\"ctb\"),\n person(\"Tobias\",\"Schmidt\", role=\"ctb\"),\n person(\"David\",\"Arenburg\", role=\"ctb\"),\n person(\"Ethan\",\"Smith\", role=\"ctb\"),\n person(\"Francois\",\"Cocquemas\", role=\"ctb\"),\n person(\"Matthieu\",\"Gomez\", role=\"ctb\"),\n person(\"Philippe\",\"Chataignon\", role=\"ctb\"),\n person(\"Nello\",\"Blaser\", role=\"ctb\"),\n person(\"Dmitry\",\"Selivanov\", role=\"ctb\"),\n person(\"Andrey\",\"Riabushenko\", role=\"ctb\"),\n person(\"Cheng\",\"Lee\", role=\"ctb\"),\n person(\"Declan\",\"Groves\", role=\"ctb\"),\n person(\"Daniel\",\"Possenriede\", role=\"ctb\"),\n person(\"Felipe\",\"Parages\", role=\"ctb\"),\n person(\"Denes\",\"Toth\", role=\"ctb\"),\n person(\"Mus\",\"Yaramaz-David\", role=\"ctb\"),\n person(\"Ayappan\",\"Perumal\", role=\"ctb\"),\n person(\"James\",\"Sams\", role=\"ctb\"),\n person(\"Martin\",\"Morgan\", role=\"ctb\"),\n person(\"Michael\",\"Quinn\", role=\"ctb\"),\n person(\"@javrucebo\",\"\", role=\"ctb\"),\n person(\"@marc-outins\",\"\", role=\"ctb\"),\n person(\"Roy\",\"Storey\", role=\"ctb\"),\n person(\"Manish\",\"Saraswat\", role=\"ctb\"),\n person(\"Morgan\",\"Jacob\", role=\"ctb\"),\n person(\"Michael\",\"Schubmehl\", role=\"ctb\"),\n person(\"Davis\",\"Vaughan\", role=\"ctb\"),\n person(\"Leonardo\",\"Silvestri\", role=\"ctb\"),\n person(\"Jim\",\"Hester\", role=\"ctb\"),\n person(\"Anthony\",\"Damico\", role=\"ctb\"),\n person(\"Sebastian\",\"Freundt\", role=\"ctb\"),\n person(\"David\",\"Simons\", role=\"ctb\"),\n person(\"Elliott\",\"Sales de Andrade\", role=\"ctb\"),\n person(\"Cole\",\"Miller\", role=\"ctb\"),\n person(\"Jens Peder\",\"Meldgaard\", role=\"ctb\"),\n person(\"Vaclav\",\"Tlapak\", role=\"ctb\"),\n person(\"Kevin\",\"Ushey\", role=\"ctb\"),\n person(\"Dirk\",\"Eddelbuettel\", role=\"ctb\"),\n person(\"Tony\",\"Fischetti\", role=\"ctb\"),\n person(\"Ofek\",\"Shilon\", role=\"ctb\"),\n person(\"Vadim\",\"Khotilovich\", role=\"ctb\"),\n person(\"Hadley\",\"Wickham\", role=\"ctb\"),\n person(\"Bennet\",\"Becker\", role=\"ctb\"),\n person(\"Kyle\",\"Haynes\", role=\"ctb\"),\n person(\"Boniface Christian\",\"Kamgang\", role=\"ctb\"),\n person(\"Olivier\",\"Delmarcell\", role=\"ctb\"),\n person(\"Josh\",\"O'Brien\", role=\"ctb\"),\n person(\"Dereck\",\"de Mezquita\", role=\"ctb\"),\n person(\"Michael\",\"Czekanski\", role=\"ctb\"),\n person(\"Dmitry\", \"Shemetov\", role=\"ctb\"),\n person(\"Nitish\", \"Jha\", role=\"ctb\"),\n person(\"Joshua\", \"Wu\", role=\"ctb\"),\n person(\"Iago\", \"Giné-Vázquez\", role=\"ctb\"),\n person(\"Anirban\", \"Chetia\", role=\"ctb\"),\n person(\"Doris\", \"Amoakohene\", role=\"ctb\")\n )", "NeedsCompilation": "yes", - "Packaged": "2023-02-16 16:37:18 UTC; mdowle", - "Author": "Matt Dowle [aut, cre],\n Arun Srinivasan [aut],\n Jan Gorecki [ctb],\n Michael Chirico [ctb],\n Pasha Stetsenko [ctb],\n Tom Short [ctb],\n Steve Lianoglou [ctb],\n Eduard Antonyan [ctb],\n Markus Bonsch [ctb],\n Hugh Parsonage [ctb],\n Scott Ritchie [ctb],\n Kun Ren [ctb],\n Xianying Tan [ctb],\n Rick Saporta [ctb],\n Otto Seiskari [ctb],\n Xianghui Dong [ctb],\n Michel Lang [ctb],\n Watal Iwasaki [ctb],\n Seth Wenchel [ctb],\n Karl Broman [ctb],\n Tobias Schmidt [ctb],\n David Arenburg [ctb],\n Ethan Smith [ctb],\n Francois Cocquemas [ctb],\n Matthieu Gomez [ctb],\n Philippe Chataignon [ctb],\n Nello Blaser [ctb],\n Dmitry Selivanov [ctb],\n Andrey Riabushenko [ctb],\n Cheng Lee [ctb],\n Declan Groves [ctb],\n Daniel Possenriede [ctb],\n Felipe Parages [ctb],\n Denes Toth [ctb],\n Mus Yaramaz-David [ctb],\n Ayappan Perumal [ctb],\n James Sams [ctb],\n Martin Morgan [ctb],\n Michael Quinn [ctb],\n @javrucebo [ctb],\n @marc-outins [ctb],\n Roy Storey [ctb],\n Manish Saraswat [ctb],\n Morgan Jacob [ctb],\n Michael Schubmehl [ctb],\n Davis Vaughan [ctb],\n Toby Hocking [ctb],\n Leonardo Silvestri [ctb],\n Tyson Barrett [ctb],\n Jim Hester [ctb],\n Anthony Damico [ctb],\n Sebastian Freundt [ctb],\n David Simons [ctb],\n Elliott Sales de Andrade [ctb],\n Cole Miller [ctb],\n Jens Peder Meldgaard [ctb],\n Vaclav Tlapak [ctb],\n Kevin Ushey [ctb],\n Dirk Eddelbuettel [ctb],\n Ben Schwen [ctb]", - "Maintainer": "Matt Dowle ", + "Packaged": "2024-08-25 15:12:50 UTC; tysonbarrett", + "Author": "Tyson Barrett [aut, cre] (),\n Matt Dowle [aut],\n Arun Srinivasan [aut],\n Jan Gorecki [aut],\n Michael Chirico [aut] (),\n Toby Hocking [aut] (),\n Benjamin Schwendinger [aut] (),\n Pasha Stetsenko [ctb],\n Tom Short [ctb],\n Steve Lianoglou [ctb],\n Eduard Antonyan [ctb],\n Markus Bonsch [ctb],\n Hugh Parsonage [ctb],\n Scott Ritchie [ctb],\n Kun Ren [ctb],\n Xianying Tan [ctb],\n Rick Saporta [ctb],\n Otto Seiskari [ctb],\n Xianghui Dong [ctb],\n Michel Lang [ctb],\n Watal Iwasaki [ctb],\n Seth Wenchel [ctb],\n Karl Broman [ctb],\n Tobias Schmidt [ctb],\n David Arenburg [ctb],\n Ethan Smith [ctb],\n Francois Cocquemas [ctb],\n Matthieu Gomez [ctb],\n Philippe Chataignon [ctb],\n Nello Blaser [ctb],\n Dmitry Selivanov [ctb],\n Andrey Riabushenko [ctb],\n Cheng Lee [ctb],\n Declan Groves [ctb],\n Daniel Possenriede [ctb],\n Felipe Parages [ctb],\n Denes Toth [ctb],\n Mus Yaramaz-David [ctb],\n Ayappan Perumal [ctb],\n James Sams [ctb],\n Martin Morgan [ctb],\n Michael Quinn [ctb],\n @javrucebo [ctb],\n @marc-outins [ctb],\n Roy Storey [ctb],\n Manish Saraswat [ctb],\n Morgan Jacob [ctb],\n Michael Schubmehl [ctb],\n Davis Vaughan [ctb],\n Leonardo Silvestri [ctb],\n Jim Hester [ctb],\n Anthony Damico [ctb],\n Sebastian Freundt [ctb],\n David Simons [ctb],\n Elliott Sales de Andrade [ctb],\n Cole Miller [ctb],\n Jens Peder Meldgaard [ctb],\n Vaclav Tlapak [ctb],\n Kevin Ushey [ctb],\n Dirk Eddelbuettel [ctb],\n Tony Fischetti [ctb],\n Ofek Shilon [ctb],\n Vadim Khotilovich [ctb],\n Hadley Wickham [ctb],\n Bennet Becker [ctb],\n Kyle Haynes [ctb],\n Boniface Christian Kamgang [ctb],\n Olivier Delmarcell [ctb],\n Josh O'Brien [ctb],\n Dereck de Mezquita [ctb],\n Michael Czekanski [ctb],\n Dmitry Shemetov [ctb],\n Nitish Jha [ctb],\n Joshua Wu [ctb],\n Iago Giné-Vázquez [ctb],\n Anirban Chetia [ctb],\n Doris Amoakohene [ctb]", + "Maintainer": "Tyson Barrett ", "Repository": "RSPM", - "Date/Publication": "2023-02-17 12:20:12 UTC", - "Encoding": "UTF-8", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-04-25 02:30:05 UTC; windows", + "Date/Publication": "2024-08-27 04:20:10 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 05:11:15 UTC; windows", "Archs": "x64" } }, "dbplyr": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Type": "Package", "Package": "dbplyr", "Title": "A 'dplyr' Back End for Databases", - "Version": "2.4.0", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"Maximilian\", \"Girlich\", role = \"aut\"),\n person(\"Edgar\", \"Ruiz\", role = \"aut\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Version": "2.5.0", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Maximilian\", \"Girlich\", role = \"aut\"),\n person(\"Edgar\", \"Ruiz\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "A 'dplyr' back end for databases that allows you to work with\n remote database tables as if they are in-memory data frames. Basic\n features works with any database that has a 'DBI' back end; more\n advanced features require 'SQL' translation to be provided by the\n package 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.6)", - "Imports": "blob (>= 1.2.0), cli (>= 3.6.1), DBI (>= 1.1.3), dplyr (>=\n1.1.2), glue (>= 1.6.2), lifecycle (>= 1.0.3), magrittr,\nmethods, pillar (>= 1.9.0), purrr (>= 1.0.1), R6 (>= 2.2.2),\nrlang (>= 1.1.1), tibble (>= 3.2.1), tidyr (>= 1.3.0),\ntidyselect (>= 1.2.0), utils, vctrs (>= 0.6.3), withr (>=\n2.5.0)", - "Suggests": "bit64, covr, knitr, Lahman, nycflights13, odbc, RMariaDB (>=\n1.2.2), rmarkdown, RPostgres (>= 1.4.5), RPostgreSQL, RSQLite\n(>= 2.3.1), testthat (>= 3.1.10)", + "Imports": "blob (>= 1.2.0), cli (>= 3.6.1), DBI (>= 1.1.3), dplyr (>=\n1.1.2), glue (>= 1.6.2), lifecycle (>= 1.0.3), magrittr,\nmethods, pillar (>= 1.9.0), purrr (>= 1.0.1), R6 (>= 2.2.2),\nrlang (>= 1.1.1), tibble (>= 3.2.1), tidyr (>= 1.3.0),\ntidyselect (>= 1.2.1), utils, vctrs (>= 0.6.3), withr (>=\n2.5.0)", + "Suggests": "bit64, covr, knitr, Lahman, nycflights13, odbc (>= 1.4.2),\nRMariaDB (>= 1.2.2), rmarkdown, RPostgres (>= 1.4.5),\nRPostgreSQL, RSQLite (>= 2.3.1), testthat (>= 3.1.10)", "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", + "Config/testthat/parallel": "TRUE", "Encoding": "UTF-8", "Language": "en-gb", - "RoxygenNote": "7.2.3", - "Collate": "'db-sql.R' 'utils-check.R' 'import-standalone-types-check.R'\n'import-standalone-obj-type.R' 'utils.R' 'sql.R' 'escape.R'\n'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-spark-sql.R' 'backend-sqlite.R'\n'backend-teradata.R' 'build-sql.R' 'data-cache.R'\n'data-lahman.R' 'data-nycflights13.R' 'db-escape.R' 'db-io.R'\n'db.R' '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'sql-build.R' 'query-join.R' 'query-select.R'\n'query-semi-join.R' 'query-set-op.R' 'query.R' 'reexport.R'\n'remote.R' 'rows.R' 'schema.R' 'simulate.R' 'sql-clause.R'\n'sql-expr.R' 'src-sql.R' 'src_dbi.R' 'table-ident.R'\n'tbl-lazy.R' 'tbl-sql.R' 'test-frame.R' 'testthat.R'\n'tidyeval-across.R' 'tidyeval.R' 'translate-sql.R'\n'utils-format.R' 'verb-arrange.R' 'verb-compute.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.3.1", + "Collate": "'db-sql.R' 'utils-check.R' 'import-standalone-types-check.R'\n'import-standalone-obj-type.R' 'utils.R' 'sql.R' 'escape.R'\n'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-spark-sql.R' 'backend-sqlite.R'\n'backend-teradata.R' 'build-sql.R' 'data-cache.R'\n'data-lahman.R' 'data-nycflights13.R' 'db-escape.R' 'db-io.R'\n'db.R' 'dbplyr.R' 'explain.R' 'ident.R'\n'import-standalone-s3-register.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'sql-build.R' 'query-join.R' 'query-select.R'\n'query-semi-join.R' 'query-set-op.R' 'query.R' 'reexport.R'\n'remote.R' 'rows.R' 'schema.R' 'simulate.R' 'sql-clause.R'\n'sql-expr.R' 'src-sql.R' 'src_dbi.R' 'table-name.R'\n'tbl-lazy.R' 'tbl-sql.R' 'test-frame.R' 'testthat.R'\n'tidyeval-across.R' 'tidyeval.R' 'translate-sql.R'\n'utils-format.R' 'verb-arrange.R' 'verb-compute.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'", "NeedsCompilation": "no", - "Packaged": "2023-10-25 20:30:22 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\n Maximilian Girlich [aut],\n Edgar Ruiz [aut],\n RStudio [cph, fnd]", - "Maintainer": "Hadley Wickham ", + "Packaged": "2024-03-15 17:27:18 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre],\n Maximilian Girlich [aut],\n Edgar Ruiz [aut],\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Hadley Wickham ", "Repository": "RSPM", - "Date/Publication": "2023-10-26 07:40:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 07:46:57 UTC; windows" + "Date/Publication": "2024-03-19 17:00:05 UTC", + "Built": "R 4.4.0; ; 2024-04-25 21:28:25 UTC; windows" } }, "desc": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "desc", "Title": "Manipulate DESCRIPTION Files", - "Version": "1.4.2", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Kirill\", \"Müller\", role = \"aut\"),\n person(\"Jim\", \"Hester\", , \"james.f.hester@gmail.com\", role = \"aut\"),\n person(\"Maëlle\", \"Salmon\", role = \"ctb\",\n comment = c(ORCID = \"0000-0002-2815-0399\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Version": "1.4.3", + "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Kirill\", \"Müller\", role = \"aut\"),\n person(\"Jim\", \"Hester\", , \"james.f.hester@gmail.com\", role = \"aut\"),\n person(\"Maëlle\", \"Salmon\", role = \"ctb\",\n comment = c(ORCID = \"0000-0002-2815-0399\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Maintainer": "Gábor Csárdi ", "Description": "Tools to read, write, create, and manipulate DESCRIPTION\n files. It is intended for packages that create or manipulate other\n packages.", "License": "MIT + file LICENSE", - "URL": "https://github.com/r-lib/desc#readme,\nhttps://r-lib.github.io/desc/", + "URL": "https://desc.r-lib.org/, https://github.com/r-lib/desc", "BugReports": "https://github.com/r-lib/desc/issues", "Depends": "R (>= 3.4)", - "Imports": "cli, R6, rprojroot, utils", + "Imports": "cli, R6, utils", "Suggests": "callr, covr, gh, spelling, testthat, whoami, withr", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", "Language": "en-US", - "RoxygenNote": "7.2.1.9000", - "Collate": "'assertions.R' 'authors-at-r.R' 'built.R' 'classes.R'\n'collate.R' 'constants.R' 'deps.R' 'desc-package.R'\n'description.R' 'encoding.R' 'latex.R' 'non-oo-api.R'\n'package-archives.R' 'read.R' 'remotes.R' 'str.R'\n'syntax_checks.R' 'urls.R' 'utils.R' 'validate.R' 'version.R'", + "RoxygenNote": "7.2.3", + "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' 'find-package-root.R' 'latex.R'\n'non-oo-api.R' 'package-archives.R' 'read.R' 'remotes.R'\n'str.R' 'syntax_checks.R' 'urls.R' 'utils.R' 'validate.R'\n'version.R'", "NeedsCompilation": "no", - "Packaged": "2022-09-08 09:02:11 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\n Kirill Müller [aut],\n Jim Hester [aut],\n Maëlle Salmon [ctb] (),\n RStudio [cph, fnd]", + "Packaged": "2023-12-10 11:07:50 UTC; gaborcsardi", + "Author": "Gábor Csárdi [aut, cre],\n Kirill Müller [aut],\n Jim Hester [aut],\n Maëlle Salmon [ctb] (),\n Posit Software, PBC [cph, fnd]", "Repository": "RSPM", - "Date/Publication": "2022-09-08 10:52:55 UTC", - "Built": "R 4.3.0; ; 2023-04-25 02:25:49 UTC; windows" + "Date/Publication": "2023-12-10 11:40:08 UTC", + "Built": "R 4.4.0; ; 2024-04-25 20:05:06 UTC; windows" } }, "devtools": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "devtools", "Title": "Tools to Make Developing R Packages Easier", @@ -1320,12 +1361,12 @@ "Maintainer": "Jennifer Bryan ", "Repository": "RSPM", "Date/Publication": "2022-10-11 17:12:36 UTC", - "Built": "R 4.3.0; ; 2024-01-23 09:06:25 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-26 00:12:26 UTC; windows" } }, "diffobj": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "diffobj", "Type": "Package", @@ -1349,21 +1390,20 @@ "Maintainer": "Brodie Gaslam ", "Repository": "RSPM", "Date/Publication": "2021-10-05 07:10:17 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 01:44:25 UTC; windows", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:50:36 UTC; windows", "Archs": "x64" } }, "digest": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "digest", - "Author": "Dirk Eddelbuettel with contributions\n by Antoine Lucas, Jarek Tuszynski, Henrik Bengtsson, Simon Urbanek,\n Mario Frasca, Bryan Lewis, Murray Stokely, Hannes Muehleisen,\n Duncan Murdoch, Jim Hester, Wush Wu, Qiang Kou, Thierry Onkelinx,\n Michel Lang, Viliam Simko, Kurt Hornik, Radford Neal, Kendon Bell,\n Matthew de Queljoe, Ion Suruceanu, Bill Denney, Dirk Schumacher,\n Winston Chang, and Dean Attali.", - "Version": "0.6.33", - "Date": "2023-06-28", - "Maintainer": "Dirk Eddelbuettel ", + "Authors@R": "c(person(\"Dirk\", \"Eddelbuettel\", role = c(\"aut\", \"cre\"), email = \"edd@debian.org\",\n comment = c(ORCID = \"0000-0001-6419-907X\")),\n person(\"Antoine\", \"Lucas\", role=\"ctb\"),\n person(\"Jarek\", \"Tuszynski\", role=\"ctb\"),\n person(\"Henrik\", \"Bengtsson\", role=\"ctb\", comment = c(ORCID = \"0000-0002-7579-5165\")),\n person(\"Simon\", \"Urbanek\", role=\"ctb\", comment = c(ORCID = \"0000-0003-2297-1732\")),\n person(\"Mario\", \"Frasca\", role=\"ctb\"),\n person(\"Bryan\", \"Lewis\", role=\"ctb\"),\n person(\"Murray\", \"Stokely\", role=\"ctb\"),\n person(\"Hannes\", \"Muehleisen\", role=\"ctb\"),\n person(\"Duncan\", \"Murdoch\", role=\"ctb\"),\n person(\"Jim\", \"Hester\", role=\"ctb\"),\n person(\"Wush\", \"Wu\", role=\"ctb\", comment = c(ORCID = \"0000-0001-5180-0567\")),\n person(\"Qiang\", \"Kou\", role=\"ctb\", comment = c(ORCID = \"0000-0001-6786-5453\")),\n person(\"Thierry\", \"Onkelinx\", role=\"ctb\", comment = c(ORCID = \"0000-0001-8804-4216\")),\n person(\"Michel\", \"Lang\", role=\"ctb\", comment = c(ORCID = \"0000-0001-9754-0393\")),\n person(\"Viliam\", \"Simko\", role=\"ctb\"),\n person(\"Kurt\", \"Hornik\", role=\"ctb\", comment = c(ORCID = \"0000-0003-4198-9911\")),\n person(\"Radford\", \"Neal\", role=\"ctb\", comment = c(ORCID = \"0000-0002-2473-3407\")),\n person(\"Kendon\", \"Bell\", role=\"ctb\", comment = c(ORCID = \"0000-0002-9093-8312\")),\n person(\"Matthew\", \"de Queljoe\", role=\"ctb\"),\n person(\"Dmitry\", \"Selivanov\", role=\"ctb\"),\n person(\"Ion\", \"Suruceanu\", role=\"ctb\"),\n person(\"Bill\", \"Denney\", role=\"ctb\"),\n person(\"Dirk\", \"Schumacher\", role=\"ctb\"),\n person(\"András\", \"Svraka\", role=\"ctb\"),\n person(\"Sergey\", \"Fedorov\", role=\"ctb\"),\n person(\"Will\", \"Landau\", role=\"ctb\", comment = c(ORCID = \"0000-0003-1878-3253\")),\n person(\"Floris\", \"Vanderhaeghe\", role=\"ctb\", comment = c(ORCID = \"0000-0002-6378-6229\")),\n person(\"Kevin\", \"Tappe\", role=\"ctb\"),\n person(\"Harris\", \"McGehee\", role=\"ctb\"),\n person(\"Tim\", \"Mastny\", role=\"ctb\"),\n person(\"Aaron\", \"Peikert\", role=\"ctb\", comment = c(ORCID = \"0000-0001-7813-818X\")),\n person(\"Mark\", \"van der Loo\", role=\"ctb\", comment = c(ORCID = \"0000-0002-9807-4686\")),\n person(\"Chris\", \"Muir\", role=\"ctb\", comment = c(ORCID = \"0000-0003-2555-3878\")),\n person(\"Moritz\", \"Beller\", role=\"ctb\", comment = c(ORCID = \"0000-0003-4852-0526\")),\n person(\"Sebastian\", \"Campbell\", role=\"ctb\"),\n person(\"Winston\", \"Chang\", role=\"ctb\", comment = c(ORCID = \"0000-0002-1576-2126\")),\n person(\"Dean\", \"Attali\", role=\"ctb\", comment = c(ORCID = \"0000-0002-5645-3493\")),\n person(\"Michael\", \"Chirico\", role=\"ctb\", comment = c(ORCID = \"0000-0003-0787-087X\")),\n person(\"Kevin\", \"Ushey\", role=\"ctb\"))", + "Version": "0.6.37", + "Date": "2024-08-19", "Title": "Create Compact Hash Digests of R Objects", - "Description": "Implementation of a function 'digest()' for the creation of hash\n digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32',\n 'xxhash', 'murmurhash', 'spookyhash', 'blake3' and 'crc32c' algorithms) permitting\n easy comparison of R language objects, as well as functions such as'hmac()' to\n create hash-based message authentication code. Please note that this package\n is not meant to be deployed for cryptographic purposes for which more\n comprehensive (and widely tested) libraries such as 'OpenSSL' should be\n used.", + "Description": "Implementation of a function 'digest()' for the creation of hash\n digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32',\n 'xxhash', 'murmurhash', 'spookyhash', 'blake3', 'crc32c', 'xxh3_64', and 'xxh3_128'\n algorithms) permitting easy comparison of R language objects, as well as functions\n such as'hmac()' to create hash-based message authentication code. Please note that\n this package is not meant to be deployed for cryptographic purposes for which more\n comprehensive (and widely tested) libraries such as 'OpenSSL' should be used.", "URL": "https://github.com/eddelbuettel/digest,\nhttps://dirk.eddelbuettel.com/code/digest.html", "BugReports": "https://github.com/eddelbuettel/digest/issues", "Depends": "R (>= 3.3.0)", @@ -1371,58 +1411,60 @@ "License": "GPL (>= 2)", "Suggests": "tinytest, simplermarkdown", "VignetteBuilder": "simplermarkdown", + "Encoding": "UTF-8", "NeedsCompilation": "yes", - "Packaged": "2023-06-28 02:46:18 UTC; edd", + "Packaged": "2024-08-19 12:16:05 UTC; edd", + "Author": "Dirk Eddelbuettel [aut, cre] (),\n Antoine Lucas [ctb],\n Jarek Tuszynski [ctb],\n Henrik Bengtsson [ctb] (),\n Simon Urbanek [ctb] (),\n Mario Frasca [ctb],\n Bryan Lewis [ctb],\n Murray Stokely [ctb],\n Hannes Muehleisen [ctb],\n Duncan Murdoch [ctb],\n Jim Hester [ctb],\n Wush Wu [ctb] (),\n Qiang Kou [ctb] (),\n Thierry Onkelinx [ctb] (),\n Michel Lang [ctb] (),\n Viliam Simko [ctb],\n Kurt Hornik [ctb] (),\n Radford Neal [ctb] (),\n Kendon Bell [ctb] (),\n Matthew de Queljoe [ctb],\n Dmitry Selivanov [ctb],\n Ion Suruceanu [ctb],\n Bill Denney [ctb],\n Dirk Schumacher [ctb],\n András Svraka [ctb],\n Sergey Fedorov [ctb],\n Will Landau [ctb] (),\n Floris Vanderhaeghe [ctb] (),\n Kevin Tappe [ctb],\n Harris McGehee [ctb],\n Tim Mastny [ctb],\n Aaron Peikert [ctb] (),\n Mark van der Loo [ctb] (),\n Chris Muir [ctb] (),\n Moritz Beller [ctb] (),\n Sebastian Campbell [ctb],\n Winston Chang [ctb] (),\n Dean Attali [ctb] (),\n Michael Chirico [ctb] (),\n Kevin Ushey [ctb]", + "Maintainer": "Dirk Eddelbuettel ", "Repository": "RSPM", - "Date/Publication": "2023-07-07 14:10:02 UTC", - "Encoding": "UTF-8", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 01:06:01 UTC; windows", + "Date/Publication": "2024-08-19 14:10:07 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-20 04:36:33 UTC; windows", "Archs": "x64" } }, "downlit": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "downlit", "Title": "Syntax Highlighting and Automatic Linking", - "Version": "0.4.3", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Version": "0.4.4", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "Syntax highlighting of R code, specifically designed for the\n needs of 'RMarkdown' packages like 'pkgdown', 'hugodown', and\n 'bookdown'. It includes linking of function calls to their\n documentation on the web, and automatic translation of ANSI escapes in\n output 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)", + "Depends": "R (>= 4.0.0)", "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.2.3", + "RoxygenNote": "7.3.1", "NeedsCompilation": "no", - "Packaged": "2023-06-29 22:06:14 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\n RStudio [cph, fnd]", + "Packaged": "2024-06-07 19:03:38 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre],\n Posit Software, PBC [cph, fnd]", "Maintainer": "Hadley Wickham ", "Repository": "RSPM", - "Date/Publication": "2023-06-29 22:40:08 UTC", - "Built": "R 4.3.0; ; 2024-01-23 06:24:41 UTC; windows" + "Date/Publication": "2024-06-10 09:10:02 UTC", + "Built": "R 4.4.0; ; 2024-06-11 04:29:02 UTC; windows" } }, "dplyr": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Type": "Package", "Package": "dplyr", "Title": "A Grammar of Data Manipulation", - "Version": "1.1.3", + "Version": "1.1.4", "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Romain\", \"François\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2444-4226\")),\n person(\"Lionel\", \"Henry\", role = \"aut\"),\n person(\"Kirill\", \"Müller\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4777-038X\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "A fast, consistent tool for working with data frame like\n objects, both in memory and out of memory.", "License": "MIT + file LICENSE", "URL": "https://dplyr.tidyverse.org, https://github.com/tidyverse/dplyr", "BugReports": "https://github.com/tidyverse/dplyr/issues", "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)", + "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.4)", "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", @@ -1431,18 +1473,18 @@ "LazyData": "true", "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2023-08-25 22:28:32 UTC; hadleywickham", + "Packaged": "2023-11-16 21:48:56 UTC; hadleywickham", "Author": "Hadley Wickham [aut, cre] (),\n Romain François [aut] (),\n Lionel Henry [aut],\n Kirill Müller [aut] (),\n Davis Vaughan [aut] (),\n Posit Software, PBC [cph, fnd]", "Maintainer": "Hadley Wickham ", "Repository": "RSPM", - "Date/Publication": "2023-09-03 16:20:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-09-04 11:37:01 UTC; windows", + "Date/Publication": "2023-11-17 16:50:02 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 20:33:28 UTC; windows", "Archs": "x64" } }, "ellipsis": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "ellipsis", "Version": "0.3.2", @@ -1463,46 +1505,47 @@ "Maintainer": "Hadley Wickham ", "Repository": "RSPM", "Date/Publication": "2021-04-29 12:40:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 01:37:52 UTC; windows", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 20:11:34 UTC; windows", "Archs": "x64" } }, "evaluate": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { - "Package": "evaluate", "Type": "Package", + "Package": "evaluate", "Title": "Parsing and Evaluation Tools that Provide More Details than the\nDefault", - "Version": "0.22", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Michael\", \"Lawrence\", role = \"ctb\"),\n person(\"Thomas\", \"Kluyver\", role = \"ctb\"),\n person(\"Jeroen\", \"Ooms\", role = \"ctb\"),\n person(\"Barret\", \"Schloerke\", role = \"ctb\"),\n person(\"Adam\", \"Ryczkowski\", role = \"ctb\"),\n person(\"Hiroaki\", \"Yutani\", role = \"ctb\"),\n person(\"Michel\", \"Lang\", role = \"ctb\"),\n person(\"Karolis\", \"Koncevičius\", role = \"ctb\"),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Parsing and evaluation tools that make it easy to recreate the\n command line behaviour of R.", + "Version": "0.24.0", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Yihui\", \"Xie\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Michael\", \"Lawrence\", role = \"ctb\"),\n person(\"Thomas\", \"Kluyver\", role = \"ctb\"),\n person(\"Jeroen\", \"Ooms\", role = \"ctb\"),\n person(\"Barret\", \"Schloerke\", role = \"ctb\"),\n person(\"Adam\", \"Ryczkowski\", role = \"ctb\"),\n person(\"Hiroaki\", \"Yutani\", role = \"ctb\"),\n person(\"Michel\", \"Lang\", role = \"ctb\"),\n person(\"Karolis\", \"Koncevičius\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Parsing and evaluation tools that make it easy to recreate\n the command 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)", + "Depends": "R (>= 4.0.0)", "Imports": "methods", "Suggests": "covr, ggplot2, lattice, rlang, testthat (>= 3.0.0), withr", - "RoxygenNote": "7.2.3", - "Encoding": "UTF-8", + "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2023-09-29 02:32:03 UTC; yihui", - "Author": "Hadley Wickham [aut],\n Yihui Xie [aut, cre] (),\n Michael Lawrence [ctb],\n Thomas Kluyver [ctb],\n Jeroen Ooms [ctb],\n Barret Schloerke [ctb],\n Adam Ryczkowski [ctb],\n Hiroaki Yutani [ctb],\n Michel Lang [ctb],\n Karolis Koncevičius [ctb],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Yihui Xie ", + "Packaged": "2024-06-10 13:33:57 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre],\n Yihui Xie [aut] (),\n Michael Lawrence [ctb],\n Thomas Kluyver [ctb],\n Jeroen Ooms [ctb],\n Barret Schloerke [ctb],\n Adam Ryczkowski [ctb],\n Hiroaki Yutani [ctb],\n Michel Lang [ctb],\n Karolis Koncevičius [ctb],\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Hadley Wickham ", "Repository": "RSPM", - "Date/Publication": "2023-09-29 04:30:05 UTC", - "Built": "R 4.3.0; ; 2023-10-02 11:17:40 UTC; windows" + "Date/Publication": "2024-06-10 14:10:02 UTC", + "Built": "R 4.4.0; ; 2024-06-11 04:28:11 UTC; windows" } }, "fansi": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "fansi", "Title": "ANSI Control Sequence Aware String Functions", "Description": "Counterparts to R string manipulation functions that account for\n the effects of ANSI text formatting control sequences.", - "Version": "1.0.5", + "Version": "1.0.6", "Authors@R": "c(\n person(\"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\",\n role=c(\"aut\", \"cre\")),\n person(\"Elliott\", \"Sales De Andrade\", role=\"ctb\"),\n person(family=\"R Core Team\",\n email=\"R-core@r-project.org\", role=\"cph\",\n comment=\"UTF8 byte length calcs from src/util.c\"\n ))", "Depends": "R (>= 3.1.0)", "License": "GPL-2 | GPL-3", @@ -1515,51 +1558,50 @@ "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": "2023-10-07 16:15:12 UTC; bg", + "Packaged": "2023-12-06 00:59:41 UTC; bg", "Author": "Brodie Gaslam [aut, cre],\n Elliott Sales De Andrade [ctb],\n R Core Team [cph] (UTF8 byte length calcs from src/util.c)", "Maintainer": "Brodie Gaslam ", "Repository": "RSPM", - "Date/Publication": "2023-10-08 19:30:05 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-11-28 16:31:55 UTC; windows", + "Date/Publication": "2023-12-08 03:30:02 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:43:50 UTC; windows", "Archs": "x64" } }, "farver": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Type": "Package", "Package": "farver", "Title": "High Performance Colour Space Manipulation", - "Version": "2.1.1", - "Authors@R": "c(\n person(\"Thomas Lin\", \"Pedersen\", , \"thomasp85@gmail.com\", role = c(\"cre\", \"aut\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"Berendea\", \"Nicolae\", role = \"aut\",\n comment = \"Author of the ColorSpace C++ library\"),\n person(\"Romain\", \"François\", , \"romain@purrple.cat\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2444-4226\"))\n )", - "Maintainer": "Thomas Lin Pedersen ", + "Version": "2.1.2", + "Authors@R": "c(\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"Berendea\", \"Nicolae\", role = \"aut\",\n comment = \"Author of the ColorSpace C++ library\"),\n person(\"Romain\", \"François\", , \"romain@purrple.cat\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2444-4226\")),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "The encoding of colour can be handled in many different ways,\n using different colour spaces. As different colour spaces have\n different uses, efficient conversion between these representations are\n important. The 'farver' package provides a set of functions that gives\n access to very fast colour space conversion and comparisons\n implemented in C++, and offers speed improvements over the\n 'convertColor' function in the 'grDevices' package.", "License": "MIT + file LICENSE", "URL": "https://farver.data-imaginist.com,\nhttps://github.com/thomasp85/farver", "BugReports": "https://github.com/thomasp85/farver/issues", "Suggests": "covr, testthat (>= 3.0.0)", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.0", - "SystemRequirements": "C++11", "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.1", "NeedsCompilation": "yes", - "Packaged": "2022-07-06 12:54:24 UTC; thomas", - "Author": "Thomas Lin Pedersen [cre, aut]\n (),\n Berendea Nicolae [aut] (Author of the ColorSpace C++ library),\n Romain François [aut] ()", + "Packaged": "2024-05-13 08:31:27 UTC; thomas", + "Author": "Thomas Lin Pedersen [cre, aut]\n (),\n Berendea Nicolae [aut] (Author of the ColorSpace C++ library),\n Romain François [aut] (),\n Posit, PBC [cph, fnd]", + "Maintainer": "Thomas Lin Pedersen ", "Repository": "RSPM", - "Date/Publication": "2022-07-06 13:50:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 02:03:15 UTC; windows", + "Date/Publication": "2024-05-13 09:33:09 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-05-14 05:09:19 UTC; windows", "Archs": "x64" } }, "fastmap": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "fastmap", "Title": "Fast Data Structures", - "Version": "1.1.1", - "Authors@R": "c(\n person(\"Winston\", \"Chang\", email = \"winston@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(given = \"RStudio\", role = c(\"cph\", \"fnd\")),\n person(given = \"Tessil\", role = \"cph\", comment = \"hopscotch_map library\")\n )", + "Version": "1.2.0", + "Authors@R": "c(\n person(\"Winston\", \"Chang\", email = \"winston@posit.co\", role = c(\"aut\", \"cre\")),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(given = \"Tessil\", role = \"cph\", comment = \"hopscotch_map library\")\n )", "Description": "Fast implementation of data structures, including a key-value\n store, stack, and queue. Environments are commonly used as key-value stores\n in R, but every time a new key is used, it is added to R's global symbol\n table, causing a small amount of memory leakage. This can be problematic in\n cases where many different keys are used. Fastmap avoids this memory leak\n issue by implementing the map using data structures in C++.", "License": "MIT + file LICENSE", "Encoding": "UTF-8", @@ -1568,18 +1610,18 @@ "URL": "https://r-lib.github.io/fastmap/, https://github.com/r-lib/fastmap", "BugReports": "https://github.com/r-lib/fastmap/issues", "NeedsCompilation": "yes", - "Packaged": "2023-02-24 16:01:27 UTC; winston", - "Author": "Winston Chang [aut, cre],\n RStudio [cph, fnd],\n Tessil [cph] (hopscotch_map library)", - "Maintainer": "Winston Chang ", + "Packaged": "2024-05-14 17:54:13 UTC; winston", + "Author": "Winston Chang [aut, cre],\n Posit Software, PBC [cph, fnd],\n Tessil [cph] (hopscotch_map library)", + "Maintainer": "Winston Chang ", "Repository": "RSPM", - "Date/Publication": "2023-02-24 16:30:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 02:31:07 UTC; windows", + "Date/Publication": "2024-05-15 09:00:07 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-05-16 04:50:06 UTC; windows", "Archs": "x64" } }, "fontawesome": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Type": "Package", "Package": "fontawesome", @@ -1603,46 +1645,46 @@ "Maintainer": "Richard Iannone ", "Repository": "RSPM", "Date/Publication": "2023-08-19 04:52:40 UTC", - "Built": "R 4.3.0; ; 2024-01-23 05:18:17 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 20:24:42 UTC; windows" } }, "fs": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "fs", "Title": "Cross-Platform File System Operations Based on 'libuv'", - "Version": "1.6.3", - "Authors@R": "c(\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"libuv project contributors\", role = \"cph\",\n comment = \"libuv library\"),\n person(\"Joyent, Inc. and other Node contributors\", role = \"cph\",\n comment = \"libuv library\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Version": "1.6.4", + "Authors@R": "c(\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"libuv project contributors\", role = \"cph\",\n comment = \"libuv library\"),\n person(\"Joyent, Inc. and other Node contributors\", role = \"cph\",\n comment = \"libuv library\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "A cross-platform interface to file system operations, built\n on top of the 'libuv' C library.", "License": "MIT + file LICENSE", "URL": "https://fs.r-lib.org, https://github.com/r-lib/fs", "BugReports": "https://github.com/r-lib/fs/issues", - "Depends": "R (>= 3.4)", + "Depends": "R (>= 3.6)", "Imports": "methods", "Suggests": "covr, crayon, knitr, pillar (>= 1.0.0), rmarkdown, spelling,\ntestthat (>= 3.0.0), tibble (>= 1.1.0), vctrs (>= 0.3.0), withr", "VignetteBuilder": "knitr", "ByteCompile": "true", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", "Copyright": "file COPYRIGHTS", "Encoding": "UTF-8", "Language": "en-US", "RoxygenNote": "7.2.3", "SystemRequirements": "GNU make", - "Config/testthat/edition": "3", - "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "yes", - "Packaged": "2023-07-10 16:24:00 UTC; gaborcsardi", - "Author": "Jim Hester [aut],\n Hadley Wickham [aut],\n Gábor Csárdi [aut, cre],\n libuv project contributors [cph] (libuv library),\n Joyent, Inc. and other Node contributors [cph] (libuv library),\n RStudio [cph, fnd]", + "Packaged": "2024-04-25 11:57:22 UTC; gaborcsardi", + "Author": "Jim Hester [aut],\n Hadley Wickham [aut],\n Gábor Csárdi [aut, cre],\n libuv project contributors [cph] (libuv library),\n Joyent, Inc. and other Node contributors [cph] (libuv library),\n Posit Software, PBC [cph, fnd]", "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", - "Date/Publication": "2023-07-20 10:30:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 02:16:55 UTC; windows", + "Date/Publication": "2024-04-25 12:50:02 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-26 18:46:59 UTC; windows", "Archs": "x64" } }, "generics": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "generics", "Title": "Common S3 Generics not Provided by Base R Methods Related to\nModel Fitting", @@ -1665,17 +1707,17 @@ "Maintainer": "Hadley Wickham ", "Repository": "RSPM", "Date/Publication": "2022-07-05 19:40:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 01:51:21 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 19:40:35 UTC; windows" } }, "gert": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Type": "Package", "Package": "gert", "Title": "Simple Git Client for R", - "Version": "2.0.0", + "Version": "2.1.1", "Authors@R": "c(\n person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\n comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"Jennifer\", \"Bryan\", role = \"ctb\", email = \"jenny@rstudio.com\",\n comment = c(ORCID = \"0000-0002-6983-2759\")))", "Description": "Simple git client for R based on 'libgit2' with\n support for SSH and HTTPS remotes. All functions in 'gert' use basic R data \n types (such as vectors and data-frames) for their arguments and return values.\n User credentials are shared with command line 'git' through the git-credential\n store and ssh keys stored on disk or ssh-agent.", "License": "MIT + file LICENSE", @@ -1689,80 +1731,80 @@ "SystemRequirements": "libgit2 (>= 1.0): libgit2-devel (rpm) or\nlibgit2-dev (deb)", "Language": "en-US", "NeedsCompilation": "yes", - "Packaged": "2023-09-26 10:10:02 UTC; jeroen", + "Packaged": "2024-08-16 09:50:02 UTC; jeroen", "Author": "Jeroen Ooms [aut, cre] (),\n Jennifer Bryan [ctb] ()", "Maintainer": "Jeroen Ooms ", "Repository": "RSPM", - "Date/Publication": "2023-09-26 12:40:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-09-28 17:18:43 UTC; windows", + "Date/Publication": "2024-08-16 10:20:02 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-17 06:30:30 UTC; windows", "Archs": "x64" } }, "ggplot2": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "ggplot2", - "Version": "3.4.4", + "Version": "3.5.1", "Title": "Create Elegant Data Visualisations Using the Grammar of Graphics", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Winston\", \"Chang\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-1576-2126\")),\n person(\"Lionel\", \"Henry\", role = \"aut\"),\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"Kohske\", \"Takahashi\", role = \"aut\"),\n person(\"Claus\", \"Wilke\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-7470-9261\")),\n person(\"Kara\", \"Woo\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-5125-4188\")),\n person(\"Hiroaki\", \"Yutani\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-3385-7233\")),\n person(\"Dewey\", \"Dunnington\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-9415-4582\")),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Winston\", \"Chang\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-1576-2126\")),\n person(\"Lionel\", \"Henry\", role = \"aut\"),\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"Kohske\", \"Takahashi\", role = \"aut\"),\n person(\"Claus\", \"Wilke\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-7470-9261\")),\n person(\"Kara\", \"Woo\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-5125-4188\")),\n person(\"Hiroaki\", \"Yutani\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-3385-7233\")),\n person(\"Dewey\", \"Dunnington\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-9415-4582\")),\n person(\"Teun\", \"van den Brand\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-9335-7468\")),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "A system for 'declaratively' creating graphics, based on \"The\n Grammar of Graphics\". You provide the data, tell 'ggplot2' how to map\n variables to aesthetics, what graphical primitives to use, and it\n takes care of the details.", "License": "MIT + file LICENSE", "URL": "https://ggplot2.tidyverse.org,\nhttps://github.com/tidyverse/ggplot2", "BugReports": "https://github.com/tidyverse/ggplot2/issues", - "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, multcomp, munsell, nlme, profvis, quantreg,\nragg, RColorBrewer, rmarkdown, rpart, sf (>= 0.7-3), svglite\n(>= 1.2.0.9001), testthat (>= 3.1.2), vdiffr (>= 1.0.0), xml2", + "Depends": "R (>= 3.5)", + "Imports": "cli, glue, grDevices, grid, gtable (>= 0.1.1), isoband,\nlifecycle (> 1.0.1), MASS, mgcv, rlang (>= 1.1.0), scales (>=\n1.3.0), stats, tibble, vctrs (>= 0.6.0), withr (>= 2.5.0)", + "Suggests": "covr, dplyr, ggplot2movies, hexbin, Hmisc, knitr, mapproj,\nmaps, multcomp, munsell, nlme, profvis, quantreg, ragg (>=\n1.2.6), RColorBrewer, rmarkdown, rpart, sf (>= 0.7-3), svglite\n(>= 2.1.2), testthat (>= 3.1.2), vdiffr (>= 1.0.6), xml2", "Enhances": "sp", "VignetteBuilder": "knitr", "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'", + "RoxygenNote": "7.3.1", + "Collate": "'ggproto.R' 'ggplot-global.R' 'aaa-.R'\n'aes-colour-fill-alpha.R' 'aes-evaluation.R'\n'aes-group-order.R' 'aes-linetype-size-shape.R'\n'aes-position.R' 'compat-plyr.R' 'utilities.R' 'aes.R'\n'utilities-checks.R' 'legend-draw.R' 'geom-.R'\n'annotation-custom.R' 'annotation-logticks.R' 'geom-polygon.R'\n'geom-map.R' 'annotation-map.R' 'geom-raster.R'\n'annotation-raster.R' 'annotation.R' 'autolayer.R' 'autoplot.R'\n'axis-secondary.R' 'backports.R' 'bench.R' 'bin.R' 'coord-.R'\n'coord-cartesian-.R' 'coord-fixed.R' 'coord-flip.R'\n'coord-map.R' 'coord-munch.R' 'coord-polar.R'\n'coord-quickmap.R' 'coord-radial.R' 'coord-sf.R'\n'coord-transform.R' 'data.R' 'docs_layer.R' 'facet-.R'\n'facet-grid-.R' 'facet-null.R' 'facet-wrap.R' 'fortify-lm.R'\n'fortify-map.R' 'fortify-multcomp.R' 'fortify-spatial.R'\n'fortify.R' 'stat-.R' 'geom-abline.R' 'geom-rect.R'\n'geom-bar.R' 'geom-bin2d.R' 'geom-blank.R' 'geom-boxplot.R'\n'geom-col.R' 'geom-path.R' 'geom-contour.R' 'geom-count.R'\n'geom-crossbar.R' 'geom-segment.R' 'geom-curve.R'\n'geom-defaults.R' 'geom-ribbon.R' 'geom-density.R'\n'geom-density2d.R' 'geom-dotplot.R' 'geom-errorbar.R'\n'geom-errorbarh.R' 'geom-freqpoly.R' 'geom-function.R'\n'geom-hex.R' 'geom-histogram.R' 'geom-hline.R' 'geom-jitter.R'\n'geom-label.R' 'geom-linerange.R' 'geom-point.R'\n'geom-pointrange.R' 'geom-quantile.R' 'geom-rug.R' 'geom-sf.R'\n'geom-smooth.R' 'geom-spoke.R' 'geom-text.R' 'geom-tile.R'\n'geom-violin.R' 'geom-vline.R' 'ggplot2-package.R'\n'grob-absolute.R' 'grob-dotstack.R' 'grob-null.R' 'grouping.R'\n'theme-elements.R' 'guide-.R' 'guide-axis.R'\n'guide-axis-logticks.R' 'guide-axis-stack.R'\n'guide-axis-theta.R' 'guide-legend.R' 'guide-bins.R'\n'guide-colorbar.R' 'guide-colorsteps.R' 'guide-custom.R'\n'layer.R' 'guide-none.R' 'guide-old.R' 'guides-.R'\n'guides-grid.R' 'hexbin.R' 'import-standalone-obj-type.R'\n'import-standalone-types-check.R' 'labeller.R' 'labels.R'\n'layer-sf.R' 'layout.R' 'limits.R' 'margins.R' 'performance.R'\n'plot-build.R' 'plot-construction.R' 'plot-last.R' 'plot.R'\n'position-.R' 'position-collide.R' 'position-dodge.R'\n'position-dodge2.R' 'position-identity.R' 'position-jitter.R'\n'position-jitterdodge.R' 'position-nudge.R' 'position-stack.R'\n'quick-plot.R' 'reshape-add-margins.R' 'save.R' 'scale-.R'\n'scale-alpha.R' 'scale-binned.R' 'scale-brewer.R'\n'scale-colour.R' 'scale-continuous.R' 'scale-date.R'\n'scale-discrete-.R' 'scale-expansion.R' 'scale-gradient.R'\n'scale-grey.R' 'scale-hue.R' 'scale-identity.R'\n'scale-linetype.R' 'scale-linewidth.R' 'scale-manual.R'\n'scale-shape.R' 'scale-size.R' 'scale-steps.R' 'scale-type.R'\n'scale-view.R' 'scale-viridis.R' 'scales-.R' 'stat-align.R'\n'stat-bin.R' 'stat-bin2d.R' 'stat-bindot.R' 'stat-binhex.R'\n'stat-boxplot.R' 'stat-contour.R' 'stat-count.R'\n'stat-density-2d.R' 'stat-density.R' 'stat-ecdf.R'\n'stat-ellipse.R' 'stat-function.R' 'stat-identity.R'\n'stat-qq-line.R' 'stat-qq.R' 'stat-quantilemethods.R'\n'stat-sf-coordinates.R' 'stat-sf.R' 'stat-smooth-methods.R'\n'stat-smooth.R' 'stat-sum.R' 'stat-summary-2d.R'\n'stat-summary-bin.R' 'stat-summary-hex.R' 'stat-summary.R'\n'stat-unique.R' 'stat-ydensity.R' 'summarise-plot.R'\n'summary.R' 'theme.R' 'theme-defaults.R' 'theme-current.R'\n'utilities-break.R' 'utilities-grid.R' 'utilities-help.R'\n'utilities-matrix.R' 'utilities-patterns.R'\n'utilities-resolution.R' 'utilities-tidy-eval.R' 'zxx.R'\n'zzz.R'", "NeedsCompilation": "no", - "Packaged": "2023-10-11 08:54:22 UTC; thomas", - "Author": "Hadley Wickham [aut] (),\n Winston Chang [aut] (),\n Lionel Henry [aut],\n Thomas Lin Pedersen [aut, cre]\n (),\n Kohske Takahashi [aut],\n Claus Wilke [aut] (),\n Kara Woo [aut] (),\n Hiroaki Yutani [aut] (),\n Dewey Dunnington [aut] (),\n Posit, PBC [cph, fnd]", + "Packaged": "2024-04-22 10:39:16 UTC; thomas", + "Author": "Hadley Wickham [aut] (),\n Winston Chang [aut] (),\n Lionel Henry [aut],\n Thomas Lin Pedersen [aut, cre]\n (),\n Kohske Takahashi [aut],\n Claus Wilke [aut] (),\n Kara Woo [aut] (),\n Hiroaki Yutani [aut] (),\n Dewey Dunnington [aut] (),\n Teun van den Brand [aut] (),\n Posit, PBC [cph, fnd]", "Maintainer": "Thomas Lin Pedersen ", "Repository": "RSPM", - "Date/Publication": "2023-10-12 11:40:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 06:44:25 UTC; windows" + "Date/Publication": "2024-04-23 08:00:08 UTC", + "Built": "R 4.4.0; ; 2024-04-25 20:36:15 UTC; windows" } }, "gh": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "gh", "Title": "'GitHub' 'API'", - "Version": "1.4.0", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"cre\", \"ctb\")),\n person(\"Jennifer\", \"Bryan\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Version": "1.4.1", + "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"cre\", \"ctb\")),\n person(\"Jennifer\", \"Bryan\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "Minimal client to access the 'GitHub' 'API'.", "License": "MIT + file LICENSE", "URL": "https://gh.r-lib.org/, https://github.com/r-lib/gh#readme", "BugReports": "https://github.com/r-lib/gh/issues", - "Depends": "R (>= 3.4)", - "Imports": "cli (>= 3.0.1), gitcreds, httr2, ini, jsonlite, rlang (>=\n1.0.0)", + "Depends": "R (>= 3.6)", + "Imports": "cli (>= 3.0.1), gitcreds, glue, httr2, ini, jsonlite,\nlifecycle, rlang (>= 1.0.0)", "Suggests": "covr, knitr, mockery, rmarkdown, rprojroot, spelling,\ntestthat (>= 3.0.0), withr", "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", "Encoding": "UTF-8", "Language": "en-US", - "RoxygenNote": "7.2.3", - "Config/testthat/edition": "3", - "Config/Needs/website": "tidyverse/tidytemplate", + "RoxygenNote": "7.3.1.9000", "NeedsCompilation": "no", - "Packaged": "2023-02-22 19:58:53 UTC; gaborcsardi", - "Author": "Gábor Csárdi [cre, ctb],\n Jennifer Bryan [aut],\n Hadley Wickham [aut],\n RStudio [cph, fnd]", + "Packaged": "2024-03-28 12:17:15 UTC; gaborcsardi", + "Author": "Gábor Csárdi [cre, ctb],\n Jennifer Bryan [aut],\n Hadley Wickham [aut],\n Posit Software, PBC [cph, fnd]", "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", - "Date/Publication": "2023-02-22 20:20:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 06:27:00 UTC; windows" + "Date/Publication": "2024-03-28 16:40:07 UTC", + "Built": "R 4.4.0; ; 2024-04-25 20:41:26 UTC; windows" } }, "gitcreds": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "gitcreds", "Title": "Query 'git' Credentials from 'R'", @@ -1786,15 +1828,15 @@ "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", "Date/Publication": "2022-09-08 10:42:55 UTC", - "Built": "R 4.3.0; ; 2024-01-23 01:13:09 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 19:47:15 UTC; windows" } }, "globals": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "globals", - "Version": "0.16.2", + "Version": "0.16.3", "Depends": "R (>= 3.1.2)", "Imports": "codetools", "Title": "Identify Global Objects in R Expressions", @@ -1805,109 +1847,110 @@ "ByteCompile": "TRUE", "URL": "https://globals.futureverse.org,\nhttps://github.com/HenrikBengtsson/globals", "BugReports": "https://github.com/HenrikBengtsson/globals/issues", - "RoxygenNote": "7.2.2", + "RoxygenNote": "7.3.1", "NeedsCompilation": "no", - "Packaged": "2022-11-21 20:18:24 UTC; hb", + "Packaged": "2024-03-07 23:38:30 UTC; henrik", "Author": "Henrik Bengtsson [aut, cre, cph],\n Davis Vaughan [ctb]", "Maintainer": "Henrik Bengtsson ", "Repository": "RSPM", - "Date/Publication": "2022-11-21 21:10:02 UTC", + "Date/Publication": "2024-03-08 00:00:03 UTC", "Encoding": "UTF-8", - "Built": "R 4.3.0; ; 2024-01-23 02:20:25 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 19:50:13 UTC; windows" } }, "glue": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "glue", "Title": "Interpreted String Literals", - "Version": "1.6.2", - "Authors@R": "c(\n person(\"Jim\", \"Hester\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2739-7082\")),\n person(\"Jennifer\", \"Bryan\", , \"jenny@rstudio.com\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-6983-2759\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Version": "1.7.0", + "Authors@R": "c(\n person(\"Jim\", \"Hester\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2739-7082\")),\n person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-6983-2759\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "An implementation of interpreted string literals, inspired by\n Python's Literal String Interpolation\n and Docstrings\n and Julia's Triple-Quoted\n String Literals\n .", "License": "MIT + file LICENSE", - "URL": "https://github.com/tidyverse/glue, https://glue.tidyverse.org/", + "URL": "https://glue.tidyverse.org/, https://github.com/tidyverse/glue", "BugReports": "https://github.com/tidyverse/glue/issues", - "Depends": "R (>= 3.4)", + "Depends": "R (>= 3.6)", "Imports": "methods", - "Suggests": "covr, crayon, DBI, dplyr, forcats, ggplot2, knitr, magrittr,\nmicrobenchmark, R.utils, rmarkdown, rprintf, RSQLite, stringr,\ntestthat (>= 3.0.0), vctrs (>= 0.3.0), waldo (>= 0.3.0), withr", + "Suggests": "crayon, DBI (>= 1.2.0), dplyr, knitr, magrittr, rlang,\nrmarkdown, RSQLite, testthat (>= 3.2.0), vctrs (>= 0.3.0),\nwaldo (>= 0.3.0), withr", "VignetteBuilder": "knitr", "ByteCompile": "true", - "Config/Needs/website": "hadley/emo, tidyverse/tidytemplate", + "Config/Needs/website": "bench, forcats, ggbeeswarm, ggplot2, R.utils,\nrprintf, tidyr, tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.3.9000", "NeedsCompilation": "yes", - "Packaged": "2022-02-23 22:50:40 UTC; jenny", - "Author": "Jim Hester [aut] (),\n Jennifer Bryan [aut, cre] (),\n RStudio [cph, fnd]", - "Maintainer": "Jennifer Bryan ", + "Packaged": "2024-01-08 16:10:57 UTC; jenny", + "Author": "Jim Hester [aut] (),\n Jennifer Bryan [aut, cre] (),\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Jennifer Bryan ", "Repository": "RSPM", - "Date/Publication": "2022-02-24 07:50:20 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 01:38:37 UTC; windows", + "Date/Publication": "2024-01-09 23:13:08 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:52:29 UTC; windows", "Archs": "x64" } }, "golem": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "golem", "Title": "A Framework for Robust Shiny Applications", - "Version": "0.4.1", - "Authors@R": "c(\n person(\"Colin\", \"Fay\", , \"contact@colinfay.me\", role = c(\"cre\", \"aut\"),\n comment = c(ORCID = \"0000-0001-7343-1846\")),\n person(\"Vincent\", \"Guyader\", , \"vincent@thinkr.fr\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-0671-9270\", \"previous maintainer\")),\n person(\"Sébastien\", \"Rochette\", , \"sebastien@thinkr.fr\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-1565-9313\")),\n person(\"Cervan\", \"Girard\", , \"cervan@thinkr.fr\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-4816-4624\")),\n person(\"Novica\", \"Nakov\", , \"nnovica@gmail.com\", role = \"ctb\"),\n person(\"David\", \"Granjon\", , \"dgranjon@ymail.com\", role = \"ctb\"),\n person(\"Arthur\", \"Bréant\", , \"arthur@thinkr.fr\", role = \"ctb\"),\n person(\"Antoine\", \"Languillaume\", , \"antoine@thinkr.fr\", role = \"ctb\"),\n person(\"ThinkR\", role = \"cph\")\n )", + "Version": "0.5.1", + "Authors@R": "c(\n person(\"Colin\", \"Fay\", , \"contact@colinfay.me\", role = c(\"cre\", \"aut\"),\n comment = c(ORCID = \"0000-0001-7343-1846\")),\n person(\"Vincent\", \"Guyader\", , \"vincent@thinkr.fr\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-0671-9270\", \"previous maintainer\")),\n person(\"Sébastien\", \"Rochette\", , \"sebastien@thinkr.fr\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-1565-9313\")),\n person(\"Cervan\", \"Girard\", , \"cervan@thinkr.fr\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-4816-4624\")),\n person(\"Novica\", \"Nakov\", , \"nnovica@gmail.com\", role = \"ctb\"),\n person(\"David\", \"Granjon\", , \"dgranjon@ymail.com\", role = \"ctb\"),\n person(\"Arthur\", \"Bréant\", , \"arthur@thinkr.fr\", role = \"ctb\"),\n person(\"Antoine\", \"Languillaume\", , \"antoine@thinkr.fr\", role = \"ctb\"),\n person(\"Ilya\", \"Zarubin\", , \"zarubin@wiso.uni-koeln.de\", role = \"ctb\"),\n person(\"ThinkR\", role = \"cph\")\n )", "Description": "An opinionated framework for building a production-ready\n 'Shiny' application. This package contains a series of tools for\n building a robust 'Shiny' application from start to finish.", "License": "MIT + file LICENSE", - "URL": "https://github.com/ThinkR-open/golem", + "URL": "https://thinkr-open.github.io/golem/,\nhttps://github.com/ThinkR-open/golem", "BugReports": "https://github.com/ThinkR-open/golem/issues", - "Depends": "R (>= 3.0)", + "Depends": "R (>= 3.5.0)", "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", + "Suggests": "attachment (>= 0.3.2), callr, cli (>= 2.0.0), covr, crayon,\ndesc, devtools, dockerfiler (>= 0.2.0), fs, httpuv, knitr,\nmockery, pkgbuild, pkgdown, pkgload (>= 1.3.0), processx,\npurrr, rcmdcheck, remotes, renv, rmarkdown, roxygen2,\nrsconnect, rstudioapi, sass, spelling, stringr, testthat (>=\n3.0.0), tools, usethis (>= 1.6.0), withr", "VignetteBuilder": "knitr", "Config/testthat/edition": "3", + "Config/testthat/parallel": "true", "Encoding": "UTF-8", "Language": "en-US", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.2", "NeedsCompilation": "no", - "Packaged": "2023-06-05 15:00:10 UTC; colinfay", - "Author": "Colin Fay [cre, aut] (),\n Vincent Guyader [aut] (,\n previous maintainer),\n Sébastien Rochette [aut] (),\n Cervan Girard [aut] (),\n Novica Nakov [ctb],\n David Granjon [ctb],\n Arthur Bréant [ctb],\n Antoine Languillaume [ctb],\n ThinkR [cph]", + "Packaged": "2024-08-27 10:11:51 UTC; colinfay", + "Author": "Colin Fay [cre, aut] (),\n Vincent Guyader [aut] (,\n previous maintainer),\n Sébastien Rochette [aut] (),\n Cervan Girard [aut] (),\n Novica Nakov [ctb],\n David Granjon [ctb],\n Arthur Bréant [ctb],\n Antoine Languillaume [ctb],\n Ilya Zarubin [ctb],\n ThinkR [cph]", "Maintainer": "Colin Fay ", "Repository": "RSPM", - "Date/Publication": "2023-06-05 15:50:03 UTC", - "Built": "R 4.3.0; ; 2024-01-23 08:12:58 UTC; windows" + "Date/Publication": "2024-08-27 10:50:32 UTC", + "Built": "R 4.4.0; ; 2024-08-28 04:59:16 UTC; windows" } }, "gtable": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "gtable", "Title": "Arrange 'Grobs' in Tables", - "Version": "0.3.4", - "Authors@R": "\n c(person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\",\n email = \"hadley@posit.co\"),\n person(given = \"Thomas Lin\",\n family = \"Pedersen\",\n role = c(\"aut\", \"cre\"),\n email = \"thomas.pedersen@posit.co\"),\n person(given = \"Posit Software, PBC\",\n role = \"cph\"))", - "Description": "Tools to make it easier to work with \"tables\" of\n 'grobs'. The 'gtable' package defines a 'gtable' grob class that specifies a\n grid along with a list of grobs and their placement in the grid. Further the\n package makes it easy to manipulate and combine 'gtable' objects so that \n complex compositions can be built up sequentially.", + "Version": "0.3.5", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Tools to make it easier to work with \"tables\" of 'grobs'. The\n 'gtable' package defines a 'gtable' grob class that specifies a grid\n along with a list of grobs and their placement in the grid. Further\n the package makes it easy to manipulate and combine 'gtable' objects\n so that complex compositions can be built up sequentially.", "License": "MIT + file LICENSE", + "URL": "https://gtable.r-lib.org, https://github.com/r-lib/gtable", + "BugReports": "https://github.com/r-lib/gtable/issues", "Depends": "R (>= 3.5)", "Imports": "cli, glue, grid, lifecycle, rlang (>= 1.1.0)", "Suggests": "covr, ggplot2, knitr, profvis, rmarkdown, testthat (>= 3.0.0)", "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "URL": "https://gtable.r-lib.org, https://github.com/r-lib/gtable", - "BugReports": "https://github.com/r-lib/gtable/issues", - "Config/testthat/edition": "3", "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.1", "NeedsCompilation": "no", - "Packaged": "2023-08-21 10:36:53 UTC; thomas", - "Author": "Hadley Wickham [aut],\n Thomas Lin Pedersen [aut, cre],\n Posit Software, PBC [cph]", + "Packaged": "2024-04-22 10:46:27 UTC; thomas", + "Author": "Hadley Wickham [aut],\n Thomas Lin Pedersen [aut, cre],\n Posit Software, PBC [cph, fnd]", "Maintainer": "Thomas Lin Pedersen ", "Repository": "RSPM", - "Date/Publication": "2023-08-21 11:20:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 03:51:11 UTC; windows" + "Date/Publication": "2024-04-22 20:40:02 UTC", + "Built": "R 4.4.0; ; 2024-04-25 20:09:03 UTC; windows" } }, "here": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "here", "Title": "A Simpler Way to Find Your Files", @@ -1931,19 +1974,19 @@ "Maintainer": "Kirill Müller ", "Repository": "RSPM", "Date/Publication": "2020-12-13 07:30:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 02:06:41 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 19:45:52 UTC; windows" } }, "highr": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "highr", "Type": "Package", "Title": "Syntax Highlighting for R Source Code", - "Version": "0.10", + "Version": "0.11", "Authors@R": "c(\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Yixuan\", \"Qiu\", role = \"aut\"),\n person(\"Christopher\", \"Gandrud\", role = \"ctb\"),\n person(\"Qiang\", \"Li\", role = \"ctb\")\n )", - "Description": "Provides syntax highlighting for R source code. Currently it\n supports LaTeX and HTML output. Source code of other languages is supported\n via Andre Simon's highlight package ().", + "Description": "Provides syntax highlighting for R source code. Currently it\n supports LaTeX and HTML output. Source code of other languages is supported\n via Andre Simon's highlight package ().", "Depends": "R (>= 3.3.0)", "Imports": "xfun (>= 0.18)", "Suggests": "knitr, markdown, testit", @@ -1952,19 +1995,19 @@ "BugReports": "https://github.com/yihui/highr/issues", "VignetteBuilder": "knitr", "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.1", "NeedsCompilation": "no", - "Packaged": "2022-12-22 06:43:07 UTC; yihui", + "Packaged": "2024-05-26 19:27:21 UTC; yihui", "Author": "Yihui Xie [aut, cre] (),\n Yixuan Qiu [aut],\n Christopher Gandrud [ctb],\n Qiang Li [ctb]", "Maintainer": "Yihui Xie ", "Repository": "RSPM", - "Date/Publication": "2022-12-22 07:00:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 01:42:32 UTC; windows" + "Date/Publication": "2024-05-26 20:00:03 UTC", + "Built": "R 4.4.0; ; 2024-05-27 04:10:12 UTC; windows" } }, "hms": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "hms", "Title": "Pretty Time of Day", @@ -1989,77 +2032,77 @@ "Maintainer": "Kirill Müller ", "Repository": "RSPM", "Date/Publication": "2023-03-21 18:10:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 06:39:56 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 20:16:10 UTC; windows" } }, "htmltools": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { - "Package": "htmltools", "Type": "Package", + "Package": "htmltools", "Title": "Tools for HTML", - "Version": "0.5.6.1", - "Authors@R": "c(\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@posit.co\"),\n person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@posit.co\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Barret\", \"Schloerke\", role = \"aut\", email = \"barret@posit.co\", comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(\"Winston\", \"Chang\", role = \"aut\", email = \"winston@posit.co\", comment = c(ORCID = \"0000-0002-1576-2126\")),\n person(\"Yihui\", \"Xie\", role = \"aut\", email = \"yihui@posit.co\"),\n person(\"Jeff\", \"Allen\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Version": "0.5.8.1", + "Authors@R": "c(\n person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\n person(\"Carson\", \"Sievert\", , \"carson@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Barret\", \"Schloerke\", , \"barret@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-1576-2126\")),\n person(\"Yihui\", \"Xie\", , \"yihui@posit.co\", role = \"aut\"),\n person(\"Jeff\", \"Allen\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "Tools for HTML generation and output.", - "Depends": "R (>= 2.14.1)", - "Imports": "utils, digest, grDevices, base64enc, rlang (>= 0.4.12),\nfastmap (>= 1.1.0), ellipsis", - "Suggests": "markdown, testthat, withr, Cairo, ragg, shiny", - "Enhances": "knitr", "License": "GPL (>= 2)", "URL": "https://github.com/rstudio/htmltools,\nhttps://rstudio.github.io/htmltools/", "BugReports": "https://github.com/rstudio/htmltools/issues", - "RoxygenNote": "7.2.3", - "Encoding": "UTF-8", - "Collate": "'colors.R' 'fill.R' 'html_dependency.R' 'html_escape.R'\n'html_print.R' 'htmltools-package.R' 'images.R' 'known_tags.R'\n'selector.R' 'staticimports.R' 'tag_query.R' 'utils.R' 'tags.R'\n'template.R'", + "Depends": "R (>= 2.14.1)", + "Imports": "base64enc, digest, fastmap (>= 1.1.0), grDevices, rlang (>=\n1.0.0), utils", + "Suggests": "Cairo, markdown, ragg, shiny, testthat, withr", + "Enhances": "knitr", "Config/Needs/check": "knitr", "Config/Needs/website": "rstudio/quillt, bench", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.1", + "Collate": "'colors.R' 'fill.R' 'html_dependency.R' 'html_escape.R'\n'html_print.R' 'htmltools-package.R' 'images.R' 'known_tags.R'\n'selector.R' 'staticimports.R' 'tag_query.R' 'utils.R' 'tags.R'\n'template.R'", "NeedsCompilation": "yes", - "Packaged": "2023-10-06 15:29:21 UTC; cpsievert", + "Packaged": "2024-04-02 14:26:15 UTC; cpsievert", "Author": "Joe Cheng [aut],\n Carson Sievert [aut, cre] (),\n Barret Schloerke [aut] (),\n Winston Chang [aut] (),\n Yihui Xie [aut],\n Jeff Allen [aut],\n Posit Software, PBC [cph, fnd]", "Maintainer": "Carson Sievert ", "Repository": "RSPM", - "Date/Publication": "2023-10-06 20:40:06 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-10-09 11:34:54 UTC; windows", + "Date/Publication": "2024-04-04 05:03:00 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 20:21:37 UTC; windows", "Archs": "x64" } }, "htmlwidgets": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { - "Package": "htmlwidgets", "Type": "Package", + "Package": "htmlwidgets", "Title": "HTML Widgets for R", - "Version": "1.6.2", - "Authors@R": "c(\n person(\"Ramnath\", \"Vaidyanathan\", role = c(\"aut\", \"cph\")),\n person(\"Yihui\", \"Xie\", role = c(\"aut\")),\n person(\"JJ\", \"Allaire\", role = c(\"aut\")),\n person(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@rstudio.com\"),\n person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Kenton\", \"Russell\", role = c(\"aut\", \"cph\")),\n person(\"Ellis\", \"Hughes\", role = c(\"ctb\")),\n person(family = \"RStudio\", role = \"cph\")\n )", + "Version": "1.6.4", + "Authors@R": "c(\n person(\"Ramnath\", \"Vaidyanathan\", role = c(\"aut\", \"cph\")),\n person(\"Yihui\", \"Xie\", role = \"aut\"),\n person(\"JJ\", \"Allaire\", role = \"aut\"),\n person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\n person(\"Carson\", \"Sievert\", , \"carson@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Kenton\", \"Russell\", role = c(\"aut\", \"cph\")),\n person(\"Ellis\", \"Hughes\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "A framework for creating HTML widgets that render in various\n contexts including the R console, 'R Markdown' documents, and 'Shiny'\n web applications.", "License": "MIT + file LICENSE", - "VignetteBuilder": "knitr", - "Imports": "grDevices, htmltools (>= 0.5.4), jsonlite (>= 0.9.16), yaml,\nknitr (>= 1.8), rmarkdown", - "Suggests": "testthat", - "Enhances": "shiny (>= 1.1)", "URL": "https://github.com/ramnathv/htmlwidgets", "BugReports": "https://github.com/ramnathv/htmlwidgets/issues", - "RoxygenNote": "7.2.3", + "Imports": "grDevices, htmltools (>= 0.5.7), jsonlite (>= 0.9.16), knitr\n(>= 1.8), rmarkdown, yaml", + "Suggests": "testthat", + "Enhances": "shiny (>= 1.1)", + "VignetteBuilder": "knitr", "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2023-03-17 15:34:40 UTC; cpsievert", - "Author": "Ramnath Vaidyanathan [aut, cph],\n Yihui Xie [aut],\n JJ Allaire [aut],\n Joe Cheng [aut],\n Carson Sievert [aut, cre] (),\n Kenton Russell [aut, cph],\n Ellis Hughes [ctb],\n RStudio [cph]", - "Maintainer": "Carson Sievert ", + "Packaged": "2023-12-06 00:11:16 UTC; cpsievert", + "Author": "Ramnath Vaidyanathan [aut, cph],\n Yihui Xie [aut],\n JJ Allaire [aut],\n Joe Cheng [aut],\n Carson Sievert [aut, cre] (),\n Kenton Russell [aut, cph],\n Ellis Hughes [ctb],\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Carson Sievert ", "Repository": "RSPM", - "Date/Publication": "2023-03-17 16:50:06 UTC", - "Built": "R 4.3.0; ; 2023-11-03 12:36:39 UTC; windows" + "Date/Publication": "2023-12-06 06:00:06 UTC", + "Built": "R 4.4.0; ; 2024-04-25 23:02:02 UTC; windows" } }, "httpuv": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Type": "Package", "Package": "httpuv", "Title": "HTTP and WebSocket Server Library", - "Version": "1.6.12", + "Version": "1.6.15", "Authors@R": "c(\n person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\n person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit, PBC\", \"fnd\", role = \"cph\"),\n person(\"Hector\", \"Corrada Bravo\", role = \"ctb\"),\n person(\"Jeroen\", \"Ooms\", role = \"ctb\"),\n person(\"Andrzej\", \"Krzemienski\", role = \"cph\",\n comment = \"optional.hpp\"),\n person(\"libuv project contributors\", role = \"cph\",\n comment = \"libuv library, see src/libuv/AUTHORS file\"),\n person(\"Joyent, Inc. and other Node contributors\", role = \"cph\",\n comment = \"libuv library, see src/libuv/AUTHORS file; and http-parser library, see src/http-parser/AUTHORS file\"),\n person(\"Niels\", \"Provos\", role = \"cph\",\n comment = \"libuv subcomponent: tree.h\"),\n person(\"Internet Systems Consortium, Inc.\", role = \"cph\",\n comment = \"libuv subcomponent: inet_pton and inet_ntop, contained in src/libuv/src/inet.c\"),\n person(\"Alexander\", \"Chemeris\", role = \"cph\",\n comment = \"libuv subcomponent: stdint-msvc2008.h (from msinttypes)\"),\n person(\"Google, Inc.\", role = \"cph\",\n comment = \"libuv subcomponent: pthread-fixes.c\"),\n person(\"Sony Mobile Communcations AB\", role = \"cph\",\n comment = \"libuv subcomponent: pthread-fixes.c\"),\n person(\"Berkeley Software Design Inc.\", role = \"cph\",\n comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\n person(\"Kenneth\", \"MacKay\", role = \"cph\",\n comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\n person(\"Emergya (Cloud4all, FP7/2007-2013, grant agreement no 289016)\", role = \"cph\",\n comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\n person(\"Steve\", \"Reid\", role = \"aut\",\n comment = \"SHA-1 implementation\"),\n person(\"James\", \"Brown\", role = \"aut\",\n comment = \"SHA-1 implementation\"),\n person(\"Bob\", \"Trower\", role = \"aut\",\n comment = \"base64 implementation\"),\n person(\"Alexander\", \"Peslyak\", role = \"aut\",\n comment = \"MD5 implementation\"),\n person(\"Trantor Standard Systems\", role = \"cph\",\n comment = \"base64 implementation\"),\n person(\"Igor\", \"Sysoev\", role = \"cph\",\n comment = \"http-parser\")\n )", "Description": "Provides low-level socket and protocol support for handling\n HTTP and WebSocket requests directly from within R. It is primarily\n intended as a building block for other packages, rather than making it\n particularly easy to create complete web applications using httpuv\n alone. httpuv is built on top of the libuv and http-parser C\n libraries, both of which were developed by Joyent, Inc. (See LICENSE\n file for libuv and http-parser license information.)", "License": "GPL (>= 2) | file LICENSE", @@ -2070,22 +2113,22 @@ "Suggests": "callr, curl, testthat, websocket", "LinkingTo": "later, Rcpp", "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.1", "SystemRequirements": "GNU make, zlib", "Collate": "'RcppExports.R' 'httpuv.R' 'random_port.R' 'server.R'\n'staticServer.R' 'static_paths.R' 'utils.R'", "NeedsCompilation": "yes", - "Packaged": "2023-10-23 17:02:22 UTC; garrick", + "Packaged": "2024-03-25 21:06:08 UTC; cpsievert", "Author": "Joe Cheng [aut],\n Winston Chang [aut, cre],\n Posit, PBC fnd [cph],\n Hector Corrada Bravo [ctb],\n Jeroen Ooms [ctb],\n Andrzej Krzemienski [cph] (optional.hpp),\n libuv project contributors [cph] (libuv library, see src/libuv/AUTHORS\n file),\n Joyent, Inc. and other Node contributors [cph] (libuv library, see\n src/libuv/AUTHORS file; and http-parser library, see\n src/http-parser/AUTHORS file),\n Niels Provos [cph] (libuv subcomponent: tree.h),\n Internet Systems Consortium, Inc. [cph] (libuv subcomponent: inet_pton\n and inet_ntop, contained in src/libuv/src/inet.c),\n Alexander Chemeris [cph] (libuv subcomponent: stdint-msvc2008.h (from\n msinttypes)),\n Google, Inc. [cph] (libuv subcomponent: pthread-fixes.c),\n Sony Mobile Communcations AB [cph] (libuv subcomponent:\n pthread-fixes.c),\n Berkeley Software Design Inc. [cph] (libuv subcomponent:\n android-ifaddrs.h, android-ifaddrs.c),\n Kenneth MacKay [cph] (libuv subcomponent: android-ifaddrs.h,\n android-ifaddrs.c),\n Emergya (Cloud4all, FP7/2007-2013, grant agreement no 289016) [cph]\n (libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c),\n Steve Reid [aut] (SHA-1 implementation),\n James Brown [aut] (SHA-1 implementation),\n Bob Trower [aut] (base64 implementation),\n Alexander Peslyak [aut] (MD5 implementation),\n Trantor Standard Systems [cph] (base64 implementation),\n Igor Sysoev [cph] (http-parser)", "Maintainer": "Winston Chang ", "Repository": "RSPM", - "Date/Publication": "2023-10-23 19:40:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-10-24 11:50:39 UTC; windows", + "Date/Publication": "2024-03-26 05:50:06 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-07-18 09:02:06 UTC; windows", "Archs": "x64" } }, "httr": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "httr", "Title": "Tools for Working with URLs and HTTP", @@ -2108,41 +2151,43 @@ "Maintainer": "Hadley Wickham ", "Repository": "RSPM", "Date/Publication": "2023-08-15 09:00:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 02:52:42 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 20:15:29 UTC; windows" } }, "httr2": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "httr2", "Title": "Perform HTTP Requests and Process the Responses", - "Version": "0.2.3", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Version": "1.0.4", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"Maximilian\", \"Girlich\", role = \"ctb\")\n )", "Description": "Tools for creating and modifying HTTP requests, then\n performing them and processing the results. 'httr2' is a modern\n re-imagining of 'httr' that uses a pipe-based interface and solves\n more 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", + "Depends": "R (>= 4.0)", + "Imports": "cli (>= 3.0.0), curl (>= 5.2.2), glue, lifecycle, magrittr,\nopenssl, R6, rappdirs, rlang (>= 1.1.0), vctrs (>= 0.6.3),\nwithr", + "Suggests": "askpass, bench, clipr, covr, docopt, httpuv, jose, jsonlite,\nknitr, later, promises, rmarkdown, testthat (>= 3.1.8), tibble,\nwebfakes, xml2", "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", + "Config/testthat/parallel": "true", + "Config/testthat/start-first": "resp-stream, req-perform", "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.2", "NeedsCompilation": "no", - "Packaged": "2023-05-08 18:56:52 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\n RStudio [cph, fnd]", - "Maintainer": "Hadley Wickham ", + "Packaged": "2024-09-13 19:41:35 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre],\n Posit Software, PBC [cph, fnd],\n Maximilian Girlich [ctb]", + "Maintainer": "Hadley Wickham ", "Repository": "RSPM", - "Date/Publication": "2023-05-08 19:30:02 UTC", - "Built": "R 4.3.0; ; 2023-05-29 16:08:25 UTC; windows" + "Date/Publication": "2024-09-13 22:00:02 UTC", + "Built": "R 4.4.0; ; 2024-09-14 04:27:02 UTC; windows" } }, "ini": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "ini", "Type": "Package", @@ -2163,12 +2208,12 @@ "Repository": "RSPM", "Date/Publication": "2018-05-20 03:26:39 UTC", "Encoding": "UTF-8", - "Built": "R 4.3.0; ; 2024-01-23 03:20:38 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 19:47:37 UTC; windows" } }, "isoband": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "isoband", "Title": "Generate Isolines and Isobands from Regularly Spaced Elevation\nGrids", @@ -2192,13 +2237,13 @@ "Maintainer": "Hadley Wickham ", "Repository": "RSPM", "Date/Publication": "2022-12-20 10:00:13 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 02:23:57 UTC; windows", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:44:55 UTC; windows", "Archs": "x64" } }, "jquerylib": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "jquerylib", "Title": "Obtain 'jQuery' as an HTML Dependency Object", @@ -2217,15 +2262,15 @@ "Maintainer": "Carson Sievert ", "Repository": "RSPM", "Date/Publication": "2021-04-26 17:10:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 05:28:57 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 20:49:43 UTC; windows" } }, "jsonlite": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "jsonlite", - "Version": "1.8.7", + "Version": "1.8.8", "Title": "A Simple and Robust JSON Parser and Generator for R", "License": "MIT + file LICENSE", "Depends": "methods", @@ -2239,56 +2284,57 @@ "RoxygenNote": "7.2.3", "Encoding": "UTF-8", "NeedsCompilation": "yes", - "Packaged": "2023-06-29 08:00:03 UTC; jeroen", + "Packaged": "2023-12-04 12:57:12 UTC; jeroen", "Author": "Jeroen Ooms [aut, cre] (),\n Duncan Temple Lang [ctb],\n Lloyd Hilaiel [cph] (author of bundled libyajl)", "Repository": "RSPM", - "Date/Publication": "2023-06-29 22:10:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-06-30 12:00:13 UTC; windows", + "Date/Publication": "2023-12-04 15:20:02 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:48:43 UTC; windows", "Archs": "x64" } }, "kableExtra": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "kableExtra", "Type": "Package", "Title": "Construct Complex Table with 'kable' and Pipe Syntax", - "Version": "1.3.4", - "Authors@R": "c(\n person('Hao', 'Zhu', email = 'haozhu233@gmail.com', role = c('aut', 'cre'),\n comment = c(ORCID = '0000-0002-3386-6076')),\n person('Thomas', 'Travison', role = 'ctb'),\n person('Timothy', 'Tsai', role = 'ctb'),\n person('Will', 'Beasley', email = 'wibeasley@hotmail.com', role = 'ctb'),\n person('Yihui', 'Xie', email = 'xie@yihui.name', role = 'ctb'),\n person('GuangChuang', 'Yu', email = 'guangchuangyu@gmail.com', role = 'ctb'),\n person('Stéphane', 'Laurent', role = 'ctb'),\n person('Rob', 'Shepherd', role = 'ctb'),\n person('Yoni', 'Sidi', role = 'ctb'), \n person('Brian', 'Salzer', role = 'ctb'),\n person('George', 'Gui', role = 'ctb'),\n person('Yeliang', 'Fan', role = 'ctb'),\n person('Duncan', 'Murdoch', role = 'ctb'),\n person('Bill', 'Evans', role = 'ctb')\n )", + "Version": "1.4.0", + "Authors@R": "c(\n person('Hao', 'Zhu', email = 'haozhu233@gmail.com', role = c('aut', 'cre'),\n comment = c(ORCID = '0000-0002-3386-6076')),\n person('Thomas', 'Travison', role = 'ctb'),\n person('Timothy', 'Tsai', role = 'ctb'),\n person('Will', 'Beasley', email = 'wibeasley@hotmail.com', role = 'ctb'),\n person('Yihui', 'Xie', email = 'xie@yihui.name', role = 'ctb'),\n person('GuangChuang', 'Yu', email = 'guangchuangyu@gmail.com', role = 'ctb'),\n person('Stéphane', 'Laurent', role = 'ctb'),\n person('Rob', 'Shepherd', role = 'ctb'),\n person('Yoni', 'Sidi', role = 'ctb'), \n person('Brian', 'Salzer', role = 'ctb'),\n person('George', 'Gui', role = 'ctb'),\n person('Yeliang', 'Fan', role = 'ctb'),\n person('Duncan', 'Murdoch', role = 'ctb'),\n person('Vincent', 'Arel-Bundock', role = 'ctb'),\n person('Bill', 'Evans', role = 'ctb')\n )", "Description": "Build complex HTML or 'LaTeX' tables using 'kable()' from 'knitr' \n and the piping syntax from 'magrittr'. Function 'kable()' is a light weight \n table generator coming from 'knitr'. This package simplifies the way to \n manipulate the HTML or 'LaTeX' codes generated by 'kable()' and allows \n users to construct complex tables and customize styles using a readable \n syntax. ", "License": "MIT + file LICENSE", - "LazyData": "TRUE", "URL": "http://haozhu233.github.io/kableExtra/,\nhttps://github.com/haozhu233/kableExtra", "BugReports": "https://github.com/haozhu233/kableExtra/issues", "Depends": "R (>= 3.1.0)", - "Imports": "knitr (>= 1.16), magrittr, stringr (>= 1.0), xml2 (>= 1.1.1),\nrvest, rmarkdown (>= 1.6.0), scales, viridisLite, stats,\ngrDevices, htmltools, rstudioapi, glue, tools, webshot, digest,\ngraphics, svglite", - "Suggests": "testthat, magick, formattable, sparkline", + "Imports": "knitr (>= 1.33), magrittr, stringr (>= 1.0), xml2 (>= 1.1.1),\nrmarkdown (>= 1.6.0), scales, viridisLite, stats, grDevices,\nhtmltools, rstudioapi, tools, digest, graphics, svglite", + "Suggests": "testthat, magick, tinytex, formattable, sparkline, webshot2", + "Config/testthat/edition": "3", "VignetteBuilder": "knitr", "Encoding": "UTF-8", - "RoxygenNote": "7.1.1", + "RoxygenNote": "7.2.3", + "Language": "en-US", "NeedsCompilation": "no", - "Packaged": "2021-02-19 18:56:12 UTC; haozhu", - "Author": "Hao Zhu [aut, cre] (),\n Thomas Travison [ctb],\n Timothy Tsai [ctb],\n Will Beasley [ctb],\n Yihui Xie [ctb],\n GuangChuang Yu [ctb],\n Stéphane Laurent [ctb],\n Rob Shepherd [ctb],\n Yoni Sidi [ctb],\n Brian Salzer [ctb],\n George Gui [ctb],\n Yeliang Fan [ctb],\n Duncan Murdoch [ctb],\n Bill Evans [ctb]", + "Packaged": "2024-01-23 15:43:39 UTC; haozhu", + "Author": "Hao Zhu [aut, cre] (),\n Thomas Travison [ctb],\n Timothy Tsai [ctb],\n Will Beasley [ctb],\n Yihui Xie [ctb],\n GuangChuang Yu [ctb],\n Stéphane Laurent [ctb],\n Rob Shepherd [ctb],\n Yoni Sidi [ctb],\n Brian Salzer [ctb],\n George Gui [ctb],\n Yeliang Fan [ctb],\n Duncan Murdoch [ctb],\n Vincent Arel-Bundock [ctb],\n Bill Evans [ctb]", "Maintainer": "Hao Zhu ", "Repository": "RSPM", - "Date/Publication": "2021-02-20 05:50:07 UTC", - "Built": "R 4.3.0; ; 2024-01-23 08:16:59 UTC; windows" + "Date/Publication": "2024-01-24 14:20:02 UTC", + "Built": "R 4.4.0; ; 2024-04-25 23:26:36 UTC; windows" } }, "knitr": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "knitr", "Type": "Package", "Title": "A General-Purpose Package for Dynamic Report Generation in R", - "Version": "1.45", + "Version": "1.48", "Authors@R": "c(\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Abhraneel\", \"Sarma\", role = \"ctb\"),\n person(\"Adam\", \"Vogt\", role = \"ctb\"),\n person(\"Alastair\", \"Andrew\", role = \"ctb\"),\n person(\"Alex\", \"Zvoleff\", role = \"ctb\"),\n person(\"Amar\", \"Al-Zubaidi\", role = \"ctb\"),\n person(\"Andre\", \"Simon\", role = \"ctb\", comment = \"the CSS files under inst/themes/ were derived from the Highlight package http://www.andre-simon.de\"),\n person(\"Aron\", \"Atkins\", role = \"ctb\"),\n person(\"Aaron\", \"Wolen\", role = \"ctb\"),\n person(\"Ashley\", \"Manton\", role = \"ctb\"),\n person(\"Atsushi\", \"Yasumoto\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8335-495X\")),\n person(\"Ben\", \"Baumer\", role = \"ctb\"),\n person(\"Brian\", \"Diggs\", role = \"ctb\"),\n person(\"Brian\", \"Zhang\", role = \"ctb\"),\n person(\"Bulat\", \"Yapparov\", role = \"ctb\"),\n person(\"Cassio\", \"Pereira\", role = \"ctb\"),\n person(\"Christophe\", \"Dervieux\", role = \"ctb\"),\n person(\"David\", \"Hall\", role = \"ctb\"),\n person(\"David\", \"Hugh-Jones\", role = \"ctb\"),\n person(\"David\", \"Robinson\", role = \"ctb\"),\n person(\"Doug\", \"Hemken\", role = \"ctb\"),\n person(\"Duncan\", \"Murdoch\", role = \"ctb\"),\n person(\"Elio\", \"Campitelli\", role = \"ctb\"),\n person(\"Ellis\", \"Hughes\", role = \"ctb\"),\n person(\"Emily\", \"Riederer\", role = \"ctb\"),\n person(\"Fabian\", \"Hirschmann\", role = \"ctb\"),\n person(\"Fitch\", \"Simeon\", role = \"ctb\"),\n person(\"Forest\", \"Fang\", role = \"ctb\"),\n person(c(\"Frank\", \"E\", \"Harrell\", \"Jr\"), role = \"ctb\", comment = \"the Sweavel package at inst/misc/Sweavel.sty\"),\n person(\"Garrick\", \"Aden-Buie\", role = \"ctb\"),\n person(\"Gregoire\", \"Detrez\", role = \"ctb\"),\n person(\"Hadley\", \"Wickham\", role = \"ctb\"),\n person(\"Hao\", \"Zhu\", role = \"ctb\"),\n person(\"Heewon\", \"Jeon\", role = \"ctb\"),\n person(\"Henrik\", \"Bengtsson\", role = \"ctb\"),\n person(\"Hiroaki\", \"Yutani\", role = \"ctb\"),\n person(\"Ian\", \"Lyttle\", role = \"ctb\"),\n person(\"Hodges\", \"Daniel\", role = \"ctb\"),\n person(\"Jacob\", \"Bien\", role = \"ctb\"),\n person(\"Jake\", \"Burkhead\", role = \"ctb\"),\n person(\"James\", \"Manton\", role = \"ctb\"),\n person(\"Jared\", \"Lander\", role = \"ctb\"),\n person(\"Jason\", \"Punyon\", role = \"ctb\"),\n person(\"Javier\", \"Luraschi\", role = \"ctb\"),\n person(\"Jeff\", \"Arnold\", role = \"ctb\"),\n person(\"Jenny\", \"Bryan\", role = \"ctb\"),\n person(\"Jeremy\", \"Ashkenas\", role = c(\"ctb\", \"cph\"), comment = \"the CSS file at inst/misc/docco-classic.css\"),\n person(\"Jeremy\", \"Stephens\", role = \"ctb\"),\n person(\"Jim\", \"Hester\", role = \"ctb\"),\n person(\"Joe\", \"Cheng\", role = \"ctb\"),\n person(\"Johannes\", \"Ranke\", role = \"ctb\"),\n person(\"John\", \"Honaker\", role = \"ctb\"),\n person(\"John\", \"Muschelli\", role = \"ctb\"),\n person(\"Jonathan\", \"Keane\", role = \"ctb\"),\n person(\"JJ\", \"Allaire\", role = \"ctb\"),\n person(\"Johan\", \"Toloe\", role = \"ctb\"),\n person(\"Jonathan\", \"Sidi\", role = \"ctb\"),\n person(\"Joseph\", \"Larmarange\", role = \"ctb\"),\n person(\"Julien\", \"Barnier\", role = \"ctb\"),\n person(\"Kaiyin\", \"Zhong\", role = \"ctb\"),\n person(\"Kamil\", \"Slowikowski\", role = \"ctb\"),\n person(\"Karl\", \"Forner\", role = \"ctb\"),\n person(c(\"Kevin\", \"K.\"), \"Smith\", role = \"ctb\"),\n person(\"Kirill\", \"Mueller\", role = \"ctb\"),\n person(\"Kohske\", \"Takahashi\", role = \"ctb\"),\n person(\"Lorenz\", \"Walthert\", role = \"ctb\"),\n person(\"Lucas\", \"Gallindo\", role = \"ctb\"),\n person(\"Marius\", \"Hofert\", role = \"ctb\"),\n person(\"Martin\", \"Modrák\", role = \"ctb\"),\n person(\"Michael\", \"Chirico\", role = \"ctb\"),\n person(\"Michael\", \"Friendly\", role = \"ctb\"),\n person(\"Michal\", \"Bojanowski\", role = \"ctb\"),\n person(\"Michel\", \"Kuhlmann\", role = \"ctb\"),\n person(\"Miller\", \"Patrick\", role = \"ctb\"),\n person(\"Nacho\", \"Caballero\", role = \"ctb\"),\n person(\"Nick\", \"Salkowski\", role = \"ctb\"),\n person(\"Niels Richard\", \"Hansen\", role = \"ctb\"),\n person(\"Noam\", \"Ross\", role = \"ctb\"),\n person(\"Obada\", \"Mahdi\", role = \"ctb\"),\n person(\"Pavel N.\", \"Krivitsky\", role = \"ctb\", comment=c(ORCID = \"0000-0002-9101-3362\")),\n person(\"Pedro\", \"Faria\", role = \"ctb\"),\n person(\"Qiang\", \"Li\", role = \"ctb\"),\n person(\"Ramnath\", \"Vaidyanathan\", role = \"ctb\"),\n person(\"Richard\", \"Cotton\", role = \"ctb\"),\n person(\"Robert\", \"Krzyzanowski\", role = \"ctb\"),\n person(\"Rodrigo\", \"Copetti\", role = \"ctb\"),\n person(\"Romain\", \"Francois\", role = \"ctb\"),\n person(\"Ruaridh\", \"Williamson\", role = \"ctb\"),\n person(\"Sagiru\", \"Mati\", role = \"ctb\", comment = c(ORCID = \"0000-0003-1413-3974\")),\n person(\"Scott\", \"Kostyshak\", role = \"ctb\"),\n person(\"Sebastian\", \"Meyer\", role = \"ctb\"),\n person(\"Sietse\", \"Brouwer\", role = \"ctb\"),\n person(c(\"Simon\", \"de\"), \"Bernard\", role = \"ctb\"),\n person(\"Sylvain\", \"Rousseau\", role = \"ctb\"),\n person(\"Taiyun\", \"Wei\", role = \"ctb\"),\n person(\"Thibaut\", \"Assus\", role = \"ctb\"),\n person(\"Thibaut\", \"Lamadon\", role = \"ctb\"),\n person(\"Thomas\", \"Leeper\", role = \"ctb\"),\n person(\"Tim\", \"Mastny\", role = \"ctb\"),\n person(\"Tom\", \"Torsney-Weir\", role = \"ctb\"),\n person(\"Trevor\", \"Davis\", role = \"ctb\"),\n person(\"Viktoras\", \"Veitas\", role = \"ctb\"),\n person(\"Weicheng\", \"Zhu\", role = \"ctb\"),\n person(\"Wush\", \"Wu\", role = \"ctb\"),\n person(\"Zachary\", \"Foster\", role = \"ctb\"),\n person(\"Zhian N.\", \"Kamvar\", role = \"ctb\", comment = c(ORCID = \"0000-0003-1458-7108\")),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "Provides a general-purpose tool for dynamic report generation in R\n using Literate Programming techniques.", "Depends": "R (>= 3.3.0)", - "Imports": "evaluate (>= 0.15), highr, methods, tools, xfun (>= 0.39),\nyaml (>= 2.1.19)", - "Suggests": "bslib, codetools, DBI (>= 0.4-1), digest, formatR, gifski,\ngridSVG, htmlwidgets (>= 0.7), curl, jpeg, JuliaCall (>=\n0.11.1), magick, markdown (>= 1.3), png, ragg, reticulate (>=\n1.4), rgl (>= 0.95.1201), rlang, rmarkdown, sass, showtext,\nstyler (>= 1.2.0), targets (>= 0.6.0), testit, tibble,\ntikzDevice (>= 0.10), tinytex (>= 0.46), webshot, rstudioapi,\nsvglite, xml2 (>= 1.2.0)", + "Imports": "evaluate (>= 0.15), highr (>= 0.11), methods, tools, xfun (>=\n0.44), yaml (>= 2.1.19)", + "Suggests": "bslib, codetools, DBI (>= 0.4-1), digest, formatR, gifski,\ngridSVG, htmlwidgets (>= 0.7), jpeg, JuliaCall (>= 0.11.1),\nmagick, markdown (>= 1.3), png, ragg, reticulate (>= 1.4), rgl\n(>= 0.95.1201), rlang, rmarkdown, sass, showtext, styler (>=\n1.2.0), targets (>= 0.6.0), testit, tibble, tikzDevice (>=\n0.10), tinytex (>= 0.46), webshot, rstudioapi, svglite", "License": "GPL", "URL": "https://yihui.org/knitr/", "BugReports": "https://github.com/yihui/knitr/issues", @@ -2296,19 +2342,19 @@ "VignetteBuilder": "knitr", "SystemRequirements": "Package vignettes based on R Markdown v2 or\nreStructuredText require Pandoc (http://pandoc.org). The\nfunction rst2pdf() requires rst2pdf\n(https://github.com/rst2pdf/rst2pdf).", "Collate": "'block.R' 'cache.R' 'utils.R' 'citation.R' 'hooks-html.R'\n'plot.R' 'defaults.R' 'concordance.R' 'engine.R' 'highlight.R'\n'themes.R' 'header.R' 'hooks-asciidoc.R' 'hooks-chunk.R'\n'hooks-extra.R' 'hooks-latex.R' 'hooks-md.R' 'hooks-rst.R'\n'hooks-textile.R' 'hooks.R' 'output.R' 'package.R' 'pandoc.R'\n'params.R' 'parser.R' 'pattern.R' 'rocco.R' 'spin.R' 'table.R'\n'template.R' 'utils-conversion.R' 'utils-rd2html.R'\n'utils-string.R' 'utils-sweave.R' 'utils-upload.R'\n'utils-vignettes.R' 'zzz.R'", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.2", "NeedsCompilation": "no", - "Packaged": "2023-10-27 03:03:09 UTC; yihui", + "Packaged": "2024-07-05 23:22:15 UTC; yihui", "Author": "Yihui Xie [aut, cre] (),\n Abhraneel Sarma [ctb],\n Adam Vogt [ctb],\n Alastair Andrew [ctb],\n Alex Zvoleff [ctb],\n Amar Al-Zubaidi [ctb],\n Andre Simon [ctb] (the CSS files under inst/themes/ were derived from\n the Highlight package http://www.andre-simon.de),\n Aron Atkins [ctb],\n Aaron Wolen [ctb],\n Ashley Manton [ctb],\n Atsushi Yasumoto [ctb] (),\n Ben Baumer [ctb],\n Brian Diggs [ctb],\n Brian Zhang [ctb],\n Bulat Yapparov [ctb],\n Cassio Pereira [ctb],\n Christophe Dervieux [ctb],\n David Hall [ctb],\n David Hugh-Jones [ctb],\n David Robinson [ctb],\n Doug Hemken [ctb],\n Duncan Murdoch [ctb],\n Elio Campitelli [ctb],\n Ellis Hughes [ctb],\n Emily Riederer [ctb],\n Fabian Hirschmann [ctb],\n Fitch Simeon [ctb],\n Forest Fang [ctb],\n Frank E Harrell Jr [ctb] (the Sweavel package at inst/misc/Sweavel.sty),\n Garrick Aden-Buie [ctb],\n Gregoire Detrez [ctb],\n Hadley Wickham [ctb],\n Hao Zhu [ctb],\n Heewon Jeon [ctb],\n Henrik Bengtsson [ctb],\n Hiroaki Yutani [ctb],\n Ian Lyttle [ctb],\n Hodges Daniel [ctb],\n Jacob Bien [ctb],\n Jake Burkhead [ctb],\n James Manton [ctb],\n Jared Lander [ctb],\n Jason Punyon [ctb],\n Javier Luraschi [ctb],\n Jeff Arnold [ctb],\n Jenny Bryan [ctb],\n Jeremy Ashkenas [ctb, cph] (the CSS file at\n inst/misc/docco-classic.css),\n Jeremy Stephens [ctb],\n Jim Hester [ctb],\n Joe Cheng [ctb],\n Johannes Ranke [ctb],\n John Honaker [ctb],\n John Muschelli [ctb],\n Jonathan Keane [ctb],\n JJ Allaire [ctb],\n Johan Toloe [ctb],\n Jonathan Sidi [ctb],\n Joseph Larmarange [ctb],\n Julien Barnier [ctb],\n Kaiyin Zhong [ctb],\n Kamil Slowikowski [ctb],\n Karl Forner [ctb],\n Kevin K. Smith [ctb],\n Kirill Mueller [ctb],\n Kohske Takahashi [ctb],\n Lorenz Walthert [ctb],\n Lucas Gallindo [ctb],\n Marius Hofert [ctb],\n Martin Modrák [ctb],\n Michael Chirico [ctb],\n Michael Friendly [ctb],\n Michal Bojanowski [ctb],\n Michel Kuhlmann [ctb],\n Miller Patrick [ctb],\n Nacho Caballero [ctb],\n Nick Salkowski [ctb],\n Niels Richard Hansen [ctb],\n Noam Ross [ctb],\n Obada Mahdi [ctb],\n Pavel N. Krivitsky [ctb] (),\n Pedro Faria [ctb],\n Qiang Li [ctb],\n Ramnath Vaidyanathan [ctb],\n Richard Cotton [ctb],\n Robert Krzyzanowski [ctb],\n Rodrigo Copetti [ctb],\n Romain Francois [ctb],\n Ruaridh Williamson [ctb],\n Sagiru Mati [ctb] (),\n Scott Kostyshak [ctb],\n Sebastian Meyer [ctb],\n Sietse Brouwer [ctb],\n Simon de Bernard [ctb],\n Sylvain Rousseau [ctb],\n Taiyun Wei [ctb],\n Thibaut Assus [ctb],\n Thibaut Lamadon [ctb],\n Thomas Leeper [ctb],\n Tim Mastny [ctb],\n Tom Torsney-Weir [ctb],\n Trevor Davis [ctb],\n Viktoras Veitas [ctb],\n Weicheng Zhu [ctb],\n Wush Wu [ctb],\n Zachary Foster [ctb],\n Zhian N. Kamvar [ctb] (),\n Posit Software, PBC [cph, fnd]", "Maintainer": "Yihui Xie ", "Repository": "RSPM", - "Date/Publication": "2023-10-30 09:10:12 UTC", - "Built": "R 4.3.0; ; 2024-01-23 01:58:37 UTC; windows" + "Date/Publication": "2024-07-07 14:00:01 UTC", + "Built": "R 4.4.0; ; 2024-07-08 04:44:53 UTC; windows" } }, "labeling": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "labeling", "Type": "Package", @@ -2326,18 +2372,18 @@ "Repository": "RSPM", "Date/Publication": "2023-08-29 22:20:02 UTC", "Encoding": "UTF-8", - "Built": "R 4.3.0; ; 2024-01-23 03:12:29 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 19:45:42 UTC; windows" } }, "later": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "later", "Type": "Package", "Title": "Utilities for Scheduling Functions to Execute Later with Event\nLoops", - "Version": "1.3.1", - "Authors@R": "c(\n person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\"),\n person(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@rstudio.com\"),\n person(family = \"RStudio\", role = \"cph\"),\n person(\"Marcus\", \"Geelnard\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\"),\n person(\"Evan\", \"Nemerson\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\")\n )", + "Version": "1.3.2", + "Authors@R": "c(\n person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@posit.co\"),\n person(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@posit.co\"),\n person(family = \"Posit Software, PBC\", role = \"cph\"),\n person(\"Marcus\", \"Geelnard\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\"),\n person(\"Evan\", \"Nemerson\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\")\n )", "Description": "Executes arbitrary R or C functions some time after the current\n time, after the R execution stack has emptied. The functions are scheduled\n in an event loop.", "URL": "https://r-lib.github.io/later/, https://github.com/r-lib/later", "BugReports": "https://github.com/r-lib/later/issues", @@ -2349,22 +2395,22 @@ "VignetteBuilder": "knitr", "Encoding": "UTF-8", "NeedsCompilation": "yes", - "Packaged": "2023-05-01 21:09:55 UTC; winston", - "Author": "Winston Chang [aut, cre],\n Joe Cheng [aut],\n RStudio [cph],\n Marcus Geelnard [ctb, cph] (TinyCThread library,\n https://tinycthread.github.io/),\n Evan Nemerson [ctb, cph] (TinyCThread library,\n https://tinycthread.github.io/)", - "Maintainer": "Winston Chang ", + "Packaged": "2023-12-06 00:38:14 UTC; cpsievert", + "Author": "Winston Chang [aut, cre],\n Joe Cheng [aut],\n Posit Software, PBC [cph],\n Marcus Geelnard [ctb, cph] (TinyCThread library,\n https://tinycthread.github.io/),\n Evan Nemerson [ctb, cph] (TinyCThread library,\n https://tinycthread.github.io/)", + "Maintainer": "Winston Chang ", "Repository": "RSPM", - "Date/Publication": "2023-05-02 18:10:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-10-18 11:46:39 UTC; windows", + "Date/Publication": "2023-12-06 09:10:05 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-07-18 08:40:57 UTC; windows", "Archs": "x64" } }, "lattice": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "lattice", - "Version": "0.22-5", - "Date": "2023-10-23", + "Version": "0.22-6", + "Date": "2024-03-20", "Priority": "recommended", "Title": "Trellis Graphics for R", "Authors@R": "c(person(\"Deepayan\", \"Sarkar\", role = c(\"aut\", \"cre\"),\n\t email = \"deepayan.sarkar@r-project.org\",\n\t\t comment = c(ORCID = \"0000-0003-4107-1553\")),\n person(\"Felix\", \"Andrews\", role = \"ctb\"),\n\t person(\"Kevin\", \"Wright\", role = \"ctb\", comment = \"documentation\"),\n\t person(\"Neil\", \"Klepeis\", role = \"ctb\"),\n\t person(\"Johan\", \"Larsson\", role = \"ctb\", comment = \"miscellaneous improvements\"),\n person(\"Zhijian (Jason)\", \"Wen\", role = \"cph\", comment = \"filled contour code\"),\n person(\"Paul\", \"Murrell\", role = \"ctb\", email = \"paul@stat.auckland.ac.nz\"),\n\t person(\"Stefan\", \"Eng\", role = \"ctb\", comment = \"violin plot improvements\"),\n\t person(\"Achim\", \"Zeileis\", role = \"ctb\", comment = \"modern colors\"),\n person(\"Alexandre\", \"Courtiol\", role = \"ctb\", comment = \"generics for larrows, lpolygon, lrect and lsegments\")\n\t )", @@ -2379,18 +2425,18 @@ "URL": "https://lattice.r-forge.r-project.org/", "BugReports": "https://github.com/deepayan/lattice/issues", "NeedsCompilation": "yes", - "Packaged": "2023-10-23 20:44:42 UTC; deepayan", + "Packaged": "2024-03-20 03:08:45 UTC; deepayan", "Author": "Deepayan Sarkar [aut, cre] (),\n Felix Andrews [ctb],\n Kevin Wright [ctb] (documentation),\n Neil Klepeis [ctb],\n Johan Larsson [ctb] (miscellaneous improvements),\n Zhijian (Jason) Wen [cph] (filled contour code),\n Paul Murrell [ctb],\n Stefan Eng [ctb] (violin plot improvements),\n Achim Zeileis [ctb] (modern colors),\n Alexandre Courtiol [ctb] (generics for larrows, lpolygon, lrect and\n lsegments)", "Maintainer": "Deepayan Sarkar ", "Repository": "CRAN", - "Date/Publication": "2023-10-24 07:00:02 UTC", - "Built": "R 4.3.3; x86_64-w64-mingw32; 2024-02-29 11:07:43 UTC; windows", + "Date/Publication": "2024-03-20 06:10:02 UTC", + "Built": "R 4.4.1; x86_64-w64-mingw32; 2024-06-14 08:26:06 UTC; windows", "Archs": "x64" } }, "lazyeval": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "lazyeval", "Version": "0.2.2", @@ -2410,42 +2456,42 @@ "Repository": "RSPM", "Date/Publication": "2019-03-15 17:50:07 UTC", "Encoding": "UTF-8", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 01:53:15 UTC; windows", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:45:08 UTC; windows", "Archs": "x64" } }, "lifecycle": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "lifecycle", "Title": "Manage the Life Cycle of your Package Functions", - "Version": "1.0.3", - "Authors@R": "c(\n person(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Version": "1.0.4", + "Authors@R": "c(\n person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "Manage the life cycle of your exported functions with shared\n conventions, documentation badges, and user-friendly deprecation\n warnings.", "License": "MIT + file LICENSE", "URL": "https://lifecycle.r-lib.org/, https://github.com/r-lib/lifecycle", "BugReports": "https://github.com/r-lib/lifecycle/issues", - "Depends": "R (>= 3.4)", - "Imports": "cli (>= 3.4.0), glue, rlang (>= 1.0.6)", + "Depends": "R (>= 3.6)", + "Imports": "cli (>= 3.4.0), glue, rlang (>= 1.1.0)", "Suggests": "covr, crayon, knitr, lintr, rmarkdown, testthat (>= 3.0.1),\ntibble, tidyverse, tools, vctrs, withr", "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate, usethis", "Config/testthat/edition": "3", - "Config/Needs/website": "tidyverse/tidytemplate", "Encoding": "UTF-8", "RoxygenNote": "7.2.1", "NeedsCompilation": "no", - "Packaged": "2022-10-07 08:50:55 UTC; lionel", - "Author": "Lionel Henry [aut, cre],\n Hadley Wickham [aut] (),\n RStudio [cph, fnd]", - "Maintainer": "Lionel Henry ", + "Packaged": "2023-11-06 16:07:36 UTC; lionel", + "Author": "Lionel Henry [aut, cre],\n Hadley Wickham [aut] (),\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Lionel Henry ", "Repository": "RSPM", - "Date/Publication": "2022-10-07 09:50:02 UTC", - "Built": "R 4.3.0; ; 2023-04-25 02:23:19 UTC; windows" + "Date/Publication": "2023-11-07 10:10:10 UTC", + "Built": "R 4.4.0; ; 2024-04-25 20:06:30 UTC; windows" } }, "magrittr": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Type": "Package", "Package": "magrittr", @@ -2469,13 +2515,13 @@ "Maintainer": "Lionel Henry ", "Repository": "RSPM", "Date/Publication": "2022-03-30 07:30:09 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 02:23:43 UTC; windows", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:43:08 UTC; windows", "Archs": "x64" } }, "memoise": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "memoise", "Title": "'Memoisation' of Functions", @@ -2495,15 +2541,15 @@ "Maintainer": "Winston Chang ", "Repository": "RSPM", "Date/Publication": "2021-11-26 16:11:10 UTC", - "Built": "R 4.3.0; ; 2024-01-23 03:25:11 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 20:09:40 UTC; windows" } }, "mgcv": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "mgcv", - "Version": "1.9-0", + "Version": "1.9-1", "Author": "Simon Wood ", "Maintainer": "Simon Wood ", "Title": "Mixed GAM Computation Vehicle with Automatic Smoothness\nEstimation", @@ -2516,17 +2562,16 @@ "ByteCompile": "yes", "License": "GPL (>= 2)", "NeedsCompilation": "yes", - "Packaged": "2023-07-07 06:01:32 UTC; sw283", - "Repository": "RSPM", - "Date/Publication": "2023-07-11 08:40:18 UTC", - "Encoding": "UTF-8", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-10-18 11:46:51 UTC; windows", + "Packaged": "2023-12-20 10:39:06 UTC; sw283", + "Repository": "CRAN", + "Date/Publication": "2023-12-21 00:30:02 UTC", + "Built": "R 4.4.1; x86_64-w64-mingw32; 2024-06-14 08:34:48 UTC; windows", "Archs": "x64" } }, "mime": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "mime", "Type": "Package", @@ -2546,13 +2591,13 @@ "Maintainer": "Yihui Xie ", "Repository": "RSPM", "Date/Publication": "2021-09-28 05:00:05 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 01:26:41 UTC; windows", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:47:07 UTC; windows", "Archs": "x64" } }, "miniUI": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "miniUI", "Type": "Package", @@ -2571,17 +2616,17 @@ "Repository": "RSPM", "Date/Publication": "2018-05-18 18:37:18 UTC", "Encoding": "UTF-8", - "Built": "R 4.3.0; ; 2024-01-23 08:52:11 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 21:45:02 UTC; windows" } }, "munsell": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "munsell", "Type": "Package", "Title": "Utilities for Using Munsell Colours", - "Version": "0.5.0", + "Version": "0.5.1", "Author": "Charlotte Wickham ", "Maintainer": "Charlotte Wickham ", "Description": "Provides easy access to, and manipulation of, the Munsell \n colours. Provides a mapping between Munsell's \n original notation (e.g. \"5R 5/10\") and hexadecimal strings suitable \n for use directly in R graphics. Also provides utilities \n to explore slices through the Munsell colour tree, to transform \n Munsell colours and display colour palettes.", @@ -2589,30 +2634,31 @@ "Imports": "colorspace, methods", "License": "MIT + file LICENSE", "URL": "https://cran.r-project.org/package=munsell,\nhttps://github.com/cwickham/munsell/", - "RoxygenNote": "6.0.1", + "RoxygenNote": "7.3.1", + "Encoding": "UTF-8", + "BugReports": "https://github.com/cwickham/munsell/issues", "NeedsCompilation": "no", - "Packaged": "2018-06-11 23:15:15 UTC; wickhamc", + "Packaged": "2024-04-01 20:42:09 UTC; charlottewickham", "Repository": "RSPM", - "Date/Publication": "2018-06-12 04:29:06 UTC", - "Encoding": "UTF-8", - "Built": "R 4.3.0; ; 2024-01-23 01:39:34 UTC; windows" + "Date/Publication": "2024-04-01 23:40:10 UTC", + "Built": "R 4.4.0; ; 2024-04-25 20:02:30 UTC; windows" } }, "nlme": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "nlme", - "Version": "3.1-163", - "Date": "2023-07-31", + "Version": "3.1-166", + "Date": "2024-08-13", "Priority": "recommended", "Title": "Linear and Nonlinear Mixed Effects Models", "Authors@R": "c(person(\"José\", \"Pinheiro\", role = \"aut\", comment = \"S version\"),\n person(\"Douglas\", \"Bates\", role = \"aut\", comment = \"up to 2007\"),\n person(\"Saikat\", \"DebRoy\", role = \"ctb\", comment = \"up to 2002\"),\n person(\"Deepayan\", \"Sarkar\", role = \"ctb\", comment = \"up to 2005\"),\n person(\"EISPACK authors\", role = \"ctb\", comment = \"src/rs.f\"),\n\t person(\"Siem\", \"Heisterkamp\", role = \"ctb\", comment = \"Author fixed sigma\"),\n person(\"Bert\", \"Van Willigen\",role = \"ctb\", comment = \"Programmer fixed sigma\"),\n person(\"Johannes\", \"Ranke\", role = \"ctb\", comment = \"varConstProp()\"),\n\t person(\"R Core Team\", email = \"R-core@R-project.org\",\n role = c(\"aut\", \"cre\")))", "Contact": "see 'MailingList'", "Description": "Fit and compare Gaussian linear and nonlinear mixed-effects models.", - "Depends": "R (>= 3.5.0)", + "Depends": "R (>= 3.6.0)", "Imports": "graphics, stats, utils, lattice", - "Suggests": "Hmisc, MASS, SASmixed", + "Suggests": "MASS, SASmixed", "LazyData": "yes", "Encoding": "UTF-8", "License": "GPL (>= 2)", @@ -2620,23 +2666,23 @@ "MailingList": "R-help@r-project.org", "URL": "https://svn.r-project.org/R-packages/trunk/nlme/", "NeedsCompilation": "yes", - "Packaged": "2023-08-02 07:04:32 UTC; maechler", + "Packaged": "2024-08-14 04:26:18 UTC; hornik", "Author": "José Pinheiro [aut] (S version),\n Douglas Bates [aut] (up to 2007),\n Saikat DebRoy [ctb] (up to 2002),\n Deepayan Sarkar [ctb] (up to 2005),\n EISPACK authors [ctb] (src/rs.f),\n Siem Heisterkamp [ctb] (Author fixed sigma),\n Bert Van Willigen [ctb] (Programmer fixed sigma),\n Johannes Ranke [ctb] (varConstProp()),\n R Core Team [aut, cre]", "Maintainer": "R Core Team ", "Repository": "RSPM", - "Date/Publication": "2023-08-09 11:20:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-08-10 11:31:28 UTC; windows", + "Date/Publication": "2024-08-14 06:36:33 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-15 04:17:34 UTC; windows", "Archs": "x64" } }, "openssl": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "openssl", "Type": "Package", "Title": "Toolkit for Encryption, Signatures and Certificates Based on\nOpenSSL", - "Version": "2.1.1", + "Version": "2.2.1", "Authors@R": "c(person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\n comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"Oliver\", \"Keyes\", role = \"ctb\"))", "Description": "Bindings to OpenSSL libssl and libcrypto, plus custom SSH key parsers.\n Supports RSA, DSA and EC curves P-256, P-384, P-521, and curve25519. Cryptographic\n signatures can either be created and verified manually or via x509 certificates. \n AES can be used in cbc, ctr or gcm mode for symmetric encryption; RSA for asymmetric\n (public key) encryption or EC for Diffie Hellman. High-level envelope functions \n combine RSA and AES for encrypting arbitrary sized data. Other utilities include key\n generators, hash functions (md5, sha1, sha256, etc), base64 encoder, a secure random\n number generator, and 'bignum' math methods for manually performing crypto \n calculations on large multibyte integers.", "License": "MIT + file LICENSE", @@ -2646,21 +2692,56 @@ "VignetteBuilder": "knitr", "Imports": "askpass", "Suggests": "curl, testthat (>= 2.1.0), digest, knitr, rmarkdown,\njsonlite, jose, sodium", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.2", "Encoding": "UTF-8", "NeedsCompilation": "yes", - "Packaged": "2023-09-25 17:30:46 UTC; jeroen", + "Packaged": "2024-08-16 09:18:50 UTC; jeroen", "Author": "Jeroen Ooms [aut, cre] (),\n Oliver Keyes [ctb]", "Maintainer": "Jeroen Ooms ", "Repository": "RSPM", - "Date/Publication": "2023-09-25 19:10:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 01:52:33 UTC; windows", + "Date/Publication": "2024-08-16 10:00:02 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-17 06:28:53 UTC; windows", "Archs": "x64" } }, - "pillar": { + "packrat": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", + "description": { + "Type": "Package", + "Package": "packrat", + "Title": "A Dependency Management System for Projects and their R Package\nDependencies", + "Version": "0.9.2", + "Authors@R": "c(\n person(\"Aron\", \"Atkins\", , \"aron@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Toph\", \"Allen\", role = \"aut\"),\n person(\"Kevin\", \"Ushey\", role = \"aut\"),\n person(\"Jonathan\", \"McPherson\", role = \"aut\"),\n person(\"Joe\", \"Cheng\", role = \"aut\"),\n person(\"JJ\", \"Allaire\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Manage the R packages your project depends on in an isolated,\n portable, and reproducible way.", + "License": "GPL-2", + "URL": "https://github.com/rstudio/packrat", + "BugReports": "https://github.com/rstudio/packrat/issues", + "Depends": "R (>= 3.0.0)", + "Imports": "tools, utils", + "Suggests": "devtools, httr, knitr, mockery, rmarkdown, testthat (>=\n3.0.0)", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "NeedsCompilation": "no", + "Packaged": "2023-09-05 11:45:33 UTC; aron", + "Author": "Aron Atkins [aut, cre],\n Toph Allen [aut],\n Kevin Ushey [aut],\n Jonathan McPherson [aut],\n Joe Cheng [aut],\n JJ Allaire [aut],\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Aron Atkins ", + "Repository": "RSPM", + "Date/Publication": "2023-09-05 13:00:02 UTC", + "Built": "R 4.4.0; ; 2024-04-25 19:01:46 UTC; windows", + "RemoteType": "standard", + "RemotePkgRef": "packrat", + "RemoteRef": "packrat", + "RemoteRepos": "https://packagemanager.posit.co/cran/2024-09-17", + "RemoteReposName": "RSPM", + "RemotePkgPlatform": "x86_64-w64-mingw32", + "RemoteSha": "0.9.2" + } + }, + "pillar": { + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "pillar", "Title": "Coloured Formatting for Columns", @@ -2688,66 +2769,69 @@ "Maintainer": "Kirill Müller ", "Repository": "RSPM", "Date/Publication": "2023-03-22 08:10:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 06:40:35 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 20:17:40 UTC; windows" } }, "pingr": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "pingr", "Title": "Check if a Remote Computer is Up", - "Version": "2.0.2", - "Authors@R": "person(given = \"Gábor\", family = \"Csárdi\", role = c(\"aut\", \"cre\"),\n email = \"csardi.gabor@gmail.com\")", - "Description": "Check if a remote computer is up. It can either\n just call the system ping command, or check a specified\n TCP port.", + "Version": "2.0.3", + "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Check if a remote computer is up. It can either just call the\n system ping command, or check a specified TCP port.", "License": "MIT + file LICENSE", - "URL": "https://github.com/r-lib/pingr#readme", + "URL": "https://r-lib.github.io/pingr/, https://github.com/r-lib/pingr", "BugReports": "https://github.com/r-lib/pingr/issues", - "Suggests": "covr, testthat", + "Depends": "R (>= 3.6)", "Imports": "processx, utils", - "RoxygenNote": "7.1.0.9000", + "Suggests": "covr, testthat (>= 3.0.0)", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2022-10-26 16:43:46 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre]", + "Packaged": "2023-12-10 13:42:05 UTC; gaborcsardi", + "Author": "Gábor Csárdi [aut, cre],\n Posit Software, PBC [cph, fnd]", "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", - "Date/Publication": "2022-10-26 17:12:36 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-04-25 05:30:16 UTC; windows", + "Date/Publication": "2023-12-10 14:10:02 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 23:04:28 UTC; windows", "Archs": "x64" } }, "pkgbuild": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "pkgbuild", "Title": "Find Tools Needed to Build R Packages", - "Version": "1.4.2", + "Version": "1.4.4", "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "Provides functions used to build R packages. Locates\n compilers needed to build R packages on various platforms and ensures\n the PATH is configured appropriately so R can use them.", "License": "MIT + file LICENSE", "URL": "https://github.com/r-lib/pkgbuild, https://pkgbuild.r-lib.org", "BugReports": "https://github.com/r-lib/pkgbuild/issues", - "Depends": "R (>= 3.4)", - "Imports": "callr (>= 3.2.0), cli (>= 3.4.0), crayon, desc, prettyunits,\nprocessx, R6, rprojroot", + "Depends": "R (>= 3.5)", + "Imports": "callr (>= 3.2.0), cli (>= 3.4.0), desc, processx, R6", "Suggests": "covr, cpp11, knitr, mockery, Rcpp, rmarkdown, testthat (>=\n3.0.0), withr (>= 2.3.0)", "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", "Encoding": "UTF-8", "RoxygenNote": "7.2.3", - "Config/testthat/edition": "3", "NeedsCompilation": "no", - "Packaged": "2023-06-26 11:12:19 UTC; gaborcsardi", + "Packaged": "2024-03-17 14:13:01 UTC; gaborcsardi", "Author": "Hadley Wickham [aut],\n Jim Hester [aut],\n Gábor Csárdi [aut, cre],\n Posit Software, PBC [cph, fnd]", "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", - "Date/Publication": "2023-06-26 11:50:02 UTC", - "Built": "R 4.3.0; ; 2023-11-29 12:21:14 UTC; windows" + "Date/Publication": "2024-03-17 14:40:02 UTC", + "Built": "R 4.4.0; ; 2024-04-25 20:06:02 UTC; windows" } }, "pkgconfig": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "pkgconfig", "Title": "Private Configuration for 'R' Packages", @@ -2766,71 +2850,75 @@ "Packaged": "2019-09-22 08:42:40 UTC; gaborcsardi", "Repository": "RSPM", "Date/Publication": "2019-09-22 09:20:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 03:17:51 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 20:11:40 UTC; windows" } }, "pkgdown": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "pkgdown", "Title": "Make Static HTML Documentation for a Package", - "Version": "2.0.7", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Jay\", \"Hesselberth\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-6299-179X\")),\n person(\"Maëlle\", \"Salmon\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2815-0399\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Version": "2.1.0", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Jay\", \"Hesselberth\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-6299-179X\")),\n person(\"Maëlle\", \"Salmon\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2815-0399\")),\n person(\"Olivier\", \"Roy\", role = \"aut\"),\n person(\"Salim\", \"Brüggemann\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-5329-5987\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "Generate an attractive and useful website from a source\n package. 'pkgdown' converts your documentation, vignettes, 'README',\n and more to 'HTML' making it easy to share information about your\n package online.", "License": "MIT + file LICENSE", - "URL": "https://pkgdown.r-lib.org, https://github.com/r-lib/pkgdown", + "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 (>= 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", + "Depends": "R (>= 3.6)", + "Imports": "bslib (>= 0.5.1), callr (>= 3.7.3), cli (>= 3.6.1), desc (>=\n1.4.0), digest, downlit (>= 0.4.4), fontawesome, fs (>= 1.4.0),\nhttr2 (>= 1.0.0), jsonlite, openssl, purrr (>= 1.0.0), ragg,\nrlang (>= 1.1.0), rmarkdown (>= 2.27), tibble, whisker, withr\n(>= 2.4.3), xml2 (>= 1.3.1), yaml", + "Suggests": "covr, diffviewer, evaluate (>= 0.24.0), gert, gt, htmltools,\nhtmlwidgets, knitr, lifecycle, magick, methods, pkgload (>=\n1.0.2), quarto, rsconnect, rstudioapi, rticles, sass, testthat\n(>= 3.1.3), tools", + "VignetteBuilder": "knitr, quarto", "Config/Needs/website": "usethis, servr", + "Config/potools/style": "explicit", + "Config/testthat/edition": "3", + "Config/testthat/parallel": "true", + "Config/testthat/start-first": "build-article, build-quarto-article,\nbuild-reference", "Encoding": "UTF-8", - "RoxygenNote": "7.2.2.9000", + "RoxygenNote": "7.3.2", "SystemRequirements": "pandoc", "NeedsCompilation": "no", - "Packaged": "2022-12-06 18:05:15 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre] (),\n Jay Hesselberth [aut] (),\n Maëlle Salmon [aut] (),\n RStudio [cph, fnd]", - "Maintainer": "Hadley Wickham ", + "Packaged": "2024-07-06 13:13:05 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre] (),\n Jay Hesselberth [aut] (),\n Maëlle Salmon [aut] (),\n Olivier Roy [aut],\n Salim Brüggemann [aut] (),\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Hadley Wickham ", "Repository": "RSPM", - "Date/Publication": "2022-12-14 11:40:06 UTC", - "Built": "R 4.3.0; ; 2024-01-23 08:27:11 UTC; windows" + "Date/Publication": "2024-07-06 22:20:02 UTC", + "Built": "R 4.4.0; ; 2024-07-07 05:50:42 UTC; windows" } }, "pkgload": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "pkgload", "Title": "Simulate Package Installation and Attach", - "Version": "1.3.3", + "Version": "1.4.0", "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"Winston\", \"Chang\", role = \"aut\"),\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"R Core team\", role = \"ctb\",\n comment = \"Some namespace and vignette code extracted from base R\")\n )", "Description": "Simulates the process of installing a package and then\n attaching it. This is a key part of the 'devtools' package as it\n allows you to rapidly iterate while developing a package.", "License": "GPL-3", "URL": "https://github.com/r-lib/pkgload, https://pkgload.r-lib.org", "BugReports": "https://github.com/r-lib/pkgload/issues", "Depends": "R (>= 3.4.0)", - "Imports": "cli (>= 3.3.0), crayon, desc, fs, glue, methods, pkgbuild,\nrlang (>= 1.1.1), rprojroot, utils, withr (>= 2.4.3)", - "Suggests": "bitops, covr, mathjaxr, mockr, pak, Rcpp, remotes,\nrstudioapi, testthat (>= 3.1.0)", + "Imports": "cli (>= 3.3.0), desc, fs, glue, lifecycle, methods, pkgbuild,\nprocessx, rlang (>= 1.1.1), rprojroot, utils, withr (>= 2.4.3)", + "Suggests": "bitops, jsonlite, mathjaxr, pak, Rcpp, remotes, rstudioapi,\ntestthat (>= 3.2.1.1), usethis", "Config/Needs/website": "tidyverse/tidytemplate, ggplot2", "Config/testthat/edition": "3", + "Config/testthat/parallel": "TRUE", + "Config/testthat/start-first": "dll", "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.1", "NeedsCompilation": "no", - "Packaged": "2023-09-22 06:20:58 UTC; lionel", + "Packaged": "2024-06-28 10:36:56 UTC; lionel", "Author": "Hadley Wickham [aut],\n Winston Chang [aut],\n Jim Hester [aut],\n Lionel Henry [aut, cre],\n Posit Software, PBC [cph, fnd],\n R Core team [ctb] (Some namespace and vignette code extracted from base\n R)", "Maintainer": "Lionel Henry ", "Repository": "RSPM", - "Date/Publication": "2023-09-22 07:50:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 06:38:39 UTC; windows" + "Date/Publication": "2024-06-28 11:30:02 UTC", + "Built": "R 4.4.0; ; 2024-06-29 05:14:04 UTC; windows" } }, "plogr": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "plogr", "Title": "The 'plog' C++ Logging Library", @@ -2851,16 +2939,16 @@ "Maintainer": "Kirill Müller ", "Repository": "RSPM", "Date/Publication": "2018-03-25 15:25:27 UTC", - "Built": "R 4.3.0; ; 2024-01-23 01:38:58 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 19:41:15 UTC; windows" } }, "plotly": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "plotly", "Title": "Create Interactive Web Graphics via 'plotly.js'", - "Version": "4.10.3", + "Version": "4.10.4", "Authors@R": "c(person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"),\n email = \"cpsievert1@gmail.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Chris\", \"Parmer\", role = \"aut\",\n email = \"chris@plot.ly\"),\n person(\"Toby\", \"Hocking\", role = \"aut\",\n email = \"tdhock5@gmail.com\"),\n person(\"Scott\", \"Chamberlain\", role = \"aut\",\n email = \"myrmecocystus@gmail.com\"),\n person(\"Karthik\", \"Ram\", role = \"aut\",\n email = \"karthik.ram@gmail.com\"),\n person(\"Marianne\", \"Corvellec\", role = \"aut\",\n email = \"marianne.corvellec@igdore.org\", comment = c(ORCID = \"0000-0002-1994-3581\")),\n person(\"Pedro\", \"Despouy\", role = \"aut\",\n email = \"pedro@plot.ly\"),\n person(\"Salim\", \"Brüggemann\", role = \"ctb\",\n email = \"salim-b@pm.me\", comment = c(ORCID = \"0000-0002-5329-5987\")),\n person(\"Plotly Technologies Inc.\", role = \"cph\"))", "License": "MIT + file LICENSE", "Description": "Create interactive web graphics from 'ggplot2' graphs and/or a custom interface to the (MIT-licensed) JavaScript library 'plotly.js' inspired by the grammar of graphics.", @@ -2874,17 +2962,17 @@ "Encoding": "UTF-8", "Config/Needs/check": "tidyverse/ggplot2, rcmdcheck, devtools, reshape2", "NeedsCompilation": "no", - "Packaged": "2023-10-20 21:40:32 UTC; cpsievert", + "Packaged": "2024-01-13 20:51:33 UTC; cpsievert", "Author": "Carson Sievert [aut, cre] (),\n Chris Parmer [aut],\n Toby Hocking [aut],\n Scott Chamberlain [aut],\n Karthik Ram [aut],\n Marianne Corvellec [aut] (),\n Pedro Despouy [aut],\n Salim Brüggemann [ctb] (),\n Plotly Technologies Inc. [cph]", "Maintainer": "Carson Sievert ", "Repository": "RSPM", - "Date/Publication": "2023-10-21 22:50:09 UTC", - "Built": "R 4.3.0; ; 2024-01-23 08:13:33 UTC; windows" + "Date/Publication": "2024-01-13 22:40:02 UTC", + "Built": "R 4.4.0; ; 2024-04-25 23:21:33 UTC; windows" } }, "praise": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "praise", "Title": "Praise Users", @@ -2903,12 +2991,12 @@ "Repository": "RSPM", "Date/Publication": "2015-08-11 08:22:28", "Encoding": "UTF-8", - "Built": "R 4.3.0; ; 2024-01-23 01:29:27 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 19:45:23 UTC; windows" } }, "prettyunits": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "prettyunits", "Title": "Pretty, Human Readable Formatting of Quantities", @@ -2928,41 +3016,41 @@ "Maintainer": "Gabor Csardi ", "Repository": "RSPM", "Date/Publication": "2023-09-24 21:10:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 02:11:41 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 19:51:35 UTC; windows" } }, "processx": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "processx", "Title": "Execute and Control System Processes", - "Version": "3.8.2", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"),\n comment = c(ORCID = \"0000-0001-7098-9676\")),\n person(\"Winston\", \"Chang\", role = \"aut\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\")),\n person(\"Mango Solutions\", role = c(\"cph\", \"fnd\"))\n )", + "Version": "3.8.4", + "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"),\n comment = c(ORCID = \"0000-0001-7098-9676\")),\n person(\"Winston\", \"Chang\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"Ascent Digital Services\", role = c(\"cph\", \"fnd\"))\n )", "Description": "Tools to run system processes in the background. It can\n check if a background process is running; wait on a background process\n to finish; get the exit status of finished processes; kill background\n processes. It can read the standard output and error of the processes,\n using non-blocking connections. 'processx' can poll a process for\n standard output or error, with a timeout. It can also poll several\n processes at once.", "License": "MIT + file LICENSE", - "URL": "https://processx.r-lib.org,\nhttps://github.com/r-lib/processx#readme", + "URL": "https://processx.r-lib.org, https://github.com/r-lib/processx", "BugReports": "https://github.com/r-lib/processx/issues", "Depends": "R (>= 3.4.0)", "Imports": "ps (>= 1.2.0), R6, utils", "Suggests": "callr (>= 3.7.3), cli (>= 3.3.0), codetools, covr, curl,\ndebugme, parallel, rlang (>= 1.0.2), testthat (>= 3.0.0),\nwebfakes, withr", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.0", - "Config/testthat/edition": "3", "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.1.9000", "NeedsCompilation": "yes", - "Packaged": "2023-06-30 10:01:10 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre, cph] (),\n Winston Chang [aut],\n RStudio [cph, fnd],\n Mango Solutions [cph, fnd]", + "Packaged": "2024-03-16 14:10:21 UTC; gaborcsardi", + "Author": "Gábor Csárdi [aut, cre, cph] (),\n Winston Chang [aut],\n Posit Software, PBC [cph, fnd],\n Ascent Digital Services [cph, fnd]", "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", - "Date/Publication": "2023-06-30 20:40:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-07-03 12:24:34 UTC; windows", + "Date/Publication": "2024-03-16 14:50:02 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:42:07 UTC; windows", "Archs": "x64" } }, "profvis": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "profvis", "Title": "Interactive Visualizations for Profiling R Code", @@ -2983,43 +3071,46 @@ "Maintainer": "Winston Chang ", "Repository": "RSPM", "Date/Publication": "2023-05-02 18:00:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 08:42:55 UTC; windows", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 22:24:28 UTC; windows", "Archs": "x64" } }, "progress": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "progress", "Title": "Terminal Progress Bars", - "Version": "1.2.2", - "Author": "Gábor Csárdi [aut, cre], Rich FitzJohn [aut]", - "Maintainer": "Gábor Csárdi ", + "Version": "1.2.3", + "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Rich\", \"FitzJohn\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "Configurable Progress bars, they may include percentage,\n elapsed time, and/or the estimated completion time. They work in\n terminals, in 'Emacs' 'ESS', 'RStudio', 'Windows' 'Rgui' and the\n 'macOS' 'R.app'. The package also provides a 'C++' 'API', that works\n with or without 'Rcpp'.", "License": "MIT + file LICENSE", - "LazyData": "true", - "URL": "https://github.com/r-lib/progress#readme", + "URL": "https://github.com/r-lib/progress#readme,\nhttp://r-lib.github.io/progress/", "BugReports": "https://github.com/r-lib/progress/issues", - "Imports": "hms, prettyunits, R6, crayon", - "Suggests": "Rcpp, testthat, withr", - "RoxygenNote": "6.1.0", + "Depends": "R (>= 3.6)", + "Imports": "crayon, hms, prettyunits, R6", + "Suggests": "Rcpp, testthat (>= 3.0.0), withr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2019-05-15 20:28:47 UTC; gaborcsardi", + "Packaged": "2023-12-05 09:33:10 UTC; gaborcsardi", + "Author": "Gábor Csárdi [aut, cre],\n Rich FitzJohn [aut],\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", - "Date/Publication": "2019-05-16 21:30:03 UTC", - "Built": "R 4.3.0; ; 2023-05-29 16:26:12 UTC; windows" + "Date/Publication": "2023-12-06 10:30:02 UTC", + "Built": "R 4.4.0; ; 2024-04-25 20:17:11 UTC; windows" } }, "promises": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Type": "Package", "Package": "promises", "Title": "Abstractions for Promise-Based Asynchronous Programming", - "Version": "1.2.1", + "Version": "1.3.0", "Authors@R": "c(\n person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "Provides fundamental abstractions for doing asynchronous\n programming in R using promises. Asynchronous programming is useful\n for allowing a single R process to orchestrate multiple tasks in the\n background while also attending to something else. Semantics are\n similar to 'JavaScript' promises, but with a syntax that is idiomatic\n R.", "License": "MIT + file LICENSE", @@ -3032,50 +3123,50 @@ "Config/Needs/website": "rsconnect", "Encoding": "UTF-8", "Language": "en-US", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.1", "NeedsCompilation": "yes", - "Packaged": "2023-08-09 20:29:25 UTC; garrick", + "Packaged": "2024-04-04 20:02:05 UTC; jcheng", "Author": "Joe Cheng [aut, cre],\n Posit Software, PBC [cph, fnd]", "Maintainer": "Joe Cheng ", "Repository": "RSPM", - "Date/Publication": "2023-08-10 16:00:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-08-11 11:29:14 UTC; windows", + "Date/Publication": "2024-04-05 15:00:06 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-07-18 09:00:54 UTC; windows", "Archs": "x64" } }, "ps": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "ps", "Title": "List, Query, Manipulate System Processes", - "Version": "1.7.5", - "Authors@R": "c(\n person(\"Jay\", \"Loden\", role = \"aut\"),\n person(\"Dave\", \"Daeschler\", role = \"aut\"),\n person(\"Giampaolo\", \"Rodola'\", role = \"aut\"),\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Version": "1.8.0", + "Authors@R": "c(\n person(\"Jay\", \"Loden\", role = \"aut\"),\n person(\"Dave\", \"Daeschler\", role = \"aut\"),\n person(\"Giampaolo\", \"Rodola'\", role = \"aut\"),\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "List, query and manipulate all system processes, on\n 'Windows', 'Linux' and 'macOS'.", "License": "MIT + file LICENSE", - "URL": "https://github.com/r-lib/ps#readme, https://ps.r-lib.org/", + "URL": "https://github.com/r-lib/ps, https://ps.r-lib.org/", "BugReports": "https://github.com/r-lib/ps/issues", "Depends": "R (>= 3.4)", "Imports": "utils", - "Suggests": "callr, covr, curl, pillar, pingr, processx (>= 3.1.0), R6,\nrlang, testthat (>= 3.0.0), webfakes", + "Suggests": "callr, covr, curl, pillar, pingr, processx (>= 3.1.0), R6,\nrlang, testthat (>= 3.0.0), webfakes, withr", "Biarch": "true", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.1", - "Config/testthat/edition": "3", "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", "NeedsCompilation": "yes", - "Packaged": "2023-04-18 14:27:32 UTC; gaborcsardi", - "Author": "Jay Loden [aut],\n Dave Daeschler [aut],\n Giampaolo Rodola' [aut],\n Gábor Csárdi [aut, cre],\n RStudio [cph, fnd]", + "Packaged": "2024-09-12 09:00:58 UTC; gaborcsardi", + "Author": "Jay Loden [aut],\n Dave Daeschler [aut],\n Giampaolo Rodola' [aut],\n Gábor Csárdi [aut, cre],\n Posit Software, PBC [cph, fnd]", "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", - "Date/Publication": "2023-04-18 19:30:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 02:26:35 UTC; windows", + "Date/Publication": "2024-09-12 17:40:12 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-09-13 04:23:45 UTC; windows", "Archs": "x64" } }, "purrr": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "purrr", "Title": "Functional Programming Tools", @@ -3101,18 +3192,18 @@ "Maintainer": "Hadley Wickham ", "Repository": "RSPM", "Date/Publication": "2023-08-10 08:20:07 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 06:41:05 UTC; windows", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-06-22 04:55:20 UTC; windows", "Archs": "x64" } }, "ragg": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Type": "Package", "Package": "ragg", "Title": "Graphic Devices Based on AGG", - "Version": "1.2.6", + "Version": "1.3.3", "Authors@R": "c(\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"Maxim\", \"Shemanarev\", role = c(\"aut\", \"cph\"),\n comment = \"Author of AGG\"),\n person(\"Tony\", \"Juricic\", , \"tonygeek@yahoo.com\", role = c(\"ctb\", \"cph\"),\n comment = \"Contributor to AGG\"),\n person(\"Milan\", \"Marusinec\", , \"milan@marusinec.sk\", role = c(\"ctb\", \"cph\"),\n comment = \"Contributor to AGG\"),\n person(\"Spencer\", \"Garrett\", role = \"ctb\",\n comment = \"Contributor to AGG\"),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Maintainer": "Thomas Lin Pedersen ", "Description": "Anti-Grain Geometry (AGG) is a high-quality and\n high-performance 2D drawing library. The 'ragg' package provides a set\n of graphic devices based on AGG to use as alternative to the raster\n devices provided through the 'grDevices' package.", @@ -3124,21 +3215,21 @@ "LinkingTo": "systemfonts, textshaping", "Config/Needs/website": "ggplot2, devoid, magick, bench, tidyr, ggridges,\nhexbin, sessioninfo, pkgdown, tidyverse/tidytemplate", "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.1", "SystemRequirements": "freetype2, libpng, libtiff, libjpeg", "Config/testthat/edition": "3", "NeedsCompilation": "yes", - "Packaged": "2023-10-10 07:24:50 UTC; thomas", + "Packaged": "2024-09-11 08:03:16 UTC; thomas", "Author": "Thomas Lin Pedersen [cre, aut]\n (),\n Maxim Shemanarev [aut, cph] (Author of AGG),\n Tony Juricic [ctb, cph] (Contributor to AGG),\n Milan Marusinec [ctb, cph] (Contributor to AGG),\n Spencer Garrett [ctb] (Contributor to AGG),\n Posit, PBC [cph, fnd]", "Repository": "RSPM", - "Date/Publication": "2023-10-10 08:20:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-10-11 11:39:31 UTC; windows", + "Date/Publication": "2024-09-11 17:50:02 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-09-12 04:36:12 UTC; windows", "Archs": "x64" } }, "rappdirs": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Type": "Package", "Package": "rappdirs", @@ -3161,13 +3252,13 @@ "Maintainer": "Hadley Wickham ", "Repository": "RSPM", "Date/Publication": "2021-01-31 05:40:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-02-29 11:44:47 UTC; windows", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:39:40 UTC; windows", "Archs": "x64" } }, "rcmdcheck": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "rcmdcheck", "Title": "Run 'R CMD check' from 'R' and Capture Results", @@ -3188,24 +3279,24 @@ "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", "Date/Publication": "2021-09-27 15:10:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 06:38:31 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 20:59:28 UTC; windows" } }, "readr": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "readr", "Title": "Read Rectangular Text Data", - "Version": "2.1.4", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Romain\", \"Francois\", role = \"ctb\"),\n person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-6983-2759\")),\n person(\"Shelby\", \"Bearrows\", role = \"ctb\"),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"https://github.com/mandreyel/\", role = \"cph\",\n comment = \"mio library\"),\n person(\"Jukka\", \"Jylänki\", role = c(\"ctb\", \"cph\"),\n comment = \"grisu3 implementation\"),\n person(\"Mikkel\", \"Jørgensen\", role = c(\"ctb\", \"cph\"),\n comment = \"grisu3 implementation\")\n )", + "Version": "2.1.5", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Romain\", \"Francois\", role = \"ctb\"),\n person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-6983-2759\")),\n person(\"Shelby\", \"Bearrows\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"https://github.com/mandreyel/\", role = \"cph\",\n comment = \"mio library\"),\n person(\"Jukka\", \"Jylänki\", role = c(\"ctb\", \"cph\"),\n comment = \"grisu3 implementation\"),\n person(\"Mikkel\", \"Jørgensen\", role = c(\"ctb\", \"cph\"),\n comment = \"grisu3 implementation\")\n )", "Description": "The goal of 'readr' is to provide a fast and friendly way to\n read rectangular data (like 'csv', 'tsv', and 'fwf'). It is designed\n to flexibly parse many types of data found in the wild, while still\n cleanly 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.5)", + "Depends": "R (>= 3.6)", "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", + "Suggests": "covr, curl, datasets, knitr, rmarkdown, spelling, stringi,\ntestthat (>= 3.2.0), tzdb (>= 0.1.1), waldo, withr, xml2", "LinkingTo": "cpp11, tzdb (>= 0.1.1)", "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse, tidyverse/tidytemplate", @@ -3215,18 +3306,18 @@ "Language": "en-US", "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2023-02-10 00:05:55 UTC; jenny", - "Author": "Hadley Wickham [aut],\n Jim Hester [aut],\n Romain Francois [ctb],\n Jennifer Bryan [aut, cre] (),\n Shelby Bearrows [ctb],\n Posit, PBC [cph, fnd],\n https://github.com/mandreyel/ [cph] (mio library),\n Jukka Jylänki [ctb, cph] (grisu3 implementation),\n Mikkel Jørgensen [ctb, cph] (grisu3 implementation)", + "Packaged": "2024-01-10 21:03:49 UTC; jenny", + "Author": "Hadley Wickham [aut],\n Jim Hester [aut],\n Romain Francois [ctb],\n Jennifer Bryan [aut, cre] (),\n Shelby Bearrows [ctb],\n Posit Software, PBC [cph, fnd],\n https://github.com/mandreyel/ [cph] (mio library),\n Jukka Jylänki [ctb, cph] (grisu3 implementation),\n Mikkel Jørgensen [ctb, cph] (grisu3 implementation)", "Maintainer": "Jennifer Bryan ", "Repository": "RSPM", - "Date/Publication": "2023-02-10 09:20:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-08-12 03:51:09 UTC; windows", + "Date/Publication": "2024-01-10 23:20:02 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 05:13:09 UTC; windows", "Archs": "x64" } }, "readxl": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "readxl", "Title": "Read Excel Files", @@ -3252,13 +3343,13 @@ "Maintainer": "Jennifer Bryan ", "Repository": "RSPM", "Date/Publication": "2023-07-06 22:00:09 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 07:59:18 UTC; windows", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 04:56:41 UTC; windows", "Archs": "x64" } }, "rematch": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "rematch", "Title": "Match Regular Expressions with a Nicer 'API'", @@ -3276,12 +3367,12 @@ "Packaged": "2023-08-30 12:10:51 UTC; gaborcsardi", "Repository": "RSPM", "Date/Publication": "2023-08-30 16:50:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 01:25:55 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-24 23:47:21 UTC; windows" } }, "rematch2": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "rematch2", "Title": "Tidy Output from Regular Expression Matching", @@ -3302,45 +3393,47 @@ "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", "Date/Publication": "2020-05-01 06:50:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 06:56:32 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 20:23:49 UTC; windows" } }, "remotes": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "remotes", "Title": "R Package Installation from Remote Repositories, Including\n'GitHub'", - "Version": "2.4.2.1", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Jim\", \"Hester\", , \"jim.hester@rstudio.com\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", role = c(\"aut\")),\n person(\"Winston\", \"Chang\", role = \"aut\"),\n person(\"RStudio\", role = \"cph\"),\n person(\"Martin\", \"Morgan\", role = \"aut\"),\n person(\"Dan\", \"Tenenbaum\", role = \"aut\"),\n person(\"Mango Solutions\", role = \"cph\")\n )", - "Description": "Download and install R packages stored in 'GitHub', 'GitLab', \n 'Bitbucket', 'Bioconductor', or plain 'subversion' or 'git' repositories. \n This package provides the 'install_*' functions in 'devtools'. Indeed most \n of the code was copied over from 'devtools'.", + "Version": "2.5.0", + "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"Winston\", \"Chang\", role = \"aut\"),\n person(\"Martin\", \"Morgan\", role = \"aut\"),\n person(\"Dan\", \"Tenenbaum\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"Ascent Digital Services\", role = \"cph\")\n )", + "Description": "Download and install R packages stored in 'GitHub', 'GitLab',\n 'Bitbucket', 'Bioconductor', or plain 'subversion' or 'git'\n repositories. This package provides the 'install_*' functions in\n 'devtools'. Indeed most of the code was copied over from 'devtools'.", "License": "MIT + file LICENSE", "URL": "https://remotes.r-lib.org, https://github.com/r-lib/remotes#readme", "BugReports": "https://github.com/r-lib/remotes/issues", - "Imports": "methods, stats, tools, utils", - "Suggests": "brew, callr, codetools, curl, covr, git2r (>= 0.23.0), knitr,\nmockery, pkgbuild (>= 1.0.1), pingr, rmarkdown, rprojroot,\ntestthat, webfakes, withr", "Depends": "R (>= 3.0.0)", + "Imports": "methods, stats, tools, utils", + "Suggests": "brew, callr, codetools, covr, curl, git2r (>= 0.23.0), knitr,\nmockery, pingr, pkgbuild (>= 1.0.1), rmarkdown, rprojroot,\ntestthat (>= 3.0.0), webfakes, withr", "VignetteBuilder": "knitr", - "RoxygenNote": "7.1.2", - "SystemRequirements": "Subversion for install_svn, git for install_git", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "SystemRequirements": "Subversion for install_svn, git for install_git", "NeedsCompilation": "no", - "Packaged": "2023-07-18 12:27:30 UTC; hornik", - "Author": "Gábor Csárdi [aut, cre],\n Jim Hester [aut],\n Hadley Wickham [aut],\n Winston Chang [aut],\n RStudio [cph],\n Martin Morgan [aut],\n Dan Tenenbaum [aut],\n Mango Solutions [cph]", + "Packaged": "2024-03-17 12:41:55 UTC; gaborcsardi", + "Author": "Gábor Csárdi [aut, cre],\n Jim Hester [aut],\n Hadley Wickham [aut],\n Winston Chang [aut],\n Martin Morgan [aut],\n Dan Tenenbaum [aut],\n Posit Software, PBC [cph, fnd],\n Ascent Digital Services [cph]", "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", - "Date/Publication": "2023-07-18 13:49:25 UTC", - "Built": "R 4.3.0; ; 2024-01-23 01:49:35 UTC; windows" + "Date/Publication": "2024-03-17 13:20:02 UTC", + "Built": "R 4.4.0; ; 2024-04-25 21:56:59 UTC; windows" } }, "renv": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "renv", "Type": "Package", "Title": "Project Environments", - "Version": "1.0.3", + "Version": "1.0.7", "Authors@R": "c(\n person(\"Kevin\", \"Ushey\", role = c(\"aut\", \"cre\"), email = \"kevin@rstudio.com\",\n comment = c(ORCID = \"0000-0003-2880-7407\")),\n person(\"Hadley\", \"Wickham\", role = c(\"aut\"), email = \"hadley@rstudio.com\",\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "A dependency management toolkit for R. Using 'renv', you can create\n and manage project-local R libraries, save the state of these libraries to\n a 'lockfile', and later restore your library as required. Together, these\n tools can help make your projects more isolated, portable, and reproducible.", "License": "MIT + file LICENSE", @@ -3349,24 +3442,24 @@ "Imports": "utils", "Suggests": "BiocManager, cli, covr, cpp11, devtools, gitcreds, jsonlite,\nknitr, miniUI, packrat, pak, R6, remotes, reticulate,\nrmarkdown, rstudioapi, shiny, testthat, uuid, waldo, yaml,\nwebfakes", "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.1", "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Config/testthat/parallel": "true", "Config/testthat/start-first": "bioconductor,python,install,restore,snapshot,retrieve,remotes", "NeedsCompilation": "no", - "Packaged": "2023-09-18 18:18:27 UTC; kevin", + "Packaged": "2024-04-11 16:26:24 UTC; kevin", "Author": "Kevin Ushey [aut, cre] (),\n Hadley Wickham [aut] (),\n Posit Software, PBC [cph, fnd]", "Maintainer": "Kevin Ushey ", "Repository": "CRAN", - "Date/Publication": "2023-09-19 08:10:02 UTC", - "Built": "R 4.3.3; ; 2024-05-21 17:24:46 UTC; windows" + "Date/Publication": "2024-04-11 22:20:02 UTC", + "Built": "R 4.4.1; ; 2024-09-27 15:00:43 UTC; windows" } }, "rex": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Type": "Package", "Package": "rex", @@ -3389,15 +3482,15 @@ "Maintainer": "Kevin Ushey ", "Repository": "RSPM", "Date/Publication": "2021-11-26 16:11:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 03:26:59 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 19:07:31 UTC; windows" } }, "rlang": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "rlang", - "Version": "1.1.1", + "Version": "1.1.5", "Title": "Functions for Base Types and Core R and 'Tidyverse' Features", "Description": "A toolbox for working with base types, core R features\n like the condition system, and core 'Tidyverse' features like tidy\n evaluation.", "Authors@R": "c(\n person(\"Lionel\", \"Henry\", ,\"lionel@posit.co\", c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", ,\"hadley@posit.co\", \"aut\"),\n person(given = \"mikefc\",\n email = \"mikefc@coolbutuseless.com\", \n role = \"cph\", \n comment = \"Hash implementation based on Mike's xxhashlite\"),\n person(given = \"Yann\",\n family = \"Collet\",\n role = \"cph\", \n comment = \"Author of the embedded xxHash library\"),\n person(given = \"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", @@ -3409,29 +3502,29 @@ "Suggests": "cli (>= 3.1.0), covr, crayon, fs, glue, knitr, magrittr,\nmethods, pillar, rmarkdown, stats, testthat (>= 3.0.0), tibble,\nusethis, vctrs (>= 0.2.3), withr", "Enhances": "winch", "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.2", "URL": "https://rlang.r-lib.org, https://github.com/r-lib/rlang", "BugReports": "https://github.com/r-lib/rlang/issues", "Config/testthat/edition": "3", "Config/Needs/website": "dplyr, tidyverse/tidytemplate", "NeedsCompilation": "yes", - "Packaged": "2023-04-28 10:48:43 UTC; lionel", + "Packaged": "2025-01-17 08:43:17 UTC; lionel", "Author": "Lionel Henry [aut, cre],\n Hadley Wickham [aut],\n mikefc [cph] (Hash implementation based on Mike's xxhashlite),\n Yann Collet [cph] (Author of the embedded xxHash library),\n Posit, PBC [cph, fnd]", "Maintainer": "Lionel Henry ", "Repository": "RSPM", - "Date/Publication": "2023-04-28 22:30:03 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-05-01 18:49:57 UTC; windows", + "Date/Publication": "2025-01-17 14:30:02 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2025-03-05 23:00:19 UTC; windows", "Archs": "x64" } }, "rmarkdown": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Type": "Package", "Package": "rmarkdown", "Title": "Dynamic Documents for R", - "Version": "2.25", + "Version": "2.28", "Authors@R": "c(\n person(\"JJ\", \"Allaire\", , \"jj@posit.co\", role = \"aut\"),\n person(\"Yihui\", \"Xie\", , \"xie@yihui.name\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Christophe\", \"Dervieux\", , \"cderv@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4474-2498\")),\n person(\"Jonathan\", \"McPherson\", , \"jonathan@posit.co\", role = \"aut\"),\n person(\"Javier\", \"Luraschi\", role = \"aut\"),\n person(\"Kevin\", \"Ushey\", , \"kevin@posit.co\", role = \"aut\"),\n person(\"Aron\", \"Atkins\", , \"aron@posit.co\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\n person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"aut\"),\n person(\"Richard\", \"Iannone\", , \"rich@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-3925-190X\")),\n person(\"Andrew\", \"Dunning\", role = \"ctb\", comment = c(ORCID = \"0000-0003-0464-5036\")),\n person(\"Atsushi\", \"Yasumoto\", role = c(\"ctb\", \"cph\"), comment = c(ORCID = \"0000-0002-8335-495X\", cph = \"Number sections Lua filter\")),\n person(\"Barret\", \"Schloerke\", role = \"ctb\"),\n person(\"Carson\", \"Sievert\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4958-2844\")), \n person(\"Devon\", \"Ryan\", , \"dpryan79@gmail.com\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8549-0971\")),\n person(\"Frederik\", \"Aust\", , \"frederik.aust@uni-koeln.de\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4900-788X\")),\n person(\"Jeff\", \"Allen\", , \"jeff@posit.co\", role = \"ctb\"), \n person(\"JooYoung\", \"Seo\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4064-6012\")),\n person(\"Malcolm\", \"Barrett\", role = \"ctb\"),\n person(\"Rob\", \"Hyndman\", , \"Rob.Hyndman@monash.edu\", role = \"ctb\"),\n person(\"Romain\", \"Lesur\", role = \"ctb\"),\n person(\"Roy\", \"Storey\", role = \"ctb\"),\n person(\"Ruben\", \"Arslan\", , \"ruben.arslan@uni-goettingen.de\", role = \"ctb\"),\n person(\"Sergio\", \"Oller\", role = \"ctb\"),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(, \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery UI library; authors listed in inst/rmd/h/jqueryui/AUTHORS.txt\"),\n person(\"Mark\", \"Otto\", role = \"ctb\", comment = \"Bootstrap library\"),\n person(\"Jacob\", \"Thornton\", role = \"ctb\", comment = \"Bootstrap library\"),\n person(, \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"),\n person(, \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\"),\n person(\"Alexander\", \"Farkas\", role = c(\"ctb\", \"cph\"), comment = \"html5shiv library\"),\n person(\"Scott\", \"Jehl\", role = c(\"ctb\", \"cph\"), comment = \"Respond.js library\"),\n person(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"), comment = \"highlight.js library\"),\n person(\"Greg\", \"Franko\", role = c(\"ctb\", \"cph\"), comment = \"tocify library\"),\n person(\"John\", \"MacFarlane\", role = c(\"ctb\", \"cph\"), comment = \"Pandoc templates\"),\n person(, \"Google, Inc.\", role = c(\"ctb\", \"cph\"), comment = \"ioslides library\"),\n person(\"Dave\", \"Raggett\", role = \"ctb\", comment = \"slidy library\"),\n person(, \"W3C\", role = \"cph\", comment = \"slidy library\"),\n person(\"Dave\", \"Gandy\", role = c(\"ctb\", \"cph\"), comment = \"Font-Awesome\"),\n person(\"Ben\", \"Sperry\", role = \"ctb\", comment = \"Ionicons\"),\n person(, \"Drifty\", role = \"cph\", comment = \"Ionicons\"),\n person(\"Aidan\", \"Lister\", role = c(\"ctb\", \"cph\"), comment = \"jQuery StickyTabs\"),\n person(\"Benct Philip\", \"Jonsson\", role = c(\"ctb\", \"cph\"), comment = \"pagebreak Lua filter\"),\n person(\"Albert\", \"Krewinkel\", role = c(\"ctb\", \"cph\"), comment = \"pagebreak Lua filter\")\n )", "Maintainer": "Yihui Xie ", "Description": "Convert R Markdown documents into a variety of formats.", @@ -3439,109 +3532,149 @@ "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), 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)", + "Imports": "bslib (>= 0.2.5.1), evaluate (>= 0.13), fontawesome (>=\n0.5.0), htmltools (>= 0.5.1), jquerylib, jsonlite, knitr (>=\n1.43), methods, tinytex (>= 0.31), tools, utils, xfun (>=\n0.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), xml2", "VignetteBuilder": "knitr", "Config/Needs/website": "rstudio/quillt, pkgdown", + "Config/testthat/edition": "3", "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.1", "SystemRequirements": "pandoc (>= 1.14) - http://pandoc.org", "NeedsCompilation": "no", - "Packaged": "2023-09-15 16:52:22 UTC; yihui", + "Packaged": "2024-08-16 14:12:22 UTC; yihui", "Author": "JJ Allaire [aut],\n Yihui Xie [aut, cre] (),\n Christophe Dervieux [aut] (),\n Jonathan McPherson [aut],\n Javier Luraschi [aut],\n Kevin Ushey [aut],\n Aron Atkins [aut],\n Hadley Wickham [aut],\n Joe Cheng [aut],\n Winston Chang [aut],\n Richard Iannone [aut] (),\n Andrew Dunning [ctb] (),\n Atsushi Yasumoto [ctb, cph] (,\n Number sections Lua filter),\n Barret Schloerke [ctb],\n Carson Sievert [ctb] (),\n Devon Ryan [ctb] (),\n Frederik Aust [ctb] (),\n Jeff Allen [ctb],\n JooYoung Seo [ctb] (),\n Malcolm Barrett [ctb],\n Rob Hyndman [ctb],\n Romain Lesur [ctb],\n Roy Storey [ctb],\n Ruben Arslan [ctb],\n Sergio Oller [ctb],\n Posit Software, PBC [cph, fnd],\n jQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in\n inst/rmd/h/jqueryui/AUTHORS.txt),\n Mark Otto [ctb] (Bootstrap library),\n Jacob Thornton [ctb] (Bootstrap library),\n Bootstrap contributors [ctb] (Bootstrap library),\n Twitter, Inc [cph] (Bootstrap library),\n Alexander Farkas [ctb, cph] (html5shiv library),\n Scott Jehl [ctb, cph] (Respond.js library),\n Ivan Sagalaev [ctb, cph] (highlight.js library),\n Greg Franko [ctb, cph] (tocify library),\n John MacFarlane [ctb, cph] (Pandoc templates),\n Google, Inc. [ctb, cph] (ioslides library),\n Dave Raggett [ctb] (slidy library),\n W3C [cph] (slidy library),\n Dave Gandy [ctb, cph] (Font-Awesome),\n Ben Sperry [ctb] (Ionicons),\n Drifty [cph] (Ionicons),\n Aidan Lister [ctb, cph] (jQuery StickyTabs),\n Benct Philip Jonsson [ctb, cph] (pagebreak Lua filter),\n Albert Krewinkel [ctb, cph] (pagebreak Lua filter)", "Repository": "RSPM", - "Date/Publication": "2023-09-18 09:30:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 07:50:36 UTC; windows" + "Date/Publication": "2024-08-17 04:50:13 UTC", + "Built": "R 4.4.0; ; 2024-08-18 04:58:06 UTC; windows" } }, "roxygen2": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "roxygen2", "Title": "In-Line Documentation for R", - "Version": "7.2.3", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\", \"cph\"),\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Peter\", \"Danenberg\", , \"pcd@roxygen.org\", role = c(\"aut\", \"cph\")),\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = \"aut\"),\n person(\"Manuel\", \"Eugster\", role = c(\"aut\", \"cph\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Version": "7.3.2", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\", \"cph\"),\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Peter\", \"Danenberg\", , \"pcd@roxygen.org\", role = c(\"aut\", \"cph\")),\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = \"aut\"),\n person(\"Manuel\", \"Eugster\", role = c(\"aut\", \"cph\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "Generate your Rd documentation, 'NAMESPACE' file, and\n collation field using specially formatted comments. Writing\n documentation in-line with code makes it easier to keep your\n documentation up-to-date as your requirements change. 'roxygen2' is\n inspired 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), 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", + "Depends": "R (>= 3.6)", + "Imports": "brew, cli (>= 3.3.0), commonmark, desc (>= 1.2.0), knitr,\nmethods, pkgload (>= 1.0.2), purrr (>= 1.0.0), 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/development": "testthat", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", + "Config/testthat/parallel": "TRUE", "Encoding": "UTF-8", "Language": "en-GB", - "RoxygenNote": "7.2.2.9000", - "SystemRequirements": "C++11", + "RoxygenNote": "7.3.1.9000", "NeedsCompilation": "yes", - "Packaged": "2022-12-08 22:26:19 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre, cph]\n (),\n Peter Danenberg [aut, cph],\n Gábor Csárdi [aut],\n Manuel Eugster [aut, cph],\n RStudio [cph, fnd]", - "Maintainer": "Hadley Wickham ", + "Packaged": "2024-06-27 21:29:24 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre, cph]\n (),\n Peter Danenberg [aut, cph],\n Gábor Csárdi [aut],\n Manuel Eugster [aut, cph],\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Hadley Wickham ", "Repository": "RSPM", - "Date/Publication": "2022-12-08 23:40:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-08-12 03:10:13 UTC; windows", + "Date/Publication": "2024-06-28 08:20:02 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 04:57:12 UTC; windows", "Archs": "x64" } }, "rprojroot": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "rprojroot", "Title": "Finding Files in Project Subdirectories", - "Version": "2.0.3", - "Authors@R": "\n person(given = \"Kirill\",\n family = \"M\\u00fcller\",\n role = c(\"aut\", \"cre\"),\n email = \"krlmlr+r@mailbox.org\",\n comment = c(ORCID = \"0000-0002-1416-3412\"))", + "Version": "2.0.4", + "Authors@R": "\n person(given = \"Kirill\",\n family = \"M\\u00fcller\",\n role = c(\"aut\", \"cre\"),\n email = \"kirill@cynkra.com\",\n comment = c(ORCID = \"0000-0002-1416-3412\"))", "Description": "Robust, reliable and flexible paths to files below\n a project root. The 'root' of a project is defined as a directory that\n matches a certain criterion, e.g., it contains a certain regular file.", "License": "MIT + file LICENSE", "URL": "https://rprojroot.r-lib.org/, https://github.com/r-lib/rprojroot", "BugReports": "https://github.com/r-lib/rprojroot/issues", "Depends": "R (>= 3.0.0)", - "Suggests": "covr, knitr, lifecycle, mockr, rmarkdown, testthat (>=\n3.0.0), withr", + "Suggests": "covr, knitr, lifecycle, mockr, rlang, rmarkdown, testthat (>=\n3.0.0), withr", "VignetteBuilder": "knitr", "Config/testthat/edition": "3", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2022-04-02 16:14:00 UTC; kirill", + "Packaged": "2023-11-05 06:47:23 UTC; kirill", "Author": "Kirill Müller [aut, cre] ()", - "Maintainer": "Kirill Müller ", + "Maintainer": "Kirill Müller ", + "Repository": "RSPM", + "Date/Publication": "2023-11-05 10:20:02 UTC", + "Built": "R 4.4.0; ; 2024-04-25 19:45:07 UTC; windows" + } + }, + "rsconnect": { + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", + "description": { + "Type": "Package", + "Package": "rsconnect", + "Title": "Deploy Docs, Apps, and APIs to 'Posit Connect', 'shinyapps.io',\nand 'RPubs'", + "Version": "1.3.1", + "Authors@R": "c(\n person(\"Aron\", \"Atkins\", , \"aron@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Toph\", \"Allen\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"Jonathan\", \"McPherson\", role = \"aut\"),\n person(\"JJ\", \"Allaire\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Programmatic deployment interface for 'RPubs',\n 'shinyapps.io', and 'Posit Connect'. Supported content types include R\n Markdown documents, Shiny applications, Plumber APIs, plots, and\n static web content.", + "License": "GPL-2", + "URL": "https://rstudio.github.io/rsconnect/,\nhttps://github.com/rstudio/rsconnect", + "BugReports": "https://github.com/rstudio/rsconnect/issues", + "Depends": "R (>= 3.5.0)", + "Imports": "cli, curl, digest, jsonlite, lifecycle, openssl (>= 2.0.0),\nPKI, packrat (>= 0.6), renv (>= 1.0.0), rlang (>= 1.0.0),\nrstudioapi (>= 0.5), tools, yaml (>= 2.1.5)", + "Suggests": "Biobase, BiocManager, foreign, knitr, MASS, plumber (>=\n0.3.2), quarto, RCurl, reticulate, rmarkdown (>= 1.1), shiny,\ntestthat (>= 3.1.9), webfakes, withr", + "VignetteBuilder": "knitr, rmarkdown", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Config/testthat/parallel": "true", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.1", + "NeedsCompilation": "no", + "Packaged": "2024-06-03 14:23:06 UTC; aron", + "Author": "Aron Atkins [aut, cre],\n Toph Allen [aut],\n Hadley Wickham [aut],\n Jonathan McPherson [aut],\n JJ Allaire [aut],\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Aron Atkins ", "Repository": "RSPM", - "Date/Publication": "2022-04-02 16:40:02 UTC", - "Built": "R 4.3.0; ; 2023-04-24 19:12:25 UTC; windows" + "Date/Publication": "2024-06-04 09:50:02 UTC", + "Built": "R 4.4.0; ; 2024-06-05 12:02:25 UTC; windows", + "RemoteType": "standard", + "RemotePkgRef": "rsconnect", + "RemoteRef": "rsconnect", + "RemoteRepos": "https://packagemanager.posit.co/cran/2024-09-17", + "RemoteReposName": "RSPM", + "RemotePkgPlatform": "x86_64-w64-mingw32", + "RemoteSha": "1.3.1" } }, "rstudioapi": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "rstudioapi", "Title": "Safely Access the RStudio API", "Description": "Access the RStudio API (if available) and provide informative error\n messages when it's not.", - "Version": "0.15.0", + "Version": "0.16.0", "Authors@R": "c(\n person(\"Kevin\", \"Ushey\", role = c(\"aut\", \"cre\"), email = \"kevin@rstudio.com\"),\n person(\"JJ\", \"Allaire\", role = c(\"aut\"), email = \"jj@posit.co\"),\n person(\"Hadley\", \"Wickham\", role = c(\"aut\"), email = \"hadley@posit.co\"),\n person(\"Gary\", \"Ritchie\", role = c(\"aut\"), email = \"gary@posit.co\"),\n person(family = \"RStudio\", role = \"cph\")\n )", "Maintainer": "Kevin Ushey ", "License": "MIT + file LICENSE", "URL": "https://rstudio.github.io/rstudioapi/,\nhttps://github.com/rstudio/rstudioapi", "BugReports": "https://github.com/rstudio/rstudioapi/issues", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.1", "Suggests": "testthat, knitr, rmarkdown, clipr, covr", "VignetteBuilder": "knitr", "Encoding": "UTF-8", "NeedsCompilation": "no", - "Packaged": "2023-07-07 17:59:12 UTC; jacquelinegutman", + "Packaged": "2024-03-23 21:59:09 UTC; kevin", "Author": "Kevin Ushey [aut, cre],\n JJ Allaire [aut],\n Hadley Wickham [aut],\n Gary Ritchie [aut],\n RStudio [cph]", "Repository": "RSPM", - "Date/Publication": "2023-07-07 19:10:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 01:10:48 UTC; windows" + "Date/Publication": "2024-03-24 11:30:02 UTC", + "Built": "R 4.4.0; ; 2024-04-25 19:46:37 UTC; windows" } }, "rversions": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "rversions", "Title": "Query 'R' Versions, Including 'r-release' and 'r-oldrel'", @@ -3561,46 +3694,16 @@ "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", "Date/Publication": "2022-08-31 10:30:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 03:41:05 UTC; windows" - } - }, - "rvest": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", - "description": { - "Package": "rvest", - "Title": "Easily Harvest (Scrape) Web Pages", - "Version": "1.0.3", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Wrappers around the 'xml2' and 'httr' packages to make it\n easy to download, then manipulate, HTML and XML.", - "License": "MIT + file LICENSE", - "URL": "https://rvest.tidyverse.org/, https://github.com/tidyverse/rvest", - "BugReports": "https://github.com/tidyverse/rvest/issues", - "Depends": "R (>= 3.2)", - "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.2.1", - "NeedsCompilation": "no", - "Packaged": "2022-08-19 15:20:38 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\n RStudio [cph, fnd]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2022-08-19 22:30:08 UTC", - "Built": "R 4.3.0; ; 2024-01-23 06:43:51 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 19:49:03 UTC; windows" } }, "sass": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Type": "Package", "Package": "sass", - "Version": "0.4.7", + "Version": "0.4.9", "Title": "Syntactically Awesome Style Sheets ('Sass')", "Description": "An 'SCSS' compiler, powered by the 'LibSass' library. With this,\n R developers can use variables, inheritance, and functions to generate\n dynamic style sheets. The package uses the 'Sass CSS' extension language,\n which is stable, powerful, and CSS compatible.", "Authors@R": "c(\n person(\"Joe\", \"Cheng\", , \"joe@rstudio.com\", \"aut\"),\n person(\"Timothy\", \"Mastny\", , \"tim.mastny@gmail.com\", \"aut\"),\n person(\"Richard\", \"Iannone\", , \"rich@rstudio.com\", \"aut\",\n comment = c(ORCID = \"0000-0003-3925-190X\")),\n person(\"Barret\", \"Schloerke\", , \"barret@rstudio.com\", \"aut\",\n comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(\"Carson\", \"Sievert\", , \"carson@rstudio.com\", c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Christophe\", \"Dervieux\", , \"cderv@rstudio.com\", c(\"ctb\"),\n comment = c(ORCID = \"0000-0003-4474-2498\")),\n person(family = \"RStudio\", role = c(\"cph\", \"fnd\")),\n person(family = \"Sass Open Source Foundation\", role = c(\"ctb\", \"cph\"),\n comment = \"LibSass library\"),\n person(\"Greter\", \"Marcel\", role = c(\"ctb\", \"cph\"),\n comment = \"LibSass library\"),\n person(\"Mifsud\", \"Michael\", role = c(\"ctb\", \"cph\"),\n comment = \"LibSass library\"),\n person(\"Hampton\", \"Catlin\", role = c(\"ctb\", \"cph\"),\n comment = \"LibSass library\"),\n person(\"Natalie\", \"Weizenbaum\", role = c(\"ctb\", \"cph\"),\n comment = \"LibSass library\"),\n person(\"Chris\", \"Eppstein\", role = c(\"ctb\", \"cph\"),\n comment = \"LibSass library\"),\n person(\"Adams\", \"Joseph\", role = c(\"ctb\", \"cph\"),\n comment = \"json.cpp\"),\n person(\"Trifunovic\", \"Nemanja\", role = c(\"ctb\", \"cph\"),\n comment = \"utf8.h\")\n )", @@ -3608,54 +3711,54 @@ "URL": "https://rstudio.github.io/sass/, https://github.com/rstudio/sass", "BugReports": "https://github.com/rstudio/sass/issues", "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.1", "SystemRequirements": "GNU make", "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": "2023-07-14 14:57:43 UTC; cpsievert", + "Packaged": "2024-03-15 21:58:01 UTC; cpsievert", "Author": "Joe Cheng [aut],\n Timothy Mastny [aut],\n Richard Iannone [aut] (),\n Barret Schloerke [aut] (),\n Carson Sievert [aut, cre] (),\n Christophe Dervieux [ctb] (),\n RStudio [cph, fnd],\n Sass Open Source Foundation [ctb, cph] (LibSass library),\n Greter Marcel [ctb, cph] (LibSass library),\n Mifsud Michael [ctb, cph] (LibSass library),\n Hampton Catlin [ctb, cph] (LibSass library),\n Natalie Weizenbaum [ctb, cph] (LibSass library),\n Chris Eppstein [ctb, cph] (LibSass library),\n Adams Joseph [ctb, cph] (json.cpp),\n Trifunovic Nemanja [ctb, cph] (utf8.h)", "Maintainer": "Carson Sievert ", "Repository": "RSPM", - "Date/Publication": "2023-07-15 06:20:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-07-17 11:48:12 UTC; windows", + "Date/Publication": "2024-03-15 22:30:02 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 20:26:56 UTC; windows", "Archs": "x64" } }, "scales": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "scales", "Title": "Scale Functions for Visualization", - "Version": "1.2.1", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"Dana\", \"Seidel\", role = \"aut\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Version": "1.3.0", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\")),\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"Dana\", \"Seidel\", role = \"aut\"),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "Graphical scales map data to aesthetics, and provide methods\n for automatically determining breaks and labels for axes and legends.", "License": "MIT + file LICENSE", "URL": "https://scales.r-lib.org, https://github.com/r-lib/scales", "BugReports": "https://github.com/r-lib/scales/issues", - "Depends": "R (>= 3.2)", - "Imports": "farver (>= 2.0.3), labeling, lifecycle, munsell (>= 0.5), R6,\nRColorBrewer, rlang (>= 1.0.0), viridisLite", - "Suggests": "bit64, covr, dichromat, ggplot2, hms (>= 0.5.0), stringi,\ntestthat (>= 3.0.0), waldo (>= 0.4.0)", + "Depends": "R (>= 3.6)", + "Imports": "cli, farver (>= 2.0.3), glue, labeling, lifecycle, munsell (>=\n0.5), R6, RColorBrewer, rlang (>= 1.0.0), viridisLite", + "Suggests": "bit64, covr, dichromat, ggplot2, hms (>= 0.5.0), stringi,\ntestthat (>= 3.0.0)", "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", "Encoding": "UTF-8", "LazyLoad": "yes", - "RoxygenNote": "7.2.1", - "Config/testthat/edition": "3", - "NeedsCompilation": "no", - "Packaged": "2022-08-19 15:35:49 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\n Dana Seidel [aut],\n RStudio [cph, fnd]", - "Maintainer": "Hadley Wickham ", + "RoxygenNote": "7.2.3", + "NeedsCompilation": "yes", + "Packaged": "2023-11-27 20:27:59 UTC; thomas", + "Author": "Hadley Wickham [aut],\n Thomas Lin Pedersen [cre, aut]\n (),\n Dana Seidel [aut],\n Posit, PBC [cph, fnd]", + "Maintainer": "Thomas Lin Pedersen ", "Repository": "RSPM", - "Date/Publication": "2022-08-20 00:10:11 UTC", - "Built": "R 4.3.0; ; 2023-04-25 02:31:03 UTC; windows" + "Date/Publication": "2023-11-28 09:10:06 UTC", + "Built": "R 4.4.0; ; 2024-04-25 20:09:32 UTC; windows" } }, "scrypt": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "scrypt", "Type": "Package", @@ -3676,40 +3779,13 @@ "Repository": "RSPM", "Date/Publication": "2023-01-29 15:40:02 UTC", "Encoding": "UTF-8", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 07:19:21 UTC; windows", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-07-18 05:10:37 UTC; windows", "Archs": "x64" } }, - "selectr": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", - "description": { - "Package": "selectr", - "Type": "Package", - "Title": "Translate CSS Selectors to XPath Expressions", - "Version": "0.4-2", - "Date": "2019-11-20", - "Authors@R": "c(person(\"Simon\", \"Potter\",\n role = c(\"aut\", \"trl\", \"cre\"),\n email = \"simon@sjp.co.nz\"),\n person(\"Simon\", \"Sapin\", role = \"aut\"),\n person(\"Ian\", \"Bicking\", role = \"aut\"))", - "License": "BSD_3_clause + file LICENCE", - "Depends": "R (>= 3.0)", - "Imports": "methods, stringr, R6", - "Suggests": "testthat, XML, xml2", - "URL": "https://sjp.co.nz/projects/selectr", - "BugReports": "https://github.com/sjp/selectr/issues", - "Description": "Translates a CSS3 selector into an equivalent XPath\n expression. This allows us to use CSS selectors when working with\n the XML package as it can only evaluate XPath expressions. Also\n provided are convenience functions useful for using CSS selectors on\n XML nodes. This package is a port of the Python package 'cssselect'\n ().", - "NeedsCompilation": "no", - "Packaged": "2019-11-20 06:04:49 UTC; simon", - "Author": "Simon Potter [aut, trl, cre],\n Simon Sapin [aut],\n Ian Bicking [aut]", - "Maintainer": "Simon Potter ", - "Repository": "RSPM", - "Date/Publication": "2019-11-20 07:30:03 UTC", - "Encoding": "UTF-8", - "Built": "R 4.3.0; ; 2024-01-23 06:40:31 UTC; windows" - } - }, "sessioninfo": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "sessioninfo", "Title": "R Session Information", @@ -3733,47 +3809,47 @@ "Author": "Gábor Csárdi [cre],\n Hadley Wickham [aut],\n Winston Chang [aut],\n Robert Flight [aut],\n Kirill Müller [aut],\n Jim Hester [aut],\n R Core team [ctb]", "Repository": "RSPM", "Date/Publication": "2021-12-06 11:50:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 02:39:21 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 19:58:01 UTC; windows" } }, "shiny": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "shiny", "Type": "Package", "Title": "Web Application Framework for R", - "Version": "1.7.5.1", + "Version": "1.9.1", "Authors@R": "c(\n person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@posit.co\", comment = c(ORCID = \"0000-0002-1576-2126\")),\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@posit.co\"),\n person(\"JJ\", \"Allaire\", role = \"aut\", email = \"jj@posit.co\"),\n person(\"Carson\", \"Sievert\", role = \"aut\", email = \"carson@posit.co\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Barret\", \"Schloerke\", role = \"aut\", email = \"barret@posit.co\", comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(\"Yihui\", \"Xie\", role = \"aut\", email = \"yihui@posit.co\"),\n person(\"Jeff\", \"Allen\", role = \"aut\"),\n person(\"Jonathan\", \"McPherson\", role = \"aut\", email = \"jonathan@posit.co\"),\n person(\"Alan\", \"Dipert\", role = \"aut\"),\n person(\"Barbara\", \"Borges\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(family = \"jQuery Foundation\", role = \"cph\",\n comment = \"jQuery library and jQuery UI library\"),\n person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"),\n person(family = \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"jQuery UI library; authors listed in inst/www/shared/jqueryui/AUTHORS.txt\"),\n person(\"Mark\", \"Otto\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(\"Jacob\", \"Thornton\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(family = \"Bootstrap contributors\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(family = \"Twitter, Inc\", role = \"cph\",\n comment = \"Bootstrap library\"),\n person(\"Prem Nawaz\", \"Khan\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Victor\", \"Tsaran\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Dennis\", \"Lembree\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Srinivasu\", \"Chakravarthula\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Cathy\", \"O'Connor\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(family = \"PayPal, Inc\", role = \"cph\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Stefan\", \"Petre\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootstrap-datepicker library\"),\n person(\"Andrew\", \"Rowls\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootstrap-datepicker library\"),\n person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"),\n comment = \"selectize.js library\"),\n person(\"Salmen\", \"Bejaoui\", role = c(\"ctb\", \"cph\"),\n comment = \"selectize-plugin-a11y library\"),\n person(\"Denis\", \"Ineshin\", role = c(\"ctb\", \"cph\"),\n comment = \"ion.rangeSlider library\"),\n person(\"Sami\", \"Samhuri\", role = c(\"ctb\", \"cph\"),\n comment = \"Javascript strftime library\"),\n person(family = \"SpryMedia Limited\", role = c(\"ctb\", \"cph\"),\n comment = \"DataTables library\"),\n person(\"John\", \"Fraser\", role = c(\"ctb\", \"cph\"),\n comment = \"showdown.js library\"),\n person(\"John\", \"Gruber\", role = c(\"ctb\", \"cph\"),\n comment = \"showdown.js library\"),\n person(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"),\n comment = \"highlight.js library\"),\n person(family = \"R Core Team\", role = c(\"ctb\", \"cph\"),\n comment = \"tar implementation from R\")\n )", "Description": "Makes it incredibly easy to build interactive web\n applications with R. Automatic \"reactive\" binding between inputs and\n outputs and extensive prebuilt widgets make it possible to build\n beautiful, responsive, and powerful applications with minimal effort.", "License": "GPL-3 | file LICENSE", "Depends": "R (>= 3.0.2), methods", - "Imports": "utils, grDevices, httpuv (>= 1.5.2), mime (>= 0.3), jsonlite\n(>= 0.9.16), xtable, fontawesome (>= 0.4.0), htmltools (>=\n0.5.4), R6 (>= 2.0), sourcetools, later (>= 1.0.0), promises\n(>= 1.1.0), tools, crayon, rlang (>= 0.4.10), fastmap (>=\n1.1.1), withr, commonmark (>= 1.7), glue (>= 1.3.2), bslib (>=\n0.3.0), cachem, ellipsis, lifecycle (>= 0.2.0)", - "Suggests": "datasets, Cairo (>= 1.5-5), testthat (>= 3.0.0), knitr (>=\n1.6), markdown, rmarkdown, ggplot2, reactlog (>= 1.0.0),\nmagrittr, yaml, future, dygraphs, ragg, showtext, sass", + "Imports": "utils, grDevices, httpuv (>= 1.5.2), mime (>= 0.3), jsonlite\n(>= 0.9.16), xtable, fontawesome (>= 0.4.0), htmltools (>=\n0.5.4), R6 (>= 2.0), sourcetools, later (>= 1.0.0), promises\n(>= 1.1.0), tools, crayon, rlang (>= 0.4.10), fastmap (>=\n1.1.1), withr, commonmark (>= 1.7), glue (>= 1.3.2), bslib (>=\n0.6.0), cachem (>= 1.1.0), lifecycle (>= 0.2.0)", + "Suggests": "datasets, DT, Cairo (>= 1.5-5), testthat (>= 3.0.0), knitr\n(>= 1.6), markdown, rmarkdown, ggplot2, reactlog (>= 1.0.0),\nmagrittr, yaml, future, dygraphs, ragg, showtext, sass", "URL": "https://shiny.posit.co/, https://github.com/rstudio/shiny", "BugReports": "https://github.com/rstudio/shiny/issues", - "Collate": "'globals.R' 'app-state.R' 'app_template.R' 'bind-cache.R'\n'bind-event.R' 'bookmark-state-local.R' 'bookmark-state.R'\n'bootstrap-deprecated.R' 'bootstrap-layout.R' 'conditions.R'\n'map.R' 'utils.R' 'bootstrap.R' 'cache-utils.R' 'deprecated.R'\n'devmode.R' 'diagnose.R' 'fileupload.R' 'graph.R' 'reactives.R'\n'reactive-domains.R' 'history.R' 'hooks.R' 'html-deps.R'\n'image-interact-opts.R' 'image-interact.R' 'imageutils.R'\n'input-action.R' 'input-checkbox.R' 'input-checkboxgroup.R'\n'input-date.R' 'input-daterange.R' 'input-file.R'\n'input-numeric.R' 'input-password.R' 'input-radiobuttons.R'\n'input-select.R' 'input-slider.R' 'input-submit.R'\n'input-text.R' 'input-textarea.R' 'input-utils.R'\n'insert-tab.R' 'insert-ui.R' 'jqueryui.R' 'knitr.R'\n'middleware-shiny.R' 'middleware.R' 'timer.R' 'shiny.R'\n'mock-session.R' 'modal.R' 'modules.R' 'notifications.R'\n'priorityqueue.R' 'progress.R' 'react.R' 'reexports.R'\n'render-cached-plot.R' 'render-plot.R' 'render-table.R'\n'run-url.R' 'runapp.R' 'serializers.R'\n'server-input-handlers.R' 'server-resource-paths.R' 'server.R'\n'shiny-options.R' 'shiny-package.R' 'shinyapp.R' 'shinyui.R'\n'shinywrappers.R' 'showcase.R' 'snapshot.R' 'staticimports.R'\n'tar.R' 'test-export.R' 'test-server.R' 'test.R'\n'update-input.R' 'utils-lang.R' 'version_bs_date_picker.R'\n'version_ion_range_slider.R' 'version_jquery.R'\n'version_jqueryui.R' 'version_selectize.R' 'version_strftime.R'\n'viewer.R'", - "RoxygenNote": "7.2.3", + "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' 'busy-indicators-spinners.R'\n'busy-indicators.R' 'cache-utils.R' 'deprecated.R' 'devmode.R'\n'diagnose.R' 'extended-task.R' 'fileupload.R' 'graph.R'\n'reactives.R' 'reactive-domains.R' 'history.R' 'hooks.R'\n'html-deps.R' 'image-interact-opts.R' 'image-interact.R'\n'imageutils.R' 'input-action.R' 'input-checkbox.R'\n'input-checkboxgroup.R' 'input-date.R' 'input-daterange.R'\n'input-file.R' 'input-numeric.R' 'input-password.R'\n'input-radiobuttons.R' 'input-select.R' 'input-slider.R'\n'input-submit.R' 'input-text.R' 'input-textarea.R'\n'input-utils.R' 'insert-tab.R' 'insert-ui.R' 'jqueryui.R'\n'knitr.R' 'middleware-shiny.R' 'middleware.R' 'timer.R'\n'shiny.R' 'mock-session.R' 'modal.R' 'modules.R'\n'notifications.R' 'priorityqueue.R' 'progress.R' 'react.R'\n'reexports.R' 'render-cached-plot.R' 'render-plot.R'\n'render-table.R' '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.3.2", "Encoding": "UTF-8", "RdMacros": "lifecycle", "Config/testthat/edition": "3", "Config/Needs/check": "shinytest2", "NeedsCompilation": "no", - "Packaged": "2023-10-06 21:29:36 UTC; cpsievert", + "Packaged": "2024-07-31 17:44:44 UTC; cpsievert", "Author": "Winston Chang [aut, cre] (),\n Joe Cheng [aut],\n JJ Allaire [aut],\n Carson Sievert [aut] (),\n Barret Schloerke [aut] (),\n Yihui Xie [aut],\n Jeff Allen [aut],\n Jonathan McPherson [aut],\n Alan Dipert [aut],\n Barbara Borges [aut],\n Posit Software, PBC [cph, fnd],\n jQuery Foundation [cph] (jQuery library and jQuery UI library),\n jQuery contributors [ctb, cph] (jQuery library; authors listed in\n inst/www/shared/jquery-AUTHORS.txt),\n jQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in\n inst/www/shared/jqueryui/AUTHORS.txt),\n Mark Otto [ctb] (Bootstrap library),\n Jacob Thornton [ctb] (Bootstrap library),\n Bootstrap contributors [ctb] (Bootstrap library),\n Twitter, Inc [cph] (Bootstrap library),\n Prem Nawaz Khan [ctb] (Bootstrap accessibility plugin),\n Victor Tsaran [ctb] (Bootstrap accessibility plugin),\n Dennis Lembree [ctb] (Bootstrap accessibility plugin),\n Srinivasu Chakravarthula [ctb] (Bootstrap accessibility plugin),\n Cathy O'Connor [ctb] (Bootstrap accessibility plugin),\n PayPal, Inc [cph] (Bootstrap accessibility plugin),\n Stefan Petre [ctb, cph] (Bootstrap-datepicker library),\n Andrew Rowls [ctb, cph] (Bootstrap-datepicker library),\n Brian Reavis [ctb, cph] (selectize.js library),\n Salmen Bejaoui [ctb, cph] (selectize-plugin-a11y library),\n Denis Ineshin [ctb, cph] (ion.rangeSlider library),\n Sami Samhuri [ctb, cph] (Javascript strftime library),\n SpryMedia Limited [ctb, cph] (DataTables library),\n John Fraser [ctb, cph] (showdown.js library),\n John Gruber [ctb, cph] (showdown.js library),\n Ivan Sagalaev [ctb, cph] (highlight.js library),\n R Core Team [ctb, cph] (tar implementation from R)", "Maintainer": "Winston Chang ", "Repository": "RSPM", - "Date/Publication": "2023-10-14 13:40:02 UTC", - "Built": "R 4.3.0; ; 2023-10-16 11:53:23 UTC; windows" + "Date/Publication": "2024-08-01 10:50:02 UTC", + "Built": "R 4.4.0; ; 2024-08-02 04:38:07 UTC; windows" } }, "shinyWidgets": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "shinyWidgets", "Title": "Custom Inputs Widgets for Shiny", - "Version": "0.8.0", + "Version": "0.8.6", "Authors@R": "c(\n person(\"Victor\", \"Perrier\", email = \"victor.perrier@dreamrs.fr\", role = c(\"aut\", \"cre\", \"cph\")),\n person(\"Fanny\", \"Meyer\", role = \"aut\"),\n person(\"David\", \"Granjon\", role = \"aut\"),\n person(\"Ian\", \"Fellows\", role = \"ctb\", comment = \"Methods for mutating vertical tabs & updateMultiInput\"),\n person(\"Wil\", \"Davis\", role = \"ctb\", comment = \"numericRangeInput function\"),\n person(\"Spencer\", \"Matthews\", role = \"ctb\", comment = \"autoNumeric methods\"),\n person(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. \n Give your applications a unique and colorful style !", "URL": "https://github.com/dreamRs/shinyWidgets,\nhttps://dreamrs.github.io/shinyWidgets/", @@ -3781,49 +3857,48 @@ "License": "GPL-3", "Encoding": "UTF-8", "LazyData": "true", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.1", "Depends": "R (>= 3.1.0)", "Imports": "anytime, bslib, sass, shiny (>= 1.6.0), htmltools (>= 0.5.1),\njsonlite, grDevices, rlang", "Suggests": "testthat, covr, ggplot2, DT, scales, shinydashboard,\nshinydashboardPlus", "NeedsCompilation": "no", - "Packaged": "2023-08-30 14:04:56 UTC; victorp", + "Packaged": "2024-04-24 16:07:11 UTC; victorp", "Author": "Victor Perrier [aut, cre, cph],\n Fanny Meyer [aut],\n David Granjon [aut],\n Ian Fellows [ctb] (Methods for mutating vertical tabs &\n updateMultiInput),\n Wil Davis [ctb] (numericRangeInput function),\n Spencer Matthews [ctb] (autoNumeric methods),\n JavaScript and CSS libraries authors [ctb, cph] (All authors are listed\n in LICENSE.md)", "Maintainer": "Victor Perrier ", "Repository": "RSPM", - "Date/Publication": "2023-08-30 15:00:02 UTC", - "Built": "R 4.3.0; ; 2023-08-31 11:40:50 UTC; windows" + "Date/Publication": "2024-04-24 17:00:02 UTC", + "Built": "R 4.4.0; ; 2024-04-25 23:37:16 UTC; windows" } }, "shinycssloaders": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "shinycssloaders", - "Type": "Package", "Title": "Add Loading Animations to a 'shiny' Output While It's\nRecalculating", - "Version": "1.0.0", - "Authors@R": "c(\n person(\"Andras\",\"Sali\",email=\"andras.sali@alphacruncher.hu\",role=c(\"aut\"),comment=\"Original creator of shinycssloaders package\"),\n person(\"Luke\",\"Hass\",role=c(\"ctb\",\"cph\"),comment=\"Author of included CSS loader code\"),\n person(\"Dean\",\"Attali\",email=\"daattali@gmail.com\",role=c(\"aut\",\"cre\"),comment=\"Maintainer of shinycssloaders since 2019\")\n )", - "Description": "When a 'Shiny' output (such as a plot, table, map, etc.) is recalculating, it remains \n visible but gets greyed out. Using 'shinycssloaders', you can add a loading animation (\"spinner\")\n to outputs instead. By wrapping a 'Shiny' output in 'withSpinner()', a spinner will automatically\n appear while the output is recalculating. See the demo online at\n .", + "Version": "1.1.0", + "Authors@R": "c(\n person(\"Dean\",\"Attali\",email=\"daattali@gmail.com\",role=c(\"aut\",\"cre\"),\n comment = c(\"Maintainer/developer of shinycssloaders since 2019\", ORCID=\"0000-0002-5645-3493\")),\n person(\"Andras\",\"Sali\",email=\"andras.sali@alphacruncher.hu\",role=c(\"aut\"),comment=\"Original creator of shinycssloaders package\"),\n person(\"Luke\",\"Hass\",role=c(\"ctb\",\"cph\"),comment=\"Author of included CSS loader code\")\n )", + "Description": "When a 'Shiny' output (such as a plot, table, map, etc.) is recalculating, it remains \n visible but gets greyed out. Using 'shinycssloaders', you can add a loading animation (\"spinner\")\n to outputs instead. By wrapping a 'Shiny' output in 'withSpinner()', a spinner will automatically\n appear while the output is recalculating. You can also manually show and hide the spinner, or add\n a full-page spinner to cover the entire page.\n See the demo online at .", "License": "MIT + file LICENSE", - "URL": "https://github.com/daattali/shinycssloaders", + "URL": "https://github.com/daattali/shinycssloaders,\nhttps://daattali.com/shiny/shinycssloaders-demo/", "BugReports": "https://github.com/daattali/shinycssloaders/issues", "Depends": "R (>= 3.1)", - "Imports": "digest, glue, grDevices, shiny", - "Suggests": "shinydisconnect, shinyjs", - "RoxygenNote": "7.1.0", + "Imports": "digest, glue, grDevices, htmltools (>= 0.3.5), shiny", + "Suggests": "knitr, shinydisconnect, shinyjs", + "RoxygenNote": "7.2.3", "Encoding": "UTF-8", "NeedsCompilation": "no", - "Packaged": "2020-07-28 15:50:54 UTC; D", - "Author": "Andras Sali [aut] (Original creator of shinycssloaders package),\n Luke Hass [ctb, cph] (Author of included CSS loader code),\n Dean Attali [aut, cre] (Maintainer of shinycssloaders since 2019)", + "Packaged": "2024-07-30 18:52:48 UTC; Dean", + "Author": "Dean Attali [aut, cre] (Maintainer/developer of shinycssloaders since\n 2019, ),\n Andras Sali [aut] (Original creator of shinycssloaders package),\n Luke Hass [ctb, cph] (Author of included CSS loader code)", "Maintainer": "Dean Attali ", "Repository": "RSPM", - "Date/Publication": "2020-07-28 16:20:03 UTC", - "Built": "R 4.3.0; ; 2024-01-23 07:53:56 UTC; windows" + "Date/Publication": "2024-07-30 22:30:02 UTC", + "Built": "R 4.4.0; ; 2024-07-31 04:12:21 UTC; windows" } }, "shinyjs": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "shinyjs", "Title": "Easily Improve the User Experience of Your Shiny Apps in Seconds", @@ -3845,12 +3920,12 @@ "Maintainer": "Dean Attali ", "Repository": "RSPM", "Date/Publication": "2021-12-23 10:10:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 08:45:44 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 21:01:34 UTC; windows" } }, "shinymanager": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "shinymanager", "Title": "Authentication Management for 'Shiny' Applications", @@ -3870,27 +3945,27 @@ "Maintainer": "Benoit Thieurmel ", "Repository": "RSPM", "Date/Publication": "2022-09-27 07:00:02 UTC", - "Built": "R 4.3.0; ; 2023-05-01 03:39:18 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 22:46:10 UTC; windows" } }, "shinytest2": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "shinytest2", "Title": "Testing for Shiny Applications", - "Version": "0.3.1", + "Version": "0.3.2", "Authors@R": "\n c(\n person(\"Barret\", \"Schloerke\", role = c(\"cre\", \"aut\"), email = \"barret@posit.co\", comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(family = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"Winston\", \"Chang\", role =\"ctb\", email = \"winston@posit.co\", comment = \"Original author to rstudio/shinytest\"),\n person(\"Gábor\", \"Csárdi\", role = \"ctb\", email = \"gabor@posit.co\", comment = \"Original author to rstudio/shinytest\"),\n person(\"Hadley\", \"Wickham\", role = \"ctb\", email = \"hadley@posit.co\", comment = \"Original author to rstudio/shinytest\"),\n person(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", "Language": "en-US", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.1", "URL": "https://rstudio.github.io/shinytest2/,\nhttps://github.com/rstudio/shinytest2", "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.2), crayon, fs, globals (>= 0.14.0), httr, jsonlite, pingr,\nrlang (>= 1.0.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", @@ -3898,18 +3973,18 @@ "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", + "Packaged": "2024-04-26 19:24:28 UTC; garrick", "Author": "Barret Schloerke [cre, aut] (),\n Posit Software, PBC [cph, fnd],\n Winston Chang [ctb] (Original author to rstudio/shinytest),\n Gábor Csárdi [ctb] (Original author to rstudio/shinytest),\n Hadley Wickham [ctb] (Original author to rstudio/shinytest),\n Mango Solutions [cph, ccp] (Original author to rstudio/shinytest)", "Maintainer": "Barret Schloerke ", "Repository": "RSPM", - "Date/Publication": "2023-08-26 13:50:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-12-04 14:32:45 UTC; windows", + "Date/Publication": "2024-04-28 21:40:03 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 05:12:23 UTC; windows", "Archs": "x64" } }, "sourcetools": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "sourcetools", "Type": "Package", @@ -3928,77 +4003,77 @@ "Packaged": "2023-01-31 18:03:04 UTC; kevin", "Repository": "RSPM", "Date/Publication": "2023-02-01 10:10:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 02:50:19 UTC; windows", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:48:01 UTC; windows", "Archs": "x64" } }, "stringi": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "stringi", - "Version": "1.7.12", - "Date": "2023-01-09", + "Version": "1.8.4", + "Date": "2024-05-06", "Title": "Fast and Portable Character String Processing Facilities", "Description": "A collection of character string/text/natural language\n processing tools for pattern searching (e.g., with 'Java'-like regular\n expressions or the 'Unicode' collation algorithm), random string generation,\n case mapping, string transliteration, concatenation, sorting, padding,\n wrapping, Unicode normalisation, date-time formatting and parsing,\n and many more. They are fast, consistent, convenient, and -\n thanks to 'ICU' (International Components for Unicode) -\n portable across all locales and platforms. Documentation about 'stringi' is\n provided via its website at and\n the paper by Gagolewski (2022, ).", "URL": "https://stringi.gagolewski.com/,\nhttps://github.com/gagolews/stringi, https://icu.unicode.org/", "BugReports": "https://github.com/gagolews/stringi/issues", - "SystemRequirements": "C++11, ICU4C (>= 55, optional)", + "SystemRequirements": "ICU4C (>= 61, optional)", "Type": "Package", - "Depends": "R (>= 3.1)", + "Depends": "R (>= 3.4)", "Imports": "tools, utils, stats", "Biarch": "TRUE", "License": "file LICENSE", "Author": "Marek Gagolewski [aut, cre, cph] (),\n Bartek Tartanus [ctb], and others (stringi source code);\n Unicode, Inc. and others (ICU4C source code, Unicode Character Database)", "Maintainer": "Marek Gagolewski ", - "RoxygenNote": "7.2.1", + "RoxygenNote": "7.2.3", "Encoding": "UTF-8", "NeedsCompilation": "yes", - "Packaged": "2023-01-09 07:28:38 UTC; gagolews", + "Packaged": "2024-05-06 12:50:25 UTC; gagolews", "License_is_FOSS": "yes", "Repository": "RSPM", - "Date/Publication": "2023-01-11 10:10:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-04-25 02:08:28 UTC; windows", + "Date/Publication": "2024-05-06 15:00:02 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-05-07 04:34:26 UTC; windows", "Archs": "x64" } }, "stringr": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "stringr", "Title": "Simple, Consistent Wrappers for Common String Operations", - "Version": "1.5.0", - "Authors@R": "\n c(person(given = \"Hadley\",\n family = \"Wickham\",\n role = c(\"aut\", \"cre\", \"cph\"),\n email = \"hadley@rstudio.com\"),\n person(given = \"RStudio\",\n role = c(\"cph\", \"fnd\")))", + "Version": "1.5.1", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\", \"cph\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "A consistent, simple and easy to use set of wrappers around\n the fantastic 'stringi' package. All function and argument names (and\n positions) are consistent, all functions deal with \"NA\"'s and zero\n length vectors in the same way, and the output from one function is\n easy to feed into the input of another.", "License": "MIT + file LICENSE", "URL": "https://stringr.tidyverse.org,\nhttps://github.com/tidyverse/stringr", "BugReports": "https://github.com/tidyverse/stringr/issues", - "Depends": "R (>= 3.3)", - "Imports": "cli, glue (>= 1.6.1), lifecycle (>= 1.0.3), magrittr, rlang\n(>= 1.0.0), stringi (>= 1.5.3), vctrs", - "Suggests": "covr, htmltools, htmlwidgets, knitr, rmarkdown, testthat (>=\n3.0.0)", + "Depends": "R (>= 3.6)", + "Imports": "cli, glue (>= 1.6.1), lifecycle (>= 1.0.3), magrittr, rlang\n(>= 1.0.0), stringi (>= 1.5.3), vctrs (>= 0.4.0)", + "Suggests": "covr, dplyr, gt, htmltools, htmlwidgets, knitr, rmarkdown,\ntestthat (>= 3.0.0), tibble", "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", "LazyData": "true", - "RoxygenNote": "7.2.1", + "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2022-12-01 20:53:42 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre, cph],\n RStudio [cph, fnd]", - "Maintainer": "Hadley Wickham ", + "Packaged": "2023-11-14 15:03:52 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre, cph],\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Hadley Wickham ", "Repository": "RSPM", - "Date/Publication": "2022-12-02 10:20:02 UTC", - "Built": "R 4.3.0; ; 2023-05-19 11:28:36 UTC; windows" + "Date/Publication": "2023-11-14 23:10:02 UTC", + "Built": "R 4.4.0; ; 2024-04-25 20:18:44 UTC; windows" } }, "svglite": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "svglite", "Title": "An 'SVG' Graphics Device", - "Version": "2.1.2", + "Version": "2.1.3", "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"),\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"T Jake\", \"Luciani\", , \"jake@apache.org\", role = \"aut\"),\n person(\"Matthieu\", \"Decorde\", , \"matthieu.decorde@ens-lyon.fr\", role = \"aut\"),\n person(\"Vaudor\", \"Lise\", , \"lise.vaudor@ens-lyon.fr\", role = \"aut\"),\n person(\"Tony\", \"Plate\", role = \"ctb\",\n comment = \"Early line dashing code\"),\n person(\"David\", \"Gohel\", role = \"ctb\",\n comment = \"Line dashing code and early raster code\"),\n person(\"Yixuan\", \"Qiu\", role = \"ctb\",\n comment = \"Improved styles; polypath implementation\"),\n person(\"Håkon\", \"Malmedal\", role = \"ctb\",\n comment = \"Opacity code\"),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "A graphics device for R that produces 'Scalable Vector\n Graphics'. 'svglite' is a fork of the older 'RSvgDevice' package.", "License": "GPL (>= 2)", @@ -4015,18 +4090,18 @@ "SystemRequirements": "libpng", "Config/testthat/edition": "3", "NeedsCompilation": "yes", - "Packaged": "2023-10-11 08:07:42 UTC; thomas", + "Packaged": "2023-12-08 14:53:20 UTC; thomas", "Author": "Hadley Wickham [aut],\n Lionel Henry [aut],\n Thomas Lin Pedersen [cre, aut]\n (),\n T Jake Luciani [aut],\n Matthieu Decorde [aut],\n Vaudor Lise [aut],\n Tony Plate [ctb] (Early line dashing code),\n David Gohel [ctb] (Line dashing code and early raster code),\n Yixuan Qiu [ctb] (Improved styles; polypath implementation),\n Håkon Malmedal [ctb] (Opacity code),\n Posit, PBC [cph, fnd]", "Maintainer": "Thomas Lin Pedersen ", "Repository": "RSPM", - "Date/Publication": "2023-10-11 08:40:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-10-12 11:37:15 UTC; windows", + "Date/Publication": "2023-12-08 16:20:13 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 05:09:44 UTC; windows", "Archs": "x64" } }, "sys": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "sys", "Type": "Package", @@ -4047,18 +4122,18 @@ "Maintainer": "Jeroen Ooms ", "Repository": "RSPM", "Date/Publication": "2023-05-23 07:50:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 01:33:11 UTC; windows", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 20:03:55 UTC; windows", "Archs": "x64" } }, "systemfonts": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Type": "Package", "Package": "systemfonts", "Title": "System Native Font Finding", - "Version": "1.0.5", + "Version": "1.1.0", "Authors@R": "c(\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"Jeroen\", \"Ooms\", , \"jeroen@berkeley.edu\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"Devon\", \"Govett\", role = \"aut\",\n comment = \"Author of font-manager\"),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "Provides system native access to the font catalogue. As font\n handling varies between systems it is difficult to correctly locate\n installed fonts across different operating systems. The 'systemfonts'\n package provides bindings to the native libraries on Windows, macOS\n and Linux for finding font files that can then be used further by e.g.\n graphic devices. The main use is intended to be from compiled code but\n 'systemfonts' also provides access from R.", "License": "MIT + file LICENSE", @@ -4069,33 +4144,34 @@ "LinkingTo": "cpp11 (>= 0.2.1)", "VignetteBuilder": "knitr", "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", + "RoxygenNote": "7.3.1", "SystemRequirements": "fontconfig, freetype2", "Config/Needs/website": "tidyverse/tidytemplate", + "Imports": "lifecycle", "NeedsCompilation": "yes", - "Packaged": "2023-10-09 08:28:00 UTC; thomas", + "Packaged": "2024-05-13 13:50:57 UTC; thomas", "Author": "Thomas Lin Pedersen [aut, cre]\n (),\n Jeroen Ooms [aut] (),\n Devon Govett [aut] (Author of font-manager),\n Posit, PBC [cph, fnd]", "Maintainer": "Thomas Lin Pedersen ", "Repository": "RSPM", - "Date/Publication": "2023-10-09 14:00:09 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-10-10 11:54:52 UTC; windows", + "Date/Publication": "2024-05-15 11:10:03 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 04:56:58 UTC; windows", "Archs": "x64" } }, "testthat": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "testthat", "Title": "Unit Testing for R", - "Version": "3.2.0", + "Version": "3.2.1.1", "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"R Core team\", role = \"ctb\",\n comment = \"Implementation of utils::recover()\")\n )", "Description": "Software testing is important, but, in part because it is\n frustrating and boring, many of us avoid it. 'testthat' is a testing\n framework for R that is easy to learn and use, and integrates with\n your 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.6.0)", - "Imports": "brio (>= 1.1.3), callr (>= 3.7.3), cli (>= 3.6.1), desc (>=\n1.4.2), digest (>= 0.6.33), ellipsis (>= 0.3.2), evaluate (>=\n0.21), jsonlite (>= 1.8.7), lifecycle (>= 1.0.3), magrittr (>=\n2.0.3), methods, pkgload (>= 1.3.2.1), praise (>= 1.0.0),\nprocessx (>= 3.8.2), ps (>= 1.7.5), R6 (>= 2.5.1), rlang (>=\n1.1.1), utils, waldo (>= 0.5.1), withr (>= 2.5.0)", + "Imports": "brio (>= 1.1.3), callr (>= 3.7.3), cli (>= 3.6.1), desc (>=\n1.4.2), digest (>= 0.6.33), evaluate (>= 0.21), jsonlite (>=\n1.8.7), lifecycle (>= 1.0.3), magrittr (>= 2.0.3), methods,\npkgload (>= 1.3.2.1), praise (>= 1.0.0), processx (>= 3.8.2),\nps (>= 1.7.5), R6 (>= 2.5.1), rlang (>= 1.1.1), utils, waldo\n(>= 0.5.1), withr (>= 2.5.0)", "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", @@ -4105,48 +4181,48 @@ "Encoding": "UTF-8", "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2023-10-04 02:27:32 UTC; hadleywickham", + "Packaged": "2024-04-14 03:24:27 UTC; ripley", "Author": "Hadley Wickham [aut, cre],\n Posit Software, PBC [cph, fnd],\n R Core team [ctb] (Implementation of utils::recover())", "Maintainer": "Hadley Wickham ", "Repository": "RSPM", - "Date/Publication": "2023-10-06 15:40:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-10-09 11:47:28 UTC; windows", + "Date/Publication": "2024-04-14 05:24:52", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 20:28:34 UTC; windows", "Archs": "x64" } }, "textshaping": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "textshaping", "Title": "Bindings to the 'HarfBuzz' and 'Fribidi' Libraries for Text\nShaping", - "Version": "0.3.7", + "Version": "0.4.0", "Authors@R": "c(\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "Provides access to the text shaping functionality in the\n 'HarfBuzz' library and the bidirectional algorithm in the 'Fribidi'\n library. 'textshaping' is a low-level utility package mainly for\n graphic devices that expands upon the font tool-set provided by the\n 'systemfonts' package.", "License": "MIT + file LICENSE", "URL": "https://github.com/r-lib/textshaping", "BugReports": "https://github.com/r-lib/textshaping/issues", "Depends": "R (>= 3.2.0)", - "Imports": "systemfonts (>= 1.0.0)", + "Imports": "lifecycle, systemfonts (>= 1.1.0)", "Suggests": "covr, knitr, rmarkdown", "LinkingTo": "cpp11 (>= 0.2.1), systemfonts (>= 1.0.0)", "VignetteBuilder": "knitr", "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.1", "SystemRequirements": "freetype2, harfbuzz, fribidi", "NeedsCompilation": "yes", - "Packaged": "2023-10-09 09:06:16 UTC; thomas", + "Packaged": "2024-05-21 06:52:03 UTC; thomas", "Author": "Thomas Lin Pedersen [cre, aut]\n (),\n Posit, PBC [cph, fnd]", "Maintainer": "Thomas Lin Pedersen ", "Repository": "RSPM", - "Date/Publication": "2023-10-09 14:00:06 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-03-08 03:56:26 UTC; windows", + "Date/Publication": "2024-05-24 09:00:03 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 05:09:27 UTC; windows", "Archs": "x64" } }, "tibble": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "tibble", "Title": "Simple Data Frames", @@ -4175,24 +4251,24 @@ "Maintainer": "Kirill Müller ", "Repository": "RSPM", "Date/Publication": "2023-03-20 06:30:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 06:42:05 UTC; windows", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 20:22:42 UTC; windows", "Archs": "x64" } }, "tidyr": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "tidyr", "Title": "Tidy Messy Data", - "Version": "1.3.0", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\"),\n person(\"Maximilian\", \"Girlich\", role = \"aut\"),\n person(\"Kevin\", \"Ushey\", , \"kevin@posit.co\", role = \"ctb\"),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Version": "1.3.1", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\"),\n person(\"Maximilian\", \"Girlich\", role = \"aut\"),\n person(\"Kevin\", \"Ushey\", , \"kevin@posit.co\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "Tools to help to create tidy data, where each column is a\n variable, each row is an observation, and each cell contains a single\n value. 'tidyr' contains tools for changing the shape (pivoting) and\n hierarchy (nesting and 'unnesting') of a dataset, turning deeply\n nested lists into rectangular data frames ('rectangling'), and\n extracting values out of string columns. It also includes tools for\n working with missing values (both implicit and explicit).", "License": "MIT + file LICENSE", "URL": "https://tidyr.tidyverse.org, https://github.com/tidyverse/tidyr", "BugReports": "https://github.com/tidyverse/tidyr/issues", - "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)", + "Depends": "R (>= 3.6)", + "Imports": "cli (>= 3.4.1), dplyr (>= 1.0.10), glue, lifecycle (>= 1.0.3),\nmagrittr, purrr (>= 1.0.1), rlang (>= 1.1.1), 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", @@ -4200,51 +4276,50 @@ "Config/testthat/edition": "3", "Encoding": "UTF-8", "LazyData": "true", - "RoxygenNote": "7.2.3", - "SystemRequirements": "C++11", + "RoxygenNote": "7.3.0", "NeedsCompilation": "yes", - "Packaged": "2023-01-23 22:21:00 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\n Davis Vaughan [aut],\n Maximilian Girlich [aut],\n Kevin Ushey [ctb],\n Posit, PBC [cph, fnd]", + "Packaged": "2024-01-23 14:27:23 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre],\n Davis Vaughan [aut],\n Maximilian Girlich [aut],\n Kevin Ushey [ctb],\n Posit Software, PBC [cph, fnd]", "Maintainer": "Hadley Wickham ", "Repository": "RSPM", - "Date/Publication": "2023-01-24 16:00:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-08-11 18:58:39 UTC; windows", + "Date/Publication": "2024-01-24 14:50:09 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 05:19:24 UTC; windows", "Archs": "x64" } }, "tidyselect": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "tidyselect", "Title": "Select from a Set of Strings", - "Version": "1.2.0", - "Authors@R": "c(\n person(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Version": "1.2.1", + "Authors@R": "c(\n person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "A backend for the selecting functions of the 'tidyverse'. It\n makes it easy to implement select-like functions in your own packages\n in a way that is consistent with other 'tidyverse' interfaces for\n selection.", "License": "MIT + file LICENSE", "URL": "https://tidyselect.r-lib.org, https://github.com/r-lib/tidyselect", "BugReports": "https://github.com/r-lib/tidyselect/issues", "Depends": "R (>= 3.4)", - "Imports": "cli (>= 3.3.0), glue (>= 1.3.0), lifecycle (>= 1.0.3), rlang\n(>= 1.0.4), vctrs (>= 0.4.1), withr", + "Imports": "cli (>= 3.3.0), glue (>= 1.3.0), lifecycle (>= 1.0.3), rlang\n(>= 1.0.4), vctrs (>= 0.5.2), withr", "Suggests": "covr, crayon, dplyr, knitr, magrittr, rmarkdown, stringr,\ntestthat (>= 3.1.1), tibble (>= 2.1.3)", "VignetteBuilder": "knitr", "ByteCompile": "true", "Config/testthat/edition": "3", "Config/Needs/website": "tidyverse/tidytemplate", "Encoding": "UTF-8", - "RoxygenNote": "7.2.1", - "NeedsCompilation": "no", - "Packaged": "2022-10-10 14:09:03 UTC; hadleywickham", - "Author": "Lionel Henry [aut, cre],\n Hadley Wickham [aut],\n RStudio [cph, fnd]", - "Maintainer": "Lionel Henry ", + "RoxygenNote": "7.3.0.9000", + "NeedsCompilation": "yes", + "Packaged": "2024-03-11 11:46:04 UTC; lionel", + "Author": "Lionel Henry [aut, cre],\n Hadley Wickham [aut],\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Lionel Henry ", "Repository": "RSPM", - "Date/Publication": "2022-10-10 19:00:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 06:54:31 UTC; windows" + "Date/Publication": "2024-03-11 14:10:02 UTC", + "Built": "R 4.4.0; ; 2024-04-25 20:19:04 UTC; windows" } }, "timevis": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "timevis", "Title": "Create Interactive Timeline Visualizations in R", @@ -4266,17 +4341,17 @@ "Maintainer": "Dean Attali ", "Repository": "RSPM", "Date/Publication": "2022-11-03 08:30:02 UTC", - "Built": "R 4.3.0; ; 2023-05-01 07:45:45 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 22:11:11 UTC; windows" } }, "tinytex": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "tinytex", "Type": "Package", "Title": "Helper Functions to Install and Maintain TeX Live, and Compile\nLaTeX Documents", - "Version": "0.48", + "Version": "0.53", "Authors@R": "c(\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"Christophe\", \"Dervieux\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4474-2498\")),\n person(\"Devon\", \"Ryan\", role = \"ctb\", email = \"dpryan79@gmail.com\", comment = c(ORCID = \"0000-0002-8549-0971\")),\n person(\"Ethan\", \"Heinzen\", role = \"ctb\"),\n person(\"Fernando\", \"Cagua\", role = \"ctb\"),\n person()\n )", "Description": "Helper functions to install and maintain the 'LaTeX' distribution\n named 'TinyTeX' (), a lightweight, cross-platform,\n portable, and easy-to-maintain version of 'TeX Live'. This package also\n contains helper functions to compile 'LaTeX' documents, and install missing\n 'LaTeX' packages automatically.", "Imports": "xfun (>= 0.29)", @@ -4285,19 +4360,19 @@ "URL": "https://github.com/rstudio/tinytex", "BugReports": "https://github.com/rstudio/tinytex/issues", "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.2", "NeedsCompilation": "no", - "Packaged": "2023-10-13 03:55:59 UTC; yihui", + "Packaged": "2024-09-15 17:14:54 UTC; yihui", "Author": "Yihui Xie [aut, cre, cph] (),\n Posit Software, PBC [cph, fnd],\n Christophe Dervieux [ctb] (),\n Devon Ryan [ctb] (),\n Ethan Heinzen [ctb],\n Fernando Cagua [ctb]", "Maintainer": "Yihui Xie ", "Repository": "RSPM", - "Date/Publication": "2023-10-13 05:10:02 UTC", - "Built": "R 4.3.0; ; 2023-10-16 11:17:20 UTC; windows" + "Date/Publication": "2024-09-15 18:00:02 UTC", + "Built": "R 4.4.0; ; 2024-09-16 04:25:53 UTC; windows" } }, "tzdb": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "tzdb", "Title": "Time Zone Database Information", @@ -4321,13 +4396,13 @@ "Maintainer": "Davis Vaughan ", "Repository": "RSPM", "Date/Publication": "2023-05-12 23:00:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 01:59:51 UTC; windows", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 04:55:05 UTC; windows", "Archs": "x64" } }, "urlchecker": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "urlchecker", "Title": "Run CRAN URL Checks from Older R Versions", @@ -4348,16 +4423,16 @@ "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", "Date/Publication": "2021-11-30 13:40:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 04:59:22 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 19:54:42 UTC; windows" } }, "usethis": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "usethis", "Title": "Automate Package and Project Setup", - "Version": "2.2.2", + "Version": "3.0.0", "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-6983-2759\")),\n person(\"Malcolm\", \"Barrett\", , \"malcolmbarrett@gmail.com\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-0299-5825\")),\n person(\"Andy\", \"Teucher\", , \"andy.teucher@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-7840-692X\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "Automate package and project setup tasks that are otherwise\n performed manually. This includes setting up unit testing, test\n coverage, continuous integration, Git, 'GitHub', licenses, 'Rcpp',\n 'RStudio' projects, and more.", "License": "MIT + file LICENSE", @@ -4365,24 +4440,26 @@ "BugReports": "https://github.com/r-lib/usethis/issues", "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", + "Suggests": "covr, knitr, magick, pkgload (>= 1.3.2.1), rmarkdown,\nroxygen2 (>= 7.1.2), spelling (>= 1.2), styler (>= 1.2.0),\ntestthat (>= 3.1.8)", + "Config/Needs/website": "r-lib/asciicast, tidyverse/tidytemplate, xml2", "Config/testthat/edition": "3", + "Config/testthat/parallel": "TRUE", + "Config/testthat/start-first": "github-actions, release", "Encoding": "UTF-8", "Language": "en-US", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.2", "NeedsCompilation": "no", - "Packaged": "2023-07-05 16:52:17 UTC; jenny", + "Packaged": "2024-07-28 23:07:11 UTC; jenny", "Author": "Hadley Wickham [aut] (),\n Jennifer Bryan [aut, cre] (),\n Malcolm Barrett [aut] (),\n Andy Teucher [aut] (),\n Posit Software, PBC [cph, fnd]", "Maintainer": "Jennifer Bryan ", - "Repository": "RSPM", - "Date/Publication": "2023-07-06 00:20:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 07:22:16 UTC; windows" + "Repository": "CRAN", + "Date/Publication": "2024-07-29 07:20:02 UTC", + "Built": "R 4.4.1; ; 2024-09-26 02:20:25 UTC; windows" } }, "utf8": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "utf8", "Title": "Unicode Text Processing", @@ -4404,17 +4481,17 @@ "Maintainer": "Kirill Müller ", "Repository": "RSPM", "Date/Publication": "2023-10-22 21:50:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 02:36:54 UTC; windows", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:46:43 UTC; windows", "Archs": "x64" } }, "vctrs": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "vctrs", "Title": "Vector Helpers", - "Version": "0.6.4", + "Version": "0.6.5", "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"),\n person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"data.table team\", role = \"cph\",\n comment = \"Radix sort based on data.table's forder() and their contribution to R's order()\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "Defines new notions of prototype and size that are used to\n provide tools for consistent and well-founded type-coercion and\n size-recycling, and are in turn connected to ideas of type- and\n size-stability useful for analysing function interfaces.", "License": "MIT + file LICENSE", @@ -4430,18 +4507,18 @@ "Language": "en-GB", "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2023-10-12 15:19:07 UTC; davis", + "Packaged": "2023-12-01 16:27:12 UTC; davis", "Author": "Hadley Wickham [aut],\n Lionel Henry [aut],\n Davis Vaughan [aut, cre],\n data.table team [cph] (Radix sort based on data.table's forder() and\n their contribution to R's order()),\n Posit Software, PBC [cph, fnd]", "Maintainer": "Davis Vaughan ", "Repository": "RSPM", - "Date/Publication": "2023-10-12 22:20:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-10-13 11:32:27 UTC; windows", + "Date/Publication": "2023-12-01 23:50:02 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 20:13:49 UTC; windows", "Archs": "x64" } }, "viridisLite": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "viridisLite", "Type": "Package", @@ -4463,16 +4540,16 @@ "Author": "Simon Garnier [aut, cre],\n Noam Ross [ctb, cph],\n Bob Rudis [ctb, cph],\n Marco Sciaini [ctb, cph],\n Antônio Pedro Camargo [ctb, cph],\n Cédric Scherer [ctb, cph]", "Repository": "RSPM", "Date/Publication": "2023-05-02 23:50:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 02:42:35 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 19:47:00 UTC; windows" } }, "vroom": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "vroom", "Title": "Read and Write Rectangular Text Data Quickly", - "Version": "1.6.4", + "Version": "1.6.5", "Authors@R": "c(\n person(\"Jim\", \"Hester\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2739-7082\")),\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-6983-2759\")),\n person(\"Shelby\", \"Bearrows\", role = \"ctb\"),\n person(\"https://github.com/mandreyel/\", role = \"cph\",\n comment = \"mio library\"),\n person(\"Jukka\", \"Jylänki\", role = \"cph\",\n comment = \"grisu3 implementation\"),\n person(\"Mikkel\", \"Jørgensen\", role = \"cph\",\n comment = \"grisu3 implementation\"),\n person(\"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\n indexing step, then reads the values lazily , so only the data you\n actually use needs to be read. The writer formats the data in\n parallel and writes to disk asynchronously from formatting.", "License": "MIT + file LICENSE", @@ -4489,104 +4566,77 @@ "Copyright": "file COPYRIGHTS", "Encoding": "UTF-8", "Language": "en-US", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.2.3.9000", "NeedsCompilation": "yes", - "Packaged": "2023-10-02 04:48:51 UTC; jenny", + "Packaged": "2023-12-05 16:46:59 UTC; jenny", "Author": "Jim Hester [aut] (),\n Hadley Wickham [aut] (),\n Jennifer Bryan [aut, cre] (),\n Shelby Bearrows [ctb],\n https://github.com/mandreyel/ [cph] (mio library),\n Jukka Jylänki [cph] (grisu3 implementation),\n Mikkel Jørgensen [cph] (grisu3 implementation),\n Posit Software, PBC [cph, fnd]", "Maintainer": "Jennifer Bryan ", "Repository": "RSPM", - "Date/Publication": "2023-10-02 14:30:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-10-03 11:36:29 UTC; windows", + "Date/Publication": "2023-12-05 23:50:02 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 05:08:35 UTC; windows", "Archs": "x64" } }, "waldo": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "waldo", "Title": "Find Differences Between R Objects", - "Version": "0.5.1", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", + "Version": "0.5.3", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "Compare complex R objects and reveal the key differences.\n Designed particularly for use in testing packages where being able to\n quickly isolate key differences makes understanding test failures much\n easier.", "License": "MIT + file LICENSE", "URL": "https://waldo.r-lib.org, https://github.com/r-lib/waldo", "BugReports": "https://github.com/r-lib/waldo/issues", - "Imports": "cli, diffobj (>= 0.3.4), fansi, glue, methods, rematch2, rlang\n(>= 1.0.0), tibble", + "Depends": "R (>= 3.6)", + "Imports": "cli, diffobj (>= 0.3.4), glue, methods, rematch2, rlang (>=\n1.0.0), tibble", "Suggests": "covr, R6, testthat (>= 3.0.0), withr, xml2", - "Config/testthat/edition": "3", "Config/Needs/website": "tidyverse/tidytemplate", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "no", - "Packaged": "2023-05-08 21:54:20 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\n RStudio [cph, fnd]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2023-05-08 22:20:02 UTC", - "Built": "R 4.3.0; ; 2023-05-09 11:48:27 UTC; windows" - } - }, - "webshot": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", - "description": { - "Package": "webshot", - "Title": "Take Screenshots of Web Pages", - "Version": "0.5.5", - "Authors@R": "c(\n person(\"Winston\", \"Chang\", email = \"winston@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"Yihui\", \"Xie\", role = \"ctb\"),\n person(\"Francois\", \"Guillem\", role = \"ctb\"),\n person(\"Barret\", \"Schloerke\", role = \"ctb\"),\n person(\"Nicolas\", \"Perriault\", role = \"ctb\", comment = \"The CasperJS library\")\n )", - "Description": "Takes screenshots of web pages, including Shiny applications and R\n Markdown documents.", - "Depends": "R (>= 3.0)", - "Imports": "magrittr, jsonlite, callr", - "Suggests": "httpuv, knitr, rmarkdown, shiny, testthat (>= 3.0.0)", - "License": "GPL-2", - "SystemRequirements": "PhantomJS for taking screenshots, ImageMagick or\nGraphicsMagick and OptiPNG for manipulating images.", - "RoxygenNote": "7.2.3", - "Encoding": "UTF-8", - "URL": "https://wch.github.io/webshot/, https://github.com/wch/webshot/", - "BugReports": "https://github.com/wch/webshot/issues", "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", "NeedsCompilation": "no", - "Packaged": "2023-06-26 22:07:00 UTC; winston", - "Author": "Winston Chang [aut, cre],\n Yihui Xie [ctb],\n Francois Guillem [ctb],\n Barret Schloerke [ctb],\n Nicolas Perriault [ctb] (The CasperJS library)", - "Maintainer": "Winston Chang ", + "Packaged": "2024-08-23 20:40:36 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre],\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Hadley Wickham ", "Repository": "RSPM", - "Date/Publication": "2023-06-26 23:30:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 04:35:22 UTC; windows" + "Date/Publication": "2024-08-23 22:00:02 UTC", + "Built": "R 4.4.0; ; 2024-08-24 04:52:50 UTC; windows" } }, "websocket": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "websocket", - "Version": "1.4.1", + "Version": "1.4.2", "Title": "'WebSocket' Client Library", "Description": "Provides a 'WebSocket' client interface for R.\n 'WebSocket' is a protocol for low-overhead real-time communication:\n .", - "Authors@R": "c(\n person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\"),\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\n person(\"Alan\", \"Dipert\", role = \"aut\"),\n person(\"Barbara\", \"Borges\", role = \"aut\"),\n person(family = \"RStudio\", role = \"cph\"),\n person(\"Peter\", \"Thorson\", role = c(\"ctb\", \"cph\"), comment = \"WebSocket++ library\"),\n person(\"René\", \"Nyffenegger\", role = c(\"ctb\", \"cph\"), comment = \"Base 64 library\"),\n person(\"Micael\", \"Hildenborg\", role = c(\"ctb\", \"cph\"), comment = \"SHA1 library\"),\n person(family = \"Aladdin Enterprises\", role = \"cph\", comment = \"MD5 library\"),\n person(\"Bjoern\", \"Hoehrmann\", role = c(\"ctb\", \"cph\"), comment = \"UTF8 Validation library\"))", + "Authors@R": "c(\n person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@posit.co\"),\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@posit.co\"),\n person(\"Alan\", \"Dipert\", role = \"aut\"),\n person(\"Barbara\", \"Borges\", role = \"aut\"),\n person(family = \"Posit, PBC\", role = \"cph\"),\n person(\"Peter\", \"Thorson\", role = c(\"ctb\", \"cph\"), comment = \"WebSocket++ library\"),\n person(\"René\", \"Nyffenegger\", role = c(\"ctb\", \"cph\"), comment = \"Base 64 library\"),\n person(\"Micael\", \"Hildenborg\", role = c(\"ctb\", \"cph\"), comment = \"SHA1 library\"),\n person(family = \"Aladdin Enterprises\", role = \"cph\", comment = \"MD5 library\"),\n person(\"Bjoern\", \"Hoehrmann\", role = c(\"ctb\", \"cph\"), comment = \"UTF8 Validation library\"))", "License": "GPL-2", "Encoding": "UTF-8", "ByteCompile": "true", "Imports": "R6, later (>= 1.2.0)", "LinkingTo": "cpp11, AsioHeaders, later", "BugReports": "https://github.com/rstudio/websocket/issues", - "SystemRequirements": "C++11, GNU make, OpenSSL >= 1.0.2", - "RoxygenNote": "7.1.1", + "SystemRequirements": "GNU make, OpenSSL >= 1.0.2", + "RoxygenNote": "7.3.2", "Suggests": "httpuv, testthat, knitr, rmarkdown", "VignetteBuilder": "knitr", "NeedsCompilation": "yes", - "Packaged": "2021-08-18 19:46:25 UTC; barret", - "Author": "Winston Chang [aut, cre],\n Joe Cheng [aut],\n Alan Dipert [aut],\n Barbara Borges [aut],\n RStudio [cph],\n Peter Thorson [ctb, cph] (WebSocket++ library),\n René Nyffenegger [ctb, cph] (Base 64 library),\n Micael Hildenborg [ctb, cph] (SHA1 library),\n Aladdin Enterprises [cph] (MD5 library),\n Bjoern Hoehrmann [ctb, cph] (UTF8 Validation library)", - "Maintainer": "Winston Chang ", + "Packaged": "2024-07-22 17:16:18 UTC; winston", + "Author": "Winston Chang [aut, cre],\n Joe Cheng [aut],\n Alan Dipert [aut],\n Barbara Borges [aut],\n Posit, PBC [cph],\n Peter Thorson [ctb, cph] (WebSocket++ library),\n René Nyffenegger [ctb, cph] (Base 64 library),\n Micael Hildenborg [ctb, cph] (SHA1 library),\n Aladdin Enterprises [cph] (MD5 library),\n Bjoern Hoehrmann [ctb, cph] (UTF8 Validation library)", + "Maintainer": "Winston Chang ", "Repository": "RSPM", - "Date/Publication": "2021-08-18 20:30:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 04:47:51 UTC; windows", + "Date/Publication": "2024-07-22 22:20:01 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 04:56:26 UTC; windows", "Archs": "x64" } }, "whisker": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "whisker", "Maintainer": "Edwin de Jonge ", @@ -4605,128 +4655,131 @@ "Repository": "RSPM", "Date/Publication": "2022-12-05 15:33:50 UTC", "Encoding": "UTF-8", - "Built": "R 4.3.0; ; 2024-01-23 02:28:59 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 19:53:17 UTC; windows" } }, "withr": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "withr", "Title": "Run Code 'With' Temporarily Modified Global State", - "Version": "2.5.2", - "Authors@R": "\n c(person(given = \"Jim\",\n family = \"Hester\",\n role = \"aut\"),\n person(given = \"Lionel\",\n family = \"Henry\",\n role = c(\"aut\", \"cre\"),\n email = \"lionel@posit.co\"),\n person(given = \"Kirill\",\n family = \"Müller\",\n role = \"aut\",\n email = \"krlmlr+r@mailbox.org\"),\n person(given = \"Kevin\",\n family = \"Ushey\",\n role = \"aut\",\n email = \"kevinushey@gmail.com\"),\n person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\",\n email = \"hadley@rstudio.com\"),\n person(given = \"Winston\",\n family = \"Chang\",\n role = \"aut\"),\n person(given = \"Jennifer\",\n family = \"Bryan\",\n role = \"ctb\"),\n person(given = \"Richard\",\n family = \"Cotton\",\n role = \"ctb\"),\n person(given = \"Posit Software, PBC\",\n role = c(\"cph\", \"fnd\")))", - "Description": "A set of functions to run code 'with' safely and\n temporarily modified global state. Many of these functions were\n originally a part of the 'devtools' package, this provides a simple\n package with limited dependencies to provide access to these\n functions.", + "Version": "3.0.2", + "Authors@R": "c(\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Kirill\", \"Müller\", , \"krlmlr+r@mailbox.org\", role = \"aut\"),\n person(\"Kevin\", \"Ushey\", , \"kevinushey@gmail.com\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Winston\", \"Chang\", role = \"aut\"),\n person(\"Jennifer\", \"Bryan\", role = \"ctb\"),\n person(\"Richard\", \"Cotton\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "A set of functions to run code 'with' safely and temporarily\n modified global state. Many of these functions were originally a part\n of the 'devtools' package, this provides a simple package with limited\n dependencies to provide access to these functions.", "License": "MIT + file LICENSE", "URL": "https://withr.r-lib.org, https://github.com/r-lib/withr#readme", "BugReports": "https://github.com/r-lib/withr/issues", - "Depends": "R (>= 3.2.0)", - "Imports": "graphics, grDevices, stats", - "Suggests": "callr, covr, DBI, knitr, lattice, methods, rlang, rmarkdown\n(>= 2.12), RSQLite, testthat (>= 3.0.0)", + "Depends": "R (>= 3.6.0)", + "Imports": "graphics, grDevices", + "Suggests": "callr, DBI, knitr, methods, rlang, rmarkdown (>= 2.12),\nRSQLite, testthat (>= 3.0.0)", "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", - "Collate": "'aaa.R' 'collate.R' 'compat-defer.R' 'connection.R' 'db.R'\n'defer.R' 'wrap.R' 'local_.R' 'with_.R' 'devices.R' 'dir.R'\n'env.R' 'file.R' 'language.R' 'libpaths.R' 'locale.R'\n'makevars.R' 'namespace.R' 'options.R' 'par.R' 'path.R' 'rng.R'\n'seed.R' 'sink.R' 'tempfile.R' 'timezone.R' 'torture.R'\n'utils.R' 'with.R'", - "Config/testthat/edition": "3", "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "Collate": "'aaa.R' 'collate.R' 'connection.R' 'db.R' 'defer-exit.R'\n'standalone-defer.R' 'defer.R' 'devices.R' 'local_.R' 'with_.R'\n'dir.R' 'env.R' 'file.R' 'language.R' 'libpaths.R' 'locale.R'\n'makevars.R' 'namespace.R' 'options.R' 'par.R' 'path.R' 'rng.R'\n'seed.R' 'wrap.R' 'sink.R' 'tempfile.R' 'timezone.R'\n'torture.R' 'utils.R' 'with.R'", "NeedsCompilation": "no", - "Packaged": "2023-10-24 08:50:10 UTC; lionel", + "Packaged": "2024-10-28 10:58:18 UTC; lionel", "Author": "Jim Hester [aut],\n Lionel Henry [aut, cre],\n Kirill Müller [aut],\n Kevin Ushey [aut],\n Hadley Wickham [aut],\n Winston Chang [aut],\n Jennifer Bryan [ctb],\n Richard Cotton [ctb],\n Posit Software, PBC [cph, fnd]", "Maintainer": "Lionel Henry ", "Repository": "RSPM", - "Date/Publication": "2023-10-30 09:10:02 UTC", - "Built": "R 4.3.0; ; 2024-01-23 01:25:46 UTC; windows" + "Date/Publication": "2024-10-28 13:30:02 UTC", + "Built": "R 4.4.0; ; 2025-03-06 01:02:30 UTC; windows" } }, "xfun": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "xfun", "Type": "Package", "Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'", - "Version": "0.40", + "Version": "0.47", "Authors@R": "c(\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Wush\", \"Wu\", role = \"ctb\"),\n person(\"Daijiang\", \"Li\", role = \"ctb\"),\n person(\"Xianying\", \"Tan\", role = \"ctb\"),\n person(\"Salim\", \"Brüggemann\", role = \"ctb\", email = \"salim-b@pm.me\", comment = c(ORCID = \"0000-0002-5329-5987\")),\n person(\"Christophe\", \"Dervieux\", role = \"ctb\"),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person()\n )", "Description": "Miscellaneous functions commonly used in other packages maintained by 'Yihui Xie'.", - "Imports": "stats, tools", - "Suggests": "testit, parallel, codetools, rstudioapi, tinytex (>= 0.30),\nmime, markdown (>= 1.5), knitr (>= 1.42), htmltools, remotes,\npak, rhub, renv, curl, jsonlite, magick, yaml, rmarkdown", + "Depends": "R (>= 3.2.0)", + "Imports": "grDevices, stats, tools", + "Suggests": "testit, parallel, codetools, methods, rstudioapi, tinytex (>=\n0.30), mime, markdown (>= 1.5), knitr (>= 1.47), htmltools,\nremotes, pak, rhub, renv, curl, xml2, jsonlite, magick, yaml,\nqs, rmarkdown", "License": "MIT + file LICENSE", "URL": "https://github.com/yihui/xfun", "BugReports": "https://github.com/yihui/xfun/issues", "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", + "RoxygenNote": "7.3.2", "VignetteBuilder": "knitr", "NeedsCompilation": "yes", - "Packaged": "2023-08-08 09:34:13 UTC; yihui", + "Packaged": "2024-08-16 14:22:14 UTC; yihui", "Author": "Yihui Xie [aut, cre, cph] (),\n Wush Wu [ctb],\n Daijiang Li [ctb],\n Xianying Tan [ctb],\n Salim Brüggemann [ctb] (),\n Christophe Dervieux [ctb],\n Posit Software, PBC [cph, fnd]", "Maintainer": "Yihui Xie ", "Repository": "RSPM", - "Date/Publication": "2023-08-09 20:40:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-08-10 11:21:06 UTC; windows", + "Date/Publication": "2024-08-17 04:00:03 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-18 04:47:57 UTC; windows", "Archs": "x64" } }, "xml2": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "xml2", "Title": "Parse XML", - "Version": "1.3.5", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Jeroen\", \"Ooms\", role = \"aut\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\")),\n person(\"R Foundation\", role = \"ctb\",\n comment = \"Copy of R-project homepage cached as example\")\n )", + "Version": "1.3.6", + "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Jeroen\", \"Ooms\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"R Foundation\", role = \"ctb\",\n comment = \"Copy of R-project homepage cached as example\")\n )", "Description": "Work with XML files using a simple, consistent interface.\n Built on top of the 'libxml2' C library.", "License": "MIT + file LICENSE", "URL": "https://xml2.r-lib.org/, https://github.com/r-lib/xml2", "BugReports": "https://github.com/r-lib/xml2/issues", - "Depends": "R (>= 3.1.0)", - "Imports": "methods", - "Suggests": "covr, curl, httr, knitr, magrittr, mockery, rmarkdown,\ntestthat (>= 2.1.0)", + "Depends": "R (>= 3.6.0)", + "Imports": "cli, methods, rlang (>= 1.1.0)", + "Suggests": "covr, curl, httr, knitr, magrittr, mockery, rmarkdown,\ntestthat (>= 3.0.0)", "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Encoding": "UTF-8", "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'", + "Collate": "'S4.R' 'as_list.R' 'xml_parse.R' 'as_xml_document.R'\n'classes.R' 'format.R' 'import-standalone-obj-type.R'\n'import-standalone-purrr.R' 'import-standalone-types-check.R'\n'init.R' 'nodeset_apply.R' 'paths.R' 'utils.R' 'xml2-package.R'\n'xml_attr.R' 'xml_children.R' 'xml_document.R' 'xml_find.R'\n'xml_missing.R' 'xml_modify.R' 'xml_name.R' 'xml_namespaces.R'\n'xml_node.R' 'xml_nodeset.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'", + "Config/testthat/edition": "3", "NeedsCompilation": "yes", - "Packaged": "2023-06-29 13:52:10 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\n Jim Hester [aut],\n Jeroen Ooms [aut],\n RStudio [cph, fnd],\n R Foundation [ctb] (Copy of R-project homepage cached as example)", - "Maintainer": "Hadley Wickham ", + "Packaged": "2023-12-04 14:50:27 UTC; hadleywickham", + "Author": "Hadley Wickham [aut, cre],\n Jim Hester [aut],\n Jeroen Ooms [aut],\n Posit Software, PBC [cph, fnd],\n R Foundation [ctb] (Copy of R-project homepage cached as example)", + "Maintainer": "Hadley Wickham ", "Repository": "RSPM", - "Date/Publication": "2023-07-06 08:00:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-07-19 11:12:09 UTC; windows", + "Date/Publication": "2023-12-04 16:30:02 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 20:10:22 UTC; windows", "Archs": "x64" } }, "xopen": { - "Source": "CRAN", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "xopen", "Title": "Open System Files, 'URLs', Anything", - "Version": "1.0.0", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\",, \"csardi.gabor@gmail.com\", c(\"aut\", \"cre\")),\n person(\"Fathi\", \"Boudra\", role = \"aut\"),\n person(\"Rex\", \"Dieter\", role = \"aut\"),\n person(\"Kevin\", \"Krammer\", role = \"aut\"),\n person(\"Jeremy\", \"White\", role = \"aut\"))", + "Version": "1.0.1", + "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Fathi\", \"Boudra\", role = \"aut\"),\n person(\"Rex\", \"Dieter\", role = \"aut\"),\n person(\"Kevin\", \"Krammer\", role = \"aut\"),\n person(\"Jeremy\", \"White\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", "Description": "Cross platform solution to open files, directories or 'URLs'\n with their associated programs.", "License": "MIT + file LICENSE", - "LazyData": "true", - "URL": "https://github.com/r-lib/xopen#readme", + "URL": "https://github.com/r-lib/xopen#readme,\nhttps://r-lib.github.io/xopen/", "BugReports": "https://github.com/r-lib/xopen/issues", - "RoxygenNote": "6.1.0", + "Depends": "R (>= 3.1)", "Imports": "processx", - "Suggests": "ps, testthat", + "Suggests": "ps, testthat (>= 3.0.0)", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", "Encoding": "UTF-8", - "Depends": "R (>= 3.1)", + "RoxygenNote": "7.2.3", "NeedsCompilation": "no", - "Packaged": "2018-09-10 20:47:53 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\n Fathi Boudra [aut],\n Rex Dieter [aut],\n Kevin Krammer [aut],\n Jeremy White [aut]", + "Packaged": "2024-04-25 08:49:03 UTC; gaborcsardi", + "Author": "Gábor Csárdi [aut, cre],\n Fathi Boudra [aut],\n Rex Dieter [aut],\n Kevin Krammer [aut],\n Jeremy White [aut],\n Posit Software, PBC [cph, fnd]", "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", - "Date/Publication": "2018-09-17 13:10:03 UTC", - "Built": "R 4.3.0; ; 2024-01-23 04:47:24 UTC; windows" + "Date/Publication": "2024-04-25 09:10:02 UTC", + "Built": "R 4.4.0; ; 2024-04-26 18:47:08 UTC; windows" } }, "xtable": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "xtable", "Version": "1.8-4", @@ -4747,1851 +4800,322 @@ "Author": "David B. Dahl [aut],\n David Scott [aut, cre],\n Charles Roosen [aut],\n Arni Magnusson [aut],\n Jonathan Swinton [aut],\n Ajay Shah [ctb],\n Arne Henningsen [ctb],\n Benno Puetz [ctb],\n Bernhard Pfaff [ctb],\n Claudio Agostinelli [ctb],\n Claudius Loehnert [ctb],\n David Mitchell [ctb],\n David Whiting [ctb],\n Fernando da Rosa [ctb],\n Guido Gay [ctb],\n Guido Schulz [ctb],\n Ian Fellows [ctb],\n Jeff Laake [ctb],\n John Walker [ctb],\n Jun Yan [ctb],\n Liviu Andronic [ctb],\n Markus Loecher [ctb],\n Martin Gubri [ctb],\n Matthieu Stigler [ctb],\n Robert Castelo [ctb],\n Seth Falcon [ctb],\n Stefan Edwards [ctb],\n Sven Garbade [ctb],\n Uwe Ligges [ctb]", "Date/Publication": "2019-04-21 12:20:03 UTC", "Encoding": "UTF-8", - "Built": "R 4.3.0; ; 2024-01-23 01:13:04 UTC; windows" + "Built": "R 4.4.0; ; 2024-04-25 19:46:08 UTC; windows" } }, "yaml": { "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Repository": "https://packagemanager.posit.co/cran/2024-09-17", "description": { "Package": "yaml", "Type": "Package", "Title": "Methods to Convert R Data to YAML and Back", - "Date": "2023-01-18", - "Version": "2.3.7", + "Date": "2024-07-22", + "Version": "2.3.10", "Suggests": "RUnit", - "Author": "Shawn P Garbett [aut], Jeremy Stephens [aut, cre], Kirill Simonov [aut], Yihui Xie [ctb],\n Zhuoer Dong [ctb], Hadley Wickham [ctb], Jeffrey Horner [ctb], reikoch [ctb],\n Will Beasley [ctb], Brendan O'Connor [ctb], Gregory R. Warnes [ctb],\n Michael Quinn [ctb], Zhian N. Kamvar [ctb]", + "Author": "Shawn P Garbett [aut], Jeremy Stephens [aut, cre], Kirill Simonov [aut], Yihui Xie [ctb],\n Zhuoer Dong [ctb], Hadley Wickham [ctb], Jeffrey Horner [ctb], reikoch [ctb],\n Will Beasley [ctb], Brendan O'Connor [ctb], Gregory R. Warnes [ctb],\n Michael Quinn [ctb], Zhian N. Kamvar [ctb], Charlie Gao [ctb]", "Maintainer": "Shawn Garbett ", "License": "BSD_3_clause + file LICENSE", "Description": "Implements the 'libyaml' 'YAML' 1.1 parser and emitter\n () for R.", "URL": "https://github.com/vubiostat/r-yaml/", "BugReports": "https://github.com/vubiostat/r-yaml/issues", "NeedsCompilation": "yes", - "Packaged": "2023-01-18 17:20:16 UTC; garbetsp", - "Repository": "RSPM", - "Date/Publication": "2023-01-23 18:40:02 UTC", - "Encoding": "UTF-8", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2023-04-25 02:25:47 UTC; windows", + "Packaged": "2024-07-22 15:44:18 UTC; garbetsp", + "Repository": "CRAN", + "Date/Publication": "2024-07-26 15:10:02 UTC", + "Built": "R 4.4.1; x86_64-w64-mingw32; 2024-07-31 00:26:34 UTC; windows", "Archs": "x64" } }, "zip": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2023-11-01", + "Source": "RSPM2", + "Repository": "https://packagemanager.posit.co/cran/2025-04-01", "description": { "Package": "zip", "Title": "Cross-Platform 'zip' Compression", - "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\n for the 'zip' function, that does not require any additional\n external tools on any platform.", + "Version": "2.3.1", + "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Kuba\", \"Podgórski\", role = \"ctb\"),\n person(\"Rich\", \"Geldreich\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", + "Description": "Cross-Platform 'zip' Compression Library. A replacement for\n the 'zip' function, that does not require any additional external\n tools on any platform.", "License": "MIT + file LICENSE", - "URL": "https://github.com/r-lib/zip#readme", + "URL": "https://github.com/r-lib/zip, https://r-lib.github.io/zip/", "BugReports": "https://github.com/r-lib/zip/issues", - "RoxygenNote": "7.2.1.9000", - "Config/testthat/edition": "3", "Suggests": "covr, processx, R6, testthat, withr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", - "Packaged": "2023-04-17 13:48:47 UTC; gaborcsardi", + "Packaged": "2024-01-27 09:28:29 UTC; gaborcsardi", + "Author": "Gábor Csárdi [aut, cre],\n Kuba Podgórski [ctb],\n Rich Geldreich [ctb],\n Posit Software, PBC [cph, fnd]", + "Maintainer": "Gábor Csárdi ", "Repository": "RSPM", - "Date/Publication": "2023-04-17 15:30:02 UTC", - "Built": "R 4.3.0; x86_64-w64-mingw32; 2024-01-23 02:41:03 UTC; windows", + "Date/Publication": "2024-01-27 10:00:02 UTC", + "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:40:03 UTC; windows", "Archs": "x64" } } }, "files": { - ".github/workflows/R-CMD-check.yaml": { - "checksum": "3b0f338611b32aec2977e116beac5c29" - }, - ".github/workflows/test-coverage.yaml": { - "checksum": "6377d400dc4e983fe9aed0fd0d1a22b0" - }, ".Rbuildignore": { - "checksum": "ac9b9f2c0a191c3ba404276174a6a7f2" - }, - ".Rprofile": { - "checksum": "12677fd572477b0a6aee6c2bae3863a3" + "checksum": "3c12e35f7949a02c62d84f8c0a1d21c6" }, "app.R": { - "checksum": "e9ffdeec2c5325a6903dd9b94a72b92c" + "checksum": "38d044b64e4d192ec646ac21c2f82232" }, "codecov.yml": { "checksum": "e20df979617a9f8c55da8b1506da4078" }, - "data-raw/create_random_data.R": { - "checksum": "d358f7387b7365d92f3901601a936964" - }, - "data-raw/internal_data.R": { - "checksum": "bedaf3c9e147088d130e5b6b3d83caaa" - }, - "data-raw/merged_data.rds": { - "checksum": "02c8052c31bd033eb1f4f2fe08b8107b" - }, - "data-raw/metadata.R": { - "checksum": "e5403027aa309aa57718c2429edc5958" - }, - "data-raw/metadata.xlsx": { - "checksum": "9f76884c49e1c3ca0e29f6671729c447" - }, - "data-raw/user_db.sqlite": { - "checksum": "e9b4b6a49026881126e80776a87f7fea" - }, "data/clinsightful_data.rda": { - "checksum": "c499809db081fbe2cd02edbec09d1b3f" - }, - "data/col_palette.rda": { - "checksum": "a9f66b07837b530e7149db250b5082b5" + "checksum": "5ecf75fbc20ee2a4c1934afaf2237ca3" }, "data/metadata.rda": { - "checksum": "fb9729dbd2aa86fb0651b1d1812634a8" + "checksum": "bf643c50cef96589d5badcc9316bb933" }, "DESCRIPTION": { - "checksum": "2681ed2f7e229dee6fb1cca6c8f58d68" - }, - "dev/01_start.R": { - "checksum": "081ef8513e90ac911e16219443a56f7b" - }, - "dev/02_dev.R": { - "checksum": "9b60cb86c677f4215ff3a90528a50d5a" - }, - "dev/03_deploy.R": { - "checksum": "a69e58c68c910848e6f4b3f4ca9f8e4a" - }, - "dev/anonimize_raw_data.R": { - "checksum": "e49d0c67643236a860c0f0c6bbf502bd" - }, - "dev/app.R": { - "checksum": "0be4e52457066927d55b7575a42bead3" - }, - "dev/build_pdf_manual.R": { - "checksum": "ba595683a16bfda3d0da34015bdce8ac" - }, - "dev/config_attachment.yaml": { - "checksum": "ee1f6aaa2ef5dfcfc6db5a4b09d2cd2f" - }, - "dev/dev_utils.R": { - "checksum": "e2e07af6295cac54c35b8cf369be42f6" - }, - "dev/improve_figures.qmd": { - "checksum": "d4cf9fd8dbaf8b4f92fd20203b551975" - }, - "dev/run_dev.R": { - "checksum": "e8b83ceb2da6e598e8b7bd95f59fcd74" - }, - "docs/404.html": { - "checksum": "02fe88be50bbb0a08a3ef32ee50873e9" - }, - "docs/apple-touch-icon-120x120.png": { - "checksum": "82462ccb8acf56e38d2e4d3a8819d465" - }, - "docs/apple-touch-icon-152x152.png": { - "checksum": "f97dbe869242b5fdfa0a82b23ede23be" - }, - "docs/apple-touch-icon-180x180.png": { - "checksum": "1f376947e40d51d98c32aea0b8305bda" - }, - "docs/apple-touch-icon-60x60.png": { - "checksum": "9376701252a0a8c1790291d622f863c8" - }, - "docs/apple-touch-icon-76x76.png": { - "checksum": "ec4b4e1812a9d836a4e2fd684a41fe75" - }, - "docs/apple-touch-icon.png": { - "checksum": "d49106ca1c40d19a5ff9ceaf684a2b1c" - }, - "docs/articles/app_validation_report.html": { - "checksum": "d8226295dba47d897d50797392b9fa18" - }, - "docs/articles/Contributions.html": { - "checksum": "530bc795261b8c2a17e9131cf08784f4" - }, - "docs/articles/index.html": { - "checksum": "4098daf4ea59c759536d0bbd052b02cd" - }, - "docs/authors.html": { - "checksum": "2ef09c8c59e1529828e44c9ed1eb6467" - }, - "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": "1ea93d41ba07924d3f9e48813a097422" - }, - "docs/deps/bootstrap-5.2.2/font.css": { - "checksum": "910f161bc786d8892d0cf80787e9e234" - }, - "docs/deps/bootstrap-5.2.2/fonts/1adeadb2fe618c5ed46221f15e12b9c8.woff": { - "checksum": "a9dc3977aefd2af67aa0a674cb783a9e" - }, - "docs/deps/bootstrap-5.2.2/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrc.woff": { - "checksum": "b0d4cab8bb7b2c2bef2146d0c2e4503d" - }, - "docs/deps/bootstrap-5.2.2/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrc.woff": { - "checksum": "c6092b79322ec5c6c484a31ed2947959" - }, - "docs/deps/bootstrap-5.2.2/fonts/4iCs6KVjbNBYlgo6ew.woff": { - "checksum": "e80ca7e1fd32515aee8df9c132255cd1" - }, - "docs/deps/bootstrap-5.2.2/fonts/4iCs6KVjbNBYlgoKfw7w.woff": { - "checksum": "d13b439eaf4ded49ac309e1cdf57f0b0" - }, - "docs/deps/bootstrap-5.2.2/fonts/4iCv6KVjbNBYlgoCxCvjsGyL.woff": { - "checksum": "642ddd2897e636331fedb3f7807fa718" - }, - "docs/deps/bootstrap-5.2.2/fonts/4iCv6KVjbNBYlgoCxCvTtA.woff": { - "checksum": "a8316ade01b03a0ec77e119efeb5bd76" - }, - "docs/deps/bootstrap-5.2.2/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7j.woff": { - "checksum": "bbcbe348b1e9ff794bf4223502e09735" - }, - "docs/deps/bootstrap-5.2.2/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDQ.woff": { - "checksum": "523320594e20962d4daf8967587f0469" - }, - "docs/deps/bootstrap-5.2.2/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPA.woff": { - "checksum": "5f65819f6e12f27c2645f97166fc019d" - }, - "docs/deps/bootstrap-5.2.2/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7j.woff": { - "checksum": "9347e153f350e24baf7eb7015bdbefc2" - }, - "docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkw.woff": { - "checksum": "167f1c243c270c8c1503928b7f66b7a8" - }, - "docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkw.woff": { - "checksum": "85f8c0034db54025947a484734d19fb5" - }, - "docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdo.woff": { - "checksum": "f3b459211817aa6407394e8740b79f20" - }, - "docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkw.woff": { - "checksum": "fa06aabf5e310e29c799c629570c783d" - }, - "docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdo.woff": { - "checksum": "3bcc787b94e90e45dce32670ad2f3845" - }, - "docs/deps/bootstrap-5.2.2/fonts/a98f7a7574819ba83bec6279a2cecd95.woff": { - "checksum": "06f143534ae9fe8693c21b69cb7fcad8" - }, - "docs/deps/bootstrap-5.2.2/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvaNA.woff": { - "checksum": "8bbae5e5c3caf092b4c6bc815a4a06e7" - }, - "docs/deps/bootstrap-5.2.2/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvWNRevw.woff": { - "checksum": "55519d6c945707a52682203451836fa8" - }, - "docs/deps/bootstrap-5.2.2/fonts/CSR64z1Qlv-GDxkbKVQ_fOAKSw.woff": { - "checksum": "f2cd64a30d136355c1b878687449d556" - }, - "docs/deps/bootstrap-5.2.2/fonts/CSR64z1Qlv-GDxkbKVQ_TOQ.woff": { - "checksum": "a9b9a2bad469e61f8b0196aa324674c9" - }, - "docs/deps/bootstrap-5.2.2/fonts/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DBKXhM0.woff": { - "checksum": "33d8e02ea3a784989b742391917932dc" - }, - "docs/deps/bootstrap-5.2.2/fonts/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQhM0.woff": { - "checksum": "805da0c0645eed7f1380bf0095e49af6" - }, - "docs/deps/bootstrap-5.2.2/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1rSg.woff": { - "checksum": "e1a33c696c44a9969e8ec6ae31bb60db" - }, - "docs/deps/bootstrap-5.2.2/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTsoprSg.woff": { - "checksum": "219eb26920c776d561e183db70c131aa" - }, - "docs/deps/bootstrap-5.2.2/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew9.woff": { - "checksum": "88b2997a5b9096e13024d571ed055bd2" - }, - "docs/deps/bootstrap-5.2.2/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew9.woff": { - "checksum": "37100cf1fb86ad041b36c3f5f9446694" - }, - "docs/deps/bootstrap-5.2.2/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w9.woff": { - "checksum": "8c11c1bdfbe79ab8d354bc9295f617bc" - }, - "docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmEU9fBBc-.woff": { - "checksum": "40bcb2b8cc5ed94c4c21d06128e0e532" - }, - "docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmEU9vAA.woff": { - "checksum": "68d75d959b2a0e9958b11d781338c8f7" - }, - "docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmSU5fBBc-.woff": { - "checksum": "ea60988be8d6faebb4bc2a55b1f76e22" - }, - "docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmSU5vAA.woff": { - "checksum": "2323284ef85bfeaca074c668b72109c6" - }, - "docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmWUlfBBc-.woff": { - "checksum": "0774a8b7ca338dc1aba5a0ec8f2b9454" - }, - "docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmWUlvAA.woff": { - "checksum": "aa462125b8faf7600001e1fe9b47e216" - }, - "docs/deps/bootstrap-5.2.2/fonts/KFOmCnqEu92Fr1Me5g.woff": { - "checksum": "62b936e168110e58e89e70ec82e22755" - }, - "docs/deps/bootstrap-5.2.2/fonts/KFOmCnqEu92Fr1Mu4mxM.woff": { - "checksum": "d3907d0ccd03b1134c24d3bcaf05b698" - }, - "docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVQ.woff": { - "checksum": "39f6ee0c1adbdcb4560dfc0a405e376c" - }, - "docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVQ.woff": { - "checksum": "f17a9317ee55f26241a81c77ee96d173" - }, - "docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVQ.woff": { - "checksum": "1987748c025f05d08c83d9680648ee81" - }, - "docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAexg.woff": { - "checksum": "9a571d85ab2ea53497ce7881f9091b0f" - }, - "docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVQ.woff": { - "checksum": "bb0d969d7659d12e6fda54013c932813" - }, - "docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexg.woff": { - "checksum": "ebb6c8b89ef826f07227e6d4d203db3c" - }, - "docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVQ.woff": { - "checksum": "09557d9e340fee649991ff9b51cfd93f" - }, - "docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVQ.woff": { - "checksum": "c151ff83c5d610aeb76839dcbb6d4545" - }, - "docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexg.woff": { - "checksum": "7529d8bb41422ea62cbfc1beea87bf25" - }, - "docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVQ.woff": { - "checksum": "6bf0f32d828ffda27af8f29846f1c6a2" - }, - "docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4k.woff": { - "checksum": "a469b80bddbd186b8b862c97a4ece685" - }, - "docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4k.woff": { - "checksum": "1e626ae6387b8ccf036c15d19eb9fee0" - }, - "docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4k.woff": { - "checksum": "891dd43fb83b0eb0605ca95893793eea" - }, - "docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVQ.woff": { - "checksum": "38361bf85d0578b1d643190dbe1c89b3" - }, - "docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4k.woff": { - "checksum": "820c668b2c893462fe3bce9e22dbaf83" - }, - "docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4k.woff": { - "checksum": "f01974e78a8b3f3e65492ae63927e3c5" - }, - "docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQ.woff": { - "checksum": "367f743b873c880e6e85243274e9b0f2" - }, - "docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4k.woff": { - "checksum": "4befa5d563e4c824ec3728337206d385" - }, - "docs/deps/bootstrap-5.2.2/fonts/q5uGsou0JOdh94bfvQlr.woff": { - "checksum": "781095d065f433f07c8aa8dd334f42b9" - }, - "docs/deps/bootstrap-5.2.2/fonts/QGYpz_kZZAGCONcK2A4bGOj8mNhL.woff": { - "checksum": "e312cde44bd9bc6336c168998be281e2" - }, - "docs/deps/bootstrap-5.2.2/fonts/S6u8w4BMUTPHjxsAXC-s.woff": { - "checksum": "e526c2d008c451ce9c148666fbe8be0c" - }, - "docs/deps/bootstrap-5.2.2/fonts/S6u8w4BMUTPHjxswWA.woff": { - "checksum": "41edaf6c16a0aaa0c6269aeecf54bd96" - }, - "docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh6UVeww.woff": { - "checksum": "8190ee0ec407348bfdc1daad2c035281" - }, - "docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh6UVSwiPHw.woff": { - "checksum": "1833f9fa378fa54c6841285f72c01e0d" - }, - "docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh7USeww.woff": { - "checksum": "9a11e83d214374ed135f03abdf53b310" - }, - "docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh7USSwiPHw.woff": { - "checksum": "bbaaef9849fe96db519e64a227f46152" - }, - "docs/deps/bootstrap-5.2.2/fonts/S6uyw4BMUTPHjx4wWA.woff": { - "checksum": "0e898c13dd6acc261bd8e1c685957057" - }, - "docs/deps/bootstrap-5.2.2/fonts/S6uyw4BMUTPHvxo.woff": { - "checksum": "a82dcb33d52ed6fa529e5ae8d5fda7f3" - }, - "docs/deps/bootstrap-5.2.2/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZs.woff": { - "checksum": "cb12f00b24e0d4672658cdf5ad10a6be" + "checksum": "398919c169277019fd0394d6dfc364cc" }, - "docs/deps/bootstrap-5.2.2/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZs.woff": { - "checksum": "70f44f450f31a705937afa0529f5643f" - }, - "docs/deps/bootstrap-5.2.2/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZs.woff": { - "checksum": "dbe57dbfed5cac9bfa5772d7fad61215" - }, - "docs/deps/bootstrap-5.2.2/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmRTA.woff": { - "checksum": "839db2bdf57ece64c0fa612be1590a30" - }, - "docs/deps/bootstrap-5.2.2/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmRTA.woff": { - "checksum": "cc918450107e848b3192128725f41e29" - }, - "docs/deps/bootstrap-5.2.2/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTA.woff": { - "checksum": "5ab6781bd56bcac3a3bf9a7ff2b1c0e4" - }, - "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/favicon-16x16.png": { - "checksum": "7318e20a936b6310e834b811254e5f73" - }, - "docs/favicon-32x32.png": { - "checksum": "3db5bed1e840ff9627f527e0bd9a42f1" + "inst/_pkgdown.yml": { + "checksum": "bc33b9798be64a15cfb9641cc57c3e3d" }, - "docs/favicon.ico": { - "checksum": "f7ec77bccfa0c2ea019d2b4b040812e3" + "inst/app/www/custom.css": { + "checksum": "bb8eb6441219107efd5b001bfad38acf" }, - "docs/index.html": { - "checksum": "263b8c3b5600e05351d42003f039a363" + "inst/app/www/custom.js": { + "checksum": "58cf5840657f88651a242670d29e97df" }, - "docs/LICENSE-text.html": { - "checksum": "9065e3c6edc5462bd599186ca2390a8b" + "inst/app/www/custom_timeline.js": { + "checksum": "4d7f2276f8d297aa1571ab9d9ea1f0db" }, - "docs/LICENSE.html": { - "checksum": "7defd8ce616eb795d74fc720ed93e189" + "inst/app/www/figure_legend.png": { + "checksum": "28a39c0902fdc607c1b355f9f0712df7" }, - "docs/link.svg": { - "checksum": "4759f31f8a585e9af173fc579d730265" + "inst/app/www/gcp_logo.png": { + "checksum": "f95a654e6fce0a6f355cfb88251bf879" }, - "docs/logo.png": { + "inst/app/www/logo.png": { "checksum": "25eb4944dec15fa47c6f47a7229d5f73" }, - "docs/news/index.html": { - "checksum": "44968878c2ee451426154d88e0b858e3" - }, - "docs/pkgdown.js": { - "checksum": "9c627b6b2c41322b8f362fac07a2ae5a" - }, - "docs/pkgdown.yml": { - "checksum": "84ccad03a90bc81aaa1870b289ca56e6" - }, - "docs/reference/add_missing_columns.html": { - "checksum": "603f31bb3d3e60a6a07e33c77f91d5e3" - }, - "docs/reference/adjust_colnames.html": { - "checksum": "127d4c707db25d3621e252ca0a091299" - }, - "docs/reference/app_server.html": { - "checksum": "3cde0749c4992b0153b27af1e9f5fc04" - }, - "docs/reference/app_ui.html": { - "checksum": "af1093d09f401e396d6aae139596da4b" - }, - "docs/reference/apply_study_specific_fixes.html": { - "checksum": "be64a43982b91928f478ba52d5f6ec3f" - }, - "docs/reference/authenticate_server.html": { - "checksum": "0bbaaad2777ecd0deb9643836658d874" - }, - "docs/reference/authenticate_ui.html": { - "checksum": "a6681c00f8354755590e019cd697c625" - }, - "docs/reference/bind_rows_custom.html": { - "checksum": "b2caa9a2542b4d6cbff1899e5bf764ac" - }, - "docs/reference/check_appdata.html": { - "checksum": "7f9a846d612250ffa3446c07d40e9ea6" - }, - "docs/reference/check_available_data.html": { - "checksum": "c79bcaeba2d87cae2db05bd7907eab99" - }, - "docs/reference/clean_dates.html": { - "checksum": "64033b030e3352d03175172c371ee063" - }, - "docs/reference/clinsight-package.html": { - "checksum": "4830951417758628fdee31afca492931" - }, - "docs/reference/clinsightful_data.html": { - "checksum": "93dc0e9d41aa1bb6b3928ba2d9bec690" - }, - "docs/reference/col_palette.html": { - "checksum": "ff52753e4ce21f675aa882f709b01f74" - }, - "docs/reference/collapse_column_vals.html": { - "checksum": "cb16010474f528ad79fcccee86d88897" - }, - "docs/reference/collapse_fct_levels.html": { - "checksum": "564ceaa271648c0a86aa41be677cab49" - }, - "docs/reference/collect_query_data.html": { - "checksum": "5b032eb841bd19add157f4cfd84b1580" - }, - "docs/reference/cols_to_char.html": { - "checksum": "e48f103883164b3cd23db5053d8eae86" - }, - "docs/reference/create_report.html": { - "checksum": "16b96ef1928b68105869949d5b11146a" - }, - "docs/reference/create_table.adverse_events.html": { - "checksum": "1a5850c30ff3f16a234e0e2e3f754239" - }, - "docs/reference/create_table.bm_cytology.html": { - "checksum": "924ccabbbba1eb8dd738bcdc6dc7dbc9" - }, - "docs/reference/create_table.conc_procedures.html": { - "checksum": "1cd126e14fb203cb1e6ccc446c771761" - }, - "docs/reference/create_table.continuous.html": { - "checksum": "6fdcf72eb4b5679252ca501843fa83c4" - }, - "docs/reference/create_table.default.html": { - "checksum": "693231eaefd3aee16f77b0c931895f22" - }, - "docs/reference/create_table.general.html": { - "checksum": "b985e38fa72b134da1af190ef4b9704c" - }, - "docs/reference/create_table.html": { - "checksum": "ea1afb0ff7c18dae88befc2c67d54b63" - }, - "docs/reference/create_table.medical_history.html": { - "checksum": "4d57b13ad835328c595d8d97c1dd0a56" - }, - "docs/reference/create_table.medication.html": { - "checksum": "98009e1369831cbbfca29bc932504543" - }, - "docs/reference/create_unique_id.html": { - "checksum": "9fcc436dbff9e7bc4c9bdb83ea1b2876" - }, - "docs/reference/custom_plot_theme-1.png": { - "checksum": "0bc09a8da584264371fcdf25af9ff925" - }, - "docs/reference/custom_plot_theme.html": { - "checksum": "47f2ff6097e5e20247bea0a880a58f0f" - }, - "docs/reference/datatable_custom.html": { - "checksum": "5c088350f90c689acad714c4acef2d98" - }, - "docs/reference/date_cols_to_char.html": { - "checksum": "413365a6e918254c5a6d815bedf016b2" - }, - "docs/reference/db_create.html": { - "checksum": "cad50fcf8339357fe438186cf47f59fe" - }, - "docs/reference/db_get_query.html": { - "checksum": "bc700729992c0369ca3ffdd94da23ed4" - }, - "docs/reference/db_get_review.html": { - "checksum": "7f5a13e330e3e3208489a265a1795712" - }, - "docs/reference/db_save.html": { - "checksum": "1f564ed8a8f27525776d9cd9b641e64a" - }, - "docs/reference/db_save_review.html": { - "checksum": "c9815b228bed696d34e8b61c2e111a57" - }, - "docs/reference/db_slice_rows.html": { - "checksum": "700174d24df271c0be1bb4b6d26aa427" - }, - "docs/reference/db_temp_connect.html": { - "checksum": "398a380d6ac1b98c10478b5dd31d1d9c" - }, - "docs/reference/db_update.html": { - "checksum": "716fb24c2e91cfbd21093a839653bac6" - }, - "docs/reference/expand_columns.html": { - "checksum": "429b103cf1fb8d7714d937ee1ebef6ba" - }, - "docs/reference/fig_barplot-1.png": { - "checksum": "a159850d7730a78a83bd59f5bb355044" - }, - "docs/reference/fig_barplot.html": { - "checksum": "f23f514cda7d78508ff0383af0a1208b" - }, - "docs/reference/fig_boxplots-1.png": { - "checksum": "d3ae530af52a2e5f9af4eb0a5cf22bb6" - }, - "docs/reference/fig_boxplots.html": { - "checksum": "db2fabaa574818b6f03843a7d45d9987" - }, - "docs/reference/fig_timeline.html": { - "checksum": "74dcae7ba7efb52860f6840105330f10" - }, - "docs/reference/fig_timeseries-1.png": { - "checksum": "662e3caa0f440ce3175c50ea2931ec32" - }, - "docs/reference/fig_timeseries.html": { - "checksum": "e5bfa5c782eebf98ab37d6c4406dda2f" + "inst/app/www/report.Rmd": { + "checksum": "a7329b043e34223c6ca36c350682fa5c" }, - "docs/reference/figures/logo.png": { - "checksum": "25eb4944dec15fa47c6f47a7229d5f73" + "inst/golem-config.yml": { + "checksum": "0be5fd15f2d0a21d08fc0d1795f7df0e" }, - "docs/reference/filter_data.html": { - "checksum": "c714dd8397dca9cbbdac06130eea309c" + "inst/metadata.xlsx": { + "checksum": "7891eee4f50c7fffbeebf21c9e3e1db7" }, - "docs/reference/fix_multiple_choice_vars.html": { - "checksum": "a04323b4ad64666bbc19e6438fe20d9b" + "inst/raw_data/clinsight_raw_AE.csv": { + "checksum": "5727ccc0e1841ba0c25c04d2a972bd52" }, - "docs/reference/get_appdata.html": { - "checksum": "9a171c9bc85ee64c889a247bbbe5e5a9" + "inst/raw_data/clinsight_raw_CM.csv": { + "checksum": "c0b72b81d3f494b56f22f597869e44ad" }, - "docs/reference/get_available_data.html": { - "checksum": "f25f9949d111495a8b0af66fb16fdea0" + "inst/raw_data/clinsight_raw_CP.csv": { + "checksum": "35d26ef0921eb2d8ed241ae6dbde3a81" }, - "docs/reference/get_base_value.html": { - "checksum": "27db997f993719adb64e14a011cf1390" + "inst/raw_data/clinsight_raw_DM.csv": { + "checksum": "8e217348e2eac7bf750f20e1d55a404d" }, - "docs/reference/get_db_connection.html": { - "checksum": "0348f90db86484cfcda18df6b1367867" + "inst/raw_data/clinsight_raw_DS.csv": { + "checksum": "45e27a5c6981d06286ed264326e45ab8" }, - "docs/reference/get_ggplot_layer_names.html": { - "checksum": "9ae983acad423689a16172ec2b30bb7b" + "inst/raw_data/clinsight_raw_ECOG.csv": { + "checksum": "66d0273024a561e825a9ed9b3ff1890c" }, - "docs/reference/get_max_time.html": { - "checksum": "cef322fd389a8ee0a51e0108198f85dc" + "inst/raw_data/clinsight_raw_EX.csv": { + "checksum": "f030f53d3f86d03805196ec8ad2aacc7" }, - "docs/reference/get_meta_vars.html": { - "checksum": "9ef732632915142d4038c06bf5e32843" + "inst/raw_data/clinsight_raw_LBHM.csv": { + "checksum": "37a95436b6dc436bf4fef82cc6c90e4e" }, - "docs/reference/get_metadata.html": { - "checksum": "93a2b6722924abad19fa54f486a33045" + "inst/raw_data/clinsight_raw_LBSER.csv": { + "checksum": "2f7c634275d14d7afbc44d0d293e159e" }, - "docs/reference/get_raw_data.html": { - "checksum": "66b1658ecc2307f85454e7f89f7c27c0" + "inst/raw_data/clinsight_raw_MH.csv": { + "checksum": "3721de09e01c696995e83944fe09b537" }, - "docs/reference/get_review_data.html": { - "checksum": "bfb7b9aaf38d11314b0252203828466c" + "inst/raw_data/clinsight_raw_RS.csv": { + "checksum": "f6a996c1b04de8d2b6585baa15c2bcb6" }, - "docs/reference/get_static_overview_data.html": { - "checksum": "97f64da5439957a291b2331a9f20a3e3" + "inst/raw_data/clinsight_raw_STE.csv": { + "checksum": "f2649885f28fc3a6bd09647114ba5f5d" }, - "docs/reference/get_test_results.html": { - "checksum": "f369c5c9719c9a59205eeedb56b02177" + "inst/raw_data/clinsight_raw_TT.csv": { + "checksum": "d910759be8d2f7340e60e191d74fcda6" }, - "docs/reference/get_timeline_data.html": { - "checksum": "1f116143b8704b8d6ade058a6e4dea97" + "inst/raw_data/clinsight_raw_VS.csv": { + "checksum": "ab0254684857b1ec460407c4de274bbe" }, - "docs/reference/get_unique_vars.html": { - "checksum": "fc6458aa73fa669e6c8de9aebc1ee814" + "inst/raw_data/clinsight_raw_WHO.csv": { + "checksum": "473837bd937fa0674ce3f1521b77ec5e" }, - "docs/reference/index.html": { - "checksum": "1b578a47f88ca2c99d80b6d294c364d1" + "LICENSE": { + "checksum": "45fb543365eb5ef92d5a8fa7862ea7dc" }, - "docs/reference/initialize_credentials.html": { - "checksum": "337f56add8eff44a6c072d4284c93b33" + "LICENSE.md": { + "checksum": "2d4bb8140f364bc663910cf561269b98" }, - "docs/reference/is_date.html": { - "checksum": "a916f8791c62d625907666462cce3689" + "merged_data.rds": { + "checksum": "55862e9b8aca7d5a190e01ebf1d3afee" }, - "docs/reference/libs/crosstalk-1.2.0/css/crosstalk.min.css": { - "checksum": "3372343a6739e49faffeb858d451558e" + "NAMESPACE": { + "checksum": "2193fbe9834ef604772320a8f198646a" }, - "docs/reference/libs/crosstalk-1.2.0/js/crosstalk.js": { - "checksum": "0cedbe7e922170c10db55772f82139e3" + "NEWS.md": { + "checksum": "36cfb8acedb70e530efb9d778687dbba" }, - "docs/reference/libs/crosstalk-1.2.0/js/crosstalk.js.map": { - "checksum": "6f4eb7fff5f7965637440ad7be0fb877" + "R/_dependencies.R": { + "checksum": "33b62edd4c083c9ad37d63d3a4ecc51b" }, - "docs/reference/libs/crosstalk-1.2.0/js/crosstalk.min.js": { - "checksum": "66b6e84d85256249d722c6e94143eb73" + "R/_disable_autoload.R": { + "checksum": "9d8f7f20e88b559c046ec1f59fe82cba" }, - "docs/reference/libs/crosstalk-1.2.0/js/crosstalk.min.js.map": { - "checksum": "7a0a37270ea71dee56cebc627c58ca03" + "R/app_authentication.R": { + "checksum": "99d20bd92fc7ab448c286d13370b6523" }, - "docs/reference/libs/crosstalk-1.2.0/scss/crosstalk.scss": { - "checksum": "e5410240dcb4f51691eab5f9a62720d7" + "R/app_config.R": { + "checksum": "85efe8a03f83a89f1b2ec765dae1340b" }, - "docs/reference/libs/datatables-binding-0.30/datatables.js": { - "checksum": "4ac41341bc45529a71d33ec2e9a08072" + "R/app_server.R": { + "checksum": "55600122401f11e55b24bfd1c422092a" }, - "docs/reference/libs/datatables-css-0.0.0/datatables-crosstalk.css": { - "checksum": "d8b3c70e6451e656f1fa231e2bf97ced" + "R/app_ui.R": { + "checksum": "4321e93ec1f0f49380815a81d2939a36" }, - "docs/reference/libs/dt-core-1.13.4/css/jquery.dataTables.extra.css": { - "checksum": "704b5e060968ac06041f9b2d9ee545b5" + "R/clinsight-package.R": { + "checksum": "fd64f20ee959f5e7647811c9f051448e" }, - "docs/reference/libs/dt-core-1.13.4/css/jquery.dataTables.min.css": { - "checksum": "80848124d9293265f64731be031feecb" + "R/data.R": { + "checksum": "79ace6f0d5e84a15561a175271fdf993" }, - "docs/reference/libs/dt-core-1.13.4/js/jquery.dataTables.min.js": { - "checksum": "e337a2cb4fbcce7b67a25da339511d32" + "R/fct_app_role_helpers.R": { + "checksum": "1acdc9aad8b761c30a7bb02c880a98f8" }, - "docs/reference/libs/htmlwidgets-1.6.2/htmlwidgets.js": { - "checksum": "237f59bc086ccf24f39be55311023b91" + "R/fct_appdata.R": { + "checksum": "48e848df7b3a1a8fd8df19d1aa9247a9" }, - "docs/reference/libs/plotly-binding-4.10.3/plotly.js": { - "checksum": "3c7c9d64b95cebf57b0180d466b17239" + "R/fct_appdata_summary_tables.R": { + "checksum": "86b248f26204783f446db266f66974f5" }, - "docs/reference/libs/plotly-htmlwidgets-css-2.11.1/plotly-htmlwidgets.css": { - "checksum": "150e4929cfd53a8a39835d40a108a54e" + "R/fct_customize_clinsight_helpers.R": { + "checksum": "5598ad8aaec60ccb2f3f499824fcf99e" }, - "docs/reference/libs/plotly-main-2.11.1/plotly-latest.min.js": { - "checksum": "1fc102cdbb70da7c36352fa857d2fac3" + "R/fct_data_helpers.R": { + "checksum": "60fc1e2e51131652d5c3cd1699fe3f8a" }, - "docs/reference/libs/typedarray-0.1/typedarray.min.js": { - "checksum": "4db25a9ed5c5fcf2dd1746f27be2ef39" + "R/fct_data_tests.R": { + "checksum": "561c8f3888e6e95b08b5b993937e7e44" }, - "docs/reference/merge_meta_with_data.html": { - "checksum": "d6081ff56e5bd6a8f7a7bbb207a38853" + "R/fct_db_collect_data.R": { + "checksum": "d988c8faa64fdbde5b90d5a61da41934" }, - "docs/reference/metadata.html": { - "checksum": "abec76cff7ae769107c91f25374a2e9e" + "R/fct_figure_helpers.R": { + "checksum": "29367e3960d2ea4ad9f2d223b25c2aa8" }, - "docs/reference/mod_common_forms_server.html": { - "checksum": "4fd6e23fc28ffe1ccdecc925ab240a5c" + "R/fct_figures.R": { + "checksum": "c3e3be3f98aa434f701c203443af1434" }, - "docs/reference/mod_common_forms_ui.html": { - "checksum": "f63a2ef04c802a534ebe1165da1d2d06" + "R/fct_SQLite.R": { + "checksum": "e1122afc1e93dd38167854299f14e46b" }, - "docs/reference/mod_db_synch_info_server.html": { - "checksum": "5456d0ee9fd6a372fd01cb330bec6666" + "R/fct_tables.R": { + "checksum": "ee9cec825c873abb037ccb9a187ca1ba" }, - "docs/reference/mod_db_synch_info_ui.html": { - "checksum": "b9363ed934225654863e1926a33cf693" + "R/fct_utils.R": { + "checksum": "2c214e01ad5f757597c5c4d41ffc3bb0" }, - "docs/reference/mod_go_to_form_server.html": { - "checksum": "96d7b9f3a9d0b474c818b31896f7e7b2" + "R/global.R": { + "checksum": "2a64b27db2ff86ac34a315ded5852e9f" }, - "docs/reference/mod_go_to_form_ui.html": { - "checksum": "ecb50f28f356c8f31dccc036352db2e4" + "R/golem_utils_server.R": { + "checksum": "19c5d6d89fa0d0b7c7974efebbb6d988" }, - "docs/reference/mod_header_widgets_server.html": { - "checksum": "4ebf91d8676a62e386b78c91951739d6" + "R/mod_common_forms.R": { + "checksum": "4c1220253cfe21531a394319a29a80b8" }, - "docs/reference/mod_header_widgets_ui.html": { - "checksum": "6708331420853f3810cd9333ba104bff" + "R/mod_db_synch_info.R": { + "checksum": "2dbcbdb90056610a765a3c07cc1f9dff" }, - "docs/reference/mod_main_sidebar_server.html": { - "checksum": "739a7ca19cd4b6bb57bae5f59aa20fff" + "R/mod_go_to_form.R": { + "checksum": "081160878c038b42507c16731be95006" }, - "docs/reference/mod_main_sidebar_ui.html": { - "checksum": "00b839b4c2ee044dfbf6a513af734e72" + "R/mod_header_widgets.R": { + "checksum": "5ac3b03417cb9a0ae9981548a540e44d" }, - "docs/reference/mod_navigate_forms_server.html": { - "checksum": "2885dbb97a4665748086f19a157d58c9" + "R/mod_main_sidebar.R": { + "checksum": "4cbea2b0b879d532addb45a0814599c1" }, - "docs/reference/mod_navigate_forms_ui.html": { - "checksum": "a72abddf53bf7e8dba1dfd6cdb36eca4" + "R/mod_navigate_forms.R": { + "checksum": "8d86c101f8d796867f5ff3b4a7b06084" }, - "docs/reference/mod_navigate_participants_server.html": { - "checksum": "25f7c9bb52340085f6da80f19d694c7b" + "R/mod_navigate_participants.R": { + "checksum": "b1bc409a86823d6dbb0f44b0e5384015" }, - "docs/reference/mod_navigate_participants_ui.html": { - "checksum": "1231974d42685f6d47ddd8dbdda31f1f" + "R/mod_navigate_review.R": { + "checksum": "96eb03ffa864cffa2b9f517c5040f36e" }, - "docs/reference/mod_navigate_review_server.html": { - "checksum": "c6f1b034832071e576a10b3ae8423793" + "R/mod_queries.R": { + "checksum": "364c459cd0ec2af2e89a52442087b228" }, - "docs/reference/mod_navigate_review_ui.html": { - "checksum": "53c8cd4e3f312d15c82a675d4dc1af3d" + "R/mod_query_add.R": { + "checksum": "2ecb2be91b0ec331c1f068c8f9f980b4" }, - "docs/reference/mod_queries_server.html": { - "checksum": "678bb9b60d5b9c9ae9720c2d673ee76b" + "R/mod_query_follow_up.R": { + "checksum": "4e7ff38a4b5ca25217996490a80aa6f6" }, - "docs/reference/mod_queries_ui.html": { - "checksum": "ab13e8abc5abf3c65d43e706c8b7b6f3" + "R/mod_report.R": { + "checksum": "22a85888a33d5de3f8cef56fa078c065" }, - "docs/reference/mod_query_add_server.html": { - "checksum": "b069a5fe74dad0b2c7d6585dbcb94688" + "R/mod_report_fct_helpers.R": { + "checksum": "d56a759fa5a039a10b960a1aa2e9a2d5" }, - "docs/reference/mod_query_add_ui.html": { - "checksum": "1418a900d2bc1c1e3aa2cd3ee2f7ca5d" + "R/mod_review_config.R": { + "checksum": "9be36fbdf0f7238ab0eef4f1fe1d9651" }, - "docs/reference/mod_query_follow_up_server.html": { - "checksum": "541a6bf8cb71e881a20ac001a5e4ee1c" + "R/mod_review_config_fct_helpers.R": { + "checksum": "30cce495e54f0d470261a286533dbd47" }, - "docs/reference/mod_query_follow_up_ui.html": { - "checksum": "8d6b4e12d21b3a86b942e645a4a4cc99" + "R/mod_review_data_fct_helpers.R": { + "checksum": "bc8e8d61181600a4817fa836f5c9d9de" }, - "docs/reference/mod_report_server.html": { - "checksum": "a1704395e246f7b94b41454e39d19f17" + "R/mod_review_form_tbl.R": { + "checksum": "42a7a80ba8e60d8c1e073e4cf9abb719" }, - "docs/reference/mod_report_ui.html": { - "checksum": "64aad1bca3b1051bf1a233c9e35ec4c2" + "R/mod_review_form_tbl_fct_helpers.R": { + "checksum": "d0bd00121cee25bd826e86a7f6efcb9f" }, - "docs/reference/mod_review_config_server.html": { - "checksum": "86abd1e84689f35263368d345a25c0d7" + "R/mod_review_forms.R": { + "checksum": "794c30283d856debb32249b32ca3a16d" }, - "docs/reference/mod_review_config_ui.html": { - "checksum": "a56e287cefbe3c2931fe5f263d6a1f1e" + "R/mod_start_page.R": { + "checksum": "4de0b9bd32d20864614a0d1288182dbf" }, - "docs/reference/mod_review_forms_server.html": { - "checksum": "60364e6b702ff453d6608d9a99cf9798" + "R/mod_study_forms.R": { + "checksum": "8972ee054ddbc6ab0670c961e85dfabb" }, - "docs/reference/mod_review_forms_ui.html": { - "checksum": "bf6578e27f20995bf6174acd282ed19e" + "R/mod_timeline.R": { + "checksum": "4fb0c9788d3cc2f6ad8c339f2b4d663a" }, - "docs/reference/mod_start_page_server.html": { - "checksum": "0317903a1e11c1e4cf5a25b67a528fa2" + "R/run_app.R": { + "checksum": "52a2ba94b4b7e9af5fa4b51f86de131e" }, - "docs/reference/mod_start_page_ui.html": { - "checksum": "c78ed9f7f3baeba3412de5426d1a6d6b" + "R/shiny.R": { + "checksum": "5a5592b184d490034731e372fb714d5d" }, - "docs/reference/mod_study_forms_server.html": { - "checksum": "bfd5768fdea3471228295edf105a8b9f" + "R/sysdata.rda": { + "checksum": "ab25a72d3c3f49523574c5c08a603724" }, - "docs/reference/mod_study_forms_ui.html": { - "checksum": "2fe564697907c3f2fef667a633364c38" + "R/zzz.R": { + "checksum": "49d68df30d70a3f4b4009320ccc56978" }, - "docs/reference/mod_timeline_server.html": { - "checksum": "51dc3ad4d48cb505b270776b7ee1b384" + "README.md": { + "checksum": "e7975a2758bf3ac193faa01bd9a86b33" }, - "docs/reference/mod_timeline_ui.html": { - "checksum": "9a8708b1aa4dff492558b83e8ee5cb11" - }, - "docs/reference/order_string.html": { - "checksum": "bb2a3cab483f9f5e1b9d1a82635172f0" - }, - "docs/reference/plotly_figure.html": { - "checksum": "21446166d412655d88d75d2ba841b8ba" - }, - "docs/reference/remove_boxplot_outliers.html": { - "checksum": "93b826964eb104dbbbaf929a3859f6be" - }, - "docs/reference/Rplot001.png": { - "checksum": "9b7a75eb2a0170ac2c15ab46a66f862b" - }, - "docs/reference/run_app.html": { - "checksum": "ccb69e41992527e0b9acd9404d621617" - }, - "docs/reference/select_report_data.html": { - "checksum": "472ada4962d67fe499bf93f22acb86ae" - }, - "docs/reference/simplify_string.html": { - "checksum": "32d973c3ab2eb6483b5d4c64c902260b" - }, - "docs/reference/summarize_review_data.html": { - "checksum": "4656e844c6ee25a02a0735af0f5e07cb" - }, - "docs/reference/time_stamp.html": { - "checksum": "a082600cadb9d51a6fece0fefab7457e" - }, - "docs/reference/title_case.html": { - "checksum": "28bbe542bd2ab8c7212dccf9f3ed2de7" - }, - "docs/reference/update_review_data.html": { - "checksum": "1a827a6ac0b80aca6154f80d530a08a8" - }, - "docs/reference/vector_select.html": { - "checksum": "327295c7be42368bc4cac6dc5704561c" - }, - "docs/search.json": { - "checksum": "461e7c70c5303ae4cb335b4c088d1502" - }, - "docs/sitemap.xml": { - "checksum": "fde765ef58fb1a8a9e44a3b849d20fc1" - }, - "inst/_pkgdown.yml": { - "checksum": "be4f24249fa847ed33996c8fc8031b5d" - }, - "inst/app/test_results_raw.rds": { - "checksum": "3e90a4cf6a1f847d3b8fd60b12e361da" - }, - "inst/app/www/custom.css": { - "checksum": "82eca42b660bbeeaaad80595783aff54" - }, - "inst/app/www/figure_legend.png": { - "checksum": "7856938417b925a174e065836f1a2651" - }, - "inst/app/www/gcp_logo.png": { - "checksum": "f95a654e6fce0a6f355cfb88251bf879" - }, - "inst/app/www/report.Rmd": { - "checksum": "8134c1b48e04975092dbc9e3c67ba9c4" - }, - "inst/golem-config.yml": { - "checksum": "e33cf56cf8f25e7ec02aad85805ecb32" - }, - "LICENSE": { - "checksum": "45fb543365eb5ef92d5a8fa7862ea7dc" - }, - "LICENSE.md": { - "checksum": "2d4bb8140f364bc663910cf561269b98" - }, - "man/add_missing_columns.Rd": { - "checksum": "92ce2bc4ef682ec0940f9d7b977d6df8" - }, - "man/add_timevars_to_data.Rd": { - "checksum": "62b930a96a660c2b59f53a12b856102e" - }, - "man/adjust_colnames.Rd": { - "checksum": "9e4bcbdfd8429b1f2481e9b511e1404c" - }, - "man/app_server.Rd": { - "checksum": "d05e7bdf3e6709dd6f2706ae8672c345" - }, - "man/app_ui.Rd": { - "checksum": "58e3da8309b1a29f7bdeb92b5ca6c1cf" - }, - "man/apply_study_specific_fixes.Rd": { - "checksum": "bf68768c0c053885a79623aeb8e06c7c" - }, - "man/authenticate_server.Rd": { - "checksum": "2d45515b906832c23d203ac4b7230b17" - }, - "man/authenticate_ui.Rd": { - "checksum": "8c66d0ccd222545eb480eba97b5ce55d" - }, - "man/bind_rows_custom.Rd": { - "checksum": "890c1bc26932a0fd3b3129793faeb940" - }, - "man/check_appdata.Rd": { - "checksum": "68f7211a6db828a22176c5999dca7edf" - }, - "man/clean_dates.Rd": { - "checksum": "538f74bae898030502a16e5ed54f8a6d" - }, - "man/clinsight-package.Rd": { - "checksum": "ec31ab08a28abc060fa089c3c63d603b" - }, - "man/clinsightful_data.Rd": { - "checksum": "02d8f34b4507f3680e22a134efd46ceb" - }, - "man/col_palette.Rd": { - "checksum": "369c944771229e8cff13801d70f6acdb" - }, - "man/collapse_column_vals.Rd": { - "checksum": "e88069248fc4fce829e38ea1f0b3f838" - }, - "man/collapse_fct_levels.Rd": { - "checksum": "5638456f3cf683cb9021abe069a94061" - }, - "man/collect_query_data.Rd": { - "checksum": "d7f39bfa4c0e503417c44184a298a395" - }, - "man/cols_to_char.Rd": { - "checksum": "eda1ff68d9f940794ed0b1a4bdef11b0" - }, - "man/create_report.Rd": { - "checksum": "5d6192ae7a96c09016fb3db7d86f7af0" - }, - "man/create_table.adverse_events.Rd": { - "checksum": "0c58288f3d38117db8b460969e686d04" - }, - "man/create_table.bm_cytology.Rd": { - "checksum": "760de4b363c8cc6c26583623183147bd" - }, - "man/create_table.conc_procedures.Rd": { - "checksum": "fe85b8d96c928d05ca718cd3749a96cb" - }, - "man/create_table.continuous.Rd": { - "checksum": "d21acec8d1618d9a82bc03928f3a296c" - }, - "man/create_table.default.Rd": { - "checksum": "1498df7d276811cdd2ceb53dcc1236ef" - }, - "man/create_table.general.Rd": { - "checksum": "be3881b2753ef9175453abe766c224dc" - }, - "man/create_table.medical_history.Rd": { - "checksum": "eb82a02897bbbf003e6b38f7729ac0e3" - }, - "man/create_table.medication.Rd": { - "checksum": "77269c5ca184a188b70c1ff6f2c65260" - }, - "man/create_table.Rd": { - "checksum": "0ecad1d8d6354aa119ecb52334bb750f" - }, - "man/create_unique_id.Rd": { - "checksum": "001e4d07ebd18d8785f5aa9d0dab6dfb" - }, - "man/custom_plot_theme.Rd": { - "checksum": "c68204dd2effa0f0a0017a4eb1aeb0f0" - }, - "man/datatable_custom.Rd": { - "checksum": "3b94360b7b49c46a8a5d18587759f3e5" - }, - "man/date_cols_to_char.Rd": { - "checksum": "4520e9ab5da7312daabb7d83ccf935bb" - }, - "man/db_create.Rd": { - "checksum": "071a89f09270df057975dda8f8b0db09" - }, - "man/db_get_query.Rd": { - "checksum": "0f8eea714fbfb130d28bee0eb98b5eba" - }, - "man/db_get_review.Rd": { - "checksum": "4786925b733a5ea01b9b45a8bb6073af" - }, - "man/db_save.Rd": { - "checksum": "9c64b0257e065f20d53a071a68823b12" - }, - "man/db_save_review.Rd": { - "checksum": "5410c584557295e94bbdfe63f6c8c5f5" - }, - "man/db_slice_rows.Rd": { - "checksum": "7780ac6a49d9a2e50423c51fe33b5981" - }, - "man/db_temp_connect.Rd": { - "checksum": "4c18dc93cb02d16d0c0944debbc36c9d" - }, - "man/db_update.Rd": { - "checksum": "2906a63b5f37fbf062eb1c044699860a" - }, - "man/expand_columns.Rd": { - "checksum": "9b24a58f632393bf8370f83ada983378" - }, - "man/fig_barplot.Rd": { - "checksum": "23447d29244e6de8e86f6fbf69b67063" - }, - "man/fig_boxplots.Rd": { - "checksum": "56495c6d31ff802e9f6af8c308bc0841" - }, - "man/fig_timeline.Rd": { - "checksum": "d24416cea69cbbd07164cb143d308ddb" - }, - "man/fig_timeseries.Rd": { - "checksum": "9d8c447a05ebc70375ec25fa98400214" - }, - "man/figures/logo.png": { - "checksum": "25eb4944dec15fa47c6f47a7229d5f73" - }, - "man/filter_data.Rd": { - "checksum": "a2f876a4a6df17a9e06d28bfe442a9df" - }, - "man/fix_multiple_choice_vars.Rd": { - "checksum": "a372d752e74343c179059fc2a5025d91" - }, - "man/get_appdata.Rd": { - "checksum": "361de62edd77da77b3c9814de086096a" - }, - "man/get_available_data.Rd": { - "checksum": "66fc00bac81fd7fc1e9a5921892d5581" - }, - "man/get_base_value.Rd": { - "checksum": "dad2933bc31b859956c04c82f63f639b" - }, - "man/get_db_connection.Rd": { - "checksum": "6fc28d476a970f5100fa8913f1065ede" - }, - "man/get_ggplot_layer_names.Rd": { - "checksum": "6b8c500c83418926f889ca213f064d8d" - }, - "man/get_max_time.Rd": { - "checksum": "0b052972fb148fff0c1a155d5c801984" - }, - "man/get_meta_vars.Rd": { - "checksum": "97c04b663be18e357de87eb37bed5df8" - }, - "man/get_metadata.Rd": { - "checksum": "c526c579c1bb6b8785df98706d9f2dbf" - }, - "man/get_raw_csv_data.Rd": { - "checksum": "f5c3fe8fb8e150f5a5eea05d84f5517b" - }, - "man/get_review_data.Rd": { - "checksum": "5c61652ff1fdba06196239141ebd0674" - }, - "man/get_static_overview_data.Rd": { - "checksum": "e8298fb527511a203484ae6d64cbc204" - }, - "man/get_test_results.Rd": { - "checksum": "bf7113ab024b2c9a1ef3de37d182e516" - }, - "man/get_timeline_data.Rd": { - "checksum": "6093141764037146bd144060c961d66d" - }, - "man/get_unique_vars.Rd": { - "checksum": "707dba1821ec7eb7c6381efa976c52d8" - }, - "man/get_valid_roles.Rd": { - "checksum": "ebac6092ad86500c38764f572570eede" - }, - "man/initialize_credentials.Rd": { - "checksum": "f97c43cb72b3f185e0b3655785b1aa96" - }, - "man/is_date.Rd": { - "checksum": "98f82b903dbf2b9b6bfd581c4b96588f" - }, - "man/merge_meta_with_data.Rd": { - "checksum": "8492a2734e34f9375729c1238054cf70" - }, - "man/metadata.Rd": { - "checksum": "3c93a225a5dcdae2737186dcf0d8bbae" - }, - "man/mod_common_forms_server.Rd": { - "checksum": "e92b1a55e330c91135b719cb37de92b6" - }, - "man/mod_common_forms_ui.Rd": { - "checksum": "bf9fbddcfd70c22d3b43d3faf8f72dcd" - }, - "man/mod_db_synch_info_server.Rd": { - "checksum": "8d5a21b490bdeb095e9b277d7ee693fd" - }, - "man/mod_db_synch_info_ui.Rd": { - "checksum": "095040da1ab8f54433f85109718fe3ac" - }, - "man/mod_go_to_form_server.Rd": { - "checksum": "e8cb742107a3ff758ff3b2328d5282e9" - }, - "man/mod_go_to_form_ui.Rd": { - "checksum": "e2cb20ad05cfd5a6f9aedf6dbcb9cc76" - }, - "man/mod_header_widgets_server.Rd": { - "checksum": "185f7288b643835b72573363b70c964d" - }, - "man/mod_header_widgets_ui.Rd": { - "checksum": "275d83fda8f879da96a47713c413c98c" - }, - "man/mod_main_sidebar_server.Rd": { - "checksum": "ee990c246170ebe42aa32ed5405ea802" - }, - "man/mod_main_sidebar_ui.Rd": { - "checksum": "d57a1990161c17f00d9fa9ddf27e13d6" - }, - "man/mod_navigate_forms_server.Rd": { - "checksum": "7b6f9c289975a213e74cc1f653d86096" - }, - "man/mod_navigate_forms_ui.Rd": { - "checksum": "cbb9ac0b7130d0dd7f47d15b6cb07b9d" - }, - "man/mod_navigate_participants_server.Rd": { - "checksum": "85682d15200ef2bba37ad4835dcc253c" - }, - "man/mod_navigate_participants_ui.Rd": { - "checksum": "939631482f2897ce1313d60bd01559d7" - }, - "man/mod_navigate_review_server.Rd": { - "checksum": "ffd92b206bc7578e23d38099ba1eb135" - }, - "man/mod_navigate_review_ui.Rd": { - "checksum": "9ef47c8eaa23d6025555d79f01f9f949" - }, - "man/mod_queries_server.Rd": { - "checksum": "5ddafb8f67ec941e2231f91e112748c0" - }, - "man/mod_queries_ui.Rd": { - "checksum": "9417cba9535c4837ab83d794d4d1b606" - }, - "man/mod_query_add_server.Rd": { - "checksum": "48f0ea80427a748160e542803b18b2e4" - }, - "man/mod_query_add_ui.Rd": { - "checksum": "357a4b4823a1081c82363ce8bc07102b" - }, - "man/mod_query_follow_up_server.Rd": { - "checksum": "96ba969df9e3adbe3e72b5a9ae127ece" - }, - "man/mod_query_follow_up_ui.Rd": { - "checksum": "14ebf5fb9a1405b77c6a0c8413909677" - }, - "man/mod_report_server.Rd": { - "checksum": "90b89239d0da7d92e7e5ef98f61f2859" - }, - "man/mod_report_ui.Rd": { - "checksum": "8ca45487a4d8d3a8fb2d31cd7ab29b16" - }, - "man/mod_review_config_server.Rd": { - "checksum": "8f5cd037dfc5c9b0f80a730b1140f157" - }, - "man/mod_review_config_ui.Rd": { - "checksum": "28f8847cd2b6617a0759620cc26a7f9c" - }, - "man/mod_review_forms_server.Rd": { - "checksum": "97eb0402fab51255a586a20a93470608" - }, - "man/mod_review_forms_ui.Rd": { - "checksum": "c5ef3edc65cc7ca44374b6650dd53b81" - }, - "man/mod_start_page_server.Rd": { - "checksum": "9c672c18b29660a2785cc0d82b49ef20" - }, - "man/mod_start_page_ui.Rd": { - "checksum": "6ad639bdf8b9781f57831bd91bcbe0de" - }, - "man/mod_study_forms_server.Rd": { - "checksum": "dfbaa96aa7c48d7ac930a2baca714371" - }, - "man/mod_study_forms_ui.Rd": { - "checksum": "937f84539e1ebbd3d5262e6d2c45766c" - }, - "man/mod_timeline_server.Rd": { - "checksum": "25e4aa4a8433ac8eeb2a7b21f693e659" - }, - "man/mod_timeline_ui.Rd": { - "checksum": "1949944a09b3bb002847e64cf1b0a567" - }, - "man/order_string.Rd": { - "checksum": "03a43d60090e39b5605413984ffe5a34" - }, - "man/plotly_figure.Rd": { - "checksum": "aa977cc0206a6eecc0c7a3868cacf410" - }, - "man/remove_boxplot_outliers.Rd": { - "checksum": "7abc40024253876dde82082a843ff2d2" - }, - "man/rename_raw_data.Rd": { - "checksum": "68fac264f7ee0aa68aa13d4963e1da0e" - }, - "man/run_app.Rd": { - "checksum": "62c1f9a400a8312f79cbbfe9e922dcb3" - }, - "man/select_report_data.Rd": { - "checksum": "bf138e978fde8b985db89d2489635f0b" - }, - "man/simplify_string.Rd": { - "checksum": "ea1d61aee908b844a033c5e453c50107" - }, - "man/summarize_review_data.Rd": { - "checksum": "49da9a87c20b60dbb18f53191244f829" - }, - "man/time_stamp.Rd": { - "checksum": "160d5e0251d95153049ccdd7116e78e6" - }, - "man/title_case.Rd": { - "checksum": "f6ca4a379da0add6658415cdb21001ba" - }, - "man/update_review_data.Rd": { - "checksum": "fccc1f7424e6f449ea28800e0ae86d4c" - }, - "man/vector_select.Rd": { - "checksum": "ab5425cbeeded15270aec6657b05a1b2" - }, - "NAMESPACE": { - "checksum": "0499b9d2e72c73de44ea41ac0adf7881" - }, - "NEWS.md": { - "checksum": "ffd1c1e0dbde0660ba86dfea5d0b4e70" - }, - "R/_dependencies.R": { - "checksum": "33b62edd4c083c9ad37d63d3a4ecc51b" - }, - "R/_disable_autoload.R": { - "checksum": "9d8f7f20e88b559c046ec1f59fe82cba" - }, - "R/app_authentication.R": { - "checksum": "0b6d15ad0c78ce4e112746e158cab8d2" - }, - "R/app_config.R": { - "checksum": "81b1e7d5b724706a967a6f3cc6a6eb71" - }, - "R/app_server.R": { - "checksum": "be9c2a52d5efb155bce62a325e9b3653" - }, - "R/app_ui.R": { - "checksum": "88739c5f109b3236cd9d1be52be8b727" - }, - "R/clinsight-package.R": { - "checksum": "5c944460b262d75a0b4341b19bc74db7" - }, - "R/data.R": { - "checksum": "e17b1f4407b80f0c23ec9e6a3308f053" - }, - "R/fct_app_role_helpers.R": { - "checksum": "eabd403a094a795d791824e2c7966ffe" - }, - "R/fct_appdata.R": { - "checksum": "de443dfa4a601754beea3c2fcfe9bc9b" - }, - "R/fct_appdata_summary_tables.R": { - "checksum": "1e0f39d2299f72a177d8339ac9676519" - }, - "R/fct_data_helpers.R": { - "checksum": "e46b8df939056ad20fdd54465397dedf" - }, - "R/fct_data_tests.R": { - "checksum": "561c8f3888e6e95b08b5b993937e7e44" - }, - "R/fct_db_collect_data.R": { - "checksum": "d59159b226b55e826590a6196ca24e89" - }, - "R/fct_figure_helpers.R": { - "checksum": "29367e3960d2ea4ad9f2d223b25c2aa8" - }, - "R/fct_figures.R": { - "checksum": "01fc4406ebcda89d49fee32b3f12dca3" - }, - "R/fct_SQLite.R": { - "checksum": "034da0d4430d8cbe653c01cc637d8bb7" - }, - "R/fct_tables.R": { - "checksum": "abc60b4a7a4b0c28b494bd7f26cc0598" - }, - "R/fct_utils.R": { - "checksum": "b33cbeb0b66bf84fda256950732f3269" - }, - "R/global.R": { - "checksum": "61f9b30feb1e9e662b751e892b69a8fa" - }, - "R/golem_utils_server.R": { - "checksum": "a1c660d6b74f801604ff7af756735ee5" - }, - "R/mod_common_forms.R": { - "checksum": "6f1eb37c515a41025c71b7ea441fcffd" - }, - "R/mod_db_synch_info.R": { - "checksum": "2dbcbdb90056610a765a3c07cc1f9dff" - }, - "R/mod_go_to_form.R": { - "checksum": "081160878c038b42507c16731be95006" - }, - "R/mod_header_widgets.R": { - "checksum": "f49df1b35bdcb5f5a2129a41004d1f27" - }, - "R/mod_main_sidebar.R": { - "checksum": "7df8bc20723512974b248b8ae10d5759" - }, - "R/mod_navigate_forms.R": { - "checksum": "8d86c101f8d796867f5ff3b4a7b06084" - }, - "R/mod_navigate_participants.R": { - "checksum": "f10e0ec0505296bb30d9dd5fd2d2e4ac" - }, - "R/mod_navigate_review.R": { - "checksum": "d9675d5d7f7c6c7e10a9a0bba3bf99e6" - }, - "R/mod_queries.R": { - "checksum": "ed0fe75c1efda6d66fa09d2846eba034" - }, - "R/mod_query_add.R": { - "checksum": "07b7b45ef0dd02848ff2eef1b3a1c96a" - }, - "R/mod_query_follow_up.R": { - "checksum": "3550fd06e6b04676957279f10aeb82e9" - }, - "R/mod_report.R": { - "checksum": "5d644f1b1fd59a5e871c6e714db933a3" - }, - "R/mod_report_fct_helpers.R": { - "checksum": "23bf22b3c076d0ad01c0588df0dd0a27" - }, - "R/mod_review_config.R": { - "checksum": "97d3a124dfc020462993f00ac61b70a6" - }, - "R/mod_review_config_fct_helpers.R": { - "checksum": "30cce495e54f0d470261a286533dbd47" - }, - "R/mod_review_data_fct_helpers.R": { - "checksum": "dad5b2e3b05fe4f7a457bc928411982c" - }, - "R/mod_review_forms.R": { - "checksum": "595bc9a328439c0a1819e0681cdcb1e6" - }, - "R/mod_start_page.R": { - "checksum": "ebf78a5328681d16a46a3386e83146cc" - }, - "R/mod_study_forms.R": { - "checksum": "29396cfe44e929c4dff8cadd1dd11ec7" - }, - "R/mod_timeline.R": { - "checksum": "8071defd4bf99183b66064e40a756688" - }, - "R/run_app.R": { - "checksum": "3140ec359658ac174d489c657783e9fd" - }, - "R/sysdata.rda": { - "checksum": "67a651d0388302b1863414994f27d2d8" - }, - "README.md": { - "checksum": "e7975a2758bf3ac193faa01bd9a86b33" - }, - "tests/testthat.R": { - "checksum": "0d54e900d19133d66b917d35ab821989" - }, - "tests/testthat/_snaps/app_authentication/authenticate-001.json": { - "checksum": "af0b85de429bdc13332469915275de06" - }, - "tests/testthat/_snaps/app_authentication/authenticate-001_.png": { - "checksum": "f4042c6de259e2d93ec4d7bd1157d5d6" - }, - "tests/testthat/_snaps/app_authentication/authenticate-002.json": { - "checksum": "533e10b10a04a82bc143541d1e94cb09" - }, - "tests/testthat/_snaps/app_authentication/authenticate-002_.png": { - "checksum": "739cdf0af664d44bdab86e75ae538bec" - }, - "tests/testthat/_snaps/app_feature_01/app-feature-1-001.json": { - "checksum": "9ad457f3e06b3d5e48f85251bc85c2b0" - }, - "tests/testthat/_snaps/app_feature_01/app-feature-1-001_.png": { - "checksum": "3830d106794fe2a30cd38e4c83d8a681" - }, - "tests/testthat/_snaps/app_feature_01/app-feature-1-002.json": { - "checksum": "8b0640d4346277a805e4e15ef3580b91" - }, - "tests/testthat/_snaps/app_feature_01/app-feature-1-002_.png": { - "checksum": "76753e4a2ec12ee4d10ffdfd656d0860" - }, - "tests/testthat/_snaps/app_feature_01/app-feature-1-003.json": { - "checksum": "34742f9c52553ba1b721e73f2e4b86b8" - }, - "tests/testthat/_snaps/app_feature_01/app-feature-1-003_.png": { - "checksum": "30e3890cad62d2379ff342379aa316aa" - }, - "tests/testthat/_snaps/app_feature_01/app-feature-1-004.json": { - "checksum": "1bd10cbee4684c1feeeb9af9b2f86686" - }, - "tests/testthat/_snaps/app_feature_01/app-feature-1-004_.png": { - "checksum": "02093cca12b4c10d80b1b5caf5d2d161" - }, - "tests/testthat/_snaps/app_feature_02/app-feature-2-001.json": { - "checksum": "39c849ccf3110e2a17dc59d168238c68" - }, - "tests/testthat/_snaps/app_feature_02/app-feature-2-001_.png": { - "checksum": "00b5c036f5e75bd8a09b9f98b0c8f414" - }, - "tests/testthat/_snaps/app_feature_03/app-feature-3-001.json": { - "checksum": "45953c0a6aa048ce18c58f8fb60d00b2" - }, - "tests/testthat/_snaps/app_feature_03/app-feature-3-001_.png": { - "checksum": "9782a110208a533e45e5f8341faf66b8" - }, - "tests/testthat/_snaps/app_feature_03/app-feature-3-002.json": { - "checksum": "042b8ca1b40aab91425cc4d1dcc13bd9" - }, - "tests/testthat/_snaps/app_feature_03/app-feature-3-002_.png": { - "checksum": "4c925db3100fa28363dbfec485577dc4" - }, - "tests/testthat/_snaps/app_feature_04.md": { - "checksum": "b04f82c68fd0a451dc8bc81913a95c99" - }, - "tests/testthat/_snaps/app_feature_04/app-feature-4-001.json": { - "checksum": "9ce0ecd09d8301e4a5dc6ddd8317d8fa" - }, - "tests/testthat/_snaps/app_feature_04/app-feature-4-001_.png": { - "checksum": "ad508df71db3bace8a5b7b06b77811b8" - }, - "tests/testthat/_snaps/app_feature_04/app-feature-4-002.json": { - "checksum": "2e673824ee31edab68697187949cd167" - }, - "tests/testthat/_snaps/app_feature_04/app-feature-4-002_.png": { - "checksum": "aac8eea39ee5a38de5679cbf0d625f87" - }, - "tests/testthat/_snaps/collapse_column_vals.md": { - "checksum": "80e4cba85800c9f0054f5660c2b12277" - }, - "tests/testthat/_snaps/fct_appdata.md": { - "checksum": "4c229702fb9f7d2e124083ef88cdff52" - }, - "tests/testthat/_snaps/fct_SQLite.md": { - "checksum": "2fe714253088f61dde12a23fc8195fbc" - }, - "tests/testthat/_snaps/fct_tables.md": { - "checksum": "1d0beb7946a1365c1c27540f8b8ef856" - }, - "tests/testthat/_snaps/get_available_data.md": { - "checksum": "8940f1cf10affb9e5461a2dae32601ee" - }, - "tests/testthat/_snaps/get_meta_vars.md": { - "checksum": "bcd8a7522abb2617b8874ebf6062638f" - }, - "tests/testthat/_snaps/get_static_overview_data.md": { - "checksum": "b2d79cc215078e72b8431572d291745a" - }, - "tests/testthat/_snaps/mod_db_synch_info/test-mod_db_synch_info_s1-001.json": { - "checksum": "0938c2de6162ca504eab9b9c2395b7a5" - }, - "tests/testthat/_snaps/mod_db_synch_info/test-mod_db_synch_info_s1-001_.png": { - "checksum": "6dc6517998377ba029397d1adf09fbc9" - }, - "tests/testthat/_snaps/mod_db_synch_info/test-mod_db_synch_info_s2-001.json": { - "checksum": "b3329e1e851b5fd29aef5889c9ff8565" - }, - "tests/testthat/_snaps/mod_db_synch_info/test-mod_db_synch_info_s2-001_.png": { - "checksum": "0bdf8f4ebdd40cb11152855260b8614e" - }, - "tests/testthat/_snaps/mod_main_sidebar/test-mod_main_sidebar-001.json": { - "checksum": "900d59c5fa09e87747320ae3e395964b" - }, - "tests/testthat/_snaps/mod_main_sidebar/test-mod_main_sidebar-001_.png": { - "checksum": "68be61cb36b8d315e0a2604dddd1b598" - }, - "tests/testthat/_snaps/mod_main_sidebar/test-mod_main_sidebar-scen2-001.json": { - "checksum": "7b002d25c98ce0baafb88b42b0bb8a09" - }, - "tests/testthat/_snaps/mod_main_sidebar/test-mod_main_sidebar-scen2-001_.png": { - "checksum": "63d555608b9b05cff186ba2bc43d5f17" - }, - "tests/testthat/_snaps/mod_navigate_participants/nav-subj-001.json": { - "checksum": "d06341aa89f0a1262ac181508027d004" - }, - "tests/testthat/_snaps/mod_navigate_participants/nav-subj-001_.png": { - "checksum": "644173b344c14ad890c3612a203f29f8" - }, - "tests/testthat/_snaps/mod_navigate_participants/nav-subj-002.json": { - "checksum": "e11e9b802e212a4dc3abfc3867c57cf1" - }, - "tests/testthat/_snaps/mod_navigate_participants/nav-subj-002_.png": { - "checksum": "19aeb9ff61aec402c8a9ab3706196b2f" - }, - "tests/testthat/_snaps/mod_navigate_participants/nav-subj-003.json": { - "checksum": "cca32164f223dc517685742c5e784632" - }, - "tests/testthat/_snaps/mod_navigate_participants/nav-subj-003_.png": { - "checksum": "098646ce2937cfb709bd697bb8fe6609" - }, - "tests/testthat/_snaps/mod_navigate_participants/nav-subj-004.json": { - "checksum": "2df63726369d3eae7f4a2715a6944df7" - }, - "tests/testthat/_snaps/mod_navigate_participants/nav-subj-004_.png": { - "checksum": "9c3ae419ccd749fc6edc250f578450f0" - }, - "tests/testthat/_snaps/mod_navigate_review/test-mod_navigate_review-001.json": { - "checksum": "53d3fd21699126b4c3e32f205a9678a8" - }, - "tests/testthat/_snaps/mod_navigate_review/test-mod_navigate_review-001_.png": { - "checksum": "fb52f0a08d4560b3cd46c79eb35fe6ed" - }, - "tests/testthat/_snaps/mod_navigate_review/test-mod_navigate_review-002.json": { - "checksum": "3d1a9acf0070efa556cd392287b75e15" - }, - "tests/testthat/_snaps/mod_navigate_review/test-mod_navigate_review-002_.png": { - "checksum": "885b907c42a680a64c5b83a8fa6da6a1" - }, - "tests/testthat/_snaps/mod_navigate_review/test-mod_navigate_review-003.json": { - "checksum": "29470f1e0ef662708bd178c482f71e1f" - }, - "tests/testthat/_snaps/mod_navigate_review/test-mod_navigate_review-003_.png": { - "checksum": "94b47413b5bd4a3a83afe34db87503eb" - }, - "tests/testthat/_snaps/mod_review_config/mod_review_config-001.json": { - "checksum": "1ed1962a8169419aa88ec4824f5dde36" - }, - "tests/testthat/_snaps/mod_review_config/mod_review_config-001_.png": { - "checksum": "6d4b598825f27c7ab945d3ce7202bbce" - }, - "tests/testthat/_snaps/mod_review_config/mod_review_config-002.json": { - "checksum": "4a2dea485e29739d1fde52c9d52e1e37" - }, - "tests/testthat/_snaps/mod_review_config/mod_review_config-002_.png": { - "checksum": "d2a5879e63a8ca245f8e828fe78195bf" - }, - "tests/testthat/_snaps/mod_review_config/mod_review_config-003.json": { - "checksum": "87a3b17d5cf8c867ef9e55dd8a1cb03d" - }, - "tests/testthat/_snaps/mod_review_config/mod_review_config-003_.png": { - "checksum": "15ae39e8201acee10b3e60beb26821fe" - }, - "tests/testthat/_snaps/mod_review_config/mod_review_config-004.json": { - "checksum": "77b115f3860633a612ab3afd1e899622" - }, - "tests/testthat/_snaps/mod_review_config/mod_review_config-004_.png": { - "checksum": "73cab3e7dd022e4fb968dbb1e1d7ef12" - }, - "tests/testthat/_snaps/mod_review_forms.md": { - "checksum": "03a41d7d7339fe1b0e2e559c81824220" - }, - "tests/testthat/_snaps/mod_review_forms/test-mod_review_forms-001.json": { - "checksum": "829f0d328721cf8aecb067e4d384d4e0" - }, - "tests/testthat/_snaps/mod_review_forms/test-mod_review_forms-001_.png": { - "checksum": "9fe59e1e6ecc33d2bd8673131453db6f" - }, - "tests/testthat/_snaps/mod_review_forms/test-mod_review_forms-002.json": { - "checksum": "1c4930545c177f88452f1dcbc0425999" - }, - "tests/testthat/_snaps/mod_review_forms/test-mod_review_forms-002_.png": { - "checksum": "e49780783d9b3ad9170b9872b7b4df7e" - }, - "tests/testthat/_snaps/mod_review_forms/test-mod_review_forms-003.json": { - "checksum": "1b3778c471ab5c55af7a83c836bb6964" - }, - "tests/testthat/_snaps/mod_review_forms/test-mod_review_forms-003_.png": { - "checksum": "aa5cf343fdf31ebfee9ed3a87dd03af5" - }, - "tests/testthat/_snaps/mod_review_forms/test-mod_review_forms_no_user-001.json": { - "checksum": "871ae54c5069b7b5e0a86eeb48e15afb" - }, - "tests/testthat/_snaps/mod_review_forms/test-mod_review_forms_no_user-001_.png": { - "checksum": "6fcb3d7ab41667254973b6371c9609a9" - }, - "tests/testthat/_snaps/mod_study_forms/study_forms-001.json": { - "checksum": "1591b2657dc8c082741bdf7e7cdcb9fe" - }, - "tests/testthat/_snaps/mod_study_forms/study_forms-001_.png": { - "checksum": "f9bc4d6af79230cbb07ed3062713f5a7" - }, - "tests/testthat/_snaps/mod_study_forms/study_forms-002.json": { - "checksum": "1591b2657dc8c082741bdf7e7cdcb9fe" - }, - "tests/testthat/_snaps/mod_study_forms/study_forms-002_.png": { - "checksum": "e233fe8e1a58344dfbc72d7ba4e1ffa3" - }, - "tests/testthat/_snaps/summarize_review_data.md": { - "checksum": "c96c0f6c6017a179f37494a49ab695ae" - }, - "tests/testthat/fixtures/csvtestdata/DEMO_GCPS_20240130_141944_AE.csv": { - "checksum": "3f1a43e2ce82c20706d159892fe85ffb" - }, - "tests/testthat/fixtures/csvtestdata/DEMO_GCPS_20240130_141944_CM.csv": { - "checksum": "749127d3ceaf59109d1ec898a487129a" - }, - "tests/testthat/fixtures/csvtestdata/DEMO_GCPS_20240130_141944_CP.csv": { - "checksum": "90f4a6467297ad8a91becc5b1c45c6ef" - }, - "tests/testthat/fixtures/csvtestdata/DEMO_GCPS_20240130_141944_DM.csv": { - "checksum": "64107b62f8be182aebf284b8f278e3bb" - }, - "tests/testthat/fixtures/csvtestdata/DEMO_GCPS_20240130_141944_DS.csv": { - "checksum": "bf51e0a13abd65e3c54ecb0fee4b4507" - }, - "tests/testthat/fixtures/csvtestdata/DEMO_GCPS_20240130_141944_ECOG.csv": { - "checksum": "0ad7b4204eac69d3e6778fa6f160b473" - }, - "tests/testthat/fixtures/csvtestdata/DEMO_GCPS_20240130_141944_EG.csv": { - "checksum": "b3e9952217735d59eb018029ae2ca703" - }, - "tests/testthat/fixtures/csvtestdata/DEMO_GCPS_20240130_141944_EX.csv": { - "checksum": "ad490d48a090c807488676bb3dd61052" - }, - "tests/testthat/fixtures/csvtestdata/DEMO_GCPS_20240130_141944_LBHM.csv": { - "checksum": "5b1afafb85e0b1ca5decee29bc2b391e" - }, - "tests/testthat/fixtures/csvtestdata/DEMO_GCPS_20240130_141944_LBHMD.csv": { - "checksum": "58a8bd2e51b61f9c683f7ae75c30b6ba" - }, - "tests/testthat/fixtures/csvtestdata/DEMO_GCPS_20240130_141944_LBSER.csv": { - "checksum": "4f7ef6bc3c6a8789840b1d62a83b8aa2" - }, - "tests/testthat/fixtures/csvtestdata/DEMO_GCPS_20240130_141944_MH.csv": { - "checksum": "ae66d26785ab3c6274211f2279cbd05c" - }, - "tests/testthat/fixtures/csvtestdata/DEMO_GCPS_20240130_141944_PE.csv": { - "checksum": "8820542e7496b296645f07e9d78aec59" - }, - "tests/testthat/fixtures/csvtestdata/DEMO_GCPS_20240130_141944_STE.csv": { - "checksum": "c868b6fb740c7a8a208701ac3df18754" - }, - "tests/testthat/fixtures/csvtestdata/DEMO_GCPS_20240130_141944_VS.csv": { - "checksum": "e8d95be944a2999cda304817dff43ae5" - }, - "tests/testthat/fixtures/make_query_testdata.R": { - "checksum": "3e383d17a41636ffb3302f460330ce29" - }, - "tests/testthat/fixtures/make_review_testdb.R": { - "checksum": "39b7989aa161312534d7cc7db6365ab7" - }, - "tests/testthat/fixtures/make_testdb.R": { - "checksum": "7108434b4d648e49ae7fc936b1224985" - }, - "tests/testthat/fixtures/query_testdata.rds": { - "checksum": "bed6751fe05af24d7d8ec9c446c29555" - }, - "tests/testthat/fixtures/review_testdb.sqlite": { - "checksum": "5e2f756e0d06290f9fa46b4bf7b1acc5" - }, - "tests/testthat/fixtures/testapp-authentication/app.R": { - "checksum": "17575e4977434fc0b467e7bda52fb32f" - }, - "tests/testthat/fixtures/testapp-authentication/credentials.sqlite": { - "checksum": "2e1cbf1ad95f6440beffd45b61159b82" - }, - "tests/testthat/fixtures/testapp-raw/altered_metadata.xlsx": { - "checksum": "f8112729e29a11b0f7c2453a5c8bcea8" - }, - "tests/testthat/fixtures/testapp-raw/app.R": { - "checksum": "4d1ead062f718408e4f68ae2087e00c5" - }, - "tests/testthat/fixtures/testapp-raw/data1pt/DEMO_GCPS_20240201_133852_DM.csv": { - "checksum": "c4f6e53bdb1f23b37c29d04e0ef6b14a" - }, - "tests/testthat/fixtures/testapp-raw/data1pt/DEMO_GCPS_20240201_133852_RS.csv": { - "checksum": "41f4bf6223d9f05cbe5c6dd4d6a0f2b5" - }, - "tests/testthat/fixtures/testapp-raw/data1pt/DEMO_GCPS_20240201_133852_STE.csv": { - "checksum": "63df20ff8551b9a0d6b8e811667f81be" - }, - "tests/testthat/fixtures/testapp-raw/data1pt/DEMO_GCPS_20240201_133852_VS.csv": { - "checksum": "2c5f47ead0ab5758d5ef8cb678f79aa8" - }, - "tests/testthat/fixtures/testapp-raw/data1pt/DEMO_GCPS_20240201_133852_WHO.csv": { - "checksum": "c73112e3d309a5db4841bfed14dc900d" - }, - "tests/testthat/fixtures/testapp/app.R": { - "checksum": "9d39bba53b6168816ea47383f21aee3e" - }, - "tests/testthat/fixtures/testdb.sqlite": { - "checksum": "268b4fec0f3a064d5bb838f328885135" - }, - "tests/testthat/setup-shinytest2.R": { - "checksum": "747cecc914d3483a4ac8c2a975a1ad1e" - }, - "tests/testthat/test-add_missing_columns.R": { - "checksum": "4cc7758d610b1c9a87fa96f58f24cb45" - }, - "tests/testthat/test-adjust_colnames.R": { - "checksum": "913ccfd6e3aabb7aa74891fc414fb8dc" - }, - "tests/testthat/test-app_authentication.R": { - "checksum": "9a4918c5b6e49bbf3d2f72fa68c73a31" - }, - "tests/testthat/test-app_feature_01.R": { - "checksum": "276f7cd7ee416966eb7ae461283b0a42" - }, - "tests/testthat/test-app_feature_02.R": { - "checksum": "7bbf81bff9bce993d6e5be6263ca2c20" - }, - "tests/testthat/test-app_feature_03.R": { - "checksum": "e56c485cd3006c62bf03e633a9b40dca" - }, - "tests/testthat/test-app_feature_04.R": { - "checksum": "77cf3dc16930c851991d7d3c63ec5215" - }, - "tests/testthat/test-app_server.R": { - "checksum": "81a810ba872d1a8b663b501358853a11" - }, - "tests/testthat/test-collapse_column_vals.R": { - "checksum": "b19ee4eccd23ec8271278e19fab926e3" - }, - "tests/testthat/test-collect_query_data.R": { - "checksum": "f344d9414372134732b1399fdca45b6b" - }, - "tests/testthat/test-datatable_custom.R": { - "checksum": "d809e924fe29c4f573822ffd25552934" - }, - "tests/testthat/test-db_slice_rows.R": { - "checksum": "8861fecb9c7767c82bc04f09871bd701" - }, - "tests/testthat/test-fct_app_role_helpers.R": { - "checksum": "443d5c124adc3d46de2383e4970b9eaa" - }, - "tests/testthat/test-fct_appdata.R": { - "checksum": "c035fc517cfb7bc505d84ba2fd7ae3ad" - }, - "tests/testthat/test-fct_appdata_summary_tables.R": { - "checksum": "38fcd11829134e3f3cef59b4a45ad784" - }, - "tests/testthat/test-fct_data_tests.R": { - "checksum": "4bc3cc913944f9078ba57d451220c0a2" - }, - "tests/testthat/test-fct_figure_helpers.R": { - "checksum": "db6d174e85f3f5af3d028dc42413e931" - }, - "tests/testthat/test-fct_SQLite.R": { - "checksum": "914293d469e5ce8658c42859f7bc6cc0" - }, - "tests/testthat/test-fct_tables.R": { - "checksum": "279834600bef27457efdf902fbffd6f6" - }, - "tests/testthat/test-fct_utils.R": { - "checksum": "644afdfab31b51ad23f94b9f69095ff8" - }, - "tests/testthat/test-fig_barplot.R": { - "checksum": "298f8f1ecf2a308a4220a56515069ecc" - }, - "tests/testthat/test-fig_boxplots.R": { - "checksum": "c5ebf98707cbce8a0569294fe20709fc" - }, - "tests/testthat/test-fig_timeline.R": { - "checksum": "b2a8ff893f600a9343b374b91f5ae08f" - }, - "tests/testthat/test-fig_timeseries.R": { - "checksum": "038007de3efddc7192a01e5f19e9a7ba" - }, - "tests/testthat/test-fix_multiple_choice_vars.R": { - "checksum": "80145833f2eeafcb09bdae7326beb0f3" - }, - "tests/testthat/test-get_available_data.R": { - "checksum": "61d9641123c8f3e7a5c53e0e13bc7d54" - }, - "tests/testthat/test-get_base_value.R": { - "checksum": "3c0d58a35ce756c2621b667fa7036194" - }, - "tests/testthat/test-get_meta_vars.R": { - "checksum": "c6bb83e105b76b0ab8466b46c3ad503d" - }, - "tests/testthat/test-get_review_data.R": { - "checksum": "1f08b630ddfbece923d0d19fa5be38db" - }, - "tests/testthat/test-get_static_overview_data.R": { - "checksum": "02ddc451f26ceca74bb27be8c8acbf4b" - }, - "tests/testthat/test-golem-recommended.R": { - "checksum": "3ea856d9cd8bc0e7d930a45aa591e483" - }, - "tests/testthat/test-golem_utils_server.R": { - "checksum": "ddafb7ba17b2c3f6248768b0a08567ef" - }, - "tests/testthat/test-mod_common_forms.R": { - "checksum": "0a5b8aa15964d924bd96bb9718aa6e4d" - }, - "tests/testthat/test-mod_db_synch_info.R": { - "checksum": "af6671c2d31eb49ca5c57ff63512860d" - }, - "tests/testthat/test-mod_go_to_form.R": { - "checksum": "eaa3983893454b59a0c4682ffa1e64b1" - }, - "tests/testthat/test-mod_header_widgets.R": { - "checksum": "446fec946ccbc5cbffc112f02491fd2a" - }, - "tests/testthat/test-mod_main_sidebar.R": { - "checksum": "e83e129493297f33fce0f78dc5695abb" - }, - "tests/testthat/test-mod_navigate_forms.R": { - "checksum": "f923a0b8ed4b653b4b12dbd2669393a5" - }, - "tests/testthat/test-mod_navigate_participants.R": { - "checksum": "9582be919ded020ea420acf0a9d9e2e1" - }, - "tests/testthat/test-mod_navigate_review.R": { - "checksum": "0c4a70566f0d77ebd387940d07d17ca1" - }, - "tests/testthat/test-mod_queries.R": { - "checksum": "9163b1c890f787d0f1bf4cd2df24f33b" - }, - "tests/testthat/test-mod_query_add.R": { - "checksum": "25c0a37b82949b63d41a6d68ec660b3a" - }, - "tests/testthat/test-mod_query_follow_up.R": { - "checksum": "a4275334891feb0788f05aa9eab15da0" - }, - "tests/testthat/test-mod_report.R": { - "checksum": "362562283c9215a6fc29c97232db0a29" - }, - "tests/testthat/test-mod_report_fct_helpers.R": { - "checksum": "2f0374b38921597892d74bfe955e3a1f" - }, - "tests/testthat/test-mod_review_config.R": { - "checksum": "48eb090604b63d1fdbfa50de7c69dc37" - }, - "tests/testthat/test-mod_review_config_fct_helpers.R": { - "checksum": "82d77156402b81b7ef67b1af523d0ece" - }, - "tests/testthat/test-mod_review_forms.R": { - "checksum": "8138d4229e018cee9c1c704c2953b0c3" - }, - "tests/testthat/test-mod_start_page.R": { - "checksum": "21ea38ba80f2f361f05b2c70cb353887" - }, - "tests/testthat/test-mod_study_forms.R": { - "checksum": "933355f3bb18141dc65fc7848a8aaa65" - }, - "tests/testthat/test-mod_timeline.R": { - "checksum": "97f8779929b891914be025aab69fa60a" - }, - "tests/testthat/test-rename_raw_data.R": { - "checksum": "4035c5de672a770f6ac8b2185d325d93" - }, - "tests/testthat/test-summarize_review_data.R": { - "checksum": "d4143b9f0597defc76e8ea540e1df6e2" - }, - "tests/testthat/test-update_review_data.R": { - "checksum": "30e44cf7bc62c1a156d666f0791d111d" + "test.sqlite": { + "checksum": "abc2a5f0553ffa436efa9e19feb62dda" }, "user_db.sqlite": { - "checksum": "5ce6303a19c72e2e3d6a43d793a44938" - }, - "vignettes/app_validation_report.Rmd": { - "checksum": "5e039b90319cf7f31ad7422ffc8576ef" - }, - "vignettes/Contributions.Rmd": { - "checksum": "773e57e9a1ec52fd7523b42b9cf4084f" - }, - "vignettes/data_spec.Rmd": { - "checksum": "a227fa1cc35c80f5be0e61e58f8bba82" - }, - "vignettes/gcp_logo.png": { - "checksum": "f95a654e6fce0a6f355cfb88251bf879" - }, - "vignettes/references.bib": { - "checksum": "1d45c53171f91615c9618560d64744d7" - }, - "vignettes/test_results.rds": { - "checksum": "e8271f77e629386eb22036ea20db761c" + "checksum": "a66d6bc78556f4f0c4d4f1bbc065f12c" } }, "users": null diff --git a/renv.lock b/renv.lock new file mode 100644 index 00000000..7ed82889 --- /dev/null +++ b/renv.lock @@ -0,0 +1,2385 @@ +{ + "R": { + "Version": "4.4.1", + "Repositories": [ + { + "Name": "RSPM", + "URL": "https://packagemanager.posit.co/cran/2024-09-17" + }, + { + "Name": "RSPM2", + "URL": "https://packagemanager.posit.co/cran/2025-04-01" + } + ] + }, + "Packages": { + "AsioHeaders": { + "Package": "AsioHeaders", + "Version": "1.22.1-2", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "85bf3bd8fa58da21a22d84fd4f4ef0a8" + }, + "BH": { + "Package": "BH", + "Version": "1.84.0-0", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "a8235afbcd6316e6e91433ea47661013" + }, + "DBI": { + "Package": "DBI", + "Version": "1.2.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "methods" + ], + "Hash": "065ae649b05f1ff66bb0c793107508f5" + }, + "DT": { + "Package": "DT", + "Version": "0.33", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "crosstalk", + "htmltools", + "htmlwidgets", + "httpuv", + "jquerylib", + "jsonlite", + "magrittr", + "promises" + ], + "Hash": "64ff3427f559ce3f2597a4fe13255cb6" + }, + "MASS": { + "Package": "MASS", + "Version": "7.3-61", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "grDevices", + "graphics", + "methods", + "stats", + "utils" + ], + "Hash": "0cafd6f0500e5deba33be22c46bf6055" + }, + "Matrix": { + "Package": "Matrix", + "Version": "1.7-0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "grDevices", + "graphics", + "grid", + "lattice", + "methods", + "stats", + "utils" + ], + "Hash": "1920b2f11133b12350024297d8a4ff4a" + }, + "PKI": { + "Package": "PKI", + "Version": "0.1-14", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "base64enc" + ], + "Hash": "f5b9c6b2f62f1fa3dd53fd1ddccbb241" + }, + "R.methodsS3": { + "Package": "R.methodsS3", + "Version": "1.8.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "utils" + ], + "Hash": "278c286fd6e9e75d0c2e8f731ea445c8" + }, + "R.oo": { + "Package": "R.oo", + "Version": "1.26.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R.methodsS3", + "methods", + "utils" + ], + "Hash": "4fed809e53ddb5407b3da3d0f572e591" + }, + "R.utils": { + "Package": "R.utils", + "Version": "2.12.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R.methodsS3", + "R.oo", + "methods", + "tools", + "utils" + ], + "Hash": "3dc2829b790254bfba21e60965787651" + }, + "R6": { + "Package": "R6", + "Version": "2.5.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "470851b6d5d0ac559e9d01bb352b4021" + }, + "RColorBrewer": { + "Package": "RColorBrewer", + "Version": "1.1-3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "45f0398006e83a5b10b72a90663d8d8c" + }, + "RSQLite": { + "Package": "RSQLite", + "Version": "2.3.7", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "DBI", + "R", + "bit64", + "blob", + "cpp11", + "memoise", + "methods", + "pkgconfig", + "plogr", + "rlang" + ], + "Hash": "46b45a4dd7bb0e0f4e3fc22245817240" + }, + "Rcpp": { + "Package": "Rcpp", + "Version": "1.0.13", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "methods", + "utils" + ], + "Hash": "f27411eb6d9c3dada5edd444b8416675" + }, + "anytime": { + "Package": "anytime", + "Version": "0.3.9", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "BH", + "R", + "Rcpp" + ], + "Hash": "74a64813f17b492da9c6afda6b128e3d" + }, + "askpass": { + "Package": "askpass", + "Version": "1.2.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "sys" + ], + "Hash": "cad6cf7f1d5f6e906700b9d3e718c796" + }, + "attempt": { + "Package": "attempt", + "Version": "0.3.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "rlang" + ], + "Hash": "d7421bb5dfeb2676b9e4a5a60c2fcfd2" + }, + "backports": { + "Package": "backports", + "Version": "1.5.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "e1e1b9d75c37401117b636b7ae50827a" + }, + "base64enc": { + "Package": "base64enc", + "Version": "0.1-3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "543776ae6848fde2f48ff3816d0628bc" + }, + "billboarder": { + "Package": "billboarder", + "Version": "0.5.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "ggplot2", + "htmltools", + "htmlwidgets", + "jsonlite", + "magrittr", + "rlang", + "scales", + "shiny" + ], + "Hash": "8cfc73709bd06a57f4039fe15083b238" + }, + "bit": { + "Package": "bit", + "Version": "4.0.5", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "d242abec29412ce988848d0294b208fd" + }, + "bit64": { + "Package": "bit64", + "Version": "4.0.5", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "bit", + "methods", + "stats", + "utils" + ], + "Hash": "9fe98599ca456d6552421db0d6772d8f" + }, + "blob": { + "Package": "blob", + "Version": "1.2.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "methods", + "rlang", + "vctrs" + ], + "Hash": "40415719b5a479b87949f3aa0aee737c" + }, + "brew": { + "Package": "brew", + "Version": "1.0-10", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "8f4a384e19dccd8c65356dc096847b76" + }, + "brio": { + "Package": "brio", + "Version": "1.1.5", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "c1ee497a6d999947c2c224ae46799b1a" + }, + "bslib": { + "Package": "bslib", + "Version": "0.8.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "base64enc", + "cachem", + "fastmap", + "grDevices", + "htmltools", + "jquerylib", + "jsonlite", + "lifecycle", + "memoise", + "mime", + "rlang", + "sass" + ], + "Hash": "b299c6741ca9746fb227debcb0f9fb6c" + }, + "cachem": { + "Package": "cachem", + "Version": "1.1.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "fastmap", + "rlang" + ], + "Hash": "cd9a672193789068eb5a2aad65a0dedf" + }, + "callr": { + "Package": "callr", + "Version": "3.7.6", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "processx", + "utils" + ], + "Hash": "d7e13f49c19103ece9e58ad2d83a7354" + }, + "cellranger": { + "Package": "cellranger", + "Version": "1.1.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "rematch", + "tibble" + ], + "Hash": "f61dbaec772ccd2e17705c1e872e9e7c" + }, + "checkmate": { + "Package": "checkmate", + "Version": "2.3.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "backports", + "utils" + ], + "Hash": "0e14e01ce07e7c88fd25de6d4260d26b" + }, + "chromote": { + "Package": "chromote", + "Version": "0.5.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R6", + "cli", + "curl", + "fastmap", + "jsonlite", + "later", + "magrittr", + "processx", + "promises", + "rlang", + "utils", + "websocket", + "withr", + "zip" + ], + "Hash": "11811b9f4279dcd325739b3f4b460b52" + }, + "cli": { + "Package": "cli", + "Version": "3.6.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "utils" + ], + "Hash": "b21916dd77a27642b447374a5d30ecf3" + }, + "clipr": { + "Package": "clipr", + "Version": "0.8.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "utils" + ], + "Hash": "3f038e5ac7f41d4ac41ce658c85e3042" + }, + "codetools": { + "Package": "codetools", + "Version": "0.2-20", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "61e097f35917d342622f21cdc79c256e" + }, + "colorspace": { + "Package": "colorspace", + "Version": "2.1-1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "grDevices", + "graphics", + "methods", + "stats" + ], + "Hash": "d954cb1c57e8d8b756165d7ba18aa55a" + }, + "commonmark": { + "Package": "commonmark", + "Version": "1.9.1", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "5d8225445acb167abf7797de48b2ee3c" + }, + "config": { + "Package": "config", + "Version": "0.3.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "yaml" + ], + "Hash": "8b7222e9d9eb5178eea545c0c4d33fc2" + }, + "covr": { + "Package": "covr", + "Version": "3.6.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "crayon", + "digest", + "httr", + "jsonlite", + "methods", + "rex", + "stats", + "utils", + "withr", + "yaml" + ], + "Hash": "0cbf0435830e767ba9b292b313592362" + }, + "cowplot": { + "Package": "cowplot", + "Version": "1.1.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "ggplot2", + "grDevices", + "grid", + "gtable", + "methods", + "rlang", + "scales" + ], + "Hash": "8ef2084dd7d28847b374e55440e4f8cb" + }, + "cpp11": { + "Package": "cpp11", + "Version": "0.5.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "91570bba75d0c9d3f1040c835cee8fba" + }, + "crayon": { + "Package": "crayon", + "Version": "1.5.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "grDevices", + "methods", + "utils" + ], + "Hash": "859d96e65ef198fd43e82b9628d593ef" + }, + "credentials": { + "Package": "credentials", + "Version": "2.0.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "askpass", + "curl", + "jsonlite", + "openssl", + "sys" + ], + "Hash": "c7844b32098dcbd1c59cbd8dddb4ecc6" + }, + "crosstalk": { + "Package": "crosstalk", + "Version": "1.2.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R6", + "htmltools", + "jsonlite", + "lazyeval" + ], + "Hash": "ab12c7b080a57475248a30f4db6298c0" + }, + "curl": { + "Package": "curl", + "Version": "5.2.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "8f27335f2bcff4d6035edcc82d7d46de" + }, + "data.table": { + "Package": "data.table", + "Version": "1.16.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "methods" + ], + "Hash": "fb24e05d4a91d8b1c7ff8e284bde834a" + }, + "dbplyr": { + "Package": "dbplyr", + "Version": "2.5.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "DBI", + "R", + "R6", + "blob", + "cli", + "dplyr", + "glue", + "lifecycle", + "magrittr", + "methods", + "pillar", + "purrr", + "rlang", + "tibble", + "tidyr", + "tidyselect", + "utils", + "vctrs", + "withr" + ], + "Hash": "39b2e002522bfd258039ee4e889e0fd1" + }, + "desc": { + "Package": "desc", + "Version": "1.4.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "cli", + "utils" + ], + "Hash": "99b79fcbd6c4d1ce087f5c5c758b384f" + }, + "devtools": { + "Package": "devtools", + "Version": "2.4.5", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "desc", + "ellipsis", + "fs", + "lifecycle", + "memoise", + "miniUI", + "pkgbuild", + "pkgdown", + "pkgload", + "profvis", + "rcmdcheck", + "remotes", + "rlang", + "roxygen2", + "rversions", + "sessioninfo", + "stats", + "testthat", + "tools", + "urlchecker", + "usethis", + "utils", + "withr" + ], + "Hash": "ea5bc8b4a6a01e4f12d98b58329930bb" + }, + "diffobj": { + "Package": "diffobj", + "Version": "0.3.5", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "crayon", + "methods", + "stats", + "tools", + "utils" + ], + "Hash": "bcaa8b95f8d7d01a5dedfd959ce88ab8" + }, + "digest": { + "Package": "digest", + "Version": "0.6.37", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "utils" + ], + "Hash": "33698c4b3127fc9f506654607fb73676" + }, + "downlit": { + "Package": "downlit", + "Version": "0.4.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "brio", + "desc", + "digest", + "evaluate", + "fansi", + "memoise", + "rlang", + "vctrs", + "withr", + "yaml" + ], + "Hash": "45a6a596bf0108ee1ff16a040a2df897" + }, + "dplyr": { + "Package": "dplyr", + "Version": "1.1.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "cli", + "generics", + "glue", + "lifecycle", + "magrittr", + "methods", + "pillar", + "rlang", + "tibble", + "tidyselect", + "utils", + "vctrs" + ], + "Hash": "fedd9d00c2944ff00a0e2696ccf048ec" + }, + "ellipsis": { + "Package": "ellipsis", + "Version": "0.3.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "rlang" + ], + "Hash": "bb0eec2fe32e88d9e2836c2f73ea2077" + }, + "evaluate": { + "Package": "evaluate", + "Version": "0.24.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "methods" + ], + "Hash": "a1066cbc05caee9a4bf6d90f194ff4da" + }, + "fansi": { + "Package": "fansi", + "Version": "1.0.6", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "grDevices", + "utils" + ], + "Hash": "962174cf2aeb5b9eea581522286a911f" + }, + "farver": { + "Package": "farver", + "Version": "2.1.2", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "680887028577f3fa2a81e410ed0d6e42" + }, + "fastmap": { + "Package": "fastmap", + "Version": "1.2.0", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "aa5e1cd11c2d15497494c5292d7ffcc8" + }, + "fontawesome": { + "Package": "fontawesome", + "Version": "0.5.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "htmltools", + "rlang" + ], + "Hash": "c2efdd5f0bcd1ea861c2d4e2a883a67d" + }, + "fs": { + "Package": "fs", + "Version": "1.6.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "methods" + ], + "Hash": "15aeb8c27f5ea5161f9f6a641fafd93a" + }, + "generics": { + "Package": "generics", + "Version": "0.1.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "methods" + ], + "Hash": "15e9634c0fcd294799e9b2e929ed1b86" + }, + "gert": { + "Package": "gert", + "Version": "2.1.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "askpass", + "credentials", + "openssl", + "rstudioapi", + "sys", + "zip" + ], + "Hash": "ab2ca7d6bd706ed218d096b7b16d7233" + }, + "ggplot2": { + "Package": "ggplot2", + "Version": "3.5.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "MASS", + "R", + "cli", + "glue", + "grDevices", + "grid", + "gtable", + "isoband", + "lifecycle", + "mgcv", + "rlang", + "scales", + "stats", + "tibble", + "vctrs", + "withr" + ], + "Hash": "44c6a2f8202d5b7e878ea274b1092426" + }, + "gh": { + "Package": "gh", + "Version": "1.4.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "gitcreds", + "glue", + "httr2", + "ini", + "jsonlite", + "lifecycle", + "rlang" + ], + "Hash": "fbbbc48eba7a6626a08bb365e44b563b" + }, + "gitcreds": { + "Package": "gitcreds", + "Version": "0.1.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "ab08ac61f3e1be454ae21911eb8bc2fe" + }, + "globals": { + "Package": "globals", + "Version": "0.16.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "codetools" + ], + "Hash": "2580567908cafd4f187c1e5a91e98b7f" + }, + "glue": { + "Package": "glue", + "Version": "1.7.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "methods" + ], + "Hash": "e0b3a53876554bd45879e596cdb10a52" + }, + "golem": { + "Package": "golem", + "Version": "0.5.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "attempt", + "config", + "here", + "htmltools", + "rlang", + "shiny", + "utils", + "yaml" + ], + "Hash": "11be24963e2f220c403eafd01e2259d5" + }, + "gtable": { + "Package": "gtable", + "Version": "0.3.5", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "glue", + "grid", + "lifecycle", + "rlang" + ], + "Hash": "e18861963cbc65a27736e02b3cd3c4a0" + }, + "here": { + "Package": "here", + "Version": "1.0.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "rprojroot" + ], + "Hash": "24b224366f9c2e7534d2344d10d59211" + }, + "highr": { + "Package": "highr", + "Version": "0.11", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "xfun" + ], + "Hash": "d65ba49117ca223614f71b60d85b8ab7" + }, + "hms": { + "Package": "hms", + "Version": "1.1.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "lifecycle", + "methods", + "pkgconfig", + "rlang", + "vctrs" + ], + "Hash": "b59377caa7ed00fa41808342002138f9" + }, + "htmltools": { + "Package": "htmltools", + "Version": "0.5.8.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "base64enc", + "digest", + "fastmap", + "grDevices", + "rlang", + "utils" + ], + "Hash": "81d371a9cc60640e74e4ab6ac46dcedc" + }, + "htmlwidgets": { + "Package": "htmlwidgets", + "Version": "1.6.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "grDevices", + "htmltools", + "jsonlite", + "knitr", + "rmarkdown", + "yaml" + ], + "Hash": "04291cc45198225444a397606810ac37" + }, + "httpuv": { + "Package": "httpuv", + "Version": "1.6.15", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "Rcpp", + "later", + "promises", + "utils" + ], + "Hash": "d55aa087c47a63ead0f6fc10f8fa1ee0" + }, + "httr": { + "Package": "httr", + "Version": "1.4.7", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "curl", + "jsonlite", + "mime", + "openssl" + ], + "Hash": "ac107251d9d9fd72f0ca8049988f1d7f" + }, + "httr2": { + "Package": "httr2", + "Version": "1.0.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "cli", + "curl", + "glue", + "lifecycle", + "magrittr", + "openssl", + "rappdirs", + "rlang", + "vctrs", + "withr" + ], + "Hash": "836e9564fbeca3bb390bb429a53cd401" + }, + "ini": { + "Package": "ini", + "Version": "0.3.1", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "6154ec2223172bce8162d4153cda21f7" + }, + "isoband": { + "Package": "isoband", + "Version": "0.2.7", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "grid", + "utils" + ], + "Hash": "0080607b4a1a7b28979aecef976d8bc2" + }, + "jquerylib": { + "Package": "jquerylib", + "Version": "0.1.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "htmltools" + ], + "Hash": "5aab57a3bd297eee1c1d862735972182" + }, + "jsonlite": { + "Package": "jsonlite", + "Version": "1.8.8", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "methods" + ], + "Hash": "e1b9c55281c5adc4dd113652d9e26768" + }, + "kableExtra": { + "Package": "kableExtra", + "Version": "1.4.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "digest", + "grDevices", + "graphics", + "htmltools", + "knitr", + "magrittr", + "rmarkdown", + "rstudioapi", + "scales", + "stats", + "stringr", + "svglite", + "tools", + "viridisLite", + "xml2" + ], + "Hash": "532d16304274c23c8563f94b79351c86" + }, + "knitr": { + "Package": "knitr", + "Version": "1.48", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "evaluate", + "highr", + "methods", + "tools", + "xfun", + "yaml" + ], + "Hash": "acf380f300c721da9fde7df115a5f86f" + }, + "labeling": { + "Package": "labeling", + "Version": "0.4.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "graphics", + "stats" + ], + "Hash": "b64ec208ac5bc1852b285f665d6368b3" + }, + "later": { + "Package": "later", + "Version": "1.3.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "Rcpp", + "rlang" + ], + "Hash": "a3e051d405326b8b0012377434c62b37" + }, + "lattice": { + "Package": "lattice", + "Version": "0.22-6", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "grDevices", + "graphics", + "grid", + "stats", + "utils" + ], + "Hash": "cc5ac1ba4c238c7ca9fa6a87ca11a7e2" + }, + "lazyeval": { + "Package": "lazyeval", + "Version": "0.2.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "d908914ae53b04d4c0c0fd72ecc35370" + }, + "lifecycle": { + "Package": "lifecycle", + "Version": "1.0.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "glue", + "rlang" + ], + "Hash": "b8552d117e1b808b09a832f589b79035" + }, + "magrittr": { + "Package": "magrittr", + "Version": "2.0.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "7ce2733a9826b3aeb1775d56fd305472" + }, + "memoise": { + "Package": "memoise", + "Version": "2.0.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "cachem", + "rlang" + ], + "Hash": "e2817ccf4a065c5d9d7f2cfbe7c1d78c" + }, + "mgcv": { + "Package": "mgcv", + "Version": "1.9-1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "Matrix", + "R", + "graphics", + "methods", + "nlme", + "splines", + "stats", + "utils" + ], + "Hash": "110ee9d83b496279960e162ac97764ce" + }, + "mime": { + "Package": "mime", + "Version": "0.12", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "tools" + ], + "Hash": "18e9c28c1d3ca1560ce30658b22ce104" + }, + "miniUI": { + "Package": "miniUI", + "Version": "0.1.1.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "htmltools", + "shiny", + "utils" + ], + "Hash": "fec5f52652d60615fdb3957b3d74324a" + }, + "munsell": { + "Package": "munsell", + "Version": "0.5.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "colorspace", + "methods" + ], + "Hash": "4fd8900853b746af55b81fda99da7695" + }, + "nlme": { + "Package": "nlme", + "Version": "3.1-166", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "graphics", + "lattice", + "stats", + "utils" + ], + "Hash": "ccbb8846be320b627e6aa2b4616a2ded" + }, + "openssl": { + "Package": "openssl", + "Version": "2.2.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "askpass" + ], + "Hash": "c62edf62de70cadf40553e10c739049d" + }, + "packrat": { + "Package": "packrat", + "Version": "0.9.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "tools", + "utils" + ], + "Hash": "55ddd2d4a1959535f18393478b0c14a6" + }, + "pillar": { + "Package": "pillar", + "Version": "1.9.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "cli", + "fansi", + "glue", + "lifecycle", + "rlang", + "utf8", + "utils", + "vctrs" + ], + "Hash": "15da5a8412f317beeee6175fbc76f4bb" + }, + "pingr": { + "Package": "pingr", + "Version": "2.0.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "processx", + "utils" + ], + "Hash": "8d2db1d13f4198a00ebf2f066bf2ab67" + }, + "pkgbuild": { + "Package": "pkgbuild", + "Version": "1.4.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "callr", + "cli", + "desc", + "processx" + ], + "Hash": "a29e8e134a460a01e0ca67a4763c595b" + }, + "pkgconfig": { + "Package": "pkgconfig", + "Version": "2.0.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "utils" + ], + "Hash": "01f28d4278f15c76cddbea05899c5d6f" + }, + "pkgdown": { + "Package": "pkgdown", + "Version": "2.1.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "bslib", + "callr", + "cli", + "desc", + "digest", + "downlit", + "fontawesome", + "fs", + "httr2", + "jsonlite", + "openssl", + "purrr", + "ragg", + "rlang", + "rmarkdown", + "tibble", + "whisker", + "withr", + "xml2", + "yaml" + ], + "Hash": "0d3d789055c873f48521ce7e23c23f48" + }, + "pkgload": { + "Package": "pkgload", + "Version": "1.4.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "desc", + "fs", + "glue", + "lifecycle", + "methods", + "pkgbuild", + "processx", + "rlang", + "rprojroot", + "utils", + "withr" + ], + "Hash": "2ec30ffbeec83da57655b850cf2d3e0e" + }, + "plogr": { + "Package": "plogr", + "Version": "0.2.0", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "09eb987710984fc2905c7129c7d85e65" + }, + "plotly": { + "Package": "plotly", + "Version": "4.10.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "RColorBrewer", + "base64enc", + "crosstalk", + "data.table", + "digest", + "dplyr", + "ggplot2", + "htmltools", + "htmlwidgets", + "httr", + "jsonlite", + "lazyeval", + "magrittr", + "promises", + "purrr", + "rlang", + "scales", + "tibble", + "tidyr", + "tools", + "vctrs", + "viridisLite" + ], + "Hash": "a1ac5c03ad5ad12b9d1597e00e23c3dd" + }, + "praise": { + "Package": "praise", + "Version": "1.0.0", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "a555924add98c99d2f411e37e7d25e9f" + }, + "prettyunits": { + "Package": "prettyunits", + "Version": "1.2.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "6b01fc98b1e86c4f705ce9dcfd2f57c7" + }, + "processx": { + "Package": "processx", + "Version": "3.8.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "ps", + "utils" + ], + "Hash": "0c90a7d71988856bad2a2a45dd871bb9" + }, + "profvis": { + "Package": "profvis", + "Version": "0.3.8", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "htmlwidgets", + "purrr", + "rlang", + "stringr", + "vctrs" + ], + "Hash": "aa5a3864397ce6ae03458f98618395a1" + }, + "progress": { + "Package": "progress", + "Version": "1.2.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "crayon", + "hms", + "prettyunits" + ], + "Hash": "f4625e061cb2865f111b47ff163a5ca6" + }, + "promises": { + "Package": "promises", + "Version": "1.3.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R6", + "Rcpp", + "fastmap", + "later", + "magrittr", + "rlang", + "stats" + ], + "Hash": "434cd5388a3979e74be5c219bcd6e77d" + }, + "ps": { + "Package": "ps", + "Version": "1.8.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "utils" + ], + "Hash": "4b9c8485b0c7eecdf0a9ba5132a45576" + }, + "purrr": { + "Package": "purrr", + "Version": "1.0.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "lifecycle", + "magrittr", + "rlang", + "vctrs" + ], + "Hash": "1cba04a4e9414bdefc9dcaa99649a8dc" + }, + "ragg": { + "Package": "ragg", + "Version": "1.3.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "systemfonts", + "textshaping" + ], + "Hash": "0595fe5e47357111f29ad19101c7d271" + }, + "rappdirs": { + "Package": "rappdirs", + "Version": "0.3.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "5e3c5dc0b071b21fa128676560dbe94d" + }, + "rcmdcheck": { + "Package": "rcmdcheck", + "Version": "1.4.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R6", + "callr", + "cli", + "curl", + "desc", + "digest", + "pkgbuild", + "prettyunits", + "rprojroot", + "sessioninfo", + "utils", + "withr", + "xopen" + ], + "Hash": "8f25ebe2ec38b1f2aef3b0d2ef76f6c4" + }, + "readr": { + "Package": "readr", + "Version": "2.1.5", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "cli", + "clipr", + "cpp11", + "crayon", + "hms", + "lifecycle", + "methods", + "rlang", + "tibble", + "tzdb", + "utils", + "vroom" + ], + "Hash": "9de96463d2117f6ac49980577939dfb3" + }, + "readxl": { + "Package": "readxl", + "Version": "1.4.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cellranger", + "cpp11", + "progress", + "tibble", + "utils" + ], + "Hash": "8cf9c239b96df1bbb133b74aef77ad0a" + }, + "rematch": { + "Package": "rematch", + "Version": "2.0.0", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "cbff1b666c6fa6d21202f07e2318d4f1" + }, + "rematch2": { + "Package": "rematch2", + "Version": "2.1.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "tibble" + ], + "Hash": "76c9e04c712a05848ae7a23d2f170a40" + }, + "remotes": { + "Package": "remotes", + "Version": "2.5.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "methods", + "stats", + "tools", + "utils" + ], + "Hash": "3ee025083e66f18db6cf27b56e23e141" + }, + "renv": { + "Package": "renv", + "Version": "1.0.7", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "utils" + ], + "Hash": "397b7b2a265bc5a7a06852524dabae20" + }, + "rex": { + "Package": "rex", + "Version": "1.2.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "lazyeval" + ], + "Hash": "ae34cd56890607370665bee5bd17812f" + }, + "rlang": { + "Package": "rlang", + "Version": "1.1.5", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "utils" + ], + "Hash": "724dcc1490cd7071ee75ca2994a5446e" + }, + "rmarkdown": { + "Package": "rmarkdown", + "Version": "2.28", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "bslib", + "evaluate", + "fontawesome", + "htmltools", + "jquerylib", + "jsonlite", + "knitr", + "methods", + "tinytex", + "tools", + "utils", + "xfun", + "yaml" + ], + "Hash": "062470668513dcda416927085ee9bdc7" + }, + "roxygen2": { + "Package": "roxygen2", + "Version": "7.3.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "brew", + "cli", + "commonmark", + "cpp11", + "desc", + "knitr", + "methods", + "pkgload", + "purrr", + "rlang", + "stringi", + "stringr", + "utils", + "withr", + "xml2" + ], + "Hash": "6ee25f9054a70f44d615300ed531ba8d" + }, + "rprojroot": { + "Package": "rprojroot", + "Version": "2.0.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "4c8415e0ec1e29f3f4f6fc108bef0144" + }, + "rsconnect": { + "Package": "rsconnect", + "Version": "1.3.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "PKI", + "R", + "cli", + "curl", + "digest", + "jsonlite", + "lifecycle", + "openssl", + "packrat", + "renv", + "rlang", + "rstudioapi", + "tools", + "yaml" + ], + "Hash": "90dc9ac04cec50f25657b077d4aaca57" + }, + "rstudioapi": { + "Package": "rstudioapi", + "Version": "0.16.0", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "96710351d642b70e8f02ddeb237c46a7" + }, + "rversions": { + "Package": "rversions", + "Version": "2.1.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "curl", + "utils", + "xml2" + ], + "Hash": "a9881dfed103e83f9de151dc17002cd1" + }, + "sass": { + "Package": "sass", + "Version": "0.4.9", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R6", + "fs", + "htmltools", + "rappdirs", + "rlang" + ], + "Hash": "d53dbfddf695303ea4ad66f86e99b95d" + }, + "scales": { + "Package": "scales", + "Version": "1.3.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "RColorBrewer", + "cli", + "farver", + "glue", + "labeling", + "lifecycle", + "munsell", + "rlang", + "viridisLite" + ], + "Hash": "c19df082ba346b0ffa6f833e92de34d1" + }, + "scrypt": { + "Package": "scrypt", + "Version": "0.1.6", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "Rcpp" + ], + "Hash": "5669c376aea6546ff938528588101b7a" + }, + "sessioninfo": { + "Package": "sessioninfo", + "Version": "1.2.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "tools", + "utils" + ], + "Hash": "3f9796a8d0a0e8c6eb49a4b029359d1f" + }, + "shiny": { + "Package": "shiny", + "Version": "1.9.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "bslib", + "cachem", + "commonmark", + "crayon", + "fastmap", + "fontawesome", + "glue", + "grDevices", + "htmltools", + "httpuv", + "jsonlite", + "later", + "lifecycle", + "methods", + "mime", + "promises", + "rlang", + "sourcetools", + "tools", + "utils", + "withr", + "xtable" + ], + "Hash": "6a293995a66e12c48d13aa1f957d09c7" + }, + "shinyWidgets": { + "Package": "shinyWidgets", + "Version": "0.8.6", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "anytime", + "bslib", + "grDevices", + "htmltools", + "jsonlite", + "rlang", + "sass", + "shiny" + ], + "Hash": "bc918b6911c4e928e24a9928295de834" + }, + "shinycssloaders": { + "Package": "shinycssloaders", + "Version": "1.1.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "digest", + "glue", + "grDevices", + "htmltools", + "shiny" + ], + "Hash": "2b45a467a30d6a88a1892a738c0900cf" + }, + "shinyjs": { + "Package": "shinyjs", + "Version": "2.1.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "digest", + "jsonlite", + "shiny" + ], + "Hash": "802e4786b353a4bb27116957558548d5" + }, + "shinymanager": { + "Package": "shinymanager", + "Version": "1.0.410", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "DBI", + "DT", + "R.utils", + "R6", + "RSQLite", + "billboarder", + "htmltools", + "openssl", + "scrypt", + "shiny" + ], + "Hash": "7992f5ecc5e8d40200dc8ba4e97d33eb" + }, + "shinytest2": { + "Package": "shinytest2", + "Version": "0.3.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R6", + "callr", + "checkmate", + "chromote", + "cpp11", + "crayon", + "fs", + "globals", + "httr", + "jsonlite", + "pingr", + "rlang", + "rmarkdown", + "shiny", + "testthat", + "withr" + ], + "Hash": "a414c1bb2eb6e2a920742d3ebce84962" + }, + "sourcetools": { + "Package": "sourcetools", + "Version": "0.1.7-1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "5f5a7629f956619d519205ec475fe647" + }, + "stringi": { + "Package": "stringi", + "Version": "1.8.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "stats", + "tools", + "utils" + ], + "Hash": "39e1144fd75428983dc3f63aa53dfa91" + }, + "stringr": { + "Package": "stringr", + "Version": "1.5.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "glue", + "lifecycle", + "magrittr", + "rlang", + "stringi", + "vctrs" + ], + "Hash": "960e2ae9e09656611e0b8214ad543207" + }, + "svglite": { + "Package": "svglite", + "Version": "2.1.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cpp11", + "systemfonts" + ], + "Hash": "124a41fdfa23e8691cb744c762f10516" + }, + "sys": { + "Package": "sys", + "Version": "3.4.2", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "3a1be13d68d47a8cd0bfd74739ca1555" + }, + "systemfonts": { + "Package": "systemfonts", + "Version": "1.1.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cpp11", + "lifecycle" + ], + "Hash": "213b6b8ed5afbf934843e6c3b090d418" + }, + "testthat": { + "Package": "testthat", + "Version": "3.2.1.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "brio", + "callr", + "cli", + "desc", + "digest", + "evaluate", + "jsonlite", + "lifecycle", + "magrittr", + "methods", + "pkgload", + "praise", + "processx", + "ps", + "rlang", + "utils", + "waldo", + "withr" + ], + "Hash": "3f6e7e5e2220856ff865e4834766bf2b" + }, + "textshaping": { + "Package": "textshaping", + "Version": "0.4.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cpp11", + "lifecycle", + "systemfonts" + ], + "Hash": "5142f8bc78ed3d819d26461b641627ce" + }, + "tibble": { + "Package": "tibble", + "Version": "3.2.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "fansi", + "lifecycle", + "magrittr", + "methods", + "pillar", + "pkgconfig", + "rlang", + "utils", + "vctrs" + ], + "Hash": "a84e2cc86d07289b3b6f5069df7a004c" + }, + "tidyr": { + "Package": "tidyr", + "Version": "1.3.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "cpp11", + "dplyr", + "glue", + "lifecycle", + "magrittr", + "purrr", + "rlang", + "stringr", + "tibble", + "tidyselect", + "utils", + "vctrs" + ], + "Hash": "915fb7ce036c22a6a33b5a8adb712eb1" + }, + "tidyselect": { + "Package": "tidyselect", + "Version": "1.2.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "glue", + "lifecycle", + "rlang", + "vctrs", + "withr" + ], + "Hash": "829f27b9c4919c16b593794a6344d6c0" + }, + "timevis": { + "Package": "timevis", + "Version": "2.1.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "htmltools", + "htmlwidgets", + "jsonlite", + "magrittr", + "methods", + "rmarkdown", + "shiny" + ], + "Hash": "322f35cae1fcac54fe0c14201fb1fecf" + }, + "tinytex": { + "Package": "tinytex", + "Version": "0.53", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "xfun" + ], + "Hash": "9db859e8aabbb474293dde3097839420" + }, + "tzdb": { + "Package": "tzdb", + "Version": "0.4.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cpp11" + ], + "Hash": "f561504ec2897f4d46f0c7657e488ae1" + }, + "urlchecker": { + "Package": "urlchecker", + "Version": "1.0.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "curl", + "tools", + "xml2" + ], + "Hash": "409328b8e1253c8d729a7836fe7f7a16" + }, + "usethis": { + "Package": "usethis", + "Version": "3.0.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "clipr", + "crayon", + "curl", + "desc", + "fs", + "gert", + "gh", + "glue", + "jsonlite", + "lifecycle", + "purrr", + "rappdirs", + "rlang", + "rprojroot", + "rstudioapi", + "stats", + "utils", + "whisker", + "withr", + "yaml" + ], + "Hash": "b2fbf93c2127bedd2cbe9b799530d5d2" + }, + "utf8": { + "Package": "utf8", + "Version": "1.2.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "62b65c52671e6665f803ff02954446e9" + }, + "vctrs": { + "Package": "vctrs", + "Version": "0.6.5", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "glue", + "lifecycle", + "rlang" + ], + "Hash": "c03fa420630029418f7e6da3667aac4a" + }, + "viridisLite": { + "Package": "viridisLite", + "Version": "0.4.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "c826c7c4241b6fc89ff55aaea3fa7491" + }, + "vroom": { + "Package": "vroom", + "Version": "1.6.5", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "bit64", + "cli", + "cpp11", + "crayon", + "glue", + "hms", + "lifecycle", + "methods", + "progress", + "rlang", + "stats", + "tibble", + "tidyselect", + "tzdb", + "vctrs", + "withr" + ], + "Hash": "390f9315bc0025be03012054103d227c" + }, + "waldo": { + "Package": "waldo", + "Version": "0.5.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "diffobj", + "glue", + "methods", + "rematch2", + "rlang", + "tibble" + ], + "Hash": "16aa934a49658677d8041df9017329b9" + }, + "websocket": { + "Package": "websocket", + "Version": "1.4.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "AsioHeaders", + "R6", + "cpp11", + "later" + ], + "Hash": "e77c5569354172d0d04d54a9dec89e33" + }, + "whisker": { + "Package": "whisker", + "Version": "0.4.1", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "c6abfa47a46d281a7d5159d0a8891e88" + }, + "withr": { + "Package": "withr", + "Version": "3.0.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "grDevices", + "graphics" + ], + "Hash": "cc2d62c76458d425210d1eb1478b30b4" + }, + "xfun": { + "Package": "xfun", + "Version": "0.47", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "grDevices", + "stats", + "tools" + ], + "Hash": "36ab21660e2d095fef0d83f689e0477c" + }, + "xml2": { + "Package": "xml2", + "Version": "1.3.6", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "methods", + "rlang" + ], + "Hash": "1d0336142f4cd25d8d23cd3ba7a8fb61" + }, + "xopen": { + "Package": "xopen", + "Version": "1.0.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "processx" + ], + "Hash": "423df1e86d5533fcb73c6b02b4923b49" + }, + "xtable": { + "Package": "xtable", + "Version": "1.8-4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "stats", + "utils" + ], + "Hash": "b8acdf8af494d9ec19ccb2481a9b11c2" + }, + "yaml": { + "Package": "yaml", + "Version": "2.3.10", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "51dab85c6c98e50a18d7551e9d49f76c" + }, + "zip": { + "Package": "zip", + "Version": "2.3.1", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "fcc4bd8e6da2d2011eb64a5e5cc685ab" + } + } +} diff --git a/renv/profiles/full/renv.lock b/renv/profiles/full/renv.lock index 11151304..7ed82889 100644 --- a/renv/profiles/full/renv.lock +++ b/renv/profiles/full/renv.lock @@ -87,6 +87,17 @@ ], "Hash": "1920b2f11133b12350024297d8a4ff4a" }, + "PKI": { + "Package": "PKI", + "Version": "0.1-14", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "base64enc" + ], + "Hash": "f5b9c6b2f62f1fa3dd53fd1ddccbb241" + }, "R.methodsS3": { "Package": "R.methodsS3", "Version": "1.8.2", @@ -373,7 +384,7 @@ "Package": "chromote", "Version": "0.5.0", "Source": "Repository", - "Repository": "RSPM2", + "Repository": "RSPM", "Requirements": [ "R6", "cli", @@ -1261,6 +1272,18 @@ ], "Hash": "c62edf62de70cadf40553e10c739049d" }, + "packrat": { + "Package": "packrat", + "Version": "0.9.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "tools", + "utils" + ], + "Hash": "55ddd2d4a1959535f18393478b0c14a6" + }, "pillar": { "Package": "pillar", "Version": "1.9.0", @@ -1643,7 +1666,7 @@ "Package": "rlang", "Version": "1.1.5", "Source": "Repository", - "Repository": "RSPM2", + "Repository": "RSPM", "Requirements": [ "R", "utils" @@ -1709,6 +1732,29 @@ ], "Hash": "4c8415e0ec1e29f3f4f6fc108bef0144" }, + "rsconnect": { + "Package": "rsconnect", + "Version": "1.3.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "PKI", + "R", + "cli", + "curl", + "digest", + "jsonlite", + "lifecycle", + "openssl", + "packrat", + "renv", + "rlang", + "rstudioapi", + "tools", + "yaml" + ], + "Hash": "90dc9ac04cec50f25657b077d4aaca57" + }, "rstudioapi": { "Package": "rstudioapi", "Version": "0.16.0", @@ -2264,7 +2310,7 @@ "Package": "withr", "Version": "3.0.2", "Source": "Repository", - "Repository": "RSPM2", + "Repository": "RSPM", "Requirements": [ "R", "grDevices", From 4ec9caf505927a6b9b9b60425a62c4dfecafc9b0 Mon Sep 17 00:00:00 2001 From: "Aaron Clark (Arcus)" Date: Mon, 7 Apr 2025 11:07:09 -0400 Subject: [PATCH 02/10] switch over to using minimal renv profile --- app.R | 1 + manifest.json | 5122 ------------------------------- renv.lock | 2385 -------------- renv/profile | 2 +- renv/profiles/minimal/renv.lock | 14 +- 5 files changed, 9 insertions(+), 7515 deletions(-) delete mode 100644 manifest.json delete mode 100644 renv.lock diff --git a/app.R b/app.R index f7df1300..23fd8906 100644 --- a/app.R +++ b/app.R @@ -9,6 +9,7 @@ options( "golem.app.prod" = TRUE) # update manifest file # if absolute path is needed for renv profile # Sys.setenv(RENV_PROFILE = "full") +Sys.setenv(RENV_PROFILE = "minimal") # Install {clinsight} # remotes::install_github( # "openpharma/clinsight", diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 86b0972d..00000000 --- a/manifest.json +++ /dev/null @@ -1,5122 +0,0 @@ -{ - "version": 1, - "locale": "en_US", - "platform": "4.4.1", - "metadata": { - "appmode": "shiny", - "primary_rmd": null, - "primary_html": null, - "content_category": null, - "has_parameters": false - }, - "packages": { - "AsioHeaders": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "AsioHeaders", - "Type": "Package", - "Title": "'Asio' C++ Header Files", - "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\n I/O programming that provides developers with a consistent asynchronous model\n using a modern C++ approach. It is also included in Boost but requires linking\n when used with Boost. Standalone it can be used header-only (provided a recent\n compiler). 'Asio' is written and maintained by Christopher M. Kohlhoff, and\n released 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": "2022-12-08 04:04:23 UTC; edd", - "Repository": "RSPM", - "Date/Publication": "2022-12-08 08:12:34 UTC", - "Encoding": "UTF-8", - "Built": "R 4.4.0; ; 2024-04-25 18:45:03 UTC; windows" - } - }, - "BH": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "BH", - "Type": "Package", - "Title": "Boost C++ Header Files", - "Version": "1.84.0-0", - "Date": "2024-01-09", - "Author": "Dirk Eddelbuettel, John W. Emerson and Michael J. Kane", - "Maintainer": "Dirk Eddelbuettel ", - "Description": "Boost provides free peer-reviewed portable C++ source \n libraries. A large part of Boost is provided as C++ template code\n which is resolved entirely at compile-time without linking. This \n package aims to provide the most useful subset of Boost libraries \n for template use among CRAN packages. By placing these libraries in \n this package, we offer a more efficient distribution system for CRAN \n as replication of this code in the sources of other packages is \n avoided. As of release 1.84.0-0, the following Boost libraries are\n included: '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' 'qvm' '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": "2024-01-09 13:19:22 UTC; edd", - "Repository": "RSPM", - "Date/Publication": "2024-01-10 11:53:35 UTC", - "Encoding": "UTF-8", - "Built": "R 4.4.0; ; 2024-04-25 20:21:10 UTC; windows" - } - }, - "DBI": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "DBI", - "Title": "R Database Interface", - "Version": "1.2.3", - "Date": "2024-06-02", - "Authors@R": "c(\n person(\"R Special Interest Group on Databases (R-SIG-DB)\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"Kirill\", \"Müller\", , \"kirill@cynkra.com\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(\"R Consortium\", role = \"fnd\")\n )", - "Description": "A database interface definition for communication between R\n and relational database management systems. All classes in this\n package are virtual and need to be extended by the various R/DBMS\n implementations.", - "License": "LGPL (>= 2.1)", - "URL": "https://dbi.r-dbi.org, https://github.com/r-dbi/DBI", - "BugReports": "https://github.com/r-dbi/DBI/issues", - "Depends": "methods, R (>= 3.0.0)", - "Suggests": "arrow, blob, covr, DBItest, dbplyr, downlit, dplyr, glue,\nhms, knitr, magrittr, nanoarrow (>= 0.3.0.1), RMariaDB,\nrmarkdown, rprojroot, RSQLite (>= 1.1-2), testthat (>= 3.0.0),\nvctrs, xml2", - "VignetteBuilder": "knitr", - "Config/autostyle/scope": "line_breaks", - "Config/autostyle/strict": "false", - "Config/Needs/check": "r-dbi/DBItest", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.1", - "Config/Needs/website": "r-dbi/DBItest, r-dbi/dbitemplate, adbi,\nAzureKusto, bigrquery, DatabaseConnector, dittodb, duckdb,\nimplyr, lazysf, odbc, pool, RAthena, IMSMWU/RClickhouse, RH2,\nRJDBC, RMariaDB, RMySQL, RPostgres, RPostgreSQL, RPresto,\nRSQLite, sergeant, sparklyr, withr", - "Config/testthat/edition": "3", - "NeedsCompilation": "no", - "Packaged": "2024-06-02 20:26:05 UTC; kirill", - "Author": "R Special Interest Group on Databases (R-SIG-DB) [aut],\n Hadley Wickham [aut],\n Kirill Müller [aut, cre] (),\n R Consortium [fnd]", - "Maintainer": "Kirill Müller ", - "Repository": "RSPM", - "Date/Publication": "2024-06-02 21:50:02 UTC", - "Built": "R 4.4.0; ; 2024-06-03 04:43:08 UTC; windows" - } - }, - "DT": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "DT", - "Type": "Package", - "Title": "A Wrapper of the JavaScript Library 'DataTables'", - "Version": "0.33", - "Authors@R": "c(\n person(\"Yihui\", \"Xie\", role = \"aut\"),\n person(\"Joe\", \"Cheng\", email = \"joe@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Xianying\", \"Tan\", role = \"aut\"),\n person(\"JJ\", \"Allaire\", role = \"ctb\"),\n person(\"Maximilian\", \"Girlich\", role = \"ctb\"),\n person(\"Greg\", \"Freedman Ellis\", role = \"ctb\"),\n person(\"Johannes\", \"Rauh\", role = \"ctb\"),\n person(\"SpryMedia Limited\", role = c(\"ctb\", \"cph\"), comment = \"DataTables in htmlwidgets/lib\"),\n person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"), comment = \"selectize.js in htmlwidgets/lib\"),\n person(\"Leon\", \"Gersen\", role = c(\"ctb\", \"cph\"), comment = \"noUiSlider in htmlwidgets/lib\"),\n person(\"Bartek\", \"Szopka\", role = c(\"ctb\", \"cph\"), comment = \"jquery.highlight.js in htmlwidgets/lib\"),\n person(\"Alex\", \"Pickering\", role = c(\"ctb\")),\n person(\"William\", \"Holmes\", role = c(\"ctb\")),\n person(\"Mikko\", \"Marttila\", role = c(\"ctb\")),\n person(\"Andres\", \"Quintero\", role = c(\"ctb\")),\n person(\"Stéphane\", \"Laurent\", role = c(\"ctb\")),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Data objects in R can be rendered as HTML tables using the\n JavaScript 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), httpuv, jsonlite\n(>= 0.9.16), magrittr, crosstalk, jquerylib, promises", - "Suggests": "knitr (>= 1.8), rmarkdown, shiny (>= 1.6), bslib, future,\ntestit, tibble", - "VignetteBuilder": "knitr", - "RoxygenNote": "7.3.1", - "Encoding": "UTF-8", - "NeedsCompilation": "no", - "Packaged": "2024-04-03 14:36:50 UTC; yihui", - "Author": "Yihui Xie [aut],\n Joe Cheng [aut, cre],\n Xianying Tan [aut],\n JJ Allaire [ctb],\n Maximilian Girlich [ctb],\n Greg Freedman Ellis [ctb],\n Johannes Rauh [ctb],\n SpryMedia Limited [ctb, cph] (DataTables in htmlwidgets/lib),\n Brian Reavis [ctb, cph] (selectize.js in htmlwidgets/lib),\n Leon Gersen [ctb, cph] (noUiSlider in htmlwidgets/lib),\n Bartek Szopka [ctb, cph] (jquery.highlight.js in htmlwidgets/lib),\n Alex Pickering [ctb],\n William Holmes [ctb],\n Mikko Marttila [ctb],\n Andres Quintero [ctb],\n Stéphane Laurent [ctb],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Joe Cheng ", - "Repository": "RSPM", - "Date/Publication": "2024-04-04 05:03:17 UTC", - "Built": "R 4.4.0; ; 2024-04-25 23:49:09 UTC; windows" - } - }, - "MASS": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "MASS", - "Priority": "recommended", - "Version": "7.3-61", - "Date": "2024-06-10", - "Revision": "$Rev: 3657 $", - "Depends": "R (>= 4.4.0), grDevices, graphics, stats, utils", - "Imports": "methods", - "Suggests": "lattice, nlme, nnet, survival", - "Authors@R": "c(person(\"Brian\", \"Ripley\", role = c(\"aut\", \"cre\", \"cph\"),\n email = \"ripley@stats.ox.ac.uk\"),\n\t person(\"Bill\", \"Venables\", role = c(\"aut\", \"cph\")),\n\t person(c(\"Douglas\", \"M.\"), \"Bates\", role = \"ctb\"),\n\t person(\"Kurt\", \"Hornik\", role = \"trl\",\n comment = \"partial port ca 1998\"),\n\t person(\"Albrecht\", \"Gebhardt\", role = \"trl\",\n comment = \"partial port ca 1998\"),\n\t person(\"David\", \"Firth\", role = \"ctb\",\n\t comment = \"support functions for polr\"))", - "Description": "Functions and datasets to support Venables and Ripley,\n \"Modern Applied Statistics with S\" (4th edition, 2002).", - "Title": "Support Functions and Datasets for Venables and Ripley's MASS", - "LazyData": "yes", - "ByteCompile": "yes", - "License": "GPL-2 | GPL-3", - "URL": "http://www.stats.ox.ac.uk/pub/MASS4/", - "Contact": "", - "NeedsCompilation": "yes", - "Packaged": "2024-06-13 08:23:32 UTC; ripley", - "Author": "Brian Ripley [aut, cre, cph],\n Bill Venables [aut, cph],\n Douglas M. Bates [ctb],\n Kurt Hornik [trl] (partial port ca 1998),\n Albrecht Gebhardt [trl] (partial port ca 1998),\n David Firth [ctb] (support functions for polr)", - "Maintainer": "Brian Ripley ", - "Repository": "RSPM", - "Date/Publication": "2024-06-13 10:23:32", - "Encoding": "UTF-8", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-06-14 04:36:42 UTC; windows", - "Archs": "x64" - } - }, - "Matrix": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "Matrix", - "Version": "1.7-0", - "VersionNote": "do also bump src/version.h, inst/include/Matrix/version.h", - "Date": "2024-03-16", - "Priority": "recommended", - "Title": "Sparse and Dense Matrix Classes and Methods", - "Description": "A rich hierarchy of sparse and dense matrix classes,\n\tincluding general, symmetric, triangular, and diagonal matrices\n\twith numeric, logical, or pattern entries. Efficient methods for\n\toperating on such matrices, often wrapping the 'BLAS', 'LAPACK',\n\tand 'SuiteSparse' libraries.", - "License": "GPL (>= 2) | file LICENCE", - "URL": "https://Matrix.R-forge.R-project.org", - "BugReports": "https://R-forge.R-project.org/tracker/?atid=294&group_id=61", - "Contact": "Matrix-authors@R-project.org", - "Authors@R": "\n\tc(person(\"Douglas\", \"Bates\", role = \"aut\",\n\t comment = c(ORCID = \"0000-0001-8316-9503\")),\n\t person(\"Martin\", \"Maechler\", role = c(\"aut\", \"cre\"),\n\t email = \"mmaechler+Matrix@gmail.com\",\n\t comment = c(ORCID = \"0000-0002-8685-9910\")),\n\t person(\"Mikael\", \"Jagan\", role = \"aut\",\n\t comment = c(ORCID = \"0000-0002-3542-2938\")),\n\t person(\"Timothy A.\", \"Davis\", role = \"ctb\",\n\t comment = c(ORCID = \"0000-0001-7614-6899\",\n\t \"SuiteSparse libraries\",\n\t \"collaborators listed in dir(system.file(\\\"doc\\\", \\\"SuiteSparse\\\", package=\\\"Matrix\\\"), pattern=\\\"License\\\", full.names=TRUE, recursive=TRUE)\")),\n\t person(\"George\", \"Karypis\", role = \"ctb\",\n\t comment = c(ORCID = \"0000-0003-2753-1437\",\n\t \"METIS library\",\n\t \"Copyright: Regents of the University of Minnesota\")),\n\t person(\"Jason\", \"Riedy\", role = \"ctb\",\n\t comment = c(ORCID = \"0000-0002-4345-4200\",\n\t \"GNU Octave's condest() and onenormest()\",\n\t \"Copyright: Regents of the University of California\")),\n\t person(\"Jens\", \"Oehlschlägel\", role = \"ctb\",\n\t comment = \"initial nearPD()\"),\n\t person(\"R Core Team\", role = \"ctb\",\n\t comment = \"base R's matrix implementation\"))", - "Depends": "R (>= 4.4.0), methods", - "Imports": "grDevices, graphics, grid, lattice, stats, utils", - "Suggests": "MASS, datasets, sfsmisc, tools", - "Enhances": "SparseM, graph", - "LazyData": "no", - "LazyDataNote": "not possible, since we use data/*.R and our S4 classes", - "BuildResaveData": "no", - "Encoding": "UTF-8", - "NeedsCompilation": "yes", - "Packaged": "2024-03-19 17:15:14 UTC; maechler", - "Author": "Douglas Bates [aut] (),\n Martin Maechler [aut, cre] (),\n Mikael Jagan [aut] (),\n Timothy A. Davis [ctb] (,\n SuiteSparse libraries, collaborators listed in\n dir(system.file(\"doc\", \"SuiteSparse\", package=\"Matrix\"),\n pattern=\"License\", full.names=TRUE, recursive=TRUE)),\n George Karypis [ctb] (, METIS\n library, Copyright: Regents of the University of Minnesota),\n Jason Riedy [ctb] (, GNU\n Octave's condest() and onenormest(), Copyright: Regents of the\n University of California),\n Jens Oehlschlägel [ctb] (initial nearPD()),\n R Core Team [ctb] (base R's matrix implementation)", - "Maintainer": "Martin Maechler ", - "Repository": "CRAN", - "Date/Publication": "2024-04-26 12:03:02 UTC", - "Built": "R 4.4.1; x86_64-w64-mingw32; 2024-06-14 08:26:22 UTC; windows", - "Archs": "x64" - } - }, - "PKI": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "PKI", - "Version": "0.1-14", - "Title": "Public Key Infrastucture for R Based on the X.509 Standard", - "Author": "Simon Urbanek ", - "Maintainer": "Simon Urbanek ", - "Depends": "R (>= 2.9.0), base64enc", - "Enhances": "gmp", - "Description": "Public Key Infrastucture functions such as verifying certificates, RSA encription and signing which can be used to build PKI infrastructure and perform cryptographic tasks.", - "License": "GPL-2 | GPL-3 | file LICENSE", - "URL": "http://www.rforge.net/PKI", - "SystemRequirements": "OpenSSL library and headers (openssl-dev or\nsimilar)", - "NeedsCompilation": "yes", - "Packaged": "2024-06-15 19:22:05 UTC; rforge", - "Repository": "RSPM", - "Date/Publication": "2024-06-15 19:40:02 UTC", - "Encoding": "UTF-8", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-06-16 04:59:25 UTC; windows", - "Archs": "x64", - "RemoteType": "standard", - "RemotePkgRef": "PKI", - "RemoteRef": "PKI", - "RemoteRepos": "https://packagemanager.posit.co/cran/2024-09-17", - "RemoteReposName": "RSPM", - "RemotePkgPlatform": "x86_64-w64-mingw32", - "RemoteSha": "0.1-14" - } - }, - "R.methodsS3": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "R.methodsS3", - "Version": "1.8.2", - "Depends": "R (>= 2.13.0)", - "Imports": "utils", - "Suggests": "codetools", - "Title": "S3 Methods Simplified", - "Authors@R": "c(person(\"Henrik\", \"Bengtsson\", role=c(\"aut\", \"cre\", \"cph\"),\n email = \"henrikb@braju.com\"))", - "Author": "Henrik Bengtsson [aut, cre, cph]", - "Maintainer": "Henrik Bengtsson ", - "Description": "Methods that simplify the setup of S3 generic functions and S3 methods. Major effort has been made in making definition of methods as simple as possible with a minimum of maintenance for package developers. For example, generic functions are created automatically, if missing, and naming conflict are automatically solved, if possible. The method setMethodS3() is a good start for those who in the future may want to migrate to S4. This is a cross-platform package implemented in pure R that generates standard S3 methods.", - "License": "LGPL (>= 2.1)", - "LazyLoad": "TRUE", - "URL": "https://github.com/HenrikBengtsson/R.methodsS3", - "BugReports": "https://github.com/HenrikBengtsson/R.methodsS3/issues", - "NeedsCompilation": "no", - "Packaged": "2022-06-13 18:23:35 UTC; hb", - "Repository": "RSPM", - "Date/Publication": "2022-06-13 22:00:14 UTC", - "Encoding": "UTF-8", - "Built": "R 4.4.0; ; 2024-04-25 19:42:43 UTC; windows" - } - }, - "R.oo": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "R.oo", - "Version": "1.26.0", - "Depends": "R (>= 2.13.0), R.methodsS3 (>= 1.8.2)", - "Imports": "methods, utils", - "Suggests": "tools", - "Title": "R Object-Oriented Programming with or without References", - "Authors@R": "c(person(\"Henrik\", \"Bengtsson\", role=c(\"aut\", \"cre\", \"cph\"),\n email = \"henrikb@braju.com\"))", - "Author": "Henrik Bengtsson [aut, cre, cph]", - "Maintainer": "Henrik Bengtsson ", - "Description": "Methods and classes for object-oriented programming in R with or without references. Large effort has been made on making definition of methods as simple as possible with a minimum of maintenance for package developers. The package has been developed since 2001 and is now considered very stable. This is a cross-platform package implemented in pure R that defines standard S3 classes without any tricks.", - "License": "LGPL (>= 2.1)", - "LazyLoad": "TRUE", - "URL": "https://github.com/HenrikBengtsson/R.oo", - "BugReports": "https://github.com/HenrikBengtsson/R.oo/issues", - "NeedsCompilation": "no", - "Packaged": "2024-01-24 02:17:13 UTC; henrik", - "Repository": "RSPM", - "Date/Publication": "2024-01-24 05:12:50 UTC", - "Encoding": "UTF-8", - "Built": "R 4.4.0; ; 2024-04-25 19:44:10 UTC; windows" - } - }, - "R.utils": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "R.utils", - "Version": "2.12.3", - "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\"),\n email = \"henrikb@braju.com\"))", - "Author": "Henrik Bengtsson [aut, cre, cph]", - "Maintainer": "Henrik Bengtsson ", - "Description": "Utility functions useful when programming and developing R packages.", - "License": "LGPL (>= 2.1)", - "LazyLoad": "TRUE", - "URL": "https://henrikbengtsson.github.io/R.utils/,\nhttps://github.com/HenrikBengtsson/R.utils", - "BugReports": "https://github.com/HenrikBengtsson/R.utils/issues", - "NeedsCompilation": "no", - "Packaged": "2023-11-17 05:13:25 UTC; henrik", - "Repository": "RSPM", - "Date/Publication": "2023-11-18 01:00:02 UTC", - "Encoding": "UTF-8", - "Built": "R 4.4.0; ; 2024-04-25 19:47:24 UTC; windows" - } - }, - "R6": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "R6", - "Title": "Encapsulated Classes with Reference Semantics", - "Version": "2.5.1", - "Authors@R": "person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@stdout.org\")", - "Description": "Creates classes with reference semantics, similar to R's built-in\n reference classes. Compared to reference classes, R6 classes are simpler\n and lighter-weight, and they are not built on S4 classes so they do not\n require the methods package. These classes allow public and private\n members, and they support inheritance, even when the classes are defined in\n different packages.", - "Depends": "R (>= 3.0)", - "Suggests": "testthat, pryr", - "License": "MIT + file LICENSE", - "URL": "https://r6.r-lib.org, https://github.com/r-lib/R6/", - "BugReports": "https://github.com/r-lib/R6/issues", - "RoxygenNote": "7.1.1", - "NeedsCompilation": "no", - "Packaged": "2021-08-06 20:18:46 UTC; winston", - "Author": "Winston Chang [aut, cre]", - "Maintainer": "Winston Chang ", - "Repository": "RSPM", - "Date/Publication": "2021-08-19 14:00:05 UTC", - "Encoding": "UTF-8", - "Built": "R 4.4.0; ; 2024-04-25 19:39:56 UTC; windows" - } - }, - "RColorBrewer": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "RColorBrewer", - "Version": "1.1-3", - "Date": "2022-04-03", - "Title": "ColorBrewer Palettes", - "Authors@R": "c(person(given = \"Erich\", family = \"Neuwirth\", role = c(\"aut\",\n \"cre\"), email = \"erich.neuwirth@univie.ac.at\"))", - "Author": "Erich Neuwirth [aut, cre]", - "Maintainer": "Erich Neuwirth ", - "Depends": "R (>= 2.0.0)", - "Description": "Provides color schemes for maps (and other graphics)\n designed by Cynthia Brewer as described at http://colorbrewer2.org.", - "License": "Apache License 2.0", - "Packaged": "2022-04-03 10:26:20 UTC; neuwirth", - "NeedsCompilation": "no", - "Repository": "RSPM", - "Date/Publication": "2022-04-03 19:20:13 UTC", - "Encoding": "UTF-8", - "Built": "R 4.4.0; ; 2024-04-25 19:44:24 UTC; windows" - } - }, - "RSQLite": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "RSQLite", - "Title": "SQLite Interface for R", - "Version": "2.3.7", - "Date": "2024-05-26", - "Authors@R": "c(\n person(\"Kirill\", \"Müller\", , \"kirill@cynkra.com\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(c(\"David\", \"A.\"), \"James\", role = \"aut\"),\n person(\"Seth\", \"Falcon\", role = \"aut\"),\n person(\"D. Richard\", \"Hipp\", role = \"ctb\",\n comment = \"for the included SQLite sources\"),\n person(\"Dan\", \"Kennedy\", role = \"ctb\",\n comment = \"for the included SQLite sources\"),\n person(\"Joe\", \"Mistachkin\", role = \"ctb\",\n comment = \"for the included SQLite sources\"),\n person(, \"SQLite Authors\", role = \"ctb\",\n comment = \"for the included SQLite sources\"),\n person(\"Liam\", \"Healy\", role = \"ctb\",\n comment = \"for the included SQLite sources\"),\n person(\"R Consortium\", role = \"fnd\"),\n person(, \"RStudio\", role = \"cph\")\n )", - "Description": "Embeds the SQLite database engine in R and provides an\n interface compliant with the DBI package. The source for the SQLite\n engine and for various extensions in a recent version is included.\n System libraries will never be consulted because this package relies\n on static linking for the plugins it includes; this also ensures a\n consistent 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.2.0), memoise, methods,\npkgconfig, rlang", - "Suggests": "callr, DBItest (>= 1.8.0), gert, gh, hms, knitr, magrittr,\nrmarkdown, rvest, testthat (>= 3.0.0), withr, xml2", - "LinkingTo": "plogr (>= 0.2.0), cpp11 (>= 0.4.0)", - "VignetteBuilder": "knitr", - "Config/Needs/website": "r-dbi/dbitemplate", - "Config/autostyle/scope": "line_breaks", - "Config/autostyle/strict": "false", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.1", - "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_Id.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'import-standalone-check_suggested.R'\n'import-standalone-purrr.R' 'initExtension.R' 'initRegExp.R'\n'isSQLKeyword_SQLiteConnection_character.R'\n'make.db.names_SQLiteConnection_character.R' 'pkgconfig.R'\n'show_SQLiteConnection.R' 'sqlData_SQLiteConnection.R'\n'table.R' 'transactions.R' 'utils.R' 'version.R' 'zzz.R'", - "NeedsCompilation": "yes", - "Packaged": "2024-05-26 19:25:39 UTC; kirill", - "Author": "Kirill Müller [aut, cre] (),\n Hadley Wickham [aut],\n David A. James [aut],\n Seth Falcon [aut],\n D. Richard Hipp [ctb] (for the included SQLite sources),\n Dan Kennedy [ctb] (for the included SQLite sources),\n Joe Mistachkin [ctb] (for the included SQLite sources),\n SQLite Authors [ctb] (for the included SQLite sources),\n Liam Healy [ctb] (for the included SQLite sources),\n R Consortium [fnd],\n RStudio [cph]", - "Maintainer": "Kirill Müller ", - "Repository": "RSPM", - "Date/Publication": "2024-05-27 10:10:07 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 05:06:19 UTC; windows", - "Archs": "x64" - } - }, - "Rcpp": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "Rcpp", - "Title": "Seamless R and C++ Integration", - "Version": "1.0.13", - "Date": "2024-07-11", - "Author": "Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,\n Nathan Russell, Inaki Ucar, Douglas Bates and John Chambers", - "Maintainer": "Dirk Eddelbuettel ", - "Description": "The 'Rcpp' package provides R functions as well as C++ classes which\n offer a seamless integration of R and C++. Many R data types and objects can be\n mapped back and forth to C++ equivalents which facilitates both writing of new\n code as well as easier integration of third-party libraries. Documentation\n about 'Rcpp' is provided by several vignettes included in this package, via the\n 'Rcpp Gallery' site at , the paper by Eddelbuettel and\n Francois (2011, ), the book by Eddelbuettel (2013,\n ) and the paper by Eddelbuettel and Balamuta (2018,\n ); see 'citation(\"Rcpp\")' for details.", - "Imports": "methods, utils", - "Suggests": "tinytest, inline, rbenchmark, pkgKitten (>= 0.1.2)", - "URL": "https://www.rcpp.org,\nhttps://dirk.eddelbuettel.com/code/rcpp.html,\nhttps://github.com/RcppCore/Rcpp", - "License": "GPL (>= 2)", - "BugReports": "https://github.com/RcppCore/Rcpp/issues", - "MailingList": "rcpp-devel@lists.r-forge.r-project.org", - "RoxygenNote": "6.1.1", - "Encoding": "UTF-8", - "NeedsCompilation": "yes", - "Packaged": "2024-07-11 13:00:10 UTC; edd", - "Repository": "RSPM", - "Date/Publication": "2024-07-17 15:50:06 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-07-18 04:28:04 UTC; windows", - "Archs": "x64" - } - }, - "anytime": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "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,\n or ordered type into 'POSIXct' (or 'Date') objects, using one of a number of\n predefined 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": "2020-08-26 17:46:45.898451 UTC; edd", - "Repository": "RSPM", - "Date/Publication": "2020-08-27 11:40:21 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-07-18 05:07:15 UTC; windows", - "Archs": "x64" - } - }, - "askpass": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "askpass", - "Type": "Package", - "Title": "Password Entry Utilities for R, Git, and SSH", - "Version": "1.2.0", - "Authors@R": "person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), \n email = \"jeroen@berkeley.edu\", comment = c(ORCID = \"0000-0002-4035-0289\"))", - "Description": "Cross-platform utilities for prompting the user for credentials or a \n passphrase, for example to authenticate with a server or read a protected key.\n Includes native programs for MacOS and Windows, hence no 'tcltk' is required. \n Password entry can be invoked in two different ways: directly from R via the \n askpass() function, or indirectly as password-entry back-end for 'ssh-agent' \n or 'git-credential' via the SSH_ASKPASS and GIT_ASKPASS environment variables.\n Thereby the user can be prompted for credentials or a passphrase if needed \n when R calls out to git or ssh.", - "License": "MIT + file LICENSE", - "URL": "https://github.com/r-lib/askpass", - "BugReports": "https://github.com/r-lib/askpass/issues", - "Encoding": "UTF-8", - "Imports": "sys (>= 2.1)", - "RoxygenNote": "7.2.3", - "Suggests": "testthat", - "Language": "en-US", - "NeedsCompilation": "yes", - "Packaged": "2023-09-03 19:16:12 UTC; jeroen", - "Author": "Jeroen Ooms [aut, cre] ()", - "Maintainer": "Jeroen Ooms ", - "Repository": "RSPM", - "Date/Publication": "2023-09-03 20:00:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 20:09:11 UTC; windows", - "Archs": "x64" - } - }, - "attempt": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "attempt", - "Title": "Tools for Defensive Programming", - "Version": "0.3.1", - "Authors@R": "person(\"Colin\", \"Fay\", email = \"contact@colinfay.me\", role = c(\"aut\", \"cre\"), comment=c(ORCID=\"0000-0001-7343-1846\"))", - "Description": "Tools for defensive programming, inspired by 'purrr' mappers and \n based on 'rlang'.'attempt' extends and facilitates defensive programming by \n providing a consistent grammar, and provides a set of easy to use functions \n for common tests and conditions. 'attempt' only depends on 'rlang', and \n focuses on speed, so it can be easily integrated in other functions and \n used in data analysis. ", - "License": "MIT + file LICENSE", - "Encoding": "UTF-8", - "URL": "https://github.com/ColinFay/attempt", - "LazyData": "true", - "Suggests": "testthat, knitr, rmarkdown, curl", - "VignetteBuilder": "knitr", - "Imports": "rlang", - "RoxygenNote": "7.1.0", - "NeedsCompilation": "no", - "Packaged": "2020-05-03 20:24:38 UTC; colin", - "Author": "Colin Fay [aut, cre] ()", - "Maintainer": "Colin Fay ", - "Repository": "RSPM", - "Date/Publication": "2020-05-03 20:50:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 18:32:35 UTC; windows" - } - }, - "backports": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "backports", - "Type": "Package", - "Title": "Reimplementations of Functions Introduced Since R-3.0.0", - "Version": "1.5.0", - "Authors@R": "c(\n person(\"Michel\", \"Lang\", NULL, \"michellang@gmail.com\",\n role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0001-9754-0393\")),\n person(\"Duncan\", \"Murdoch\", NULL, \"murdoch.duncan@gmail.com\",\n role = c(\"aut\")),\n person(\"R Core Team\", role = \"aut\"))", - "Maintainer": "Michel Lang ", - "Description": "\n Functions introduced or changed since R v3.0.0 are re-implemented in this\n package. The backports are conditionally exported in order to let R resolve\n the function name to either the implemented backport, or the respective base\n version, if available. Package developers can make use of new functions or\n arguments by selectively importing specific backports to\n support older installations.", - "URL": "https://github.com/r-lib/backports", - "BugReports": "https://github.com/r-lib/backports/issues", - "License": "GPL-2 | GPL-3", - "NeedsCompilation": "yes", - "ByteCompile": "yes", - "Depends": "R (>= 3.0.0)", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.1", - "Packaged": "2024-05-23 11:56:25 UTC; michel", - "Author": "Michel Lang [cre, aut] (),\n Duncan Murdoch [aut],\n R Core Team [aut]", - "Repository": "RSPM", - "Date/Publication": "2024-05-23 12:30:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-05-24 04:43:58 UTC; windows", - "Archs": "x64" - } - }, - "base64enc": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "base64enc", - "Version": "0.1-3", - "Title": "Tools for base64 encoding", - "Author": "Simon Urbanek ", - "Maintainer": "Simon Urbanek ", - "Depends": "R (>= 2.9.0)", - "Enhances": "png", - "Description": "This package provides tools for handling base64 encoding. It is more flexible than the orphaned base64 package.", - "License": "GPL-2 | GPL-3", - "URL": "http://www.rforge.net/base64enc", - "NeedsCompilation": "yes", - "Packaged": "2015-02-04 20:31:00 UTC; svnuser", - "Repository": "RSPM", - "Date/Publication": "2015-07-28 08:03:37", - "Encoding": "UTF-8", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:47:47 UTC; windows", - "Archs": "x64" - } - }, - "billboarder": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "billboarder", - "Title": "Create Interactive Chart with the JavaScript 'Billboard' Library", - "Version": "0.5.0", - "Authors@R": "c(\n person(\"Victor\", \"Perrier\", email = \"victor.perrier@dreamrs.fr\", role = c(\"aut\", \"cre\")),\n person(\"Fanny\", \"Meyer\", role = \"aut\"),\n person(\"NAVER Corp\", role = \"cph\", comment = \"billboard.js library\"),\n person(\"Mike\", \"Bostock\", role = \"cph\", comment = \"d3.format library\"))", - "Description": "Provides an 'htmlwidgets' interface to 'billboard.js', \n a re-usable easy interface JavaScript chart library, based on D3 v4+.\n Chart types include line charts, scatterplots, bar/lollipop charts, histogram/density plots, pie/donut charts and gauge charts.\n All 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,\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.3.2", - "Imports": "htmlwidgets, htmltools, magrittr, jsonlite, ggplot2, scales,\nshiny, rlang", - "Suggests": "RColorBrewer, testthat, knitr, rmarkdown, covr", - "VignetteBuilder": "knitr", - "NeedsCompilation": "no", - "Packaged": "2024-09-09 12:31:14 UTC; victor", - "Author": "Victor Perrier [aut, cre],\n Fanny Meyer [aut],\n NAVER Corp [cph] (billboard.js library),\n Mike Bostock [cph] (d3.format library)", - "Maintainer": "Victor Perrier ", - "Repository": "RSPM", - "Date/Publication": "2024-09-09 19:00:21 UTC", - "Built": "R 4.4.0; ; 2024-09-10 04:30:27 UTC; windows" - } - }, - "bit": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "bit", - "Type": "Package", - "Title": "Classes and Methods for Fast Memory-Efficient Boolean Selections", - "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)", - "Suggests": "testthat (>= 0.11.0), roxygen2, knitr, rmarkdown,\nmicrobenchmark, bit64 (>= 4.0.0), ff (>= 4.0.0)", - "Description": "Provided are classes for boolean and skewed boolean vectors,\n fast boolean methods, fast unique and non-unique integer sorting,\n fast set operations on sorted and unsorted sets of integers, and\n foundations for ff (range index, compression, chunked processing).", - "License": "GPL-2 | GPL-3", - "LazyLoad": "yes", - "ByteCompile": "yes", - "Encoding": "UTF-8", - "URL": "https://github.com/truecluster/bit", - "VignetteBuilder": "knitr, rmarkdown", - "RoxygenNote": "7.2.0", - "NeedsCompilation": "yes", - "Packaged": "2022-11-13 21:22:09 UTC; jo", - "Repository": "RSPM", - "Date/Publication": "2022-11-15 21:20:16 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:47:53 UTC; windows", - "Archs": "x64" - } - }, - "bit64": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "bit64", - "Type": "Package", - "Title": "A S3 Class for Vectors of 64bit Integers", - "Version": "4.0.5", - "Date": "2020-08-29", - "Author": "Jens Oehlschlägel [aut, cre], Leonardo Silvestri [ctb]", - "Maintainer": "Jens Oehlschlägel ", - "Depends": "R (>= 3.0.1), bit (>= 4.0.0), utils, methods, stats", - "Description": "\n Package 'bit64' provides serializable S3 atomic 64bit (signed) integers. \n These are useful for handling database keys and exact counting in +-2^63.\n WARNING: do not use them as replacement for 32bit integers, integer64 are not\n supported for subscripting by R-core and they have different semantics when \n combined with double, e.g. integer64 + double => integer64. \n Class integer64 can be used in vectors, matrices, arrays and data.frames. \n Methods are available for coercion from and to logicals, integers, doubles, \n characters and factors as well as many elementwise and summary functions. \n Many fast algorithmic operations such as 'match' and 'order' support inter-\n active data exploration and manipulation and optionally leverage caching.", - "License": "GPL-2 | GPL-3", - "LazyLoad": "yes", - "ByteCompile": "yes", - "URL": "https://github.com/truecluster/bit64", - "Encoding": "UTF-8", - "Repository": "RSPM", - "Repository/R-Forge/Project": "ff", - "Repository/R-Forge/Revision": "177", - "Repository/R-Forge/DateTimeStamp": "2018-08-17 17:45:18", - "Date/Publication": "2020-08-30 07:20:02 UTC", - "NeedsCompilation": "yes", - "Packaged": "2020-08-29 10:56:45 UTC; jo", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:51:26 UTC; windows", - "Archs": "x64" - } - }, - "blob": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "blob", - "Title": "A Simple S3 Class for Representing Vectors of Binary Data\n('BLOBS')", - "Version": "1.2.4", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"Kirill\", \"Müller\", , \"kirill@cynkra.com\", role = \"cre\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "R's raw vector is useful for storing a single binary object.\n What if you want to put a vector of them in a data frame? The 'blob'\n package provides the blob object, a list of raw vectors, suitable for\n use as a column in data frame.", - "License": "MIT + file LICENSE", - "URL": "https://blob.tidyverse.org, https://github.com/tidyverse/blob", - "BugReports": "https://github.com/tidyverse/blob/issues", - "Imports": "methods, rlang, vctrs (>= 0.2.1)", - "Suggests": "covr, crayon, pillar (>= 1.2.1), testthat", - "Config/autostyle/scope": "line_breaks", - "Config/autostyle/strict": "false", - "Config/Needs/website": "tidyverse/tidytemplate", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "no", - "Packaged": "2023-03-17 09:42:50 UTC; kirill", - "Author": "Hadley Wickham [aut],\n Kirill Müller [cre],\n RStudio [cph, fnd]", - "Maintainer": "Kirill Müller ", - "Repository": "RSPM", - "Date/Publication": "2023-03-17 12:00:06 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:30:32 UTC; windows" - } - }, - "brew": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Type": "Package", - "Package": "brew", - "Title": "Templating Framework for Report Generation", - "Version": "1.0-10", - "Authors@R": "c(\n person(\"Jeffrey\", \"Horner\", role = c(\"aut\", \"cph\")),\n person(\"Greg\", \"Hunt\", , \"greg@firmansyah.com\", role = c(\"aut\", \"cre\", \"cph\"))\n )", - "Description": "Implements a templating framework for mixing text and R code\n for report generation. brew template syntax is similar to PHP, Ruby's\n erb 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": "RSPM", - "NeedsCompilation": "no", - "Packaged": "2023-12-16 07:21:30 UTC; greg", - "Author": "Jeffrey Horner [aut, cph],\n Greg Hunt [aut, cre, cph]", - "Maintainer": "Greg Hunt ", - "Date/Publication": "2023-12-16 08:30:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:15:52 UTC; windows" - } - }, - "brio": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "brio", - "Title": "Basic R Input Output", - "Version": "1.1.5", - "Authors@R": "c(\n person(\"Jim\", \"Hester\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2739-7082\")),\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Functions to handle basic input output, these functions\n always read and write UTF-8 (8-bit Unicode Transformation Format)\n files and provide more explicit control over line endings.", - "License": "MIT + file LICENSE", - "URL": "https://brio.r-lib.org, https://github.com/r-lib/brio", - "BugReports": "https://github.com/r-lib/brio/issues", - "Depends": "R (>= 3.6)", - "Suggests": "covr, testthat (>= 3.0.0)", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "yes", - "Packaged": "2024-04-24 18:51:29 UTC; gaborcsardi", - "Author": "Jim Hester [aut] (),\n Gábor Csárdi [aut, cre],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2024-04-24 19:20:07 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:45:27 UTC; windows", - "Archs": "x64" - } - }, - "bslib": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "bslib", - "Title": "Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'", - "Version": "0.8.0", - "Authors@R": "c(\n person(\"Carson\", \"Sievert\", , \"carson@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\n person(\"Garrick\", \"Aden-Buie\", , \"garrick@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-7111-0077\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(, \"Bootstrap contributors\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(, \"Twitter, Inc\", role = \"cph\",\n comment = \"Bootstrap library\"),\n person(\"Javi\", \"Aguilar\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootstrap colorpicker library\"),\n person(\"Thomas\", \"Park\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootswatch library\"),\n person(, \"PayPal\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootstrap accessibility plugin\")\n )", - "Description": "Simplifies custom 'CSS' styling of both 'shiny' and\n 'rmarkdown' via 'Bootstrap' 'Sass'. Supports 'Bootstrap' 3, 4 and 5 as\n well as their various 'Bootswatch' themes. An interactive widget is\n also provided for previewing themes in real time.", - "License": "MIT + file LICENSE", - "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, fastmap (>= 1.1.1), grDevices, htmltools\n(>= 0.5.8), jquerylib (>= 0.1.3), jsonlite, lifecycle, memoise\n(>= 2.0.1), mime, rlang, sass (>= 0.4.9)", - "Suggests": "bsicons, curl, fontawesome, future, ggplot2, knitr, magrittr,\nrappdirs, rmarkdown (>= 2.7), shiny (> 1.8.1), testthat,\nthematic, withr", - "Config/Needs/deploy": "BH, chiflights22, colourpicker, commonmark, cpp11,\ncpsievert/chiflights22, cpsievert/histoslider, dplyr, DT,\nggplot2, ggridges, gt, hexbin, histoslider, htmlwidgets,\nlattice, leaflet, lubridate, modelr, plotly, reactable,\nreshape2, rprojroot, rsconnect, rstudio/shiny, scales, styler,\ntibble", - "Config/Needs/routine": "chromote, desc, renv", - "Config/Needs/website": "brio, crosstalk, dplyr, DT, ggplot2, glue,\nhtmlwidgets, leaflet, lorem, palmerpenguins, plotly, purrr,\nrprojroot, rstudio/htmltools, scales, stringr, tidyr, webshot2", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "true", - "Config/testthat/start-first": "zzzz-bs-sass, fonts, zzz-precompile,\ntheme-*, rmd-*", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.2", - "Collate": "'accordion.R' 'breakpoints.R' 'bs-current-theme.R'\n'bs-dependencies.R' 'bs-global.R' 'bs-remove.R'\n'bs-theme-layers.R' 'bs-theme-preset-bootswatch.R'\n'bs-theme-preset-builtin.R' 'bs-theme-preset.R' 'utils.R'\n'bs-theme-preview.R' 'bs-theme-update.R' 'bs-theme.R'\n'bslib-package.R' 'buttons.R' 'card.R' 'deprecated.R' 'files.R'\n'fill.R' 'imports.R' 'input-dark-mode.R' 'input-switch.R'\n'layout.R' 'nav-items.R' 'nav-update.R' 'navs-legacy.R'\n'navs.R' 'onLoad.R' 'page.R' 'popover.R' 'precompiled.R'\n'print.R' 'shiny-devmode.R' 'sidebar.R' 'staticimports.R'\n'tooltip.R' 'utils-deps.R' 'utils-shiny.R' 'utils-tags.R'\n'value-box.R' 'version-default.R' 'versions.R'", - "NeedsCompilation": "no", - "Packaged": "2024-07-29 18:49:12 UTC; cpsievert", - "Author": "Carson Sievert [aut, cre] (),\n Joe Cheng [aut],\n Garrick Aden-Buie [aut] (),\n Posit Software, PBC [cph, fnd],\n Bootstrap contributors [ctb] (Bootstrap library),\n Twitter, Inc [cph] (Bootstrap library),\n Javi Aguilar [ctb, cph] (Bootstrap colorpicker library),\n Thomas Park [ctb, cph] (Bootswatch library),\n PayPal [ctb, cph] (Bootstrap accessibility plugin)", - "Maintainer": "Carson Sievert ", - "Repository": "RSPM", - "Date/Publication": "2024-07-29 19:20:02 UTC", - "Built": "R 4.4.0; ; 2024-07-30 04:32:16 UTC; windows" - } - }, - "cachem": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "cachem", - "Version": "1.1.0", - "Title": "Cache R Objects with Automatic Pruning", - "Description": "Key-value stores with automatic pruning. Caches can limit\n either their total size or the age of the oldest object (or both),\n automatically pruning objects to maintain the constraints.", - "Authors@R": "c(\n person(\"Winston\", \"Chang\", , \"winston@posit.co\", c(\"aut\", \"cre\")),\n person(family = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")))", - "License": "MIT + file LICENSE", - "Encoding": "UTF-8", - "ByteCompile": "true", - "URL": "https://cachem.r-lib.org/, https://github.com/r-lib/cachem", - "Imports": "rlang, fastmap (>= 1.2.0)", - "Suggests": "testthat", - "RoxygenNote": "7.2.3", - "Config/Needs/routine": "lobstr", - "Config/Needs/website": "pkgdown", - "NeedsCompilation": "yes", - "Packaged": "2024-05-15 15:54:22 UTC; winston", - "Author": "Winston Chang [aut, cre],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Winston Chang ", - "Repository": "RSPM", - "Date/Publication": "2024-05-16 09:50:11 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-05-17 04:03:28 UTC; windows", - "Archs": "x64" - } - }, - "callr": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "callr", - "Title": "Call R from R", - "Version": "3.7.6", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"),\n comment = c(ORCID = \"0000-0001-7098-9676\")),\n person(\"Winston\", \"Chang\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"Ascent Digital Services\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "It is sometimes useful to perform a computation in a separate\n R process, without affecting the current R process at all. This\n packages does exactly that.", - "License": "MIT + file LICENSE", - "URL": "https://callr.r-lib.org, https://github.com/r-lib/callr", - "BugReports": "https://github.com/r-lib/callr/issues", - "Depends": "R (>= 3.4)", - "Imports": "processx (>= 3.6.1), R6, utils", - "Suggests": "asciicast (>= 2.3.1), cli (>= 1.1.0), mockery, ps, rprojroot,\nspelling, testthat (>= 3.2.0), withr (>= 2.3.0)", - "Config/Needs/website": "r-lib/asciicast, glue, htmlwidgets, igraph,\ntibble, tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "Language": "en-US", - "RoxygenNote": "7.3.1.9000", - "NeedsCompilation": "no", - "Packaged": "2024-03-25 12:10:25 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre, cph] (),\n Winston Chang [aut],\n Posit Software, PBC [cph, fnd],\n Ascent Digital Services [cph, fnd]", - "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2024-03-25 13:30:06 UTC", - "Built": "R 4.4.0; ; 2024-04-25 19:43:36 UTC; windows" - } - }, - "cellranger": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "cellranger", - "Title": "Translate Spreadsheet Cell Ranges to Rows and Columns", - "Version": "1.1.0", - "Authors@R": "c(\n person(\"Jennifer\", \"Bryan\", , \"jenny@stat.ubc.ca\", c(\"cre\", \"aut\")),\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", \"ctb\")\n )", - "Description": "Helper functions to work with spreadsheets and the \"A1:D10\" style\n of cell range specification.", - "Depends": "R (>= 3.0.0)", - "License": "MIT + file LICENSE", - "LazyData": "true", - "URL": "https://github.com/rsheets/cellranger", - "BugReports": "https://github.com/rsheets/cellranger/issues", - "Suggests": "covr, testthat (>= 1.0.0), knitr, rmarkdown", - "RoxygenNote": "5.0.1.9000", - "VignetteBuilder": "knitr", - "Imports": "rematch, tibble", - "NeedsCompilation": "no", - "Packaged": "2016-07-26 06:50:00 UTC; jenny", - "Author": "Jennifer Bryan [cre, aut],\n Hadley Wickham [ctb]", - "Maintainer": "Jennifer Bryan ", - "Repository": "RSPM", - "Date/Publication": "2016-07-27 03:17:48", - "Encoding": "UTF-8", - "Built": "R 4.4.0; ; 2024-04-25 00:02:03 UTC; windows" - } - }, - "checkmate": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "checkmate", - "Type": "Package", - "Title": "Fast and Versatile Argument Checks", - "Description": "Tests and assertions to perform frequent argument checks. A\n substantial part of the package was written in C to minimize any worries\n about execution time overhead.", - "Version": "2.3.2", - "Authors@R": "c(\n person(\"Michel\", \"Lang\", NULL, \"michellang@gmail.com\",\n role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0001-9754-0393\")),\n person(\"Bernd\", \"Bischl\", NULL, \"bernd_bischl@gmx.net\", role = \"ctb\"),\n person(\"Dénes\", \"Tóth\", NULL, \"toth.denes@kogentum.hu\", role = \"ctb\",\n comment = c(ORCID = \"0000-0003-4262-3217\"))\n )", - "URL": "https://mllg.github.io/checkmate/,\nhttps://github.com/mllg/checkmate", - "URLNote": "https://github.com/mllg/checkmate", - "BugReports": "https://github.com/mllg/checkmate/issues", - "NeedsCompilation": "yes", - "ByteCompile": "yes", - "Encoding": "UTF-8", - "Depends": "R (>= 3.0.0)", - "Imports": "backports (>= 1.1.0), utils", - "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.3.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'\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": "2024-07-29 09:26:26 UTC; michel", - "Author": "Michel Lang [cre, aut] (),\n Bernd Bischl [ctb],\n Dénes Tóth [ctb] ()", - "Maintainer": "Michel Lang ", - "Repository": "RSPM", - "Date/Publication": "2024-07-29 12:30:06 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-07-30 04:31:17 UTC; windows", - "Archs": "x64" - } - }, - "chromote": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "chromote", - "Title": "Headless Chrome Web Browser Interface", - "Version": "0.5.0", - "Authors@R": "c(\n person(\"Garrick\", \"Aden-Buie\", , \"garrick@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-7111-0077\")),\n person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"aut\"),\n person(\"Barret\", \"Schloerke\", , \"barret@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "An implementation of the 'Chrome DevTools Protocol', for\n controlling a headless Chrome web browser.", - "License": "GPL-2", - "URL": "https://rstudio.github.io/chromote/,\nhttps://github.com/rstudio/chromote", - "BugReports": "https://github.com/rstudio/chromote/issues", - "Imports": "cli, curl, fastmap, jsonlite, later (>= 1.1.0), magrittr,\nprocessx, promises (>= 1.1.1), R6, rlang (>= 1.1.0), utils,\nwebsocket (>= 1.2.0), withr, zip", - "Suggests": "knitr, rmarkdown, showimage, testthat (>= 3.0.0)", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "FALSE", - "Config/testthat/start-first": "chromote_session", - "Encoding": "UTF-8", - "Language": "en-US", - "RoxygenNote": "7.3.2", - "SystemRequirements": "Google Chrome or other Chromium-based browser.\nchromium: chromium (rpm) or chromium-browser (deb)", - "NeedsCompilation": "no", - "Packaged": "2025-03-20 19:18:41 UTC; garrick", - "Author": "Garrick Aden-Buie [aut, cre] (),\n Winston Chang [aut],\n Barret Schloerke [aut] (),\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Garrick Aden-Buie ", - "Repository": "RSPM", - "Date/Publication": "2025-03-21 09:30:02 UTC", - "Built": "R 4.4.0; ; 2025-03-22 04:46:17 UTC; windows" - } - }, - "cli": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "cli", - "Title": "Helpers for Developing Command Line Interfaces", - "Version": "3.6.3", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", role = \"ctb\"),\n person(\"Kirill\", \"Müller\", role = \"ctb\"),\n person(\"Salim\", \"Brüggemann\", , \"salim-b@pm.me\", role = \"ctb\",\n comment = c(ORCID = \"0000-0002-5329-5987\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "A suite of tools to build attractive command line interfaces\n ('CLIs'), from semantic elements: headings, lists, alerts, paragraphs,\n etc. Supports custom themes via a 'CSS'-like language. It also\n contains a number of lower level 'CLI' elements: rules, boxes, trees,\n and 'Unicode' symbols with 'ASCII' alternatives. It support ANSI\n colors and text styles as well.", - "License": "MIT + file LICENSE", - "URL": "https://cli.r-lib.org, https://github.com/r-lib/cli", - "BugReports": "https://github.com/r-lib/cli/issues", - "Depends": "R (>= 3.4)", - "Imports": "utils", - "Suggests": "callr, covr, crayon, digest, glue (>= 1.6.0), grDevices,\nhtmltools, htmlwidgets, knitr, methods, mockery, processx, ps\n(>= 1.3.4.9000), rlang (>= 1.0.2.9003), rmarkdown, rprojroot,\nrstudioapi, testthat, tibble, whoami, withr", - "Config/Needs/website": "r-lib/asciicast, bench, brio, cpp11, decor, desc,\nfansi, prettyunits, sessioninfo, tidyverse/tidytemplate,\nusethis, vctrs", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "yes", - "Packaged": "2024-06-21 17:24:00 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\n Hadley Wickham [ctb],\n Kirill Müller [ctb],\n Salim Brüggemann [ctb] (),\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Gábor Csárdi ", - "Repository": "CRAN", - "Date/Publication": "2024-06-21 21:00:07 UTC", - "Built": "R 4.4.1; x86_64-w64-mingw32; 2024-09-26 01:05:24 UTC; windows", - "Archs": "x64" - } - }, - "clipr": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Type": "Package", - "Package": "clipr", - "Title": "Read and Write from the System Clipboard", - "Version": "0.8.0", - "Authors@R": "c(\n person(\"Matthew\", \"Lincoln\", , \"matthew.d.lincoln@gmail.com\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-4387-3384\")),\n person(\"Louis\", \"Maddox\", role = \"ctb\"),\n person(\"Steve\", \"Simpson\", role = \"ctb\"),\n person(\"Jennifer\", \"Bryan\", role = \"ctb\")\n )", - "Description": "Simple utility functions to read from and write to\n the Windows, OS X, and X11 clipboards.", - "License": "GPL-3", - "URL": "https://github.com/mdlincoln/clipr,\nhttp://matthewlincoln.net/clipr/", - "BugReports": "https://github.com/mdlincoln/clipr/issues", - "Imports": "utils", - "Suggests": "covr, knitr, rmarkdown, rstudioapi (>= 0.5), testthat (>=\n2.0.0)", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "Language": "en-US", - "RoxygenNote": "7.1.2", - "SystemRequirements": "xclip (https://github.com/astrand/xclip) or xsel\n(http://www.vergenet.net/~conrad/software/xsel/) for accessing\nthe X11 clipboard, or wl-clipboard\n(https://github.com/bugaevc/wl-clipboard) for systems using\nWayland.", - "NeedsCompilation": "no", - "Packaged": "2022-02-19 02:20:21 UTC; mlincoln", - "Author": "Matthew Lincoln [aut, cre] (),\n Louis Maddox [ctb],\n Steve Simpson [ctb],\n Jennifer Bryan [ctb]", - "Maintainer": "Matthew Lincoln ", - "Repository": "RSPM", - "Date/Publication": "2022-02-22 00:58:45 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:14:35 UTC; windows" - } - }, - "codetools": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "codetools", - "Version": "0.2-20", - "Priority": "recommended", - "Author": "Luke Tierney ", - "Description": "Code analysis tools for R.", - "Title": "Code Analysis Tools for R", - "Depends": "R (>= 2.1)", - "Maintainer": "Luke Tierney ", - "URL": "https://gitlab.com/luke-tierney/codetools", - "License": "GPL", - "NeedsCompilation": "no", - "Packaged": "2024-03-31 18:18:09 UTC; luke", - "Repository": "CRAN", - "Date/Publication": "2024-03-31 20:10:06 UTC", - "Built": "R 4.4.1; ; 2024-06-14 08:33:57 UTC; windows" - } - }, - "colorspace": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "colorspace", - "Version": "2.1-1", - "Date": "2024-07-26", - "Title": "A Toolbox for Manipulating and Assessing Colors and Palettes", - "Authors@R": "c(person(given = \"Ross\", family = \"Ihaka\", role = \"aut\", email = \"ihaka@stat.auckland.ac.nz\"),\n person(given = \"Paul\", family = \"Murrell\", role = \"aut\", email = \"paul@stat.auckland.ac.nz\",\n comment = c(ORCID = \"0000-0002-3224-8858\")),\n person(given = \"Kurt\", family = \"Hornik\", role = \"aut\", email = \"Kurt.Hornik@R-project.org\",\n\t\t comment = c(ORCID = \"0000-0003-4198-9911\")),\n person(given = c(\"Jason\", \"C.\"), family = \"Fisher\", role = \"aut\", email = \"jfisher@usgs.gov\",\n comment = c(ORCID = \"0000-0001-9032-8912\")),\n person(given = \"Reto\", family = \"Stauffer\", role = \"aut\", email = \"Reto.Stauffer@uibk.ac.at\",\n comment = c(ORCID = \"0000-0002-3798-5507\")),\n person(given = c(\"Claus\", \"O.\"), family = \"Wilke\", role = \"aut\", email = \"wilke@austin.utexas.edu\",\n comment = c(ORCID = \"0000-0002-7470-9261\")),\n person(given = c(\"Claire\", \"D.\"), family = \"McWhite\", role = \"aut\", email = \"claire.mcwhite@utmail.utexas.edu\",\n comment = c(ORCID = \"0000-0001-7346-3047\")),\n person(given = \"Achim\", family = \"Zeileis\", role = c(\"aut\", \"cre\"), email = \"Achim.Zeileis@R-project.org\",\n comment = c(ORCID = \"0000-0003-0918-3766\")))", - "Description": "Carries out mapping between assorted color spaces including RGB, HSV, HLS,\n CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB, and polar CIELAB.\n\t Qualitative, sequential, and diverging color palettes based on HCL colors\n\t are provided along with corresponding ggplot2 color scales.\n\t Color palette choice is aided by an interactive app (with either a Tcl/Tk\n\t or a shiny graphical user interface) and shiny apps with an HCL color picker and a\n\t color vision deficiency emulator. Plotting functions for displaying\n\t and assessing palettes include color swatches, visualizations of the\n\t HCL space, and trajectories in HCL and/or RGB spectrum. Color manipulation\n\t functions include: desaturation, lightening/darkening, mixing, and\n\t simulation of color vision deficiencies (deutanomaly, protanomaly, tritanomaly).\n\t Details can be found on the project web page at \n\t and in the accompanying scientific paper: Zeileis et al. (2020, Journal of Statistical\n\t Software, ).", - "Depends": "R (>= 3.0.0), methods", - "Imports": "graphics, grDevices, stats", - "Suggests": "datasets, utils, KernSmooth, MASS, kernlab, mvtnorm, vcd,\ntcltk, shiny, shinyjs, ggplot2, dplyr, scales, grid, png, jpeg,\nknitr, rmarkdown, RColorBrewer, rcartocolor, scico, viridis,\nwesanderson", - "VignetteBuilder": "knitr", - "License": "BSD_3_clause + file LICENSE", - "URL": "https://colorspace.R-Forge.R-project.org/, https://hclwizard.org/", - "BugReports": "https://colorspace.R-Forge.R-project.org/contact.html", - "LazyData": "yes", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.1", - "NeedsCompilation": "yes", - "Packaged": "2024-07-26 15:40:41 UTC; zeileis", - "Author": "Ross Ihaka [aut],\n Paul Murrell [aut] (),\n Kurt Hornik [aut] (),\n Jason C. Fisher [aut] (),\n Reto Stauffer [aut] (),\n Claus O. Wilke [aut] (),\n Claire D. McWhite [aut] (),\n Achim Zeileis [aut, cre] ()", - "Maintainer": "Achim Zeileis ", - "Repository": "RSPM", - "Date/Publication": "2024-07-26 17:10:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-07-27 04:42:47 UTC; windows", - "Archs": "x64" - } - }, - "commonmark": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "commonmark", - "Type": "Package", - "Title": "High Performance CommonMark and Github Markdown Rendering in R", - "Version": "1.9.1", - "Authors@R": "c(\n person(\"Jeroen\", \"Ooms\", ,\"jeroen@berkeley.edu\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"John MacFarlane\", role = \"cph\", comment = \"Author of cmark\"))", - "URL": "https://docs.ropensci.org/commonmark/\nhttps://r-lib.r-universe.dev/commonmark\nhttps://github.github.com/gfm/ (spec)", - "BugReports": "https://github.com/r-lib/commonmark/issues", - "Description": "The CommonMark specification defines a rationalized version of markdown\n syntax. This package uses the 'cmark' reference implementation for converting\n markdown text into various formats including html, latex and groff man. In\n addition it exposes the markdown parse tree in xml format. Also includes opt-in\n support for GFM extensions including tables, autolinks, and strikethrough text.", - "License": "BSD_2_clause + file LICENSE", - "Suggests": "curl, testthat, xml2", - "RoxygenNote": "7.2.3", - "Language": "en-US", - "Encoding": "UTF-8", - "NeedsCompilation": "yes", - "Packaged": "2024-01-30 11:29:56 UTC; jeroen", - "Author": "Jeroen Ooms [aut, cre] (),\n John MacFarlane [cph] (Author of cmark)", - "Maintainer": "Jeroen Ooms ", - "Repository": "RSPM", - "Date/Publication": "2024-01-30 12:40:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:46:49 UTC; windows", - "Archs": "x64" - } - }, - "config": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "config", - "Type": "Package", - "Title": "Manage Environment Specific Configuration Values", - "Version": "0.3.2", - "Authors@R": "c(\n person(\"JJ\", \"Allaire\", role = c(\"aut\"), email = \"jj@rstudio.com\"),\n person(\"Andrie\", \"de Vries\", role = \"cre\", email = \"apdevries@gmail.com\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Imports": "yaml (>= 2.1.19)", - "Suggests": "testthat, knitr, rmarkdown, covr, spelling, withr", - "Description": "Manage configuration values across multiple environments (e.g.\n development, test, production). Read values using a function that determines\n the current environment and returns the appropriate value.", - "License": "GPL-3", - "URL": "https://rstudio.github.io/config/,\nhttps://github.com/rstudio/config", - "BugReports": "https://github.com/rstudio/config/issues", - "RoxygenNote": "7.2.3", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "Language": "en-US", - "Config/testthat/edition": "3", - "NeedsCompilation": "no", - "Packaged": "2023-08-30 09:28:23 UTC; apdev", - "Author": "JJ Allaire [aut],\n Andrie de Vries [cre],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Andrie de Vries ", - "Repository": "RSPM", - "Date/Publication": "2023-08-30 16:50:36 UTC", - "Built": "R 4.4.0; ; 2024-04-25 19:03:42 UTC; windows" - } - }, - "covr": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Encoding": "UTF-8", - "Package": "covr", - "Title": "Test Coverage for Packages", - "Version": "3.6.4", - "Authors@R": "c(\n person(\"Jim\", \"Hester\", email = \"james.f.hester@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Willem\", \"Ligtenberg\", role = \"ctb\"),\n person(\"Kirill\", \"Müller\", role = \"ctb\"),\n person(\"Henrik\", \"Bengtsson\", role = \"ctb\"),\n person(\"Steve\", \"Peak\", role = \"ctb\"),\n person(\"Kirill\", \"Sevastyanenko\", role = \"ctb\"),\n person(\"Jon\", \"Clayden\", role = \"ctb\"),\n person(\"Robert\", \"Flight\", role = \"ctb\"),\n person(\"Eric\", \"Brown\", role = \"ctb\"),\n person(\"Brodie\", \"Gaslam\", role = \"ctb\"),\n person(\"Will\", \"Beasley\", role = \"ctb\"),\n person(\"Robert\", \"Krzyzanowski\", role = \"ctb\"),\n person(\"Markus\", \"Wamser\", role = \"ctb\"),\n person(\"Karl\", \"Forner\", role = \"ctb\"),\n person(\"Gergely\", \"Daróczi\", role = \"ctb\"),\n person(\"Jouni\", \"Helske\", role = \"ctb\"),\n person(\"Kun\", \"Ren\", role = \"ctb\"),\n person(\"Jeroen\", \"Ooms\", role = \"ctb\"),\n person(\"Ken\", \"Williams\", role = \"ctb\"),\n person(\"Chris\", \"Campbell\", role = \"ctb\"),\n person(\"David\", \"Hugh-Jones\", role = \"ctb\"),\n person(\"Qin\", \"Wang\", role = \"ctb\"),\n person(\"Doug\", \"Kelkhoff\", role = \"ctb\"),\n person(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"), comment = \"highlight.js library\"),\n person(\"Mark\", \"Otto\", role = \"ctb\", comment = \"Bootstrap library\"),\n person(\"Jacob\", \"Thornton\", role = \"ctb\", comment = \"Bootstrap library\"),\n person(family = \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"),\n person(family = \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\")\n )", - "Description": "Track and report code coverage for your package and (optionally)\n upload the results to a coverage service like 'Codecov' or\n 'Coveralls' . Code coverage is a measure of the amount of\n code being exercised by a set of tests. It is an indirect measure of test\n quality and completeness. This package is compatible with any testing\n methodology or framework and tracks coverage of both R code and compiled\n C/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, covr", - "License": "MIT + file LICENSE", - "VignetteBuilder": "knitr", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "yes", - "Packaged": "2023-11-08 21:07:59 UTC; jimhester", - "Author": "Jim Hester [aut, cre],\n Willem Ligtenberg [ctb],\n Kirill Müller [ctb],\n Henrik Bengtsson [ctb],\n Steve Peak [ctb],\n Kirill Sevastyanenko [ctb],\n Jon Clayden [ctb],\n Robert Flight [ctb],\n Eric Brown [ctb],\n Brodie Gaslam [ctb],\n Will Beasley [ctb],\n Robert Krzyzanowski [ctb],\n Markus Wamser [ctb],\n Karl Forner [ctb],\n Gergely Daróczi [ctb],\n Jouni Helske [ctb],\n Kun Ren [ctb],\n Jeroen Ooms [ctb],\n Ken Williams [ctb],\n Chris Campbell [ctb],\n David Hugh-Jones [ctb],\n Qin Wang [ctb],\n Doug Kelkhoff [ctb],\n Ivan Sagalaev [ctb, cph] (highlight.js library),\n Mark Otto [ctb] (Bootstrap library),\n Jacob Thornton [ctb] (Bootstrap library),\n Bootstrap contributors [ctb] (Bootstrap library),\n Twitter, Inc [cph] (Bootstrap library)", - "Maintainer": "Jim Hester ", - "Repository": "RSPM", - "Date/Publication": "2023-11-09 08:10:06 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 21:19:29 UTC; windows", - "Archs": "x64" - } - }, - "cowplot": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "cowplot", - "Title": "Streamlined Plot Theme and Plot Annotations for 'ggplot2'", - "Version": "1.1.3", - "Authors@R": "\n person(\n given = \"Claus O.\",\n family = \"Wilke\",\n role = c(\"aut\", \"cre\"),\n email = \"wilke@austin.utexas.edu\",\n comment = c(ORCID = \"0000-0002-7470-9261\")\n )", - "Description": "\n Provides various features that help with creating publication-quality figures\n with 'ggplot2', such as a set of themes, functions to align plots and arrange\n them into complex compound figures, and functions that make it easy to annotate\n plots and or mix plots with images. The package was originally written for\n internal use in the Wilke lab, hence the name (Claus O. Wilke's plot package).\n It has also been used extensively in the book Fundamentals of Data\n Visualization.", - "URL": "https://wilkelab.org/cowplot/", - "BugReports": "https://github.com/wilkelab/cowplot/issues", - "Depends": "R (>= 3.5.0)", - "Imports": "ggplot2 (>= 3.4.0), grid, gtable, grDevices, methods, rlang,\nscales", - "License": "GPL-2", - "Suggests": "Cairo, covr, dplyr, forcats, gridGraphics (>= 0.4-0), knitr,\nlattice, magick, maps, PASWR, patchwork, rmarkdown, ragg,\ntestthat (>= 1.0.0), tidyr, vdiffr (>= 0.3.0), VennDiagram", - "VignetteBuilder": "knitr", - "Collate": "'add_sub.R' 'align_plots.R' 'as_grob.R' 'as_gtable.R'\n'axis_canvas.R' 'cowplot.R' 'draw.R' 'get_plot_component.R'\n'get_axes.R' 'get_titles.R' 'get_legend.R' 'get_panel.R'\n'gtable.R' 'key_glyph.R' 'plot_grid.R' 'save.R'\n'set_null_device.R' 'setup.R' 'stamp.R' 'themes.R'\n'utils_ggplot2.R'", - "RoxygenNote": "7.2.3", - "Encoding": "UTF-8", - "NeedsCompilation": "no", - "Packaged": "2024-01-22 21:32:03 UTC; clauswilke", - "Author": "Claus O. Wilke [aut, cre] ()", - "Maintainer": "Claus O. Wilke ", - "Repository": "RSPM", - "Date/Publication": "2024-01-22 23:22:51 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:38:46 UTC; windows" - } - }, - "cpp11": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "cpp11", - "Title": "A C++11 Interface for R's C Interface", - "Version": "0.5.0", - "Authors@R": "\n c(\n person(\"Davis\", \"Vaughan\", email = \"davis@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4777-038X\")),\n person(\"Jim\",\"Hester\", role = \"aut\", comment = c(ORCID = \"0000-0002-2739-7082\")),\n person(\"Romain\", \"François\", role = \"aut\", comment = c(ORCID = \"0000-0002-2444-4226\")),\n person(\"Benjamin\", \"Kietzman\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Provides a header only, C++11 interface to R's C\n interface. Compared to other approaches 'cpp11' strives to be safe\n against long jumps from the C API as well as C++ exceptions, conform\n to normal R function semantics and supports interaction with 'ALTREP'\n vectors.", - "License": "MIT + file LICENSE", - "URL": "https://cpp11.r-lib.org, https://github.com/r-lib/cpp11", - "BugReports": "https://github.com/r-lib/cpp11/issues", - "Depends": "R (>= 3.6.0)", - "Suggests": "bench, brio, callr, cli, covr, decor, desc, ggplot2, glue,\nknitr, lobstr, mockery, progress, rmarkdown, scales, Rcpp,\ntestthat (>= 3.2.0), tibble, utils, vctrs, withr", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/Needs/cpp11/cpp_register": "brio, cli, decor, desc, glue, tibble,\nvctrs", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "no", - "Packaged": "2024-08-26 21:19:28 UTC; davis", - "Author": "Davis Vaughan [aut, cre] (),\n Jim Hester [aut] (),\n Romain François [aut] (),\n Benjamin Kietzman [ctb],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Davis Vaughan ", - "Repository": "RSPM", - "Date/Publication": "2024-08-27 04:30:17 UTC", - "Built": "R 4.4.0; ; 2024-08-28 04:38:59 UTC; windows" - } - }, - "crayon": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "crayon", - "Title": "Colored Terminal Output", - "Version": "1.5.3", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Brodie\", \"Gaslam\", , \"brodie.gaslam@yahoo.com\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "The crayon package is now superseded. Please use the 'cli'\n package for new projects. Colored terminal output on terminals that\n support 'ANSI' color and highlight codes. It also works in 'Emacs'\n 'ESS'. 'ANSI' color support is automatically detected. Colors and\n highlighting can be combined and nested. New styles can also be\n created easily. This package was inspired by the 'chalk' 'JavaScript'\n project.", - "License": "MIT + file LICENSE", - "URL": "https://r-lib.github.io/crayon/, https://github.com/r-lib/crayon", - "BugReports": "https://github.com/r-lib/crayon/issues", - "Imports": "grDevices, methods, utils", - "Suggests": "mockery, rstudioapi, testthat, withr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.1", - "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'", - "NeedsCompilation": "no", - "Packaged": "2024-06-20 11:49:08 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\n Brodie Gaslam [ctb],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Gábor Csárdi ", - "Repository": "CRAN", - "Date/Publication": "2024-06-20 13:00:02 UTC", - "Built": "R 4.4.1; ; 2024-09-26 01:05:25 UTC; windows" - } - }, - "credentials": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "credentials", - "Type": "Package", - "Title": "Tools for Managing SSH and Git Credentials", - "Version": "2.0.1", - "Authors@R": "person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), \n email = \"jeroen@berkeley.edu\", comment = c(ORCID = \"0000-0002-4035-0289\"))", - "Description": "Setup and retrieve HTTPS and SSH credentials for use with 'git' and \n other services. For HTTPS remotes the package interfaces the 'git-credential' \n utility which 'git' uses to store HTTP usernames and passwords. For SSH \n remotes we provide convenient functions to find or generate appropriate SSH \n keys. The package both helps the user to setup a local git installation, and\n also provides a back-end for git/ssh client libraries to authenticate with \n existing user credentials.", - "License": "MIT + file LICENSE", - "SystemRequirements": "git (optional)", - "Encoding": "UTF-8", - "Imports": "openssl (>= 1.3), sys (>= 2.1), curl, jsonlite, askpass", - "Suggests": "testthat, knitr, rmarkdown", - "RoxygenNote": "7.2.1", - "VignetteBuilder": "knitr", - "Language": "en-US", - "URL": "https://docs.ropensci.org/credentials/\nhttps://r-lib.r-universe.dev/credentials", - "BugReports": "https://github.com/r-lib/credentials/issues", - "NeedsCompilation": "no", - "Packaged": "2023-09-06 11:28:31 UTC; jeroen", - "Author": "Jeroen Ooms [aut, cre] ()", - "Maintainer": "Jeroen Ooms ", - "Repository": "RSPM", - "Date/Publication": "2023-09-06 21:32:31 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:16:21 UTC; windows" - } - }, - "crosstalk": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "crosstalk", - "Type": "Package", - "Title": "Inter-Widget Interactivity for HTML Widgets", - "Version": "1.2.1", - "Authors@R": "c(\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@posit.co\"),\n person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"),\n email = \"carson@posit.co\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(family = \"jQuery Foundation\", role = \"cph\",\n comment = \"jQuery library and jQuery UI library\"),\n person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"),\n person(\"Mark\", \"Otto\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(\"Jacob\", \"Thornton\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(family = \"Bootstrap contributors\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(family = \"Twitter, Inc\", role = \"cph\",\n comment = \"Bootstrap library\"),\n person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"),\n comment = \"selectize.js library\"),\n person(\"Kristopher Michael\", \"Kowal\", role = c(\"ctb\", \"cph\"),\n comment = \"es5-shim library\"),\n person(family = \"es5-shim contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"es5-shim library\"),\n person(\"Denis\", \"Ineshin\", role = c(\"ctb\", \"cph\"),\n comment = \"ion.rangeSlider library\"),\n person(\"Sami\", \"Samhuri\", role = c(\"ctb\", \"cph\"),\n comment = \"Javascript strftime library\")\n )", - "Description": "Provides building blocks for allowing HTML widgets to communicate\n with each other, with Shiny or without (i.e. static .html files). Currently\n supports linked brushing and filtering.", - "License": "MIT + file LICENSE", - "Imports": "htmltools (>= 0.3.6), jsonlite, lazyeval, R6", - "Suggests": "shiny, ggplot2, testthat (>= 2.1.0), sass, bslib", - "URL": "https://rstudio.github.io/crosstalk/,\nhttps://github.com/rstudio/crosstalk", - "BugReports": "https://github.com/rstudio/crosstalk/issues", - "RoxygenNote": "7.2.3", - "Encoding": "UTF-8", - "NeedsCompilation": "no", - "Packaged": "2023-11-22 16:29:50 UTC; cpsievert", - "Author": "Joe Cheng [aut],\n Carson Sievert [aut, cre] (),\n Posit Software, PBC [cph, fnd],\n jQuery Foundation [cph] (jQuery library and jQuery UI library),\n jQuery contributors [ctb, cph] (jQuery library; authors listed in\n inst/www/shared/jquery-AUTHORS.txt),\n Mark Otto [ctb] (Bootstrap library),\n Jacob Thornton [ctb] (Bootstrap library),\n Bootstrap contributors [ctb] (Bootstrap library),\n Twitter, Inc [cph] (Bootstrap library),\n Brian Reavis [ctb, cph] (selectize.js library),\n Kristopher Michael Kowal [ctb, cph] (es5-shim library),\n es5-shim contributors [ctb, cph] (es5-shim library),\n Denis Ineshin [ctb, cph] (ion.rangeSlider library),\n Sami Samhuri [ctb, cph] (Javascript strftime library)", - "Maintainer": "Carson Sievert ", - "Repository": "RSPM", - "Date/Publication": "2023-11-23 08:50:07 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:40:47 UTC; windows" - } - }, - "curl": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "curl", - "Type": "Package", - "Title": "A Modern and Flexible Web Client for R", - "Version": "5.2.2", - "Authors@R": "c(\n person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\n comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"ctb\"),\n person(\"RStudio\", role = \"cph\")\n )", - "Description": "The curl() and curl_download() functions provide highly\n configurable drop-in replacements for base url() and download.file() with\n better performance, support for encryption (https, ftps), gzip compression,\n authentication, and other 'libcurl' goodies. The core of the package implements a\n framework for performing fully customized requests where data can be processed\n either in memory, on disk, or streaming via the callback or connection\n interfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly\n web client see the 'httr' package which builds on this package with http\n specific tools and logic.", - "License": "MIT + file LICENSE", - "SystemRequirements": "libcurl: libcurl-devel (rpm) or\nlibcurl4-openssl-dev (deb).", - "URL": "https://jeroen.r-universe.dev/curl https://curl.se/libcurl/", - "BugReports": "https://github.com/jeroen/curl/issues", - "Suggests": "spelling, testthat (>= 1.0.0), knitr, jsonlite, later,\nrmarkdown, httpuv (>= 1.4.4), webutils", - "VignetteBuilder": "knitr", - "Depends": "R (>= 3.0.0)", - "RoxygenNote": "7.3.0", - "Encoding": "UTF-8", - "Language": "en-US", - "NeedsCompilation": "yes", - "Packaged": "2024-08-25 10:08:31 UTC; jeroen", - "Author": "Jeroen Ooms [aut, cre] (),\n Hadley Wickham [ctb],\n RStudio [cph]", - "Maintainer": "Jeroen Ooms ", - "Repository": "RSPM", - "Date/Publication": "2024-08-26 09:40:03 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-27 04:34:46 UTC; windows", - "Archs": "x64" - } - }, - "data.table": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "data.table", - "Version": "1.16.0", - "Title": "Extension of `data.frame`", - "Depends": "R (>= 3.3.0)", - "Imports": "methods", - "Suggests": "bit64 (>= 4.0.0), bit (>= 4.0.4), R.utils, xts, zoo (>=\n1.8-1), yaml, knitr, markdown", - "Description": "Fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins, fast add/modify/delete of columns by group using no copies at all, list columns, friendly and fast character-separated-value read/write. Offers a natural and flexible syntax, for faster development.", - "License": "MPL-2.0 | file LICENSE", - "URL": "https://r-datatable.com, https://Rdatatable.gitlab.io/data.table,\nhttps://github.com/Rdatatable/data.table", - "BugReports": "https://github.com/Rdatatable/data.table/issues", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "ByteCompile": "TRUE", - "Authors@R": "c(\n person(\"Tyson\",\"Barrett\", role=c(\"aut\",\"cre\"), email=\"t.barrett88@gmail.com\", comment = c(ORCID=\"0000-0002-2137-1391\")),\n person(\"Matt\",\"Dowle\", role=\"aut\", email=\"mattjdowle@gmail.com\"),\n person(\"Arun\",\"Srinivasan\", role=\"aut\", email=\"asrini@pm.me\"),\n person(\"Jan\",\"Gorecki\", role=\"aut\"),\n person(\"Michael\",\"Chirico\", role=\"aut\", comment = c(ORCID=\"0000-0003-0787-087X\")),\n person(\"Toby\",\"Hocking\", role=\"aut\", comment = c(ORCID=\"0000-0002-3146-0865\")),\n person(\"Benjamin\",\"Schwendinger\",role=\"aut\", comment = c(ORCID=\"0000-0003-3315-8114\")),\n person(\"Pasha\",\"Stetsenko\", role=\"ctb\"),\n person(\"Tom\",\"Short\", role=\"ctb\"),\n person(\"Steve\",\"Lianoglou\", role=\"ctb\"),\n person(\"Eduard\",\"Antonyan\", role=\"ctb\"),\n person(\"Markus\",\"Bonsch\", role=\"ctb\"),\n person(\"Hugh\",\"Parsonage\", role=\"ctb\"),\n person(\"Scott\",\"Ritchie\", role=\"ctb\"),\n person(\"Kun\",\"Ren\", role=\"ctb\"),\n person(\"Xianying\",\"Tan\", role=\"ctb\"),\n person(\"Rick\",\"Saporta\", role=\"ctb\"),\n person(\"Otto\",\"Seiskari\", role=\"ctb\"),\n person(\"Xianghui\",\"Dong\", role=\"ctb\"),\n person(\"Michel\",\"Lang\", role=\"ctb\"),\n person(\"Watal\",\"Iwasaki\", role=\"ctb\"),\n person(\"Seth\",\"Wenchel\", role=\"ctb\"),\n person(\"Karl\",\"Broman\", role=\"ctb\"),\n person(\"Tobias\",\"Schmidt\", role=\"ctb\"),\n person(\"David\",\"Arenburg\", role=\"ctb\"),\n person(\"Ethan\",\"Smith\", role=\"ctb\"),\n person(\"Francois\",\"Cocquemas\", role=\"ctb\"),\n person(\"Matthieu\",\"Gomez\", role=\"ctb\"),\n person(\"Philippe\",\"Chataignon\", role=\"ctb\"),\n person(\"Nello\",\"Blaser\", role=\"ctb\"),\n person(\"Dmitry\",\"Selivanov\", role=\"ctb\"),\n person(\"Andrey\",\"Riabushenko\", role=\"ctb\"),\n person(\"Cheng\",\"Lee\", role=\"ctb\"),\n person(\"Declan\",\"Groves\", role=\"ctb\"),\n person(\"Daniel\",\"Possenriede\", role=\"ctb\"),\n person(\"Felipe\",\"Parages\", role=\"ctb\"),\n person(\"Denes\",\"Toth\", role=\"ctb\"),\n person(\"Mus\",\"Yaramaz-David\", role=\"ctb\"),\n person(\"Ayappan\",\"Perumal\", role=\"ctb\"),\n person(\"James\",\"Sams\", role=\"ctb\"),\n person(\"Martin\",\"Morgan\", role=\"ctb\"),\n person(\"Michael\",\"Quinn\", role=\"ctb\"),\n person(\"@javrucebo\",\"\", role=\"ctb\"),\n person(\"@marc-outins\",\"\", role=\"ctb\"),\n person(\"Roy\",\"Storey\", role=\"ctb\"),\n person(\"Manish\",\"Saraswat\", role=\"ctb\"),\n person(\"Morgan\",\"Jacob\", role=\"ctb\"),\n person(\"Michael\",\"Schubmehl\", role=\"ctb\"),\n person(\"Davis\",\"Vaughan\", role=\"ctb\"),\n person(\"Leonardo\",\"Silvestri\", role=\"ctb\"),\n person(\"Jim\",\"Hester\", role=\"ctb\"),\n person(\"Anthony\",\"Damico\", role=\"ctb\"),\n person(\"Sebastian\",\"Freundt\", role=\"ctb\"),\n person(\"David\",\"Simons\", role=\"ctb\"),\n person(\"Elliott\",\"Sales de Andrade\", role=\"ctb\"),\n person(\"Cole\",\"Miller\", role=\"ctb\"),\n person(\"Jens Peder\",\"Meldgaard\", role=\"ctb\"),\n person(\"Vaclav\",\"Tlapak\", role=\"ctb\"),\n person(\"Kevin\",\"Ushey\", role=\"ctb\"),\n person(\"Dirk\",\"Eddelbuettel\", role=\"ctb\"),\n person(\"Tony\",\"Fischetti\", role=\"ctb\"),\n person(\"Ofek\",\"Shilon\", role=\"ctb\"),\n person(\"Vadim\",\"Khotilovich\", role=\"ctb\"),\n person(\"Hadley\",\"Wickham\", role=\"ctb\"),\n person(\"Bennet\",\"Becker\", role=\"ctb\"),\n person(\"Kyle\",\"Haynes\", role=\"ctb\"),\n person(\"Boniface Christian\",\"Kamgang\", role=\"ctb\"),\n person(\"Olivier\",\"Delmarcell\", role=\"ctb\"),\n person(\"Josh\",\"O'Brien\", role=\"ctb\"),\n person(\"Dereck\",\"de Mezquita\", role=\"ctb\"),\n person(\"Michael\",\"Czekanski\", role=\"ctb\"),\n person(\"Dmitry\", \"Shemetov\", role=\"ctb\"),\n person(\"Nitish\", \"Jha\", role=\"ctb\"),\n person(\"Joshua\", \"Wu\", role=\"ctb\"),\n person(\"Iago\", \"Giné-Vázquez\", role=\"ctb\"),\n person(\"Anirban\", \"Chetia\", role=\"ctb\"),\n person(\"Doris\", \"Amoakohene\", role=\"ctb\")\n )", - "NeedsCompilation": "yes", - "Packaged": "2024-08-25 15:12:50 UTC; tysonbarrett", - "Author": "Tyson Barrett [aut, cre] (),\n Matt Dowle [aut],\n Arun Srinivasan [aut],\n Jan Gorecki [aut],\n Michael Chirico [aut] (),\n Toby Hocking [aut] (),\n Benjamin Schwendinger [aut] (),\n Pasha Stetsenko [ctb],\n Tom Short [ctb],\n Steve Lianoglou [ctb],\n Eduard Antonyan [ctb],\n Markus Bonsch [ctb],\n Hugh Parsonage [ctb],\n Scott Ritchie [ctb],\n Kun Ren [ctb],\n Xianying Tan [ctb],\n Rick Saporta [ctb],\n Otto Seiskari [ctb],\n Xianghui Dong [ctb],\n Michel Lang [ctb],\n Watal Iwasaki [ctb],\n Seth Wenchel [ctb],\n Karl Broman [ctb],\n Tobias Schmidt [ctb],\n David Arenburg [ctb],\n Ethan Smith [ctb],\n Francois Cocquemas [ctb],\n Matthieu Gomez [ctb],\n Philippe Chataignon [ctb],\n Nello Blaser [ctb],\n Dmitry Selivanov [ctb],\n Andrey Riabushenko [ctb],\n Cheng Lee [ctb],\n Declan Groves [ctb],\n Daniel Possenriede [ctb],\n Felipe Parages [ctb],\n Denes Toth [ctb],\n Mus Yaramaz-David [ctb],\n Ayappan Perumal [ctb],\n James Sams [ctb],\n Martin Morgan [ctb],\n Michael Quinn [ctb],\n @javrucebo [ctb],\n @marc-outins [ctb],\n Roy Storey [ctb],\n Manish Saraswat [ctb],\n Morgan Jacob [ctb],\n Michael Schubmehl [ctb],\n Davis Vaughan [ctb],\n Leonardo Silvestri [ctb],\n Jim Hester [ctb],\n Anthony Damico [ctb],\n Sebastian Freundt [ctb],\n David Simons [ctb],\n Elliott Sales de Andrade [ctb],\n Cole Miller [ctb],\n Jens Peder Meldgaard [ctb],\n Vaclav Tlapak [ctb],\n Kevin Ushey [ctb],\n Dirk Eddelbuettel [ctb],\n Tony Fischetti [ctb],\n Ofek Shilon [ctb],\n Vadim Khotilovich [ctb],\n Hadley Wickham [ctb],\n Bennet Becker [ctb],\n Kyle Haynes [ctb],\n Boniface Christian Kamgang [ctb],\n Olivier Delmarcell [ctb],\n Josh O'Brien [ctb],\n Dereck de Mezquita [ctb],\n Michael Czekanski [ctb],\n Dmitry Shemetov [ctb],\n Nitish Jha [ctb],\n Joshua Wu [ctb],\n Iago Giné-Vázquez [ctb],\n Anirban Chetia [ctb],\n Doris Amoakohene [ctb]", - "Maintainer": "Tyson Barrett ", - "Repository": "RSPM", - "Date/Publication": "2024-08-27 04:20:10 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 05:11:15 UTC; windows", - "Archs": "x64" - } - }, - "dbplyr": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Type": "Package", - "Package": "dbplyr", - "Title": "A 'dplyr' Back End for Databases", - "Version": "2.5.0", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Maximilian\", \"Girlich\", role = \"aut\"),\n person(\"Edgar\", \"Ruiz\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "A 'dplyr' back end for databases that allows you to work with\n remote database tables as if they are in-memory data frames. Basic\n features works with any database that has a 'DBI' back end; more\n advanced features require 'SQL' translation to be provided by the\n package 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.6)", - "Imports": "blob (>= 1.2.0), cli (>= 3.6.1), DBI (>= 1.1.3), dplyr (>=\n1.1.2), glue (>= 1.6.2), lifecycle (>= 1.0.3), magrittr,\nmethods, pillar (>= 1.9.0), purrr (>= 1.0.1), R6 (>= 2.2.2),\nrlang (>= 1.1.1), tibble (>= 3.2.1), tidyr (>= 1.3.0),\ntidyselect (>= 1.2.1), utils, vctrs (>= 0.6.3), withr (>=\n2.5.0)", - "Suggests": "bit64, covr, knitr, Lahman, nycflights13, odbc (>= 1.4.2),\nRMariaDB (>= 1.2.2), rmarkdown, RPostgres (>= 1.4.5),\nRPostgreSQL, RSQLite (>= 2.3.1), testthat (>= 3.1.10)", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "TRUE", - "Encoding": "UTF-8", - "Language": "en-gb", - "RoxygenNote": "7.3.1", - "Collate": "'db-sql.R' 'utils-check.R' 'import-standalone-types-check.R'\n'import-standalone-obj-type.R' 'utils.R' 'sql.R' 'escape.R'\n'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-spark-sql.R' 'backend-sqlite.R'\n'backend-teradata.R' 'build-sql.R' 'data-cache.R'\n'data-lahman.R' 'data-nycflights13.R' 'db-escape.R' 'db-io.R'\n'db.R' 'dbplyr.R' 'explain.R' 'ident.R'\n'import-standalone-s3-register.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'sql-build.R' 'query-join.R' 'query-select.R'\n'query-semi-join.R' 'query-set-op.R' 'query.R' 'reexport.R'\n'remote.R' 'rows.R' 'schema.R' 'simulate.R' 'sql-clause.R'\n'sql-expr.R' 'src-sql.R' 'src_dbi.R' 'table-name.R'\n'tbl-lazy.R' 'tbl-sql.R' 'test-frame.R' 'testthat.R'\n'tidyeval-across.R' 'tidyeval.R' 'translate-sql.R'\n'utils-format.R' 'verb-arrange.R' 'verb-compute.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'", - "NeedsCompilation": "no", - "Packaged": "2024-03-15 17:27:18 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\n Maximilian Girlich [aut],\n Edgar Ruiz [aut],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2024-03-19 17:00:05 UTC", - "Built": "R 4.4.0; ; 2024-04-25 21:28:25 UTC; windows" - } - }, - "desc": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "desc", - "Title": "Manipulate DESCRIPTION Files", - "Version": "1.4.3", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Kirill\", \"Müller\", role = \"aut\"),\n person(\"Jim\", \"Hester\", , \"james.f.hester@gmail.com\", role = \"aut\"),\n person(\"Maëlle\", \"Salmon\", role = \"ctb\",\n comment = c(ORCID = \"0000-0002-2815-0399\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Maintainer": "Gábor Csárdi ", - "Description": "Tools to read, write, create, and manipulate DESCRIPTION\n files. It is intended for packages that create or manipulate other\n packages.", - "License": "MIT + file LICENSE", - "URL": "https://desc.r-lib.org/, https://github.com/r-lib/desc", - "BugReports": "https://github.com/r-lib/desc/issues", - "Depends": "R (>= 3.4)", - "Imports": "cli, R6, utils", - "Suggests": "callr, covr, gh, spelling, testthat, whoami, withr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "Language": "en-US", - "RoxygenNote": "7.2.3", - "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' 'find-package-root.R' 'latex.R'\n'non-oo-api.R' 'package-archives.R' 'read.R' 'remotes.R'\n'str.R' 'syntax_checks.R' 'urls.R' 'utils.R' 'validate.R'\n'version.R'", - "NeedsCompilation": "no", - "Packaged": "2023-12-10 11:07:50 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\n Kirill Müller [aut],\n Jim Hester [aut],\n Maëlle Salmon [ctb] (),\n Posit Software, PBC [cph, fnd]", - "Repository": "RSPM", - "Date/Publication": "2023-12-10 11:40:08 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:05:06 UTC; windows" - } - }, - "devtools": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "devtools", - "Title": "Tools to Make Developing R Packages Easier", - "Version": "2.4.5", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Winston\", \"Chang\", role = \"aut\"),\n person(\"Jennifer\", \"Bryan\", , \"jenny@rstudio.com\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-6983-2759\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "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.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.2.1", - "Config/testthat/edition": "3", - "NeedsCompilation": "no", - "Packaged": "2022-10-11 16:13:16 UTC; jenny", - "Author": "Hadley Wickham [aut],\n Jim Hester [aut],\n Winston Chang [aut],\n Jennifer Bryan [aut, cre] (),\n RStudio [cph, fnd]", - "Maintainer": "Jennifer Bryan ", - "Repository": "RSPM", - "Date/Publication": "2022-10-11 17:12:36 UTC", - "Built": "R 4.4.0; ; 2024-04-26 00:12:26 UTC; windows" - } - }, - "diffobj": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "diffobj", - "Type": "Package", - "Title": "Diffs for R Objects", - "Description": "Generate a colorized diff of two R objects for an intuitive\n visualization of their differences.", - "Version": "0.3.5", - "Authors@R": "c(\n person(\n \"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\",\n role=c(\"aut\", \"cre\")),\n person(\n \"Michael B.\", \"Allen\", email=\"ioplex@gmail.com\",\n role=c(\"ctb\", \"cph\"),\n comment=\"Original C implementation of Myers Diff Algorithm\"))", - "Depends": "R (>= 3.1.0)", - "License": "GPL-2 | GPL-3", - "URL": "https://github.com/brodieG/diffobj", - "BugReports": "https://github.com/brodieG/diffobj/issues", - "RoxygenNote": "7.1.1", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "Suggests": "knitr, rmarkdown", - "Collate": "'capt.R' 'options.R' 'pager.R' 'check.R' 'finalizer.R'\n'misc.R' 'html.R' 'styles.R' 's4.R' 'core.R' 'diff.R' 'get.R'\n'guides.R' 'hunks.R' 'layout.R' 'myerssimple.R' 'rdiff.R'\n'rds.R' 'set.R' 'subset.R' 'summmary.R' 'system.R' 'text.R'\n'tochar.R' 'trim.R' 'word.R'", - "Imports": "crayon (>= 1.3.2), tools, methods, utils, stats", - "NeedsCompilation": "yes", - "Packaged": "2021-10-05 01:16:56 UTC; bg", - "Author": "Brodie Gaslam [aut, cre],\n Michael B. Allen [ctb, cph] (Original C implementation of Myers Diff\n Algorithm)", - "Maintainer": "Brodie Gaslam ", - "Repository": "RSPM", - "Date/Publication": "2021-10-05 07:10:17 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:50:36 UTC; windows", - "Archs": "x64" - } - }, - "digest": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "digest", - "Authors@R": "c(person(\"Dirk\", \"Eddelbuettel\", role = c(\"aut\", \"cre\"), email = \"edd@debian.org\",\n comment = c(ORCID = \"0000-0001-6419-907X\")),\n person(\"Antoine\", \"Lucas\", role=\"ctb\"),\n person(\"Jarek\", \"Tuszynski\", role=\"ctb\"),\n person(\"Henrik\", \"Bengtsson\", role=\"ctb\", comment = c(ORCID = \"0000-0002-7579-5165\")),\n person(\"Simon\", \"Urbanek\", role=\"ctb\", comment = c(ORCID = \"0000-0003-2297-1732\")),\n person(\"Mario\", \"Frasca\", role=\"ctb\"),\n person(\"Bryan\", \"Lewis\", role=\"ctb\"),\n person(\"Murray\", \"Stokely\", role=\"ctb\"),\n person(\"Hannes\", \"Muehleisen\", role=\"ctb\"),\n person(\"Duncan\", \"Murdoch\", role=\"ctb\"),\n person(\"Jim\", \"Hester\", role=\"ctb\"),\n person(\"Wush\", \"Wu\", role=\"ctb\", comment = c(ORCID = \"0000-0001-5180-0567\")),\n person(\"Qiang\", \"Kou\", role=\"ctb\", comment = c(ORCID = \"0000-0001-6786-5453\")),\n person(\"Thierry\", \"Onkelinx\", role=\"ctb\", comment = c(ORCID = \"0000-0001-8804-4216\")),\n person(\"Michel\", \"Lang\", role=\"ctb\", comment = c(ORCID = \"0000-0001-9754-0393\")),\n person(\"Viliam\", \"Simko\", role=\"ctb\"),\n person(\"Kurt\", \"Hornik\", role=\"ctb\", comment = c(ORCID = \"0000-0003-4198-9911\")),\n person(\"Radford\", \"Neal\", role=\"ctb\", comment = c(ORCID = \"0000-0002-2473-3407\")),\n person(\"Kendon\", \"Bell\", role=\"ctb\", comment = c(ORCID = \"0000-0002-9093-8312\")),\n person(\"Matthew\", \"de Queljoe\", role=\"ctb\"),\n person(\"Dmitry\", \"Selivanov\", role=\"ctb\"),\n person(\"Ion\", \"Suruceanu\", role=\"ctb\"),\n person(\"Bill\", \"Denney\", role=\"ctb\"),\n person(\"Dirk\", \"Schumacher\", role=\"ctb\"),\n person(\"András\", \"Svraka\", role=\"ctb\"),\n person(\"Sergey\", \"Fedorov\", role=\"ctb\"),\n person(\"Will\", \"Landau\", role=\"ctb\", comment = c(ORCID = \"0000-0003-1878-3253\")),\n person(\"Floris\", \"Vanderhaeghe\", role=\"ctb\", comment = c(ORCID = \"0000-0002-6378-6229\")),\n person(\"Kevin\", \"Tappe\", role=\"ctb\"),\n person(\"Harris\", \"McGehee\", role=\"ctb\"),\n person(\"Tim\", \"Mastny\", role=\"ctb\"),\n person(\"Aaron\", \"Peikert\", role=\"ctb\", comment = c(ORCID = \"0000-0001-7813-818X\")),\n person(\"Mark\", \"van der Loo\", role=\"ctb\", comment = c(ORCID = \"0000-0002-9807-4686\")),\n person(\"Chris\", \"Muir\", role=\"ctb\", comment = c(ORCID = \"0000-0003-2555-3878\")),\n person(\"Moritz\", \"Beller\", role=\"ctb\", comment = c(ORCID = \"0000-0003-4852-0526\")),\n person(\"Sebastian\", \"Campbell\", role=\"ctb\"),\n person(\"Winston\", \"Chang\", role=\"ctb\", comment = c(ORCID = \"0000-0002-1576-2126\")),\n person(\"Dean\", \"Attali\", role=\"ctb\", comment = c(ORCID = \"0000-0002-5645-3493\")),\n person(\"Michael\", \"Chirico\", role=\"ctb\", comment = c(ORCID = \"0000-0003-0787-087X\")),\n person(\"Kevin\", \"Ushey\", role=\"ctb\"))", - "Version": "0.6.37", - "Date": "2024-08-19", - "Title": "Create Compact Hash Digests of R Objects", - "Description": "Implementation of a function 'digest()' for the creation of hash\n digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32',\n 'xxhash', 'murmurhash', 'spookyhash', 'blake3', 'crc32c', 'xxh3_64', and 'xxh3_128'\n algorithms) permitting easy comparison of R language objects, as well as functions\n such as'hmac()' to create hash-based message authentication code. Please note that\n this package is not meant to be deployed for cryptographic purposes for which more\n comprehensive (and widely tested) libraries such as 'OpenSSL' should be used.", - "URL": "https://github.com/eddelbuettel/digest,\nhttps://dirk.eddelbuettel.com/code/digest.html", - "BugReports": "https://github.com/eddelbuettel/digest/issues", - "Depends": "R (>= 3.3.0)", - "Imports": "utils", - "License": "GPL (>= 2)", - "Suggests": "tinytest, simplermarkdown", - "VignetteBuilder": "simplermarkdown", - "Encoding": "UTF-8", - "NeedsCompilation": "yes", - "Packaged": "2024-08-19 12:16:05 UTC; edd", - "Author": "Dirk Eddelbuettel [aut, cre] (),\n Antoine Lucas [ctb],\n Jarek Tuszynski [ctb],\n Henrik Bengtsson [ctb] (),\n Simon Urbanek [ctb] (),\n Mario Frasca [ctb],\n Bryan Lewis [ctb],\n Murray Stokely [ctb],\n Hannes Muehleisen [ctb],\n Duncan Murdoch [ctb],\n Jim Hester [ctb],\n Wush Wu [ctb] (),\n Qiang Kou [ctb] (),\n Thierry Onkelinx [ctb] (),\n Michel Lang [ctb] (),\n Viliam Simko [ctb],\n Kurt Hornik [ctb] (),\n Radford Neal [ctb] (),\n Kendon Bell [ctb] (),\n Matthew de Queljoe [ctb],\n Dmitry Selivanov [ctb],\n Ion Suruceanu [ctb],\n Bill Denney [ctb],\n Dirk Schumacher [ctb],\n András Svraka [ctb],\n Sergey Fedorov [ctb],\n Will Landau [ctb] (),\n Floris Vanderhaeghe [ctb] (),\n Kevin Tappe [ctb],\n Harris McGehee [ctb],\n Tim Mastny [ctb],\n Aaron Peikert [ctb] (),\n Mark van der Loo [ctb] (),\n Chris Muir [ctb] (),\n Moritz Beller [ctb] (),\n Sebastian Campbell [ctb],\n Winston Chang [ctb] (),\n Dean Attali [ctb] (),\n Michael Chirico [ctb] (),\n Kevin Ushey [ctb]", - "Maintainer": "Dirk Eddelbuettel ", - "Repository": "RSPM", - "Date/Publication": "2024-08-19 14:10:07 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-20 04:36:33 UTC; windows", - "Archs": "x64" - } - }, - "downlit": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "downlit", - "Title": "Syntax Highlighting and Automatic Linking", - "Version": "0.4.4", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Syntax highlighting of R code, specifically designed for the\n needs of 'RMarkdown' packages like 'pkgdown', 'hugodown', and\n 'bookdown'. It includes linking of function calls to their\n documentation on the web, and automatic translation of ANSI escapes in\n output 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 (>= 4.0.0)", - "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.3.1", - "NeedsCompilation": "no", - "Packaged": "2024-06-07 19:03:38 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2024-06-10 09:10:02 UTC", - "Built": "R 4.4.0; ; 2024-06-11 04:29:02 UTC; windows" - } - }, - "dplyr": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Type": "Package", - "Package": "dplyr", - "Title": "A Grammar of Data Manipulation", - "Version": "1.1.4", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Romain\", \"François\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2444-4226\")),\n person(\"Lionel\", \"Henry\", role = \"aut\"),\n person(\"Kirill\", \"Müller\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4777-038X\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "A fast, consistent tool for working with data frame like\n objects, both in memory and out of memory.", - "License": "MIT + file LICENSE", - "URL": "https://dplyr.tidyverse.org, https://github.com/tidyverse/dplyr", - "BugReports": "https://github.com/tidyverse/dplyr/issues", - "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.4)", - "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", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "LazyData": "true", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "yes", - "Packaged": "2023-11-16 21:48:56 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre] (),\n Romain François [aut] (),\n Lionel Henry [aut],\n Kirill Müller [aut] (),\n Davis Vaughan [aut] (),\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2023-11-17 16:50:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 20:33:28 UTC; windows", - "Archs": "x64" - } - }, - "ellipsis": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "ellipsis", - "Version": "0.3.2", - "Title": "Tools for Working with ...", - "Description": "The ellipsis is a powerful tool for extending functions. Unfortunately \n this power comes at a cost: misspelled arguments will be silently ignored. \n The ellipsis package provides a collection of functions to catch problems\n and alert the user.", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"RStudio\", role = \"cph\")\n )", - "License": "MIT + file LICENSE", - "Encoding": "UTF-8", - "RoxygenNote": "7.1.1", - "URL": "https://ellipsis.r-lib.org, https://github.com/r-lib/ellipsis", - "BugReports": "https://github.com/r-lib/ellipsis/issues", - "Depends": "R (>= 3.2)", - "Imports": "rlang (>= 0.3.0)", - "Suggests": "covr, testthat", - "NeedsCompilation": "yes", - "Packaged": "2021-04-29 12:06:44 UTC; lionel", - "Author": "Hadley Wickham [aut, cre],\n RStudio [cph]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2021-04-29 12:40:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 20:11:34 UTC; windows", - "Archs": "x64" - } - }, - "evaluate": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Type": "Package", - "Package": "evaluate", - "Title": "Parsing and Evaluation Tools that Provide More Details than the\nDefault", - "Version": "0.24.0", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Yihui\", \"Xie\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Michael\", \"Lawrence\", role = \"ctb\"),\n person(\"Thomas\", \"Kluyver\", role = \"ctb\"),\n person(\"Jeroen\", \"Ooms\", role = \"ctb\"),\n person(\"Barret\", \"Schloerke\", role = \"ctb\"),\n person(\"Adam\", \"Ryczkowski\", role = \"ctb\"),\n person(\"Hiroaki\", \"Yutani\", role = \"ctb\"),\n person(\"Michel\", \"Lang\", role = \"ctb\"),\n person(\"Karolis\", \"Koncevičius\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Parsing and evaluation tools that make it easy to recreate\n the command 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 (>= 4.0.0)", - "Imports": "methods", - "Suggests": "covr, ggplot2, lattice, rlang, testthat (>= 3.0.0), withr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "no", - "Packaged": "2024-06-10 13:33:57 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\n Yihui Xie [aut] (),\n Michael Lawrence [ctb],\n Thomas Kluyver [ctb],\n Jeroen Ooms [ctb],\n Barret Schloerke [ctb],\n Adam Ryczkowski [ctb],\n Hiroaki Yutani [ctb],\n Michel Lang [ctb],\n Karolis Koncevičius [ctb],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2024-06-10 14:10:02 UTC", - "Built": "R 4.4.0; ; 2024-06-11 04:28:11 UTC; windows" - } - }, - "fansi": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "fansi", - "Title": "ANSI Control Sequence Aware String Functions", - "Description": "Counterparts to R string manipulation functions that account for\n the effects of ANSI text formatting control sequences.", - "Version": "1.0.6", - "Authors@R": "c(\n person(\"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\",\n role=c(\"aut\", \"cre\")),\n person(\"Elliott\", \"Sales De Andrade\", role=\"ctb\"),\n person(family=\"R Core Team\",\n email=\"R-core@r-project.org\", role=\"cph\",\n comment=\"UTF8 byte length calcs from src/util.c\"\n ))", - "Depends": "R (>= 3.1.0)", - "License": "GPL-2 | GPL-3", - "URL": "https://github.com/brodieG/fansi", - "BugReports": "https://github.com/brodieG/fansi/issues", - "VignetteBuilder": "knitr", - "Suggests": "unitizer, knitr, rmarkdown", - "Imports": "grDevices, utils", - "RoxygenNote": "7.2.3", - "Encoding": "UTF-8", - "Collate": "'constants.R' 'fansi-package.R' 'internal.R' 'load.R' 'misc.R'\n'nchar.R' 'strwrap.R' 'strtrim.R' 'strsplit.R' 'substr2.R'\n'trimws.R' 'tohtml.R' 'unhandled.R' 'normalize.R' 'sgr.R'", - "NeedsCompilation": "yes", - "Packaged": "2023-12-06 00:59:41 UTC; bg", - "Author": "Brodie Gaslam [aut, cre],\n Elliott Sales De Andrade [ctb],\n R Core Team [cph] (UTF8 byte length calcs from src/util.c)", - "Maintainer": "Brodie Gaslam ", - "Repository": "RSPM", - "Date/Publication": "2023-12-08 03:30:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:43:50 UTC; windows", - "Archs": "x64" - } - }, - "farver": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Type": "Package", - "Package": "farver", - "Title": "High Performance Colour Space Manipulation", - "Version": "2.1.2", - "Authors@R": "c(\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"Berendea\", \"Nicolae\", role = \"aut\",\n comment = \"Author of the ColorSpace C++ library\"),\n person(\"Romain\", \"François\", , \"romain@purrple.cat\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2444-4226\")),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "The encoding of colour can be handled in many different ways,\n using different colour spaces. As different colour spaces have\n different uses, efficient conversion between these representations are\n important. The 'farver' package provides a set of functions that gives\n access to very fast colour space conversion and comparisons\n implemented in C++, and offers speed improvements over the\n 'convertColor' function in the 'grDevices' package.", - "License": "MIT + file LICENSE", - "URL": "https://farver.data-imaginist.com,\nhttps://github.com/thomasp85/farver", - "BugReports": "https://github.com/thomasp85/farver/issues", - "Suggests": "covr, testthat (>= 3.0.0)", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.1", - "NeedsCompilation": "yes", - "Packaged": "2024-05-13 08:31:27 UTC; thomas", - "Author": "Thomas Lin Pedersen [cre, aut]\n (),\n Berendea Nicolae [aut] (Author of the ColorSpace C++ library),\n Romain François [aut] (),\n Posit, PBC [cph, fnd]", - "Maintainer": "Thomas Lin Pedersen ", - "Repository": "RSPM", - "Date/Publication": "2024-05-13 09:33:09 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-05-14 05:09:19 UTC; windows", - "Archs": "x64" - } - }, - "fastmap": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "fastmap", - "Title": "Fast Data Structures", - "Version": "1.2.0", - "Authors@R": "c(\n person(\"Winston\", \"Chang\", email = \"winston@posit.co\", role = c(\"aut\", \"cre\")),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(given = \"Tessil\", role = \"cph\", comment = \"hopscotch_map library\")\n )", - "Description": "Fast implementation of data structures, including a key-value\n store, stack, and queue. Environments are commonly used as key-value stores\n in R, but every time a new key is used, it is added to R's global symbol\n table, causing a small amount of memory leakage. This can be problematic in\n cases where many different keys are used. Fastmap avoids this memory leak\n issue by implementing the map using data structures in C++.", - "License": "MIT + file LICENSE", - "Encoding": "UTF-8", - "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": "2024-05-14 17:54:13 UTC; winston", - "Author": "Winston Chang [aut, cre],\n Posit Software, PBC [cph, fnd],\n Tessil [cph] (hopscotch_map library)", - "Maintainer": "Winston Chang ", - "Repository": "RSPM", - "Date/Publication": "2024-05-15 09:00:07 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-05-16 04:50:06 UTC; windows", - "Archs": "x64" - } - }, - "fontawesome": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Type": "Package", - "Package": "fontawesome", - "Version": "0.5.2", - "Title": "Easily Work with 'Font Awesome' Icons", - "Description": "Easily and flexibly insert 'Font Awesome' icons into 'R Markdown'\n documents and 'Shiny' apps. These icons can be inserted into HTML content\n through inline 'SVG' tags or 'i' tags. There is also a utility function for\n exporting 'Font Awesome' icons as 'PNG' images for those situations where\n raster graphics are needed.", - "Authors@R": "c(\n person(\"Richard\", \"Iannone\", , \"rich@posit.co\", c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0003-3925-190X\")),\n person(\"Christophe\", \"Dervieux\", , \"cderv@posit.co\", role = \"ctb\",\n comment = c(ORCID = \"0000-0003-4474-2498\")),\n person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"ctb\"),\n person(\"Dave\", \"Gandy\", role = c(\"ctb\", \"cph\"),\n comment = \"Font-Awesome font\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "License": "MIT + file LICENSE", - "URL": "https://github.com/rstudio/fontawesome,\nhttps://rstudio.github.io/fontawesome/", - "BugReports": "https://github.com/rstudio/fontawesome/issues", - "Encoding": "UTF-8", - "ByteCompile": "true", - "RoxygenNote": "7.2.3", - "Depends": "R (>= 3.3.0)", - "Imports": "rlang (>= 1.0.6), htmltools (>= 0.5.1.1)", - "Suggests": "covr, dplyr (>= 1.0.8), knitr (>= 1.31), testthat (>= 3.0.0),\nrsvg", - "Config/testthat/edition": "3", - "NeedsCompilation": "no", - "Packaged": "2023-08-19 02:32:12 UTC; rich", - "Author": "Richard Iannone [aut, cre] (),\n Christophe Dervieux [ctb] (),\n Winston Chang [ctb],\n Dave Gandy [ctb, cph] (Font-Awesome font),\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Richard Iannone ", - "Repository": "RSPM", - "Date/Publication": "2023-08-19 04:52:40 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:24:42 UTC; windows" - } - }, - "fs": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "fs", - "Title": "Cross-Platform File System Operations Based on 'libuv'", - "Version": "1.6.4", - "Authors@R": "c(\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"libuv project contributors\", role = \"cph\",\n comment = \"libuv library\"),\n person(\"Joyent, Inc. and other Node contributors\", role = \"cph\",\n comment = \"libuv library\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "A cross-platform interface to file system operations, built\n on top of the 'libuv' C library.", - "License": "MIT + file LICENSE", - "URL": "https://fs.r-lib.org, https://github.com/r-lib/fs", - "BugReports": "https://github.com/r-lib/fs/issues", - "Depends": "R (>= 3.6)", - "Imports": "methods", - "Suggests": "covr, crayon, knitr, pillar (>= 1.0.0), rmarkdown, spelling,\ntestthat (>= 3.0.0), tibble (>= 1.1.0), vctrs (>= 0.3.0), withr", - "VignetteBuilder": "knitr", - "ByteCompile": "true", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Copyright": "file COPYRIGHTS", - "Encoding": "UTF-8", - "Language": "en-US", - "RoxygenNote": "7.2.3", - "SystemRequirements": "GNU make", - "NeedsCompilation": "yes", - "Packaged": "2024-04-25 11:57:22 UTC; gaborcsardi", - "Author": "Jim Hester [aut],\n Hadley Wickham [aut],\n Gábor Csárdi [aut, cre],\n libuv project contributors [cph] (libuv library),\n Joyent, Inc. and other Node contributors [cph] (libuv library),\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2024-04-25 12:50:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-26 18:46:59 UTC; windows", - "Archs": "x64" - } - }, - "generics": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "generics", - "Title": "Common S3 Generics not Provided by Base R Methods Related to\nModel Fitting", - "Version": "0.1.3", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"Max\", \"Kuhn\", , \"max@rstudio.com\", role = \"aut\"),\n person(\"Davis\", \"Vaughan\", , \"davis@rstudio.com\", role = \"aut\"),\n person(\"RStudio\", role = \"cph\")\n )", - "Description": "In order to reduce potential package dependencies and\n conflicts, generics provides a number of commonly used S3 generics.", - "License": "MIT + file LICENSE", - "URL": "https://generics.r-lib.org, https://github.com/r-lib/generics", - "BugReports": "https://github.com/r-lib/generics/issues", - "Depends": "R (>= 3.2)", - "Imports": "methods", - "Suggests": "covr, pkgload, testthat (>= 3.0.0), tibble, withr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.0", - "NeedsCompilation": "no", - "Packaged": "2022-07-05 14:52:13 UTC; davis", - "Author": "Hadley Wickham [aut, cre],\n Max Kuhn [aut],\n Davis Vaughan [aut],\n RStudio [cph]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2022-07-05 19:40:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 19:40:35 UTC; windows" - } - }, - "gert": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Type": "Package", - "Package": "gert", - "Title": "Simple Git Client for R", - "Version": "2.1.1", - "Authors@R": "c(\n person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\n comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"Jennifer\", \"Bryan\", role = \"ctb\", email = \"jenny@rstudio.com\",\n comment = c(ORCID = \"0000-0002-6983-2759\")))", - "Description": "Simple git client for R based on 'libgit2' with\n support for SSH and HTTPS remotes. All functions in 'gert' use basic R data \n types (such as vectors and data-frames) for their arguments and return values.\n User credentials are shared with command line 'git' through the git-credential\n store and ssh keys stored on disk or ssh-agent.", - "License": "MIT + file LICENSE", - "URL": "https://docs.ropensci.org/gert/\nhttps://ropensci.r-universe.dev/gert", - "BugReports": "https://github.com/r-lib/gert/issues", - "Imports": "askpass, credentials (>= 1.2.1), openssl (>= 2.0.3),\nrstudioapi (>= 0.11), sys, zip (>= 2.1.0)", - "Suggests": "spelling, knitr, rmarkdown, testthat", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "SystemRequirements": "libgit2 (>= 1.0): libgit2-devel (rpm) or\nlibgit2-dev (deb)", - "Language": "en-US", - "NeedsCompilation": "yes", - "Packaged": "2024-08-16 09:50:02 UTC; jeroen", - "Author": "Jeroen Ooms [aut, cre] (),\n Jennifer Bryan [ctb] ()", - "Maintainer": "Jeroen Ooms ", - "Repository": "RSPM", - "Date/Publication": "2024-08-16 10:20:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-17 06:30:30 UTC; windows", - "Archs": "x64" - } - }, - "ggplot2": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "ggplot2", - "Version": "3.5.1", - "Title": "Create Elegant Data Visualisations Using the Grammar of Graphics", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Winston\", \"Chang\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-1576-2126\")),\n person(\"Lionel\", \"Henry\", role = \"aut\"),\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"Kohske\", \"Takahashi\", role = \"aut\"),\n person(\"Claus\", \"Wilke\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-7470-9261\")),\n person(\"Kara\", \"Woo\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-5125-4188\")),\n person(\"Hiroaki\", \"Yutani\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-3385-7233\")),\n person(\"Dewey\", \"Dunnington\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-9415-4582\")),\n person(\"Teun\", \"van den Brand\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-9335-7468\")),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "A system for 'declaratively' creating graphics, based on \"The\n Grammar of Graphics\". You provide the data, tell 'ggplot2' how to map\n variables to aesthetics, what graphical primitives to use, and it\n takes care of the details.", - "License": "MIT + file LICENSE", - "URL": "https://ggplot2.tidyverse.org,\nhttps://github.com/tidyverse/ggplot2", - "BugReports": "https://github.com/tidyverse/ggplot2/issues", - "Depends": "R (>= 3.5)", - "Imports": "cli, glue, grDevices, grid, gtable (>= 0.1.1), isoband,\nlifecycle (> 1.0.1), MASS, mgcv, rlang (>= 1.1.0), scales (>=\n1.3.0), stats, tibble, vctrs (>= 0.6.0), withr (>= 2.5.0)", - "Suggests": "covr, dplyr, ggplot2movies, hexbin, Hmisc, knitr, mapproj,\nmaps, multcomp, munsell, nlme, profvis, quantreg, ragg (>=\n1.2.6), RColorBrewer, rmarkdown, rpart, sf (>= 0.7-3), svglite\n(>= 2.1.2), testthat (>= 3.1.2), vdiffr (>= 1.0.6), xml2", - "Enhances": "sp", - "VignetteBuilder": "knitr", - "Config/Needs/website": "ggtext, tidyr, forcats, tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "LazyData": "true", - "RoxygenNote": "7.3.1", - "Collate": "'ggproto.R' 'ggplot-global.R' 'aaa-.R'\n'aes-colour-fill-alpha.R' 'aes-evaluation.R'\n'aes-group-order.R' 'aes-linetype-size-shape.R'\n'aes-position.R' 'compat-plyr.R' 'utilities.R' 'aes.R'\n'utilities-checks.R' 'legend-draw.R' 'geom-.R'\n'annotation-custom.R' 'annotation-logticks.R' 'geom-polygon.R'\n'geom-map.R' 'annotation-map.R' 'geom-raster.R'\n'annotation-raster.R' 'annotation.R' 'autolayer.R' 'autoplot.R'\n'axis-secondary.R' 'backports.R' 'bench.R' 'bin.R' 'coord-.R'\n'coord-cartesian-.R' 'coord-fixed.R' 'coord-flip.R'\n'coord-map.R' 'coord-munch.R' 'coord-polar.R'\n'coord-quickmap.R' 'coord-radial.R' 'coord-sf.R'\n'coord-transform.R' 'data.R' 'docs_layer.R' 'facet-.R'\n'facet-grid-.R' 'facet-null.R' 'facet-wrap.R' 'fortify-lm.R'\n'fortify-map.R' 'fortify-multcomp.R' 'fortify-spatial.R'\n'fortify.R' 'stat-.R' 'geom-abline.R' 'geom-rect.R'\n'geom-bar.R' 'geom-bin2d.R' 'geom-blank.R' 'geom-boxplot.R'\n'geom-col.R' 'geom-path.R' 'geom-contour.R' 'geom-count.R'\n'geom-crossbar.R' 'geom-segment.R' 'geom-curve.R'\n'geom-defaults.R' 'geom-ribbon.R' 'geom-density.R'\n'geom-density2d.R' 'geom-dotplot.R' 'geom-errorbar.R'\n'geom-errorbarh.R' 'geom-freqpoly.R' 'geom-function.R'\n'geom-hex.R' 'geom-histogram.R' 'geom-hline.R' 'geom-jitter.R'\n'geom-label.R' 'geom-linerange.R' 'geom-point.R'\n'geom-pointrange.R' 'geom-quantile.R' 'geom-rug.R' 'geom-sf.R'\n'geom-smooth.R' 'geom-spoke.R' 'geom-text.R' 'geom-tile.R'\n'geom-violin.R' 'geom-vline.R' 'ggplot2-package.R'\n'grob-absolute.R' 'grob-dotstack.R' 'grob-null.R' 'grouping.R'\n'theme-elements.R' 'guide-.R' 'guide-axis.R'\n'guide-axis-logticks.R' 'guide-axis-stack.R'\n'guide-axis-theta.R' 'guide-legend.R' 'guide-bins.R'\n'guide-colorbar.R' 'guide-colorsteps.R' 'guide-custom.R'\n'layer.R' 'guide-none.R' 'guide-old.R' 'guides-.R'\n'guides-grid.R' 'hexbin.R' 'import-standalone-obj-type.R'\n'import-standalone-types-check.R' 'labeller.R' 'labels.R'\n'layer-sf.R' 'layout.R' 'limits.R' 'margins.R' 'performance.R'\n'plot-build.R' 'plot-construction.R' 'plot-last.R' 'plot.R'\n'position-.R' 'position-collide.R' 'position-dodge.R'\n'position-dodge2.R' 'position-identity.R' 'position-jitter.R'\n'position-jitterdodge.R' 'position-nudge.R' 'position-stack.R'\n'quick-plot.R' 'reshape-add-margins.R' 'save.R' 'scale-.R'\n'scale-alpha.R' 'scale-binned.R' 'scale-brewer.R'\n'scale-colour.R' 'scale-continuous.R' 'scale-date.R'\n'scale-discrete-.R' 'scale-expansion.R' 'scale-gradient.R'\n'scale-grey.R' 'scale-hue.R' 'scale-identity.R'\n'scale-linetype.R' 'scale-linewidth.R' 'scale-manual.R'\n'scale-shape.R' 'scale-size.R' 'scale-steps.R' 'scale-type.R'\n'scale-view.R' 'scale-viridis.R' 'scales-.R' 'stat-align.R'\n'stat-bin.R' 'stat-bin2d.R' 'stat-bindot.R' 'stat-binhex.R'\n'stat-boxplot.R' 'stat-contour.R' 'stat-count.R'\n'stat-density-2d.R' 'stat-density.R' 'stat-ecdf.R'\n'stat-ellipse.R' 'stat-function.R' 'stat-identity.R'\n'stat-qq-line.R' 'stat-qq.R' 'stat-quantilemethods.R'\n'stat-sf-coordinates.R' 'stat-sf.R' 'stat-smooth-methods.R'\n'stat-smooth.R' 'stat-sum.R' 'stat-summary-2d.R'\n'stat-summary-bin.R' 'stat-summary-hex.R' 'stat-summary.R'\n'stat-unique.R' 'stat-ydensity.R' 'summarise-plot.R'\n'summary.R' 'theme.R' 'theme-defaults.R' 'theme-current.R'\n'utilities-break.R' 'utilities-grid.R' 'utilities-help.R'\n'utilities-matrix.R' 'utilities-patterns.R'\n'utilities-resolution.R' 'utilities-tidy-eval.R' 'zxx.R'\n'zzz.R'", - "NeedsCompilation": "no", - "Packaged": "2024-04-22 10:39:16 UTC; thomas", - "Author": "Hadley Wickham [aut] (),\n Winston Chang [aut] (),\n Lionel Henry [aut],\n Thomas Lin Pedersen [aut, cre]\n (),\n Kohske Takahashi [aut],\n Claus Wilke [aut] (),\n Kara Woo [aut] (),\n Hiroaki Yutani [aut] (),\n Dewey Dunnington [aut] (),\n Teun van den Brand [aut] (),\n Posit, PBC [cph, fnd]", - "Maintainer": "Thomas Lin Pedersen ", - "Repository": "RSPM", - "Date/Publication": "2024-04-23 08:00:08 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:36:15 UTC; windows" - } - }, - "gh": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "gh", - "Title": "'GitHub' 'API'", - "Version": "1.4.1", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"cre\", \"ctb\")),\n person(\"Jennifer\", \"Bryan\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Minimal client to access the 'GitHub' 'API'.", - "License": "MIT + file LICENSE", - "URL": "https://gh.r-lib.org/, https://github.com/r-lib/gh#readme", - "BugReports": "https://github.com/r-lib/gh/issues", - "Depends": "R (>= 3.6)", - "Imports": "cli (>= 3.0.1), gitcreds, glue, httr2, ini, jsonlite,\nlifecycle, rlang (>= 1.0.0)", - "Suggests": "covr, knitr, mockery, rmarkdown, rprojroot, spelling,\ntestthat (>= 3.0.0), withr", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "Language": "en-US", - "RoxygenNote": "7.3.1.9000", - "NeedsCompilation": "no", - "Packaged": "2024-03-28 12:17:15 UTC; gaborcsardi", - "Author": "Gábor Csárdi [cre, ctb],\n Jennifer Bryan [aut],\n Hadley Wickham [aut],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2024-03-28 16:40:07 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:41:26 UTC; windows" - } - }, - "gitcreds": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "gitcreds", - "Title": "Query 'git' Credentials from 'R'", - "Version": "0.1.2", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Query, set, delete credentials from the 'git' credential\n store. Manage 'GitHub' tokens and other 'git' credentials. This\n package is to be used by other packages that need to authenticate to\n 'GitHub' and/or other 'git' repositories.", - "License": "MIT + file LICENSE", - "URL": "https://gitcreds.r-lib.org/, https://github.com/r-lib/gitcreds", - "BugReports": "https://github.com/r-lib/gitcreds/issues", - "Depends": "R (>= 3.4)", - "Suggests": "codetools, covr, knitr, mockery, oskeyring, rmarkdown,\ntestthat (>= 3.0.0), withr", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.1.9000", - "SystemRequirements": "git", - "Config/testthat/edition": "3", - "NeedsCompilation": "no", - "Packaged": "2022-09-08 10:28:07 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\n RStudio [cph, fnd]", - "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2022-09-08 10:42:55 UTC", - "Built": "R 4.4.0; ; 2024-04-25 19:47:15 UTC; windows" - } - }, - "globals": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "globals", - "Version": "0.16.3", - "Depends": "R (>= 3.1.2)", - "Imports": "codetools", - "Title": "Identify Global Objects in R Expressions", - "Authors@R": "c(\n person(\"Henrik\", \"Bengtsson\", role=c(\"aut\", \"cre\", \"cph\"),\n email=\"henrikb@braju.com\"),\n person(\"Davis\",\"Vaughan\", role=\"ctb\",\n email=\"davis@rstudio.com\"))", - "Description": "Identifies global (\"unknown\" or \"free\") objects in R expressions\n by code inspection using various strategies (ordered, liberal, or\n conservative). The objective of this package is to make it as simple as\n possible to identify global objects for the purpose of exporting them in\n parallel, distributed compute environments.", - "License": "LGPL (>= 2.1)", - "LazyLoad": "TRUE", - "ByteCompile": "TRUE", - "URL": "https://globals.futureverse.org,\nhttps://github.com/HenrikBengtsson/globals", - "BugReports": "https://github.com/HenrikBengtsson/globals/issues", - "RoxygenNote": "7.3.1", - "NeedsCompilation": "no", - "Packaged": "2024-03-07 23:38:30 UTC; henrik", - "Author": "Henrik Bengtsson [aut, cre, cph],\n Davis Vaughan [ctb]", - "Maintainer": "Henrik Bengtsson ", - "Repository": "RSPM", - "Date/Publication": "2024-03-08 00:00:03 UTC", - "Encoding": "UTF-8", - "Built": "R 4.4.0; ; 2024-04-25 19:50:13 UTC; windows" - } - }, - "glue": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "glue", - "Title": "Interpreted String Literals", - "Version": "1.7.0", - "Authors@R": "c(\n person(\"Jim\", \"Hester\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2739-7082\")),\n person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-6983-2759\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "An implementation of interpreted string literals, inspired by\n Python's Literal String Interpolation\n and Docstrings\n and Julia's Triple-Quoted\n String Literals\n .", - "License": "MIT + file LICENSE", - "URL": "https://glue.tidyverse.org/, https://github.com/tidyverse/glue", - "BugReports": "https://github.com/tidyverse/glue/issues", - "Depends": "R (>= 3.6)", - "Imports": "methods", - "Suggests": "crayon, DBI (>= 1.2.0), dplyr, knitr, magrittr, rlang,\nrmarkdown, RSQLite, testthat (>= 3.2.0), vctrs (>= 0.3.0),\nwaldo (>= 0.3.0), withr", - "VignetteBuilder": "knitr", - "ByteCompile": "true", - "Config/Needs/website": "bench, forcats, ggbeeswarm, ggplot2, R.utils,\nrprintf, tidyr, tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3.9000", - "NeedsCompilation": "yes", - "Packaged": "2024-01-08 16:10:57 UTC; jenny", - "Author": "Jim Hester [aut] (),\n Jennifer Bryan [aut, cre] (),\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Jennifer Bryan ", - "Repository": "RSPM", - "Date/Publication": "2024-01-09 23:13:08 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:52:29 UTC; windows", - "Archs": "x64" - } - }, - "golem": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "golem", - "Title": "A Framework for Robust Shiny Applications", - "Version": "0.5.1", - "Authors@R": "c(\n person(\"Colin\", \"Fay\", , \"contact@colinfay.me\", role = c(\"cre\", \"aut\"),\n comment = c(ORCID = \"0000-0001-7343-1846\")),\n person(\"Vincent\", \"Guyader\", , \"vincent@thinkr.fr\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-0671-9270\", \"previous maintainer\")),\n person(\"Sébastien\", \"Rochette\", , \"sebastien@thinkr.fr\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-1565-9313\")),\n person(\"Cervan\", \"Girard\", , \"cervan@thinkr.fr\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-4816-4624\")),\n person(\"Novica\", \"Nakov\", , \"nnovica@gmail.com\", role = \"ctb\"),\n person(\"David\", \"Granjon\", , \"dgranjon@ymail.com\", role = \"ctb\"),\n person(\"Arthur\", \"Bréant\", , \"arthur@thinkr.fr\", role = \"ctb\"),\n person(\"Antoine\", \"Languillaume\", , \"antoine@thinkr.fr\", role = \"ctb\"),\n person(\"Ilya\", \"Zarubin\", , \"zarubin@wiso.uni-koeln.de\", role = \"ctb\"),\n person(\"ThinkR\", role = \"cph\")\n )", - "Description": "An opinionated framework for building a production-ready\n 'Shiny' application. This package contains a series of tools for\n building a robust 'Shiny' application from start to finish.", - "License": "MIT + file LICENSE", - "URL": "https://thinkr-open.github.io/golem/,\nhttps://github.com/ThinkR-open/golem", - "BugReports": "https://github.com/ThinkR-open/golem/issues", - "Depends": "R (>= 3.5.0)", - "Imports": "attempt (>= 0.3.0), config, here, htmltools, rlang (>= 1.0.0),\nshiny (>= 1.5.0), utils, yaml", - "Suggests": "attachment (>= 0.3.2), callr, cli (>= 2.0.0), covr, crayon,\ndesc, devtools, dockerfiler (>= 0.2.0), fs, httpuv, knitr,\nmockery, pkgbuild, pkgdown, pkgload (>= 1.3.0), processx,\npurrr, rcmdcheck, remotes, renv, rmarkdown, roxygen2,\nrsconnect, rstudioapi, sass, spelling, stringr, testthat (>=\n3.0.0), tools, usethis (>= 1.6.0), withr", - "VignetteBuilder": "knitr", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "true", - "Encoding": "UTF-8", - "Language": "en-US", - "RoxygenNote": "7.3.2", - "NeedsCompilation": "no", - "Packaged": "2024-08-27 10:11:51 UTC; colinfay", - "Author": "Colin Fay [cre, aut] (),\n Vincent Guyader [aut] (,\n previous maintainer),\n Sébastien Rochette [aut] (),\n Cervan Girard [aut] (),\n Novica Nakov [ctb],\n David Granjon [ctb],\n Arthur Bréant [ctb],\n Antoine Languillaume [ctb],\n Ilya Zarubin [ctb],\n ThinkR [cph]", - "Maintainer": "Colin Fay ", - "Repository": "RSPM", - "Date/Publication": "2024-08-27 10:50:32 UTC", - "Built": "R 4.4.0; ; 2024-08-28 04:59:16 UTC; windows" - } - }, - "gtable": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "gtable", - "Title": "Arrange 'Grobs' in Tables", - "Version": "0.3.5", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Tools to make it easier to work with \"tables\" of 'grobs'. The\n 'gtable' package defines a 'gtable' grob class that specifies a grid\n along with a list of grobs and their placement in the grid. Further\n the package makes it easy to manipulate and combine 'gtable' objects\n so that complex compositions can be built up sequentially.", - "License": "MIT + file LICENSE", - "URL": "https://gtable.r-lib.org, https://github.com/r-lib/gtable", - "BugReports": "https://github.com/r-lib/gtable/issues", - "Depends": "R (>= 3.5)", - "Imports": "cli, glue, grid, lifecycle, rlang (>= 1.1.0)", - "Suggests": "covr, ggplot2, knitr, profvis, rmarkdown, testthat (>= 3.0.0)", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.1", - "NeedsCompilation": "no", - "Packaged": "2024-04-22 10:46:27 UTC; thomas", - "Author": "Hadley Wickham [aut],\n Thomas Lin Pedersen [aut, cre],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Thomas Lin Pedersen ", - "Repository": "RSPM", - "Date/Publication": "2024-04-22 20:40:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:09:03 UTC; windows" - } - }, - "here": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "here", - "Title": "A Simpler Way to Find Your Files", - "Version": "1.0.1", - "Date": "2020-12-13", - "Authors@R": "\n c(person(given = \"Kirill\",\n family = \"M\\u00fcller\",\n role = c(\"aut\", \"cre\"),\n email = \"krlmlr+r@mailbox.org\",\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(given = \"Jennifer\",\n family = \"Bryan\",\n role = \"ctb\",\n email = \"jenny@rstudio.com\",\n comment = c(ORCID = \"0000-0002-6983-2759\")))", - "Description": "Constructs paths to your project's files.\n Declare the relative path of a file within your project with 'i_am()'.\n Use the 'here()' function as a drop-in replacement for 'file.path()',\n it will always locate the files relative to your project root.", - "License": "MIT + file LICENSE", - "URL": "https://here.r-lib.org/, https://github.com/r-lib/here", - "BugReports": "https://github.com/r-lib/here/issues", - "Imports": "rprojroot (>= 2.0.2)", - "Suggests": "conflicted, covr, fs, knitr, palmerpenguins, plyr, readr,\nrlang, rmarkdown, testthat, uuid, withr", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "LazyData": "true", - "RoxygenNote": "7.1.1.9000", - "Config/testthat/edition": "3", - "NeedsCompilation": "no", - "Packaged": "2020-12-13 06:59:33 UTC; kirill", - "Author": "Kirill Müller [aut, cre] (),\n Jennifer Bryan [ctb] ()", - "Maintainer": "Kirill Müller ", - "Repository": "RSPM", - "Date/Publication": "2020-12-13 07:30:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 19:45:52 UTC; windows" - } - }, - "highr": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "highr", - "Type": "Package", - "Title": "Syntax Highlighting for R Source Code", - "Version": "0.11", - "Authors@R": "c(\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Yixuan\", \"Qiu\", role = \"aut\"),\n person(\"Christopher\", \"Gandrud\", role = \"ctb\"),\n person(\"Qiang\", \"Li\", role = \"ctb\")\n )", - "Description": "Provides syntax highlighting for R source code. Currently it\n supports LaTeX and HTML output. Source code of other languages is supported\n via Andre Simon's highlight package ().", - "Depends": "R (>= 3.3.0)", - "Imports": "xfun (>= 0.18)", - "Suggests": "knitr, markdown, testit", - "License": "GPL", - "URL": "https://github.com/yihui/highr", - "BugReports": "https://github.com/yihui/highr/issues", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.1", - "NeedsCompilation": "no", - "Packaged": "2024-05-26 19:27:21 UTC; yihui", - "Author": "Yihui Xie [aut, cre] (),\n Yixuan Qiu [aut],\n Christopher Gandrud [ctb],\n Qiang Li [ctb]", - "Maintainer": "Yihui Xie ", - "Repository": "RSPM", - "Date/Publication": "2024-05-26 20:00:03 UTC", - "Built": "R 4.4.0; ; 2024-05-27 04:10:12 UTC; windows" - } - }, - "hms": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "hms", - "Title": "Pretty Time of Day", - "Date": "2023-03-21", - "Version": "1.1.3", - "Authors@R": "c(\n person(\"Kirill\", \"Müller\", role = c(\"aut\", \"cre\"), email = \"kirill@cynkra.com\", comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(\"R Consortium\", role = \"fnd\"),\n person(\"RStudio\", role = \"fnd\")\n )", - "Description": "Implements an S3 class for storing and formatting time-of-day\n values, based on the 'difftime' class.", - "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.2.3", - "Config/testthat/edition": "3", - "Config/autostyle/scope": "line_breaks", - "Config/autostyle/strict": "false", - "Config/Needs/website": "tidyverse/tidytemplate", - "NeedsCompilation": "no", - "Packaged": "2023-03-21 16:52:11 UTC; kirill", - "Author": "Kirill Müller [aut, cre] (),\n R Consortium [fnd],\n RStudio [fnd]", - "Maintainer": "Kirill Müller ", - "Repository": "RSPM", - "Date/Publication": "2023-03-21 18:10:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:16:10 UTC; windows" - } - }, - "htmltools": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Type": "Package", - "Package": "htmltools", - "Title": "Tools for HTML", - "Version": "0.5.8.1", - "Authors@R": "c(\n person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\n person(\"Carson\", \"Sievert\", , \"carson@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Barret\", \"Schloerke\", , \"barret@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-1576-2126\")),\n person(\"Yihui\", \"Xie\", , \"yihui@posit.co\", role = \"aut\"),\n person(\"Jeff\", \"Allen\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Tools for HTML generation and output.", - "License": "GPL (>= 2)", - "URL": "https://github.com/rstudio/htmltools,\nhttps://rstudio.github.io/htmltools/", - "BugReports": "https://github.com/rstudio/htmltools/issues", - "Depends": "R (>= 2.14.1)", - "Imports": "base64enc, digest, fastmap (>= 1.1.0), grDevices, rlang (>=\n1.0.0), utils", - "Suggests": "Cairo, markdown, ragg, shiny, testthat, withr", - "Enhances": "knitr", - "Config/Needs/check": "knitr", - "Config/Needs/website": "rstudio/quillt, bench", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.1", - "Collate": "'colors.R' 'fill.R' 'html_dependency.R' 'html_escape.R'\n'html_print.R' 'htmltools-package.R' 'images.R' 'known_tags.R'\n'selector.R' 'staticimports.R' 'tag_query.R' 'utils.R' 'tags.R'\n'template.R'", - "NeedsCompilation": "yes", - "Packaged": "2024-04-02 14:26:15 UTC; cpsievert", - "Author": "Joe Cheng [aut],\n Carson Sievert [aut, cre] (),\n Barret Schloerke [aut] (),\n Winston Chang [aut] (),\n Yihui Xie [aut],\n Jeff Allen [aut],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Carson Sievert ", - "Repository": "RSPM", - "Date/Publication": "2024-04-04 05:03:00 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 20:21:37 UTC; windows", - "Archs": "x64" - } - }, - "htmlwidgets": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Type": "Package", - "Package": "htmlwidgets", - "Title": "HTML Widgets for R", - "Version": "1.6.4", - "Authors@R": "c(\n person(\"Ramnath\", \"Vaidyanathan\", role = c(\"aut\", \"cph\")),\n person(\"Yihui\", \"Xie\", role = \"aut\"),\n person(\"JJ\", \"Allaire\", role = \"aut\"),\n person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\n person(\"Carson\", \"Sievert\", , \"carson@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Kenton\", \"Russell\", role = c(\"aut\", \"cph\")),\n person(\"Ellis\", \"Hughes\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "A framework for creating HTML widgets that render in various\n contexts including the R console, 'R Markdown' documents, and 'Shiny'\n web applications.", - "License": "MIT + file LICENSE", - "URL": "https://github.com/ramnathv/htmlwidgets", - "BugReports": "https://github.com/ramnathv/htmlwidgets/issues", - "Imports": "grDevices, htmltools (>= 0.5.7), jsonlite (>= 0.9.16), knitr\n(>= 1.8), rmarkdown, yaml", - "Suggests": "testthat", - "Enhances": "shiny (>= 1.1)", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "no", - "Packaged": "2023-12-06 00:11:16 UTC; cpsievert", - "Author": "Ramnath Vaidyanathan [aut, cph],\n Yihui Xie [aut],\n JJ Allaire [aut],\n Joe Cheng [aut],\n Carson Sievert [aut, cre] (),\n Kenton Russell [aut, cph],\n Ellis Hughes [ctb],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Carson Sievert ", - "Repository": "RSPM", - "Date/Publication": "2023-12-06 06:00:06 UTC", - "Built": "R 4.4.0; ; 2024-04-25 23:02:02 UTC; windows" - } - }, - "httpuv": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Type": "Package", - "Package": "httpuv", - "Title": "HTTP and WebSocket Server Library", - "Version": "1.6.15", - "Authors@R": "c(\n person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\n person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit, PBC\", \"fnd\", role = \"cph\"),\n person(\"Hector\", \"Corrada Bravo\", role = \"ctb\"),\n person(\"Jeroen\", \"Ooms\", role = \"ctb\"),\n person(\"Andrzej\", \"Krzemienski\", role = \"cph\",\n comment = \"optional.hpp\"),\n person(\"libuv project contributors\", role = \"cph\",\n comment = \"libuv library, see src/libuv/AUTHORS file\"),\n person(\"Joyent, Inc. and other Node contributors\", role = \"cph\",\n comment = \"libuv library, see src/libuv/AUTHORS file; and http-parser library, see src/http-parser/AUTHORS file\"),\n person(\"Niels\", \"Provos\", role = \"cph\",\n comment = \"libuv subcomponent: tree.h\"),\n person(\"Internet Systems Consortium, Inc.\", role = \"cph\",\n comment = \"libuv subcomponent: inet_pton and inet_ntop, contained in src/libuv/src/inet.c\"),\n person(\"Alexander\", \"Chemeris\", role = \"cph\",\n comment = \"libuv subcomponent: stdint-msvc2008.h (from msinttypes)\"),\n person(\"Google, Inc.\", role = \"cph\",\n comment = \"libuv subcomponent: pthread-fixes.c\"),\n person(\"Sony Mobile Communcations AB\", role = \"cph\",\n comment = \"libuv subcomponent: pthread-fixes.c\"),\n person(\"Berkeley Software Design Inc.\", role = \"cph\",\n comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\n person(\"Kenneth\", \"MacKay\", role = \"cph\",\n comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\n person(\"Emergya (Cloud4all, FP7/2007-2013, grant agreement no 289016)\", role = \"cph\",\n comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\n person(\"Steve\", \"Reid\", role = \"aut\",\n comment = \"SHA-1 implementation\"),\n person(\"James\", \"Brown\", role = \"aut\",\n comment = \"SHA-1 implementation\"),\n person(\"Bob\", \"Trower\", role = \"aut\",\n comment = \"base64 implementation\"),\n person(\"Alexander\", \"Peslyak\", role = \"aut\",\n comment = \"MD5 implementation\"),\n person(\"Trantor Standard Systems\", role = \"cph\",\n comment = \"base64 implementation\"),\n person(\"Igor\", \"Sysoev\", role = \"cph\",\n comment = \"http-parser\")\n )", - "Description": "Provides low-level socket and protocol support for handling\n HTTP and WebSocket requests directly from within R. It is primarily\n intended as a building block for other packages, rather than making it\n particularly easy to create complete web applications using httpuv\n alone. httpuv is built on top of the libuv and http-parser C\n libraries, both of which were developed by Joyent, Inc. (See LICENSE\n file for libuv and http-parser license information.)", - "License": "GPL (>= 2) | file LICENSE", - "URL": "https://github.com/rstudio/httpuv", - "BugReports": "https://github.com/rstudio/httpuv/issues", - "Depends": "R (>= 2.15.1)", - "Imports": "later (>= 0.8.0), promises, R6, Rcpp (>= 1.0.7), utils", - "Suggests": "callr, curl, testthat, websocket", - "LinkingTo": "later, Rcpp", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.1", - "SystemRequirements": "GNU make, zlib", - "Collate": "'RcppExports.R' 'httpuv.R' 'random_port.R' 'server.R'\n'staticServer.R' 'static_paths.R' 'utils.R'", - "NeedsCompilation": "yes", - "Packaged": "2024-03-25 21:06:08 UTC; cpsievert", - "Author": "Joe Cheng [aut],\n Winston Chang [aut, cre],\n Posit, PBC fnd [cph],\n Hector Corrada Bravo [ctb],\n Jeroen Ooms [ctb],\n Andrzej Krzemienski [cph] (optional.hpp),\n libuv project contributors [cph] (libuv library, see src/libuv/AUTHORS\n file),\n Joyent, Inc. and other Node contributors [cph] (libuv library, see\n src/libuv/AUTHORS file; and http-parser library, see\n src/http-parser/AUTHORS file),\n Niels Provos [cph] (libuv subcomponent: tree.h),\n Internet Systems Consortium, Inc. [cph] (libuv subcomponent: inet_pton\n and inet_ntop, contained in src/libuv/src/inet.c),\n Alexander Chemeris [cph] (libuv subcomponent: stdint-msvc2008.h (from\n msinttypes)),\n Google, Inc. [cph] (libuv subcomponent: pthread-fixes.c),\n Sony Mobile Communcations AB [cph] (libuv subcomponent:\n pthread-fixes.c),\n Berkeley Software Design Inc. [cph] (libuv subcomponent:\n android-ifaddrs.h, android-ifaddrs.c),\n Kenneth MacKay [cph] (libuv subcomponent: android-ifaddrs.h,\n android-ifaddrs.c),\n Emergya (Cloud4all, FP7/2007-2013, grant agreement no 289016) [cph]\n (libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c),\n Steve Reid [aut] (SHA-1 implementation),\n James Brown [aut] (SHA-1 implementation),\n Bob Trower [aut] (base64 implementation),\n Alexander Peslyak [aut] (MD5 implementation),\n Trantor Standard Systems [cph] (base64 implementation),\n Igor Sysoev [cph] (http-parser)", - "Maintainer": "Winston Chang ", - "Repository": "RSPM", - "Date/Publication": "2024-03-26 05:50:06 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-07-18 09:02:06 UTC; windows", - "Archs": "x64" - } - }, - "httr": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "httr", - "Title": "Tools for Working with URLs and HTTP", - "Version": "1.4.7", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Useful tools for working with HTTP organised by HTTP verbs\n (GET(), POST(), etc). Configuration functions make it easy to control\n additional request components (authenticate(), add_headers() and so\n on).", - "License": "MIT + file LICENSE", - "URL": "https://httr.r-lib.org/, https://github.com/r-lib/httr", - "BugReports": "https://github.com/r-lib/httr/issues", - "Depends": "R (>= 3.5)", - "Imports": "curl (>= 5.0.2), jsonlite, mime, openssl (>= 0.8), R6", - "Suggests": "covr, httpuv, jpeg, knitr, png, readr, rmarkdown, testthat\n(>= 0.8.0), xml2", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "no", - "Packaged": "2023-08-15 02:56:56 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\n Posit, PBC [cph, fnd]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2023-08-15 09:00:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:15:29 UTC; windows" - } - }, - "httr2": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "httr2", - "Title": "Perform HTTP Requests and Process the Responses", - "Version": "1.0.4", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"Maximilian\", \"Girlich\", role = \"ctb\")\n )", - "Description": "Tools for creating and modifying HTTP requests, then\n performing them and processing the results. 'httr2' is a modern\n re-imagining of 'httr' that uses a pipe-based interface and solves\n more 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 (>= 4.0)", - "Imports": "cli (>= 3.0.0), curl (>= 5.2.2), glue, lifecycle, magrittr,\nopenssl, R6, rappdirs, rlang (>= 1.1.0), vctrs (>= 0.6.3),\nwithr", - "Suggests": "askpass, bench, clipr, covr, docopt, httpuv, jose, jsonlite,\nknitr, later, promises, rmarkdown, testthat (>= 3.1.8), tibble,\nwebfakes, xml2", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "true", - "Config/testthat/start-first": "resp-stream, req-perform", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.2", - "NeedsCompilation": "no", - "Packaged": "2024-09-13 19:41:35 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\n Posit Software, PBC [cph, fnd],\n Maximilian Girlich [ctb]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2024-09-13 22:00:02 UTC", - "Built": "R 4.4.0; ; 2024-09-14 04:27:02 UTC; windows" - } - }, - "ini": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "ini", - "Type": "Package", - "Title": "Read and Write '.ini' Files", - "Version": "0.3.1", - "Date": "2018-05-19", - "Author": "David Valentim Dias", - "Maintainer": "David Valentim Dias ", - "Description": "Parse simple '.ini' configuration files to an structured list. Users\n can manipulate this resulting list with lapply() functions. This same\n structured list can be used to write back to file after modifications.", - "License": "GPL-3", - "URL": "https://github.com/dvdscripter/ini", - "BugReports": "https://github.com/dvdscripter/ini/issues", - "LazyData": "FALSE", - "RoxygenNote": "6.0.1", - "Suggests": "testthat", - "NeedsCompilation": "no", - "Packaged": "2018-05-19 23:19:45 UTC; CLIENTE", - "Repository": "RSPM", - "Date/Publication": "2018-05-20 03:26:39 UTC", - "Encoding": "UTF-8", - "Built": "R 4.4.0; ; 2024-04-25 19:47:37 UTC; windows" - } - }, - "isoband": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "isoband", - "Title": "Generate Isolines and Isobands from Regularly Spaced Elevation\nGrids", - "Version": "0.2.7", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Claus O.\", \"Wilke\", , \"wilke@austin.utexas.edu\", role = \"aut\",\n comment = c(\"Original author\", ORCID = \"0000-0002-7470-9261\")),\n person(\"Thomas Lin\", \"Pedersen\", , \"thomasp85@gmail.com\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-5147-4711\"))\n )", - "Description": "A fast C++ implementation to generate contour lines\n (isolines) and contour polygons (isobands) from regularly spaced grids\n containing elevation data.", - "License": "MIT + file LICENSE", - "URL": "https://isoband.r-lib.org", - "BugReports": "https://github.com/r-lib/isoband/issues", - "Imports": "grid, utils", - "Suggests": "covr, ggplot2, knitr, magick, microbenchmark, rmarkdown, sf,\ntestthat, xml2", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "SystemRequirements": "C++11", - "NeedsCompilation": "yes", - "Packaged": "2022-12-19 20:10:02 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre] (),\n Claus O. Wilke [aut] (Original author,\n ),\n Thomas Lin Pedersen [aut] ()", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2022-12-20 10:00:13 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:44:55 UTC; windows", - "Archs": "x64" - } - }, - "jquerylib": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "jquerylib", - "Title": "Obtain 'jQuery' as an HTML Dependency Object", - "Version": "0.1.4", - "Authors@R": "c(\n person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"),\n person(family = \"RStudio\", role = \"cph\"),\n person(family = \"jQuery Foundation\", role = \"cph\",\n comment = \"jQuery library and jQuery UI library\"),\n person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"jQuery library; authors listed in inst/lib/jquery-AUTHORS.txt\")\n )", - "Description": "Obtain any major version of 'jQuery' () and use it in any webpage generated by 'htmltools' (e.g. 'shiny', 'htmlwidgets', and 'rmarkdown').\n Most R users don't need to use this package directly, but other R packages (e.g. 'shiny', 'rmarkdown', etc.) depend on this package to avoid bundling redundant copies of 'jQuery'.", - "License": "MIT + file LICENSE", - "Encoding": "UTF-8", - "Config/testthat/edition": "3", - "RoxygenNote": "7.0.2", - "Imports": "htmltools", - "Suggests": "testthat", - "NeedsCompilation": "no", - "Packaged": "2021-04-26 16:40:21 UTC; cpsievert", - "Author": "Carson Sievert [aut, cre] (),\n Joe Cheng [aut],\n RStudio [cph],\n jQuery Foundation [cph] (jQuery library and jQuery UI library),\n jQuery contributors [ctb, cph] (jQuery library; authors listed in\n inst/lib/jquery-AUTHORS.txt)", - "Maintainer": "Carson Sievert ", - "Repository": "RSPM", - "Date/Publication": "2021-04-26 17:10:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:49:43 UTC; windows" - } - }, - "jsonlite": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "jsonlite", - "Version": "1.8.8", - "Title": "A Simple and Robust JSON Parser and Generator for R", - "License": "MIT + file LICENSE", - "Depends": "methods", - "Authors@R": "c(\n person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\n comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"Duncan\", \"Temple Lang\", role = \"ctb\"),\n person(\"Lloyd\", \"Hilaiel\", role = \"cph\", comment=\"author of bundled libyajl\"))", - "URL": "https://jeroen.r-universe.dev/jsonlite\nhttps://arxiv.org/abs/1403.2805", - "BugReports": "https://github.com/jeroen/jsonlite/issues", - "Maintainer": "Jeroen Ooms ", - "VignetteBuilder": "knitr, R.rsp", - "Description": "A reasonably fast JSON parser and generator, optimized for statistical \n data and the web. Offers simple, flexible tools for working with JSON in R, and\n is particularly powerful for building pipelines and interacting with a web API. \n The implementation is based on the mapping described in the vignette (Ooms, 2014).\n In addition to converting JSON data from/to R objects, 'jsonlite' contains \n functions to stream, validate, and prettify JSON data. The unit tests included \n with the package verify that all edge cases are encoded and decoded consistently \n for use with dynamic data in systems and applications.", - "Suggests": "httr, vctrs, testthat, knitr, rmarkdown, R.rsp, sf", - "RoxygenNote": "7.2.3", - "Encoding": "UTF-8", - "NeedsCompilation": "yes", - "Packaged": "2023-12-04 12:57:12 UTC; jeroen", - "Author": "Jeroen Ooms [aut, cre] (),\n Duncan Temple Lang [ctb],\n Lloyd Hilaiel [cph] (author of bundled libyajl)", - "Repository": "RSPM", - "Date/Publication": "2023-12-04 15:20:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:48:43 UTC; windows", - "Archs": "x64" - } - }, - "kableExtra": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "kableExtra", - "Type": "Package", - "Title": "Construct Complex Table with 'kable' and Pipe Syntax", - "Version": "1.4.0", - "Authors@R": "c(\n person('Hao', 'Zhu', email = 'haozhu233@gmail.com', role = c('aut', 'cre'),\n comment = c(ORCID = '0000-0002-3386-6076')),\n person('Thomas', 'Travison', role = 'ctb'),\n person('Timothy', 'Tsai', role = 'ctb'),\n person('Will', 'Beasley', email = 'wibeasley@hotmail.com', role = 'ctb'),\n person('Yihui', 'Xie', email = 'xie@yihui.name', role = 'ctb'),\n person('GuangChuang', 'Yu', email = 'guangchuangyu@gmail.com', role = 'ctb'),\n person('Stéphane', 'Laurent', role = 'ctb'),\n person('Rob', 'Shepherd', role = 'ctb'),\n person('Yoni', 'Sidi', role = 'ctb'), \n person('Brian', 'Salzer', role = 'ctb'),\n person('George', 'Gui', role = 'ctb'),\n person('Yeliang', 'Fan', role = 'ctb'),\n person('Duncan', 'Murdoch', role = 'ctb'),\n person('Vincent', 'Arel-Bundock', role = 'ctb'),\n person('Bill', 'Evans', role = 'ctb')\n )", - "Description": "Build complex HTML or 'LaTeX' tables using 'kable()' from 'knitr' \n and the piping syntax from 'magrittr'. Function 'kable()' is a light weight \n table generator coming from 'knitr'. This package simplifies the way to \n manipulate the HTML or 'LaTeX' codes generated by 'kable()' and allows \n users to construct complex tables and customize styles using a readable \n syntax. ", - "License": "MIT + file LICENSE", - "URL": "http://haozhu233.github.io/kableExtra/,\nhttps://github.com/haozhu233/kableExtra", - "BugReports": "https://github.com/haozhu233/kableExtra/issues", - "Depends": "R (>= 3.1.0)", - "Imports": "knitr (>= 1.33), magrittr, stringr (>= 1.0), xml2 (>= 1.1.1),\nrmarkdown (>= 1.6.0), scales, viridisLite, stats, grDevices,\nhtmltools, rstudioapi, tools, digest, graphics, svglite", - "Suggests": "testthat, magick, tinytex, formattable, sparkline, webshot2", - "Config/testthat/edition": "3", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "Language": "en-US", - "NeedsCompilation": "no", - "Packaged": "2024-01-23 15:43:39 UTC; haozhu", - "Author": "Hao Zhu [aut, cre] (),\n Thomas Travison [ctb],\n Timothy Tsai [ctb],\n Will Beasley [ctb],\n Yihui Xie [ctb],\n GuangChuang Yu [ctb],\n Stéphane Laurent [ctb],\n Rob Shepherd [ctb],\n Yoni Sidi [ctb],\n Brian Salzer [ctb],\n George Gui [ctb],\n Yeliang Fan [ctb],\n Duncan Murdoch [ctb],\n Vincent Arel-Bundock [ctb],\n Bill Evans [ctb]", - "Maintainer": "Hao Zhu ", - "Repository": "RSPM", - "Date/Publication": "2024-01-24 14:20:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 23:26:36 UTC; windows" - } - }, - "knitr": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "knitr", - "Type": "Package", - "Title": "A General-Purpose Package for Dynamic Report Generation in R", - "Version": "1.48", - "Authors@R": "c(\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Abhraneel\", \"Sarma\", role = \"ctb\"),\n person(\"Adam\", \"Vogt\", role = \"ctb\"),\n person(\"Alastair\", \"Andrew\", role = \"ctb\"),\n person(\"Alex\", \"Zvoleff\", role = \"ctb\"),\n person(\"Amar\", \"Al-Zubaidi\", role = \"ctb\"),\n person(\"Andre\", \"Simon\", role = \"ctb\", comment = \"the CSS files under inst/themes/ were derived from the Highlight package http://www.andre-simon.de\"),\n person(\"Aron\", \"Atkins\", role = \"ctb\"),\n person(\"Aaron\", \"Wolen\", role = \"ctb\"),\n person(\"Ashley\", \"Manton\", role = \"ctb\"),\n person(\"Atsushi\", \"Yasumoto\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8335-495X\")),\n person(\"Ben\", \"Baumer\", role = \"ctb\"),\n person(\"Brian\", \"Diggs\", role = \"ctb\"),\n person(\"Brian\", \"Zhang\", role = \"ctb\"),\n person(\"Bulat\", \"Yapparov\", role = \"ctb\"),\n person(\"Cassio\", \"Pereira\", role = \"ctb\"),\n person(\"Christophe\", \"Dervieux\", role = \"ctb\"),\n person(\"David\", \"Hall\", role = \"ctb\"),\n person(\"David\", \"Hugh-Jones\", role = \"ctb\"),\n person(\"David\", \"Robinson\", role = \"ctb\"),\n person(\"Doug\", \"Hemken\", role = \"ctb\"),\n person(\"Duncan\", \"Murdoch\", role = \"ctb\"),\n person(\"Elio\", \"Campitelli\", role = \"ctb\"),\n person(\"Ellis\", \"Hughes\", role = \"ctb\"),\n person(\"Emily\", \"Riederer\", role = \"ctb\"),\n person(\"Fabian\", \"Hirschmann\", role = \"ctb\"),\n person(\"Fitch\", \"Simeon\", role = \"ctb\"),\n person(\"Forest\", \"Fang\", role = \"ctb\"),\n person(c(\"Frank\", \"E\", \"Harrell\", \"Jr\"), role = \"ctb\", comment = \"the Sweavel package at inst/misc/Sweavel.sty\"),\n person(\"Garrick\", \"Aden-Buie\", role = \"ctb\"),\n person(\"Gregoire\", \"Detrez\", role = \"ctb\"),\n person(\"Hadley\", \"Wickham\", role = \"ctb\"),\n person(\"Hao\", \"Zhu\", role = \"ctb\"),\n person(\"Heewon\", \"Jeon\", role = \"ctb\"),\n person(\"Henrik\", \"Bengtsson\", role = \"ctb\"),\n person(\"Hiroaki\", \"Yutani\", role = \"ctb\"),\n person(\"Ian\", \"Lyttle\", role = \"ctb\"),\n person(\"Hodges\", \"Daniel\", role = \"ctb\"),\n person(\"Jacob\", \"Bien\", role = \"ctb\"),\n person(\"Jake\", \"Burkhead\", role = \"ctb\"),\n person(\"James\", \"Manton\", role = \"ctb\"),\n person(\"Jared\", \"Lander\", role = \"ctb\"),\n person(\"Jason\", \"Punyon\", role = \"ctb\"),\n person(\"Javier\", \"Luraschi\", role = \"ctb\"),\n person(\"Jeff\", \"Arnold\", role = \"ctb\"),\n person(\"Jenny\", \"Bryan\", role = \"ctb\"),\n person(\"Jeremy\", \"Ashkenas\", role = c(\"ctb\", \"cph\"), comment = \"the CSS file at inst/misc/docco-classic.css\"),\n person(\"Jeremy\", \"Stephens\", role = \"ctb\"),\n person(\"Jim\", \"Hester\", role = \"ctb\"),\n person(\"Joe\", \"Cheng\", role = \"ctb\"),\n person(\"Johannes\", \"Ranke\", role = \"ctb\"),\n person(\"John\", \"Honaker\", role = \"ctb\"),\n person(\"John\", \"Muschelli\", role = \"ctb\"),\n person(\"Jonathan\", \"Keane\", role = \"ctb\"),\n person(\"JJ\", \"Allaire\", role = \"ctb\"),\n person(\"Johan\", \"Toloe\", role = \"ctb\"),\n person(\"Jonathan\", \"Sidi\", role = \"ctb\"),\n person(\"Joseph\", \"Larmarange\", role = \"ctb\"),\n person(\"Julien\", \"Barnier\", role = \"ctb\"),\n person(\"Kaiyin\", \"Zhong\", role = \"ctb\"),\n person(\"Kamil\", \"Slowikowski\", role = \"ctb\"),\n person(\"Karl\", \"Forner\", role = \"ctb\"),\n person(c(\"Kevin\", \"K.\"), \"Smith\", role = \"ctb\"),\n person(\"Kirill\", \"Mueller\", role = \"ctb\"),\n person(\"Kohske\", \"Takahashi\", role = \"ctb\"),\n person(\"Lorenz\", \"Walthert\", role = \"ctb\"),\n person(\"Lucas\", \"Gallindo\", role = \"ctb\"),\n person(\"Marius\", \"Hofert\", role = \"ctb\"),\n person(\"Martin\", \"Modrák\", role = \"ctb\"),\n person(\"Michael\", \"Chirico\", role = \"ctb\"),\n person(\"Michael\", \"Friendly\", role = \"ctb\"),\n person(\"Michal\", \"Bojanowski\", role = \"ctb\"),\n person(\"Michel\", \"Kuhlmann\", role = \"ctb\"),\n person(\"Miller\", \"Patrick\", role = \"ctb\"),\n person(\"Nacho\", \"Caballero\", role = \"ctb\"),\n person(\"Nick\", \"Salkowski\", role = \"ctb\"),\n person(\"Niels Richard\", \"Hansen\", role = \"ctb\"),\n person(\"Noam\", \"Ross\", role = \"ctb\"),\n person(\"Obada\", \"Mahdi\", role = \"ctb\"),\n person(\"Pavel N.\", \"Krivitsky\", role = \"ctb\", comment=c(ORCID = \"0000-0002-9101-3362\")),\n person(\"Pedro\", \"Faria\", role = \"ctb\"),\n person(\"Qiang\", \"Li\", role = \"ctb\"),\n person(\"Ramnath\", \"Vaidyanathan\", role = \"ctb\"),\n person(\"Richard\", \"Cotton\", role = \"ctb\"),\n person(\"Robert\", \"Krzyzanowski\", role = \"ctb\"),\n person(\"Rodrigo\", \"Copetti\", role = \"ctb\"),\n person(\"Romain\", \"Francois\", role = \"ctb\"),\n person(\"Ruaridh\", \"Williamson\", role = \"ctb\"),\n person(\"Sagiru\", \"Mati\", role = \"ctb\", comment = c(ORCID = \"0000-0003-1413-3974\")),\n person(\"Scott\", \"Kostyshak\", role = \"ctb\"),\n person(\"Sebastian\", \"Meyer\", role = \"ctb\"),\n person(\"Sietse\", \"Brouwer\", role = \"ctb\"),\n person(c(\"Simon\", \"de\"), \"Bernard\", role = \"ctb\"),\n person(\"Sylvain\", \"Rousseau\", role = \"ctb\"),\n person(\"Taiyun\", \"Wei\", role = \"ctb\"),\n person(\"Thibaut\", \"Assus\", role = \"ctb\"),\n person(\"Thibaut\", \"Lamadon\", role = \"ctb\"),\n person(\"Thomas\", \"Leeper\", role = \"ctb\"),\n person(\"Tim\", \"Mastny\", role = \"ctb\"),\n person(\"Tom\", \"Torsney-Weir\", role = \"ctb\"),\n person(\"Trevor\", \"Davis\", role = \"ctb\"),\n person(\"Viktoras\", \"Veitas\", role = \"ctb\"),\n person(\"Weicheng\", \"Zhu\", role = \"ctb\"),\n person(\"Wush\", \"Wu\", role = \"ctb\"),\n person(\"Zachary\", \"Foster\", role = \"ctb\"),\n person(\"Zhian N.\", \"Kamvar\", role = \"ctb\", comment = c(ORCID = \"0000-0003-1458-7108\")),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Provides a general-purpose tool for dynamic report generation in R\n using Literate Programming techniques.", - "Depends": "R (>= 3.3.0)", - "Imports": "evaluate (>= 0.15), highr (>= 0.11), methods, tools, xfun (>=\n0.44), yaml (>= 2.1.19)", - "Suggests": "bslib, codetools, DBI (>= 0.4-1), digest, formatR, gifski,\ngridSVG, htmlwidgets (>= 0.7), jpeg, JuliaCall (>= 0.11.1),\nmagick, markdown (>= 1.3), png, ragg, reticulate (>= 1.4), rgl\n(>= 0.95.1201), rlang, rmarkdown, sass, showtext, styler (>=\n1.2.0), targets (>= 0.6.0), testit, tibble, tikzDevice (>=\n0.10), tinytex (>= 0.46), webshot, rstudioapi, svglite", - "License": "GPL", - "URL": "https://yihui.org/knitr/", - "BugReports": "https://github.com/yihui/knitr/issues", - "Encoding": "UTF-8", - "VignetteBuilder": "knitr", - "SystemRequirements": "Package vignettes based on R Markdown v2 or\nreStructuredText require Pandoc (http://pandoc.org). The\nfunction rst2pdf() requires rst2pdf\n(https://github.com/rst2pdf/rst2pdf).", - "Collate": "'block.R' 'cache.R' 'utils.R' 'citation.R' 'hooks-html.R'\n'plot.R' 'defaults.R' 'concordance.R' 'engine.R' 'highlight.R'\n'themes.R' 'header.R' 'hooks-asciidoc.R' 'hooks-chunk.R'\n'hooks-extra.R' 'hooks-latex.R' 'hooks-md.R' 'hooks-rst.R'\n'hooks-textile.R' 'hooks.R' 'output.R' 'package.R' 'pandoc.R'\n'params.R' 'parser.R' 'pattern.R' 'rocco.R' 'spin.R' 'table.R'\n'template.R' 'utils-conversion.R' 'utils-rd2html.R'\n'utils-string.R' 'utils-sweave.R' 'utils-upload.R'\n'utils-vignettes.R' 'zzz.R'", - "RoxygenNote": "7.3.2", - "NeedsCompilation": "no", - "Packaged": "2024-07-05 23:22:15 UTC; yihui", - "Author": "Yihui Xie [aut, cre] (),\n Abhraneel Sarma [ctb],\n Adam Vogt [ctb],\n Alastair Andrew [ctb],\n Alex Zvoleff [ctb],\n Amar Al-Zubaidi [ctb],\n Andre Simon [ctb] (the CSS files under inst/themes/ were derived from\n the Highlight package http://www.andre-simon.de),\n Aron Atkins [ctb],\n Aaron Wolen [ctb],\n Ashley Manton [ctb],\n Atsushi Yasumoto [ctb] (),\n Ben Baumer [ctb],\n Brian Diggs [ctb],\n Brian Zhang [ctb],\n Bulat Yapparov [ctb],\n Cassio Pereira [ctb],\n Christophe Dervieux [ctb],\n David Hall [ctb],\n David Hugh-Jones [ctb],\n David Robinson [ctb],\n Doug Hemken [ctb],\n Duncan Murdoch [ctb],\n Elio Campitelli [ctb],\n Ellis Hughes [ctb],\n Emily Riederer [ctb],\n Fabian Hirschmann [ctb],\n Fitch Simeon [ctb],\n Forest Fang [ctb],\n Frank E Harrell Jr [ctb] (the Sweavel package at inst/misc/Sweavel.sty),\n Garrick Aden-Buie [ctb],\n Gregoire Detrez [ctb],\n Hadley Wickham [ctb],\n Hao Zhu [ctb],\n Heewon Jeon [ctb],\n Henrik Bengtsson [ctb],\n Hiroaki Yutani [ctb],\n Ian Lyttle [ctb],\n Hodges Daniel [ctb],\n Jacob Bien [ctb],\n Jake Burkhead [ctb],\n James Manton [ctb],\n Jared Lander [ctb],\n Jason Punyon [ctb],\n Javier Luraschi [ctb],\n Jeff Arnold [ctb],\n Jenny Bryan [ctb],\n Jeremy Ashkenas [ctb, cph] (the CSS file at\n inst/misc/docco-classic.css),\n Jeremy Stephens [ctb],\n Jim Hester [ctb],\n Joe Cheng [ctb],\n Johannes Ranke [ctb],\n John Honaker [ctb],\n John Muschelli [ctb],\n Jonathan Keane [ctb],\n JJ Allaire [ctb],\n Johan Toloe [ctb],\n Jonathan Sidi [ctb],\n Joseph Larmarange [ctb],\n Julien Barnier [ctb],\n Kaiyin Zhong [ctb],\n Kamil Slowikowski [ctb],\n Karl Forner [ctb],\n Kevin K. Smith [ctb],\n Kirill Mueller [ctb],\n Kohske Takahashi [ctb],\n Lorenz Walthert [ctb],\n Lucas Gallindo [ctb],\n Marius Hofert [ctb],\n Martin Modrák [ctb],\n Michael Chirico [ctb],\n Michael Friendly [ctb],\n Michal Bojanowski [ctb],\n Michel Kuhlmann [ctb],\n Miller Patrick [ctb],\n Nacho Caballero [ctb],\n Nick Salkowski [ctb],\n Niels Richard Hansen [ctb],\n Noam Ross [ctb],\n Obada Mahdi [ctb],\n Pavel N. Krivitsky [ctb] (),\n Pedro Faria [ctb],\n Qiang Li [ctb],\n Ramnath Vaidyanathan [ctb],\n Richard Cotton [ctb],\n Robert Krzyzanowski [ctb],\n Rodrigo Copetti [ctb],\n Romain Francois [ctb],\n Ruaridh Williamson [ctb],\n Sagiru Mati [ctb] (),\n Scott Kostyshak [ctb],\n Sebastian Meyer [ctb],\n Sietse Brouwer [ctb],\n Simon de Bernard [ctb],\n Sylvain Rousseau [ctb],\n Taiyun Wei [ctb],\n Thibaut Assus [ctb],\n Thibaut Lamadon [ctb],\n Thomas Leeper [ctb],\n Tim Mastny [ctb],\n Tom Torsney-Weir [ctb],\n Trevor Davis [ctb],\n Viktoras Veitas [ctb],\n Weicheng Zhu [ctb],\n Wush Wu [ctb],\n Zachary Foster [ctb],\n Zhian N. Kamvar [ctb] (),\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Yihui Xie ", - "Repository": "RSPM", - "Date/Publication": "2024-07-07 14:00:01 UTC", - "Built": "R 4.4.0; ; 2024-07-08 04:44:53 UTC; windows" - } - }, - "labeling": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "labeling", - "Type": "Package", - "Title": "Axis Labeling", - "Version": "0.4.3", - "Date": "2023-08-29", - "Author": "Justin Talbot,", - "Maintainer": "Nuno Sempere ", - "Description": "Functions which provide a range of axis labeling algorithms. ", - "License": "MIT + file LICENSE | Unlimited", - "Collate": "'labeling.R'", - "NeedsCompilation": "no", - "Imports": "stats, graphics", - "Packaged": "2023-08-29 21:01:57 UTC; loki", - "Repository": "RSPM", - "Date/Publication": "2023-08-29 22:20:02 UTC", - "Encoding": "UTF-8", - "Built": "R 4.4.0; ; 2024-04-25 19:45:42 UTC; windows" - } - }, - "later": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "later", - "Type": "Package", - "Title": "Utilities for Scheduling Functions to Execute Later with Event\nLoops", - "Version": "1.3.2", - "Authors@R": "c(\n person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@posit.co\"),\n person(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@posit.co\"),\n person(family = \"Posit Software, PBC\", role = \"cph\"),\n person(\"Marcus\", \"Geelnard\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\"),\n person(\"Evan\", \"Nemerson\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\")\n )", - "Description": "Executes arbitrary R or C functions some time after the current\n time, after the R execution stack has emptied. The functions are scheduled\n in an event loop.", - "URL": "https://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.2.3", - "Suggests": "knitr, rmarkdown, testthat (>= 2.1.0)", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "NeedsCompilation": "yes", - "Packaged": "2023-12-06 00:38:14 UTC; cpsievert", - "Author": "Winston Chang [aut, cre],\n Joe Cheng [aut],\n Posit Software, PBC [cph],\n Marcus Geelnard [ctb, cph] (TinyCThread library,\n https://tinycthread.github.io/),\n Evan Nemerson [ctb, cph] (TinyCThread library,\n https://tinycthread.github.io/)", - "Maintainer": "Winston Chang ", - "Repository": "RSPM", - "Date/Publication": "2023-12-06 09:10:05 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-07-18 08:40:57 UTC; windows", - "Archs": "x64" - } - }, - "lattice": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "lattice", - "Version": "0.22-6", - "Date": "2024-03-20", - "Priority": "recommended", - "Title": "Trellis Graphics for R", - "Authors@R": "c(person(\"Deepayan\", \"Sarkar\", role = c(\"aut\", \"cre\"),\n\t email = \"deepayan.sarkar@r-project.org\",\n\t\t comment = c(ORCID = \"0000-0003-4107-1553\")),\n person(\"Felix\", \"Andrews\", role = \"ctb\"),\n\t person(\"Kevin\", \"Wright\", role = \"ctb\", comment = \"documentation\"),\n\t person(\"Neil\", \"Klepeis\", role = \"ctb\"),\n\t person(\"Johan\", \"Larsson\", role = \"ctb\", comment = \"miscellaneous improvements\"),\n person(\"Zhijian (Jason)\", \"Wen\", role = \"cph\", comment = \"filled contour code\"),\n person(\"Paul\", \"Murrell\", role = \"ctb\", email = \"paul@stat.auckland.ac.nz\"),\n\t person(\"Stefan\", \"Eng\", role = \"ctb\", comment = \"violin plot improvements\"),\n\t person(\"Achim\", \"Zeileis\", role = \"ctb\", comment = \"modern colors\"),\n person(\"Alexandre\", \"Courtiol\", role = \"ctb\", comment = \"generics for larrows, lpolygon, lrect and lsegments\")\n\t )", - "Description": "A powerful and elegant high-level data visualization\n system inspired by Trellis graphics, with an emphasis on\n multivariate data. Lattice is sufficient for typical graphics needs,\n and is also flexible enough to handle most nonstandard requirements.\n See ?Lattice for an introduction.", - "Depends": "R (>= 4.0.0)", - "Suggests": "KernSmooth, MASS, latticeExtra, colorspace", - "Imports": "grid, grDevices, graphics, stats, utils", - "Enhances": "chron, zoo", - "LazyLoad": "yes", - "LazyData": "yes", - "License": "GPL (>= 2)", - "URL": "https://lattice.r-forge.r-project.org/", - "BugReports": "https://github.com/deepayan/lattice/issues", - "NeedsCompilation": "yes", - "Packaged": "2024-03-20 03:08:45 UTC; deepayan", - "Author": "Deepayan Sarkar [aut, cre] (),\n Felix Andrews [ctb],\n Kevin Wright [ctb] (documentation),\n Neil Klepeis [ctb],\n Johan Larsson [ctb] (miscellaneous improvements),\n Zhijian (Jason) Wen [cph] (filled contour code),\n Paul Murrell [ctb],\n Stefan Eng [ctb] (violin plot improvements),\n Achim Zeileis [ctb] (modern colors),\n Alexandre Courtiol [ctb] (generics for larrows, lpolygon, lrect and\n lsegments)", - "Maintainer": "Deepayan Sarkar ", - "Repository": "CRAN", - "Date/Publication": "2024-03-20 06:10:02 UTC", - "Built": "R 4.4.1; x86_64-w64-mingw32; 2024-06-14 08:26:06 UTC; windows", - "Archs": "x64" - } - }, - "lazyeval": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "lazyeval", - "Version": "0.2.2", - "Title": "Lazy (Non-Standard) Evaluation", - "Description": "An alternative approach to non-standard evaluation using\n formulas. Provides a full implementation of LISP style 'quasiquotation',\n making it easier to generate code with other code.", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", ,\"hadley@rstudio.com\", c(\"aut\", \"cre\")),\n person(\"RStudio\", role = \"cph\")\n )", - "License": "GPL-3", - "LazyData": "true", - "Depends": "R (>= 3.1.0)", - "Suggests": "knitr, rmarkdown (>= 0.2.65), testthat, covr", - "VignetteBuilder": "knitr", - "RoxygenNote": "6.1.1", - "NeedsCompilation": "yes", - "Packaged": "2019-03-15 14:18:01 UTC; lionel", - "Author": "Hadley Wickham [aut, cre],\n RStudio [cph]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2019-03-15 17:50:07 UTC", - "Encoding": "UTF-8", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:45:08 UTC; windows", - "Archs": "x64" - } - }, - "lifecycle": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "lifecycle", - "Title": "Manage the Life Cycle of your Package Functions", - "Version": "1.0.4", - "Authors@R": "c(\n person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Manage the life cycle of your exported functions with shared\n conventions, documentation badges, and user-friendly deprecation\n warnings.", - "License": "MIT + file LICENSE", - "URL": "https://lifecycle.r-lib.org/, https://github.com/r-lib/lifecycle", - "BugReports": "https://github.com/r-lib/lifecycle/issues", - "Depends": "R (>= 3.6)", - "Imports": "cli (>= 3.4.0), glue, rlang (>= 1.1.0)", - "Suggests": "covr, crayon, knitr, lintr, rmarkdown, testthat (>= 3.0.1),\ntibble, tidyverse, tools, vctrs, withr", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate, usethis", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.1", - "NeedsCompilation": "no", - "Packaged": "2023-11-06 16:07:36 UTC; lionel", - "Author": "Lionel Henry [aut, cre],\n Hadley Wickham [aut] (),\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Lionel Henry ", - "Repository": "RSPM", - "Date/Publication": "2023-11-07 10:10:10 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:06:30 UTC; windows" - } - }, - "magrittr": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Type": "Package", - "Package": "magrittr", - "Title": "A Forward-Pipe Operator for R", - "Version": "2.0.3", - "Authors@R": "c(\n person(\"Stefan Milton\", \"Bache\", , \"stefan@stefanbache.dk\", role = c(\"aut\", \"cph\"),\n comment = \"Original author and creator of magrittr\"),\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"),\n person(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = \"cre\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Provides a mechanism for chaining commands with a new\n forward-pipe operator, %>%. This operator will forward a value, or the\n result of an expression, into the next function call/expression.\n There is flexible support for the type of right-hand side expressions.\n For more information, see package vignette. To quote Rene Magritte,\n \"Ceci n'est pas un pipe.\"", - "License": "MIT + file LICENSE", - "URL": "https://magrittr.tidyverse.org,\nhttps://github.com/tidyverse/magrittr", - "BugReports": "https://github.com/tidyverse/magrittr/issues", - "Depends": "R (>= 3.4.0)", - "Suggests": "covr, knitr, rlang, rmarkdown, testthat", - "VignetteBuilder": "knitr", - "ByteCompile": "Yes", - "Config/Needs/website": "tidyverse/tidytemplate", - "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", - "NeedsCompilation": "yes", - "Packaged": "2022-03-29 09:34:37 UTC; lionel", - "Author": "Stefan Milton Bache [aut, cph] (Original author and creator of\n magrittr),\n Hadley Wickham [aut],\n Lionel Henry [cre],\n RStudio [cph, fnd]", - "Maintainer": "Lionel Henry ", - "Repository": "RSPM", - "Date/Publication": "2022-03-30 07:30:09 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:43:08 UTC; windows", - "Archs": "x64" - } - }, - "memoise": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "memoise", - "Title": "'Memoisation' of Functions", - "Version": "2.0.1", - "Authors@R": "\n c(person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\",\n email = \"hadley@rstudio.com\"),\n person(given = \"Jim\",\n family = \"Hester\",\n role = \"aut\"),\n person(given = \"Winston\",\n family = \"Chang\",\n role = c(\"aut\", \"cre\"),\n email = \"winston@rstudio.com\"),\n person(given = \"Kirill\",\n family = \"Müller\",\n role = \"aut\",\n email = \"krlmlr+r@mailbox.org\"),\n person(given = \"Daniel\",\n family = \"Cook\",\n role = \"aut\",\n email = \"danielecook@gmail.com\"),\n person(given = \"Mark\",\n family = \"Edmondson\",\n role = \"ctb\",\n email = \"r@sunholo.com\"))", - "Description": "Cache the results of a function so that when you\n call it again with the same arguments it returns the previously computed\n value.", - "License": "MIT + file LICENSE", - "URL": "https://memoise.r-lib.org, https://github.com/r-lib/memoise", - "BugReports": "https://github.com/r-lib/memoise/issues", - "Imports": "rlang (>= 0.4.10), cachem", - "Suggests": "digest, aws.s3, covr, googleAuthR, googleCloudStorageR, httr,\ntestthat", - "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", - "NeedsCompilation": "no", - "Packaged": "2021-11-24 21:24:50 UTC; jhester", - "Author": "Hadley Wickham [aut],\n Jim Hester [aut],\n Winston Chang [aut, cre],\n Kirill Müller [aut],\n Daniel Cook [aut],\n Mark Edmondson [ctb]", - "Maintainer": "Winston Chang ", - "Repository": "RSPM", - "Date/Publication": "2021-11-26 16:11:10 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:09:40 UTC; windows" - } - }, - "mgcv": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "mgcv", - "Version": "1.9-1", - "Author": "Simon Wood ", - "Maintainer": "Simon Wood ", - "Title": "Mixed GAM Computation Vehicle with Automatic Smoothness\nEstimation", - "Description": "Generalized additive (mixed) models, some of their extensions and \n other generalized ridge regression with multiple smoothing \n parameter estimation by (Restricted) Marginal Likelihood, \n Generalized Cross Validation and similar, or using iterated \n nested Laplace approximation for fully Bayesian inference. See \n Wood (2017) for an overview. \n Includes a gam() function, a wide variety of smoothers, 'JAGS' \n support and distributions beyond the exponential family. ", - "Priority": "recommended", - "Depends": "R (>= 3.6.0), nlme (>= 3.1-64)", - "Imports": "methods, stats, graphics, Matrix, splines, utils", - "Suggests": "parallel, survival, MASS", - "LazyLoad": "yes", - "ByteCompile": "yes", - "License": "GPL (>= 2)", - "NeedsCompilation": "yes", - "Packaged": "2023-12-20 10:39:06 UTC; sw283", - "Repository": "CRAN", - "Date/Publication": "2023-12-21 00:30:02 UTC", - "Built": "R 4.4.1; x86_64-w64-mingw32; 2024-06-14 08:34:48 UTC; windows", - "Archs": "x64" - } - }, - "mime": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "mime", - "Type": "Package", - "Title": "Map Filenames to MIME Types", - "Version": "0.12", - "Authors@R": "c(\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Jeffrey\", \"Horner\", role = \"ctb\"),\n person(\"Beilei\", \"Bian\", role = \"ctb\")\n )", - "Description": "Guesses the MIME type from a filename extension using the data\n derived from /etc/mime.types in UNIX-type systems.", - "Imports": "tools", - "License": "GPL", - "URL": "https://github.com/yihui/mime", - "BugReports": "https://github.com/yihui/mime/issues", - "RoxygenNote": "7.1.1", - "Encoding": "UTF-8", - "NeedsCompilation": "yes", - "Packaged": "2021-09-28 02:06:04 UTC; yihui", - "Author": "Yihui Xie [aut, cre] (),\n Jeffrey Horner [ctb],\n Beilei Bian [ctb]", - "Maintainer": "Yihui Xie ", - "Repository": "RSPM", - "Date/Publication": "2021-09-28 05:00:05 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:47:07 UTC; windows", - "Archs": "x64" - } - }, - "miniUI": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "miniUI", - "Type": "Package", - "Title": "Shiny UI Widgets for Small Screens", - "Version": "0.1.1.1", - "Authors@R": "c(\n person(\"Joe\", \"Cheng\", role = c(\"cre\", \"aut\"), email = \"joe@rstudio.com\"),\n person(family = \"RStudio\", role = \"cph\")\n )", - "Description": "Provides UI widget and layout functions for writing Shiny apps\n that 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],\n RStudio [cph]", - "Maintainer": "Joe Cheng ", - "Repository": "RSPM", - "Date/Publication": "2018-05-18 18:37:18 UTC", - "Encoding": "UTF-8", - "Built": "R 4.4.0; ; 2024-04-25 21:45:02 UTC; windows" - } - }, - "munsell": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "munsell", - "Type": "Package", - "Title": "Utilities for Using Munsell Colours", - "Version": "0.5.1", - "Author": "Charlotte Wickham ", - "Maintainer": "Charlotte Wickham ", - "Description": "Provides easy access to, and manipulation of, the Munsell \n colours. Provides a mapping between Munsell's \n original notation (e.g. \"5R 5/10\") and hexadecimal strings suitable \n for use directly in R graphics. Also provides utilities \n to explore slices through the Munsell colour tree, to transform \n Munsell colours and display colour palettes.", - "Suggests": "ggplot2, testthat", - "Imports": "colorspace, methods", - "License": "MIT + file LICENSE", - "URL": "https://cran.r-project.org/package=munsell,\nhttps://github.com/cwickham/munsell/", - "RoxygenNote": "7.3.1", - "Encoding": "UTF-8", - "BugReports": "https://github.com/cwickham/munsell/issues", - "NeedsCompilation": "no", - "Packaged": "2024-04-01 20:42:09 UTC; charlottewickham", - "Repository": "RSPM", - "Date/Publication": "2024-04-01 23:40:10 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:02:30 UTC; windows" - } - }, - "nlme": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "nlme", - "Version": "3.1-166", - "Date": "2024-08-13", - "Priority": "recommended", - "Title": "Linear and Nonlinear Mixed Effects Models", - "Authors@R": "c(person(\"José\", \"Pinheiro\", role = \"aut\", comment = \"S version\"),\n person(\"Douglas\", \"Bates\", role = \"aut\", comment = \"up to 2007\"),\n person(\"Saikat\", \"DebRoy\", role = \"ctb\", comment = \"up to 2002\"),\n person(\"Deepayan\", \"Sarkar\", role = \"ctb\", comment = \"up to 2005\"),\n person(\"EISPACK authors\", role = \"ctb\", comment = \"src/rs.f\"),\n\t person(\"Siem\", \"Heisterkamp\", role = \"ctb\", comment = \"Author fixed sigma\"),\n person(\"Bert\", \"Van Willigen\",role = \"ctb\", comment = \"Programmer fixed sigma\"),\n person(\"Johannes\", \"Ranke\", role = \"ctb\", comment = \"varConstProp()\"),\n\t person(\"R Core Team\", email = \"R-core@R-project.org\",\n role = c(\"aut\", \"cre\")))", - "Contact": "see 'MailingList'", - "Description": "Fit and compare Gaussian linear and nonlinear mixed-effects models.", - "Depends": "R (>= 3.6.0)", - "Imports": "graphics, stats, utils, lattice", - "Suggests": "MASS, SASmixed", - "LazyData": "yes", - "Encoding": "UTF-8", - "License": "GPL (>= 2)", - "BugReports": "https://bugs.r-project.org", - "MailingList": "R-help@r-project.org", - "URL": "https://svn.r-project.org/R-packages/trunk/nlme/", - "NeedsCompilation": "yes", - "Packaged": "2024-08-14 04:26:18 UTC; hornik", - "Author": "José Pinheiro [aut] (S version),\n Douglas Bates [aut] (up to 2007),\n Saikat DebRoy [ctb] (up to 2002),\n Deepayan Sarkar [ctb] (up to 2005),\n EISPACK authors [ctb] (src/rs.f),\n Siem Heisterkamp [ctb] (Author fixed sigma),\n Bert Van Willigen [ctb] (Programmer fixed sigma),\n Johannes Ranke [ctb] (varConstProp()),\n R Core Team [aut, cre]", - "Maintainer": "R Core Team ", - "Repository": "RSPM", - "Date/Publication": "2024-08-14 06:36:33 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-15 04:17:34 UTC; windows", - "Archs": "x64" - } - }, - "openssl": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "openssl", - "Type": "Package", - "Title": "Toolkit for Encryption, Signatures and Certificates Based on\nOpenSSL", - "Version": "2.2.1", - "Authors@R": "c(person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroen@berkeley.edu\",\n comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"Oliver\", \"Keyes\", role = \"ctb\"))", - "Description": "Bindings to OpenSSL libssl and libcrypto, plus custom SSH key parsers.\n Supports RSA, DSA and EC curves P-256, P-384, P-521, and curve25519. Cryptographic\n signatures can either be created and verified manually or via x509 certificates. \n AES can be used in cbc, ctr or gcm mode for symmetric encryption; RSA for asymmetric\n (public key) encryption or EC for Diffie Hellman. High-level envelope functions \n combine RSA and AES for encrypting arbitrary sized data. Other utilities include key\n generators, hash functions (md5, sha1, sha256, etc), base64 encoder, a secure random\n number generator, and 'bignum' math methods for manually performing crypto \n calculations on large multibyte integers.", - "License": "MIT + file LICENSE", - "URL": "https://jeroen.r-universe.dev/openssl", - "BugReports": "https://github.com/jeroen/openssl/issues", - "SystemRequirements": "OpenSSL >= 1.0.2", - "VignetteBuilder": "knitr", - "Imports": "askpass", - "Suggests": "curl, testthat (>= 2.1.0), digest, knitr, rmarkdown,\njsonlite, jose, sodium", - "RoxygenNote": "7.3.2", - "Encoding": "UTF-8", - "NeedsCompilation": "yes", - "Packaged": "2024-08-16 09:18:50 UTC; jeroen", - "Author": "Jeroen Ooms [aut, cre] (),\n Oliver Keyes [ctb]", - "Maintainer": "Jeroen Ooms ", - "Repository": "RSPM", - "Date/Publication": "2024-08-16 10:00:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-17 06:28:53 UTC; windows", - "Archs": "x64" - } - }, - "packrat": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Type": "Package", - "Package": "packrat", - "Title": "A Dependency Management System for Projects and their R Package\nDependencies", - "Version": "0.9.2", - "Authors@R": "c(\n person(\"Aron\", \"Atkins\", , \"aron@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Toph\", \"Allen\", role = \"aut\"),\n person(\"Kevin\", \"Ushey\", role = \"aut\"),\n person(\"Jonathan\", \"McPherson\", role = \"aut\"),\n person(\"Joe\", \"Cheng\", role = \"aut\"),\n person(\"JJ\", \"Allaire\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Manage the R packages your project depends on in an isolated,\n portable, and reproducible way.", - "License": "GPL-2", - "URL": "https://github.com/rstudio/packrat", - "BugReports": "https://github.com/rstudio/packrat/issues", - "Depends": "R (>= 3.0.0)", - "Imports": "tools, utils", - "Suggests": "devtools, httr, knitr, mockery, rmarkdown, testthat (>=\n3.0.0)", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "no", - "Packaged": "2023-09-05 11:45:33 UTC; aron", - "Author": "Aron Atkins [aut, cre],\n Toph Allen [aut],\n Kevin Ushey [aut],\n Jonathan McPherson [aut],\n Joe Cheng [aut],\n JJ Allaire [aut],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Aron Atkins ", - "Repository": "RSPM", - "Date/Publication": "2023-09-05 13:00:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 19:01:46 UTC; windows", - "RemoteType": "standard", - "RemotePkgRef": "packrat", - "RemoteRef": "packrat", - "RemoteRepos": "https://packagemanager.posit.co/cran/2024-09-17", - "RemoteReposName": "RSPM", - "RemotePkgPlatform": "x86_64-w64-mingw32", - "RemoteSha": "0.9.2" - } - }, - "pillar": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "pillar", - "Title": "Coloured Formatting for Columns", - "Version": "1.9.0", - "Authors@R": "\n c(person(given = \"Kirill\",\n family = \"M\\u00fcller\",\n role = c(\"aut\", \"cre\"),\n email = \"kirill@cynkra.com\",\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\"),\n person(given = \"RStudio\",\n role = \"cph\"))", - "Description": "Provides 'pillar' and 'colonnade' generics designed\n for formatting columns of data using the full range of colours\n provided by modern terminals.", - "License": "MIT + file LICENSE", - "URL": "https://pillar.r-lib.org/, https://github.com/r-lib/pillar", - "BugReports": "https://github.com/r-lib/pillar/issues", - "Imports": "cli (>= 2.3.0), fansi, glue, lifecycle, rlang (>= 1.0.2), utf8\n(>= 1.1.0), utils, vctrs (>= 0.5.0)", - "Suggests": "bit64, DBI, debugme, DiagrammeR, dplyr, formattable, ggplot2,\nknitr, lubridate, nanotime, nycflights13, palmerpenguins,\nrmarkdown, scales, stringi, survival, testthat (>= 3.1.1),\ntibble, units (>= 0.7.2), vdiffr, withr", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.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": "2023-03-21 08:42:46 UTC; kirill", - "Author": "Kirill Müller [aut, cre] (),\n Hadley Wickham [aut],\n RStudio [cph]", - "Maintainer": "Kirill Müller ", - "Repository": "RSPM", - "Date/Publication": "2023-03-22 08:10:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:17:40 UTC; windows" - } - }, - "pingr": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "pingr", - "Title": "Check if a Remote Computer is Up", - "Version": "2.0.3", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Check if a remote computer is up. It can either just call the\n system ping command, or check a specified TCP port.", - "License": "MIT + file LICENSE", - "URL": "https://r-lib.github.io/pingr/, https://github.com/r-lib/pingr", - "BugReports": "https://github.com/r-lib/pingr/issues", - "Depends": "R (>= 3.6)", - "Imports": "processx, utils", - "Suggests": "covr, testthat (>= 3.0.0)", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "yes", - "Packaged": "2023-12-10 13:42:05 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2023-12-10 14:10:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 23:04:28 UTC; windows", - "Archs": "x64" - } - }, - "pkgbuild": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "pkgbuild", - "Title": "Find Tools Needed to Build R Packages", - "Version": "1.4.4", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Provides functions used to build R packages. Locates\n compilers needed to build R packages on various platforms and ensures\n the PATH is configured appropriately so R can use them.", - "License": "MIT + file LICENSE", - "URL": "https://github.com/r-lib/pkgbuild, https://pkgbuild.r-lib.org", - "BugReports": "https://github.com/r-lib/pkgbuild/issues", - "Depends": "R (>= 3.5)", - "Imports": "callr (>= 3.2.0), cli (>= 3.4.0), desc, processx, R6", - "Suggests": "covr, cpp11, knitr, mockery, Rcpp, rmarkdown, testthat (>=\n3.0.0), withr (>= 2.3.0)", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "no", - "Packaged": "2024-03-17 14:13:01 UTC; gaborcsardi", - "Author": "Hadley Wickham [aut],\n Jim Hester [aut],\n Gábor Csárdi [aut, cre],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2024-03-17 14:40:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:06:02 UTC; windows" - } - }, - "pkgconfig": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "pkgconfig", - "Title": "Private Configuration for 'R' Packages", - "Version": "2.0.3", - "Author": "Gábor Csárdi", - "Maintainer": "Gábor Csárdi ", - "Description": "Set configuration options on a per-package basis.\n Options set by a given package only apply to that package,\n other packages are unaffected.", - "License": "MIT + file LICENSE", - "LazyData": "true", - "Imports": "utils", - "Suggests": "covr, testthat, disposables (>= 1.0.3)", - "URL": "https://github.com/r-lib/pkgconfig#readme", - "BugReports": "https://github.com/r-lib/pkgconfig/issues", - "Encoding": "UTF-8", - "NeedsCompilation": "no", - "Packaged": "2019-09-22 08:42:40 UTC; gaborcsardi", - "Repository": "RSPM", - "Date/Publication": "2019-09-22 09:20:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:11:40 UTC; windows" - } - }, - "pkgdown": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "pkgdown", - "Title": "Make Static HTML Documentation for a Package", - "Version": "2.1.0", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Jay\", \"Hesselberth\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-6299-179X\")),\n person(\"Maëlle\", \"Salmon\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2815-0399\")),\n person(\"Olivier\", \"Roy\", role = \"aut\"),\n person(\"Salim\", \"Brüggemann\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-5329-5987\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Generate an attractive and useful website from a source\n package. 'pkgdown' converts your documentation, vignettes, 'README',\n and more to 'HTML' making it easy to share information about your\n package 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.6)", - "Imports": "bslib (>= 0.5.1), callr (>= 3.7.3), cli (>= 3.6.1), desc (>=\n1.4.0), digest, downlit (>= 0.4.4), fontawesome, fs (>= 1.4.0),\nhttr2 (>= 1.0.0), jsonlite, openssl, purrr (>= 1.0.0), ragg,\nrlang (>= 1.1.0), rmarkdown (>= 2.27), tibble, whisker, withr\n(>= 2.4.3), xml2 (>= 1.3.1), yaml", - "Suggests": "covr, diffviewer, evaluate (>= 0.24.0), gert, gt, htmltools,\nhtmlwidgets, knitr, lifecycle, magick, methods, pkgload (>=\n1.0.2), quarto, rsconnect, rstudioapi, rticles, sass, testthat\n(>= 3.1.3), tools", - "VignetteBuilder": "knitr, quarto", - "Config/Needs/website": "usethis, servr", - "Config/potools/style": "explicit", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "true", - "Config/testthat/start-first": "build-article, build-quarto-article,\nbuild-reference", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.2", - "SystemRequirements": "pandoc", - "NeedsCompilation": "no", - "Packaged": "2024-07-06 13:13:05 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre] (),\n Jay Hesselberth [aut] (),\n Maëlle Salmon [aut] (),\n Olivier Roy [aut],\n Salim Brüggemann [aut] (),\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2024-07-06 22:20:02 UTC", - "Built": "R 4.4.0; ; 2024-07-07 05:50:42 UTC; windows" - } - }, - "pkgload": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "pkgload", - "Title": "Simulate Package Installation and Attach", - "Version": "1.4.0", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"Winston\", \"Chang\", role = \"aut\"),\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"R Core team\", role = \"ctb\",\n comment = \"Some namespace and vignette code extracted from base R\")\n )", - "Description": "Simulates the process of installing a package and then\n attaching it. This is a key part of the 'devtools' package as it\n allows you to rapidly iterate while developing a package.", - "License": "GPL-3", - "URL": "https://github.com/r-lib/pkgload, https://pkgload.r-lib.org", - "BugReports": "https://github.com/r-lib/pkgload/issues", - "Depends": "R (>= 3.4.0)", - "Imports": "cli (>= 3.3.0), desc, fs, glue, lifecycle, methods, pkgbuild,\nprocessx, rlang (>= 1.1.1), rprojroot, utils, withr (>= 2.4.3)", - "Suggests": "bitops, jsonlite, mathjaxr, pak, Rcpp, remotes, rstudioapi,\ntestthat (>= 3.2.1.1), usethis", - "Config/Needs/website": "tidyverse/tidytemplate, ggplot2", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "TRUE", - "Config/testthat/start-first": "dll", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.1", - "NeedsCompilation": "no", - "Packaged": "2024-06-28 10:36:56 UTC; lionel", - "Author": "Hadley Wickham [aut],\n Winston Chang [aut],\n Jim Hester [aut],\n Lionel Henry [aut, cre],\n Posit Software, PBC [cph, fnd],\n R Core team [ctb] (Some namespace and vignette code extracted from base\n R)", - "Maintainer": "Lionel Henry ", - "Repository": "RSPM", - "Date/Publication": "2024-06-28 11:30:02 UTC", - "Built": "R 4.4.0; ; 2024-06-29 05:14:04 UTC; windows" - } - }, - "plogr": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "plogr", - "Title": "The 'plog' C++ Logging Library", - "Version": "0.2.0", - "Date": "2018-03-24", - "Authors@R": "c(\n person(\"Kirill\", \"Müller\", role = c(\"aut\", \"cre\"), email = \"krlmlr+r@mailbox.org\"),\n person(\"Sergey\", \"Podobry\", role = \"cph\", comment = \"Author of the bundled plog library\"))", - "Description": "\n A simple header-only logging library for C++.\n Add 'LinkingTo: plogr' to 'DESCRIPTION', and '#include ' in your C++ modules to use it.", - "Suggests": "Rcpp", - "License": "MIT + file LICENSE", - "Encoding": "UTF-8", - "LazyData": "true", - "URL": "https://github.com/krlmlr/plogr#readme", - "BugReports": "https://github.com/krlmlr/plogr/issues", - "RoxygenNote": "6.0.1.9000", - "NeedsCompilation": "no", - "Packaged": "2018-03-24 11:02:06 UTC; muelleki", - "Author": "Kirill Müller [aut, cre],\n Sergey Podobry [cph] (Author of the bundled plog library)", - "Maintainer": "Kirill Müller ", - "Repository": "RSPM", - "Date/Publication": "2018-03-25 15:25:27 UTC", - "Built": "R 4.4.0; ; 2024-04-25 19:41:15 UTC; windows" - } - }, - "plotly": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "plotly", - "Title": "Create Interactive Web Graphics via 'plotly.js'", - "Version": "4.10.4", - "Authors@R": "c(person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"),\n email = \"cpsievert1@gmail.com\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Chris\", \"Parmer\", role = \"aut\",\n email = \"chris@plot.ly\"),\n person(\"Toby\", \"Hocking\", role = \"aut\",\n email = \"tdhock5@gmail.com\"),\n person(\"Scott\", \"Chamberlain\", role = \"aut\",\n email = \"myrmecocystus@gmail.com\"),\n person(\"Karthik\", \"Ram\", role = \"aut\",\n email = \"karthik.ram@gmail.com\"),\n person(\"Marianne\", \"Corvellec\", role = \"aut\",\n email = \"marianne.corvellec@igdore.org\", comment = c(ORCID = \"0000-0002-1994-3581\")),\n person(\"Pedro\", \"Despouy\", role = \"aut\",\n email = \"pedro@plot.ly\"),\n person(\"Salim\", \"Brüggemann\", role = \"ctb\",\n email = \"salim-b@pm.me\", comment = c(ORCID = \"0000-0002-5329-5987\")),\n person(\"Plotly Technologies Inc.\", role = \"cph\"))", - "License": "MIT + file LICENSE", - "Description": "Create interactive web graphics from 'ggplot2' graphs and/or a custom interface to the (MIT-licensed) JavaScript library 'plotly.js' inspired by the grammar of graphics.", - "URL": "https://plotly-r.com, https://github.com/plotly/plotly.R,\nhttps://plotly.com/r/", - "BugReports": "https://github.com/plotly/plotly.R/issues", - "Depends": "R (>= 3.2.0), ggplot2 (>= 3.0.0)", - "Imports": "tools, scales, httr (>= 1.3.0), jsonlite (>= 1.6), magrittr,\ndigest, viridisLite, base64enc, htmltools (>= 0.3.6),\nhtmlwidgets (>= 1.5.2.9001), tidyr (>= 1.0.0), RColorBrewer,\ndplyr, vctrs, tibble, lazyeval (>= 0.2.0), rlang (>= 0.4.10),\ncrosstalk, purrr, data.table, promises", - "Suggests": "MASS, maps, hexbin, ggthemes, GGally, ggalluvial, testthat,\nknitr, shiny (>= 1.1.0), shinytest (>= 1.3.0), curl, rmarkdown,\nCairo, broom, webshot, listviewer, dendextend, sf, png,\nIRdisplay, processx, plotlyGeoAssets, forcats, withr,\npalmerpenguins, rversions, reticulate, rsvg", - "LazyData": "true", - "RoxygenNote": "7.2.3", - "Encoding": "UTF-8", - "Config/Needs/check": "tidyverse/ggplot2, rcmdcheck, devtools, reshape2", - "NeedsCompilation": "no", - "Packaged": "2024-01-13 20:51:33 UTC; cpsievert", - "Author": "Carson Sievert [aut, cre] (),\n Chris Parmer [aut],\n Toby Hocking [aut],\n Scott Chamberlain [aut],\n Karthik Ram [aut],\n Marianne Corvellec [aut] (),\n Pedro Despouy [aut],\n Salim Brüggemann [ctb] (),\n Plotly Technologies Inc. [cph]", - "Maintainer": "Carson Sievert ", - "Repository": "RSPM", - "Date/Publication": "2024-01-13 22:40:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 23:21:33 UTC; windows" - } - }, - "praise": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "praise", - "Title": "Praise Users", - "Version": "1.0.0", - "Author": "Gabor Csardi, Sindre Sorhus", - "Maintainer": "Gabor Csardi ", - "Description": "Build friendly R packages that\n praise their users if they have done something\n good, or they just need it to feel better.", - "License": "MIT + file LICENSE", - "LazyData": "true", - "URL": "https://github.com/gaborcsardi/praise", - "BugReports": "https://github.com/gaborcsardi/praise/issues", - "Suggests": "testthat", - "Collate": "'adjective.R' 'adverb.R' 'exclamation.R' 'verb.R' 'rpackage.R'\n'package.R'", - "NeedsCompilation": "no", - "Packaged": "2015-08-11 02:01:43 UTC; gaborcsardi", - "Repository": "RSPM", - "Date/Publication": "2015-08-11 08:22:28", - "Encoding": "UTF-8", - "Built": "R 4.4.0; ; 2024-04-25 19:45:23 UTC; windows" - } - }, - "prettyunits": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "prettyunits", - "Title": "Pretty, Human Readable Formatting of Quantities", - "Version": "1.2.0", - "Authors@R": "c(\n person(\"Gabor\", \"Csardi\", email=\"csardi.gabor@gmail.com\", role=c(\"aut\", \"cre\")),\n person(\"Bill\", \"Denney\", email=\"wdenney@humanpredictions.com\", role=c(\"ctb\"), comment=c(ORCID=\"0000-0002-5759-428X\")),\n person(\"Christophe\", \"Regouby\", email=\"christophe.regouby@free.fr\", role=c(\"ctb\"))\n )", - "Description": "Pretty, human readable formatting of quantities.\n Time intervals: '1337000' -> '15d 11h 23m 20s'.\n Vague time intervals: '2674000' -> 'about a month ago'.\n Bytes: '1337' -> '1.34 kB'.\n Rounding: '99' with 3 significant digits -> '99.0'\n p-values: '0.00001' -> '<0.0001'.\n Colors: '#FF0000' -> 'red'.\n Quantities: '1239437' -> '1.24 M'.", - "License": "MIT + file LICENSE", - "URL": "https://github.com/r-lib/prettyunits", - "BugReports": "https://github.com/r-lib/prettyunits/issues", - "Depends": "R(>= 2.10)", - "Suggests": "codetools, covr, testthat", - "RoxygenNote": "7.2.3", - "Encoding": "UTF-8", - "NeedsCompilation": "no", - "Packaged": "2023-09-24 10:53:19 UTC; gaborcsardi", - "Author": "Gabor Csardi [aut, cre],\n Bill Denney [ctb] (),\n Christophe Regouby [ctb]", - "Maintainer": "Gabor Csardi ", - "Repository": "RSPM", - "Date/Publication": "2023-09-24 21:10:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 19:51:35 UTC; windows" - } - }, - "processx": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "processx", - "Title": "Execute and Control System Processes", - "Version": "3.8.4", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"),\n comment = c(ORCID = \"0000-0001-7098-9676\")),\n person(\"Winston\", \"Chang\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"Ascent Digital Services\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Tools to run system processes in the background. It can\n check if a background process is running; wait on a background process\n to finish; get the exit status of finished processes; kill background\n processes. It can read the standard output and error of the processes,\n using non-blocking connections. 'processx' can poll a process for\n standard output or error, with a timeout. It can also poll several\n processes at once.", - "License": "MIT + file LICENSE", - "URL": "https://processx.r-lib.org, https://github.com/r-lib/processx", - "BugReports": "https://github.com/r-lib/processx/issues", - "Depends": "R (>= 3.4.0)", - "Imports": "ps (>= 1.2.0), R6, utils", - "Suggests": "callr (>= 3.7.3), cli (>= 3.3.0), codetools, covr, curl,\ndebugme, parallel, rlang (>= 1.0.2), testthat (>= 3.0.0),\nwebfakes, withr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.1.9000", - "NeedsCompilation": "yes", - "Packaged": "2024-03-16 14:10:21 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre, cph] (),\n Winston Chang [aut],\n Posit Software, PBC [cph, fnd],\n Ascent Digital Services [cph, fnd]", - "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2024-03-16 14:50:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:42:07 UTC; windows", - "Archs": "x64" - } - }, - "profvis": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "profvis", - "Title": "Interactive Visualizations for Profiling R Code", - "Version": "0.3.8", - "Authors@R": "c(\n person(\"Winston\", \"Chang\", email = \"winston@rstudio.com\", role = c(\"aut\", \"cre\")),\n person(\"Javier\", \"Luraschi\", email = \"javier@rstudio.com\", role = \"aut\"),\n person(\"Timothy\", \"Mastny\", role = \"aut\"),\n person(family = \"RStudio\", role = \"cph\"),\n person(family = \"jQuery Foundation\", role = \"cph\", comment = \"jQuery library\"),\n person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"),\n person(\"Mike\", \"Bostock\", role = c(\"ctb\", \"cph\"), comment = \"D3 library\"),\n person(family = \"D3 contributors\", role = \"ctb\", comment = \"D3 library\"),\n person(\"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],\n Javier Luraschi [aut],\n Timothy Mastny [aut],\n RStudio [cph],\n jQuery Foundation [cph] (jQuery library),\n jQuery contributors [ctb, cph] (jQuery library; authors listed in\n inst/www/shared/jquery-AUTHORS.txt),\n Mike Bostock [ctb, cph] (D3 library),\n D3 contributors [ctb] (D3 library),\n Ivan Sagalaev [ctb, cph] (highlight.js library)", - "Maintainer": "Winston Chang ", - "Repository": "RSPM", - "Date/Publication": "2023-05-02 18:00:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 22:24:28 UTC; windows", - "Archs": "x64" - } - }, - "progress": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "progress", - "Title": "Terminal Progress Bars", - "Version": "1.2.3", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Rich\", \"FitzJohn\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Configurable Progress bars, they may include percentage,\n elapsed time, and/or the estimated completion time. They work in\n terminals, in 'Emacs' 'ESS', 'RStudio', 'Windows' 'Rgui' and the\n 'macOS' 'R.app'. The package also provides a 'C++' 'API', that works\n with or without 'Rcpp'.", - "License": "MIT + file LICENSE", - "URL": "https://github.com/r-lib/progress#readme,\nhttp://r-lib.github.io/progress/", - "BugReports": "https://github.com/r-lib/progress/issues", - "Depends": "R (>= 3.6)", - "Imports": "crayon, hms, prettyunits, R6", - "Suggests": "Rcpp, testthat (>= 3.0.0), withr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "no", - "Packaged": "2023-12-05 09:33:10 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\n Rich FitzJohn [aut],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2023-12-06 10:30:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:17:11 UTC; windows" - } - }, - "promises": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Type": "Package", - "Package": "promises", - "Title": "Abstractions for Promise-Based Asynchronous Programming", - "Version": "1.3.0", - "Authors@R": "c(\n person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Provides fundamental abstractions for doing asynchronous\n programming in R using promises. Asynchronous programming is useful\n for allowing a single R process to orchestrate multiple tasks in the\n background while also attending to something else. Semantics are\n similar to 'JavaScript' promises, but with a syntax that is idiomatic\n R.", - "License": "MIT + file LICENSE", - "URL": "https://rstudio.github.io/promises/,\nhttps://github.com/rstudio/promises", - "BugReports": "https://github.com/rstudio/promises/issues", - "Imports": "fastmap (>= 1.1.0), later, magrittr (>= 1.5), R6, Rcpp, rlang,\nstats", - "Suggests": "future (>= 1.21.0), knitr, purrr, rmarkdown, spelling,\ntestthat, vembedr", - "LinkingTo": "later, Rcpp", - "VignetteBuilder": "knitr", - "Config/Needs/website": "rsconnect", - "Encoding": "UTF-8", - "Language": "en-US", - "RoxygenNote": "7.3.1", - "NeedsCompilation": "yes", - "Packaged": "2024-04-04 20:02:05 UTC; jcheng", - "Author": "Joe Cheng [aut, cre],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Joe Cheng ", - "Repository": "RSPM", - "Date/Publication": "2024-04-05 15:00:06 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-07-18 09:00:54 UTC; windows", - "Archs": "x64" - } - }, - "ps": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "ps", - "Title": "List, Query, Manipulate System Processes", - "Version": "1.8.0", - "Authors@R": "c(\n person(\"Jay\", \"Loden\", role = \"aut\"),\n person(\"Dave\", \"Daeschler\", role = \"aut\"),\n person(\"Giampaolo\", \"Rodola'\", role = \"aut\"),\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "List, query and manipulate all system processes, on\n 'Windows', 'Linux' and 'macOS'.", - "License": "MIT + file LICENSE", - "URL": "https://github.com/r-lib/ps, https://ps.r-lib.org/", - "BugReports": "https://github.com/r-lib/ps/issues", - "Depends": "R (>= 3.4)", - "Imports": "utils", - "Suggests": "callr, covr, curl, pillar, pingr, processx (>= 3.1.0), R6,\nrlang, testthat (>= 3.0.0), webfakes, withr", - "Biarch": "true", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.2", - "NeedsCompilation": "yes", - "Packaged": "2024-09-12 09:00:58 UTC; gaborcsardi", - "Author": "Jay Loden [aut],\n Dave Daeschler [aut],\n Giampaolo Rodola' [aut],\n Gábor Csárdi [aut, cre],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2024-09-12 17:40:12 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-09-13 04:23:45 UTC; windows", - "Archs": "x64" - } - }, - "purrr": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "purrr", - "Title": "Functional Programming Tools", - "Version": "1.0.2", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = \"aut\"),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "A complete and consistent functional programming toolkit for\n R.", - "License": "MIT + file LICENSE", - "URL": "https://purrr.tidyverse.org/, https://github.com/tidyverse/purrr", - "BugReports": "https://github.com/tidyverse/purrr/issues", - "Depends": "R (>= 3.5.0)", - "Imports": "cli (>= 3.6.1), lifecycle (>= 1.0.3), magrittr (>= 1.5.0),\nrlang (>= 1.1.1), vctrs (>= 0.6.3)", - "Suggests": "covr, dplyr (>= 0.7.8), httr, knitr, lubridate, rmarkdown,\ntestthat (>= 3.0.0), tibble, tidyselect", - "LinkingTo": "cli", - "VignetteBuilder": "knitr", - "Biarch": "true", - "Config/Needs/website": "tidyverse/tidytemplate, tidyr", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "yes", - "Packaged": "2023-08-08 16:13:31 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre] (),\n Lionel Henry [aut],\n RStudio [cph, fnd]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2023-08-10 08:20:07 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-06-22 04:55:20 UTC; windows", - "Archs": "x64" - } - }, - "ragg": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Type": "Package", - "Package": "ragg", - "Title": "Graphic Devices Based on AGG", - "Version": "1.3.3", - "Authors@R": "c(\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"Maxim\", \"Shemanarev\", role = c(\"aut\", \"cph\"),\n comment = \"Author of AGG\"),\n person(\"Tony\", \"Juricic\", , \"tonygeek@yahoo.com\", role = c(\"ctb\", \"cph\"),\n comment = \"Contributor to AGG\"),\n person(\"Milan\", \"Marusinec\", , \"milan@marusinec.sk\", role = c(\"ctb\", \"cph\"),\n comment = \"Contributor to AGG\"),\n person(\"Spencer\", \"Garrett\", role = \"ctb\",\n comment = \"Contributor to AGG\"),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Maintainer": "Thomas Lin Pedersen ", - "Description": "Anti-Grain Geometry (AGG) is a high-quality and\n high-performance 2D drawing library. The 'ragg' package provides a set\n of graphic devices based on AGG to use as alternative to the raster\n devices 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", - "Imports": "systemfonts (>= 1.0.3), textshaping (>= 0.3.0)", - "Suggests": "covr, graphics, grid, testthat (>= 3.0.0)", - "LinkingTo": "systemfonts, textshaping", - "Config/Needs/website": "ggplot2, devoid, magick, bench, tidyr, ggridges,\nhexbin, sessioninfo, pkgdown, tidyverse/tidytemplate", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.1", - "SystemRequirements": "freetype2, libpng, libtiff, libjpeg", - "Config/testthat/edition": "3", - "NeedsCompilation": "yes", - "Packaged": "2024-09-11 08:03:16 UTC; thomas", - "Author": "Thomas Lin Pedersen [cre, aut]\n (),\n Maxim Shemanarev [aut, cph] (Author of AGG),\n Tony Juricic [ctb, cph] (Contributor to AGG),\n Milan Marusinec [ctb, cph] (Contributor to AGG),\n Spencer Garrett [ctb] (Contributor to AGG),\n Posit, PBC [cph, fnd]", - "Repository": "RSPM", - "Date/Publication": "2024-09-11 17:50:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-09-12 04:36:12 UTC; windows", - "Archs": "x64" - } - }, - "rappdirs": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Type": "Package", - "Package": "rappdirs", - "Title": "Application Directories: Determine Where to Save Data, Caches,\nand Logs", - "Version": "0.3.3", - "Authors@R": "\n c(person(given = \"Hadley\",\n family = \"Wickham\",\n role = c(\"trl\", \"cre\", \"cph\"),\n email = \"hadley@rstudio.com\"),\n person(given = \"RStudio\",\n role = \"cph\"),\n person(given = \"Sridhar\",\n family = \"Ratnakumar\",\n role = \"aut\"),\n person(given = \"Trent\",\n family = \"Mick\",\n role = \"aut\"),\n person(given = \"ActiveState\",\n role = \"cph\",\n comment = \"R/appdir.r, R/cache.r, R/data.r, R/log.r translated from appdirs\"),\n person(given = \"Eddy\",\n family = \"Petrisor\",\n role = \"ctb\"),\n person(given = \"Trevor\",\n family = \"Davis\",\n role = c(\"trl\", \"aut\")),\n person(given = \"Gabor\",\n family = \"Csardi\",\n role = \"ctb\"),\n person(given = \"Gregory\",\n family = \"Jefferis\",\n role = \"ctb\"))", - "Description": "An easy way to determine which directories on the\n users computer you should use to save data, caches and logs. A port of\n Python's 'Appdirs' () to\n R.", - "License": "MIT + file LICENSE", - "URL": "https://rappdirs.r-lib.org, https://github.com/r-lib/rappdirs", - "BugReports": "https://github.com/r-lib/rappdirs/issues", - "Depends": "R (>= 3.2)", - "Suggests": "roxygen2, testthat (>= 3.0.0), covr, withr", - "Copyright": "Original python appdirs module copyright (c) 2010\nActiveState Software Inc. R port copyright Hadley Wickham,\nRStudio. See file LICENSE for details.", - "Encoding": "UTF-8", - "RoxygenNote": "7.1.1", - "Config/testthat/edition": "3", - "NeedsCompilation": "yes", - "Packaged": "2021-01-28 22:29:57 UTC; hadley", - "Author": "Hadley Wickham [trl, cre, cph],\n RStudio [cph],\n Sridhar Ratnakumar [aut],\n Trent Mick [aut],\n ActiveState [cph] (R/appdir.r, R/cache.r, R/data.r, R/log.r translated\n from appdirs),\n Eddy Petrisor [ctb],\n Trevor Davis [trl, aut],\n Gabor Csardi [ctb],\n Gregory Jefferis [ctb]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2021-01-31 05:40:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:39:40 UTC; windows", - "Archs": "x64" - } - }, - "rcmdcheck": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "rcmdcheck", - "Title": "Run 'R CMD check' from 'R' and Capture Results", - "Version": "1.4.0", - "Authors@R": "\n person(given = \"Gábor\",\n family = \"Csárdi\",\n role = c(\"cre\", \"aut\"),\n email = \"csardi.gabor@gmail.com\")", - "Description": "Run 'R CMD check' from 'R' and capture the results\n of the individual checks. Supports running checks in the background,\n timeouts, pretty printing and comparing check results.", - "License": "MIT + file LICENSE", - "URL": "https://r-lib.github.io/rcmdcheck/,\nhttps://github.com/r-Lib/rcmdcheck#readme", - "BugReports": "https://github.com/r-Lib/rcmdcheck/issues", - "Imports": "callr (>= 3.1.1.9000), cli (>= 3.0.0), curl, desc (>= 1.2.0),\ndigest, pkgbuild, prettyunits, R6, rprojroot, sessioninfo (>=\n1.1.1), utils, withr, xopen", - "Suggests": "covr, knitr, mockery, processx, ps, rmarkdown, svglite,\ntestthat, webfakes", - "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", - "Config/testthat/edition": "3", - "NeedsCompilation": "no", - "Packaged": "2021-09-23 11:13:42 UTC; gaborcsardi", - "Author": "Gábor Csárdi [cre, aut]", - "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2021-09-27 15:10:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:59:28 UTC; windows" - } - }, - "readr": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "readr", - "Title": "Read Rectangular Text Data", - "Version": "2.1.5", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Romain\", \"Francois\", role = \"ctb\"),\n person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-6983-2759\")),\n person(\"Shelby\", \"Bearrows\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"https://github.com/mandreyel/\", role = \"cph\",\n comment = \"mio library\"),\n person(\"Jukka\", \"Jylänki\", role = c(\"ctb\", \"cph\"),\n comment = \"grisu3 implementation\"),\n person(\"Mikkel\", \"Jørgensen\", role = c(\"ctb\", \"cph\"),\n comment = \"grisu3 implementation\")\n )", - "Description": "The goal of 'readr' is to provide a fast and friendly way to\n read rectangular data (like 'csv', 'tsv', and 'fwf'). It is designed\n to flexibly parse many types of data found in the wild, while still\n cleanly 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.6)", - "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.2.0), tzdb (>= 0.1.1), waldo, withr, xml2", - "LinkingTo": "cpp11, tzdb (>= 0.1.1)", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse, tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "false", - "Encoding": "UTF-8", - "Language": "en-US", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "yes", - "Packaged": "2024-01-10 21:03:49 UTC; jenny", - "Author": "Hadley Wickham [aut],\n Jim Hester [aut],\n Romain Francois [ctb],\n Jennifer Bryan [aut, cre] (),\n Shelby Bearrows [ctb],\n Posit Software, PBC [cph, fnd],\n https://github.com/mandreyel/ [cph] (mio library),\n Jukka Jylänki [ctb, cph] (grisu3 implementation),\n Mikkel Jørgensen [ctb, cph] (grisu3 implementation)", - "Maintainer": "Jennifer Bryan ", - "Repository": "RSPM", - "Date/Publication": "2024-01-10 23:20:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 05:13:09 UTC; windows", - "Archs": "x64" - } - }, - "readxl": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "readxl", - "Title": "Read Excel Files", - "Version": "1.4.3", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-6983-2759\")),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"),\n comment = \"Copyright holder of all R code and all C/C++ code without explicit copyright attribution\"),\n person(\"Marcin\", \"Kalicinski\", role = c(\"ctb\", \"cph\"),\n comment = \"Author of included RapidXML code\"),\n person(\"Komarov Valery\", role = c(\"ctb\", \"cph\"),\n comment = \"Author of included libxls code\"),\n person(\"Christophe Leitienne\", role = c(\"ctb\", \"cph\"),\n comment = \"Author of included libxls code\"),\n person(\"Bob Colbert\", role = c(\"ctb\", \"cph\"),\n comment = \"Author of included libxls code\"),\n person(\"David Hoerl\", role = c(\"ctb\", \"cph\"),\n comment = \"Author of included libxls code\"),\n person(\"Evan Miller\", role = c(\"ctb\", \"cph\"),\n comment = \"Author of included libxls code\")\n )", - "Description": "Import excel files into R. Supports '.xls' via the embedded\n 'libxls' C library and '.xlsx' via\n the embedded 'RapidXML' C++ library .\n Works 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.6)", - "Imports": "cellranger, tibble (>= 2.0.1), utils", - "Suggests": "covr, knitr, rmarkdown, testthat (>= 3.1.6), withr", - "LinkingTo": "cpp11 (>= 0.4.0), progress", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate, tidyverse", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "Note": "libxls v1.6.2 (patched) 45abe77", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "yes", - "Packaged": "2023-07-05 19:59:43 UTC; jenny", - "Author": "Hadley Wickham [aut] (),\n Jennifer Bryan [aut, cre] (),\n Posit, PBC [cph, fnd] (Copyright holder of all R code and all C/C++\n code without explicit copyright attribution),\n Marcin Kalicinski [ctb, cph] (Author of included RapidXML code),\n Komarov Valery [ctb, cph] (Author of included libxls code),\n Christophe Leitienne [ctb, cph] (Author of included libxls code),\n Bob Colbert [ctb, cph] (Author of included libxls code),\n David Hoerl [ctb, cph] (Author of included libxls code),\n Evan Miller [ctb, cph] (Author of included libxls code)", - "Maintainer": "Jennifer Bryan ", - "Repository": "RSPM", - "Date/Publication": "2023-07-06 22:00:09 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 04:56:41 UTC; windows", - "Archs": "x64" - } - }, - "rematch": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "rematch", - "Title": "Match Regular Expressions with a Nicer 'API'", - "Version": "2.0.0", - "Author": "Gabor Csardi", - "Maintainer": "Gabor Csardi ", - "Description": "A small wrapper on 'regexpr' to extract the matches and\n captured groups from the match of a regular expression to a character\n vector.", - "License": "MIT + file LICENSE", - "URL": "https://github.com/gaborcsardi/rematch", - "BugReports": "https://github.com/gaborcsardi/rematch/issues", - "RoxygenNote": "5.0.1.9000", - "Suggests": "covr, testthat", - "Encoding": "UTF-8", - "NeedsCompilation": "no", - "Packaged": "2023-08-30 12:10:51 UTC; gaborcsardi", - "Repository": "RSPM", - "Date/Publication": "2023-08-30 16:50:02 UTC", - "Built": "R 4.4.0; ; 2024-04-24 23:47:21 UTC; windows" - } - }, - "rematch2": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "rematch2", - "Title": "Tidy Output from Regular Expression Matching", - "Version": "2.1.2", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", email = \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Matthew\", \"Lincoln\", email = \"matthew.d.lincoln@gmail.com\", role = c(\"ctb\")))", - "Description": "Wrappers on 'regexpr' and 'gregexpr' to return the match\n results in tidy data frames.", - "License": "MIT + file LICENSE", - "LazyData": "true", - "URL": "https://github.com/r-lib/rematch2#readme", - "BugReports": "https://github.com/r-lib/rematch2/issues", - "RoxygenNote": "7.1.0", - "Imports": "tibble", - "Suggests": "covr, testthat", - "Encoding": "UTF-8", - "NeedsCompilation": "no", - "Packaged": "2020-04-30 10:31:13 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\n Matthew Lincoln [ctb]", - "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2020-05-01 06:50:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:23:49 UTC; windows" - } - }, - "remotes": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "remotes", - "Title": "R Package Installation from Remote Repositories, Including\n'GitHub'", - "Version": "2.5.0", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"Winston\", \"Chang\", role = \"aut\"),\n person(\"Martin\", \"Morgan\", role = \"aut\"),\n person(\"Dan\", \"Tenenbaum\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"Ascent Digital Services\", role = \"cph\")\n )", - "Description": "Download and install R packages stored in 'GitHub', 'GitLab',\n 'Bitbucket', 'Bioconductor', or plain 'subversion' or 'git'\n repositories. This package provides the 'install_*' functions in\n 'devtools'. Indeed most of the code was copied over from 'devtools'.", - "License": "MIT + file LICENSE", - "URL": "https://remotes.r-lib.org, https://github.com/r-lib/remotes#readme", - "BugReports": "https://github.com/r-lib/remotes/issues", - "Depends": "R (>= 3.0.0)", - "Imports": "methods, stats, tools, utils", - "Suggests": "brew, callr, codetools, covr, curl, git2r (>= 0.23.0), knitr,\nmockery, pingr, pkgbuild (>= 1.0.1), rmarkdown, rprojroot,\ntestthat (>= 3.0.0), webfakes, withr", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "SystemRequirements": "Subversion for install_svn, git for install_git", - "NeedsCompilation": "no", - "Packaged": "2024-03-17 12:41:55 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\n Jim Hester [aut],\n Hadley Wickham [aut],\n Winston Chang [aut],\n Martin Morgan [aut],\n Dan Tenenbaum [aut],\n Posit Software, PBC [cph, fnd],\n Ascent Digital Services [cph]", - "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2024-03-17 13:20:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 21:56:59 UTC; windows" - } - }, - "renv": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "renv", - "Type": "Package", - "Title": "Project Environments", - "Version": "1.0.7", - "Authors@R": "c(\n person(\"Kevin\", \"Ushey\", role = c(\"aut\", \"cre\"), email = \"kevin@rstudio.com\",\n comment = c(ORCID = \"0000-0003-2880-7407\")),\n person(\"Hadley\", \"Wickham\", role = c(\"aut\"), email = \"hadley@rstudio.com\",\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "A dependency management toolkit for R. Using 'renv', you can create\n and manage project-local R libraries, save the state of these libraries to\n a 'lockfile', and later restore your library as required. Together, these\n tools can help make your projects more isolated, portable, and reproducible.", - "License": "MIT + file LICENSE", - "URL": "https://rstudio.github.io/renv/, https://github.com/rstudio/renv", - "BugReports": "https://github.com/rstudio/renv/issues", - "Imports": "utils", - "Suggests": "BiocManager, cli, covr, cpp11, devtools, gitcreds, jsonlite,\nknitr, miniUI, packrat, pak, R6, remotes, reticulate,\nrmarkdown, rstudioapi, shiny, testthat, uuid, waldo, yaml,\nwebfakes", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.1", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "true", - "Config/testthat/start-first": "bioconductor,python,install,restore,snapshot,retrieve,remotes", - "NeedsCompilation": "no", - "Packaged": "2024-04-11 16:26:24 UTC; kevin", - "Author": "Kevin Ushey [aut, cre] (),\n Hadley Wickham [aut] (),\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Kevin Ushey ", - "Repository": "CRAN", - "Date/Publication": "2024-04-11 22:20:02 UTC", - "Built": "R 4.4.1; ; 2024-09-27 15:00:43 UTC; windows" - } - }, - "rex": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Type": "Package", - "Package": "rex", - "Title": "Friendly Regular Expressions", - "Version": "1.2.1", - "Authors@R": "c(\n person(\"Kevin\", \"Ushey\", , \"kevinushey@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Jim\", \"Hester\", , \"james.f.hester@gmail.com\", role = \"aut\"),\n person(\"Robert\", \"Krzyzanowski\", , \"rkrzyzanowski@gmail.com\", role = \"aut\")\n )", - "Description": "A friendly interface for the construction of regular\n expressions.", - "License": "MIT + file LICENSE", - "URL": "https://github.com/kevinushey/rex", - "BugReports": "https://github.com/kevinushey/rex/issues", - "Imports": "lazyeval", - "Suggests": "covr, dplyr, ggplot2, Hmisc, knitr, magrittr, rmarkdown,\nroxygen2, rvest, stringr, testthat", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", - "Collate": "'aaa.R' 'utils.R' 'escape.R' 'capture.R' 'character_class.R'\n'counts.R' 'lookarounds.R' 'match.R' 'or.R' 'rex-mode.R'\n'rex.R' 'shortcuts.R' 'wildcards.R' 'zzz.R'", - "NeedsCompilation": "no", - "Packaged": "2021-11-24 20:51:05 UTC; jhester", - "Author": "Kevin Ushey [aut, cre],\n Jim Hester [aut],\n Robert Krzyzanowski [aut]", - "Maintainer": "Kevin Ushey ", - "Repository": "RSPM", - "Date/Publication": "2021-11-26 16:11:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 19:07:31 UTC; windows" - } - }, - "rlang": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "rlang", - "Version": "1.1.5", - "Title": "Functions for Base Types and Core R and 'Tidyverse' Features", - "Description": "A toolbox for working with base types, core R features\n like the condition system, and core 'Tidyverse' features like tidy\n evaluation.", - "Authors@R": "c(\n person(\"Lionel\", \"Henry\", ,\"lionel@posit.co\", c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", ,\"hadley@posit.co\", \"aut\"),\n person(given = \"mikefc\",\n email = \"mikefc@coolbutuseless.com\", \n role = \"cph\", \n comment = \"Hash implementation based on Mike's xxhashlite\"),\n person(given = \"Yann\",\n family = \"Collet\",\n role = \"cph\", \n comment = \"Author of the embedded xxHash library\"),\n person(given = \"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "License": "MIT + file LICENSE", - "ByteCompile": "true", - "Biarch": "true", - "Depends": "R (>= 3.5.0)", - "Imports": "utils", - "Suggests": "cli (>= 3.1.0), covr, crayon, fs, glue, knitr, magrittr,\nmethods, pillar, rmarkdown, stats, testthat (>= 3.0.0), tibble,\nusethis, vctrs (>= 0.2.3), withr", - "Enhances": "winch", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.2", - "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": "2025-01-17 08:43:17 UTC; lionel", - "Author": "Lionel Henry [aut, cre],\n Hadley Wickham [aut],\n mikefc [cph] (Hash implementation based on Mike's xxhashlite),\n Yann Collet [cph] (Author of the embedded xxHash library),\n Posit, PBC [cph, fnd]", - "Maintainer": "Lionel Henry ", - "Repository": "RSPM", - "Date/Publication": "2025-01-17 14:30:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2025-03-05 23:00:19 UTC; windows", - "Archs": "x64" - } - }, - "rmarkdown": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Type": "Package", - "Package": "rmarkdown", - "Title": "Dynamic Documents for R", - "Version": "2.28", - "Authors@R": "c(\n person(\"JJ\", \"Allaire\", , \"jj@posit.co\", role = \"aut\"),\n person(\"Yihui\", \"Xie\", , \"xie@yihui.name\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Christophe\", \"Dervieux\", , \"cderv@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4474-2498\")),\n person(\"Jonathan\", \"McPherson\", , \"jonathan@posit.co\", role = \"aut\"),\n person(\"Javier\", \"Luraschi\", role = \"aut\"),\n person(\"Kevin\", \"Ushey\", , \"kevin@posit.co\", role = \"aut\"),\n person(\"Aron\", \"Atkins\", , \"aron@posit.co\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\n person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"aut\"),\n person(\"Richard\", \"Iannone\", , \"rich@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-3925-190X\")),\n person(\"Andrew\", \"Dunning\", role = \"ctb\", comment = c(ORCID = \"0000-0003-0464-5036\")),\n person(\"Atsushi\", \"Yasumoto\", role = c(\"ctb\", \"cph\"), comment = c(ORCID = \"0000-0002-8335-495X\", cph = \"Number sections Lua filter\")),\n person(\"Barret\", \"Schloerke\", role = \"ctb\"),\n person(\"Carson\", \"Sievert\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4958-2844\")), \n person(\"Devon\", \"Ryan\", , \"dpryan79@gmail.com\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8549-0971\")),\n person(\"Frederik\", \"Aust\", , \"frederik.aust@uni-koeln.de\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4900-788X\")),\n person(\"Jeff\", \"Allen\", , \"jeff@posit.co\", role = \"ctb\"), \n person(\"JooYoung\", \"Seo\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4064-6012\")),\n person(\"Malcolm\", \"Barrett\", role = \"ctb\"),\n person(\"Rob\", \"Hyndman\", , \"Rob.Hyndman@monash.edu\", role = \"ctb\"),\n person(\"Romain\", \"Lesur\", role = \"ctb\"),\n person(\"Roy\", \"Storey\", role = \"ctb\"),\n person(\"Ruben\", \"Arslan\", , \"ruben.arslan@uni-goettingen.de\", role = \"ctb\"),\n person(\"Sergio\", \"Oller\", role = \"ctb\"),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(, \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery UI library; authors listed in inst/rmd/h/jqueryui/AUTHORS.txt\"),\n person(\"Mark\", \"Otto\", role = \"ctb\", comment = \"Bootstrap library\"),\n person(\"Jacob\", \"Thornton\", role = \"ctb\", comment = \"Bootstrap library\"),\n person(, \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"),\n person(, \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\"),\n person(\"Alexander\", \"Farkas\", role = c(\"ctb\", \"cph\"), comment = \"html5shiv library\"),\n person(\"Scott\", \"Jehl\", role = c(\"ctb\", \"cph\"), comment = \"Respond.js library\"),\n person(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"), comment = \"highlight.js library\"),\n person(\"Greg\", \"Franko\", role = c(\"ctb\", \"cph\"), comment = \"tocify library\"),\n person(\"John\", \"MacFarlane\", role = c(\"ctb\", \"cph\"), comment = \"Pandoc templates\"),\n person(, \"Google, Inc.\", role = c(\"ctb\", \"cph\"), comment = \"ioslides library\"),\n person(\"Dave\", \"Raggett\", role = \"ctb\", comment = \"slidy library\"),\n person(, \"W3C\", role = \"cph\", comment = \"slidy library\"),\n person(\"Dave\", \"Gandy\", role = c(\"ctb\", \"cph\"), comment = \"Font-Awesome\"),\n person(\"Ben\", \"Sperry\", role = \"ctb\", comment = \"Ionicons\"),\n person(, \"Drifty\", role = \"cph\", comment = \"Ionicons\"),\n person(\"Aidan\", \"Lister\", role = c(\"ctb\", \"cph\"), comment = \"jQuery StickyTabs\"),\n person(\"Benct Philip\", \"Jonsson\", role = c(\"ctb\", \"cph\"), comment = \"pagebreak Lua filter\"),\n person(\"Albert\", \"Krewinkel\", role = c(\"ctb\", \"cph\"), comment = \"pagebreak Lua filter\")\n )", - "Maintainer": "Yihui Xie ", - "Description": "Convert R Markdown documents into a variety of formats.", - "License": "GPL-3", - "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), fontawesome (>=\n0.5.0), htmltools (>= 0.5.1), jquerylib, jsonlite, knitr (>=\n1.43), methods, tinytex (>= 0.31), tools, utils, xfun (>=\n0.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), xml2", - "VignetteBuilder": "knitr", - "Config/Needs/website": "rstudio/quillt, pkgdown", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.1", - "SystemRequirements": "pandoc (>= 1.14) - http://pandoc.org", - "NeedsCompilation": "no", - "Packaged": "2024-08-16 14:12:22 UTC; yihui", - "Author": "JJ Allaire [aut],\n Yihui Xie [aut, cre] (),\n Christophe Dervieux [aut] (),\n Jonathan McPherson [aut],\n Javier Luraschi [aut],\n Kevin Ushey [aut],\n Aron Atkins [aut],\n Hadley Wickham [aut],\n Joe Cheng [aut],\n Winston Chang [aut],\n Richard Iannone [aut] (),\n Andrew Dunning [ctb] (),\n Atsushi Yasumoto [ctb, cph] (,\n Number sections Lua filter),\n Barret Schloerke [ctb],\n Carson Sievert [ctb] (),\n Devon Ryan [ctb] (),\n Frederik Aust [ctb] (),\n Jeff Allen [ctb],\n JooYoung Seo [ctb] (),\n Malcolm Barrett [ctb],\n Rob Hyndman [ctb],\n Romain Lesur [ctb],\n Roy Storey [ctb],\n Ruben Arslan [ctb],\n Sergio Oller [ctb],\n Posit Software, PBC [cph, fnd],\n jQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in\n inst/rmd/h/jqueryui/AUTHORS.txt),\n Mark Otto [ctb] (Bootstrap library),\n Jacob Thornton [ctb] (Bootstrap library),\n Bootstrap contributors [ctb] (Bootstrap library),\n Twitter, Inc [cph] (Bootstrap library),\n Alexander Farkas [ctb, cph] (html5shiv library),\n Scott Jehl [ctb, cph] (Respond.js library),\n Ivan Sagalaev [ctb, cph] (highlight.js library),\n Greg Franko [ctb, cph] (tocify library),\n John MacFarlane [ctb, cph] (Pandoc templates),\n Google, Inc. [ctb, cph] (ioslides library),\n Dave Raggett [ctb] (slidy library),\n W3C [cph] (slidy library),\n Dave Gandy [ctb, cph] (Font-Awesome),\n Ben Sperry [ctb] (Ionicons),\n Drifty [cph] (Ionicons),\n Aidan Lister [ctb, cph] (jQuery StickyTabs),\n Benct Philip Jonsson [ctb, cph] (pagebreak Lua filter),\n Albert Krewinkel [ctb, cph] (pagebreak Lua filter)", - "Repository": "RSPM", - "Date/Publication": "2024-08-17 04:50:13 UTC", - "Built": "R 4.4.0; ; 2024-08-18 04:58:06 UTC; windows" - } - }, - "roxygen2": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "roxygen2", - "Title": "In-Line Documentation for R", - "Version": "7.3.2", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\", \"cph\"),\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Peter\", \"Danenberg\", , \"pcd@roxygen.org\", role = c(\"aut\", \"cph\")),\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = \"aut\"),\n person(\"Manuel\", \"Eugster\", role = c(\"aut\", \"cph\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Generate your Rd documentation, 'NAMESPACE' file, and\n collation field using specially formatted comments. Writing\n documentation in-line with code makes it easier to keep your\n documentation up-to-date as your requirements change. 'roxygen2' is\n inspired 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.6)", - "Imports": "brew, cli (>= 3.3.0), commonmark, desc (>= 1.2.0), knitr,\nmethods, pkgload (>= 1.0.2), purrr (>= 1.0.0), 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/development": "testthat", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "TRUE", - "Encoding": "UTF-8", - "Language": "en-GB", - "RoxygenNote": "7.3.1.9000", - "NeedsCompilation": "yes", - "Packaged": "2024-06-27 21:29:24 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre, cph]\n (),\n Peter Danenberg [aut, cph],\n Gábor Csárdi [aut],\n Manuel Eugster [aut, cph],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2024-06-28 08:20:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 04:57:12 UTC; windows", - "Archs": "x64" - } - }, - "rprojroot": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "rprojroot", - "Title": "Finding Files in Project Subdirectories", - "Version": "2.0.4", - "Authors@R": "\n person(given = \"Kirill\",\n family = \"M\\u00fcller\",\n role = c(\"aut\", \"cre\"),\n email = \"kirill@cynkra.com\",\n comment = c(ORCID = \"0000-0002-1416-3412\"))", - "Description": "Robust, reliable and flexible paths to files below\n a project root. The 'root' of a project is defined as a directory that\n matches a certain criterion, e.g., it contains a certain regular file.", - "License": "MIT + file LICENSE", - "URL": "https://rprojroot.r-lib.org/, https://github.com/r-lib/rprojroot", - "BugReports": "https://github.com/r-lib/rprojroot/issues", - "Depends": "R (>= 3.0.0)", - "Suggests": "covr, knitr, lifecycle, mockr, rlang, rmarkdown, testthat (>=\n3.0.0), withr", - "VignetteBuilder": "knitr", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "no", - "Packaged": "2023-11-05 06:47:23 UTC; kirill", - "Author": "Kirill Müller [aut, cre] ()", - "Maintainer": "Kirill Müller ", - "Repository": "RSPM", - "Date/Publication": "2023-11-05 10:20:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 19:45:07 UTC; windows" - } - }, - "rsconnect": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Type": "Package", - "Package": "rsconnect", - "Title": "Deploy Docs, Apps, and APIs to 'Posit Connect', 'shinyapps.io',\nand 'RPubs'", - "Version": "1.3.1", - "Authors@R": "c(\n person(\"Aron\", \"Atkins\", , \"aron@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Toph\", \"Allen\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", role = \"aut\"),\n person(\"Jonathan\", \"McPherson\", role = \"aut\"),\n person(\"JJ\", \"Allaire\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Programmatic deployment interface for 'RPubs',\n 'shinyapps.io', and 'Posit Connect'. Supported content types include R\n Markdown documents, Shiny applications, Plumber APIs, plots, and\n static web content.", - "License": "GPL-2", - "URL": "https://rstudio.github.io/rsconnect/,\nhttps://github.com/rstudio/rsconnect", - "BugReports": "https://github.com/rstudio/rsconnect/issues", - "Depends": "R (>= 3.5.0)", - "Imports": "cli, curl, digest, jsonlite, lifecycle, openssl (>= 2.0.0),\nPKI, packrat (>= 0.6), renv (>= 1.0.0), rlang (>= 1.0.0),\nrstudioapi (>= 0.5), tools, yaml (>= 2.1.5)", - "Suggests": "Biobase, BiocManager, foreign, knitr, MASS, plumber (>=\n0.3.2), quarto, RCurl, reticulate, rmarkdown (>= 1.1), shiny,\ntestthat (>= 3.1.9), webfakes, withr", - "VignetteBuilder": "knitr, rmarkdown", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "true", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.1", - "NeedsCompilation": "no", - "Packaged": "2024-06-03 14:23:06 UTC; aron", - "Author": "Aron Atkins [aut, cre],\n Toph Allen [aut],\n Hadley Wickham [aut],\n Jonathan McPherson [aut],\n JJ Allaire [aut],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Aron Atkins ", - "Repository": "RSPM", - "Date/Publication": "2024-06-04 09:50:02 UTC", - "Built": "R 4.4.0; ; 2024-06-05 12:02:25 UTC; windows", - "RemoteType": "standard", - "RemotePkgRef": "rsconnect", - "RemoteRef": "rsconnect", - "RemoteRepos": "https://packagemanager.posit.co/cran/2024-09-17", - "RemoteReposName": "RSPM", - "RemotePkgPlatform": "x86_64-w64-mingw32", - "RemoteSha": "1.3.1" - } - }, - "rstudioapi": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "rstudioapi", - "Title": "Safely Access the RStudio API", - "Description": "Access the RStudio API (if available) and provide informative error\n messages when it's not.", - "Version": "0.16.0", - "Authors@R": "c(\n person(\"Kevin\", \"Ushey\", role = c(\"aut\", \"cre\"), email = \"kevin@rstudio.com\"),\n person(\"JJ\", \"Allaire\", role = c(\"aut\"), email = \"jj@posit.co\"),\n person(\"Hadley\", \"Wickham\", role = c(\"aut\"), email = \"hadley@posit.co\"),\n person(\"Gary\", \"Ritchie\", role = c(\"aut\"), email = \"gary@posit.co\"),\n person(family = \"RStudio\", role = \"cph\")\n )", - "Maintainer": "Kevin Ushey ", - "License": "MIT + file LICENSE", - "URL": "https://rstudio.github.io/rstudioapi/,\nhttps://github.com/rstudio/rstudioapi", - "BugReports": "https://github.com/rstudio/rstudioapi/issues", - "RoxygenNote": "7.3.1", - "Suggests": "testthat, knitr, rmarkdown, clipr, covr", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "NeedsCompilation": "no", - "Packaged": "2024-03-23 21:59:09 UTC; kevin", - "Author": "Kevin Ushey [aut, cre],\n JJ Allaire [aut],\n Hadley Wickham [aut],\n Gary Ritchie [aut],\n RStudio [cph]", - "Repository": "RSPM", - "Date/Publication": "2024-03-24 11:30:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 19:46:37 UTC; windows" - } - }, - "rversions": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "rversions", - "Title": "Query 'R' Versions, Including 'r-release' and 'r-oldrel'", - "Version": "2.1.2", - "Authors@R": "\n c(person(given = \"Gábor\",\n family = \"Csárdi\",\n role = c(\"aut\", \"cre\"),\n email = \"csardi.gabor@gmail.com\"),\n person(given = \"Jeroen\",\n family = \"Ooms\",\n role = \"ctb\",\n email = \"jeroen.ooms@stat.ucla.edu\"),\n person(given = \"R Consortium\",\n role = \"fnd\"))", - "Description": "Query the main 'R' 'SVN' repository to find the\n versions '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": "covr, mockery, testthat", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.1.9000", - "NeedsCompilation": "no", - "Packaged": "2022-08-31 09:59:51 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\n Jeroen Ooms [ctb],\n R Consortium [fnd]", - "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2022-08-31 10:30:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 19:49:03 UTC; windows" - } - }, - "sass": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Type": "Package", - "Package": "sass", - "Version": "0.4.9", - "Title": "Syntactically Awesome Style Sheets ('Sass')", - "Description": "An 'SCSS' compiler, powered by the 'LibSass' library. With this,\n R developers can use variables, inheritance, and functions to generate\n dynamic style sheets. The package uses the 'Sass CSS' extension language,\n which is stable, powerful, and CSS compatible.", - "Authors@R": "c(\n person(\"Joe\", \"Cheng\", , \"joe@rstudio.com\", \"aut\"),\n person(\"Timothy\", \"Mastny\", , \"tim.mastny@gmail.com\", \"aut\"),\n person(\"Richard\", \"Iannone\", , \"rich@rstudio.com\", \"aut\",\n comment = c(ORCID = \"0000-0003-3925-190X\")),\n person(\"Barret\", \"Schloerke\", , \"barret@rstudio.com\", \"aut\",\n comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(\"Carson\", \"Sievert\", , \"carson@rstudio.com\", c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Christophe\", \"Dervieux\", , \"cderv@rstudio.com\", c(\"ctb\"),\n comment = c(ORCID = \"0000-0003-4474-2498\")),\n person(family = \"RStudio\", role = c(\"cph\", \"fnd\")),\n person(family = \"Sass Open Source Foundation\", role = c(\"ctb\", \"cph\"),\n comment = \"LibSass library\"),\n person(\"Greter\", \"Marcel\", role = c(\"ctb\", \"cph\"),\n comment = \"LibSass library\"),\n person(\"Mifsud\", \"Michael\", role = c(\"ctb\", \"cph\"),\n comment = \"LibSass library\"),\n person(\"Hampton\", \"Catlin\", role = c(\"ctb\", \"cph\"),\n comment = \"LibSass library\"),\n person(\"Natalie\", \"Weizenbaum\", role = c(\"ctb\", \"cph\"),\n comment = \"LibSass library\"),\n person(\"Chris\", \"Eppstein\", role = c(\"ctb\", \"cph\"),\n comment = \"LibSass library\"),\n person(\"Adams\", \"Joseph\", role = c(\"ctb\", \"cph\"),\n comment = \"json.cpp\"),\n person(\"Trifunovic\", \"Nemanja\", role = c(\"ctb\", \"cph\"),\n comment = \"utf8.h\")\n )", - "License": "MIT + file LICENSE", - "URL": "https://rstudio.github.io/sass/, https://github.com/rstudio/sass", - "BugReports": "https://github.com/rstudio/sass/issues", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.1", - "SystemRequirements": "GNU make", - "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": "2024-03-15 21:58:01 UTC; cpsievert", - "Author": "Joe Cheng [aut],\n Timothy Mastny [aut],\n Richard Iannone [aut] (),\n Barret Schloerke [aut] (),\n Carson Sievert [aut, cre] (),\n Christophe Dervieux [ctb] (),\n RStudio [cph, fnd],\n Sass Open Source Foundation [ctb, cph] (LibSass library),\n Greter Marcel [ctb, cph] (LibSass library),\n Mifsud Michael [ctb, cph] (LibSass library),\n Hampton Catlin [ctb, cph] (LibSass library),\n Natalie Weizenbaum [ctb, cph] (LibSass library),\n Chris Eppstein [ctb, cph] (LibSass library),\n Adams Joseph [ctb, cph] (json.cpp),\n Trifunovic Nemanja [ctb, cph] (utf8.h)", - "Maintainer": "Carson Sievert ", - "Repository": "RSPM", - "Date/Publication": "2024-03-15 22:30:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 20:26:56 UTC; windows", - "Archs": "x64" - } - }, - "scales": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "scales", - "Title": "Scale Functions for Visualization", - "Version": "1.3.0", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\")),\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"Dana\", \"Seidel\", role = \"aut\"),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Graphical scales map data to aesthetics, and provide methods\n for automatically determining breaks and labels for axes and legends.", - "License": "MIT + file LICENSE", - "URL": "https://scales.r-lib.org, https://github.com/r-lib/scales", - "BugReports": "https://github.com/r-lib/scales/issues", - "Depends": "R (>= 3.6)", - "Imports": "cli, farver (>= 2.0.3), glue, labeling, lifecycle, munsell (>=\n0.5), R6, RColorBrewer, rlang (>= 1.0.0), viridisLite", - "Suggests": "bit64, covr, dichromat, ggplot2, hms (>= 0.5.0), stringi,\ntestthat (>= 3.0.0)", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "LazyLoad": "yes", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "yes", - "Packaged": "2023-11-27 20:27:59 UTC; thomas", - "Author": "Hadley Wickham [aut],\n Thomas Lin Pedersen [cre, aut]\n (),\n Dana Seidel [aut],\n Posit, PBC [cph, fnd]", - "Maintainer": "Thomas Lin Pedersen ", - "Repository": "RSPM", - "Date/Publication": "2023-11-28 09:10:06 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:09:32 UTC; windows" - } - }, - "scrypt": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "scrypt", - "Type": "Package", - "Title": "Key Derivation Functions for R Based on Scrypt", - "Version": "0.1.6", - "Authors@R": "c(\n person(\"Bob\", \"Jansen\", email = \"bobjansen@gmail.com\", role = c(\"ctb\", \"cre\")),\n person(\"Andy\", \"Kipp\", email = \"andy@rstudio.com\", role = c(\"aut\")),\n person(\"Colin\", \"Percival\", role = c(\"aut\", \"cph\")),\n person(family = \"RStudio\", role = \"cph\")\n )", - "Copyright": "RStudio, Inc.; Colin Percival", - "Maintainer": "Bob Jansen ", - "Description": "Functions for working with the scrypt key derivation functions\n originally described by Colin Percival\n and in Percival and Josefsson\n (2016) . Scrypt is a password-based key derivation\n function created by Colin Percival. The algorithm was specifically designed\n to make it costly to perform large-scale custom hardware attacks by\n requiring large amounts of memory.", - "License": "FreeBSD", - "Depends": "R (>= 3.0.0)", - "URL": "https://github.com/bobjansen/rscrypt", - "Imports": "Rcpp (>= 0.10.6)", - "LinkingTo": "Rcpp", - "NeedsCompilation": "yes", - "Packaged": "2023-01-29 15:00:34 UTC; brj", - "Author": "Bob Jansen [ctb, cre],\n Andy Kipp [aut],\n Colin Percival [aut, cph],\n RStudio [cph]", - "Repository": "RSPM", - "Date/Publication": "2023-01-29 15:40:02 UTC", - "Encoding": "UTF-8", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-07-18 05:10:37 UTC; windows", - "Archs": "x64" - } - }, - "sessioninfo": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "sessioninfo", - "Title": "R Session Information", - "Version": "1.2.2", - "Authors@R": "\n c(person(given = \"Gábor\",\n family = \"Csárdi\",\n role = \"cre\",\n email = \"csardi.gabor@gmail.com\"),\n person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\"),\n person(given = \"Winston\",\n family = \"Chang\",\n role = \"aut\"),\n person(given = \"Robert\",\n family = \"Flight\",\n role = \"aut\"),\n person(given = \"Kirill\",\n family = \"Müller\",\n role = \"aut\"),\n person(given = \"Jim\",\n family = \"Hester\",\n role = \"aut\"),\n person(given = \"R Core team\",\n role = \"ctb\"))", - "Maintainer": "Gábor Csárdi ", - "Description": "Query and print information about the current R\n session. It is similar to 'utils::sessionInfo()', but includes more\n information about packages, and where they were installed from.", - "License": "GPL-2", - "URL": "https://github.com/r-lib/sessioninfo#readme,\nhttps://r-lib.github.io/sessioninfo/", - "BugReports": "https://github.com/r-lib/sessioninfo/issues", - "Depends": "R (>= 2.10)", - "Imports": "cli (>= 3.1.0), tools, utils", - "Suggests": "callr, covr, mockery, reticulate, rmarkdown, testthat, withr", - "Encoding": "UTF-8", - "RoxygenNote": "7.1.2.9000", - "Config/testthat/edition": "3", - "Config/Needs/website": "pkgdown", - "Config/testthat/parallel": "true", - "NeedsCompilation": "no", - "Packaged": "2021-12-06 11:31:46 UTC; gaborcsardi", - "Author": "Gábor Csárdi [cre],\n Hadley Wickham [aut],\n Winston Chang [aut],\n Robert Flight [aut],\n Kirill Müller [aut],\n Jim Hester [aut],\n R Core team [ctb]", - "Repository": "RSPM", - "Date/Publication": "2021-12-06 11:50:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 19:58:01 UTC; windows" - } - }, - "shiny": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "shiny", - "Type": "Package", - "Title": "Web Application Framework for R", - "Version": "1.9.1", - "Authors@R": "c(\n person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@posit.co\", comment = c(ORCID = \"0000-0002-1576-2126\")),\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@posit.co\"),\n person(\"JJ\", \"Allaire\", role = \"aut\", email = \"jj@posit.co\"),\n person(\"Carson\", \"Sievert\", role = \"aut\", email = \"carson@posit.co\", comment = c(ORCID = \"0000-0002-4958-2844\")),\n person(\"Barret\", \"Schloerke\", role = \"aut\", email = \"barret@posit.co\", comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(\"Yihui\", \"Xie\", role = \"aut\", email = \"yihui@posit.co\"),\n person(\"Jeff\", \"Allen\", role = \"aut\"),\n person(\"Jonathan\", \"McPherson\", role = \"aut\", email = \"jonathan@posit.co\"),\n person(\"Alan\", \"Dipert\", role = \"aut\"),\n person(\"Barbara\", \"Borges\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(family = \"jQuery Foundation\", role = \"cph\",\n comment = \"jQuery library and jQuery UI library\"),\n person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"),\n person(family = \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"),\n comment = \"jQuery UI library; authors listed in inst/www/shared/jqueryui/AUTHORS.txt\"),\n person(\"Mark\", \"Otto\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(\"Jacob\", \"Thornton\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(family = \"Bootstrap contributors\", role = \"ctb\",\n comment = \"Bootstrap library\"),\n person(family = \"Twitter, Inc\", role = \"cph\",\n comment = \"Bootstrap library\"),\n person(\"Prem Nawaz\", \"Khan\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Victor\", \"Tsaran\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Dennis\", \"Lembree\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Srinivasu\", \"Chakravarthula\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Cathy\", \"O'Connor\", role = \"ctb\",\n comment = \"Bootstrap accessibility plugin\"),\n person(family = \"PayPal, Inc\", role = \"cph\",\n comment = \"Bootstrap accessibility plugin\"),\n person(\"Stefan\", \"Petre\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootstrap-datepicker library\"),\n person(\"Andrew\", \"Rowls\", role = c(\"ctb\", \"cph\"),\n comment = \"Bootstrap-datepicker library\"),\n person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"),\n comment = \"selectize.js library\"),\n person(\"Salmen\", \"Bejaoui\", role = c(\"ctb\", \"cph\"),\n comment = \"selectize-plugin-a11y library\"),\n person(\"Denis\", \"Ineshin\", role = c(\"ctb\", \"cph\"),\n comment = \"ion.rangeSlider library\"),\n person(\"Sami\", \"Samhuri\", role = c(\"ctb\", \"cph\"),\n comment = \"Javascript strftime library\"),\n person(family = \"SpryMedia Limited\", role = c(\"ctb\", \"cph\"),\n comment = \"DataTables library\"),\n person(\"John\", \"Fraser\", role = c(\"ctb\", \"cph\"),\n comment = \"showdown.js library\"),\n person(\"John\", \"Gruber\", role = c(\"ctb\", \"cph\"),\n comment = \"showdown.js library\"),\n person(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"),\n comment = \"highlight.js library\"),\n person(family = \"R Core Team\", role = c(\"ctb\", \"cph\"),\n comment = \"tar implementation from R\")\n )", - "Description": "Makes it incredibly easy to build interactive web\n applications with R. Automatic \"reactive\" binding between inputs and\n outputs and extensive prebuilt widgets make it possible to build\n beautiful, responsive, and powerful applications with minimal effort.", - "License": "GPL-3 | file LICENSE", - "Depends": "R (>= 3.0.2), methods", - "Imports": "utils, grDevices, httpuv (>= 1.5.2), mime (>= 0.3), jsonlite\n(>= 0.9.16), xtable, fontawesome (>= 0.4.0), htmltools (>=\n0.5.4), R6 (>= 2.0), sourcetools, later (>= 1.0.0), promises\n(>= 1.1.0), tools, crayon, rlang (>= 0.4.10), fastmap (>=\n1.1.1), withr, commonmark (>= 1.7), glue (>= 1.3.2), bslib (>=\n0.6.0), cachem (>= 1.1.0), lifecycle (>= 0.2.0)", - "Suggests": "datasets, DT, Cairo (>= 1.5-5), testthat (>= 3.0.0), knitr\n(>= 1.6), markdown, rmarkdown, ggplot2, reactlog (>= 1.0.0),\nmagrittr, yaml, future, dygraphs, ragg, showtext, sass", - "URL": "https://shiny.posit.co/, https://github.com/rstudio/shiny", - "BugReports": "https://github.com/rstudio/shiny/issues", - "Collate": "'globals.R' 'app-state.R' 'app_template.R' 'bind-cache.R'\n'bind-event.R' 'bookmark-state-local.R' 'bookmark-state.R'\n'bootstrap-deprecated.R' 'bootstrap-layout.R' 'conditions.R'\n'map.R' 'utils.R' 'bootstrap.R' 'busy-indicators-spinners.R'\n'busy-indicators.R' 'cache-utils.R' 'deprecated.R' 'devmode.R'\n'diagnose.R' 'extended-task.R' 'fileupload.R' 'graph.R'\n'reactives.R' 'reactive-domains.R' 'history.R' 'hooks.R'\n'html-deps.R' 'image-interact-opts.R' 'image-interact.R'\n'imageutils.R' 'input-action.R' 'input-checkbox.R'\n'input-checkboxgroup.R' 'input-date.R' 'input-daterange.R'\n'input-file.R' 'input-numeric.R' 'input-password.R'\n'input-radiobuttons.R' 'input-select.R' 'input-slider.R'\n'input-submit.R' 'input-text.R' 'input-textarea.R'\n'input-utils.R' 'insert-tab.R' 'insert-ui.R' 'jqueryui.R'\n'knitr.R' 'middleware-shiny.R' 'middleware.R' 'timer.R'\n'shiny.R' 'mock-session.R' 'modal.R' 'modules.R'\n'notifications.R' 'priorityqueue.R' 'progress.R' 'react.R'\n'reexports.R' 'render-cached-plot.R' 'render-plot.R'\n'render-table.R' '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.3.2", - "Encoding": "UTF-8", - "RdMacros": "lifecycle", - "Config/testthat/edition": "3", - "Config/Needs/check": "shinytest2", - "NeedsCompilation": "no", - "Packaged": "2024-07-31 17:44:44 UTC; cpsievert", - "Author": "Winston Chang [aut, cre] (),\n Joe Cheng [aut],\n JJ Allaire [aut],\n Carson Sievert [aut] (),\n Barret Schloerke [aut] (),\n Yihui Xie [aut],\n Jeff Allen [aut],\n Jonathan McPherson [aut],\n Alan Dipert [aut],\n Barbara Borges [aut],\n Posit Software, PBC [cph, fnd],\n jQuery Foundation [cph] (jQuery library and jQuery UI library),\n jQuery contributors [ctb, cph] (jQuery library; authors listed in\n inst/www/shared/jquery-AUTHORS.txt),\n jQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in\n inst/www/shared/jqueryui/AUTHORS.txt),\n Mark Otto [ctb] (Bootstrap library),\n Jacob Thornton [ctb] (Bootstrap library),\n Bootstrap contributors [ctb] (Bootstrap library),\n Twitter, Inc [cph] (Bootstrap library),\n Prem Nawaz Khan [ctb] (Bootstrap accessibility plugin),\n Victor Tsaran [ctb] (Bootstrap accessibility plugin),\n Dennis Lembree [ctb] (Bootstrap accessibility plugin),\n Srinivasu Chakravarthula [ctb] (Bootstrap accessibility plugin),\n Cathy O'Connor [ctb] (Bootstrap accessibility plugin),\n PayPal, Inc [cph] (Bootstrap accessibility plugin),\n Stefan Petre [ctb, cph] (Bootstrap-datepicker library),\n Andrew Rowls [ctb, cph] (Bootstrap-datepicker library),\n Brian Reavis [ctb, cph] (selectize.js library),\n Salmen Bejaoui [ctb, cph] (selectize-plugin-a11y library),\n Denis Ineshin [ctb, cph] (ion.rangeSlider library),\n Sami Samhuri [ctb, cph] (Javascript strftime library),\n SpryMedia Limited [ctb, cph] (DataTables library),\n John Fraser [ctb, cph] (showdown.js library),\n John Gruber [ctb, cph] (showdown.js library),\n Ivan Sagalaev [ctb, cph] (highlight.js library),\n R Core Team [ctb, cph] (tar implementation from R)", - "Maintainer": "Winston Chang ", - "Repository": "RSPM", - "Date/Publication": "2024-08-01 10:50:02 UTC", - "Built": "R 4.4.0; ; 2024-08-02 04:38:07 UTC; windows" - } - }, - "shinyWidgets": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "shinyWidgets", - "Title": "Custom Inputs Widgets for Shiny", - "Version": "0.8.6", - "Authors@R": "c(\n person(\"Victor\", \"Perrier\", email = \"victor.perrier@dreamrs.fr\", role = c(\"aut\", \"cre\", \"cph\")),\n person(\"Fanny\", \"Meyer\", role = \"aut\"),\n person(\"David\", \"Granjon\", role = \"aut\"),\n person(\"Ian\", \"Fellows\", role = \"ctb\", comment = \"Methods for mutating vertical tabs & updateMultiInput\"),\n person(\"Wil\", \"Davis\", role = \"ctb\", comment = \"numericRangeInput function\"),\n person(\"Spencer\", \"Matthews\", role = \"ctb\", comment = \"autoNumeric methods\"),\n person(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. \n Give your applications a unique and colorful style !", - "URL": "https://github.com/dreamRs/shinyWidgets,\nhttps://dreamrs.github.io/shinyWidgets/", - "BugReports": "https://github.com/dreamRs/shinyWidgets/issues", - "License": "GPL-3", - "Encoding": "UTF-8", - "LazyData": "true", - "RoxygenNote": "7.3.1", - "Depends": "R (>= 3.1.0)", - "Imports": "anytime, bslib, sass, shiny (>= 1.6.0), htmltools (>= 0.5.1),\njsonlite, grDevices, rlang", - "Suggests": "testthat, covr, ggplot2, DT, scales, shinydashboard,\nshinydashboardPlus", - "NeedsCompilation": "no", - "Packaged": "2024-04-24 16:07:11 UTC; victorp", - "Author": "Victor Perrier [aut, cre, cph],\n Fanny Meyer [aut],\n David Granjon [aut],\n Ian Fellows [ctb] (Methods for mutating vertical tabs &\n updateMultiInput),\n Wil Davis [ctb] (numericRangeInput function),\n Spencer Matthews [ctb] (autoNumeric methods),\n JavaScript and CSS libraries authors [ctb, cph] (All authors are listed\n in LICENSE.md)", - "Maintainer": "Victor Perrier ", - "Repository": "RSPM", - "Date/Publication": "2024-04-24 17:00:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 23:37:16 UTC; windows" - } - }, - "shinycssloaders": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "shinycssloaders", - "Title": "Add Loading Animations to a 'shiny' Output While It's\nRecalculating", - "Version": "1.1.0", - "Authors@R": "c(\n person(\"Dean\",\"Attali\",email=\"daattali@gmail.com\",role=c(\"aut\",\"cre\"),\n comment = c(\"Maintainer/developer of shinycssloaders since 2019\", ORCID=\"0000-0002-5645-3493\")),\n person(\"Andras\",\"Sali\",email=\"andras.sali@alphacruncher.hu\",role=c(\"aut\"),comment=\"Original creator of shinycssloaders package\"),\n person(\"Luke\",\"Hass\",role=c(\"ctb\",\"cph\"),comment=\"Author of included CSS loader code\")\n )", - "Description": "When a 'Shiny' output (such as a plot, table, map, etc.) is recalculating, it remains \n visible but gets greyed out. Using 'shinycssloaders', you can add a loading animation (\"spinner\")\n to outputs instead. By wrapping a 'Shiny' output in 'withSpinner()', a spinner will automatically\n appear while the output is recalculating. You can also manually show and hide the spinner, or add\n a full-page spinner to cover the entire page.\n See the demo online at .", - "License": "MIT + file LICENSE", - "URL": "https://github.com/daattali/shinycssloaders,\nhttps://daattali.com/shiny/shinycssloaders-demo/", - "BugReports": "https://github.com/daattali/shinycssloaders/issues", - "Depends": "R (>= 3.1)", - "Imports": "digest, glue, grDevices, htmltools (>= 0.3.5), shiny", - "Suggests": "knitr, shinydisconnect, shinyjs", - "RoxygenNote": "7.2.3", - "Encoding": "UTF-8", - "NeedsCompilation": "no", - "Packaged": "2024-07-30 18:52:48 UTC; Dean", - "Author": "Dean Attali [aut, cre] (Maintainer/developer of shinycssloaders since\n 2019, ),\n Andras Sali [aut] (Original creator of shinycssloaders package),\n Luke Hass [ctb, cph] (Author of included CSS loader code)", - "Maintainer": "Dean Attali ", - "Repository": "RSPM", - "Date/Publication": "2024-07-30 22:30:02 UTC", - "Built": "R 4.4.0; ; 2024-07-31 04:12:21 UTC; windows" - } - }, - "shinyjs": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "shinyjs", - "Title": "Easily Improve the User Experience of Your Shiny Apps in Seconds", - "Version": "2.1.0", - "Authors@R": "person(\"Dean\", \"Attali\", \n email = \"daattali@gmail.com\",\n role = c(\"aut\", \"cre\"),\n comment= c(ORCID=\"0000-0002-5645-3493\"))", - "Description": "Perform common useful JavaScript operations in Shiny apps that will\n greatly improve your apps without having to know any JavaScript. Examples\n include: hiding an element, disabling an input, resetting an input back to\n its original value, delaying code execution by a few seconds, and many more\n useful functions for both the end user and the developer. 'shinyjs' can also\n be used to easily call your own custom JavaScript functions from R.", - "URL": "https://deanattali.com/shinyjs/", - "BugReports": "https://github.com/daattali/shinyjs/issues", - "Depends": "R (>= 3.1.0)", - "Imports": "digest (>= 0.6.8), jsonlite, shiny (>= 1.0.0)", - "Suggests": "htmltools (>= 0.2.9), knitr (>= 1.7), rmarkdown, shinyAce,\nshinydisconnect, testthat (>= 0.9.1)", - "License": "MIT + file LICENSE", - "VignetteBuilder": "knitr", - "RoxygenNote": "7.1.1", - "Encoding": "UTF-8", - "NeedsCompilation": "no", - "Packaged": "2021-12-21 11:32:22 UTC; Dean-X1C", - "Author": "Dean Attali [aut, cre] ()", - "Maintainer": "Dean Attali ", - "Repository": "RSPM", - "Date/Publication": "2021-12-23 10:10:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 21:01:34 UTC; windows" - } - }, - "shinymanager": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "shinymanager", - "Title": "Authentication Management for 'Shiny' Applications", - "Version": "1.0.410", - "Authors@R": "c(\n person(\"Benoit\", \"Thieurmel\", email = \"bthieurmel@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Victor\", \"Perrier\", email = \"victor.perrier@dreamRs.fr\", role = c(\"aut\"))\n )", - "Description": "Simple and secure authentification mechanism for single 'Shiny' applications.\n Credentials are stored in an encrypted 'SQLite' database. Source code of main application\n is protected until authentication is successful.", - "License": "GPL-3", - "URL": "https://github.com/datastorm-open/shinymanager", - "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", - "Imports": "R6, shiny, htmltools, DT (>= 0.5), DBI, RSQLite, openssl,\nR.utils, billboarder, scrypt", - "Suggests": "keyring, testthat (>= 2.1.0), knitr, rmarkdown", - "VignetteBuilder": "knitr", - "NeedsCompilation": "no", - "Packaged": "2022-09-26 13:41:56 UTC; BenoitThieurmel", - "Author": "Benoit Thieurmel [aut, cre],\n Victor Perrier [aut]", - "Maintainer": "Benoit Thieurmel ", - "Repository": "RSPM", - "Date/Publication": "2022-09-27 07:00:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 22:46:10 UTC; windows" - } - }, - "shinytest2": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "shinytest2", - "Title": "Testing for Shiny Applications", - "Version": "0.3.2", - "Authors@R": "\n c(\n person(\"Barret\", \"Schloerke\", role = c(\"cre\", \"aut\"), email = \"barret@posit.co\", comment = c(ORCID = \"0000-0001-9986-114X\")),\n person(family = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"Winston\", \"Chang\", role =\"ctb\", email = \"winston@posit.co\", comment = \"Original author to rstudio/shinytest\"),\n person(\"Gábor\", \"Csárdi\", role = \"ctb\", email = \"gabor@posit.co\", comment = \"Original author to rstudio/shinytest\"),\n person(\"Hadley\", \"Wickham\", role = \"ctb\", email = \"hadley@posit.co\", comment = \"Original author to rstudio/shinytest\"),\n person(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", - "Language": "en-US", - "RoxygenNote": "7.3.1", - "URL": "https://rstudio.github.io/shinytest2/,\nhttps://github.com/rstudio/shinytest2", - "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, fs, globals (>= 0.14.0), httr, jsonlite, pingr,\nrlang (>= 1.0.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", - "Config/testthat/edition": "3", - "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": "2024-04-26 19:24:28 UTC; garrick", - "Author": "Barret Schloerke [cre, aut] (),\n Posit Software, PBC [cph, fnd],\n Winston Chang [ctb] (Original author to rstudio/shinytest),\n Gábor Csárdi [ctb] (Original author to rstudio/shinytest),\n Hadley Wickham [ctb] (Original author to rstudio/shinytest),\n Mango Solutions [cph, ccp] (Original author to rstudio/shinytest)", - "Maintainer": "Barret Schloerke ", - "Repository": "RSPM", - "Date/Publication": "2024-04-28 21:40:03 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 05:12:23 UTC; windows", - "Archs": "x64" - } - }, - "sourcetools": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "sourcetools", - "Type": "Package", - "Title": "Tools for Reading, Tokenizing and Parsing R Code", - "Version": "0.1.7-1", - "Author": "Kevin Ushey", - "Maintainer": "Kevin Ushey ", - "Description": "Tools for the reading and tokenization of R code. The\n 'sourcetools' package provides both an R and C++ interface for the tokenization\n of R code, and helpers for interacting with the tokenized representation of R\n code.", - "License": "MIT + file LICENSE", - "Depends": "R (>= 3.0.2)", - "Suggests": "testthat", - "RoxygenNote": "5.0.1", - "BugReports": "https://github.com/kevinushey/sourcetools/issues", - "Encoding": "UTF-8", - "NeedsCompilation": "yes", - "Packaged": "2023-01-31 18:03:04 UTC; kevin", - "Repository": "RSPM", - "Date/Publication": "2023-02-01 10:10:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:48:01 UTC; windows", - "Archs": "x64" - } - }, - "stringi": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "stringi", - "Version": "1.8.4", - "Date": "2024-05-06", - "Title": "Fast and Portable Character String Processing Facilities", - "Description": "A collection of character string/text/natural language\n processing tools for pattern searching (e.g., with 'Java'-like regular\n expressions or the 'Unicode' collation algorithm), random string generation,\n case mapping, string transliteration, concatenation, sorting, padding,\n wrapping, Unicode normalisation, date-time formatting and parsing,\n and many more. They are fast, consistent, convenient, and -\n thanks to 'ICU' (International Components for Unicode) -\n portable across all locales and platforms. Documentation about 'stringi' is\n provided via its website at and\n the paper by Gagolewski (2022, ).", - "URL": "https://stringi.gagolewski.com/,\nhttps://github.com/gagolews/stringi, https://icu.unicode.org/", - "BugReports": "https://github.com/gagolews/stringi/issues", - "SystemRequirements": "ICU4C (>= 61, optional)", - "Type": "Package", - "Depends": "R (>= 3.4)", - "Imports": "tools, utils, stats", - "Biarch": "TRUE", - "License": "file LICENSE", - "Author": "Marek Gagolewski [aut, cre, cph] (),\n Bartek Tartanus [ctb], and others (stringi source code);\n Unicode, Inc. and others (ICU4C source code, Unicode Character Database)", - "Maintainer": "Marek Gagolewski ", - "RoxygenNote": "7.2.3", - "Encoding": "UTF-8", - "NeedsCompilation": "yes", - "Packaged": "2024-05-06 12:50:25 UTC; gagolews", - "License_is_FOSS": "yes", - "Repository": "RSPM", - "Date/Publication": "2024-05-06 15:00:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-05-07 04:34:26 UTC; windows", - "Archs": "x64" - } - }, - "stringr": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "stringr", - "Title": "Simple, Consistent Wrappers for Common String Operations", - "Version": "1.5.1", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\", \"cph\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "A consistent, simple and easy to use set of wrappers around\n the fantastic 'stringi' package. All function and argument names (and\n positions) are consistent, all functions deal with \"NA\"'s and zero\n length vectors in the same way, and the output from one function is\n easy to feed into the input of another.", - "License": "MIT + file LICENSE", - "URL": "https://stringr.tidyverse.org,\nhttps://github.com/tidyverse/stringr", - "BugReports": "https://github.com/tidyverse/stringr/issues", - "Depends": "R (>= 3.6)", - "Imports": "cli, glue (>= 1.6.1), lifecycle (>= 1.0.3), magrittr, rlang\n(>= 1.0.0), stringi (>= 1.5.3), vctrs (>= 0.4.0)", - "Suggests": "covr, dplyr, gt, htmltools, htmlwidgets, knitr, rmarkdown,\ntestthat (>= 3.0.0), tibble", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "LazyData": "true", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "no", - "Packaged": "2023-11-14 15:03:52 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre, cph],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2023-11-14 23:10:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:18:44 UTC; windows" - } - }, - "svglite": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "svglite", - "Title": "An 'SVG' Graphics Device", - "Version": "2.1.3", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"),\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"T Jake\", \"Luciani\", , \"jake@apache.org\", role = \"aut\"),\n person(\"Matthieu\", \"Decorde\", , \"matthieu.decorde@ens-lyon.fr\", role = \"aut\"),\n person(\"Vaudor\", \"Lise\", , \"lise.vaudor@ens-lyon.fr\", role = \"aut\"),\n person(\"Tony\", \"Plate\", role = \"ctb\",\n comment = \"Early line dashing code\"),\n person(\"David\", \"Gohel\", role = \"ctb\",\n comment = \"Line dashing code and early raster code\"),\n person(\"Yixuan\", \"Qiu\", role = \"ctb\",\n comment = \"Improved styles; polypath implementation\"),\n person(\"Håkon\", \"Malmedal\", role = \"ctb\",\n comment = \"Opacity code\"),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "A graphics device for R that produces 'Scalable Vector\n Graphics'. 'svglite' is a fork of the older 'RSvgDevice' package.", - "License": "GPL (>= 2)", - "URL": "https://svglite.r-lib.org, https://github.com/r-lib/svglite", - "BugReports": "https://github.com/r-lib/svglite/issues", - "Depends": "R (>= 3.5.0)", - "Imports": "systemfonts (>= 1.0.0)", - "Suggests": "covr, fontquiver (>= 0.2.0), htmltools, knitr, rmarkdown,\ntestthat (>= 3.0.0), xml2 (>= 1.0.0)", - "LinkingTo": "cpp11, systemfonts", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "SystemRequirements": "libpng", - "Config/testthat/edition": "3", - "NeedsCompilation": "yes", - "Packaged": "2023-12-08 14:53:20 UTC; thomas", - "Author": "Hadley Wickham [aut],\n Lionel Henry [aut],\n Thomas Lin Pedersen [cre, aut]\n (),\n T Jake Luciani [aut],\n Matthieu Decorde [aut],\n Vaudor Lise [aut],\n Tony Plate [ctb] (Early line dashing code),\n David Gohel [ctb] (Line dashing code and early raster code),\n Yixuan Qiu [ctb] (Improved styles; polypath implementation),\n Håkon Malmedal [ctb] (Opacity code),\n Posit, PBC [cph, fnd]", - "Maintainer": "Thomas Lin Pedersen ", - "Repository": "RSPM", - "Date/Publication": "2023-12-08 16:20:13 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 05:09:44 UTC; windows", - "Archs": "x64" - } - }, - "sys": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "sys", - "Type": "Package", - "Title": "Powerful and Reliable Tools for Running System Commands in R", - "Version": "3.4.2", - "Authors@R": "c(person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), \n email = \"jeroen@berkeley.edu\", comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = \"ctb\"))", - "Description": "Drop-in replacements for the base system2() function with fine control\n and consistent behavior across platforms. Supports clean interruption, timeout, \n background tasks, and streaming STDIN / STDOUT / STDERR over binary or text \n connections. Arguments on Windows automatically get encoded and quoted to work \n on different locales.", - "License": "MIT + file LICENSE", - "URL": "https://jeroen.r-universe.dev/sys", - "BugReports": "https://github.com/jeroen/sys/issues", - "Encoding": "UTF-8", - "RoxygenNote": "7.1.1", - "Suggests": "unix (>= 1.4), spelling, testthat", - "Language": "en-US", - "NeedsCompilation": "yes", - "Packaged": "2023-05-22 21:45:03 UTC; jeroen", - "Author": "Jeroen Ooms [aut, cre] (),\n Gábor Csárdi [ctb]", - "Maintainer": "Jeroen Ooms ", - "Repository": "RSPM", - "Date/Publication": "2023-05-23 07:50:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 20:03:55 UTC; windows", - "Archs": "x64" - } - }, - "systemfonts": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Type": "Package", - "Package": "systemfonts", - "Title": "System Native Font Finding", - "Version": "1.1.0", - "Authors@R": "c(\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"Jeroen\", \"Ooms\", , \"jeroen@berkeley.edu\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-4035-0289\")),\n person(\"Devon\", \"Govett\", role = \"aut\",\n comment = \"Author of font-manager\"),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Provides system native access to the font catalogue. As font\n handling varies between systems it is difficult to correctly locate\n installed fonts across different operating systems. The 'systemfonts'\n package provides bindings to the native libraries on Windows, macOS\n and Linux for finding font files that can then be used further by e.g.\n graphic devices. The main use is intended to be from compiled code but\n 'systemfonts' also provides access from R.", - "License": "MIT + file LICENSE", - "URL": "https://github.com/r-lib/systemfonts,\nhttps://systemfonts.r-lib.org", - "BugReports": "https://github.com/r-lib/systemfonts/issues", - "Depends": "R (>= 3.2.0)", - "Suggests": "covr, knitr, rmarkdown, testthat (>= 2.1.0), tools", - "LinkingTo": "cpp11 (>= 0.2.1)", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.1", - "SystemRequirements": "fontconfig, freetype2", - "Config/Needs/website": "tidyverse/tidytemplate", - "Imports": "lifecycle", - "NeedsCompilation": "yes", - "Packaged": "2024-05-13 13:50:57 UTC; thomas", - "Author": "Thomas Lin Pedersen [aut, cre]\n (),\n Jeroen Ooms [aut] (),\n Devon Govett [aut] (Author of font-manager),\n Posit, PBC [cph, fnd]", - "Maintainer": "Thomas Lin Pedersen ", - "Repository": "RSPM", - "Date/Publication": "2024-05-15 11:10:03 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 04:56:58 UTC; windows", - "Archs": "x64" - } - }, - "testthat": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "testthat", - "Title": "Unit Testing for R", - "Version": "3.2.1.1", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"R Core team\", role = \"ctb\",\n comment = \"Implementation of utils::recover()\")\n )", - "Description": "Software testing is important, but, in part because it is\n frustrating and boring, many of us avoid it. 'testthat' is a testing\n framework for R that is easy to learn and use, and integrates with\n your 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.6.0)", - "Imports": "brio (>= 1.1.3), callr (>= 3.7.3), cli (>= 3.6.1), desc (>=\n1.4.2), digest (>= 0.6.33), evaluate (>= 0.21), jsonlite (>=\n1.8.7), lifecycle (>= 1.0.3), magrittr (>= 2.0.3), methods,\npkgload (>= 1.3.2.1), praise (>= 1.0.0), processx (>= 3.8.2),\nps (>= 1.7.5), R6 (>= 2.5.1), rlang (>= 1.1.1), utils, waldo\n(>= 0.5.1), withr (>= 2.5.0)", - "Suggests": "covr, curl (>= 0.9.5), diffviewer (>= 0.1.0), knitr,\nrmarkdown, rstudioapi, shiny, usethis, vctrs (>= 0.1.0), xml2", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "true", - "Config/testthat/start-first": "watcher, parallel*", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "yes", - "Packaged": "2024-04-14 03:24:27 UTC; ripley", - "Author": "Hadley Wickham [aut, cre],\n Posit Software, PBC [cph, fnd],\n R Core team [ctb] (Implementation of utils::recover())", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2024-04-14 05:24:52", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 20:28:34 UTC; windows", - "Archs": "x64" - } - }, - "textshaping": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "textshaping", - "Title": "Bindings to the 'HarfBuzz' and 'Fribidi' Libraries for Text\nShaping", - "Version": "0.4.0", - "Authors@R": "c(\n person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"),\n comment = c(ORCID = \"0000-0002-5147-4711\")),\n person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Provides access to the text shaping functionality in the\n 'HarfBuzz' library and the bidirectional algorithm in the 'Fribidi'\n library. 'textshaping' is a low-level utility package mainly for\n graphic devices that expands upon the font tool-set provided by the\n 'systemfonts' package.", - "License": "MIT + file LICENSE", - "URL": "https://github.com/r-lib/textshaping", - "BugReports": "https://github.com/r-lib/textshaping/issues", - "Depends": "R (>= 3.2.0)", - "Imports": "lifecycle, systemfonts (>= 1.1.0)", - "Suggests": "covr, knitr, rmarkdown", - "LinkingTo": "cpp11 (>= 0.2.1), systemfonts (>= 1.0.0)", - "VignetteBuilder": "knitr", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.1", - "SystemRequirements": "freetype2, harfbuzz, fribidi", - "NeedsCompilation": "yes", - "Packaged": "2024-05-21 06:52:03 UTC; thomas", - "Author": "Thomas Lin Pedersen [cre, aut]\n (),\n Posit, PBC [cph, fnd]", - "Maintainer": "Thomas Lin Pedersen ", - "Repository": "RSPM", - "Date/Publication": "2024-05-24 09:00:03 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 05:09:27 UTC; windows", - "Archs": "x64" - } - }, - "tibble": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "tibble", - "Title": "Simple Data Frames", - "Version": "3.2.1", - "Authors@R": "\n c(person(given = \"Kirill\",\n family = \"M\\u00fcller\",\n role = c(\"aut\", \"cre\"),\n email = \"kirill@cynkra.com\",\n comment = c(ORCID = \"0000-0002-1416-3412\")),\n person(given = \"Hadley\",\n family = \"Wickham\",\n role = \"aut\",\n email = \"hadley@rstudio.com\"),\n person(given = \"Romain\",\n family = \"Francois\",\n role = \"ctb\",\n email = \"romain@r-enthusiasts.com\"),\n person(given = \"Jennifer\",\n family = \"Bryan\",\n role = \"ctb\",\n email = \"jenny@rstudio.com\"),\n person(given = \"RStudio\",\n role = c(\"cph\", \"fnd\")))", - "Description": "Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the traditional\n data frame.", - "License": "MIT + file LICENSE", - "URL": "https://tibble.tidyverse.org/, https://github.com/tidyverse/tibble", - "BugReports": "https://github.com/tidyverse/tibble/issues", - "Depends": "R (>= 3.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.2.3", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "true", - "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": "2023-03-19 09:23:10 UTC; kirill", - "Author": "Kirill Müller [aut, cre] (),\n Hadley Wickham [aut],\n Romain Francois [ctb],\n Jennifer Bryan [ctb],\n RStudio [cph, fnd]", - "Maintainer": "Kirill Müller ", - "Repository": "RSPM", - "Date/Publication": "2023-03-20 06:30:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 20:22:42 UTC; windows", - "Archs": "x64" - } - }, - "tidyr": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "tidyr", - "Title": "Tidy Messy Data", - "Version": "1.3.1", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\"),\n person(\"Maximilian\", \"Girlich\", role = \"aut\"),\n person(\"Kevin\", \"Ushey\", , \"kevin@posit.co\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Tools to help to create tidy data, where each column is a\n variable, each row is an observation, and each cell contains a single\n value. 'tidyr' contains tools for changing the shape (pivoting) and\n hierarchy (nesting and 'unnesting') of a dataset, turning deeply\n nested lists into rectangular data frames ('rectangling'), and\n extracting values out of string columns. It also includes tools for\n working with missing values (both implicit and explicit).", - "License": "MIT + file LICENSE", - "URL": "https://tidyr.tidyverse.org, https://github.com/tidyverse/tidyr", - "BugReports": "https://github.com/tidyverse/tidyr/issues", - "Depends": "R (>= 3.6)", - "Imports": "cli (>= 3.4.1), dplyr (>= 1.0.10), glue, lifecycle (>= 1.0.3),\nmagrittr, purrr (>= 1.0.1), rlang (>= 1.1.1), 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.3.0", - "NeedsCompilation": "yes", - "Packaged": "2024-01-23 14:27:23 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\n Davis Vaughan [aut],\n Maximilian Girlich [aut],\n Kevin Ushey [ctb],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2024-01-24 14:50:09 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 05:19:24 UTC; windows", - "Archs": "x64" - } - }, - "tidyselect": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "tidyselect", - "Title": "Select from a Set of Strings", - "Version": "1.2.1", - "Authors@R": "c(\n person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "A backend for the selecting functions of the 'tidyverse'. It\n makes it easy to implement select-like functions in your own packages\n in a way that is consistent with other 'tidyverse' interfaces for\n selection.", - "License": "MIT + file LICENSE", - "URL": "https://tidyselect.r-lib.org, https://github.com/r-lib/tidyselect", - "BugReports": "https://github.com/r-lib/tidyselect/issues", - "Depends": "R (>= 3.4)", - "Imports": "cli (>= 3.3.0), glue (>= 1.3.0), lifecycle (>= 1.0.3), rlang\n(>= 1.0.4), vctrs (>= 0.5.2), withr", - "Suggests": "covr, crayon, dplyr, knitr, magrittr, rmarkdown, stringr,\ntestthat (>= 3.1.1), tibble (>= 2.1.3)", - "VignetteBuilder": "knitr", - "ByteCompile": "true", - "Config/testthat/edition": "3", - "Config/Needs/website": "tidyverse/tidytemplate", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.0.9000", - "NeedsCompilation": "yes", - "Packaged": "2024-03-11 11:46:04 UTC; lionel", - "Author": "Lionel Henry [aut, cre],\n Hadley Wickham [aut],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Lionel Henry ", - "Repository": "RSPM", - "Date/Publication": "2024-03-11 14:10:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 20:19:04 UTC; windows" - } - }, - "timevis": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "timevis", - "Title": "Create Interactive Timeline Visualizations in R", - "Version": "2.1.0", - "Authors@R": "c(\n person(\"Dean\", \"Attali\", email = \"daattali@gmail.com\",\n role = c(\"aut\", \"cre\"), comment = c(\"R interface\", ORCID=\"0000-0002-5645-3493\")),\n person(family = \"Almende B.V.\", role = c(\"aut\", \"cph\"),\n comment = \"vis.js Timeline library, https://visjs.github.io/vis-timeline/docs/timeline/\")\n )", - "Description": "Create rich and fully interactive timeline visualizations.\n Timelines can be included in Shiny apps or R markdown documents.\n 'timevis' includes an extensive API to manipulate a timeline after creation,\n and supports getting data out of the visualization into R. Based on the\n 'vis.js' Timeline JavaScript library.", - "URL": "https://github.com/daattali/timevis", - "BugReports": "https://github.com/daattali/timevis/issues", - "Depends": "R (>= 3.1.0)", - "Imports": "htmltools (>= 0.2.6), htmlwidgets (>= 0.6), jsonlite,\nmagrittr, methods, rmarkdown, shiny", - "Suggests": "lubridate, testthat (>= 0.9.1), shinydisconnect", - "License": "MIT + file LICENSE", - "Encoding": "UTF-8", - "LazyData": "true", - "RoxygenNote": "7.2.1", - "NeedsCompilation": "no", - "Packaged": "2022-10-28 07:15:03 UTC; Dean-X1C", - "Author": "Dean Attali [aut, cre] (R interface,\n ),\n Almende B.V. [aut, cph] (vis.js Timeline library,\n https://visjs.github.io/vis-timeline/docs/timeline/)", - "Maintainer": "Dean Attali ", - "Repository": "RSPM", - "Date/Publication": "2022-11-03 08:30:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 22:11:11 UTC; windows" - } - }, - "tinytex": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "tinytex", - "Type": "Package", - "Title": "Helper Functions to Install and Maintain TeX Live, and Compile\nLaTeX Documents", - "Version": "0.53", - "Authors@R": "c(\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"Christophe\", \"Dervieux\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4474-2498\")),\n person(\"Devon\", \"Ryan\", role = \"ctb\", email = \"dpryan79@gmail.com\", comment = c(ORCID = \"0000-0002-8549-0971\")),\n person(\"Ethan\", \"Heinzen\", role = \"ctb\"),\n person(\"Fernando\", \"Cagua\", role = \"ctb\"),\n person()\n )", - "Description": "Helper functions to install and maintain the 'LaTeX' distribution\n named 'TinyTeX' (), a lightweight, cross-platform,\n portable, and easy-to-maintain version of 'TeX Live'. This package also\n contains helper functions to compile 'LaTeX' documents, and install missing\n 'LaTeX' packages automatically.", - "Imports": "xfun (>= 0.29)", - "Suggests": "testit, rstudioapi", - "License": "MIT + file LICENSE", - "URL": "https://github.com/rstudio/tinytex", - "BugReports": "https://github.com/rstudio/tinytex/issues", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.2", - "NeedsCompilation": "no", - "Packaged": "2024-09-15 17:14:54 UTC; yihui", - "Author": "Yihui Xie [aut, cre, cph] (),\n Posit Software, PBC [cph, fnd],\n Christophe Dervieux [ctb] (),\n Devon Ryan [ctb] (),\n Ethan Heinzen [ctb],\n Fernando Cagua [ctb]", - "Maintainer": "Yihui Xie ", - "Repository": "RSPM", - "Date/Publication": "2024-09-15 18:00:02 UTC", - "Built": "R 4.4.0; ; 2024-09-16 04:25:53 UTC; windows" - } - }, - "tzdb": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "tzdb", - "Title": "Time Zone Database Information", - "Version": "0.4.0", - "Authors@R": "c(\n person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Howard\", \"Hinnant\", role = \"cph\",\n comment = \"Author of the included date library\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Provides an up-to-date copy of the Internet Assigned Numbers\n Authority (IANA) Time Zone Database. It is updated periodically to\n reflect changes made by political bodies to time zone boundaries, UTC\n offsets, and daylight saving time rules. Additionally, this package\n provides a C++ interface for working with the 'date' library. 'date'\n provides comprehensive support for working with dates and date-times,\n which this package exposes to make it easier for other R packages to\n utilize. Headers are provided for calendar specific calculations,\n along 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.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.2.3", - "NeedsCompilation": "yes", - "Packaged": "2023-05-12 12:40:06 UTC; davis", - "Author": "Davis Vaughan [aut, cre],\n Howard Hinnant [cph] (Author of the included date library),\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Davis Vaughan ", - "Repository": "RSPM", - "Date/Publication": "2023-05-12 23:00:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 04:55:05 UTC; windows", - "Archs": "x64" - } - }, - "urlchecker": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "urlchecker", - "Title": "Run CRAN URL Checks from Older R Versions", - "Version": "1.0.1", - "Authors@R": "c(\n person(\"R Core team\", role = \"aut\",\n comment = \"The code in urltools.R adapted from the tools package\"),\n person(\"Jim\", \"Hester\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2739-7082\")),\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"RStudio\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Provide the URL checking tools available in R 4.1+ as a\n package for earlier versions of R. Also uses concurrent requests so\n can be much faster than the serial versions.", - "License": "GPL-3", - "URL": "https://github.com/r-lib/urlchecker", - "BugReports": "https://github.com/r-lib/urlchecker/issues", - "Depends": "R (>= 3.3)", - "Imports": "cli, curl, tools, xml2", - "Suggests": "covr", - "Encoding": "UTF-8", - "RoxygenNote": "7.1.2", - "NeedsCompilation": "no", - "Packaged": "2021-11-30 00:26:56 UTC; jhester", - "Author": "R Core team [aut] (The code in urltools.R adapted from the tools\n package),\n Jim Hester [aut] (),\n Gábor Csárdi [aut, cre],\n RStudio [cph, fnd]", - "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2021-11-30 13:40:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 19:54:42 UTC; windows" - } - }, - "usethis": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "usethis", - "Title": "Automate Package and Project Setup", - "Version": "3.0.0", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-6983-2759\")),\n person(\"Malcolm\", \"Barrett\", , \"malcolmbarrett@gmail.com\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-0299-5825\")),\n person(\"Andy\", \"Teucher\", , \"andy.teucher@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-7840-692X\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Automate package and project setup tasks that are otherwise\n performed manually. This includes setting up unit testing, test\n coverage, 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.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 (>= 1.3.2.1), rmarkdown,\nroxygen2 (>= 7.1.2), spelling (>= 1.2), styler (>= 1.2.0),\ntestthat (>= 3.1.8)", - "Config/Needs/website": "r-lib/asciicast, tidyverse/tidytemplate, xml2", - "Config/testthat/edition": "3", - "Config/testthat/parallel": "TRUE", - "Config/testthat/start-first": "github-actions, release", - "Encoding": "UTF-8", - "Language": "en-US", - "RoxygenNote": "7.3.2", - "NeedsCompilation": "no", - "Packaged": "2024-07-28 23:07:11 UTC; jenny", - "Author": "Hadley Wickham [aut] (),\n Jennifer Bryan [aut, cre] (),\n Malcolm Barrett [aut] (),\n Andy Teucher [aut] (),\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Jennifer Bryan ", - "Repository": "CRAN", - "Date/Publication": "2024-07-29 07:20:02 UTC", - "Built": "R 4.4.1; ; 2024-09-26 02:20:25 UTC; windows" - } - }, - "utf8": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "utf8", - "Title": "Unicode Text Processing", - "Version": "1.2.4", - "Authors@R": "\n c(person(given = c(\"Patrick\", \"O.\"),\n family = \"Perry\",\n role = c(\"aut\", \"cph\")),\n person(given = \"Kirill\",\n family = \"M\\u00fcller\",\n role = \"cre\",\n email = \"kirill@cynkra.com\"),\n person(given = \"Unicode, Inc.\",\n role = c(\"cph\", \"dtc\"),\n comment = \"Unicode Character Database\"))", - "Description": "Process and print 'UTF-8' encoded international\n text (Unicode). Input, validate, normalize, encode, format, and\n display.", - "License": "Apache License (== 2.0) | file LICENSE", - "URL": "https://ptrckprry.com/r-utf8/, https://github.com/patperry/r-utf8", - "BugReports": "https://github.com/patperry/r-utf8/issues", - "Depends": "R (>= 2.10)", - "Suggests": "cli, covr, knitr, rlang, rmarkdown, testthat (>= 3.0.0),\nwithr", - "VignetteBuilder": "knitr, rmarkdown", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "yes", - "Packaged": "2023-10-22 13:43:19 UTC; kirill", - "Author": "Patrick O. Perry [aut, cph],\n Kirill Müller [cre],\n Unicode, Inc. [cph, dtc] (Unicode Character Database)", - "Maintainer": "Kirill Müller ", - "Repository": "RSPM", - "Date/Publication": "2023-10-22 21:50:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:46:43 UTC; windows", - "Archs": "x64" - } - }, - "vctrs": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "vctrs", - "Title": "Vector Helpers", - "Version": "0.6.5", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"),\n person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"data.table team\", role = \"cph\",\n comment = \"Radix sort based on data.table's forder() and their contribution to R's order()\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Defines new notions of prototype and size that are used to\n provide tools for consistent and well-founded type-coercion and\n size-recycling, and are in turn connected to ideas of type- and\n size-stability useful for analysing function interfaces.", - "License": "MIT + file LICENSE", - "URL": "https://vctrs.r-lib.org/, https://github.com/r-lib/vctrs", - "BugReports": "https://github.com/r-lib/vctrs/issues", - "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", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "Language": "en-GB", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "yes", - "Packaged": "2023-12-01 16:27:12 UTC; davis", - "Author": "Hadley Wickham [aut],\n Lionel Henry [aut],\n Davis Vaughan [aut, cre],\n data.table team [cph] (Radix sort based on data.table's forder() and\n their contribution to R's order()),\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Davis Vaughan ", - "Repository": "RSPM", - "Date/Publication": "2023-12-01 23:50:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 20:13:49 UTC; windows", - "Archs": "x64" - } - }, - "viridisLite": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "viridisLite", - "Type": "Package", - "Title": "Colorblind-Friendly Color Maps (Lite Version)", - "Version": "0.4.2", - "Date": "2023-05-02", - "Authors@R": "c(\n person(\"Simon\", \"Garnier\", email = \"garnier@njit.edu\", role = c(\"aut\", \"cre\")),\n person(\"Noam\", \"Ross\", email = \"noam.ross@gmail.com\", role = c(\"ctb\", \"cph\")),\n person(\"Bob\", \"Rudis\", email = \"bob@rud.is\", role = c(\"ctb\", \"cph\")),\n person(\"Marco\", \"Sciaini\", email = \"sciaini.marco@gmail.com\", role = c(\"ctb\", \"cph\")),\n person(\"Antônio Pedro\", \"Camargo\", role = c(\"ctb\", \"cph\")),\n person(\"Cédric\", \"Scherer\", email = \"scherer@izw-berlin.de\", role = c(\"ctb\", \"cph\"))\n )", - "Maintainer": "Simon Garnier ", - "Description": "Color maps designed to improve graph readability for readers with \n common forms of color blindness and/or color vision deficiency. The color \n maps are also perceptually-uniform, both in regular form and also when \n converted to black-and-white for printing. This is the 'lite' version of the \n 'viridis' package that also contains 'ggplot2' bindings for discrete and \n continuous color and fill scales and can be found at \n .", - "License": "MIT + file LICENSE", - "Encoding": "UTF-8", - "Depends": "R (>= 2.10)", - "Suggests": "hexbin (>= 1.27.0), ggplot2 (>= 1.0.1), testthat, covr", - "URL": "https://sjmgarnier.github.io/viridisLite/,\nhttps://github.com/sjmgarnier/viridisLite/", - "BugReports": "https://github.com/sjmgarnier/viridisLite/issues/", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "no", - "Packaged": "2023-05-02 21:38:46 UTC; simon", - "Author": "Simon Garnier [aut, cre],\n Noam Ross [ctb, cph],\n Bob Rudis [ctb, cph],\n Marco Sciaini [ctb, cph],\n Antônio Pedro Camargo [ctb, cph],\n Cédric Scherer [ctb, cph]", - "Repository": "RSPM", - "Date/Publication": "2023-05-02 23:50:02 UTC", - "Built": "R 4.4.0; ; 2024-04-25 19:47:00 UTC; windows" - } - }, - "vroom": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "vroom", - "Title": "Read and Write Rectangular Text Data Quickly", - "Version": "1.6.5", - "Authors@R": "c(\n person(\"Jim\", \"Hester\", role = \"aut\",\n comment = c(ORCID = \"0000-0002-2739-7082\")),\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\",\n comment = c(ORCID = \"0000-0003-4757-117X\")),\n person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"),\n comment = c(ORCID = \"0000-0002-6983-2759\")),\n person(\"Shelby\", \"Bearrows\", role = \"ctb\"),\n person(\"https://github.com/mandreyel/\", role = \"cph\",\n comment = \"mio library\"),\n person(\"Jukka\", \"Jylänki\", role = \"cph\",\n comment = \"grisu3 implementation\"),\n person(\"Mikkel\", \"Jørgensen\", role = \"cph\",\n comment = \"grisu3 implementation\"),\n person(\"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\n indexing step, then reads the values lazily , so only the data you\n actually use needs to be read. The writer formats the data in\n parallel and writes to disk asynchronously from formatting.", - "License": "MIT + file LICENSE", - "URL": "https://vroom.r-lib.org, https://github.com/tidyverse/vroom", - "BugReports": "https://github.com/tidyverse/vroom/issues", - "Depends": "R (>= 3.6)", - "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": "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", - "Copyright": "file COPYRIGHTS", - "Encoding": "UTF-8", - "Language": "en-US", - "RoxygenNote": "7.2.3.9000", - "NeedsCompilation": "yes", - "Packaged": "2023-12-05 16:46:59 UTC; jenny", - "Author": "Jim Hester [aut] (),\n Hadley Wickham [aut] (),\n Jennifer Bryan [aut, cre] (),\n Shelby Bearrows [ctb],\n https://github.com/mandreyel/ [cph] (mio library),\n Jukka Jylänki [cph] (grisu3 implementation),\n Mikkel Jørgensen [cph] (grisu3 implementation),\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Jennifer Bryan ", - "Repository": "RSPM", - "Date/Publication": "2023-12-05 23:50:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 05:08:35 UTC; windows", - "Archs": "x64" - } - }, - "waldo": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "waldo", - "Title": "Find Differences Between R Objects", - "Version": "0.5.3", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Compare complex R objects and reveal the key differences.\n Designed particularly for use in testing packages where being able to\n quickly isolate key differences makes understanding test failures much\n easier.", - "License": "MIT + file LICENSE", - "URL": "https://waldo.r-lib.org, https://github.com/r-lib/waldo", - "BugReports": "https://github.com/r-lib/waldo/issues", - "Depends": "R (>= 3.6)", - "Imports": "cli, diffobj (>= 0.3.4), glue, methods, rematch2, rlang (>=\n1.0.0), tibble", - "Suggests": "covr, R6, testthat (>= 3.0.0), withr, xml2", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.2", - "NeedsCompilation": "no", - "Packaged": "2024-08-23 20:40:36 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2024-08-23 22:00:02 UTC", - "Built": "R 4.4.0; ; 2024-08-24 04:52:50 UTC; windows" - } - }, - "websocket": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "websocket", - "Version": "1.4.2", - "Title": "'WebSocket' Client Library", - "Description": "Provides a 'WebSocket' client interface for R.\n 'WebSocket' is a protocol for low-overhead real-time communication:\n .", - "Authors@R": "c(\n person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@posit.co\"),\n person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@posit.co\"),\n person(\"Alan\", \"Dipert\", role = \"aut\"),\n person(\"Barbara\", \"Borges\", role = \"aut\"),\n person(family = \"Posit, PBC\", role = \"cph\"),\n person(\"Peter\", \"Thorson\", role = c(\"ctb\", \"cph\"), comment = \"WebSocket++ library\"),\n person(\"René\", \"Nyffenegger\", role = c(\"ctb\", \"cph\"), comment = \"Base 64 library\"),\n person(\"Micael\", \"Hildenborg\", role = c(\"ctb\", \"cph\"), comment = \"SHA1 library\"),\n person(family = \"Aladdin Enterprises\", role = \"cph\", comment = \"MD5 library\"),\n person(\"Bjoern\", \"Hoehrmann\", role = c(\"ctb\", \"cph\"), comment = \"UTF8 Validation library\"))", - "License": "GPL-2", - "Encoding": "UTF-8", - "ByteCompile": "true", - "Imports": "R6, later (>= 1.2.0)", - "LinkingTo": "cpp11, AsioHeaders, later", - "BugReports": "https://github.com/rstudio/websocket/issues", - "SystemRequirements": "GNU make, OpenSSL >= 1.0.2", - "RoxygenNote": "7.3.2", - "Suggests": "httpuv, testthat, knitr, rmarkdown", - "VignetteBuilder": "knitr", - "NeedsCompilation": "yes", - "Packaged": "2024-07-22 17:16:18 UTC; winston", - "Author": "Winston Chang [aut, cre],\n Joe Cheng [aut],\n Alan Dipert [aut],\n Barbara Borges [aut],\n Posit, PBC [cph],\n Peter Thorson [ctb, cph] (WebSocket++ library),\n René Nyffenegger [ctb, cph] (Base 64 library),\n Micael Hildenborg [ctb, cph] (SHA1 library),\n Aladdin Enterprises [cph] (MD5 library),\n Bjoern Hoehrmann [ctb, cph] (UTF8 Validation library)", - "Maintainer": "Winston Chang ", - "Repository": "RSPM", - "Date/Publication": "2024-07-22 22:20:01 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-28 04:56:26 UTC; windows", - "Archs": "x64" - } - }, - "whisker": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "whisker", - "Maintainer": "Edwin de Jonge ", - "License": "GPL-3", - "Title": "{{mustache}} for R, Logicless Templating", - "Type": "Package", - "LazyLoad": "yes", - "Author": "Edwin de Jonge", - "Description": "Implements 'Mustache' logicless templating.", - "Version": "0.4.1", - "URL": "https://github.com/edwindj/whisker", - "Suggests": "markdown", - "RoxygenNote": "6.1.1", - "NeedsCompilation": "no", - "Packaged": "2022-12-05 15:15:55 UTC; hornik", - "Repository": "RSPM", - "Date/Publication": "2022-12-05 15:33:50 UTC", - "Encoding": "UTF-8", - "Built": "R 4.4.0; ; 2024-04-25 19:53:17 UTC; windows" - } - }, - "withr": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "withr", - "Title": "Run Code 'With' Temporarily Modified Global State", - "Version": "3.0.2", - "Authors@R": "c(\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Kirill\", \"Müller\", , \"krlmlr+r@mailbox.org\", role = \"aut\"),\n person(\"Kevin\", \"Ushey\", , \"kevinushey@gmail.com\", role = \"aut\"),\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"),\n person(\"Winston\", \"Chang\", role = \"aut\"),\n person(\"Jennifer\", \"Bryan\", role = \"ctb\"),\n person(\"Richard\", \"Cotton\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "A set of functions to run code 'with' safely and temporarily\n modified global state. Many of these functions were originally a part\n of the 'devtools' package, this provides a simple package with limited\n dependencies to provide access to these functions.", - "License": "MIT + file LICENSE", - "URL": "https://withr.r-lib.org, https://github.com/r-lib/withr#readme", - "BugReports": "https://github.com/r-lib/withr/issues", - "Depends": "R (>= 3.6.0)", - "Imports": "graphics, grDevices", - "Suggests": "callr, DBI, knitr, methods, rlang, rmarkdown (>= 2.12),\nRSQLite, testthat (>= 3.0.0)", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.2", - "Collate": "'aaa.R' 'collate.R' 'connection.R' 'db.R' 'defer-exit.R'\n'standalone-defer.R' 'defer.R' 'devices.R' 'local_.R' 'with_.R'\n'dir.R' 'env.R' 'file.R' 'language.R' 'libpaths.R' 'locale.R'\n'makevars.R' 'namespace.R' 'options.R' 'par.R' 'path.R' 'rng.R'\n'seed.R' 'wrap.R' 'sink.R' 'tempfile.R' 'timezone.R'\n'torture.R' 'utils.R' 'with.R'", - "NeedsCompilation": "no", - "Packaged": "2024-10-28 10:58:18 UTC; lionel", - "Author": "Jim Hester [aut],\n Lionel Henry [aut, cre],\n Kirill Müller [aut],\n Kevin Ushey [aut],\n Hadley Wickham [aut],\n Winston Chang [aut],\n Jennifer Bryan [ctb],\n Richard Cotton [ctb],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Lionel Henry ", - "Repository": "RSPM", - "Date/Publication": "2024-10-28 13:30:02 UTC", - "Built": "R 4.4.0; ; 2025-03-06 01:02:30 UTC; windows" - } - }, - "xfun": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "xfun", - "Type": "Package", - "Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'", - "Version": "0.47", - "Authors@R": "c(\n person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")),\n person(\"Wush\", \"Wu\", role = \"ctb\"),\n person(\"Daijiang\", \"Li\", role = \"ctb\"),\n person(\"Xianying\", \"Tan\", role = \"ctb\"),\n person(\"Salim\", \"Brüggemann\", role = \"ctb\", email = \"salim-b@pm.me\", comment = c(ORCID = \"0000-0002-5329-5987\")),\n person(\"Christophe\", \"Dervieux\", role = \"ctb\"),\n person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person()\n )", - "Description": "Miscellaneous functions commonly used in other packages maintained by 'Yihui Xie'.", - "Depends": "R (>= 3.2.0)", - "Imports": "grDevices, stats, tools", - "Suggests": "testit, parallel, codetools, methods, rstudioapi, tinytex (>=\n0.30), mime, markdown (>= 1.5), knitr (>= 1.47), htmltools,\nremotes, pak, rhub, renv, curl, xml2, jsonlite, magick, yaml,\nqs, rmarkdown", - "License": "MIT + file LICENSE", - "URL": "https://github.com/yihui/xfun", - "BugReports": "https://github.com/yihui/xfun/issues", - "Encoding": "UTF-8", - "RoxygenNote": "7.3.2", - "VignetteBuilder": "knitr", - "NeedsCompilation": "yes", - "Packaged": "2024-08-16 14:22:14 UTC; yihui", - "Author": "Yihui Xie [aut, cre, cph] (),\n Wush Wu [ctb],\n Daijiang Li [ctb],\n Xianying Tan [ctb],\n Salim Brüggemann [ctb] (),\n Christophe Dervieux [ctb],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Yihui Xie ", - "Repository": "RSPM", - "Date/Publication": "2024-08-17 04:00:03 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-08-18 04:47:57 UTC; windows", - "Archs": "x64" - } - }, - "xml2": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "xml2", - "Title": "Parse XML", - "Version": "1.3.6", - "Authors@R": "c(\n person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")),\n person(\"Jim\", \"Hester\", role = \"aut\"),\n person(\"Jeroen\", \"Ooms\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\n person(\"R Foundation\", role = \"ctb\",\n comment = \"Copy of R-project homepage cached as example\")\n )", - "Description": "Work with XML files using a simple, consistent interface.\n Built on top of the 'libxml2' C library.", - "License": "MIT + file LICENSE", - "URL": "https://xml2.r-lib.org/, https://github.com/r-lib/xml2", - "BugReports": "https://github.com/r-lib/xml2/issues", - "Depends": "R (>= 3.6.0)", - "Imports": "cli, methods, rlang (>= 1.1.0)", - "Suggests": "covr, curl, httr, knitr, magrittr, mockery, rmarkdown,\ntestthat (>= 3.0.0)", - "VignetteBuilder": "knitr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Encoding": "UTF-8", - "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' 'format.R' 'import-standalone-obj-type.R'\n'import-standalone-purrr.R' 'import-standalone-types-check.R'\n'init.R' 'nodeset_apply.R' 'paths.R' 'utils.R' 'xml2-package.R'\n'xml_attr.R' 'xml_children.R' 'xml_document.R' 'xml_find.R'\n'xml_missing.R' 'xml_modify.R' 'xml_name.R' 'xml_namespaces.R'\n'xml_node.R' 'xml_nodeset.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'", - "Config/testthat/edition": "3", - "NeedsCompilation": "yes", - "Packaged": "2023-12-04 14:50:27 UTC; hadleywickham", - "Author": "Hadley Wickham [aut, cre],\n Jim Hester [aut],\n Jeroen Ooms [aut],\n Posit Software, PBC [cph, fnd],\n R Foundation [ctb] (Copy of R-project homepage cached as example)", - "Maintainer": "Hadley Wickham ", - "Repository": "RSPM", - "Date/Publication": "2023-12-04 16:30:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 20:10:22 UTC; windows", - "Archs": "x64" - } - }, - "xopen": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "xopen", - "Title": "Open System Files, 'URLs', Anything", - "Version": "1.0.1", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Fathi\", \"Boudra\", role = \"aut\"),\n person(\"Rex\", \"Dieter\", role = \"aut\"),\n person(\"Kevin\", \"Krammer\", role = \"aut\"),\n person(\"Jeremy\", \"White\", role = \"aut\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Cross platform solution to open files, directories or 'URLs'\n with their associated programs.", - "License": "MIT + file LICENSE", - "URL": "https://github.com/r-lib/xopen#readme,\nhttps://r-lib.github.io/xopen/", - "BugReports": "https://github.com/r-lib/xopen/issues", - "Depends": "R (>= 3.1)", - "Imports": "processx", - "Suggests": "ps, testthat (>= 3.0.0)", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "no", - "Packaged": "2024-04-25 08:49:03 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\n Fathi Boudra [aut],\n Rex Dieter [aut],\n Kevin Krammer [aut],\n Jeremy White [aut],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2024-04-25 09:10:02 UTC", - "Built": "R 4.4.0; ; 2024-04-26 18:47:08 UTC; windows" - } - }, - "xtable": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "xtable", - "Version": "1.8-4", - "Date": "2019-04-08", - "Title": "Export Tables to LaTeX or HTML", - "Authors@R": "c(person(\"David B.\", \"Dahl\", role=\"aut\"),\n person(\"David\", \"Scott\", role=c(\"aut\",\"cre\"),\n email=\"d.scott@auckland.ac.nz\"),\n person(\"Charles\", \"Roosen\", role=\"aut\"),\n person(\"Arni\", \"Magnusson\", role=\"aut\"),\n person(\"Jonathan\", \"Swinton\", role=\"aut\"),\n person(\"Ajay\", \"Shah\", role=\"ctb\"),\n person(\"Arne\", \"Henningsen\", role=\"ctb\"),\n person(\"Benno\", \"Puetz\", role=\"ctb\"),\n person(\"Bernhard\", \"Pfaff\", role=\"ctb\"),\n person(\"Claudio\", \"Agostinelli\", role=\"ctb\"),\n person(\"Claudius\", \"Loehnert\", role=\"ctb\"),\n person(\"David\", \"Mitchell\", role=\"ctb\"),\n person(\"David\", \"Whiting\", role=\"ctb\"),\n person(\"Fernando da\", \"Rosa\", role=\"ctb\"),\n person(\"Guido\", \"Gay\", role=\"ctb\"),\n person(\"Guido\", \"Schulz\", role=\"ctb\"),\n person(\"Ian\", \"Fellows\", role=\"ctb\"),\n person(\"Jeff\", \"Laake\", role=\"ctb\"),\n person(\"John\", \"Walker\", role=\"ctb\"),\n person(\"Jun\", \"Yan\", role=\"ctb\"),\n person(\"Liviu\", \"Andronic\", role=\"ctb\"),\n person(\"Markus\", \"Loecher\", role=\"ctb\"),\n person(\"Martin\", \"Gubri\", role=\"ctb\"),\n person(\"Matthieu\", \"Stigler\", role=\"ctb\"),\n person(\"Robert\", \"Castelo\", role=\"ctb\"),\n person(\"Seth\", \"Falcon\", role=\"ctb\"),\n person(\"Stefan\", \"Edwards\", role=\"ctb\"),\n person(\"Sven\", \"Garbade\", role=\"ctb\"),\n person(\"Uwe\", \"Ligges\", role=\"ctb\"))", - "Maintainer": "David Scott ", - "Imports": "stats, utils", - "Suggests": "knitr, plm, zoo, survival", - "VignetteBuilder": "knitr", - "Description": "Coerce data to LaTeX and HTML tables.", - "URL": "http://xtable.r-forge.r-project.org/", - "Depends": "R (>= 2.10.0)", - "License": "GPL (>= 2)", - "Repository": "RSPM", - "NeedsCompilation": "no", - "Packaged": "2019-04-21 10:56:51 UTC; dsco036", - "Author": "David B. Dahl [aut],\n David Scott [aut, cre],\n Charles Roosen [aut],\n Arni Magnusson [aut],\n Jonathan Swinton [aut],\n Ajay Shah [ctb],\n Arne Henningsen [ctb],\n Benno Puetz [ctb],\n Bernhard Pfaff [ctb],\n Claudio Agostinelli [ctb],\n Claudius Loehnert [ctb],\n David Mitchell [ctb],\n David Whiting [ctb],\n Fernando da Rosa [ctb],\n Guido Gay [ctb],\n Guido Schulz [ctb],\n Ian Fellows [ctb],\n Jeff Laake [ctb],\n John Walker [ctb],\n Jun Yan [ctb],\n Liviu Andronic [ctb],\n Markus Loecher [ctb],\n Martin Gubri [ctb],\n Matthieu Stigler [ctb],\n Robert Castelo [ctb],\n Seth Falcon [ctb],\n Stefan Edwards [ctb],\n Sven Garbade [ctb],\n Uwe Ligges [ctb]", - "Date/Publication": "2019-04-21 12:20:03 UTC", - "Encoding": "UTF-8", - "Built": "R 4.4.0; ; 2024-04-25 19:46:08 UTC; windows" - } - }, - "yaml": { - "Source": "RSPM", - "Repository": "https://packagemanager.posit.co/cran/2024-09-17", - "description": { - "Package": "yaml", - "Type": "Package", - "Title": "Methods to Convert R Data to YAML and Back", - "Date": "2024-07-22", - "Version": "2.3.10", - "Suggests": "RUnit", - "Author": "Shawn P Garbett [aut], Jeremy Stephens [aut, cre], Kirill Simonov [aut], Yihui Xie [ctb],\n Zhuoer Dong [ctb], Hadley Wickham [ctb], Jeffrey Horner [ctb], reikoch [ctb],\n Will Beasley [ctb], Brendan O'Connor [ctb], Gregory R. Warnes [ctb],\n Michael Quinn [ctb], Zhian N. Kamvar [ctb], Charlie Gao [ctb]", - "Maintainer": "Shawn Garbett ", - "License": "BSD_3_clause + file LICENSE", - "Description": "Implements the 'libyaml' 'YAML' 1.1 parser and emitter\n () for R.", - "URL": "https://github.com/vubiostat/r-yaml/", - "BugReports": "https://github.com/vubiostat/r-yaml/issues", - "NeedsCompilation": "yes", - "Packaged": "2024-07-22 15:44:18 UTC; garbetsp", - "Repository": "CRAN", - "Date/Publication": "2024-07-26 15:10:02 UTC", - "Built": "R 4.4.1; x86_64-w64-mingw32; 2024-07-31 00:26:34 UTC; windows", - "Archs": "x64" - } - }, - "zip": { - "Source": "RSPM2", - "Repository": "https://packagemanager.posit.co/cran/2025-04-01", - "description": { - "Package": "zip", - "Title": "Cross-Platform 'zip' Compression", - "Version": "2.3.1", - "Authors@R": "c(\n person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\n person(\"Kuba\", \"Podgórski\", role = \"ctb\"),\n person(\"Rich\", \"Geldreich\", role = \"ctb\"),\n person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n )", - "Description": "Cross-Platform 'zip' Compression Library. A replacement for\n the 'zip' function, that does not require any additional external\n tools on any platform.", - "License": "MIT + file LICENSE", - "URL": "https://github.com/r-lib/zip, https://r-lib.github.io/zip/", - "BugReports": "https://github.com/r-lib/zip/issues", - "Suggests": "covr, processx, R6, testthat, withr", - "Config/Needs/website": "tidyverse/tidytemplate", - "Config/testthat/edition": "3", - "Encoding": "UTF-8", - "RoxygenNote": "7.2.3", - "NeedsCompilation": "yes", - "Packaged": "2024-01-27 09:28:29 UTC; gaborcsardi", - "Author": "Gábor Csárdi [aut, cre],\n Kuba Podgórski [ctb],\n Rich Geldreich [ctb],\n Posit Software, PBC [cph, fnd]", - "Maintainer": "Gábor Csárdi ", - "Repository": "RSPM", - "Date/Publication": "2024-01-27 10:00:02 UTC", - "Built": "R 4.4.0; x86_64-w64-mingw32; 2024-04-25 19:40:03 UTC; windows", - "Archs": "x64" - } - } - }, - "files": { - ".Rbuildignore": { - "checksum": "3c12e35f7949a02c62d84f8c0a1d21c6" - }, - "app.R": { - "checksum": "38d044b64e4d192ec646ac21c2f82232" - }, - "codecov.yml": { - "checksum": "e20df979617a9f8c55da8b1506da4078" - }, - "data/clinsightful_data.rda": { - "checksum": "5ecf75fbc20ee2a4c1934afaf2237ca3" - }, - "data/metadata.rda": { - "checksum": "bf643c50cef96589d5badcc9316bb933" - }, - "DESCRIPTION": { - "checksum": "398919c169277019fd0394d6dfc364cc" - }, - "inst/_pkgdown.yml": { - "checksum": "bc33b9798be64a15cfb9641cc57c3e3d" - }, - "inst/app/www/custom.css": { - "checksum": "bb8eb6441219107efd5b001bfad38acf" - }, - "inst/app/www/custom.js": { - "checksum": "58cf5840657f88651a242670d29e97df" - }, - "inst/app/www/custom_timeline.js": { - "checksum": "4d7f2276f8d297aa1571ab9d9ea1f0db" - }, - "inst/app/www/figure_legend.png": { - "checksum": "28a39c0902fdc607c1b355f9f0712df7" - }, - "inst/app/www/gcp_logo.png": { - "checksum": "f95a654e6fce0a6f355cfb88251bf879" - }, - "inst/app/www/logo.png": { - "checksum": "25eb4944dec15fa47c6f47a7229d5f73" - }, - "inst/app/www/report.Rmd": { - "checksum": "a7329b043e34223c6ca36c350682fa5c" - }, - "inst/golem-config.yml": { - "checksum": "0be5fd15f2d0a21d08fc0d1795f7df0e" - }, - "inst/metadata.xlsx": { - "checksum": "7891eee4f50c7fffbeebf21c9e3e1db7" - }, - "inst/raw_data/clinsight_raw_AE.csv": { - "checksum": "5727ccc0e1841ba0c25c04d2a972bd52" - }, - "inst/raw_data/clinsight_raw_CM.csv": { - "checksum": "c0b72b81d3f494b56f22f597869e44ad" - }, - "inst/raw_data/clinsight_raw_CP.csv": { - "checksum": "35d26ef0921eb2d8ed241ae6dbde3a81" - }, - "inst/raw_data/clinsight_raw_DM.csv": { - "checksum": "8e217348e2eac7bf750f20e1d55a404d" - }, - "inst/raw_data/clinsight_raw_DS.csv": { - "checksum": "45e27a5c6981d06286ed264326e45ab8" - }, - "inst/raw_data/clinsight_raw_ECOG.csv": { - "checksum": "66d0273024a561e825a9ed9b3ff1890c" - }, - "inst/raw_data/clinsight_raw_EX.csv": { - "checksum": "f030f53d3f86d03805196ec8ad2aacc7" - }, - "inst/raw_data/clinsight_raw_LBHM.csv": { - "checksum": "37a95436b6dc436bf4fef82cc6c90e4e" - }, - "inst/raw_data/clinsight_raw_LBSER.csv": { - "checksum": "2f7c634275d14d7afbc44d0d293e159e" - }, - "inst/raw_data/clinsight_raw_MH.csv": { - "checksum": "3721de09e01c696995e83944fe09b537" - }, - "inst/raw_data/clinsight_raw_RS.csv": { - "checksum": "f6a996c1b04de8d2b6585baa15c2bcb6" - }, - "inst/raw_data/clinsight_raw_STE.csv": { - "checksum": "f2649885f28fc3a6bd09647114ba5f5d" - }, - "inst/raw_data/clinsight_raw_TT.csv": { - "checksum": "d910759be8d2f7340e60e191d74fcda6" - }, - "inst/raw_data/clinsight_raw_VS.csv": { - "checksum": "ab0254684857b1ec460407c4de274bbe" - }, - "inst/raw_data/clinsight_raw_WHO.csv": { - "checksum": "473837bd937fa0674ce3f1521b77ec5e" - }, - "LICENSE": { - "checksum": "45fb543365eb5ef92d5a8fa7862ea7dc" - }, - "LICENSE.md": { - "checksum": "2d4bb8140f364bc663910cf561269b98" - }, - "merged_data.rds": { - "checksum": "55862e9b8aca7d5a190e01ebf1d3afee" - }, - "NAMESPACE": { - "checksum": "2193fbe9834ef604772320a8f198646a" - }, - "NEWS.md": { - "checksum": "36cfb8acedb70e530efb9d778687dbba" - }, - "R/_dependencies.R": { - "checksum": "33b62edd4c083c9ad37d63d3a4ecc51b" - }, - "R/_disable_autoload.R": { - "checksum": "9d8f7f20e88b559c046ec1f59fe82cba" - }, - "R/app_authentication.R": { - "checksum": "99d20bd92fc7ab448c286d13370b6523" - }, - "R/app_config.R": { - "checksum": "85efe8a03f83a89f1b2ec765dae1340b" - }, - "R/app_server.R": { - "checksum": "55600122401f11e55b24bfd1c422092a" - }, - "R/app_ui.R": { - "checksum": "4321e93ec1f0f49380815a81d2939a36" - }, - "R/clinsight-package.R": { - "checksum": "fd64f20ee959f5e7647811c9f051448e" - }, - "R/data.R": { - "checksum": "79ace6f0d5e84a15561a175271fdf993" - }, - "R/fct_app_role_helpers.R": { - "checksum": "1acdc9aad8b761c30a7bb02c880a98f8" - }, - "R/fct_appdata.R": { - "checksum": "48e848df7b3a1a8fd8df19d1aa9247a9" - }, - "R/fct_appdata_summary_tables.R": { - "checksum": "86b248f26204783f446db266f66974f5" - }, - "R/fct_customize_clinsight_helpers.R": { - "checksum": "5598ad8aaec60ccb2f3f499824fcf99e" - }, - "R/fct_data_helpers.R": { - "checksum": "60fc1e2e51131652d5c3cd1699fe3f8a" - }, - "R/fct_data_tests.R": { - "checksum": "561c8f3888e6e95b08b5b993937e7e44" - }, - "R/fct_db_collect_data.R": { - "checksum": "d988c8faa64fdbde5b90d5a61da41934" - }, - "R/fct_figure_helpers.R": { - "checksum": "29367e3960d2ea4ad9f2d223b25c2aa8" - }, - "R/fct_figures.R": { - "checksum": "c3e3be3f98aa434f701c203443af1434" - }, - "R/fct_SQLite.R": { - "checksum": "e1122afc1e93dd38167854299f14e46b" - }, - "R/fct_tables.R": { - "checksum": "ee9cec825c873abb037ccb9a187ca1ba" - }, - "R/fct_utils.R": { - "checksum": "2c214e01ad5f757597c5c4d41ffc3bb0" - }, - "R/global.R": { - "checksum": "2a64b27db2ff86ac34a315ded5852e9f" - }, - "R/golem_utils_server.R": { - "checksum": "19c5d6d89fa0d0b7c7974efebbb6d988" - }, - "R/mod_common_forms.R": { - "checksum": "4c1220253cfe21531a394319a29a80b8" - }, - "R/mod_db_synch_info.R": { - "checksum": "2dbcbdb90056610a765a3c07cc1f9dff" - }, - "R/mod_go_to_form.R": { - "checksum": "081160878c038b42507c16731be95006" - }, - "R/mod_header_widgets.R": { - "checksum": "5ac3b03417cb9a0ae9981548a540e44d" - }, - "R/mod_main_sidebar.R": { - "checksum": "4cbea2b0b879d532addb45a0814599c1" - }, - "R/mod_navigate_forms.R": { - "checksum": "8d86c101f8d796867f5ff3b4a7b06084" - }, - "R/mod_navigate_participants.R": { - "checksum": "b1bc409a86823d6dbb0f44b0e5384015" - }, - "R/mod_navigate_review.R": { - "checksum": "96eb03ffa864cffa2b9f517c5040f36e" - }, - "R/mod_queries.R": { - "checksum": "364c459cd0ec2af2e89a52442087b228" - }, - "R/mod_query_add.R": { - "checksum": "2ecb2be91b0ec331c1f068c8f9f980b4" - }, - "R/mod_query_follow_up.R": { - "checksum": "4e7ff38a4b5ca25217996490a80aa6f6" - }, - "R/mod_report.R": { - "checksum": "22a85888a33d5de3f8cef56fa078c065" - }, - "R/mod_report_fct_helpers.R": { - "checksum": "d56a759fa5a039a10b960a1aa2e9a2d5" - }, - "R/mod_review_config.R": { - "checksum": "9be36fbdf0f7238ab0eef4f1fe1d9651" - }, - "R/mod_review_config_fct_helpers.R": { - "checksum": "30cce495e54f0d470261a286533dbd47" - }, - "R/mod_review_data_fct_helpers.R": { - "checksum": "bc8e8d61181600a4817fa836f5c9d9de" - }, - "R/mod_review_form_tbl.R": { - "checksum": "42a7a80ba8e60d8c1e073e4cf9abb719" - }, - "R/mod_review_form_tbl_fct_helpers.R": { - "checksum": "d0bd00121cee25bd826e86a7f6efcb9f" - }, - "R/mod_review_forms.R": { - "checksum": "794c30283d856debb32249b32ca3a16d" - }, - "R/mod_start_page.R": { - "checksum": "4de0b9bd32d20864614a0d1288182dbf" - }, - "R/mod_study_forms.R": { - "checksum": "8972ee054ddbc6ab0670c961e85dfabb" - }, - "R/mod_timeline.R": { - "checksum": "4fb0c9788d3cc2f6ad8c339f2b4d663a" - }, - "R/run_app.R": { - "checksum": "52a2ba94b4b7e9af5fa4b51f86de131e" - }, - "R/shiny.R": { - "checksum": "5a5592b184d490034731e372fb714d5d" - }, - "R/sysdata.rda": { - "checksum": "ab25a72d3c3f49523574c5c08a603724" - }, - "R/zzz.R": { - "checksum": "49d68df30d70a3f4b4009320ccc56978" - }, - "README.md": { - "checksum": "e7975a2758bf3ac193faa01bd9a86b33" - }, - "test.sqlite": { - "checksum": "abc2a5f0553ffa436efa9e19feb62dda" - }, - "user_db.sqlite": { - "checksum": "a66d6bc78556f4f0c4d4f1bbc065f12c" - } - }, - "users": null -} diff --git a/renv.lock b/renv.lock deleted file mode 100644 index 7ed82889..00000000 --- a/renv.lock +++ /dev/null @@ -1,2385 +0,0 @@ -{ - "R": { - "Version": "4.4.1", - "Repositories": [ - { - "Name": "RSPM", - "URL": "https://packagemanager.posit.co/cran/2024-09-17" - }, - { - "Name": "RSPM2", - "URL": "https://packagemanager.posit.co/cran/2025-04-01" - } - ] - }, - "Packages": { - "AsioHeaders": { - "Package": "AsioHeaders", - "Version": "1.22.1-2", - "Source": "Repository", - "Repository": "RSPM", - "Hash": "85bf3bd8fa58da21a22d84fd4f4ef0a8" - }, - "BH": { - "Package": "BH", - "Version": "1.84.0-0", - "Source": "Repository", - "Repository": "RSPM", - "Hash": "a8235afbcd6316e6e91433ea47661013" - }, - "DBI": { - "Package": "DBI", - "Version": "1.2.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "methods" - ], - "Hash": "065ae649b05f1ff66bb0c793107508f5" - }, - "DT": { - "Package": "DT", - "Version": "0.33", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "crosstalk", - "htmltools", - "htmlwidgets", - "httpuv", - "jquerylib", - "jsonlite", - "magrittr", - "promises" - ], - "Hash": "64ff3427f559ce3f2597a4fe13255cb6" - }, - "MASS": { - "Package": "MASS", - "Version": "7.3-61", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "grDevices", - "graphics", - "methods", - "stats", - "utils" - ], - "Hash": "0cafd6f0500e5deba33be22c46bf6055" - }, - "Matrix": { - "Package": "Matrix", - "Version": "1.7-0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "grDevices", - "graphics", - "grid", - "lattice", - "methods", - "stats", - "utils" - ], - "Hash": "1920b2f11133b12350024297d8a4ff4a" - }, - "PKI": { - "Package": "PKI", - "Version": "0.1-14", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "base64enc" - ], - "Hash": "f5b9c6b2f62f1fa3dd53fd1ddccbb241" - }, - "R.methodsS3": { - "Package": "R.methodsS3", - "Version": "1.8.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "utils" - ], - "Hash": "278c286fd6e9e75d0c2e8f731ea445c8" - }, - "R.oo": { - "Package": "R.oo", - "Version": "1.26.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R.methodsS3", - "methods", - "utils" - ], - "Hash": "4fed809e53ddb5407b3da3d0f572e591" - }, - "R.utils": { - "Package": "R.utils", - "Version": "2.12.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R.methodsS3", - "R.oo", - "methods", - "tools", - "utils" - ], - "Hash": "3dc2829b790254bfba21e60965787651" - }, - "R6": { - "Package": "R6", - "Version": "2.5.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "470851b6d5d0ac559e9d01bb352b4021" - }, - "RColorBrewer": { - "Package": "RColorBrewer", - "Version": "1.1-3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "45f0398006e83a5b10b72a90663d8d8c" - }, - "RSQLite": { - "Package": "RSQLite", - "Version": "2.3.7", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "DBI", - "R", - "bit64", - "blob", - "cpp11", - "memoise", - "methods", - "pkgconfig", - "plogr", - "rlang" - ], - "Hash": "46b45a4dd7bb0e0f4e3fc22245817240" - }, - "Rcpp": { - "Package": "Rcpp", - "Version": "1.0.13", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "methods", - "utils" - ], - "Hash": "f27411eb6d9c3dada5edd444b8416675" - }, - "anytime": { - "Package": "anytime", - "Version": "0.3.9", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "BH", - "R", - "Rcpp" - ], - "Hash": "74a64813f17b492da9c6afda6b128e3d" - }, - "askpass": { - "Package": "askpass", - "Version": "1.2.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "sys" - ], - "Hash": "cad6cf7f1d5f6e906700b9d3e718c796" - }, - "attempt": { - "Package": "attempt", - "Version": "0.3.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "rlang" - ], - "Hash": "d7421bb5dfeb2676b9e4a5a60c2fcfd2" - }, - "backports": { - "Package": "backports", - "Version": "1.5.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "e1e1b9d75c37401117b636b7ae50827a" - }, - "base64enc": { - "Package": "base64enc", - "Version": "0.1-3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "543776ae6848fde2f48ff3816d0628bc" - }, - "billboarder": { - "Package": "billboarder", - "Version": "0.5.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "ggplot2", - "htmltools", - "htmlwidgets", - "jsonlite", - "magrittr", - "rlang", - "scales", - "shiny" - ], - "Hash": "8cfc73709bd06a57f4039fe15083b238" - }, - "bit": { - "Package": "bit", - "Version": "4.0.5", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "d242abec29412ce988848d0294b208fd" - }, - "bit64": { - "Package": "bit64", - "Version": "4.0.5", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "bit", - "methods", - "stats", - "utils" - ], - "Hash": "9fe98599ca456d6552421db0d6772d8f" - }, - "blob": { - "Package": "blob", - "Version": "1.2.4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "methods", - "rlang", - "vctrs" - ], - "Hash": "40415719b5a479b87949f3aa0aee737c" - }, - "brew": { - "Package": "brew", - "Version": "1.0-10", - "Source": "Repository", - "Repository": "RSPM", - "Hash": "8f4a384e19dccd8c65356dc096847b76" - }, - "brio": { - "Package": "brio", - "Version": "1.1.5", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "c1ee497a6d999947c2c224ae46799b1a" - }, - "bslib": { - "Package": "bslib", - "Version": "0.8.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "base64enc", - "cachem", - "fastmap", - "grDevices", - "htmltools", - "jquerylib", - "jsonlite", - "lifecycle", - "memoise", - "mime", - "rlang", - "sass" - ], - "Hash": "b299c6741ca9746fb227debcb0f9fb6c" - }, - "cachem": { - "Package": "cachem", - "Version": "1.1.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "fastmap", - "rlang" - ], - "Hash": "cd9a672193789068eb5a2aad65a0dedf" - }, - "callr": { - "Package": "callr", - "Version": "3.7.6", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "processx", - "utils" - ], - "Hash": "d7e13f49c19103ece9e58ad2d83a7354" - }, - "cellranger": { - "Package": "cellranger", - "Version": "1.1.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "rematch", - "tibble" - ], - "Hash": "f61dbaec772ccd2e17705c1e872e9e7c" - }, - "checkmate": { - "Package": "checkmate", - "Version": "2.3.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "backports", - "utils" - ], - "Hash": "0e14e01ce07e7c88fd25de6d4260d26b" - }, - "chromote": { - "Package": "chromote", - "Version": "0.5.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R6", - "cli", - "curl", - "fastmap", - "jsonlite", - "later", - "magrittr", - "processx", - "promises", - "rlang", - "utils", - "websocket", - "withr", - "zip" - ], - "Hash": "11811b9f4279dcd325739b3f4b460b52" - }, - "cli": { - "Package": "cli", - "Version": "3.6.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "utils" - ], - "Hash": "b21916dd77a27642b447374a5d30ecf3" - }, - "clipr": { - "Package": "clipr", - "Version": "0.8.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "utils" - ], - "Hash": "3f038e5ac7f41d4ac41ce658c85e3042" - }, - "codetools": { - "Package": "codetools", - "Version": "0.2-20", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "61e097f35917d342622f21cdc79c256e" - }, - "colorspace": { - "Package": "colorspace", - "Version": "2.1-1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "grDevices", - "graphics", - "methods", - "stats" - ], - "Hash": "d954cb1c57e8d8b756165d7ba18aa55a" - }, - "commonmark": { - "Package": "commonmark", - "Version": "1.9.1", - "Source": "Repository", - "Repository": "RSPM", - "Hash": "5d8225445acb167abf7797de48b2ee3c" - }, - "config": { - "Package": "config", - "Version": "0.3.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "yaml" - ], - "Hash": "8b7222e9d9eb5178eea545c0c4d33fc2" - }, - "covr": { - "Package": "covr", - "Version": "3.6.4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "crayon", - "digest", - "httr", - "jsonlite", - "methods", - "rex", - "stats", - "utils", - "withr", - "yaml" - ], - "Hash": "0cbf0435830e767ba9b292b313592362" - }, - "cowplot": { - "Package": "cowplot", - "Version": "1.1.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "ggplot2", - "grDevices", - "grid", - "gtable", - "methods", - "rlang", - "scales" - ], - "Hash": "8ef2084dd7d28847b374e55440e4f8cb" - }, - "cpp11": { - "Package": "cpp11", - "Version": "0.5.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "91570bba75d0c9d3f1040c835cee8fba" - }, - "crayon": { - "Package": "crayon", - "Version": "1.5.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "grDevices", - "methods", - "utils" - ], - "Hash": "859d96e65ef198fd43e82b9628d593ef" - }, - "credentials": { - "Package": "credentials", - "Version": "2.0.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "askpass", - "curl", - "jsonlite", - "openssl", - "sys" - ], - "Hash": "c7844b32098dcbd1c59cbd8dddb4ecc6" - }, - "crosstalk": { - "Package": "crosstalk", - "Version": "1.2.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R6", - "htmltools", - "jsonlite", - "lazyeval" - ], - "Hash": "ab12c7b080a57475248a30f4db6298c0" - }, - "curl": { - "Package": "curl", - "Version": "5.2.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "8f27335f2bcff4d6035edcc82d7d46de" - }, - "data.table": { - "Package": "data.table", - "Version": "1.16.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "methods" - ], - "Hash": "fb24e05d4a91d8b1c7ff8e284bde834a" - }, - "dbplyr": { - "Package": "dbplyr", - "Version": "2.5.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "DBI", - "R", - "R6", - "blob", - "cli", - "dplyr", - "glue", - "lifecycle", - "magrittr", - "methods", - "pillar", - "purrr", - "rlang", - "tibble", - "tidyr", - "tidyselect", - "utils", - "vctrs", - "withr" - ], - "Hash": "39b2e002522bfd258039ee4e889e0fd1" - }, - "desc": { - "Package": "desc", - "Version": "1.4.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "cli", - "utils" - ], - "Hash": "99b79fcbd6c4d1ce087f5c5c758b384f" - }, - "devtools": { - "Package": "devtools", - "Version": "2.4.5", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "desc", - "ellipsis", - "fs", - "lifecycle", - "memoise", - "miniUI", - "pkgbuild", - "pkgdown", - "pkgload", - "profvis", - "rcmdcheck", - "remotes", - "rlang", - "roxygen2", - "rversions", - "sessioninfo", - "stats", - "testthat", - "tools", - "urlchecker", - "usethis", - "utils", - "withr" - ], - "Hash": "ea5bc8b4a6a01e4f12d98b58329930bb" - }, - "diffobj": { - "Package": "diffobj", - "Version": "0.3.5", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "crayon", - "methods", - "stats", - "tools", - "utils" - ], - "Hash": "bcaa8b95f8d7d01a5dedfd959ce88ab8" - }, - "digest": { - "Package": "digest", - "Version": "0.6.37", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "utils" - ], - "Hash": "33698c4b3127fc9f506654607fb73676" - }, - "downlit": { - "Package": "downlit", - "Version": "0.4.4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "brio", - "desc", - "digest", - "evaluate", - "fansi", - "memoise", - "rlang", - "vctrs", - "withr", - "yaml" - ], - "Hash": "45a6a596bf0108ee1ff16a040a2df897" - }, - "dplyr": { - "Package": "dplyr", - "Version": "1.1.4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "cli", - "generics", - "glue", - "lifecycle", - "magrittr", - "methods", - "pillar", - "rlang", - "tibble", - "tidyselect", - "utils", - "vctrs" - ], - "Hash": "fedd9d00c2944ff00a0e2696ccf048ec" - }, - "ellipsis": { - "Package": "ellipsis", - "Version": "0.3.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "rlang" - ], - "Hash": "bb0eec2fe32e88d9e2836c2f73ea2077" - }, - "evaluate": { - "Package": "evaluate", - "Version": "0.24.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "methods" - ], - "Hash": "a1066cbc05caee9a4bf6d90f194ff4da" - }, - "fansi": { - "Package": "fansi", - "Version": "1.0.6", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "grDevices", - "utils" - ], - "Hash": "962174cf2aeb5b9eea581522286a911f" - }, - "farver": { - "Package": "farver", - "Version": "2.1.2", - "Source": "Repository", - "Repository": "RSPM", - "Hash": "680887028577f3fa2a81e410ed0d6e42" - }, - "fastmap": { - "Package": "fastmap", - "Version": "1.2.0", - "Source": "Repository", - "Repository": "RSPM", - "Hash": "aa5e1cd11c2d15497494c5292d7ffcc8" - }, - "fontawesome": { - "Package": "fontawesome", - "Version": "0.5.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "htmltools", - "rlang" - ], - "Hash": "c2efdd5f0bcd1ea861c2d4e2a883a67d" - }, - "fs": { - "Package": "fs", - "Version": "1.6.4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "methods" - ], - "Hash": "15aeb8c27f5ea5161f9f6a641fafd93a" - }, - "generics": { - "Package": "generics", - "Version": "0.1.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "methods" - ], - "Hash": "15e9634c0fcd294799e9b2e929ed1b86" - }, - "gert": { - "Package": "gert", - "Version": "2.1.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "askpass", - "credentials", - "openssl", - "rstudioapi", - "sys", - "zip" - ], - "Hash": "ab2ca7d6bd706ed218d096b7b16d7233" - }, - "ggplot2": { - "Package": "ggplot2", - "Version": "3.5.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "MASS", - "R", - "cli", - "glue", - "grDevices", - "grid", - "gtable", - "isoband", - "lifecycle", - "mgcv", - "rlang", - "scales", - "stats", - "tibble", - "vctrs", - "withr" - ], - "Hash": "44c6a2f8202d5b7e878ea274b1092426" - }, - "gh": { - "Package": "gh", - "Version": "1.4.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "gitcreds", - "glue", - "httr2", - "ini", - "jsonlite", - "lifecycle", - "rlang" - ], - "Hash": "fbbbc48eba7a6626a08bb365e44b563b" - }, - "gitcreds": { - "Package": "gitcreds", - "Version": "0.1.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "ab08ac61f3e1be454ae21911eb8bc2fe" - }, - "globals": { - "Package": "globals", - "Version": "0.16.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "codetools" - ], - "Hash": "2580567908cafd4f187c1e5a91e98b7f" - }, - "glue": { - "Package": "glue", - "Version": "1.7.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "methods" - ], - "Hash": "e0b3a53876554bd45879e596cdb10a52" - }, - "golem": { - "Package": "golem", - "Version": "0.5.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "attempt", - "config", - "here", - "htmltools", - "rlang", - "shiny", - "utils", - "yaml" - ], - "Hash": "11be24963e2f220c403eafd01e2259d5" - }, - "gtable": { - "Package": "gtable", - "Version": "0.3.5", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "glue", - "grid", - "lifecycle", - "rlang" - ], - "Hash": "e18861963cbc65a27736e02b3cd3c4a0" - }, - "here": { - "Package": "here", - "Version": "1.0.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "rprojroot" - ], - "Hash": "24b224366f9c2e7534d2344d10d59211" - }, - "highr": { - "Package": "highr", - "Version": "0.11", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "xfun" - ], - "Hash": "d65ba49117ca223614f71b60d85b8ab7" - }, - "hms": { - "Package": "hms", - "Version": "1.1.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "lifecycle", - "methods", - "pkgconfig", - "rlang", - "vctrs" - ], - "Hash": "b59377caa7ed00fa41808342002138f9" - }, - "htmltools": { - "Package": "htmltools", - "Version": "0.5.8.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "base64enc", - "digest", - "fastmap", - "grDevices", - "rlang", - "utils" - ], - "Hash": "81d371a9cc60640e74e4ab6ac46dcedc" - }, - "htmlwidgets": { - "Package": "htmlwidgets", - "Version": "1.6.4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "grDevices", - "htmltools", - "jsonlite", - "knitr", - "rmarkdown", - "yaml" - ], - "Hash": "04291cc45198225444a397606810ac37" - }, - "httpuv": { - "Package": "httpuv", - "Version": "1.6.15", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "Rcpp", - "later", - "promises", - "utils" - ], - "Hash": "d55aa087c47a63ead0f6fc10f8fa1ee0" - }, - "httr": { - "Package": "httr", - "Version": "1.4.7", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "curl", - "jsonlite", - "mime", - "openssl" - ], - "Hash": "ac107251d9d9fd72f0ca8049988f1d7f" - }, - "httr2": { - "Package": "httr2", - "Version": "1.0.4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "cli", - "curl", - "glue", - "lifecycle", - "magrittr", - "openssl", - "rappdirs", - "rlang", - "vctrs", - "withr" - ], - "Hash": "836e9564fbeca3bb390bb429a53cd401" - }, - "ini": { - "Package": "ini", - "Version": "0.3.1", - "Source": "Repository", - "Repository": "RSPM", - "Hash": "6154ec2223172bce8162d4153cda21f7" - }, - "isoband": { - "Package": "isoband", - "Version": "0.2.7", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "grid", - "utils" - ], - "Hash": "0080607b4a1a7b28979aecef976d8bc2" - }, - "jquerylib": { - "Package": "jquerylib", - "Version": "0.1.4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "htmltools" - ], - "Hash": "5aab57a3bd297eee1c1d862735972182" - }, - "jsonlite": { - "Package": "jsonlite", - "Version": "1.8.8", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "methods" - ], - "Hash": "e1b9c55281c5adc4dd113652d9e26768" - }, - "kableExtra": { - "Package": "kableExtra", - "Version": "1.4.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "digest", - "grDevices", - "graphics", - "htmltools", - "knitr", - "magrittr", - "rmarkdown", - "rstudioapi", - "scales", - "stats", - "stringr", - "svglite", - "tools", - "viridisLite", - "xml2" - ], - "Hash": "532d16304274c23c8563f94b79351c86" - }, - "knitr": { - "Package": "knitr", - "Version": "1.48", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "evaluate", - "highr", - "methods", - "tools", - "xfun", - "yaml" - ], - "Hash": "acf380f300c721da9fde7df115a5f86f" - }, - "labeling": { - "Package": "labeling", - "Version": "0.4.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "graphics", - "stats" - ], - "Hash": "b64ec208ac5bc1852b285f665d6368b3" - }, - "later": { - "Package": "later", - "Version": "1.3.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "Rcpp", - "rlang" - ], - "Hash": "a3e051d405326b8b0012377434c62b37" - }, - "lattice": { - "Package": "lattice", - "Version": "0.22-6", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "grDevices", - "graphics", - "grid", - "stats", - "utils" - ], - "Hash": "cc5ac1ba4c238c7ca9fa6a87ca11a7e2" - }, - "lazyeval": { - "Package": "lazyeval", - "Version": "0.2.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "d908914ae53b04d4c0c0fd72ecc35370" - }, - "lifecycle": { - "Package": "lifecycle", - "Version": "1.0.4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "glue", - "rlang" - ], - "Hash": "b8552d117e1b808b09a832f589b79035" - }, - "magrittr": { - "Package": "magrittr", - "Version": "2.0.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "7ce2733a9826b3aeb1775d56fd305472" - }, - "memoise": { - "Package": "memoise", - "Version": "2.0.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "cachem", - "rlang" - ], - "Hash": "e2817ccf4a065c5d9d7f2cfbe7c1d78c" - }, - "mgcv": { - "Package": "mgcv", - "Version": "1.9-1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "Matrix", - "R", - "graphics", - "methods", - "nlme", - "splines", - "stats", - "utils" - ], - "Hash": "110ee9d83b496279960e162ac97764ce" - }, - "mime": { - "Package": "mime", - "Version": "0.12", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "tools" - ], - "Hash": "18e9c28c1d3ca1560ce30658b22ce104" - }, - "miniUI": { - "Package": "miniUI", - "Version": "0.1.1.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "htmltools", - "shiny", - "utils" - ], - "Hash": "fec5f52652d60615fdb3957b3d74324a" - }, - "munsell": { - "Package": "munsell", - "Version": "0.5.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "colorspace", - "methods" - ], - "Hash": "4fd8900853b746af55b81fda99da7695" - }, - "nlme": { - "Package": "nlme", - "Version": "3.1-166", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "graphics", - "lattice", - "stats", - "utils" - ], - "Hash": "ccbb8846be320b627e6aa2b4616a2ded" - }, - "openssl": { - "Package": "openssl", - "Version": "2.2.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "askpass" - ], - "Hash": "c62edf62de70cadf40553e10c739049d" - }, - "packrat": { - "Package": "packrat", - "Version": "0.9.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "tools", - "utils" - ], - "Hash": "55ddd2d4a1959535f18393478b0c14a6" - }, - "pillar": { - "Package": "pillar", - "Version": "1.9.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "cli", - "fansi", - "glue", - "lifecycle", - "rlang", - "utf8", - "utils", - "vctrs" - ], - "Hash": "15da5a8412f317beeee6175fbc76f4bb" - }, - "pingr": { - "Package": "pingr", - "Version": "2.0.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "processx", - "utils" - ], - "Hash": "8d2db1d13f4198a00ebf2f066bf2ab67" - }, - "pkgbuild": { - "Package": "pkgbuild", - "Version": "1.4.4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "callr", - "cli", - "desc", - "processx" - ], - "Hash": "a29e8e134a460a01e0ca67a4763c595b" - }, - "pkgconfig": { - "Package": "pkgconfig", - "Version": "2.0.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "utils" - ], - "Hash": "01f28d4278f15c76cddbea05899c5d6f" - }, - "pkgdown": { - "Package": "pkgdown", - "Version": "2.1.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "bslib", - "callr", - "cli", - "desc", - "digest", - "downlit", - "fontawesome", - "fs", - "httr2", - "jsonlite", - "openssl", - "purrr", - "ragg", - "rlang", - "rmarkdown", - "tibble", - "whisker", - "withr", - "xml2", - "yaml" - ], - "Hash": "0d3d789055c873f48521ce7e23c23f48" - }, - "pkgload": { - "Package": "pkgload", - "Version": "1.4.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "desc", - "fs", - "glue", - "lifecycle", - "methods", - "pkgbuild", - "processx", - "rlang", - "rprojroot", - "utils", - "withr" - ], - "Hash": "2ec30ffbeec83da57655b850cf2d3e0e" - }, - "plogr": { - "Package": "plogr", - "Version": "0.2.0", - "Source": "Repository", - "Repository": "RSPM", - "Hash": "09eb987710984fc2905c7129c7d85e65" - }, - "plotly": { - "Package": "plotly", - "Version": "4.10.4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "RColorBrewer", - "base64enc", - "crosstalk", - "data.table", - "digest", - "dplyr", - "ggplot2", - "htmltools", - "htmlwidgets", - "httr", - "jsonlite", - "lazyeval", - "magrittr", - "promises", - "purrr", - "rlang", - "scales", - "tibble", - "tidyr", - "tools", - "vctrs", - "viridisLite" - ], - "Hash": "a1ac5c03ad5ad12b9d1597e00e23c3dd" - }, - "praise": { - "Package": "praise", - "Version": "1.0.0", - "Source": "Repository", - "Repository": "RSPM", - "Hash": "a555924add98c99d2f411e37e7d25e9f" - }, - "prettyunits": { - "Package": "prettyunits", - "Version": "1.2.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "6b01fc98b1e86c4f705ce9dcfd2f57c7" - }, - "processx": { - "Package": "processx", - "Version": "3.8.4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "ps", - "utils" - ], - "Hash": "0c90a7d71988856bad2a2a45dd871bb9" - }, - "profvis": { - "Package": "profvis", - "Version": "0.3.8", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "htmlwidgets", - "purrr", - "rlang", - "stringr", - "vctrs" - ], - "Hash": "aa5a3864397ce6ae03458f98618395a1" - }, - "progress": { - "Package": "progress", - "Version": "1.2.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "crayon", - "hms", - "prettyunits" - ], - "Hash": "f4625e061cb2865f111b47ff163a5ca6" - }, - "promises": { - "Package": "promises", - "Version": "1.3.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R6", - "Rcpp", - "fastmap", - "later", - "magrittr", - "rlang", - "stats" - ], - "Hash": "434cd5388a3979e74be5c219bcd6e77d" - }, - "ps": { - "Package": "ps", - "Version": "1.8.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "utils" - ], - "Hash": "4b9c8485b0c7eecdf0a9ba5132a45576" - }, - "purrr": { - "Package": "purrr", - "Version": "1.0.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "lifecycle", - "magrittr", - "rlang", - "vctrs" - ], - "Hash": "1cba04a4e9414bdefc9dcaa99649a8dc" - }, - "ragg": { - "Package": "ragg", - "Version": "1.3.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "systemfonts", - "textshaping" - ], - "Hash": "0595fe5e47357111f29ad19101c7d271" - }, - "rappdirs": { - "Package": "rappdirs", - "Version": "0.3.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "5e3c5dc0b071b21fa128676560dbe94d" - }, - "rcmdcheck": { - "Package": "rcmdcheck", - "Version": "1.4.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R6", - "callr", - "cli", - "curl", - "desc", - "digest", - "pkgbuild", - "prettyunits", - "rprojroot", - "sessioninfo", - "utils", - "withr", - "xopen" - ], - "Hash": "8f25ebe2ec38b1f2aef3b0d2ef76f6c4" - }, - "readr": { - "Package": "readr", - "Version": "2.1.5", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "cli", - "clipr", - "cpp11", - "crayon", - "hms", - "lifecycle", - "methods", - "rlang", - "tibble", - "tzdb", - "utils", - "vroom" - ], - "Hash": "9de96463d2117f6ac49980577939dfb3" - }, - "readxl": { - "Package": "readxl", - "Version": "1.4.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cellranger", - "cpp11", - "progress", - "tibble", - "utils" - ], - "Hash": "8cf9c239b96df1bbb133b74aef77ad0a" - }, - "rematch": { - "Package": "rematch", - "Version": "2.0.0", - "Source": "Repository", - "Repository": "RSPM", - "Hash": "cbff1b666c6fa6d21202f07e2318d4f1" - }, - "rematch2": { - "Package": "rematch2", - "Version": "2.1.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "tibble" - ], - "Hash": "76c9e04c712a05848ae7a23d2f170a40" - }, - "remotes": { - "Package": "remotes", - "Version": "2.5.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "methods", - "stats", - "tools", - "utils" - ], - "Hash": "3ee025083e66f18db6cf27b56e23e141" - }, - "renv": { - "Package": "renv", - "Version": "1.0.7", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "utils" - ], - "Hash": "397b7b2a265bc5a7a06852524dabae20" - }, - "rex": { - "Package": "rex", - "Version": "1.2.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "lazyeval" - ], - "Hash": "ae34cd56890607370665bee5bd17812f" - }, - "rlang": { - "Package": "rlang", - "Version": "1.1.5", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "utils" - ], - "Hash": "724dcc1490cd7071ee75ca2994a5446e" - }, - "rmarkdown": { - "Package": "rmarkdown", - "Version": "2.28", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "bslib", - "evaluate", - "fontawesome", - "htmltools", - "jquerylib", - "jsonlite", - "knitr", - "methods", - "tinytex", - "tools", - "utils", - "xfun", - "yaml" - ], - "Hash": "062470668513dcda416927085ee9bdc7" - }, - "roxygen2": { - "Package": "roxygen2", - "Version": "7.3.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "brew", - "cli", - "commonmark", - "cpp11", - "desc", - "knitr", - "methods", - "pkgload", - "purrr", - "rlang", - "stringi", - "stringr", - "utils", - "withr", - "xml2" - ], - "Hash": "6ee25f9054a70f44d615300ed531ba8d" - }, - "rprojroot": { - "Package": "rprojroot", - "Version": "2.0.4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "4c8415e0ec1e29f3f4f6fc108bef0144" - }, - "rsconnect": { - "Package": "rsconnect", - "Version": "1.3.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "PKI", - "R", - "cli", - "curl", - "digest", - "jsonlite", - "lifecycle", - "openssl", - "packrat", - "renv", - "rlang", - "rstudioapi", - "tools", - "yaml" - ], - "Hash": "90dc9ac04cec50f25657b077d4aaca57" - }, - "rstudioapi": { - "Package": "rstudioapi", - "Version": "0.16.0", - "Source": "Repository", - "Repository": "RSPM", - "Hash": "96710351d642b70e8f02ddeb237c46a7" - }, - "rversions": { - "Package": "rversions", - "Version": "2.1.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "curl", - "utils", - "xml2" - ], - "Hash": "a9881dfed103e83f9de151dc17002cd1" - }, - "sass": { - "Package": "sass", - "Version": "0.4.9", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R6", - "fs", - "htmltools", - "rappdirs", - "rlang" - ], - "Hash": "d53dbfddf695303ea4ad66f86e99b95d" - }, - "scales": { - "Package": "scales", - "Version": "1.3.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "RColorBrewer", - "cli", - "farver", - "glue", - "labeling", - "lifecycle", - "munsell", - "rlang", - "viridisLite" - ], - "Hash": "c19df082ba346b0ffa6f833e92de34d1" - }, - "scrypt": { - "Package": "scrypt", - "Version": "0.1.6", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "Rcpp" - ], - "Hash": "5669c376aea6546ff938528588101b7a" - }, - "sessioninfo": { - "Package": "sessioninfo", - "Version": "1.2.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "tools", - "utils" - ], - "Hash": "3f9796a8d0a0e8c6eb49a4b029359d1f" - }, - "shiny": { - "Package": "shiny", - "Version": "1.9.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "bslib", - "cachem", - "commonmark", - "crayon", - "fastmap", - "fontawesome", - "glue", - "grDevices", - "htmltools", - "httpuv", - "jsonlite", - "later", - "lifecycle", - "methods", - "mime", - "promises", - "rlang", - "sourcetools", - "tools", - "utils", - "withr", - "xtable" - ], - "Hash": "6a293995a66e12c48d13aa1f957d09c7" - }, - "shinyWidgets": { - "Package": "shinyWidgets", - "Version": "0.8.6", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "anytime", - "bslib", - "grDevices", - "htmltools", - "jsonlite", - "rlang", - "sass", - "shiny" - ], - "Hash": "bc918b6911c4e928e24a9928295de834" - }, - "shinycssloaders": { - "Package": "shinycssloaders", - "Version": "1.1.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "digest", - "glue", - "grDevices", - "htmltools", - "shiny" - ], - "Hash": "2b45a467a30d6a88a1892a738c0900cf" - }, - "shinyjs": { - "Package": "shinyjs", - "Version": "2.1.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "digest", - "jsonlite", - "shiny" - ], - "Hash": "802e4786b353a4bb27116957558548d5" - }, - "shinymanager": { - "Package": "shinymanager", - "Version": "1.0.410", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "DBI", - "DT", - "R.utils", - "R6", - "RSQLite", - "billboarder", - "htmltools", - "openssl", - "scrypt", - "shiny" - ], - "Hash": "7992f5ecc5e8d40200dc8ba4e97d33eb" - }, - "shinytest2": { - "Package": "shinytest2", - "Version": "0.3.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R6", - "callr", - "checkmate", - "chromote", - "cpp11", - "crayon", - "fs", - "globals", - "httr", - "jsonlite", - "pingr", - "rlang", - "rmarkdown", - "shiny", - "testthat", - "withr" - ], - "Hash": "a414c1bb2eb6e2a920742d3ebce84962" - }, - "sourcetools": { - "Package": "sourcetools", - "Version": "0.1.7-1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "5f5a7629f956619d519205ec475fe647" - }, - "stringi": { - "Package": "stringi", - "Version": "1.8.4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "stats", - "tools", - "utils" - ], - "Hash": "39e1144fd75428983dc3f63aa53dfa91" - }, - "stringr": { - "Package": "stringr", - "Version": "1.5.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "glue", - "lifecycle", - "magrittr", - "rlang", - "stringi", - "vctrs" - ], - "Hash": "960e2ae9e09656611e0b8214ad543207" - }, - "svglite": { - "Package": "svglite", - "Version": "2.1.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cpp11", - "systemfonts" - ], - "Hash": "124a41fdfa23e8691cb744c762f10516" - }, - "sys": { - "Package": "sys", - "Version": "3.4.2", - "Source": "Repository", - "Repository": "RSPM", - "Hash": "3a1be13d68d47a8cd0bfd74739ca1555" - }, - "systemfonts": { - "Package": "systemfonts", - "Version": "1.1.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cpp11", - "lifecycle" - ], - "Hash": "213b6b8ed5afbf934843e6c3b090d418" - }, - "testthat": { - "Package": "testthat", - "Version": "3.2.1.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "brio", - "callr", - "cli", - "desc", - "digest", - "evaluate", - "jsonlite", - "lifecycle", - "magrittr", - "methods", - "pkgload", - "praise", - "processx", - "ps", - "rlang", - "utils", - "waldo", - "withr" - ], - "Hash": "3f6e7e5e2220856ff865e4834766bf2b" - }, - "textshaping": { - "Package": "textshaping", - "Version": "0.4.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cpp11", - "lifecycle", - "systemfonts" - ], - "Hash": "5142f8bc78ed3d819d26461b641627ce" - }, - "tibble": { - "Package": "tibble", - "Version": "3.2.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "fansi", - "lifecycle", - "magrittr", - "methods", - "pillar", - "pkgconfig", - "rlang", - "utils", - "vctrs" - ], - "Hash": "a84e2cc86d07289b3b6f5069df7a004c" - }, - "tidyr": { - "Package": "tidyr", - "Version": "1.3.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "cpp11", - "dplyr", - "glue", - "lifecycle", - "magrittr", - "purrr", - "rlang", - "stringr", - "tibble", - "tidyselect", - "utils", - "vctrs" - ], - "Hash": "915fb7ce036c22a6a33b5a8adb712eb1" - }, - "tidyselect": { - "Package": "tidyselect", - "Version": "1.2.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "glue", - "lifecycle", - "rlang", - "vctrs", - "withr" - ], - "Hash": "829f27b9c4919c16b593794a6344d6c0" - }, - "timevis": { - "Package": "timevis", - "Version": "2.1.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "htmltools", - "htmlwidgets", - "jsonlite", - "magrittr", - "methods", - "rmarkdown", - "shiny" - ], - "Hash": "322f35cae1fcac54fe0c14201fb1fecf" - }, - "tinytex": { - "Package": "tinytex", - "Version": "0.53", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "xfun" - ], - "Hash": "9db859e8aabbb474293dde3097839420" - }, - "tzdb": { - "Package": "tzdb", - "Version": "0.4.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cpp11" - ], - "Hash": "f561504ec2897f4d46f0c7657e488ae1" - }, - "urlchecker": { - "Package": "urlchecker", - "Version": "1.0.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "curl", - "tools", - "xml2" - ], - "Hash": "409328b8e1253c8d729a7836fe7f7a16" - }, - "usethis": { - "Package": "usethis", - "Version": "3.0.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "clipr", - "crayon", - "curl", - "desc", - "fs", - "gert", - "gh", - "glue", - "jsonlite", - "lifecycle", - "purrr", - "rappdirs", - "rlang", - "rprojroot", - "rstudioapi", - "stats", - "utils", - "whisker", - "withr", - "yaml" - ], - "Hash": "b2fbf93c2127bedd2cbe9b799530d5d2" - }, - "utf8": { - "Package": "utf8", - "Version": "1.2.4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "62b65c52671e6665f803ff02954446e9" - }, - "vctrs": { - "Package": "vctrs", - "Version": "0.6.5", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "glue", - "lifecycle", - "rlang" - ], - "Hash": "c03fa420630029418f7e6da3667aac4a" - }, - "viridisLite": { - "Package": "viridisLite", - "Version": "0.4.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "c826c7c4241b6fc89ff55aaea3fa7491" - }, - "vroom": { - "Package": "vroom", - "Version": "1.6.5", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "bit64", - "cli", - "cpp11", - "crayon", - "glue", - "hms", - "lifecycle", - "methods", - "progress", - "rlang", - "stats", - "tibble", - "tidyselect", - "tzdb", - "vctrs", - "withr" - ], - "Hash": "390f9315bc0025be03012054103d227c" - }, - "waldo": { - "Package": "waldo", - "Version": "0.5.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "diffobj", - "glue", - "methods", - "rematch2", - "rlang", - "tibble" - ], - "Hash": "16aa934a49658677d8041df9017329b9" - }, - "websocket": { - "Package": "websocket", - "Version": "1.4.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "AsioHeaders", - "R6", - "cpp11", - "later" - ], - "Hash": "e77c5569354172d0d04d54a9dec89e33" - }, - "whisker": { - "Package": "whisker", - "Version": "0.4.1", - "Source": "Repository", - "Repository": "RSPM", - "Hash": "c6abfa47a46d281a7d5159d0a8891e88" - }, - "withr": { - "Package": "withr", - "Version": "3.0.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "grDevices", - "graphics" - ], - "Hash": "cc2d62c76458d425210d1eb1478b30b4" - }, - "xfun": { - "Package": "xfun", - "Version": "0.47", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "grDevices", - "stats", - "tools" - ], - "Hash": "36ab21660e2d095fef0d83f689e0477c" - }, - "xml2": { - "Package": "xml2", - "Version": "1.3.6", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "methods", - "rlang" - ], - "Hash": "1d0336142f4cd25d8d23cd3ba7a8fb61" - }, - "xopen": { - "Package": "xopen", - "Version": "1.0.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "processx" - ], - "Hash": "423df1e86d5533fcb73c6b02b4923b49" - }, - "xtable": { - "Package": "xtable", - "Version": "1.8-4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "stats", - "utils" - ], - "Hash": "b8acdf8af494d9ec19ccb2481a9b11c2" - }, - "yaml": { - "Package": "yaml", - "Version": "2.3.10", - "Source": "Repository", - "Repository": "RSPM", - "Hash": "51dab85c6c98e50a18d7551e9d49f76c" - }, - "zip": { - "Package": "zip", - "Version": "2.3.1", - "Source": "Repository", - "Repository": "RSPM", - "Hash": "fcc4bd8e6da2d2011eb64a5e5cc685ab" - } - } -} diff --git a/renv/profile b/renv/profile index 28771479..dd1a9320 100644 --- a/renv/profile +++ b/renv/profile @@ -1 +1 @@ -full +minimal diff --git a/renv/profiles/minimal/renv.lock b/renv/profiles/minimal/renv.lock index d2f4db2c..1f1f06c0 100644 --- a/renv/profiles/minimal/renv.lock +++ b/renv/profiles/minimal/renv.lock @@ -253,7 +253,7 @@ "Package": "cli", "Version": "3.6.3", "Source": "Repository", - "Repository": "https://cloud.r-project.org", + "Repository": "CRAN", "Requirements": [ "R", "utils" @@ -315,7 +315,7 @@ "Package": "crayon", "Version": "1.5.3", "Source": "Repository", - "Repository": "https://cloud.r-project.org", + "Repository": "CRAN", "Requirements": [ "grDevices", "methods", @@ -340,7 +340,7 @@ "Package": "curl", "Version": "5.2.2", "Source": "Repository", - "Repository": "https://cloud.r-project.org", + "Repository": "RSPM", "Requirements": [ "R" ], @@ -839,7 +839,7 @@ "Package": "openssl", "Version": "2.2.1", "Source": "Repository", - "Repository": "https://cloud.r-project.org", + "Repository": "RSPM", "Requirements": [ "askpass" ], @@ -1035,7 +1035,7 @@ "Package": "rlang", "Version": "1.1.4", "Source": "Repository", - "Repository": "https://cloud.r-project.org", + "Repository": "CRAN", "Requirements": [ "R", "utils" @@ -1378,7 +1378,7 @@ "Package": "withr", "Version": "3.0.1", "Source": "Repository", - "Repository": "https://cloud.r-project.org", + "Repository": "CRAN", "Requirements": [ "R", "grDevices", @@ -1415,7 +1415,7 @@ "Package": "yaml", "Version": "2.3.10", "Source": "Repository", - "Repository": "https://cloud.r-project.org", + "Repository": "CRAN", "Hash": "51dab85c6c98e50a18d7551e9d49f76c" } } From 66f580ca527b3d7da51f5bcdd8a2ddbc9e72405a Mon Sep 17 00:00:00 2001 From: "Aaron Clark (Arcus)" Date: Mon, 7 Apr 2025 11:39:04 -0400 Subject: [PATCH 03/10] update to include pkgload --- dev/03_deploy.R | 11 +- renv.lock | 1439 ++++++++++++++++++++++ renv/profiles/minimal/renv.lock | 17 + renv/profiles/minimal/renv/settings.json | 5 +- 4 files changed, 1465 insertions(+), 7 deletions(-) create mode 100644 renv.lock diff --git a/dev/03_deploy.R b/dev/03_deploy.R index ddcf6b8a..023a473f 100644 --- a/dev/03_deploy.R +++ b/dev/03_deploy.R @@ -25,11 +25,16 @@ ## sent to CRAN, or to a package manager #pkgbuild::build() -# ignore certain packages in the 'minimal' renv environment: -renv::settings$ignored.packages(c("pak", "pkgdown", "stringr", "kableExtra", "usethis", "cowplot")) -renv::activate(profile = "full") +# renv::activate(profile = "full") # Use this to create a production-ready Docker image, with minimal number of dependencies: renv::activate(profile = "minimal") + +# ignore certain packages in the 'minimal' renv environment: +renv::settings$ignored.packages(c("pak", "pkgdown", "kableExtra", "usethis", "cowplot")) +utils::install.packages("pkgload") +renv::snapshot() +# renv::install("pkgload") + ## RStudio ---- ## If you want to deploy on RStudio related platforms golem::add_rstudioconnect_file() diff --git a/renv.lock b/renv.lock new file mode 100644 index 00000000..7878d04e --- /dev/null +++ b/renv.lock @@ -0,0 +1,1439 @@ +{ + "R": { + "Version": "4.4.1", + "Repositories": [ + { + "Name": "RSPM", + "URL": "https://packagemanager.posit.co/cran/2024-09-17" + } + ] + }, + "Packages": { + "BH": { + "Package": "BH", + "Version": "1.84.0-0", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "a8235afbcd6316e6e91433ea47661013" + }, + "DBI": { + "Package": "DBI", + "Version": "1.2.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "methods" + ], + "Hash": "065ae649b05f1ff66bb0c793107508f5" + }, + "DT": { + "Package": "DT", + "Version": "0.33", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "crosstalk", + "htmltools", + "htmlwidgets", + "httpuv", + "jquerylib", + "jsonlite", + "magrittr", + "promises" + ], + "Hash": "64ff3427f559ce3f2597a4fe13255cb6" + }, + "MASS": { + "Package": "MASS", + "Version": "7.3-61", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "grDevices", + "graphics", + "methods", + "stats", + "utils" + ], + "Hash": "0cafd6f0500e5deba33be22c46bf6055" + }, + "Matrix": { + "Package": "Matrix", + "Version": "1.7-0", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "grDevices", + "graphics", + "grid", + "lattice", + "methods", + "stats", + "utils" + ], + "Hash": "1920b2f11133b12350024297d8a4ff4a" + }, + "R6": { + "Package": "R6", + "Version": "2.5.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "470851b6d5d0ac559e9d01bb352b4021" + }, + "RColorBrewer": { + "Package": "RColorBrewer", + "Version": "1.1-3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "45f0398006e83a5b10b72a90663d8d8c" + }, + "RSQLite": { + "Package": "RSQLite", + "Version": "2.3.7", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "DBI", + "R", + "bit64", + "blob", + "cpp11", + "memoise", + "methods", + "pkgconfig", + "plogr", + "rlang" + ], + "Hash": "46b45a4dd7bb0e0f4e3fc22245817240" + }, + "Rcpp": { + "Package": "Rcpp", + "Version": "1.0.13", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "methods", + "utils" + ], + "Hash": "f27411eb6d9c3dada5edd444b8416675" + }, + "anytime": { + "Package": "anytime", + "Version": "0.3.9", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "BH", + "R", + "Rcpp" + ], + "Hash": "74a64813f17b492da9c6afda6b128e3d" + }, + "askpass": { + "Package": "askpass", + "Version": "1.2.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "sys" + ], + "Hash": "cad6cf7f1d5f6e906700b9d3e718c796" + }, + "attempt": { + "Package": "attempt", + "Version": "0.3.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "rlang" + ], + "Hash": "d7421bb5dfeb2676b9e4a5a60c2fcfd2" + }, + "base64enc": { + "Package": "base64enc", + "Version": "0.1-3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "543776ae6848fde2f48ff3816d0628bc" + }, + "bit": { + "Package": "bit", + "Version": "4.0.5", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "d242abec29412ce988848d0294b208fd" + }, + "bit64": { + "Package": "bit64", + "Version": "4.0.5", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "bit", + "methods", + "stats", + "utils" + ], + "Hash": "9fe98599ca456d6552421db0d6772d8f" + }, + "blob": { + "Package": "blob", + "Version": "1.2.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "methods", + "rlang", + "vctrs" + ], + "Hash": "40415719b5a479b87949f3aa0aee737c" + }, + "bslib": { + "Package": "bslib", + "Version": "0.8.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "base64enc", + "cachem", + "fastmap", + "grDevices", + "htmltools", + "jquerylib", + "jsonlite", + "lifecycle", + "memoise", + "mime", + "rlang", + "sass" + ], + "Hash": "b299c6741ca9746fb227debcb0f9fb6c" + }, + "cachem": { + "Package": "cachem", + "Version": "1.1.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "fastmap", + "rlang" + ], + "Hash": "cd9a672193789068eb5a2aad65a0dedf" + }, + "cellranger": { + "Package": "cellranger", + "Version": "1.1.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "rematch", + "tibble" + ], + "Hash": "f61dbaec772ccd2e17705c1e872e9e7c" + }, + "cli": { + "Package": "cli", + "Version": "3.6.3", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "utils" + ], + "Hash": "b21916dd77a27642b447374a5d30ecf3" + }, + "clipr": { + "Package": "clipr", + "Version": "0.8.0", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "utils" + ], + "Hash": "3f038e5ac7f41d4ac41ce658c85e3042" + }, + "colorspace": { + "Package": "colorspace", + "Version": "2.1-1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "grDevices", + "graphics", + "methods", + "stats" + ], + "Hash": "d954cb1c57e8d8b756165d7ba18aa55a" + }, + "commonmark": { + "Package": "commonmark", + "Version": "1.9.1", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "5d8225445acb167abf7797de48b2ee3c" + }, + "config": { + "Package": "config", + "Version": "0.3.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "yaml" + ], + "Hash": "8b7222e9d9eb5178eea545c0c4d33fc2" + }, + "cpp11": { + "Package": "cpp11", + "Version": "0.5.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "91570bba75d0c9d3f1040c835cee8fba" + }, + "crayon": { + "Package": "crayon", + "Version": "1.5.3", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "grDevices", + "methods", + "utils" + ], + "Hash": "859d96e65ef198fd43e82b9628d593ef" + }, + "crosstalk": { + "Package": "crosstalk", + "Version": "1.2.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R6", + "htmltools", + "jsonlite", + "lazyeval" + ], + "Hash": "ab12c7b080a57475248a30f4db6298c0" + }, + "curl": { + "Package": "curl", + "Version": "5.2.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "8f27335f2bcff4d6035edcc82d7d46de" + }, + "data.table": { + "Package": "data.table", + "Version": "1.16.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "methods" + ], + "Hash": "fb24e05d4a91d8b1c7ff8e284bde834a" + }, + "dbplyr": { + "Package": "dbplyr", + "Version": "2.5.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "DBI", + "R", + "R6", + "blob", + "cli", + "dplyr", + "glue", + "lifecycle", + "magrittr", + "methods", + "pillar", + "purrr", + "rlang", + "tibble", + "tidyr", + "tidyselect", + "utils", + "vctrs", + "withr" + ], + "Hash": "39b2e002522bfd258039ee4e889e0fd1" + }, + "digest": { + "Package": "digest", + "Version": "0.6.37", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "utils" + ], + "Hash": "33698c4b3127fc9f506654607fb73676" + }, + "dplyr": { + "Package": "dplyr", + "Version": "1.1.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "cli", + "generics", + "glue", + "lifecycle", + "magrittr", + "methods", + "pillar", + "rlang", + "tibble", + "tidyselect", + "utils", + "vctrs" + ], + "Hash": "fedd9d00c2944ff00a0e2696ccf048ec" + }, + "evaluate": { + "Package": "evaluate", + "Version": "0.24.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "methods" + ], + "Hash": "a1066cbc05caee9a4bf6d90f194ff4da" + }, + "fansi": { + "Package": "fansi", + "Version": "1.0.6", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "grDevices", + "utils" + ], + "Hash": "962174cf2aeb5b9eea581522286a911f" + }, + "farver": { + "Package": "farver", + "Version": "2.1.2", + "Source": "Repository", + "Repository": "CRAN", + "Hash": "680887028577f3fa2a81e410ed0d6e42" + }, + "fastmap": { + "Package": "fastmap", + "Version": "1.2.0", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "aa5e1cd11c2d15497494c5292d7ffcc8" + }, + "fontawesome": { + "Package": "fontawesome", + "Version": "0.5.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "htmltools", + "rlang" + ], + "Hash": "c2efdd5f0bcd1ea861c2d4e2a883a67d" + }, + "fs": { + "Package": "fs", + "Version": "1.6.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "methods" + ], + "Hash": "15aeb8c27f5ea5161f9f6a641fafd93a" + }, + "generics": { + "Package": "generics", + "Version": "0.1.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "methods" + ], + "Hash": "15e9634c0fcd294799e9b2e929ed1b86" + }, + "ggplot2": { + "Package": "ggplot2", + "Version": "3.5.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "MASS", + "R", + "cli", + "glue", + "grDevices", + "grid", + "gtable", + "isoband", + "lifecycle", + "mgcv", + "rlang", + "scales", + "stats", + "tibble", + "vctrs", + "withr" + ], + "Hash": "44c6a2f8202d5b7e878ea274b1092426" + }, + "glue": { + "Package": "glue", + "Version": "1.7.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "methods" + ], + "Hash": "e0b3a53876554bd45879e596cdb10a52" + }, + "golem": { + "Package": "golem", + "Version": "0.5.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "attempt", + "config", + "here", + "htmltools", + "rlang", + "shiny", + "utils", + "yaml" + ], + "Hash": "11be24963e2f220c403eafd01e2259d5" + }, + "gtable": { + "Package": "gtable", + "Version": "0.3.5", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "glue", + "grid", + "lifecycle", + "rlang" + ], + "Hash": "e18861963cbc65a27736e02b3cd3c4a0" + }, + "here": { + "Package": "here", + "Version": "1.0.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "rprojroot" + ], + "Hash": "24b224366f9c2e7534d2344d10d59211" + }, + "highr": { + "Package": "highr", + "Version": "0.11", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "xfun" + ], + "Hash": "d65ba49117ca223614f71b60d85b8ab7" + }, + "hms": { + "Package": "hms", + "Version": "1.1.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "lifecycle", + "methods", + "pkgconfig", + "rlang", + "vctrs" + ], + "Hash": "b59377caa7ed00fa41808342002138f9" + }, + "htmltools": { + "Package": "htmltools", + "Version": "0.5.8.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "base64enc", + "digest", + "fastmap", + "grDevices", + "rlang", + "utils" + ], + "Hash": "81d371a9cc60640e74e4ab6ac46dcedc" + }, + "htmlwidgets": { + "Package": "htmlwidgets", + "Version": "1.6.4", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "grDevices", + "htmltools", + "jsonlite", + "knitr", + "rmarkdown", + "yaml" + ], + "Hash": "04291cc45198225444a397606810ac37" + }, + "httpuv": { + "Package": "httpuv", + "Version": "1.6.15", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "Rcpp", + "later", + "promises", + "utils" + ], + "Hash": "d55aa087c47a63ead0f6fc10f8fa1ee0" + }, + "httr": { + "Package": "httr", + "Version": "1.4.7", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "curl", + "jsonlite", + "mime", + "openssl" + ], + "Hash": "ac107251d9d9fd72f0ca8049988f1d7f" + }, + "isoband": { + "Package": "isoband", + "Version": "0.2.7", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "grid", + "utils" + ], + "Hash": "0080607b4a1a7b28979aecef976d8bc2" + }, + "jquerylib": { + "Package": "jquerylib", + "Version": "0.1.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "htmltools" + ], + "Hash": "5aab57a3bd297eee1c1d862735972182" + }, + "jsonlite": { + "Package": "jsonlite", + "Version": "1.8.8", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "methods" + ], + "Hash": "e1b9c55281c5adc4dd113652d9e26768" + }, + "knitr": { + "Package": "knitr", + "Version": "1.48", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "evaluate", + "highr", + "methods", + "tools", + "xfun", + "yaml" + ], + "Hash": "acf380f300c721da9fde7df115a5f86f" + }, + "labeling": { + "Package": "labeling", + "Version": "0.4.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "graphics", + "stats" + ], + "Hash": "b64ec208ac5bc1852b285f665d6368b3" + }, + "later": { + "Package": "later", + "Version": "1.3.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "Rcpp", + "rlang" + ], + "Hash": "a3e051d405326b8b0012377434c62b37" + }, + "lattice": { + "Package": "lattice", + "Version": "0.22-6", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "grDevices", + "graphics", + "grid", + "stats", + "utils" + ], + "Hash": "cc5ac1ba4c238c7ca9fa6a87ca11a7e2" + }, + "lazyeval": { + "Package": "lazyeval", + "Version": "0.2.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "d908914ae53b04d4c0c0fd72ecc35370" + }, + "lifecycle": { + "Package": "lifecycle", + "Version": "1.0.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "glue", + "rlang" + ], + "Hash": "b8552d117e1b808b09a832f589b79035" + }, + "magrittr": { + "Package": "magrittr", + "Version": "2.0.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "7ce2733a9826b3aeb1775d56fd305472" + }, + "memoise": { + "Package": "memoise", + "Version": "2.0.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "cachem", + "rlang" + ], + "Hash": "e2817ccf4a065c5d9d7f2cfbe7c1d78c" + }, + "mgcv": { + "Package": "mgcv", + "Version": "1.9-1", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "Matrix", + "R", + "graphics", + "methods", + "nlme", + "splines", + "stats", + "utils" + ], + "Hash": "110ee9d83b496279960e162ac97764ce" + }, + "mime": { + "Package": "mime", + "Version": "0.12", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "tools" + ], + "Hash": "18e9c28c1d3ca1560ce30658b22ce104" + }, + "munsell": { + "Package": "munsell", + "Version": "0.5.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "colorspace", + "methods" + ], + "Hash": "4fd8900853b746af55b81fda99da7695" + }, + "nlme": { + "Package": "nlme", + "Version": "3.1-166", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "graphics", + "lattice", + "stats", + "utils" + ], + "Hash": "ccbb8846be320b627e6aa2b4616a2ded" + }, + "openssl": { + "Package": "openssl", + "Version": "2.2.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "askpass" + ], + "Hash": "c62edf62de70cadf40553e10c739049d" + }, + "pillar": { + "Package": "pillar", + "Version": "1.9.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "cli", + "fansi", + "glue", + "lifecycle", + "rlang", + "utf8", + "utils", + "vctrs" + ], + "Hash": "15da5a8412f317beeee6175fbc76f4bb" + }, + "pkgconfig": { + "Package": "pkgconfig", + "Version": "2.0.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "utils" + ], + "Hash": "01f28d4278f15c76cddbea05899c5d6f" + }, + "plogr": { + "Package": "plogr", + "Version": "0.2.0", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "09eb987710984fc2905c7129c7d85e65" + }, + "plotly": { + "Package": "plotly", + "Version": "4.10.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "RColorBrewer", + "base64enc", + "crosstalk", + "data.table", + "digest", + "dplyr", + "ggplot2", + "htmltools", + "htmlwidgets", + "httr", + "jsonlite", + "lazyeval", + "magrittr", + "promises", + "purrr", + "rlang", + "scales", + "tibble", + "tidyr", + "tools", + "vctrs", + "viridisLite" + ], + "Hash": "a1ac5c03ad5ad12b9d1597e00e23c3dd" + }, + "prettyunits": { + "Package": "prettyunits", + "Version": "1.2.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "6b01fc98b1e86c4f705ce9dcfd2f57c7" + }, + "progress": { + "Package": "progress", + "Version": "1.2.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "crayon", + "hms", + "prettyunits" + ], + "Hash": "f4625e061cb2865f111b47ff163a5ca6" + }, + "promises": { + "Package": "promises", + "Version": "1.3.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R6", + "Rcpp", + "fastmap", + "later", + "magrittr", + "rlang", + "stats" + ], + "Hash": "434cd5388a3979e74be5c219bcd6e77d" + }, + "purrr": { + "Package": "purrr", + "Version": "1.0.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "lifecycle", + "magrittr", + "rlang", + "vctrs" + ], + "Hash": "1cba04a4e9414bdefc9dcaa99649a8dc" + }, + "rappdirs": { + "Package": "rappdirs", + "Version": "0.3.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "5e3c5dc0b071b21fa128676560dbe94d" + }, + "readr": { + "Package": "readr", + "Version": "2.1.5", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "cli", + "clipr", + "cpp11", + "crayon", + "hms", + "lifecycle", + "methods", + "rlang", + "tibble", + "tzdb", + "utils", + "vroom" + ], + "Hash": "9de96463d2117f6ac49980577939dfb3" + }, + "readxl": { + "Package": "readxl", + "Version": "1.4.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cellranger", + "cpp11", + "progress", + "tibble", + "utils" + ], + "Hash": "8cf9c239b96df1bbb133b74aef77ad0a" + }, + "rematch": { + "Package": "rematch", + "Version": "2.0.0", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "cbff1b666c6fa6d21202f07e2318d4f1" + }, + "renv": { + "Package": "renv", + "Version": "1.0.7", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "utils" + ], + "Hash": "397b7b2a265bc5a7a06852524dabae20" + }, + "rlang": { + "Package": "rlang", + "Version": "1.1.4", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "utils" + ], + "Hash": "3eec01f8b1dee337674b2e34ab1f9bc1" + }, + "rmarkdown": { + "Package": "rmarkdown", + "Version": "2.28", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "bslib", + "evaluate", + "fontawesome", + "htmltools", + "jquerylib", + "jsonlite", + "knitr", + "methods", + "tinytex", + "tools", + "utils", + "xfun", + "yaml" + ], + "Hash": "062470668513dcda416927085ee9bdc7" + }, + "rprojroot": { + "Package": "rprojroot", + "Version": "2.0.4", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R" + ], + "Hash": "4c8415e0ec1e29f3f4f6fc108bef0144" + }, + "sass": { + "Package": "sass", + "Version": "0.4.9", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R6", + "fs", + "htmltools", + "rappdirs", + "rlang" + ], + "Hash": "d53dbfddf695303ea4ad66f86e99b95d" + }, + "scales": { + "Package": "scales", + "Version": "1.3.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "RColorBrewer", + "cli", + "farver", + "glue", + "labeling", + "lifecycle", + "munsell", + "rlang", + "viridisLite" + ], + "Hash": "c19df082ba346b0ffa6f833e92de34d1" + }, + "shiny": { + "Package": "shiny", + "Version": "1.9.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "bslib", + "cachem", + "commonmark", + "crayon", + "fastmap", + "fontawesome", + "glue", + "grDevices", + "htmltools", + "httpuv", + "jsonlite", + "later", + "lifecycle", + "methods", + "mime", + "promises", + "rlang", + "sourcetools", + "tools", + "utils", + "withr", + "xtable" + ], + "Hash": "6a293995a66e12c48d13aa1f957d09c7" + }, + "shinyWidgets": { + "Package": "shinyWidgets", + "Version": "0.8.6", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "anytime", + "bslib", + "grDevices", + "htmltools", + "jsonlite", + "rlang", + "sass", + "shiny" + ], + "Hash": "bc918b6911c4e928e24a9928295de834" + }, + "shinycssloaders": { + "Package": "shinycssloaders", + "Version": "1.1.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "digest", + "glue", + "grDevices", + "htmltools", + "shiny" + ], + "Hash": "2b45a467a30d6a88a1892a738c0900cf" + }, + "shinyjs": { + "Package": "shinyjs", + "Version": "2.1.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "digest", + "jsonlite", + "shiny" + ], + "Hash": "802e4786b353a4bb27116957558548d5" + }, + "sourcetools": { + "Package": "sourcetools", + "Version": "0.1.7-1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "5f5a7629f956619d519205ec475fe647" + }, + "stringi": { + "Package": "stringi", + "Version": "1.8.4", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "stats", + "tools", + "utils" + ], + "Hash": "39e1144fd75428983dc3f63aa53dfa91" + }, + "stringr": { + "Package": "stringr", + "Version": "1.5.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "glue", + "lifecycle", + "magrittr", + "rlang", + "stringi", + "vctrs" + ], + "Hash": "960e2ae9e09656611e0b8214ad543207" + }, + "sys": { + "Package": "sys", + "Version": "3.4.2", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "3a1be13d68d47a8cd0bfd74739ca1555" + }, + "tibble": { + "Package": "tibble", + "Version": "3.2.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "fansi", + "lifecycle", + "magrittr", + "methods", + "pillar", + "pkgconfig", + "rlang", + "utils", + "vctrs" + ], + "Hash": "a84e2cc86d07289b3b6f5069df7a004c" + }, + "tidyr": { + "Package": "tidyr", + "Version": "1.3.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "cpp11", + "dplyr", + "glue", + "lifecycle", + "magrittr", + "purrr", + "rlang", + "stringr", + "tibble", + "tidyselect", + "utils", + "vctrs" + ], + "Hash": "915fb7ce036c22a6a33b5a8adb712eb1" + }, + "tidyselect": { + "Package": "tidyselect", + "Version": "1.2.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "glue", + "lifecycle", + "rlang", + "vctrs", + "withr" + ], + "Hash": "829f27b9c4919c16b593794a6344d6c0" + }, + "timevis": { + "Package": "timevis", + "Version": "2.1.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "htmltools", + "htmlwidgets", + "jsonlite", + "magrittr", + "methods", + "rmarkdown", + "shiny" + ], + "Hash": "322f35cae1fcac54fe0c14201fb1fecf" + }, + "tinytex": { + "Package": "tinytex", + "Version": "0.53", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "xfun" + ], + "Hash": "9db859e8aabbb474293dde3097839420" + }, + "tzdb": { + "Package": "tzdb", + "Version": "0.4.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cpp11" + ], + "Hash": "f561504ec2897f4d46f0c7657e488ae1" + }, + "utf8": { + "Package": "utf8", + "Version": "1.2.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "62b65c52671e6665f803ff02954446e9" + }, + "vctrs": { + "Package": "vctrs", + "Version": "0.6.5", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "glue", + "lifecycle", + "rlang" + ], + "Hash": "c03fa420630029418f7e6da3667aac4a" + }, + "viridisLite": { + "Package": "viridisLite", + "Version": "0.4.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "c826c7c4241b6fc89ff55aaea3fa7491" + }, + "vroom": { + "Package": "vroom", + "Version": "1.6.5", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "bit64", + "cli", + "cpp11", + "crayon", + "glue", + "hms", + "lifecycle", + "methods", + "progress", + "rlang", + "stats", + "tibble", + "tidyselect", + "tzdb", + "vctrs", + "withr" + ], + "Hash": "390f9315bc0025be03012054103d227c" + }, + "withr": { + "Package": "withr", + "Version": "3.0.1", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "grDevices", + "graphics" + ], + "Hash": "07909200e8bbe90426fbfeb73e1e27aa" + }, + "xfun": { + "Package": "xfun", + "Version": "0.47", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "grDevices", + "stats", + "tools" + ], + "Hash": "36ab21660e2d095fef0d83f689e0477c" + }, + "xtable": { + "Package": "xtable", + "Version": "1.8-4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "stats", + "utils" + ], + "Hash": "b8acdf8af494d9ec19ccb2481a9b11c2" + }, + "yaml": { + "Package": "yaml", + "Version": "2.3.10", + "Source": "Repository", + "Repository": "CRAN", + "Hash": "51dab85c6c98e50a18d7551e9d49f76c" + } + } +} diff --git a/renv/profiles/minimal/renv.lock b/renv/profiles/minimal/renv.lock index 1f1f06c0..7878d04e 100644 --- a/renv/profiles/minimal/renv.lock +++ b/renv/profiles/minimal/renv.lock @@ -1211,6 +1211,23 @@ ], "Hash": "39e1144fd75428983dc3f63aa53dfa91" }, + "stringr": { + "Package": "stringr", + "Version": "1.5.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "glue", + "lifecycle", + "magrittr", + "rlang", + "stringi", + "vctrs" + ], + "Hash": "960e2ae9e09656611e0b8214ad543207" + }, "sys": { "Package": "sys", "Version": "3.4.2", diff --git a/renv/profiles/minimal/renv/settings.json b/renv/profiles/minimal/renv/settings.json index f3adc12f..40b8135d 100644 --- a/renv/profiles/minimal/renv/settings.json +++ b/renv/profiles/minimal/renv/settings.json @@ -2,14 +2,11 @@ "bioconductor.version": null, "external.libraries": [], "ignored.packages": [ - "clinsight", "pak", "pkgdown", - "stringr", "kableExtra", "usethis", - "cowplot", - "shinymanager" + "cowplot" ], "package.dependency.fields": [ "Imports", From e515db0969096857ab3c33dadc4f718d7097870c Mon Sep 17 00:00:00 2001 From: "Aaron Clark (Arcus)" Date: Mon, 7 Apr 2025 12:07:22 -0400 Subject: [PATCH 04/10] update dev-demo --- app.R | 2 +- dev/03_deploy.R | 3 +- renv.lock | 1439 ----------------------------------------------- 3 files changed, 3 insertions(+), 1441 deletions(-) delete mode 100644 renv.lock diff --git a/app.R b/app.R index 23fd8906..3da77aea 100644 --- a/app.R +++ b/app.R @@ -9,7 +9,7 @@ options( "golem.app.prod" = TRUE) # update manifest file # if absolute path is needed for renv profile # Sys.setenv(RENV_PROFILE = "full") -Sys.setenv(RENV_PROFILE = "minimal") +# Sys.setenv(RENV_PROFILE = "minimal") # Install {clinsight} # remotes::install_github( # "openpharma/clinsight", diff --git a/dev/03_deploy.R b/dev/03_deploy.R index 023a473f..8cec2f3d 100644 --- a/dev/03_deploy.R +++ b/dev/03_deploy.R @@ -30,7 +30,8 @@ renv::activate(profile = "minimal") # ignore certain packages in the 'minimal' renv environment: -renv::settings$ignored.packages(c("pak", "pkgdown", "kableExtra", "usethis", "cowplot")) +renv::settings$ignored.packages( + c("pak", "pkgdown", "kableExtra", "usethis", "cowplot")) utils::install.packages("pkgload") renv::snapshot() # renv::install("pkgload") diff --git a/renv.lock b/renv.lock deleted file mode 100644 index 7878d04e..00000000 --- a/renv.lock +++ /dev/null @@ -1,1439 +0,0 @@ -{ - "R": { - "Version": "4.4.1", - "Repositories": [ - { - "Name": "RSPM", - "URL": "https://packagemanager.posit.co/cran/2024-09-17" - } - ] - }, - "Packages": { - "BH": { - "Package": "BH", - "Version": "1.84.0-0", - "Source": "Repository", - "Repository": "RSPM", - "Hash": "a8235afbcd6316e6e91433ea47661013" - }, - "DBI": { - "Package": "DBI", - "Version": "1.2.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "methods" - ], - "Hash": "065ae649b05f1ff66bb0c793107508f5" - }, - "DT": { - "Package": "DT", - "Version": "0.33", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "crosstalk", - "htmltools", - "htmlwidgets", - "httpuv", - "jquerylib", - "jsonlite", - "magrittr", - "promises" - ], - "Hash": "64ff3427f559ce3f2597a4fe13255cb6" - }, - "MASS": { - "Package": "MASS", - "Version": "7.3-61", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "grDevices", - "graphics", - "methods", - "stats", - "utils" - ], - "Hash": "0cafd6f0500e5deba33be22c46bf6055" - }, - "Matrix": { - "Package": "Matrix", - "Version": "1.7-0", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "grDevices", - "graphics", - "grid", - "lattice", - "methods", - "stats", - "utils" - ], - "Hash": "1920b2f11133b12350024297d8a4ff4a" - }, - "R6": { - "Package": "R6", - "Version": "2.5.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "470851b6d5d0ac559e9d01bb352b4021" - }, - "RColorBrewer": { - "Package": "RColorBrewer", - "Version": "1.1-3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "45f0398006e83a5b10b72a90663d8d8c" - }, - "RSQLite": { - "Package": "RSQLite", - "Version": "2.3.7", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "DBI", - "R", - "bit64", - "blob", - "cpp11", - "memoise", - "methods", - "pkgconfig", - "plogr", - "rlang" - ], - "Hash": "46b45a4dd7bb0e0f4e3fc22245817240" - }, - "Rcpp": { - "Package": "Rcpp", - "Version": "1.0.13", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "methods", - "utils" - ], - "Hash": "f27411eb6d9c3dada5edd444b8416675" - }, - "anytime": { - "Package": "anytime", - "Version": "0.3.9", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "BH", - "R", - "Rcpp" - ], - "Hash": "74a64813f17b492da9c6afda6b128e3d" - }, - "askpass": { - "Package": "askpass", - "Version": "1.2.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "sys" - ], - "Hash": "cad6cf7f1d5f6e906700b9d3e718c796" - }, - "attempt": { - "Package": "attempt", - "Version": "0.3.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "rlang" - ], - "Hash": "d7421bb5dfeb2676b9e4a5a60c2fcfd2" - }, - "base64enc": { - "Package": "base64enc", - "Version": "0.1-3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "543776ae6848fde2f48ff3816d0628bc" - }, - "bit": { - "Package": "bit", - "Version": "4.0.5", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "d242abec29412ce988848d0294b208fd" - }, - "bit64": { - "Package": "bit64", - "Version": "4.0.5", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "bit", - "methods", - "stats", - "utils" - ], - "Hash": "9fe98599ca456d6552421db0d6772d8f" - }, - "blob": { - "Package": "blob", - "Version": "1.2.4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "methods", - "rlang", - "vctrs" - ], - "Hash": "40415719b5a479b87949f3aa0aee737c" - }, - "bslib": { - "Package": "bslib", - "Version": "0.8.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "base64enc", - "cachem", - "fastmap", - "grDevices", - "htmltools", - "jquerylib", - "jsonlite", - "lifecycle", - "memoise", - "mime", - "rlang", - "sass" - ], - "Hash": "b299c6741ca9746fb227debcb0f9fb6c" - }, - "cachem": { - "Package": "cachem", - "Version": "1.1.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "fastmap", - "rlang" - ], - "Hash": "cd9a672193789068eb5a2aad65a0dedf" - }, - "cellranger": { - "Package": "cellranger", - "Version": "1.1.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "rematch", - "tibble" - ], - "Hash": "f61dbaec772ccd2e17705c1e872e9e7c" - }, - "cli": { - "Package": "cli", - "Version": "3.6.3", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "utils" - ], - "Hash": "b21916dd77a27642b447374a5d30ecf3" - }, - "clipr": { - "Package": "clipr", - "Version": "0.8.0", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "utils" - ], - "Hash": "3f038e5ac7f41d4ac41ce658c85e3042" - }, - "colorspace": { - "Package": "colorspace", - "Version": "2.1-1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "grDevices", - "graphics", - "methods", - "stats" - ], - "Hash": "d954cb1c57e8d8b756165d7ba18aa55a" - }, - "commonmark": { - "Package": "commonmark", - "Version": "1.9.1", - "Source": "Repository", - "Repository": "RSPM", - "Hash": "5d8225445acb167abf7797de48b2ee3c" - }, - "config": { - "Package": "config", - "Version": "0.3.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "yaml" - ], - "Hash": "8b7222e9d9eb5178eea545c0c4d33fc2" - }, - "cpp11": { - "Package": "cpp11", - "Version": "0.5.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "91570bba75d0c9d3f1040c835cee8fba" - }, - "crayon": { - "Package": "crayon", - "Version": "1.5.3", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "grDevices", - "methods", - "utils" - ], - "Hash": "859d96e65ef198fd43e82b9628d593ef" - }, - "crosstalk": { - "Package": "crosstalk", - "Version": "1.2.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R6", - "htmltools", - "jsonlite", - "lazyeval" - ], - "Hash": "ab12c7b080a57475248a30f4db6298c0" - }, - "curl": { - "Package": "curl", - "Version": "5.2.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "8f27335f2bcff4d6035edcc82d7d46de" - }, - "data.table": { - "Package": "data.table", - "Version": "1.16.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "methods" - ], - "Hash": "fb24e05d4a91d8b1c7ff8e284bde834a" - }, - "dbplyr": { - "Package": "dbplyr", - "Version": "2.5.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "DBI", - "R", - "R6", - "blob", - "cli", - "dplyr", - "glue", - "lifecycle", - "magrittr", - "methods", - "pillar", - "purrr", - "rlang", - "tibble", - "tidyr", - "tidyselect", - "utils", - "vctrs", - "withr" - ], - "Hash": "39b2e002522bfd258039ee4e889e0fd1" - }, - "digest": { - "Package": "digest", - "Version": "0.6.37", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "utils" - ], - "Hash": "33698c4b3127fc9f506654607fb73676" - }, - "dplyr": { - "Package": "dplyr", - "Version": "1.1.4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "cli", - "generics", - "glue", - "lifecycle", - "magrittr", - "methods", - "pillar", - "rlang", - "tibble", - "tidyselect", - "utils", - "vctrs" - ], - "Hash": "fedd9d00c2944ff00a0e2696ccf048ec" - }, - "evaluate": { - "Package": "evaluate", - "Version": "0.24.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "methods" - ], - "Hash": "a1066cbc05caee9a4bf6d90f194ff4da" - }, - "fansi": { - "Package": "fansi", - "Version": "1.0.6", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "grDevices", - "utils" - ], - "Hash": "962174cf2aeb5b9eea581522286a911f" - }, - "farver": { - "Package": "farver", - "Version": "2.1.2", - "Source": "Repository", - "Repository": "CRAN", - "Hash": "680887028577f3fa2a81e410ed0d6e42" - }, - "fastmap": { - "Package": "fastmap", - "Version": "1.2.0", - "Source": "Repository", - "Repository": "RSPM", - "Hash": "aa5e1cd11c2d15497494c5292d7ffcc8" - }, - "fontawesome": { - "Package": "fontawesome", - "Version": "0.5.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "htmltools", - "rlang" - ], - "Hash": "c2efdd5f0bcd1ea861c2d4e2a883a67d" - }, - "fs": { - "Package": "fs", - "Version": "1.6.4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "methods" - ], - "Hash": "15aeb8c27f5ea5161f9f6a641fafd93a" - }, - "generics": { - "Package": "generics", - "Version": "0.1.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "methods" - ], - "Hash": "15e9634c0fcd294799e9b2e929ed1b86" - }, - "ggplot2": { - "Package": "ggplot2", - "Version": "3.5.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "MASS", - "R", - "cli", - "glue", - "grDevices", - "grid", - "gtable", - "isoband", - "lifecycle", - "mgcv", - "rlang", - "scales", - "stats", - "tibble", - "vctrs", - "withr" - ], - "Hash": "44c6a2f8202d5b7e878ea274b1092426" - }, - "glue": { - "Package": "glue", - "Version": "1.7.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "methods" - ], - "Hash": "e0b3a53876554bd45879e596cdb10a52" - }, - "golem": { - "Package": "golem", - "Version": "0.5.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "attempt", - "config", - "here", - "htmltools", - "rlang", - "shiny", - "utils", - "yaml" - ], - "Hash": "11be24963e2f220c403eafd01e2259d5" - }, - "gtable": { - "Package": "gtable", - "Version": "0.3.5", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "glue", - "grid", - "lifecycle", - "rlang" - ], - "Hash": "e18861963cbc65a27736e02b3cd3c4a0" - }, - "here": { - "Package": "here", - "Version": "1.0.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "rprojroot" - ], - "Hash": "24b224366f9c2e7534d2344d10d59211" - }, - "highr": { - "Package": "highr", - "Version": "0.11", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "xfun" - ], - "Hash": "d65ba49117ca223614f71b60d85b8ab7" - }, - "hms": { - "Package": "hms", - "Version": "1.1.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "lifecycle", - "methods", - "pkgconfig", - "rlang", - "vctrs" - ], - "Hash": "b59377caa7ed00fa41808342002138f9" - }, - "htmltools": { - "Package": "htmltools", - "Version": "0.5.8.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "base64enc", - "digest", - "fastmap", - "grDevices", - "rlang", - "utils" - ], - "Hash": "81d371a9cc60640e74e4ab6ac46dcedc" - }, - "htmlwidgets": { - "Package": "htmlwidgets", - "Version": "1.6.4", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "grDevices", - "htmltools", - "jsonlite", - "knitr", - "rmarkdown", - "yaml" - ], - "Hash": "04291cc45198225444a397606810ac37" - }, - "httpuv": { - "Package": "httpuv", - "Version": "1.6.15", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "Rcpp", - "later", - "promises", - "utils" - ], - "Hash": "d55aa087c47a63ead0f6fc10f8fa1ee0" - }, - "httr": { - "Package": "httr", - "Version": "1.4.7", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "curl", - "jsonlite", - "mime", - "openssl" - ], - "Hash": "ac107251d9d9fd72f0ca8049988f1d7f" - }, - "isoband": { - "Package": "isoband", - "Version": "0.2.7", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "grid", - "utils" - ], - "Hash": "0080607b4a1a7b28979aecef976d8bc2" - }, - "jquerylib": { - "Package": "jquerylib", - "Version": "0.1.4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "htmltools" - ], - "Hash": "5aab57a3bd297eee1c1d862735972182" - }, - "jsonlite": { - "Package": "jsonlite", - "Version": "1.8.8", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "methods" - ], - "Hash": "e1b9c55281c5adc4dd113652d9e26768" - }, - "knitr": { - "Package": "knitr", - "Version": "1.48", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "evaluate", - "highr", - "methods", - "tools", - "xfun", - "yaml" - ], - "Hash": "acf380f300c721da9fde7df115a5f86f" - }, - "labeling": { - "Package": "labeling", - "Version": "0.4.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "graphics", - "stats" - ], - "Hash": "b64ec208ac5bc1852b285f665d6368b3" - }, - "later": { - "Package": "later", - "Version": "1.3.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "Rcpp", - "rlang" - ], - "Hash": "a3e051d405326b8b0012377434c62b37" - }, - "lattice": { - "Package": "lattice", - "Version": "0.22-6", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "grDevices", - "graphics", - "grid", - "stats", - "utils" - ], - "Hash": "cc5ac1ba4c238c7ca9fa6a87ca11a7e2" - }, - "lazyeval": { - "Package": "lazyeval", - "Version": "0.2.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "d908914ae53b04d4c0c0fd72ecc35370" - }, - "lifecycle": { - "Package": "lifecycle", - "Version": "1.0.4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "glue", - "rlang" - ], - "Hash": "b8552d117e1b808b09a832f589b79035" - }, - "magrittr": { - "Package": "magrittr", - "Version": "2.0.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "7ce2733a9826b3aeb1775d56fd305472" - }, - "memoise": { - "Package": "memoise", - "Version": "2.0.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "cachem", - "rlang" - ], - "Hash": "e2817ccf4a065c5d9d7f2cfbe7c1d78c" - }, - "mgcv": { - "Package": "mgcv", - "Version": "1.9-1", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "Matrix", - "R", - "graphics", - "methods", - "nlme", - "splines", - "stats", - "utils" - ], - "Hash": "110ee9d83b496279960e162ac97764ce" - }, - "mime": { - "Package": "mime", - "Version": "0.12", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "tools" - ], - "Hash": "18e9c28c1d3ca1560ce30658b22ce104" - }, - "munsell": { - "Package": "munsell", - "Version": "0.5.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "colorspace", - "methods" - ], - "Hash": "4fd8900853b746af55b81fda99da7695" - }, - "nlme": { - "Package": "nlme", - "Version": "3.1-166", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "graphics", - "lattice", - "stats", - "utils" - ], - "Hash": "ccbb8846be320b627e6aa2b4616a2ded" - }, - "openssl": { - "Package": "openssl", - "Version": "2.2.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "askpass" - ], - "Hash": "c62edf62de70cadf40553e10c739049d" - }, - "pillar": { - "Package": "pillar", - "Version": "1.9.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "cli", - "fansi", - "glue", - "lifecycle", - "rlang", - "utf8", - "utils", - "vctrs" - ], - "Hash": "15da5a8412f317beeee6175fbc76f4bb" - }, - "pkgconfig": { - "Package": "pkgconfig", - "Version": "2.0.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "utils" - ], - "Hash": "01f28d4278f15c76cddbea05899c5d6f" - }, - "plogr": { - "Package": "plogr", - "Version": "0.2.0", - "Source": "Repository", - "Repository": "RSPM", - "Hash": "09eb987710984fc2905c7129c7d85e65" - }, - "plotly": { - "Package": "plotly", - "Version": "4.10.4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "RColorBrewer", - "base64enc", - "crosstalk", - "data.table", - "digest", - "dplyr", - "ggplot2", - "htmltools", - "htmlwidgets", - "httr", - "jsonlite", - "lazyeval", - "magrittr", - "promises", - "purrr", - "rlang", - "scales", - "tibble", - "tidyr", - "tools", - "vctrs", - "viridisLite" - ], - "Hash": "a1ac5c03ad5ad12b9d1597e00e23c3dd" - }, - "prettyunits": { - "Package": "prettyunits", - "Version": "1.2.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "6b01fc98b1e86c4f705ce9dcfd2f57c7" - }, - "progress": { - "Package": "progress", - "Version": "1.2.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "crayon", - "hms", - "prettyunits" - ], - "Hash": "f4625e061cb2865f111b47ff163a5ca6" - }, - "promises": { - "Package": "promises", - "Version": "1.3.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R6", - "Rcpp", - "fastmap", - "later", - "magrittr", - "rlang", - "stats" - ], - "Hash": "434cd5388a3979e74be5c219bcd6e77d" - }, - "purrr": { - "Package": "purrr", - "Version": "1.0.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "lifecycle", - "magrittr", - "rlang", - "vctrs" - ], - "Hash": "1cba04a4e9414bdefc9dcaa99649a8dc" - }, - "rappdirs": { - "Package": "rappdirs", - "Version": "0.3.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "5e3c5dc0b071b21fa128676560dbe94d" - }, - "readr": { - "Package": "readr", - "Version": "2.1.5", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "cli", - "clipr", - "cpp11", - "crayon", - "hms", - "lifecycle", - "methods", - "rlang", - "tibble", - "tzdb", - "utils", - "vroom" - ], - "Hash": "9de96463d2117f6ac49980577939dfb3" - }, - "readxl": { - "Package": "readxl", - "Version": "1.4.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cellranger", - "cpp11", - "progress", - "tibble", - "utils" - ], - "Hash": "8cf9c239b96df1bbb133b74aef77ad0a" - }, - "rematch": { - "Package": "rematch", - "Version": "2.0.0", - "Source": "Repository", - "Repository": "RSPM", - "Hash": "cbff1b666c6fa6d21202f07e2318d4f1" - }, - "renv": { - "Package": "renv", - "Version": "1.0.7", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "utils" - ], - "Hash": "397b7b2a265bc5a7a06852524dabae20" - }, - "rlang": { - "Package": "rlang", - "Version": "1.1.4", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "utils" - ], - "Hash": "3eec01f8b1dee337674b2e34ab1f9bc1" - }, - "rmarkdown": { - "Package": "rmarkdown", - "Version": "2.28", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "bslib", - "evaluate", - "fontawesome", - "htmltools", - "jquerylib", - "jsonlite", - "knitr", - "methods", - "tinytex", - "tools", - "utils", - "xfun", - "yaml" - ], - "Hash": "062470668513dcda416927085ee9bdc7" - }, - "rprojroot": { - "Package": "rprojroot", - "Version": "2.0.4", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R" - ], - "Hash": "4c8415e0ec1e29f3f4f6fc108bef0144" - }, - "sass": { - "Package": "sass", - "Version": "0.4.9", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R6", - "fs", - "htmltools", - "rappdirs", - "rlang" - ], - "Hash": "d53dbfddf695303ea4ad66f86e99b95d" - }, - "scales": { - "Package": "scales", - "Version": "1.3.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "RColorBrewer", - "cli", - "farver", - "glue", - "labeling", - "lifecycle", - "munsell", - "rlang", - "viridisLite" - ], - "Hash": "c19df082ba346b0ffa6f833e92de34d1" - }, - "shiny": { - "Package": "shiny", - "Version": "1.9.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "bslib", - "cachem", - "commonmark", - "crayon", - "fastmap", - "fontawesome", - "glue", - "grDevices", - "htmltools", - "httpuv", - "jsonlite", - "later", - "lifecycle", - "methods", - "mime", - "promises", - "rlang", - "sourcetools", - "tools", - "utils", - "withr", - "xtable" - ], - "Hash": "6a293995a66e12c48d13aa1f957d09c7" - }, - "shinyWidgets": { - "Package": "shinyWidgets", - "Version": "0.8.6", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "anytime", - "bslib", - "grDevices", - "htmltools", - "jsonlite", - "rlang", - "sass", - "shiny" - ], - "Hash": "bc918b6911c4e928e24a9928295de834" - }, - "shinycssloaders": { - "Package": "shinycssloaders", - "Version": "1.1.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "digest", - "glue", - "grDevices", - "htmltools", - "shiny" - ], - "Hash": "2b45a467a30d6a88a1892a738c0900cf" - }, - "shinyjs": { - "Package": "shinyjs", - "Version": "2.1.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "digest", - "jsonlite", - "shiny" - ], - "Hash": "802e4786b353a4bb27116957558548d5" - }, - "sourcetools": { - "Package": "sourcetools", - "Version": "0.1.7-1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "5f5a7629f956619d519205ec475fe647" - }, - "stringi": { - "Package": "stringi", - "Version": "1.8.4", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "stats", - "tools", - "utils" - ], - "Hash": "39e1144fd75428983dc3f63aa53dfa91" - }, - "stringr": { - "Package": "stringr", - "Version": "1.5.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "glue", - "lifecycle", - "magrittr", - "rlang", - "stringi", - "vctrs" - ], - "Hash": "960e2ae9e09656611e0b8214ad543207" - }, - "sys": { - "Package": "sys", - "Version": "3.4.2", - "Source": "Repository", - "Repository": "RSPM", - "Hash": "3a1be13d68d47a8cd0bfd74739ca1555" - }, - "tibble": { - "Package": "tibble", - "Version": "3.2.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "fansi", - "lifecycle", - "magrittr", - "methods", - "pillar", - "pkgconfig", - "rlang", - "utils", - "vctrs" - ], - "Hash": "a84e2cc86d07289b3b6f5069df7a004c" - }, - "tidyr": { - "Package": "tidyr", - "Version": "1.3.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "cpp11", - "dplyr", - "glue", - "lifecycle", - "magrittr", - "purrr", - "rlang", - "stringr", - "tibble", - "tidyselect", - "utils", - "vctrs" - ], - "Hash": "915fb7ce036c22a6a33b5a8adb712eb1" - }, - "tidyselect": { - "Package": "tidyselect", - "Version": "1.2.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "glue", - "lifecycle", - "rlang", - "vctrs", - "withr" - ], - "Hash": "829f27b9c4919c16b593794a6344d6c0" - }, - "timevis": { - "Package": "timevis", - "Version": "2.1.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "htmltools", - "htmlwidgets", - "jsonlite", - "magrittr", - "methods", - "rmarkdown", - "shiny" - ], - "Hash": "322f35cae1fcac54fe0c14201fb1fecf" - }, - "tinytex": { - "Package": "tinytex", - "Version": "0.53", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "xfun" - ], - "Hash": "9db859e8aabbb474293dde3097839420" - }, - "tzdb": { - "Package": "tzdb", - "Version": "0.4.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cpp11" - ], - "Hash": "f561504ec2897f4d46f0c7657e488ae1" - }, - "utf8": { - "Package": "utf8", - "Version": "1.2.4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "62b65c52671e6665f803ff02954446e9" - }, - "vctrs": { - "Package": "vctrs", - "Version": "0.6.5", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "glue", - "lifecycle", - "rlang" - ], - "Hash": "c03fa420630029418f7e6da3667aac4a" - }, - "viridisLite": { - "Package": "viridisLite", - "Version": "0.4.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "c826c7c4241b6fc89ff55aaea3fa7491" - }, - "vroom": { - "Package": "vroom", - "Version": "1.6.5", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "bit64", - "cli", - "cpp11", - "crayon", - "glue", - "hms", - "lifecycle", - "methods", - "progress", - "rlang", - "stats", - "tibble", - "tidyselect", - "tzdb", - "vctrs", - "withr" - ], - "Hash": "390f9315bc0025be03012054103d227c" - }, - "withr": { - "Package": "withr", - "Version": "3.0.1", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "grDevices", - "graphics" - ], - "Hash": "07909200e8bbe90426fbfeb73e1e27aa" - }, - "xfun": { - "Package": "xfun", - "Version": "0.47", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "grDevices", - "stats", - "tools" - ], - "Hash": "36ab21660e2d095fef0d83f689e0477c" - }, - "xtable": { - "Package": "xtable", - "Version": "1.8-4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "stats", - "utils" - ], - "Hash": "b8acdf8af494d9ec19ccb2481a9b11c2" - }, - "yaml": { - "Package": "yaml", - "Version": "2.3.10", - "Source": "Repository", - "Repository": "CRAN", - "Hash": "51dab85c6c98e50a18d7551e9d49f76c" - } - } -} From 8ea08274c1b2604257703ac6227a0da640e201f0 Mon Sep 17 00:00:00 2001 From: "Aaron Clark (Arcus)" Date: Mon, 7 Apr 2025 12:09:46 -0400 Subject: [PATCH 05/10] add clinsight back to ignored pkgs --- renv/profiles/minimal/renv/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renv/profiles/minimal/renv/settings.json b/renv/profiles/minimal/renv/settings.json index 40b8135d..aa3f6137 100644 --- a/renv/profiles/minimal/renv/settings.json +++ b/renv/profiles/minimal/renv/settings.json @@ -2,7 +2,8 @@ "bioconductor.version": null, "external.libraries": [], "ignored.packages": [ - "pak", + "clinsight", + " pak", "pkgdown", "kableExtra", "usethis", From 7559e35beec11dc0c75f79c92a9ccbaea25cf6d0 Mon Sep 17 00:00:00 2001 From: "Aaron Clark (Arcus)" Date: Mon, 7 Apr 2025 12:10:51 -0400 Subject: [PATCH 06/10] fix typo --- dev/03_deploy.R | 2 +- renv/profiles/minimal/renv/settings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/03_deploy.R b/dev/03_deploy.R index 8cec2f3d..5c45d371 100644 --- a/dev/03_deploy.R +++ b/dev/03_deploy.R @@ -31,7 +31,7 @@ renv::activate(profile = "minimal") # ignore certain packages in the 'minimal' renv environment: renv::settings$ignored.packages( - c("pak", "pkgdown", "kableExtra", "usethis", "cowplot")) + c("clinsight","pak", "pkgdown", "kableExtra", "usethis", "cowplot")) utils::install.packages("pkgload") renv::snapshot() # renv::install("pkgload") diff --git a/renv/profiles/minimal/renv/settings.json b/renv/profiles/minimal/renv/settings.json index aa3f6137..9149afb3 100644 --- a/renv/profiles/minimal/renv/settings.json +++ b/renv/profiles/minimal/renv/settings.json @@ -3,7 +3,7 @@ "external.libraries": [], "ignored.packages": [ "clinsight", - " pak", + "pak", "pkgdown", "kableExtra", "usethis", From a39f90f13962d20544ad3eac33e9aa1f86345a45 Mon Sep 17 00:00:00 2001 From: "Aaron Clark (Arcus)" Date: Mon, 7 Apr 2025 12:44:05 -0400 Subject: [PATCH 07/10] finally add pkgload after explicity use in DESCRIPTION --- DESCRIPTION | 1 + renv.lock | 1526 +++++++++++++++++++++++++++++++ renv/profiles/minimal/renv.lock | 87 ++ 3 files changed, 1614 insertions(+) create mode 100644 renv.lock diff --git a/DESCRIPTION b/DESCRIPTION index 31cdd974..e9966214 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -58,6 +58,7 @@ Suggests: testthat (>= 3.0.0) VignetteBuilder: knitr +Config/renv/profiles/minimal/dependencies: pkgload Config/renv/profiles/full/dependencies: pkgdown, stringr, kableExtra, usethis, cowplot, covr, devtools, shinymanager Config/testthat/edition: 3 diff --git a/renv.lock b/renv.lock new file mode 100644 index 00000000..9a6cd0bd --- /dev/null +++ b/renv.lock @@ -0,0 +1,1526 @@ +{ + "R": { + "Version": "4.4.1", + "Repositories": [ + { + "Name": "RSPM", + "URL": "https://packagemanager.posit.co/cran/2024-09-17" + } + ] + }, + "Packages": { + "BH": { + "Package": "BH", + "Version": "1.84.0-0", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "a8235afbcd6316e6e91433ea47661013" + }, + "DBI": { + "Package": "DBI", + "Version": "1.2.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "methods" + ], + "Hash": "065ae649b05f1ff66bb0c793107508f5" + }, + "DT": { + "Package": "DT", + "Version": "0.33", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "crosstalk", + "htmltools", + "htmlwidgets", + "httpuv", + "jquerylib", + "jsonlite", + "magrittr", + "promises" + ], + "Hash": "64ff3427f559ce3f2597a4fe13255cb6" + }, + "MASS": { + "Package": "MASS", + "Version": "7.3-61", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "grDevices", + "graphics", + "methods", + "stats", + "utils" + ], + "Hash": "0cafd6f0500e5deba33be22c46bf6055" + }, + "Matrix": { + "Package": "Matrix", + "Version": "1.7-0", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "grDevices", + "graphics", + "grid", + "lattice", + "methods", + "stats", + "utils" + ], + "Hash": "1920b2f11133b12350024297d8a4ff4a" + }, + "R6": { + "Package": "R6", + "Version": "2.5.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "470851b6d5d0ac559e9d01bb352b4021" + }, + "RColorBrewer": { + "Package": "RColorBrewer", + "Version": "1.1-3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "45f0398006e83a5b10b72a90663d8d8c" + }, + "RSQLite": { + "Package": "RSQLite", + "Version": "2.3.7", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "DBI", + "R", + "bit64", + "blob", + "cpp11", + "memoise", + "methods", + "pkgconfig", + "plogr", + "rlang" + ], + "Hash": "46b45a4dd7bb0e0f4e3fc22245817240" + }, + "Rcpp": { + "Package": "Rcpp", + "Version": "1.0.13", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "methods", + "utils" + ], + "Hash": "f27411eb6d9c3dada5edd444b8416675" + }, + "anytime": { + "Package": "anytime", + "Version": "0.3.9", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "BH", + "R", + "Rcpp" + ], + "Hash": "74a64813f17b492da9c6afda6b128e3d" + }, + "askpass": { + "Package": "askpass", + "Version": "1.2.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "sys" + ], + "Hash": "cad6cf7f1d5f6e906700b9d3e718c796" + }, + "attempt": { + "Package": "attempt", + "Version": "0.3.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "rlang" + ], + "Hash": "d7421bb5dfeb2676b9e4a5a60c2fcfd2" + }, + "base64enc": { + "Package": "base64enc", + "Version": "0.1-3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "543776ae6848fde2f48ff3816d0628bc" + }, + "bit": { + "Package": "bit", + "Version": "4.0.5", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "d242abec29412ce988848d0294b208fd" + }, + "bit64": { + "Package": "bit64", + "Version": "4.0.5", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "bit", + "methods", + "stats", + "utils" + ], + "Hash": "9fe98599ca456d6552421db0d6772d8f" + }, + "blob": { + "Package": "blob", + "Version": "1.2.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "methods", + "rlang", + "vctrs" + ], + "Hash": "40415719b5a479b87949f3aa0aee737c" + }, + "bslib": { + "Package": "bslib", + "Version": "0.8.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "base64enc", + "cachem", + "fastmap", + "grDevices", + "htmltools", + "jquerylib", + "jsonlite", + "lifecycle", + "memoise", + "mime", + "rlang", + "sass" + ], + "Hash": "b299c6741ca9746fb227debcb0f9fb6c" + }, + "cachem": { + "Package": "cachem", + "Version": "1.1.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "fastmap", + "rlang" + ], + "Hash": "cd9a672193789068eb5a2aad65a0dedf" + }, + "callr": { + "Package": "callr", + "Version": "3.7.6", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "processx", + "utils" + ], + "Hash": "d7e13f49c19103ece9e58ad2d83a7354" + }, + "cellranger": { + "Package": "cellranger", + "Version": "1.1.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "rematch", + "tibble" + ], + "Hash": "f61dbaec772ccd2e17705c1e872e9e7c" + }, + "cli": { + "Package": "cli", + "Version": "3.6.3", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "utils" + ], + "Hash": "b21916dd77a27642b447374a5d30ecf3" + }, + "clipr": { + "Package": "clipr", + "Version": "0.8.0", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "utils" + ], + "Hash": "3f038e5ac7f41d4ac41ce658c85e3042" + }, + "colorspace": { + "Package": "colorspace", + "Version": "2.1-1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "grDevices", + "graphics", + "methods", + "stats" + ], + "Hash": "d954cb1c57e8d8b756165d7ba18aa55a" + }, + "commonmark": { + "Package": "commonmark", + "Version": "1.9.1", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "5d8225445acb167abf7797de48b2ee3c" + }, + "config": { + "Package": "config", + "Version": "0.3.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "yaml" + ], + "Hash": "8b7222e9d9eb5178eea545c0c4d33fc2" + }, + "cpp11": { + "Package": "cpp11", + "Version": "0.5.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "91570bba75d0c9d3f1040c835cee8fba" + }, + "crayon": { + "Package": "crayon", + "Version": "1.5.3", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "grDevices", + "methods", + "utils" + ], + "Hash": "859d96e65ef198fd43e82b9628d593ef" + }, + "crosstalk": { + "Package": "crosstalk", + "Version": "1.2.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R6", + "htmltools", + "jsonlite", + "lazyeval" + ], + "Hash": "ab12c7b080a57475248a30f4db6298c0" + }, + "curl": { + "Package": "curl", + "Version": "5.2.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "8f27335f2bcff4d6035edcc82d7d46de" + }, + "data.table": { + "Package": "data.table", + "Version": "1.16.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "methods" + ], + "Hash": "fb24e05d4a91d8b1c7ff8e284bde834a" + }, + "dbplyr": { + "Package": "dbplyr", + "Version": "2.5.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "DBI", + "R", + "R6", + "blob", + "cli", + "dplyr", + "glue", + "lifecycle", + "magrittr", + "methods", + "pillar", + "purrr", + "rlang", + "tibble", + "tidyr", + "tidyselect", + "utils", + "vctrs", + "withr" + ], + "Hash": "39b2e002522bfd258039ee4e889e0fd1" + }, + "desc": { + "Package": "desc", + "Version": "1.4.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "cli", + "utils" + ], + "Hash": "99b79fcbd6c4d1ce087f5c5c758b384f" + }, + "digest": { + "Package": "digest", + "Version": "0.6.37", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "utils" + ], + "Hash": "33698c4b3127fc9f506654607fb73676" + }, + "dplyr": { + "Package": "dplyr", + "Version": "1.1.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "cli", + "generics", + "glue", + "lifecycle", + "magrittr", + "methods", + "pillar", + "rlang", + "tibble", + "tidyselect", + "utils", + "vctrs" + ], + "Hash": "fedd9d00c2944ff00a0e2696ccf048ec" + }, + "evaluate": { + "Package": "evaluate", + "Version": "0.24.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "methods" + ], + "Hash": "a1066cbc05caee9a4bf6d90f194ff4da" + }, + "fansi": { + "Package": "fansi", + "Version": "1.0.6", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "grDevices", + "utils" + ], + "Hash": "962174cf2aeb5b9eea581522286a911f" + }, + "farver": { + "Package": "farver", + "Version": "2.1.2", + "Source": "Repository", + "Repository": "CRAN", + "Hash": "680887028577f3fa2a81e410ed0d6e42" + }, + "fastmap": { + "Package": "fastmap", + "Version": "1.2.0", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "aa5e1cd11c2d15497494c5292d7ffcc8" + }, + "fontawesome": { + "Package": "fontawesome", + "Version": "0.5.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "htmltools", + "rlang" + ], + "Hash": "c2efdd5f0bcd1ea861c2d4e2a883a67d" + }, + "fs": { + "Package": "fs", + "Version": "1.6.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "methods" + ], + "Hash": "15aeb8c27f5ea5161f9f6a641fafd93a" + }, + "generics": { + "Package": "generics", + "Version": "0.1.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "methods" + ], + "Hash": "15e9634c0fcd294799e9b2e929ed1b86" + }, + "ggplot2": { + "Package": "ggplot2", + "Version": "3.5.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "MASS", + "R", + "cli", + "glue", + "grDevices", + "grid", + "gtable", + "isoband", + "lifecycle", + "mgcv", + "rlang", + "scales", + "stats", + "tibble", + "vctrs", + "withr" + ], + "Hash": "44c6a2f8202d5b7e878ea274b1092426" + }, + "glue": { + "Package": "glue", + "Version": "1.7.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "methods" + ], + "Hash": "e0b3a53876554bd45879e596cdb10a52" + }, + "golem": { + "Package": "golem", + "Version": "0.5.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "attempt", + "config", + "here", + "htmltools", + "rlang", + "shiny", + "utils", + "yaml" + ], + "Hash": "11be24963e2f220c403eafd01e2259d5" + }, + "gtable": { + "Package": "gtable", + "Version": "0.3.5", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "glue", + "grid", + "lifecycle", + "rlang" + ], + "Hash": "e18861963cbc65a27736e02b3cd3c4a0" + }, + "here": { + "Package": "here", + "Version": "1.0.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "rprojroot" + ], + "Hash": "24b224366f9c2e7534d2344d10d59211" + }, + "highr": { + "Package": "highr", + "Version": "0.11", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "xfun" + ], + "Hash": "d65ba49117ca223614f71b60d85b8ab7" + }, + "hms": { + "Package": "hms", + "Version": "1.1.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "lifecycle", + "methods", + "pkgconfig", + "rlang", + "vctrs" + ], + "Hash": "b59377caa7ed00fa41808342002138f9" + }, + "htmltools": { + "Package": "htmltools", + "Version": "0.5.8.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "base64enc", + "digest", + "fastmap", + "grDevices", + "rlang", + "utils" + ], + "Hash": "81d371a9cc60640e74e4ab6ac46dcedc" + }, + "htmlwidgets": { + "Package": "htmlwidgets", + "Version": "1.6.4", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "grDevices", + "htmltools", + "jsonlite", + "knitr", + "rmarkdown", + "yaml" + ], + "Hash": "04291cc45198225444a397606810ac37" + }, + "httpuv": { + "Package": "httpuv", + "Version": "1.6.15", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "Rcpp", + "later", + "promises", + "utils" + ], + "Hash": "d55aa087c47a63ead0f6fc10f8fa1ee0" + }, + "httr": { + "Package": "httr", + "Version": "1.4.7", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "curl", + "jsonlite", + "mime", + "openssl" + ], + "Hash": "ac107251d9d9fd72f0ca8049988f1d7f" + }, + "isoband": { + "Package": "isoband", + "Version": "0.2.7", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "grid", + "utils" + ], + "Hash": "0080607b4a1a7b28979aecef976d8bc2" + }, + "jquerylib": { + "Package": "jquerylib", + "Version": "0.1.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "htmltools" + ], + "Hash": "5aab57a3bd297eee1c1d862735972182" + }, + "jsonlite": { + "Package": "jsonlite", + "Version": "1.8.8", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "methods" + ], + "Hash": "e1b9c55281c5adc4dd113652d9e26768" + }, + "knitr": { + "Package": "knitr", + "Version": "1.48", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "evaluate", + "highr", + "methods", + "tools", + "xfun", + "yaml" + ], + "Hash": "acf380f300c721da9fde7df115a5f86f" + }, + "labeling": { + "Package": "labeling", + "Version": "0.4.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "graphics", + "stats" + ], + "Hash": "b64ec208ac5bc1852b285f665d6368b3" + }, + "later": { + "Package": "later", + "Version": "1.3.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "Rcpp", + "rlang" + ], + "Hash": "a3e051d405326b8b0012377434c62b37" + }, + "lattice": { + "Package": "lattice", + "Version": "0.22-6", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "grDevices", + "graphics", + "grid", + "stats", + "utils" + ], + "Hash": "cc5ac1ba4c238c7ca9fa6a87ca11a7e2" + }, + "lazyeval": { + "Package": "lazyeval", + "Version": "0.2.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "d908914ae53b04d4c0c0fd72ecc35370" + }, + "lifecycle": { + "Package": "lifecycle", + "Version": "1.0.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "glue", + "rlang" + ], + "Hash": "b8552d117e1b808b09a832f589b79035" + }, + "magrittr": { + "Package": "magrittr", + "Version": "2.0.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "7ce2733a9826b3aeb1775d56fd305472" + }, + "memoise": { + "Package": "memoise", + "Version": "2.0.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "cachem", + "rlang" + ], + "Hash": "e2817ccf4a065c5d9d7f2cfbe7c1d78c" + }, + "mgcv": { + "Package": "mgcv", + "Version": "1.9-1", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "Matrix", + "R", + "graphics", + "methods", + "nlme", + "splines", + "stats", + "utils" + ], + "Hash": "110ee9d83b496279960e162ac97764ce" + }, + "mime": { + "Package": "mime", + "Version": "0.12", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "tools" + ], + "Hash": "18e9c28c1d3ca1560ce30658b22ce104" + }, + "munsell": { + "Package": "munsell", + "Version": "0.5.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "colorspace", + "methods" + ], + "Hash": "4fd8900853b746af55b81fda99da7695" + }, + "nlme": { + "Package": "nlme", + "Version": "3.1-166", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "graphics", + "lattice", + "stats", + "utils" + ], + "Hash": "ccbb8846be320b627e6aa2b4616a2ded" + }, + "openssl": { + "Package": "openssl", + "Version": "2.2.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "askpass" + ], + "Hash": "c62edf62de70cadf40553e10c739049d" + }, + "pillar": { + "Package": "pillar", + "Version": "1.9.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "cli", + "fansi", + "glue", + "lifecycle", + "rlang", + "utf8", + "utils", + "vctrs" + ], + "Hash": "15da5a8412f317beeee6175fbc76f4bb" + }, + "pkgbuild": { + "Package": "pkgbuild", + "Version": "1.4.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "callr", + "cli", + "desc", + "processx" + ], + "Hash": "a29e8e134a460a01e0ca67a4763c595b" + }, + "pkgconfig": { + "Package": "pkgconfig", + "Version": "2.0.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "utils" + ], + "Hash": "01f28d4278f15c76cddbea05899c5d6f" + }, + "pkgload": { + "Package": "pkgload", + "Version": "1.4.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "desc", + "fs", + "glue", + "lifecycle", + "methods", + "pkgbuild", + "processx", + "rlang", + "rprojroot", + "utils", + "withr" + ], + "Hash": "2ec30ffbeec83da57655b850cf2d3e0e" + }, + "plogr": { + "Package": "plogr", + "Version": "0.2.0", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "09eb987710984fc2905c7129c7d85e65" + }, + "plotly": { + "Package": "plotly", + "Version": "4.10.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "RColorBrewer", + "base64enc", + "crosstalk", + "data.table", + "digest", + "dplyr", + "ggplot2", + "htmltools", + "htmlwidgets", + "httr", + "jsonlite", + "lazyeval", + "magrittr", + "promises", + "purrr", + "rlang", + "scales", + "tibble", + "tidyr", + "tools", + "vctrs", + "viridisLite" + ], + "Hash": "a1ac5c03ad5ad12b9d1597e00e23c3dd" + }, + "prettyunits": { + "Package": "prettyunits", + "Version": "1.2.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "6b01fc98b1e86c4f705ce9dcfd2f57c7" + }, + "processx": { + "Package": "processx", + "Version": "3.8.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "ps", + "utils" + ], + "Hash": "0c90a7d71988856bad2a2a45dd871bb9" + }, + "progress": { + "Package": "progress", + "Version": "1.2.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "crayon", + "hms", + "prettyunits" + ], + "Hash": "f4625e061cb2865f111b47ff163a5ca6" + }, + "promises": { + "Package": "promises", + "Version": "1.3.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R6", + "Rcpp", + "fastmap", + "later", + "magrittr", + "rlang", + "stats" + ], + "Hash": "434cd5388a3979e74be5c219bcd6e77d" + }, + "ps": { + "Package": "ps", + "Version": "1.8.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "utils" + ], + "Hash": "4b9c8485b0c7eecdf0a9ba5132a45576" + }, + "purrr": { + "Package": "purrr", + "Version": "1.0.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "lifecycle", + "magrittr", + "rlang", + "vctrs" + ], + "Hash": "1cba04a4e9414bdefc9dcaa99649a8dc" + }, + "rappdirs": { + "Package": "rappdirs", + "Version": "0.3.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "5e3c5dc0b071b21fa128676560dbe94d" + }, + "readr": { + "Package": "readr", + "Version": "2.1.5", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "cli", + "clipr", + "cpp11", + "crayon", + "hms", + "lifecycle", + "methods", + "rlang", + "tibble", + "tzdb", + "utils", + "vroom" + ], + "Hash": "9de96463d2117f6ac49980577939dfb3" + }, + "readxl": { + "Package": "readxl", + "Version": "1.4.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cellranger", + "cpp11", + "progress", + "tibble", + "utils" + ], + "Hash": "8cf9c239b96df1bbb133b74aef77ad0a" + }, + "rematch": { + "Package": "rematch", + "Version": "2.0.0", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "cbff1b666c6fa6d21202f07e2318d4f1" + }, + "renv": { + "Package": "renv", + "Version": "1.0.7", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "utils" + ], + "Hash": "397b7b2a265bc5a7a06852524dabae20" + }, + "rlang": { + "Package": "rlang", + "Version": "1.1.4", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "utils" + ], + "Hash": "3eec01f8b1dee337674b2e34ab1f9bc1" + }, + "rmarkdown": { + "Package": "rmarkdown", + "Version": "2.28", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "bslib", + "evaluate", + "fontawesome", + "htmltools", + "jquerylib", + "jsonlite", + "knitr", + "methods", + "tinytex", + "tools", + "utils", + "xfun", + "yaml" + ], + "Hash": "062470668513dcda416927085ee9bdc7" + }, + "rprojroot": { + "Package": "rprojroot", + "Version": "2.0.4", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R" + ], + "Hash": "4c8415e0ec1e29f3f4f6fc108bef0144" + }, + "sass": { + "Package": "sass", + "Version": "0.4.9", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R6", + "fs", + "htmltools", + "rappdirs", + "rlang" + ], + "Hash": "d53dbfddf695303ea4ad66f86e99b95d" + }, + "scales": { + "Package": "scales", + "Version": "1.3.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "RColorBrewer", + "cli", + "farver", + "glue", + "labeling", + "lifecycle", + "munsell", + "rlang", + "viridisLite" + ], + "Hash": "c19df082ba346b0ffa6f833e92de34d1" + }, + "shiny": { + "Package": "shiny", + "Version": "1.9.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "bslib", + "cachem", + "commonmark", + "crayon", + "fastmap", + "fontawesome", + "glue", + "grDevices", + "htmltools", + "httpuv", + "jsonlite", + "later", + "lifecycle", + "methods", + "mime", + "promises", + "rlang", + "sourcetools", + "tools", + "utils", + "withr", + "xtable" + ], + "Hash": "6a293995a66e12c48d13aa1f957d09c7" + }, + "shinyWidgets": { + "Package": "shinyWidgets", + "Version": "0.8.6", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "anytime", + "bslib", + "grDevices", + "htmltools", + "jsonlite", + "rlang", + "sass", + "shiny" + ], + "Hash": "bc918b6911c4e928e24a9928295de834" + }, + "shinycssloaders": { + "Package": "shinycssloaders", + "Version": "1.1.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "digest", + "glue", + "grDevices", + "htmltools", + "shiny" + ], + "Hash": "2b45a467a30d6a88a1892a738c0900cf" + }, + "shinyjs": { + "Package": "shinyjs", + "Version": "2.1.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "digest", + "jsonlite", + "shiny" + ], + "Hash": "802e4786b353a4bb27116957558548d5" + }, + "sourcetools": { + "Package": "sourcetools", + "Version": "0.1.7-1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "5f5a7629f956619d519205ec475fe647" + }, + "stringi": { + "Package": "stringi", + "Version": "1.8.4", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "stats", + "tools", + "utils" + ], + "Hash": "39e1144fd75428983dc3f63aa53dfa91" + }, + "stringr": { + "Package": "stringr", + "Version": "1.5.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "glue", + "lifecycle", + "magrittr", + "rlang", + "stringi", + "vctrs" + ], + "Hash": "960e2ae9e09656611e0b8214ad543207" + }, + "sys": { + "Package": "sys", + "Version": "3.4.2", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "3a1be13d68d47a8cd0bfd74739ca1555" + }, + "tibble": { + "Package": "tibble", + "Version": "3.2.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "fansi", + "lifecycle", + "magrittr", + "methods", + "pillar", + "pkgconfig", + "rlang", + "utils", + "vctrs" + ], + "Hash": "a84e2cc86d07289b3b6f5069df7a004c" + }, + "tidyr": { + "Package": "tidyr", + "Version": "1.3.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "cpp11", + "dplyr", + "glue", + "lifecycle", + "magrittr", + "purrr", + "rlang", + "stringr", + "tibble", + "tidyselect", + "utils", + "vctrs" + ], + "Hash": "915fb7ce036c22a6a33b5a8adb712eb1" + }, + "tidyselect": { + "Package": "tidyselect", + "Version": "1.2.1", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "glue", + "lifecycle", + "rlang", + "vctrs", + "withr" + ], + "Hash": "829f27b9c4919c16b593794a6344d6c0" + }, + "timevis": { + "Package": "timevis", + "Version": "2.1.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "htmltools", + "htmlwidgets", + "jsonlite", + "magrittr", + "methods", + "rmarkdown", + "shiny" + ], + "Hash": "322f35cae1fcac54fe0c14201fb1fecf" + }, + "tinytex": { + "Package": "tinytex", + "Version": "0.53", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "xfun" + ], + "Hash": "9db859e8aabbb474293dde3097839420" + }, + "tzdb": { + "Package": "tzdb", + "Version": "0.4.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cpp11" + ], + "Hash": "f561504ec2897f4d46f0c7657e488ae1" + }, + "utf8": { + "Package": "utf8", + "Version": "1.2.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "62b65c52671e6665f803ff02954446e9" + }, + "vctrs": { + "Package": "vctrs", + "Version": "0.6.5", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "glue", + "lifecycle", + "rlang" + ], + "Hash": "c03fa420630029418f7e6da3667aac4a" + }, + "viridisLite": { + "Package": "viridisLite", + "Version": "0.4.2", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "c826c7c4241b6fc89ff55aaea3fa7491" + }, + "vroom": { + "Package": "vroom", + "Version": "1.6.5", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "bit64", + "cli", + "cpp11", + "crayon", + "glue", + "hms", + "lifecycle", + "methods", + "progress", + "rlang", + "stats", + "tibble", + "tidyselect", + "tzdb", + "vctrs", + "withr" + ], + "Hash": "390f9315bc0025be03012054103d227c" + }, + "withr": { + "Package": "withr", + "Version": "3.0.1", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "grDevices", + "graphics" + ], + "Hash": "07909200e8bbe90426fbfeb73e1e27aa" + }, + "xfun": { + "Package": "xfun", + "Version": "0.47", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "grDevices", + "stats", + "tools" + ], + "Hash": "36ab21660e2d095fef0d83f689e0477c" + }, + "xtable": { + "Package": "xtable", + "Version": "1.8-4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "stats", + "utils" + ], + "Hash": "b8acdf8af494d9ec19ccb2481a9b11c2" + }, + "yaml": { + "Package": "yaml", + "Version": "2.3.10", + "Source": "Repository", + "Repository": "CRAN", + "Hash": "51dab85c6c98e50a18d7551e9d49f76c" + } + } +} diff --git a/renv/profiles/minimal/renv.lock b/renv/profiles/minimal/renv.lock index 7878d04e..9a6cd0bd 100644 --- a/renv/profiles/minimal/renv.lock +++ b/renv/profiles/minimal/renv.lock @@ -237,6 +237,19 @@ ], "Hash": "cd9a672193789068eb5a2aad65a0dedf" }, + "callr": { + "Package": "callr", + "Version": "3.7.6", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "processx", + "utils" + ], + "Hash": "d7e13f49c19103ece9e58ad2d83a7354" + }, "cellranger": { "Package": "cellranger", "Version": "1.1.0", @@ -385,6 +398,19 @@ ], "Hash": "39b2e002522bfd258039ee4e889e0fd1" }, + "desc": { + "Package": "desc", + "Version": "1.4.3", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "cli", + "utils" + ], + "Hash": "99b79fcbd6c4d1ce087f5c5c758b384f" + }, "digest": { "Package": "digest", "Version": "0.6.37", @@ -862,6 +888,21 @@ ], "Hash": "15da5a8412f317beeee6175fbc76f4bb" }, + "pkgbuild": { + "Package": "pkgbuild", + "Version": "1.4.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "callr", + "cli", + "desc", + "processx" + ], + "Hash": "a29e8e134a460a01e0ca67a4763c595b" + }, "pkgconfig": { "Package": "pkgconfig", "Version": "2.0.3", @@ -872,6 +913,28 @@ ], "Hash": "01f28d4278f15c76cddbea05899c5d6f" }, + "pkgload": { + "Package": "pkgload", + "Version": "1.4.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "cli", + "desc", + "fs", + "glue", + "lifecycle", + "methods", + "pkgbuild", + "processx", + "rlang", + "rprojroot", + "utils", + "withr" + ], + "Hash": "2ec30ffbeec83da57655b850cf2d3e0e" + }, "plogr": { "Package": "plogr", "Version": "0.2.0", @@ -921,6 +984,19 @@ ], "Hash": "6b01fc98b1e86c4f705ce9dcfd2f57c7" }, + "processx": { + "Package": "processx", + "Version": "3.8.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "ps", + "utils" + ], + "Hash": "0c90a7d71988856bad2a2a45dd871bb9" + }, "progress": { "Package": "progress", "Version": "1.2.3", @@ -951,6 +1027,17 @@ ], "Hash": "434cd5388a3979e74be5c219bcd6e77d" }, + "ps": { + "Package": "ps", + "Version": "1.8.0", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "utils" + ], + "Hash": "4b9c8485b0c7eecdf0a9ba5132a45576" + }, "purrr": { "Package": "purrr", "Version": "1.0.2", From 8d9badf92f91f1e3e93b4e768eb77d2c056c1a57 Mon Sep 17 00:00:00 2001 From: "Aaron Clark (Arcus)" Date: Mon, 7 Apr 2025 13:24:33 -0400 Subject: [PATCH 08/10] rename pngs to make more sense --- R/app_ui.R | 2 +- inst/app/www/logo_in_app_no_margin.png | Bin 0 -> 13327 bytes inst/app/www/logo_in_app_w_margin.png | Bin 0 -> 13545 bytes 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 inst/app/www/logo_in_app_no_margin.png create mode 100644 inst/app/www/logo_in_app_w_margin.png diff --git a/R/app_ui.R b/R/app_ui.R index 6d452950..3d3118e7 100644 --- a/R/app_ui.R +++ b/R/app_ui.R @@ -21,7 +21,7 @@ app_ui <- function(request){ bg = "#43464c", title = tags$a( href = "/", - tags$img(src='www/gcp_logo.png', height = '40', width ='180') + tags$img(src='www/logo_in_app_w_margin.png', height = '45')#, width ='180') ), sidebar = bslib::sidebar(mod_main_sidebar_ui("main_sidebar_1")), header = conditionalPanel( diff --git a/inst/app/www/logo_in_app_no_margin.png b/inst/app/www/logo_in_app_no_margin.png new file mode 100644 index 0000000000000000000000000000000000000000..9aa2da757e5c42a09205958e970cb45cd0bfc71c GIT binary patch literal 13327 zcmXwAV{{~4wC&ioJ+UX6IO*87ZQD*Jo(U(mZQGpKwllF`fA6jLqp)h-u663(>V5X! z=TwxUyaWV`EokqtoPFQMI(W)vlxAC=4`{c+9FbSJ-+3!y<}0>|Mnvn2!DH9UNj<*ERltr5?aA5ix@OXw68-Adm$msa z!)r1%pG@;Ij3GpaH6Y0w_CVv`tb5)csOr9)5-}W>g&I>VAn=Z#spPlnNbh}C}BVKkx_5jc5ZoyQo6N^#6d&Vnv`{W)Pm=a*>4Yf zM$*LkWTO#3KH(EZqS)^W(s7R8Q#-SsM;R-I;;!}QDlXH)gcOQ9A9z0~hDp9~i4lW{ zaMaa@Nz@Ymkp8Am%rJ=UkuTnRE?Qsdau3$RoU}xJJGH96bswtJ5J9vjFekGNTi)6d zn~6P(O8e|~bgaE^wqH3tAFnv0eF^x>GgpCYwjfBZQ% zw=K9;02(?5khFFntYvL&dYh*`3ijZoA96d9A=D^Daz^)wPVcC}nNscS4j$CHH$gR^ zTJA#5RlNLGdaS@0nC57w;)8s)*-aw0G>x$ihKfUy{|BI1Ta zg%5#eY&NIs7KwzNb4AxZ#8+rqHIwlr-D|l9W)_Gjd2wKAbo=%*KoSkzvA6s^XGRp# ztrXKa5#Dl=pRgk(aI|dzT#aSrGa~djsPY zeq|Y;5N6syw9wV^FO6YgdWOxpCAtI8dCsqg9uvl9DxH z!*I>8jf+0@-#2})Edd1iKi=Hk2FBN*Jp1}b2Lk|ySPz3>X1zR$w<6<@-A zH`1kS)!hu|Y5Jq6q!ixRD4QA86C2G{Ugu--*8Ua#?<^AulZZ*^YfAtY9yzq2z$E%u zLoModYMA}`DPIW`ulQh<0(p~eP>+R2rPFgBX7Efmzwo>P9xMzDLDn%1Cj7zS;r{p{ zCLzB;WD~tUdlZcI-w46^f;!?zSd_2~9~4c^TDNQ+W$oz0?X2GN_{lfyb_j?RVhZ6% zl(=rfmEEViy!G(Toq>=0;lU*_QhIg_2?gDu85sMF7+65>&-icbI*(?%*De}~$;nX3 z(nWW=8aM(+vc#b{TkqEcC6Ak^9YV|t=0^lnml5R>HyihM_p7{LK*PY_(=L?gaQ2(h zeYZXHwU%4a-zWf2?B;X$-o}yi;=>Q&0fB-mwwL@6l`jwZAidQ?~&HzPI=4Hs#mz<|3W>3ani(P?wcNd_XdG_Cbo|d6I6C5R$qe3KEGG18lP;6{$PB$lv z3_cF|Qqe*x=3Tc8E(Zr3re^R|eQaF9If&RrX>VDl3M zQ+oO%`o~{5V;7!M=`l`g0hBOQzBfzU_s%91xJXzvHS$cJ0Eh+)f#pNs4pT=Q*529! zrmBX9)koHlG3xvb0sT@o=M#K8Dj$i*!g1=(>!0J;HO`JMR6Z^j-dKF%d>5QNkvyTf z2UWuNb?zlifakxas)c(NapDfHNkio9Nil6}Y)tq|finh%RZm;X1lD>k6G&)3zeJ%> zgfD#KdmPo49FAu@2Xy`?)6k_UUSQ~C41?{K7cmL*DR)P&O|*Z>C@hL+`_1kpU0_x0 zV%K|A;F&fY{J2e`hH{9_GQ#b?2GKIc%X@}_RewXs?(QjAxK;HXT{1qsKX>dA`@++>k-PbTykB$Lb7IM*KbtSPC5e)^d2@*Kd-fa3 zN=yGpRM};zZ+75sI6e z@({uTYn~sUQEovQF4k|SZeYW&pDGY)eSH6=GPH`t@BUXb;3ozaRKR)tfy>xrD zO7E&@(4#EZYa-V4R=@ObagtLO&n8P4OBb!jnM?CM1iuP;2e`pn1<+n-arbgp@=hZDsL7HgoFM_U;swyyEI^U2I4Xjvi`<^=@t9Z*3t% zm)I4X;MUUxF+4X%1_)NqV|%&Dklnb}&A;-auy&5S?LdAmOm|CDV6gFC}J#I>aCekzzx42I*e|8IA#UQ4)HV+No!O_M> zhL3G!JC`l>XCZ2IQ7uM-`hFRI&AtWyYjx-1fV`20Um!8<`bto!}{RK)CRH4=Z9Xz);9gND-qi zWn#Eh2@LmcMsj7v5?aTs4)+T_q5y5wGn2v)6<<(-E%LQWZibR2BShzj~=>g z>Ni9&wBRU06BJczckx|Ij|VTAr|%lJv&XzW1ppR4%%}^@C#dOaNE9*T2GxR(XB0*k zJ6Ew>Nsn2~EEZB4E69(F25tbrfX%?8?udG`vu6pD$B$wpEYiuDC+O?jc#R7Q5Qs-W zX=#3fFJ$8wG)`Zl9SnEXiAyvb=0?KGJRo>UYReX&~B z8l`zTazDZcu8a!6u1mL^qYd?2g-RzzY3-?GmaPz|HY&KFRjw+E^zex{=6Qj$N;H#=GnQXsS?^iZeu-_E? z9&Fytr+aX>z!3|vr-lT8P_JSi2bxcZfRE!Pg3}{RM#e@-U4Qw^ivc?%ty>?La2NUE z1NsL!O)_K@Fsi>_T2rfZ_jEUZo@qA8y9}InNzU>Pg1)vXa5ftyC6130{n7?;5*LQR zL1O_Yne3&*LQdMZqX<>fY>j|x006>}8{0Jj^0m4ns^Z#4@fsH>cik8wJaFFXp{{8_ zNVp#|dKqC@QB!G6jYMD%du7!_MmK#;N@Lq3z;Mc}Zz-js;jKood251oo^{aQD_fHR z8fS~xRGA#$szOG?yu27@Zs_0ulb3bXTf&%_$Q&$PWdFbyZiI@q_j5%Or8EPYm@HVf zSf~paJPYt??cg~*91+S>+#Qx1@TCSR6-Vd#`E&)fDkE@{VmsjUONgxxx3KHHD~KeX zridu&7Jp1lu>>kw!dOrbG^30dOp7&TJDBGcFoxgX1@q6G#r?fOE(~sIz%qt;4xU&n z;1Uv&%ff__FTz(f$MIRm9>`0^U72T@=X~yZC&gO)lN3}-3j(Hp}s;$^3I{?XWPG;jRW8`?woc;q@X!SnYq9i zTqh+*&FC;s8cWhnY4W$eq8VPAOIcYVj8xi-P!Ez8a;xRv{J}Zb!Mn4kae0d_p+x~J zop)?!XN^7|Z6rE6^n(u%p>`NL!YI^C@yh4uBs86F0#g{7X(XZY|p9?%g5 zet#9k#Q6W+A#F!li3^4r`6pl}ky|}*|Gq#1Y^uU?ejej}|*NB{_-d8Ci0D#sDd6mo=C^z?RA$LJE`moGJq~=7K z?lB*paR41rH48ifO$K71BEkgFvTGX}tR4a&cQ%^9Cq3PA`;chpCZWK2F9%4;MY^ZS zlG5XHXFB-@ov`xh_*)vH=jb-oVeL1WB6O?$48YjwVrEE8ZrNd z>y<%ic_O*MnCC4qiTi6;K&Wl#W2wCK^+o=PSPNG0_L98euX*X*CD!ZfgM*kLrEFY& zt5{)&jc$Y|rRoX-^-pFZn79%VrunW4rQT!XiyOmxc-LjCRtP|%WXz=x2HN^|>T1g? z)X~Nsne6JJPHk=dU?gMN!q=wY1Ks(`mWKay%yruGBzsYsYTJh1}ht=3K^Wor;W9JVG?65}FzyD5~ z(EO~ns&+g-8?5S)S1fb1HaATz-?nFjy#739ks}~M5+s4i+B8j;4x5ZYyx0hUx@Ml^ zHy~+p6oe}fA+4xfl7WnoTi6q&gnfXDHX@at?oY;2V43K7P1YyIL2@A3l$W2@9UV?c zyZTGuX?JUn&rgF2PK@(n#bI+f(4f~{m%p}LtS)xWpWRZ4lK}pV>Qg zx*eH)rTKolD}TC&{C2EYYA& z5;!_u-TTO|LE?BC6VX*5$4>Gq28uwS&gg{wyak31de`BKyt{?qY)&=+Dvzl>cBWrJ zow%szjwDP11k;XF>*%2cCbd6|qxQ0$%@P0Rn^jgAbGEe5*B63UCd z8sC(Amd`K%_gbn5g4Ux|u7yS`&J$+C%;By|bZ`*@R^5_^;}FAydc~xqXq8n|l$4af z1ajhcb__i|Jx?}%2M7W~|J5t&b|wDAI7NRyjt%&8FqQSTrEtH3>M%G6?C%q9nGq%5 zc^crlc|Xzr=0#*zbp76Cy3GqK!pS0EI=s>w$Hekp*c{3EhBgz`)P;CHH(ty z*Y75e0glvxvwwG1_i8JEKC>nC@2U8Zx~2-q_(Q0_n=C9z{zf zHt*GX5gtzf%Id>?L{Sw7W|Q%P=>eJ3P#SVo$Zm#;q`p>2144d>>!!OFS=!U5z#lF< zmUllQvSjJR^z^8UN`}$}>*wcZQf_YCrKP1Q;$Qv!)`Yyj;Q}1Upph2%bxFx1hm1j< z82Rb2-Md>i;`(wUzlgE~oBz=de60Q8&%{qyMEE%?3;_Ok02M3AHlh50T@Xa&#Y^cF zt;oAiyz3Y=LDvQ3DwLP7u5O$Qg2|dIQli5pg?}JU}(}euy|K~->;eEfRGVg>% z0Q%_(sHsW1vALO{mjexK&D0E>S;`r95bT@;2;GlROQG(-Y02@+&z#H`;oINiSVUbP z{`^xZLdn3YJ4$YG{f*#@xYo@jSeZ`L&6~LT{g^dm?ws9+s}1oC>2H;-?&~v&Ub#Ti z-^0+Ic+s)%bWFI-&FVCCbRyEy@IZ33i_6RFRfwyAS`fjP&z>4wyTqyU5jEio=Nh^!Mm8t$1Pn9Jv*br#6H+pw`Te^PoJ2kAJ3m*j@twllYS5JfZQl%T1r9g{n9r- zf#BQy_#EwFbpnTJ_|mSj(xg7my<+ibUmp(}8is_knEujwe~tESI}oNyn$(6GMs;&? z@KAwwTA%%-0%7pZF{rbd*sX2I&Oa@pvP~LPp(rW#U{qQZOGOKga&eyxE(<|j9KoRd~&BbMg1buaNis48%W#{crcNmi2TzYw4@ez6P1T8}e=0c*^ zLX_xag3LI0T4JM2rDD?R{QkNeRiXp~No@o)gYgjnX5P>+&w+^v1U_PeW46Wkrhf(@UQSoZrwnJyaEw+lO*!?Ci0-D|lX#Xu=ZiJVcd&h`~2pC&iyZb-4 z2@}cB=Ro}7_l6REucz!c7&r>i-sXDXLluMWS#OJ-1j~C#1|+$vzIui`iPILGeLf>l@&gl^Kn-J+vetkW9 zSy>qk6H|Co69+gr_|Eb1vTbLja+woV8K5FSAcC<%f5E#UKb45O!;nPP0&9c7!~bia z$J^i5p_SX_>1;kJ+?pbCNLe+CPEm_iM9mF}(im=>{#;R;Nm#84+_(&0na8U2`!UEQ zX)zP+Z3vD2&6r7O*Smj9TDw2c*GDWOA>qhP*!7MNE~Mo}e9gY&)p~9o0&V zUIqyt296$u`S38M@x5M?;pT;N$FZ`vZZB})uzxrl2D!v8NCQ;ML;nq5`w|cIefz5! zLSS|c^)^bz2e6evSSUVpUF%N+xr9`2s3el(KyI!cmy&&GfA623`u4DUI>u5l?426~ zcI(A4{YSB(mC?-!kprrCQKYUdU#0u_Yb@H zBXM0;mTbIvgy8A($dbiH^Eh#5dU+K2M`yLQQP;!6^K$0+v~0w?Z!v7U{89)97^quq z`3(|rpz$SdSvFNsUq5~`;uou*@_O-{Hu+I>!{C#9NNXXw1<6hK&l3fO#H=1_YnPvn zw+5oJM__N3>m1tulpSiXZ6E>&rH9!I2IPt}FNY2u@qO#ha2XB0!-MM7WZ2P8AKq;C zTb*zqM%Wt&0E&x?kfK^f0?Oc4d6J(EhZ0l73=hTX9~{LWVkfc10048@IJ2$S15#vS zIbkcU^FD>9J{CZP2^`b1^uA?0Y$VW_@QoM4<*Tbl6f~NtlRb^L;}^ILuTIR$FKHzQ z5?@k>s6K-%YFMBv^ouoA%YFlOaVY_EVLsm@KF|G%-DK-#_nXXf`J9B}S#J zqO7Q`4zHu50|^b?zrNm)&M#D^x_jR?q!#=E0AS?**9&0l+wwu~-eO1_|8WMs+RiJS zloU5%hsewEP_=D!G0FmbaE*v>QM8D3GEr7k3>(xLdcHHIQx7mEMDSLD_HzrW1o;HI zx#lZ|H7=UVmg!6MU48Yp9Gdc?Bf2s;Mv=1q+0nxR#pTy zJF6|ryoV1})Wo;1HZZ@Rys)r1x49WRPJ~QEM0EG!VqNoa&CO4DA65KxeT1vs)#!$E#gk&uJ#ZNh5{tI zgq=@LQIs*t?ag{$77)sf2lbdH^Xr1nv}u+ErT+BjQ|Brd?Dl$B&z=gx8gx z92g>i(tOI9&M6^oe`RwbgeqmG8+d6kUf0Wxgz_1qWrMU1LoX?I%W-noD4q{9+|%j# zTYNav+aKKbP)NBkJr)!e1_cfQu?s@G$qz2H-L(hu$}Ml=jBZ;m|5Z(LN5O)UciB8* zkxJIl4BLUTd_5N zHU`kT4w&~Mo`s53^VoPGr08?L+ge@mMvRszpqi>Ral2UTC!|l8%!7zIdi9agHY^t< zm7av29+9t~Uz0tNI*lr~`wyaRhv<<{5*>d{&;nBGaP3D6$?&nevBN<%*S0$RRFMlE zw`Ltw=0X1Yr=9AJ8(u9hPkhe>1?c|!x&wJ#c2!q z)o>d2+50w6wcOCgX8j^lIuW;rs5S1?o8eECo>!u+ZWt<++0OW}xkDGxR3J)Rf?gy_ z(t~oOy(yU#$}tIRP7YOfJg@bfi{ov`?vanNaat%Upm*cxX$}TN{TqHCl?#xIJYGuM zzCWO+oNLl;B(2o!699L#@vD8eHm-Zp<0$N>)aq;Zg)=o`?igF03EI!lo%Al0($m5x zK==EV76ZE9ufu>jUWZ{}QcGA0c@WP^i^n4P9Imm^2gyZSy|B{G6#FYUKGIiaesT98 zeZ`3b(3SAQ#r?FuzXOW>`>Jh8MVbj|+J4Oy@jttI$V!9UgLAil`Dha#QIPx} zpAzAF1BU9yQoDoT#>pjglmR@ef0hJ&OuJXqK#kuV`60BVguj;sRchhc`CQDGwc*Wn z_B1Xn6BOP-SkG@w@{ws0?Q1B2oE`Y-(XJ5nzvrLqjTbMHz&A_e>uJ5w;aq!k)uImL zUm~;E;l2T3m9~|jo(!lc@il_aF|H9y$C&M|86GILwD(G{GZ_Nf(?d-BgTh-qZ*ja} z@GQCf?yax)fbV;Wxju=fGUMkg{<03gX>=^+iZ;_xbW(wY*+}Ee-}cw=_wC@2o;><) zaKC(VRM@3slhsm7v{g}rRA8-b%(7H)8AD&VjexfMU6ah^SA%nD$a?CqdrNv0oT&wB zki)X;BBF2J12b}geIf6=G`5*>s&s0t*}9>PG0N|5tO)DfMBC+orK)G)YC<0R6w=A< z1L5|3Ty}PVo(>J-?0ZZ46r9WOSlU3t%O!;Ssg8IGmR_y5 z93JdQqLb*ApzhlG1?DATkHbTrp1FnN*WHGpuh7`o&_T-U)E6A-&-%$@457V=HmlR#C9VNQoZrmH3Gz`U)&2E=H{QkSs zt7f3?ztYNM_0FDX$E=HEapmJ<`I4`6b3z6fFjmx5MN)CF_J-@50MTG-1d0CbncFRo zU9xJ%_W^E15Rftu@dve(AP?_o3dY_^$(2?o=F8JXoXLwe8?x3m90tzp2QG@E05_vj zM;`xTf{~A!N~mehagHZ$36;Se+pPYxVi}>NgYNY1>ygmuy!!7=j{Vu>@pGALtaH?m z^Q-;*Dl+5pbq7Y&LhN!*rgEXiYYp?77}lX1{-MtMDOuO2&yHgK@YgSUtiQj1`{!5j zGAmhYM-4l?ypXRw9V2zsc8Twr=r87NVmg`hwmlxZk zTbQIe$4`ZVkDC3>|GWxJARv-s5$H9{Yv2cymH`Emyd?Z(dQ0Yl&Otvh)Zzc;s{b6lgB-xD&^CI3-L z@e|KNte&4}k&DS!d^_%2w@RdM~da|$&;**YMqtUTG;_xP-TK;lkfZ}Tvqx#Fwl zn~>9XQf4{Qe3gvA+wYV~;_#r4&fUGW6P}g+Utv2!II=n1sPTg3Jl|DmkaDK6Zraj5 ztQm@9uHzF7r@SBT8%J9I?mk}z`ahJQ#UQjgJKr~hRAT?ND zKX@y(2BMSi8&EsW_{_pp-v$lFL=&=8ZmL7$Qz15VpCzXlM9WHvANiQT{fMsR-dGVq z)vqm2uPfxWPrLKYo6WZxldb!_r*IqwYy`4CCe3C`%4vg6xse&OJy~S|a-$H_rp>xzNFWCY`mt%7L&+naDzdO2g0B7PvQC?KG(uFuE>}oT%<~|4vE9s zG=|w}@*p$$HGV)tfExxP#9V(WhpIZ3NWp)2gL|N@tp`up^NE2*Q#4F!4xOp0N^`_z zjR7qa5bh)!N#;9BcwJ6B=_2tRMB|CUL!r+!1)WG7y6{Faxqtti%(pXJtexK5^rEPB zzBPGv-(Q7!eD%J)b@XiIYA?c&!PNYk5Ce*NvJB*Zq=6jFN#>3k5e6k!&1`Fq-S*_tjUY{;mYdgsQG}{CHijkMe%GW?&DPBQ?XrR_o@aV5F z*krl;U@i-`T{edFt39EL3k3ovzwT_n>MgPZ_mA(l@7F2rI6q~q z>)f8yVz1r5uA%?^E5GtHufuKSJwZ*CIZB5aY zRKdRZUQQa5_0EnIb=z^At6ueuP%t?TYM!Hjq=(gs)P=vTcHm!Cb;?farbcamO2J4) zNXcA6&i3pDKev9QVP!A;Q&v4wR#ydlX!Y}u@Q9W3$~gdKG=bXf&0{}Z!{BVD^~YU0NwaS6)WR=w zen=8#vTPC}BcZd`UD8_Ujqi$7<4-)mT``i8cX%sX z0I}TPQXK>YY-n+Or+w6c@8^ow+qs*3>+nMf99`aqpeYHI5xb?5f8RykA z86Bgn?KrB+>B5N)T-CnWW7A~|if&xg#LXZ6hejRocINl=g3X!|1rlMbJZRpsAj3jhZPX#ddi-(O;f4Q2VRP&9n7T6t~wkam}6|bje3Ez`$|I8WW{t zO%ork=pm79(#tn3@Xj#p9xkk_7KC~&MDB0h^G%|K4`&)CXf zjvA0j%32u_5Kj#!Q$~{y8AF(VO}!%~ng&CU^Bt*JbEdy-42LC=mzEh_wxotILWlYo ze*AOdcIGSM*YePUMOu&E&SFQ5l7ez&`s75Pize%8c&1$#02?p?XR*wUAN~SzC|`VO z`INpq)*nSX$=ds4ZMx}Bn6u+@HFITq`_W%+-i&wgX*m3lVW%F#FMuT){`jP`wd02U z$8NW-7V%Jro`P&)+`}i~z6*B3Zo#EDk2Z02Uqp5MUuow7tDk>x}aA{pSx!%AY>bAa7Z>^VJtq z-R_5sEp|x%I~~JUZ=>&bSIgM!03XzX(y9m+HsJa7lP&mO9O$!v=d0f(X){ZiBI4?8 zON==l1WN<&J1yceZiTAlPB%3fo<8cCO7xEFK{k@zTD}TNpfWGHkB{M1lJK+Rqaz>x z4?=0IyxiG)^&<|m^JQihxKtO8!Nr*ov^#x*nAP7VyBDK2yW3f!5i;ke>3(<~1Tyc= zc?tG~smj*kcvb7pL7%rZAxPw;iMtDvaTq}zzFoEq>|gUC&xbAarKnL#2FwxKo4!cx z(q-YA3=(RwkVA)V-bGW!toRUuoH9MuCb*WeQD6X>8TuZ<_+ok*9X^G4M0W@8zS_W>mKN0yZG_pZRUM*X*km-Ik%<7F|uU0 zjq%aAeww3Yr6uJ~Orn?$H^LqIP#tL`f9}+1!3SLiQ&<>Ij_PQG`(6K^#5)jz24q*& z_v9dRBZd4$oQw^=qE<&?St%WgoKly$^@)eK1wHS{?)`6gsrt_eE`-0XGWKPXmCH?q z#~RiL>DhX5kt|Q<$D5-JVQckuiCavS*6wkf;z$VQ*?uPUP~NbtrnQ0_e-JActow^5 zyd4E<6k_w;}tUYYZ}@>OrBO2uko!)HD3`PT9= z=j+f>=ATAr9^w$2Vcj zDjgF{g1#gEDAXS-q_fLtz~0Muy2=+0;sFw?uWm^8%?yuY!wYows%v9$#(~AZL@O&=m|XLrC)^s%So9=M9#g#JM1{P6het$s`rT~YHU2y zSP+8nejER-hgg`{h6*wH*twXqL{O{%O`e>vxjxmF0rwmOfG9=_b~24McYIS-8^?b)X`8f7 znl{~Z?-p7p1xm{hP~=qvQB*`gnaW;@@+vAX4qgZ1K#}DDlvhv?WT|Xqmr+WAmTtOd zIRMQIb_2|bG1In?vy%Ybx{2Um$A_aW4_uD^5sFl)MoG0CWfB>R zi>gsnQjG&!rm({qmR6I;wS`hku&USR6bdymDwUnss;&dW`V3poQ`0t6c!)dtMR~&2 z!4?ieJ{;_A;Or~_V?YEOBA2O9CXqr?E<;I$6e*cyNW77UFW!HW6-E}L8TS1R5_5sE zVl74w34}nvLuI8L+jhre&XicTFBt(VhAm{|lpiUkhX;l|6a;@S2Z)4x2!yr%+e%-zqw4LQsdO3Xy*C(|08cFA#N8}Vf)uFuzkl! zSTQt`sjvM;kH+}p(P6<5+3{gz)$tw%(h?L(HE!or;P2zfIC?P?yVgx)J2#6Cu^*l! z8*f(}c`=0T8*P9U!)BQN`c8UwM0dpW^@W3jb*Ht1h>)9Gfs^Mm@cW^g_;uX`w&Sw^ z03P0&Of}hsIRDl|Y@cWYtQZ>L*;zl+_$MMTu&)o?-9>FK@9uSGn6~%V)U*;DJC}}^ zCq}cK{{d&B;)d@Pq2NUjj&=^kLPCpOfQe?has{4;PH+32`Ur{D3uCSS4&Y*UIA%M70M)) zsH~PjCRYJeE0O@f;c~#?Fc4TLyYsR%x^9_Fg`Im7Flk&L z_GWm%81`Kvsj6i-wXh%i-?sy-7~WyYd;4kD#Qq5IcQk4!OGK!wtVDUa1jWTAC@d_) z?c8!mDwQayQlq?5jcTa|Qn?llFENJ$2yM6!2`%7YX8}7t7tUfHd_2W)auP%AD29W* z0|Y{WQEky^v^aAi3mdk_Ve1#;*c;;kpx^t)$|L=B!4Y~&K@tWhbboLN9 zI}4gTj)*`+kd&1nH#ZLjg(XN%Ek;Uq4YG=q*z?`2Hg(K#v)7Z4ixt9r?cnPphO?6s zJUl&NZ!ZFeV|Wn% zUmpmC!X`x#07^=0u=a;Dcz4O8tRR{x1J_(4D{CH(%?M}z<96hM7Q(Q)# zP%f7vCp!lT*HUmXu^21ged)e+!ZFjnrI-j2B7z*zqkACSyLp1oZ#u}ks!EP8HlD&e zuMTH#7Bi#I8wbcCG8ko-lW=(zJ8{;YJg{Q;-L^QII5rY|zTwFVt(H()T8vw_(s1fR zCeB~4z^+Yg8w$6Um*#Jz=x`DG_Vhtea3CBV9h*G9yj+SeHl4zMmW*I;7&BtXh6K_o zRrqHfJ7Lz|Jdk4e(O1W4=8OH|;9z6$7?nze?Ccy|zLJE)XY;Ub)pV2Sd`sT_ksgWl zKty;b+}yjt!h&n?*utVJto-^IzI=~e=WGu2TYiK@AwD=fA&~t)JAel+h1cSD_tGnq znis4`zE7(S#Y`~&>Klf?4(IY@jzLIFF)T8 ze!gOZ->XzABqt|h&!5*#S_lDP-{v{Y?3bTm4joTGdYWMikzp7Ni1xwe|HVBxPdziE z*Q_Ytdc4c@%dW@+A%eBbI(r@SW)r1mHs_1EG)TrY;aIVRL{}@4EX#!fe7dRJ%|;;`+(Wc zCjYu8fu4ObLT|zYB0^efIyUb(i}#ncpPz90lHVvY!ULWzLU_B1U~6M_uYMw+qDqF` zk}6~uR^sZlJbeFI`&pzPfAI@Vd}bg#JUzfLjh}TIjTWoEJ&C3BhO#%92@|<^4>?7L zqwLa6cBRRE!mJZDjGOf{ef|CzgPC6{D=Kl}N^-ji;nI}{Y4oFE_;ASxxVhQ^&6G-7 zLSa!A{<)AzzaL0!m%N0huS(E8=oVaDTwrNs)#%*0Tn?UjJiM*duyio?;eoZ2Cae(N zH_UpN{OF({IN0k?)vwiRk(rr=lNSowT+fS(chIqusr2rmM=+?LFWlUk7eWAFI1Jp} z>@Yam7w^CRDE>T>M9<9psZFN(A3w}y&c){=Gc(KJL%`e10dN2JPxBrUbYc3xcZ|3^ zOPpHJmleYM$=$S6=J>jHBagINE$Krdk|8t*TW@{O~@!>)8?&e_7S6EnB zgyV5-vkJf3c#0OkG8oQI#wB5G4u)ai(M^P#=ZD*5xy8j7A~!eBU_C*8j(F~s zpIPhB#2C2xJZY6`oO^RHYZcyS%vKD0gt$Uzr$4SxA(ta5IS(6FO>K3D`|nprX~x88 z*a@4?gV-8Gc6_`#eGuMVeW=x9_2Ih{ncTcWD3$tWmPJBq#P;!NbsJgQpWcgWSDIAZ z%IfT^bl3p#{?i!N$g_)nzn?$c~S>lVULK^_{I2 z#4FbdP+3`__d6>d7f})Jt!^Jn`(qdE4Y{O}U1`!un57twU$CA0eDvr0(`vQI&o4!4 zPED)JUo?3Dlxhu1%UWMXQz(@h6c$#&QEZE8V|%x{ocNS7NF)^?YOJRW!@%89fYDPn zvqNPQpwGL9$WkQ0sku?C5Oxw~8Cv7hO$1k0q2BK_Y86s53b6g#S6bESzS?w(=1v`e zD~Wmd>s%JZjargj76LApgCIXA#3knA*F(3U0bp-y1s6vF>})K+Rja@Q zAh6;z3Q8)WR%xM7sZm~|fI>x(D>TT;Dn(_r9F-i3<6N=)0;9j5^|*mdoSjqS`Ad^S3)UQL38ItDi!1k zHAt%kms@L!#yyY7??DOznOvVtXr0dp-g~2S?~wa@N+Ccxa%1tJ+*7kwYq#!%jqcCzR|3 z?LQmNVmzYm{!mv`UNxPKSx%q`ga&qxBSKBJ43*XDR+a1LZr?~y1U6QfH7*K$ zgPfqbBXV4Zfxy}lw$_&5av6YOQ2%EPQ@cQg0f7NQO9Wd!7h^{RVAQ`NVPm7aYKFsM z;L}RqUS+i!lCmn)+MkUP+v#7S!_x6Yzk8T0ZLCptEw!_o!U8iDLy>_!kO@F#bq#*o zG_%D|;i<3hBv)tslQNDXKE^*1jBfUPXfy;3X~AI_@U1Ms;V^f^udYf02gKz978W2b z7ZzLwgZsK++*7^b=x7gpYx(SKtnkE(-?wGv4|1eL0FR-wJf+Hin1!yr7w8BY%I0iOe?)LK;3$Wc})gIYu2 z-re|}VE_&XmOLvshy-wPw1e1QfUqDjrcdk(A0PdhW&l7a;KReM<<_BGp@mec&>LP; zTW-^PFtcg;jKLXd0I;y&V(h=d@Ngdw zXti3X)U_{-mY~rR2(__&mR449b`-$hTZ|sTF6bF7#>?X)&^^qzb`qtD`db>Z1Jqi> zP1%G(J3gL#xnpuHvgjvb;cgOmx}x$Xo4wkUFv|&)&VtM3VEkiYh`XALtb!`g9VsFr z5C|L&0~@|2T%82y73Ko59Unq#1^Pt#!_u<()hw+wA)5LfgIb>^%l*T#M*yVko+c)T z*;$4MHonA^m&@C|T%}S2mCEoQ#dq=cbim8cMZ)r~6-i7z)2w#3S!inoHy0s1-FWB| z=?!NmakGgYWHKd6B`sg^Qfn!53@T!2Sq=W!&~-Mz>gx1=?>KR7_$W`#?ChqnG{Ee{ z5C94bs|<|7O_0gd$jd8( zm4z0b9xev`g!QSBtFV3j#1@N|$kqa4dm%Um>X6Cw#~`wF3^v}bsL3xz;@8ix4kifE7X$#4N?I zq{Ps0l7YRw9mIB)2EK2a)Eo&k8f~-3F${x<5Ld)TdO%x$b9W*r6e`rnWC#tghr64T zQF#zmDh;mRXkG3_XE6^>PIdY%&R2XTYi5+b*sE-%y1y*+^Qtm(+cspAmwx2Kfd?Tzv0xGNJ*moki zRc&^$w*{BW)n7Cb3R`J$va}3g4?oByRqUjR31gOGm|bkxXUOOC;O!=ARk`1+e2PiV zC^Zsu^Any0gVDqN;N|INT%`;UcO?h=zMtHxo5;&e1PcQ*)k=j1 zxd#2KEbT?q+kca#&=!^Kq=`vmmSUJySc&Rt{p*jpTnqSmI%D+ImQSJpz~&v7P+hG* zdvrr=ZLKh*wfhxtLCTZDu)V_B=vgfUAo-1Oh4nT(85z29-U7V!6TgO^+D5)`ca_-SVE z;hRPu|Jd*_INjT!k1(j8JAA#}jq(+emat=ABL4UF3$40|0=fy{>gsSWAw)xpN~`hX z=g+Y>Xa_RrvvZ_XYjEa`f$ViQam-Q-0U$j`qIc;9!!Qup+o5NG{!G}$FyZM)=EB9> zMh%x8MAqmT;8;78&Eud~geUCmY?}QY0XTCt7qedK-|CwvD$E5UJN+&JB0`QqcLGa$ z&}-pt;<<`Zo^rdho5ErQW-Ep_GfSXU>R*Q}5C{;}(-Tk4Xx&g506toO0+-@*niWJV zD=sEJ*9TlK2O)kUg!sFIG2*f(W>;bBZ8iEVKhml;j(cT2bq{retw4V|Gii+yahJ1O zQ#6Z_2t&M~tdZgJ2W)z-u7KH!;iaoN$Tu)Kz~x%N)58_fq2gATziZ=*%r{3faHFv4 z)h-Ofz{SxPZbD0hhdRUCOWgGGHv-OH%*3)!4k95b2M!@V7`*mMiv_WNxFbBexfxvV zTwW>1g@l}z7RzEJecnDqHe!2JB&2k9Q&^0|Y{l@`brYGyTZPaXhzoRbaz_6sPmG+r zwpEr_?^pkz+pca{{Z|V19ZiN(VK^I(NXWmJ>l%)toM7ZmT)C84+poleydcLrf~@I zK~+{h624*6b9EKWRty2)$UiBlk?LQKV#TvUNU#rv_tP&JO%e6lUUG~Ig`%_q-%akx zjCwePdFQi3ICmivN~NaJ&{-(tW6H!B3>y>%4o7$O3lTw~P~+ICR4iNdHzqt4sdMvO z{cJRIY(_XED=3A1cpwITaiLj39M;znp&Ycq+tJOGj<^neExQ?w~zid>;je2b_iK9ZHC@sf73;H$s z&7ybzpfQhjM~^T!So17kX~_kTXK}B7t(Krts-aM6Ad{d1w(SRL^y32|5DN7^02B%} zR;)gRm2a{uAv%H~8?F&F8l0FN$zIwkWr)2AT2c&JN912 z+e-|`^F_V7m&8#aP?S{|C4?PK)Y1ba3iSntVIWCN$K_Q|Fe^X%g(i%RhPRL5M6svN zWnfT@d02(hm+qpG0|Fru@R3toiJgC6$KF=1)M*d;E&H47d-$X9OacNeQMJ1RHO@f_3QzwCRUuR{Q5XPTmFPeokMGwFn>FJ@ak~*`_;vZUc8cx zzP-IV?c9d`aD(I}wOi(@VPrl=xX_HSFBDce-Zr1pIdJI-VQZ!z9n6rSx93hwOU>LCgilinSO$BoG1t50#a2Y}*}= zIa6Yp$VGcd7~&0{g9!4{a@1tzr9E!vSt*Wg+?2E!5Q1z{S}aVPRnqJ32NJ3XNI|Ffh3FCJ{kWR)+ZaMErB% zHkQBnqDgh~4_5t5L;Cw6vRAml5E`I1>&=Di8mu{;gZR_ek@!v5-ghHv$vzVI4uPV) z3jfTFVgTUz`TrwtCn0VZS7CdD>^_l;c9UIqe^}aDLscb3WokC!SB+}dYcOnc5-H0n zae8rdm%g?vU04hkzWoO+oG}pozK)Q~W!G+Hfue0&fb91Lq~>qbJ6msf!! zr_$i>EyjTUhKJ5X1gTVtl&@WsJf$P_ui%3g@7tbAN}>!B`r(?+j2Ms`77kQS8S%&RdiI)}*D{vct17p#Of zP|KAlPtL;Cb`Zswk57}WyCaUg6xt=PDT^*$QVc&^_YX~aIufp~LP#VMq@<)EH#ZkN z9uI+mf$;bDhlNGsWpCGS7T}vL=kV=EPcsu2?VvYjK7<~ju1)$9)oL}evNDmBoPmo8 z1-O)4jX!>veP28O<1enI=rAD$_Vq+qSRmZp-5Z^s4n(*VpNo$+oW!r+PGA5a`u*c1 z3h;!YvIZw-_3BbLZ}capN$BN@%Je+MEo;4)N6y*fTtT!D&|Y+U~DW34K$ z*SuZiGN30UH#2bY{YSgh^<>dcmlMO^4AdyI5Z*PCkKiE** zlu8YbpH9QNZRfFTW8IK<;==9p)|{c}9_-SjAZoRQii&dN<>ugK@@*uhlp#K)2D`tT z)uA`RsL9__&p=y5hB_jmhaWt>ydV?`oBU0!MVO0~>rY_kI^7AAUh{U5eMBHEZ1|{1 z%fZF}JZ$ne@qjPm$lA#PBIK(-wycf90@#JpscDv_3eTd3)-NySBT5y;Ka3%73Ff=niZo0}U#LqlP2Z{JANDk@~y{zn2{ zc~O6o)G6OxriG7(p_d!KQK&{k)M_;(5(#p$ZzDB59~rq-NJ_84_g~Iv*BfH$f{hg7 zCqRIg9l}Dq;pOE8fk0?*N#R|z8f~pbxbb8oA*@f#hbKwk*A1$QYLi|zHe^ErS@3x% zy^@6Z&&PB~I|qLmM?5EcsAUS&+%7=ed&8Tpr}tZbkz>yw6rZ_@t6x2Bve%ELWpoKK z{P)T~Y32+4;OFNEnN*6@v@~R7WPkx`{evN);PV>?8|UPfeX)BZC6Kw{CtLQMFo)s;VmFWM?D4pcrN4HOS7ZM(S-TZkH%=aLb$)-yqW$ zZlnM&8~Aw(;Vc%y)59Ge9v-lR;WBs=Mcc-$@)90NrOL3u?b zWKtPQ%BoRRB13tV3R1ZSawX|(7s|8XKxoT_NMH#UCtEl<+CU%>Kx8L`gM&T9j*j5* zct-7$0szG&)!2FPI%XNLew!lZqkl-?(+$d!a-5vsr_*ol-mmQ?aj#&gr81nDb^oo_ zn2%18Z8s+{98PWDcy|~x_uaiT^{Gho2y;WVityLXGHl#>3Mam1a}}BsCM$-cr){CR z6Qc3(LxHfgb=pezA<|){(~IC1HiSkK-I0RP75CH^X_4?5AlJl zSb{T)IyY3M|A!|?;N^xOp(U2ZIK#`m&Q~j~QQ+hC|6s+d%@3(rx(+5OhBM#VP4g!8 zM|hYU)M^znGqRA9ngXR#33qpQgocK~&d#opSXEZZv3~P8ygqNJ!A=_c=~=RNb42CM z3|w4kcxbrp$Fnr%u^w=B5jN{fGz1Z#RH_<@A;T~&7Czl_2_+>p*mWQgGbgt!%%mw| zJ~>T7Z#PH_%W(QWufvZ1@C4cUd!i~UALsu)$Yez3y`QhrvKM-S+n^8pejpJ~j|?}N zcCxe`lUtko!Iwv9<&qJI=|k4QMnP1O@~kGBOe(kw`}fNlVDcD#JUg z4mB-=tIw0Ihcha!r!^^r05EGxEc4n2`?3FU5{ineTXilB1Mqm3;Pb6?UTqOViA0Jc z|D<8TfA+Sk5CXutLTus1000zxNkla^PoY$M_aqIS7pGX}9qjpAQ=~|eSW%$#MOEm7OUa+#{qNKD8$w^5lDlUSptt|or z1L5uM-N-+vR%>wbOa{K*b{@N$m_d#G>>Sy;J3*3=f=eH@EV1dd*M6hX!^05O-5oyO zVxSXl*WBE4#NRBypU0E2=7WxzS*_22&(4u`Hz!C7N^y2^>$fXyjv?R16IWn^@@px$ z{E2C1)VX=9kivpp@4c_Alw0AA@6j!Ek{5ynG}j zC!wmU3XWniLPA5~?CjhqVQF=>0=o|;V$yR>JN{!=pCcPrM@X)v;&Kaxus$!$|Ahud zc_TX91Kq>iAP^Yd+^Ic~%T-9aRfMzg**JS88(Z%4hVQ-K*iR1K{Xtqn`Hgg3Y3HSE zLpCH3muH2Ni#L$4#&naRPMrS>O@693e7qb`UM|Dov#D6N@DY=3FH7q%2{Al!JcS+} z5(u?Qg_P7(WM*bUsZ_$#(-R@V!4TTn=^Rf)$j+(2=HD*ioyARe%Gl4(ldY>G$`VrA zB!mr_vg9}FAJz?hdwU@y*abYx+T^ho7OnFc`B<~{EWZ1+>G-pb62gXzocbe$dWaDc=z{Pb?r?Up zg|(FhxEuynmfS`YJw$*?t%h1dP^dI0E0^KMjRM?EDMV6sDfVo7$>angdfDG34Do?R ztwC90DiT&d*}7$HZyX?}UO`ZlSK-v1WD6`Tra-5QAppc($)?^BZb(SDhU)5S`1<jCZ3cmUI0``92v|z-pK2Nr89WR7U@$|IKBo^7iqCxnNmI!4PQb^@W9Qm`I* zt%0qrZKGq#BvSmk?;2(r5m+3%`aIdViXllz#pRFLUEtcAe(xM2yAU6!YvhnzPe+0g z2~=Y~K21U&cT}ci;ru(p*#CsZ_1b_u^@1b`VJpyMZ-PIpNgpABGZ2ILQRvK7V zSD)C=FVqU*)mymyapQf3S=x^wYp;-nodDA80-SAPTZF-1UL?MYJ<8&5;S&3wu$U+& zBZdI5Y~`Qy#@rzgiL3$C3gM;r9IV>-4}MuY!6+fLbrqxRY6@!+-Y5DlKSFkaUeGF( zD7$(K32VkOBd7dGeS%%Vvlk*;?1T&@P>P2(wLMO0>J0%|Doqc_k=>B#^oD% zc;<-+qi&$s)#u5^%@Gn-2s?$r-^P=*NPym&8q6N-2~SUZfMFn!Y4PdS^Y~;oo78~C zv@tm`1b`{8{zg)n5<9+a-Wmkz`v_Cmp>Zej_^MO1;<-pf`{=ql&Ya7@05jRRp2d7I zNil2*gTA>;RyNisyOMED_0O*QgRh6Q18l#6WA16EfLQJdup3-ku%P_!gqkYN6HAy-Y-EwWgC>#9}IRNiiIxU~ww%R| z4NYG=md?d!F`T}17mXYc2$6t~oZ?FC{QElgen0uX|G7igC)5hzh3h&(IA+FHS~NKp zvtEobx-4zic9*t^XJ`IIA1!?hf&Na-AB@^fv5aN)yLAa2#y=g|^2T*>7QD5aRxTL< zk8UC`90qy$6?lNVT9?5nF`O`eJALr#aQOQ<-uo;(#I=cEbPPi`BoN1dMfm!(ffyL; zr*k}M2^E!cRLhmn+_{-8I1KD;c@PSC;IuH4wK*|ibT3^YB!WVrMtPMSa%Jt%k;`FV z!?S?B$Qs;MCZKo_u@~}dLyPXvk_QP(=V6o>4j&W zvHg5NME9;)S-A|Gf4zi5XVP%s$GYtjCeQzc9vKph?g7qhLQ^AAskJ)SmWZHIvA#)D z$0#whceH7g`kt}i!Y4MYLmJhPyFS9BlS3N`@4|Qgp!b)I&}m;uNi{ZYi^IPc3}ePT z*1b`AtCrU$5qaJ>-dl5&Y;Ef@?;JUmiUUTt7iPZsI|T>1+eI7s zLMFeU0;}F?tzWY4XHQPsLb1_4u(Gm%TCG9ijRI`_Vw}#x$V zA8r_|=je$Popwp3O8WY{)9u=>-*&|lY3t5EF)81u@?T!ElS)gfb=tS|!vjYBcHe+O|3F)JT%_b%g*xBm_R z(o&0c%KqlZGc782;qtw7?qU`d7F6CVL#5PEa!Mhs`TjI*|NV+i`SJ1DMwh?&=L@8% z*O$|?N@?u$Ewt&U^OTgVdtI}$CG_hbSB)fML-Ek40jt%b6r`ymC3B=)9;^>qxz4bgfbu;x0uL}hsBIM*(VD2>2 zNDoESczC2S(to5@>xSI?fHS>pVNFa`tC5}$kFN6T#=Pm-DS9c0pE#boDYy=rO zL)w+_@p6EhixA0a#VC^0z+S*dps(Y-kQjzx5YyWm6BcZzZC^D%B;B?58WzqRd~c}D z;cyTV?1B|bhU4t{Ogefd4W|-vaPWuw7cubcte@%gcb?G6TvSt|KyrEsDrHJI3it@{ zb%apJZ?`%f?5!~<#t-SY%aB)64FTU0LB3893Ts^(94-ejy}U4C-Y>N6>!xE;uO#I| z#Sq*b1qkwYy61+F%T>6UT8s**0vfdz8El}pNz$Sz!tHBbVE!srqPTw)27Y$7!ya!# z)?cj^LIW1zUBvdb;BxB@(WtdZO)KuGW_2nWwH8NCr6DxPg?T92kLlUnojGtc8ANq| zL$_`sga#UjuWZ0;bB8d;PNg=Q>9n${jl+C%;lo(H^f7$3>GXXwW1fFJ93Jj*=uR=7PQ}j<)-aGIZlL0-;$U1W=n&zutR7;~|>4P*7Nft-G%1e75Va>&VV7zxSTQ zVc>pe<%cmmIy9Ksv@H&$r8SL2k;7pS7V3&QlVfl-F^{G$-qE3=IC{#DG$_XJ-lkt# zE#c^i6fB^!%w>|WAAr$nbY^5xP_dYI_u4fXMt|cLcPD& zPvfrJaO(#a)1y_vV;4VqoT*IDg?*4WdN0}6E;mW9Ils{(o0AAy!iibEjOsZ=y51Lt z0j&A@S5kC!N-L!JWv#AjV%wVWOlet-&T*F9maVFJWl}UVfB9bgwEYqai>shis&&4% zu;ijwcsIPg;9-oK@?(byqL+&uZ1{EiNozD(oIIbd_t=|h?YB0(N~*+$27Br3S~rm? zD6G^u&XUWf1ilOEjFW&S*zq;qX8EI8;N z*@4Lx7^czSa_>g{n|>L3FtjJE^gVdA+4ev2as^fp&SsUioYk({IHw5(Rpp-@gx1Tr>L=-xWf& zT+!m8aYL5O9m-t0Q9u#(LLc~iOH6z=3YX(^=yY5r&L!nTOSNl7y&P=OFWdtgR*uD? zqe*S4y30bSP0jV@{Go_X$fYwEG7*!MO>aO_MP`gWk-@braDczN^! z!!TeN2L3)`teF2WzWU(|mDecH)884>#`nD!C~m6clvYC~Q{4-Qw-fR4(sNPx^1IW- zTU{qB#5J!gS{r;YhP}+V%2moJyFoyYP?Fpo&m*`EG zbob_Zkj1Y#nz}}6wHEvTzJb^04C&Ad`18K2NW4*SPnfw}4kCMcV8PS@cz50~JT)>L zY7HSb&$L%?Z2f#36L;yh&I88J#}Nys55&AFv2b=2H1TVe&Z6BPu_tHuX54Ko@zc3H zx}H)*$*IM(e#<#}^xykyg;1uziP`NZgm?LT#b{>Hhx_r^0i!) zSI8ihD)mm!s+1a3S1XW~QHrlNp2Ab3jN7u6(bJ}e8IKIH@B7Kj2WyYx;^pkxcGYi> zN`u0pDt!C>85}vCYE*gp;BXk7_B8x|?tR|y9GI5fDw}@0gd0hPP&5bws;*W-u4um% zG%W2$hfK?ju$JS6=wRIKX92!qxFuEM+cUTEr;!2GtzqAHb?a!Cyt|j8`}x4nSB$$W z0*DAn$wf%Ko`=-Da_llP4SQOy1aa4L@4e5sU53yG$rAJ-sgmQ;jXcy(XH_JT8g(uy zIb}L^reu^LBFw$fao5v|ptY>KQ8V+(8y%yM5krHSXI|M#fgWNE8t4zVdM*a7mT>V> zHj+{bvF5)|F|W>k$fz;_VE3jMnO*x6Ng}Tkv+M=|%uTWVPHL+q%lFZ!$GhWh`m?x; zw{iSjI(Dp|$o#PFf{uE(BzbB^UIi{B3yP}X)y=-qaY>ma;MvusUdzapG&-g! zwto3M^TgyIX-Gdm3?ASI3rj8l!rw=dv25`p>=4BS>5#2L&z{Sm*m_%Q0zg@{63;E& zg(KfIzX1~qOH&;D>jpjkuev;y2ahD-@kbixx@2K#2_52z=IU7zW^KW+Ldeo)CNJJW zeWU6E>y=71k}^v>u|+KALWhW9esN`^WlrZVWOYPUEM`Vi`4mS@-AvP-?E`1$x(SH< zf=Zl?%e)^=V=;3&#Amp9cRa)nHVE`}1QC##Q;xO2T)?o0+P;pN#k_fQ!7yBk&!JQ2 z(sAKd0c1)wEV&#+_&Q_tvXKa=w<(!Ysm7i|H?d>gM0Ui%(q=luXLy$v=WQnf;iqPj zVzRK@MXpd2&#KnVqSG}Q=+Du literal 0 HcmV?d00001 From b59d57b32f501b1cd94235599318d2b6faf3e47a Mon Sep 17 00:00:00 2001 From: LDSamson Date: Mon, 4 Aug 2025 11:06:31 +0200 Subject: [PATCH 09/10] Update lockfile for shinyapps.io deployment --- renv/profile | 2 +- renv/profiles/full/renv.lock | 46 ------------------------------------ 2 files changed, 1 insertion(+), 47 deletions(-) diff --git a/renv/profile b/renv/profile index 8541464a..28771479 100644 --- a/renv/profile +++ b/renv/profile @@ -1 +1 @@ -deploy +full diff --git a/renv/profiles/full/renv.lock b/renv/profiles/full/renv.lock index 77cbec8e..67b31f27 100644 --- a/renv/profiles/full/renv.lock +++ b/renv/profiles/full/renv.lock @@ -196,17 +196,6 @@ "Maintainer": "Martin Maechler ", "Repository": "CRAN" }, - "PKI": { - "Package": "PKI", - "Version": "0.1-14", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "base64enc" - ], - "Hash": "f5b9c6b2f62f1fa3dd53fd1ddccbb241" - }, "R.methodsS3": { "Package": "R.methodsS3", "Version": "1.8.2", @@ -3250,18 +3239,6 @@ "Maintainer": "Jeroen Ooms ", "Repository": "CRAN" }, - "packrat": { - "Package": "packrat", - "Version": "0.9.2", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "tools", - "utils" - ], - "Hash": "55ddd2d4a1959535f18393478b0c14a6" - }, "pillar": { "Package": "pillar", "Version": "1.11.0", @@ -4473,29 +4450,6 @@ "Maintainer": "Kirill Müller ", "Repository": "CRAN" }, - "rsconnect": { - "Package": "rsconnect", - "Version": "1.3.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "PKI", - "R", - "cli", - "curl", - "digest", - "jsonlite", - "lifecycle", - "openssl", - "packrat", - "renv", - "rlang", - "rstudioapi", - "tools", - "yaml" - ], - "Hash": "90dc9ac04cec50f25657b077d4aaca57" - }, "rstudioapi": { "Package": "rstudioapi", "Version": "0.17.1", From b56ee9cbbc4c5607acc5c8cae8886bc2ba02ca7c Mon Sep 17 00:00:00 2001 From: aclark02-arcus Date: Mon, 4 Aug 2025 18:16:10 +0000 Subject: [PATCH 10/10] update renv.lock in root dir --- renv.lock | 6045 ++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 5296 insertions(+), 749 deletions(-) diff --git a/renv.lock b/renv.lock index 9a6cd0bd..67b31f27 100644 --- a/renv.lock +++ b/renv.lock @@ -1,926 +1,3480 @@ { "R": { - "Version": "4.4.1", + "Version": "4.5.1", "Repositories": [ { "Name": "RSPM", - "URL": "https://packagemanager.posit.co/cran/2024-09-17" + "URL": "https://packagemanager.posit.co/cran/2025-07-16" } ] }, "Packages": { - "BH": { - "Package": "BH", - "Version": "1.84.0-0", + "AsioHeaders": { + "Package": "AsioHeaders", + "Version": "1.30.2-1", "Source": "Repository", - "Repository": "RSPM", - "Hash": "a8235afbcd6316e6e91433ea47661013" + "Type": "Package", + "Title": "'Asio' C++ Header Files", + "Date": "2025-04-15", + "Authors@R": "c(person(\"Dirk\", \"Eddelbuettel\", role = c(\"aut\", \"cre\"), email = \"edd@debian.org\", comment = c(ORCID = \"0000-0001-6419-907X\")), person(\"Christopher M.\", \"Kohlhoff\", role = \"aut\", comment = \"Author of Asio\"))", + "Description": "'Asio' is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach. It is also included in Boost but requires linking when used with Boost. Standalone it can be used header-only (provided a recent compiler). 'Asio' is written and maintained by Christopher M. Kohlhoff, and released under the 'Boost Software License', Version 1.0.", + "Copyright": "file inst/COPYRIGHTS", + "License": "BSL-1.0", + "URL": "https://github.com/eddelbuettel/asioheaders, https://dirk.eddelbuettel.com/code/asioheaders.html", + "BugReports": "https://github.com/eddelbuettel/asioheaders/issues", + "NeedsCompilation": "no", + "Author": "Dirk Eddelbuettel [aut, cre] (), Christopher M. Kohlhoff [aut] (Author of Asio)", + "Maintainer": "Dirk Eddelbuettel ", + "Repository": "CRAN", + "Encoding": "UTF-8" }, "DBI": { "Package": "DBI", "Version": "1.2.3", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "methods" + "Title": "R Database Interface", + "Date": "2024-06-02", + "Authors@R": "c( person(\"R Special Interest Group on Databases (R-SIG-DB)\", role = \"aut\"), person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Kirill\", \"Müller\", , \"kirill@cynkra.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-1416-3412\")), person(\"R Consortium\", role = \"fnd\") )", + "Description": "A database interface definition for communication between R and relational database management systems. All classes in this package are virtual and need to be extended by the various R/DBMS implementations.", + "License": "LGPL (>= 2.1)", + "URL": "https://dbi.r-dbi.org, https://github.com/r-dbi/DBI", + "BugReports": "https://github.com/r-dbi/DBI/issues", + "Depends": [ + "methods", + "R (>= 3.0.0)" + ], + "Suggests": [ + "arrow", + "blob", + "covr", + "DBItest", + "dbplyr", + "downlit", + "dplyr", + "glue", + "hms", + "knitr", + "magrittr", + "nanoarrow (>= 0.3.0.1)", + "RMariaDB", + "rmarkdown", + "rprojroot", + "RSQLite (>= 1.1-2)", + "testthat (>= 3.0.0)", + "vctrs", + "xml2" ], - "Hash": "065ae649b05f1ff66bb0c793107508f5" + "VignetteBuilder": "knitr", + "Config/autostyle/scope": "line_breaks", + "Config/autostyle/strict": "false", + "Config/Needs/check": "r-dbi/DBItest", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.1", + "Config/Needs/website": "r-dbi/DBItest, r-dbi/dbitemplate, adbi, AzureKusto, bigrquery, DatabaseConnector, dittodb, duckdb, implyr, lazysf, odbc, pool, RAthena, IMSMWU/RClickhouse, RH2, RJDBC, RMariaDB, RMySQL, RPostgres, RPostgreSQL, RPresto, RSQLite, sergeant, sparklyr, withr", + "Config/testthat/edition": "3", + "NeedsCompilation": "no", + "Author": "R Special Interest Group on Databases (R-SIG-DB) [aut], Hadley Wickham [aut], Kirill Müller [aut, cre] (), R Consortium [fnd]", + "Maintainer": "Kirill Müller ", + "Repository": "CRAN" }, "DT": { "Package": "DT", "Version": "0.33", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "crosstalk", - "htmltools", - "htmlwidgets", + "Type": "Package", + "Title": "A Wrapper of the JavaScript Library 'DataTables'", + "Authors@R": "c( person(\"Yihui\", \"Xie\", role = \"aut\"), person(\"Joe\", \"Cheng\", email = \"joe@posit.co\", role = c(\"aut\", \"cre\")), person(\"Xianying\", \"Tan\", role = \"aut\"), person(\"JJ\", \"Allaire\", role = \"ctb\"), person(\"Maximilian\", \"Girlich\", role = \"ctb\"), person(\"Greg\", \"Freedman Ellis\", role = \"ctb\"), person(\"Johannes\", \"Rauh\", role = \"ctb\"), person(\"SpryMedia Limited\", role = c(\"ctb\", \"cph\"), comment = \"DataTables in htmlwidgets/lib\"), person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"), comment = \"selectize.js in htmlwidgets/lib\"), person(\"Leon\", \"Gersen\", role = c(\"ctb\", \"cph\"), comment = \"noUiSlider in htmlwidgets/lib\"), person(\"Bartek\", \"Szopka\", role = c(\"ctb\", \"cph\"), comment = \"jquery.highlight.js in htmlwidgets/lib\"), person(\"Alex\", \"Pickering\", role = c(\"ctb\")), person(\"William\", \"Holmes\", role = c(\"ctb\")), person(\"Mikko\", \"Marttila\", role = c(\"ctb\")), person(\"Andres\", \"Quintero\", role = c(\"ctb\")), person(\"Stéphane\", \"Laurent\", role = c(\"ctb\")), person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "Data objects in R can be rendered as HTML tables using the JavaScript library 'DataTables' (typically via R Markdown or Shiny). The 'DataTables' library has been included in this R package. The package name '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)", "httpuv", - "jquerylib", - "jsonlite", + "jsonlite (>= 0.9.16)", "magrittr", + "crosstalk", + "jquerylib", "promises" ], - "Hash": "64ff3427f559ce3f2597a4fe13255cb6" + "Suggests": [ + "knitr (>= 1.8)", + "rmarkdown", + "shiny (>= 1.6)", + "bslib", + "future", + "testit", + "tibble" + ], + "VignetteBuilder": "knitr", + "RoxygenNote": "7.3.1", + "Encoding": "UTF-8", + "NeedsCompilation": "no", + "Author": "Yihui Xie [aut], Joe Cheng [aut, cre], Xianying Tan [aut], JJ Allaire [ctb], Maximilian Girlich [ctb], Greg Freedman Ellis [ctb], Johannes Rauh [ctb], SpryMedia Limited [ctb, cph] (DataTables in htmlwidgets/lib), Brian Reavis [ctb, cph] (selectize.js in htmlwidgets/lib), Leon Gersen [ctb, cph] (noUiSlider in htmlwidgets/lib), Bartek Szopka [ctb, cph] (jquery.highlight.js in htmlwidgets/lib), Alex Pickering [ctb], William Holmes [ctb], Mikko Marttila [ctb], Andres Quintero [ctb], Stéphane Laurent [ctb], Posit Software, PBC [cph, fnd]", + "Maintainer": "Joe Cheng ", + "Repository": "CRAN" }, "MASS": { "Package": "MASS", - "Version": "7.3-61", + "Version": "7.3-65", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", + "Priority": "recommended", + "Date": "2025-02-19", + "Revision": "$Rev: 3681 $", + "Depends": [ + "R (>= 4.4.0)", "grDevices", "graphics", - "methods", "stats", "utils" ], - "Hash": "0cafd6f0500e5deba33be22c46bf6055" + "Imports": [ + "methods" + ], + "Suggests": [ + "lattice", + "nlme", + "nnet", + "survival" + ], + "Authors@R": "c(person(\"Brian\", \"Ripley\", role = c(\"aut\", \"cre\", \"cph\"), email = \"Brian.Ripley@R-project.org\"), person(\"Bill\", \"Venables\", role = c(\"aut\", \"cph\")), person(c(\"Douglas\", \"M.\"), \"Bates\", role = \"ctb\"), person(\"Kurt\", \"Hornik\", role = \"trl\", comment = \"partial port ca 1998\"), person(\"Albrecht\", \"Gebhardt\", role = \"trl\", comment = \"partial port ca 1998\"), person(\"David\", \"Firth\", role = \"ctb\", comment = \"support functions for polr\"))", + "Description": "Functions and datasets to support Venables and Ripley, \"Modern Applied Statistics with S\" (4th edition, 2002).", + "Title": "Support Functions and Datasets for Venables and Ripley's MASS", + "LazyData": "yes", + "ByteCompile": "yes", + "License": "GPL-2 | GPL-3", + "URL": "http://www.stats.ox.ac.uk/pub/MASS4/", + "Contact": "", + "NeedsCompilation": "yes", + "Author": "Brian Ripley [aut, cre, cph], Bill Venables [aut, cph], Douglas M. Bates [ctb], Kurt Hornik [trl] (partial port ca 1998), Albrecht Gebhardt [trl] (partial port ca 1998), David Firth [ctb] (support functions for polr)", + "Maintainer": "Brian Ripley ", + "Repository": "CRAN" }, "Matrix": { "Package": "Matrix", - "Version": "1.7-0", + "Version": "1.7-3", "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", + "VersionNote": "do also bump src/version.h, inst/include/Matrix/version.h", + "Date": "2025-03-05", + "Priority": "recommended", + "Title": "Sparse and Dense Matrix Classes and Methods", + "Description": "A rich hierarchy of sparse and dense matrix classes, including general, symmetric, triangular, and diagonal matrices with numeric, logical, or pattern entries. Efficient methods for operating on such matrices, often wrapping the 'BLAS', 'LAPACK', and 'SuiteSparse' libraries.", + "License": "GPL (>= 2) | file LICENCE", + "URL": "https://Matrix.R-forge.R-project.org", + "BugReports": "https://R-forge.R-project.org/tracker/?atid=294&group_id=61", + "Contact": "Matrix-authors@R-project.org", + "Authors@R": "c(person(\"Douglas\", \"Bates\", role = \"aut\", comment = c(ORCID = \"0000-0001-8316-9503\")), person(\"Martin\", \"Maechler\", role = c(\"aut\", \"cre\"), email = \"mmaechler+Matrix@gmail.com\", comment = c(ORCID = \"0000-0002-8685-9910\")), person(\"Mikael\", \"Jagan\", role = \"aut\", comment = c(ORCID = \"0000-0002-3542-2938\")), person(\"Timothy A.\", \"Davis\", role = \"ctb\", comment = c(ORCID = \"0000-0001-7614-6899\", \"SuiteSparse libraries\", \"collaborators listed in dir(system.file(\\\"doc\\\", \\\"SuiteSparse\\\", package=\\\"Matrix\\\"), pattern=\\\"License\\\", full.names=TRUE, recursive=TRUE)\")), person(\"George\", \"Karypis\", role = \"ctb\", comment = c(ORCID = \"0000-0003-2753-1437\", \"METIS library\", \"Copyright: Regents of the University of Minnesota\")), person(\"Jason\", \"Riedy\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4345-4200\", \"GNU Octave's condest() and onenormest()\", \"Copyright: Regents of the University of California\")), person(\"Jens\", \"Oehlschlägel\", role = \"ctb\", comment = \"initial nearPD()\"), person(\"R Core Team\", role = \"ctb\", comment = c(ROR = \"02zz1nj61\", \"base R's matrix implementation\")))", + "Depends": [ + "R (>= 4.4)", + "methods" + ], + "Imports": [ "grDevices", "graphics", "grid", "lattice", - "methods", "stats", "utils" ], - "Hash": "1920b2f11133b12350024297d8a4ff4a" + "Suggests": [ + "MASS", + "datasets", + "sfsmisc", + "tools" + ], + "Enhances": [ + "SparseM", + "graph" + ], + "LazyData": "no", + "LazyDataNote": "not possible, since we use data/*.R and our S4 classes", + "BuildResaveData": "no", + "Encoding": "UTF-8", + "NeedsCompilation": "yes", + "Author": "Douglas Bates [aut] (), Martin Maechler [aut, cre] (), Mikael Jagan [aut] (), Timothy A. Davis [ctb] (, SuiteSparse libraries, collaborators listed in dir(system.file(\"doc\", \"SuiteSparse\", package=\"Matrix\"), pattern=\"License\", full.names=TRUE, recursive=TRUE)), George Karypis [ctb] (, METIS library, Copyright: Regents of the University of Minnesota), Jason Riedy [ctb] (, GNU Octave's condest() and onenormest(), Copyright: Regents of the University of California), Jens Oehlschlägel [ctb] (initial nearPD()), R Core Team [ctb] (02zz1nj61, base R's matrix implementation)", + "Maintainer": "Martin Maechler ", + "Repository": "CRAN" + }, + "R.methodsS3": { + "Package": "R.methodsS3", + "Version": "1.8.2", + "Source": "Repository", + "Depends": [ + "R (>= 2.13.0)" + ], + "Imports": [ + "utils" + ], + "Suggests": [ + "codetools" + ], + "Title": "S3 Methods Simplified", + "Authors@R": "c(person(\"Henrik\", \"Bengtsson\", role=c(\"aut\", \"cre\", \"cph\"), email = \"henrikb@braju.com\"))", + "Author": "Henrik Bengtsson [aut, cre, cph]", + "Maintainer": "Henrik Bengtsson ", + "Description": "Methods that simplify the setup of S3 generic functions and S3 methods. Major effort has been made in making definition of methods as simple as possible with a minimum of maintenance for package developers. For example, generic functions are created automatically, if missing, and naming conflict are automatically solved, if possible. The method setMethodS3() is a good start for those who in the future may want to migrate to S4. This is a cross-platform package implemented in pure R that generates standard S3 methods.", + "License": "LGPL (>= 2.1)", + "LazyLoad": "TRUE", + "URL": "https://github.com/HenrikBengtsson/R.methodsS3", + "BugReports": "https://github.com/HenrikBengtsson/R.methodsS3/issues", + "NeedsCompilation": "no", + "Repository": "CRAN", + "Encoding": "UTF-8" + }, + "R.oo": { + "Package": "R.oo", + "Version": "1.27.1", + "Source": "Repository", + "Depends": [ + "R (>= 2.13.0)", + "R.methodsS3 (>= 1.8.2)" + ], + "Imports": [ + "methods", + "utils" + ], + "Suggests": [ + "tools" + ], + "Title": "R Object-Oriented Programming with or without References", + "Authors@R": "c(person(\"Henrik\", \"Bengtsson\", role=c(\"aut\", \"cre\", \"cph\"), email = \"henrikb@braju.com\"))", + "Author": "Henrik Bengtsson [aut, cre, cph]", + "Maintainer": "Henrik Bengtsson ", + "Description": "Methods and classes for object-oriented programming in R with or without references. Large effort has been made on making definition of methods as simple as possible with a minimum of maintenance for package developers. The package has been developed since 2001 and is now considered very stable. This is a cross-platform package implemented in pure R that defines standard S3 classes without any tricks.", + "License": "LGPL (>= 2.1)", + "LazyLoad": "TRUE", + "URL": "https://henrikbengtsson.github.io/R.oo/, https://github.com/HenrikBengtsson/R.oo", + "BugReports": "https://github.com/HenrikBengtsson/R.oo/issues", + "NeedsCompilation": "no", + "Repository": "CRAN", + "Encoding": "UTF-8" + }, + "R.utils": { + "Package": "R.utils", + "Version": "2.13.0", + "Source": "Repository", + "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\"), email = \"henrikb@braju.com\"))", + "Author": "Henrik Bengtsson [aut, cre, cph]", + "Maintainer": "Henrik Bengtsson ", + "Description": "Utility functions useful when programming and developing R packages.", + "License": "LGPL (>= 2.1)", + "LazyLoad": "TRUE", + "URL": "https://henrikbengtsson.github.io/R.utils/, https://github.com/HenrikBengtsson/R.utils", + "BugReports": "https://github.com/HenrikBengtsson/R.utils/issues", + "NeedsCompilation": "no", + "Repository": "CRAN", + "Encoding": "UTF-8" }, "R6": { "Package": "R6", - "Version": "2.5.1", + "Version": "2.6.1", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" + "Title": "Encapsulated Classes with Reference Semantics", + "Authors@R": "c( person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "Creates classes with reference semantics, similar to R's built-in reference classes. Compared to reference classes, R6 classes are simpler and lighter-weight, and they are not built on S4 classes so they do not require the methods package. These classes allow public and private members, and they support inheritance, even when the classes are defined in different packages.", + "License": "MIT + file LICENSE", + "URL": "https://r6.r-lib.org, https://github.com/r-lib/R6", + "BugReports": "https://github.com/r-lib/R6/issues", + "Depends": [ + "R (>= 3.6)" + ], + "Suggests": [ + "lobstr", + "testthat (>= 3.0.0)" ], - "Hash": "470851b6d5d0ac559e9d01bb352b4021" + "Config/Needs/website": "tidyverse/tidytemplate, ggplot2, microbenchmark, scales", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "no", + "Author": "Winston Chang [aut, cre], Posit Software, PBC [cph, fnd]", + "Maintainer": "Winston Chang ", + "Repository": "CRAN" }, "RColorBrewer": { "Package": "RColorBrewer", "Version": "1.1-3", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" + "Date": "2022-04-03", + "Title": "ColorBrewer Palettes", + "Authors@R": "c(person(given = \"Erich\", family = \"Neuwirth\", role = c(\"aut\", \"cre\"), email = \"erich.neuwirth@univie.ac.at\"))", + "Author": "Erich Neuwirth [aut, cre]", + "Maintainer": "Erich Neuwirth ", + "Depends": [ + "R (>= 2.0.0)" ], - "Hash": "45f0398006e83a5b10b72a90663d8d8c" + "Description": "Provides color schemes for maps (and other graphics) designed by Cynthia Brewer as described at http://colorbrewer2.org.", + "License": "Apache License 2.0", + "NeedsCompilation": "no", + "Repository": "CRAN", + "Encoding": "UTF-8" }, "RSQLite": { "Package": "RSQLite", - "Version": "2.3.7", + "Version": "2.4.1", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "DBI", - "R", + "Title": "SQLite Interface for R", + "Date": "2025-06-08", + "Authors@R": "c( person(\"Kirill\", \"Müller\", , \"kirill@cynkra.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-1416-3412\")), person(\"Hadley\", \"Wickham\", role = \"aut\"), person(c(\"David\", \"A.\"), \"James\", role = \"aut\"), person(\"Seth\", \"Falcon\", role = \"aut\"), person(\"D. Richard\", \"Hipp\", role = \"ctb\", comment = \"for the included SQLite sources\"), person(\"Dan\", \"Kennedy\", role = \"ctb\", comment = \"for the included SQLite sources\"), person(\"Joe\", \"Mistachkin\", role = \"ctb\", comment = \"for the included SQLite sources\"), person(, \"SQLite Authors\", role = \"ctb\", comment = \"for the included SQLite sources\"), person(\"Liam\", \"Healy\", role = \"ctb\", comment = \"for the included SQLite sources\"), person(\"R Consortium\", role = \"fnd\"), person(, \"RStudio\", role = \"cph\") )", + "Description": "Embeds the SQLite database engine in R and provides an interface compliant with the DBI package. The source for the SQLite engine and for various extensions in a recent version is included. System libraries will never be consulted because this package relies on static linking for the plugins it includes; this also ensures a consistent 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", - "cpp11", + "blob (>= 1.2.0)", + "DBI (>= 1.2.0)", "memoise", "methods", "pkgconfig", - "plogr", "rlang" ], - "Hash": "46b45a4dd7bb0e0f4e3fc22245817240" + "Suggests": [ + "callr", + "cli", + "DBItest (>= 1.8.0)", + "decor", + "gert", + "gh", + "hms", + "knitr", + "magrittr", + "rmarkdown", + "rvest", + "testthat (>= 3.0.0)", + "withr", + "xml2" + ], + "LinkingTo": [ + "plogr (>= 0.2.0)", + "cpp11 (>= 0.4.0)" + ], + "VignetteBuilder": "knitr", + "Config/Needs/website": "r-dbi/dbitemplate", + "Config/autostyle/scope": "line_breaks", + "Config/autostyle/strict": "false", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2.9000", + "Collate": "'SQLiteConnection.R' 'SQLKeywords_SQLiteConnection.R' 'SQLiteDriver.R' 'SQLite.R' 'SQLiteResult.R' 'coerce.R' 'compatRowNames.R' 'copy.R' 'cpp11.R' 'datasetsDb.R' 'dbAppendTable_SQLiteConnection.R' 'dbBeginTransaction.R' 'dbBegin_SQLiteConnection.R' 'dbBind_SQLiteResult.R' 'dbClearResult_SQLiteResult.R' 'dbColumnInfo_SQLiteResult.R' 'dbCommit_SQLiteConnection.R' 'dbConnect_SQLiteConnection.R' 'dbConnect_SQLiteDriver.R' 'dbDataType_SQLiteConnection.R' 'dbDataType_SQLiteDriver.R' 'dbDisconnect_SQLiteConnection.R' 'dbExistsTable_SQLiteConnection_Id.R' 'dbExistsTable_SQLiteConnection_character.R' 'dbFetch_SQLiteResult.R' 'dbGetException_SQLiteConnection.R' 'dbGetInfo_SQLiteConnection.R' 'dbGetInfo_SQLiteDriver.R' 'dbGetPreparedQuery.R' 'dbGetPreparedQuery_SQLiteConnection_character_data.frame.R' 'dbGetRowCount_SQLiteResult.R' 'dbGetRowsAffected_SQLiteResult.R' 'dbGetStatement_SQLiteResult.R' 'dbHasCompleted_SQLiteResult.R' 'dbIsValid_SQLiteConnection.R' 'dbIsValid_SQLiteDriver.R' 'dbIsValid_SQLiteResult.R' 'dbListResults_SQLiteConnection.R' 'dbListTables_SQLiteConnection.R' 'dbQuoteIdentifier_SQLiteConnection_SQL.R' 'dbQuoteIdentifier_SQLiteConnection_character.R' 'dbReadTable_SQLiteConnection_character.R' 'dbRemoveTable_SQLiteConnection_character.R' 'dbRollback_SQLiteConnection.R' 'dbSendPreparedQuery.R' 'dbSendPreparedQuery_SQLiteConnection_character_data.frame.R' 'dbSendQuery_SQLiteConnection_character.R' 'dbUnloadDriver_SQLiteDriver.R' 'dbUnquoteIdentifier_SQLiteConnection_SQL.R' 'dbWriteTable_SQLiteConnection_character_character.R' 'dbWriteTable_SQLiteConnection_character_data.frame.R' 'db_bind.R' 'deprecated.R' 'export.R' 'fetch_SQLiteResult.R' 'import-standalone-check_suggested.R' 'import-standalone-purrr.R' 'initExtension.R' 'initRegExp.R' 'isSQLKeyword_SQLiteConnection_character.R' 'make.db.names_SQLiteConnection_character.R' 'pkgconfig.R' 'show_SQLiteConnection.R' 'sqlData_SQLiteConnection.R' 'table.R' 'transactions.R' 'utils.R' 'version.R' 'zzz.R'", + "NeedsCompilation": "yes", + "Author": "Kirill Müller [aut, cre] (ORCID: ), Hadley Wickham [aut], David A. James [aut], Seth Falcon [aut], D. Richard Hipp [ctb] (for the included SQLite sources), Dan Kennedy [ctb] (for the included SQLite sources), Joe Mistachkin [ctb] (for the included SQLite sources), SQLite Authors [ctb] (for the included SQLite sources), Liam Healy [ctb] (for the included SQLite sources), R Consortium [fnd], RStudio [cph]", + "Maintainer": "Kirill Müller ", + "Repository": "CRAN" }, "Rcpp": { "Package": "Rcpp", - "Version": "1.0.13", + "Version": "1.1.0", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ + "Title": "Seamless R and C++ Integration", + "Date": "2025-07-01", + "Authors@R": "c(person(\"Dirk\", \"Eddelbuettel\", role = c(\"aut\", \"cre\"), email = \"edd@debian.org\", comment = c(ORCID = \"0000-0001-6419-907X\")), person(\"Romain\", \"Francois\", role = \"aut\", comment = c(ORCID = \"0000-0002-2444-4226\")), person(\"JJ\", \"Allaire\", role = \"aut\", comment = c(ORCID = \"0000-0003-0174-9868\")), person(\"Kevin\", \"Ushey\", role = \"aut\", comment = c(ORCID = \"0000-0003-2880-7407\")), person(\"Qiang\", \"Kou\", role = \"aut\", comment = c(ORCID = \"0000-0001-6786-5453\")), person(\"Nathan\", \"Russell\", role = \"aut\"), person(\"Iñaki\", \"Ucar\", role = \"aut\", comment = c(ORCID = \"0000-0001-6403-5550\")), person(\"Doug\", \"Bates\", role = \"aut\", comment = c(ORCID = \"0000-0001-8316-9503\")), person(\"John\", \"Chambers\", role = \"aut\"))", + "Description": "The 'Rcpp' package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier integration of third-party libraries. Documentation about 'Rcpp' is provided by several vignettes included in this package, via the 'Rcpp Gallery' site at , the paper by Eddelbuettel and Francois (2011, ), the book by Eddelbuettel (2013, ) and the paper by Eddelbuettel and Balamuta (2018, ); see 'citation(\"Rcpp\")' for details.", + "Imports": [ "methods", "utils" ], - "Hash": "f27411eb6d9c3dada5edd444b8416675" - }, - "anytime": { - "Package": "anytime", - "Version": "0.3.9", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "BH", - "R", - "Rcpp" + "Suggests": [ + "tinytest", + "inline", + "rbenchmark", + "pkgKitten (>= 0.1.2)" ], - "Hash": "74a64813f17b492da9c6afda6b128e3d" + "URL": "https://www.rcpp.org, https://dirk.eddelbuettel.com/code/rcpp.html, https://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", + "Author": "Dirk Eddelbuettel [aut, cre] (ORCID: ), Romain Francois [aut] (ORCID: ), JJ Allaire [aut] (ORCID: ), Kevin Ushey [aut] (ORCID: ), Qiang Kou [aut] (ORCID: ), Nathan Russell [aut], Iñaki Ucar [aut] (ORCID: ), Doug Bates [aut] (ORCID: ), John Chambers [aut]", + "Maintainer": "Dirk Eddelbuettel ", + "Repository": "CRAN" }, "askpass": { "Package": "askpass", - "Version": "1.2.0", + "Version": "1.2.1", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "sys" + "Type": "Package", + "Title": "Password Entry Utilities for R, Git, and SSH", + "Authors@R": "person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\"))", + "Description": "Cross-platform utilities for prompting the user for credentials or a passphrase, for example to authenticate with a server or read a protected key. Includes native programs for MacOS and Windows, hence no 'tcltk' is required. Password entry can be invoked in two different ways: directly from R via the askpass() function, or indirectly as password-entry back-end for 'ssh-agent' or 'git-credential' via the SSH_ASKPASS and GIT_ASKPASS environment variables. Thereby the user can be prompted for credentials or a passphrase if needed when R calls out to git or ssh.", + "License": "MIT + file LICENSE", + "URL": "https://r-lib.r-universe.dev/askpass", + "BugReports": "https://github.com/r-lib/askpass/issues", + "Encoding": "UTF-8", + "Imports": [ + "sys (>= 2.1)" ], - "Hash": "cad6cf7f1d5f6e906700b9d3e718c796" + "RoxygenNote": "7.2.3", + "Suggests": [ + "testthat" + ], + "Language": "en-US", + "NeedsCompilation": "yes", + "Author": "Jeroen Ooms [aut, cre] ()", + "Maintainer": "Jeroen Ooms ", + "Repository": "CRAN" }, "attempt": { "Package": "attempt", "Version": "0.3.1", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ + "Title": "Tools for Defensive Programming", + "Authors@R": "person(\"Colin\", \"Fay\", email = \"contact@colinfay.me\", role = c(\"aut\", \"cre\"), comment=c(ORCID=\"0000-0001-7343-1846\"))", + "Description": "Tools for defensive programming, inspired by 'purrr' mappers and based on 'rlang'.'attempt' extends and facilitates defensive programming by providing a consistent grammar, and provides a set of easy to use functions for common tests and conditions. 'attempt' only depends on 'rlang', and focuses on speed, so it can be easily integrated in other functions and used in data analysis.", + "License": "MIT + file LICENSE", + "Encoding": "UTF-8", + "URL": "https://github.com/ColinFay/attempt", + "LazyData": "true", + "Suggests": [ + "testthat", + "knitr", + "rmarkdown", + "curl" + ], + "VignetteBuilder": "knitr", + "Imports": [ "rlang" ], - "Hash": "d7421bb5dfeb2676b9e4a5a60c2fcfd2" + "RoxygenNote": "7.1.0", + "NeedsCompilation": "no", + "Author": "Colin Fay [aut, cre] ()", + "Maintainer": "Colin Fay ", + "Repository": "CRAN" + }, + "backports": { + "Package": "backports", + "Version": "1.5.0", + "Source": "Repository", + "Type": "Package", + "Title": "Reimplementations of Functions Introduced Since R-3.0.0", + "Authors@R": "c( person(\"Michel\", \"Lang\", NULL, \"michellang@gmail.com\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0001-9754-0393\")), person(\"Duncan\", \"Murdoch\", NULL, \"murdoch.duncan@gmail.com\", role = c(\"aut\")), person(\"R Core Team\", role = \"aut\"))", + "Maintainer": "Michel Lang ", + "Description": "Functions introduced or changed since R v3.0.0 are re-implemented in this package. The backports are conditionally exported in order to let R resolve the function name to either the implemented backport, or the respective base version, if available. Package developers can make use of new functions or arguments by selectively importing specific backports to support older installations.", + "URL": "https://github.com/r-lib/backports", + "BugReports": "https://github.com/r-lib/backports/issues", + "License": "GPL-2 | GPL-3", + "NeedsCompilation": "yes", + "ByteCompile": "yes", + "Depends": [ + "R (>= 3.0.0)" + ], + "Encoding": "UTF-8", + "RoxygenNote": "7.3.1", + "Author": "Michel Lang [cre, aut] (), Duncan Murdoch [aut], R Core Team [aut]", + "Repository": "CRAN" }, "base64enc": { "Package": "base64enc", "Version": "0.1-3", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" + "Title": "Tools for base64 encoding", + "Author": "Simon Urbanek ", + "Maintainer": "Simon Urbanek ", + "Depends": [ + "R (>= 2.9.0)" + ], + "Enhances": [ + "png" + ], + "Description": "This package provides tools for handling base64 encoding. It is more flexible than the orphaned base64 package.", + "License": "GPL-2 | GPL-3", + "URL": "http://www.rforge.net/base64enc", + "NeedsCompilation": "yes", + "Repository": "CRAN", + "Encoding": "UTF-8" + }, + "billboarder": { + "Package": "billboarder", + "Version": "0.5.0", + "Source": "Repository", + "Title": "Create Interactive Chart with the JavaScript 'Billboard' Library", + "Authors@R": "c( person(\"Victor\", \"Perrier\", email = \"victor.perrier@dreamrs.fr\", role = c(\"aut\", \"cre\")), person(\"Fanny\", \"Meyer\", role = \"aut\"), person(\"NAVER Corp\", role = \"cph\", comment = \"billboard.js library\"), person(\"Mike\", \"Bostock\", role = \"cph\", comment = \"d3.format library\"))", + "Description": "Provides an 'htmlwidgets' interface to 'billboard.js', a re-usable easy interface JavaScript chart library, based on D3 v4+. Chart types include line charts, scatterplots, bar/lollipop charts, histogram/density plots, pie/donut charts and gauge charts. All 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, https://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.3.2", + "Imports": [ + "htmlwidgets", + "htmltools", + "magrittr", + "jsonlite", + "ggplot2", + "scales", + "shiny", + "rlang" + ], + "Suggests": [ + "RColorBrewer", + "testthat", + "knitr", + "rmarkdown", + "covr" ], - "Hash": "543776ae6848fde2f48ff3816d0628bc" + "VignetteBuilder": "knitr", + "NeedsCompilation": "no", + "Author": "Victor Perrier [aut, cre], Fanny Meyer [aut], NAVER Corp [cph] (billboard.js library), Mike Bostock [cph] (d3.format library)", + "Maintainer": "Victor Perrier ", + "Repository": "CRAN" }, "bit": { "Package": "bit", - "Version": "4.0.5", + "Version": "4.6.0", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" + "Title": "Classes and Methods for Fast Memory-Efficient Boolean Selections", + "Authors@R": "c( person(\"Michael\", \"Chirico\", email = \"MichaelChirico4@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Jens\", \"Oehlschlägel\", role = \"aut\"), person(\"Brian\", \"Ripley\", role = \"ctb\") )", + "Depends": [ + "R (>= 3.4.0)" + ], + "Suggests": [ + "testthat (>= 3.0.0)", + "roxygen2", + "knitr", + "markdown", + "rmarkdown", + "microbenchmark", + "bit64 (>= 4.0.0)", + "ff (>= 4.0.0)" ], - "Hash": "d242abec29412ce988848d0294b208fd" + "Description": "Provided are classes for boolean and skewed boolean vectors, fast boolean methods, fast unique and non-unique integer sorting, fast set operations on sorted and unsorted sets of integers, and foundations for ff (range index, compression, chunked processing).", + "License": "GPL-2 | GPL-3", + "LazyLoad": "yes", + "ByteCompile": "yes", + "Encoding": "UTF-8", + "URL": "https://github.com/r-lib/bit", + "VignetteBuilder": "knitr, rmarkdown", + "RoxygenNote": "7.3.2", + "Config/testthat/edition": "3", + "NeedsCompilation": "yes", + "Author": "Michael Chirico [aut, cre], Jens Oehlschlägel [aut], Brian Ripley [ctb]", + "Maintainer": "Michael Chirico ", + "Repository": "CRAN" }, "bit64": { "Package": "bit64", - "Version": "4.0.5", + "Version": "4.6.0-1", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "bit", + "Title": "A S3 Class for Vectors of 64bit Integers", + "Authors@R": "c( person(\"Michael\", \"Chirico\", email = \"michaelchirico4@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Jens\", \"Oehlschlägel\", role = \"aut\"), person(\"Leonardo\", \"Silvestri\", role = \"ctb\"), person(\"Ofek\", \"Shilon\", role = \"ctb\") )", + "Depends": [ + "R (>= 3.4.0)", + "bit (>= 4.0.0)" + ], + "Description": "Package 'bit64' provides serializable S3 atomic 64bit (signed) integers. These are useful for handling database keys and exact counting in +-2^63. WARNING: do not use them as replacement for 32bit integers, integer64 are not supported for subscripting by R-core and they have different semantics when combined with double, e.g. integer64 + double => integer64. Class integer64 can be used in vectors, matrices, arrays and data.frames. Methods are available for coercion from and to logicals, integers, doubles, characters and factors as well as many elementwise and summary functions. Many fast algorithmic operations such as 'match' and 'order' support inter- active data exploration and manipulation and optionally leverage caching.", + "License": "GPL-2 | GPL-3", + "LazyLoad": "yes", + "ByteCompile": "yes", + "URL": "https://github.com/r-lib/bit64", + "Encoding": "UTF-8", + "Imports": [ + "graphics", "methods", "stats", "utils" ], - "Hash": "9fe98599ca456d6552421db0d6772d8f" + "Suggests": [ + "testthat (>= 3.0.3)", + "withr" + ], + "Config/testthat/edition": "3", + "Config/needs/development": "testthat", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "yes", + "Author": "Michael Chirico [aut, cre], Jens Oehlschlägel [aut], Leonardo Silvestri [ctb], Ofek Shilon [ctb]", + "Maintainer": "Michael Chirico ", + "Repository": "CRAN" }, "blob": { "Package": "blob", "Version": "1.2.4", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ + "Title": "A Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Kirill\", \"Müller\", , \"kirill@cynkra.com\", role = \"cre\"), person(\"RStudio\", role = c(\"cph\", \"fnd\")) )", + "Description": "R's raw vector is useful for storing a single binary object. What if you want to put a vector of them in a data frame? The 'blob' package provides the blob object, a list of raw vectors, suitable for use as a column in data frame.", + "License": "MIT + file LICENSE", + "URL": "https://blob.tidyverse.org, https://github.com/tidyverse/blob", + "BugReports": "https://github.com/tidyverse/blob/issues", + "Imports": [ "methods", "rlang", - "vctrs" + "vctrs (>= 0.2.1)" + ], + "Suggests": [ + "covr", + "crayon", + "pillar (>= 1.2.1)", + "testthat" + ], + "Config/autostyle/scope": "line_breaks", + "Config/autostyle/strict": "false", + "Config/Needs/website": "tidyverse/tidytemplate", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "NeedsCompilation": "no", + "Author": "Hadley Wickham [aut], Kirill Müller [cre], RStudio [cph, fnd]", + "Maintainer": "Kirill Müller ", + "Repository": "CRAN" + }, + "brew": { + "Package": "brew", + "Version": "1.0-10", + "Source": "Repository", + "Type": "Package", + "Title": "Templating Framework for Report Generation", + "Authors@R": "c( person(\"Jeffrey\", \"Horner\", role = c(\"aut\", \"cph\")), person(\"Greg\", \"Hunt\", , \"greg@firmansyah.com\", role = c(\"aut\", \"cre\", \"cph\")) )", + "Description": "Implements a templating framework for mixing text and R code for report generation. brew template syntax is similar to PHP, Ruby's erb module, Java Server Pages, and Python's psp module.", + "License": "GPL (>= 2)", + "URL": "https://github.com/gregfrog/brew", + "BugReports": "https://github.com/gregfrog/brew/issues", + "Suggests": [ + "testthat (>= 3.0.0)" + ], + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "Repository": "CRAN", + "NeedsCompilation": "no", + "Author": "Jeffrey Horner [aut, cph], Greg Hunt [aut, cre, cph]", + "Maintainer": "Greg Hunt " + }, + "brio": { + "Package": "brio", + "Version": "1.1.5", + "Source": "Repository", + "Title": "Basic R Input Output", + "Authors@R": "c( person(\"Jim\", \"Hester\", role = \"aut\", comment = c(ORCID = \"0000-0002-2739-7082\")), person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "Functions to handle basic input output, these functions always read and write UTF-8 (8-bit Unicode Transformation Format) files and provide more explicit control over line endings.", + "License": "MIT + file LICENSE", + "URL": "https://brio.r-lib.org, https://github.com/r-lib/brio", + "BugReports": "https://github.com/r-lib/brio/issues", + "Depends": [ + "R (>= 3.6)" + ], + "Suggests": [ + "covr", + "testthat (>= 3.0.0)" ], - "Hash": "40415719b5a479b87949f3aa0aee737c" + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "NeedsCompilation": "yes", + "Author": "Jim Hester [aut] (), Gábor Csárdi [aut, cre], Posit Software, PBC [cph, fnd]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN" }, "bslib": { "Package": "bslib", - "Version": "0.8.0", + "Version": "0.9.0", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", + "Title": "Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'", + "Authors@R": "c( person(\"Carson\", \"Sievert\", , \"carson@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"), person(\"Garrick\", \"Aden-Buie\", , \"garrick@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0002-7111-0077\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(, \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"), person(, \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\"), person(\"Javi\", \"Aguilar\", role = c(\"ctb\", \"cph\"), comment = \"Bootstrap colorpicker library\"), person(\"Thomas\", \"Park\", role = c(\"ctb\", \"cph\"), comment = \"Bootswatch library\"), person(, \"PayPal\", role = c(\"ctb\", \"cph\"), comment = \"Bootstrap accessibility plugin\") )", + "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.", + "License": "MIT + file LICENSE", + "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", - "fastmap", + "fastmap (>= 1.1.1)", "grDevices", - "htmltools", - "jquerylib", + "htmltools (>= 0.5.8)", + "jquerylib (>= 0.1.3)", "jsonlite", "lifecycle", - "memoise", + "memoise (>= 2.0.1)", "mime", "rlang", - "sass" + "sass (>= 0.4.9)" + ], + "Suggests": [ + "bsicons", + "curl", + "fontawesome", + "future", + "ggplot2", + "knitr", + "magrittr", + "rappdirs", + "rmarkdown (>= 2.7)", + "shiny (> 1.8.1)", + "testthat", + "thematic", + "tools", + "utils", + "withr", + "yaml" ], - "Hash": "b299c6741ca9746fb227debcb0f9fb6c" + "Config/Needs/deploy": "BH, chiflights22, colourpicker, commonmark, cpp11, cpsievert/chiflights22, cpsievert/histoslider, dplyr, DT, ggplot2, ggridges, gt, hexbin, histoslider, htmlwidgets, lattice, leaflet, lubridate, markdown, modelr, plotly, reactable, reshape2, rprojroot, rsconnect, rstudio/shiny, scales, styler, tibble", + "Config/Needs/routine": "chromote, desc, renv", + "Config/Needs/website": "brio, crosstalk, dplyr, DT, ggplot2, glue, htmlwidgets, leaflet, lorem, palmerpenguins, plotly, purrr, rprojroot, rstudio/htmltools, scales, stringr, tidyr, webshot2", + "Config/testthat/edition": "3", + "Config/testthat/parallel": "true", + "Config/testthat/start-first": "zzzz-bs-sass, fonts, zzz-precompile, theme-*, rmd-*", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "Collate": "'accordion.R' 'breakpoints.R' 'bs-current-theme.R' 'bs-dependencies.R' 'bs-global.R' 'bs-remove.R' 'bs-theme-layers.R' 'bs-theme-preset-bootswatch.R' 'bs-theme-preset-brand.R' 'bs-theme-preset-builtin.R' 'bs-theme-preset.R' 'utils.R' 'bs-theme-preview.R' 'bs-theme-update.R' 'bs-theme.R' 'bslib-package.R' 'buttons.R' 'card.R' 'deprecated.R' 'files.R' 'fill.R' 'imports.R' 'input-dark-mode.R' 'input-switch.R' 'layout.R' 'nav-items.R' 'nav-update.R' 'navbar_options.R' 'navs-legacy.R' 'navs.R' 'onLoad.R' 'page.R' 'popover.R' 'precompiled.R' 'print.R' 'shiny-devmode.R' 'sidebar.R' 'staticimports.R' 'tooltip.R' 'utils-deps.R' 'utils-shiny.R' 'utils-tags.R' 'value-box.R' 'version-default.R' 'versions.R'", + "NeedsCompilation": "no", + "Author": "Carson Sievert [aut, cre] (), Joe Cheng [aut], Garrick Aden-Buie [aut] (), Posit Software, PBC [cph, fnd], Bootstrap contributors [ctb] (Bootstrap library), Twitter, Inc [cph] (Bootstrap library), Javi Aguilar [ctb, cph] (Bootstrap colorpicker library), Thomas Park [ctb, cph] (Bootswatch library), PayPal [ctb, cph] (Bootstrap accessibility plugin)", + "Maintainer": "Carson Sievert ", + "Repository": "CRAN" }, "cachem": { "Package": "cachem", "Version": "1.1.0", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "fastmap", - "rlang" + "Title": "Cache R Objects with Automatic Pruning", + "Description": "Key-value stores with automatic pruning. Caches can limit either their total size or the age of the oldest object (or both), automatically pruning objects to maintain the constraints.", + "Authors@R": "c( person(\"Winston\", \"Chang\", , \"winston@posit.co\", c(\"aut\", \"cre\")), person(family = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")))", + "License": "MIT + file LICENSE", + "Encoding": "UTF-8", + "ByteCompile": "true", + "URL": "https://cachem.r-lib.org/, https://github.com/r-lib/cachem", + "Imports": [ + "rlang", + "fastmap (>= 1.2.0)" ], - "Hash": "cd9a672193789068eb5a2aad65a0dedf" + "Suggests": [ + "testthat" + ], + "RoxygenNote": "7.2.3", + "Config/Needs/routine": "lobstr", + "Config/Needs/website": "pkgdown", + "NeedsCompilation": "yes", + "Author": "Winston Chang [aut, cre], Posit Software, PBC [cph, fnd]", + "Maintainer": "Winston Chang ", + "Repository": "CRAN" }, "callr": { "Package": "callr", "Version": "3.7.6", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", + "Title": "Call R from R", + "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"), comment = c(ORCID = \"0000-0001-7098-9676\")), person(\"Winston\", \"Chang\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"Ascent Digital Services\", role = c(\"cph\", \"fnd\")) )", + "Description": "It is sometimes useful to perform a computation in a separate R process, without affecting the current R process at all. This packages does exactly that.", + "License": "MIT + file LICENSE", + "URL": "https://callr.r-lib.org, https://github.com/r-lib/callr", + "BugReports": "https://github.com/r-lib/callr/issues", + "Depends": [ + "R (>= 3.4)" + ], + "Imports": [ + "processx (>= 3.6.1)", "R6", - "processx", "utils" ], - "Hash": "d7e13f49c19103ece9e58ad2d83a7354" + "Suggests": [ + "asciicast (>= 2.3.1)", + "cli (>= 1.1.0)", + "mockery", + "ps", + "rprojroot", + "spelling", + "testthat (>= 3.2.0)", + "withr (>= 2.3.0)" + ], + "Config/Needs/website": "r-lib/asciicast, glue, htmlwidgets, igraph, tibble, tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "Language": "en-US", + "RoxygenNote": "7.3.1.9000", + "NeedsCompilation": "no", + "Author": "Gábor Csárdi [aut, cre, cph] (), Winston Chang [aut], Posit Software, PBC [cph, fnd], Ascent Digital Services [cph, fnd]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN" }, "cellranger": { "Package": "cellranger", "Version": "1.1.0", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", + "Title": "Translate Spreadsheet Cell Ranges to Rows and Columns", + "Authors@R": "c( person(\"Jennifer\", \"Bryan\", , \"jenny@stat.ubc.ca\", c(\"cre\", \"aut\")), person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", \"ctb\") )", + "Description": "Helper functions to work with spreadsheets and the \"A1:D10\" style of cell range specification.", + "Depends": [ + "R (>= 3.0.0)" + ], + "License": "MIT + file LICENSE", + "LazyData": "true", + "URL": "https://github.com/rsheets/cellranger", + "BugReports": "https://github.com/rsheets/cellranger/issues", + "Suggests": [ + "covr", + "testthat (>= 1.0.0)", + "knitr", + "rmarkdown" + ], + "RoxygenNote": "5.0.1.9000", + "VignetteBuilder": "knitr", + "Imports": [ "rematch", "tibble" ], - "Hash": "f61dbaec772ccd2e17705c1e872e9e7c" + "NeedsCompilation": "no", + "Author": "Jennifer Bryan [cre, aut], Hadley Wickham [ctb]", + "Maintainer": "Jennifer Bryan ", + "Repository": "CRAN", + "Encoding": "UTF-8" + }, + "checkmate": { + "Package": "checkmate", + "Version": "2.3.2", + "Source": "Repository", + "Type": "Package", + "Title": "Fast and Versatile Argument Checks", + "Description": "Tests and assertions to perform frequent argument checks. A substantial part of the package was written in C to minimize any worries about execution time overhead.", + "Authors@R": "c( person(\"Michel\", \"Lang\", NULL, \"michellang@gmail.com\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0001-9754-0393\")), person(\"Bernd\", \"Bischl\", NULL, \"bernd_bischl@gmx.net\", role = \"ctb\"), person(\"Dénes\", \"Tóth\", NULL, \"toth.denes@kogentum.hu\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4262-3217\")) )", + "URL": "https://mllg.github.io/checkmate/, https://github.com/mllg/checkmate", + "URLNote": "https://github.com/mllg/checkmate", + "BugReports": "https://github.com/mllg/checkmate/issues", + "NeedsCompilation": "yes", + "ByteCompile": "yes", + "Encoding": "UTF-8", + "Depends": [ + "R (>= 3.0.0)" + ], + "Imports": [ + "backports (>= 1.1.0)", + "utils" + ], + "Suggests": [ + "R6", + "fastmatch", + "data.table (>= 1.9.8)", + "devtools", + "ggplot2", + "knitr", + "magrittr", + "microbenchmark", + "rmarkdown", + "testthat (>= 3.0.4)", + "tinytest (>= 1.1.0)", + "tibble" + ], + "License": "BSD_3_clause + file LICENSE", + "VignetteBuilder": "knitr", + "RoxygenNote": "7.3.2", + "Collate": "'AssertCollection.R' 'allMissing.R' 'anyInfinite.R' 'anyMissing.R' 'anyNaN.R' 'asInteger.R' 'assert.R' 'helper.R' 'makeExpectation.R' 'makeTest.R' 'makeAssertion.R' 'checkAccess.R' 'checkArray.R' 'checkAtomic.R' 'checkAtomicVector.R' 'checkCharacter.R' 'checkChoice.R' 'checkClass.R' 'checkComplex.R' 'checkCount.R' 'checkDataFrame.R' 'checkDataTable.R' 'checkDate.R' 'checkDirectoryExists.R' 'checkDisjunct.R' 'checkDouble.R' 'checkEnvironment.R' 'checkFALSE.R' 'checkFactor.R' 'checkFileExists.R' 'checkFlag.R' 'checkFormula.R' 'checkFunction.R' 'checkInt.R' 'checkInteger.R' 'checkIntegerish.R' 'checkList.R' 'checkLogical.R' 'checkMatrix.R' 'checkMultiClass.R' 'checkNamed.R' 'checkNames.R' 'checkNull.R' 'checkNumber.R' 'checkNumeric.R' 'checkOS.R' 'checkPOSIXct.R' 'checkPathForOutput.R' 'checkPermutation.R' 'checkR6.R' 'checkRaw.R' 'checkScalar.R' 'checkScalarNA.R' 'checkSetEqual.R' 'checkString.R' 'checkSubset.R' 'checkTRUE.R' 'checkTibble.R' 'checkVector.R' 'coalesce.R' 'isIntegerish.R' 'matchArg.R' 'qassert.R' 'qassertr.R' 'vname.R' 'wfwl.R' 'zzz.R'", + "Author": "Michel Lang [cre, aut] (), Bernd Bischl [ctb], Dénes Tóth [ctb] ()", + "Maintainer": "Michel Lang ", + "Repository": "CRAN" + }, + "chromote": { + "Package": "chromote", + "Version": "0.5.1", + "Source": "Repository", + "Title": "Headless Chrome Web Browser Interface", + "Authors@R": "c( person(\"Garrick\", \"Aden-Buie\", , \"garrick@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-7111-0077\")), person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"aut\"), person(\"Barret\", \"Schloerke\", , \"barret@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0001-9986-114X\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", + "Description": "An implementation of the 'Chrome DevTools Protocol', for controlling a headless Chrome web browser.", + "License": "MIT + file LICENSE", + "URL": "https://rstudio.github.io/chromote/, https://github.com/rstudio/chromote", + "BugReports": "https://github.com/rstudio/chromote/issues", + "Imports": [ + "cli", + "curl", + "fastmap", + "jsonlite", + "later (>= 1.1.0)", + "magrittr", + "processx", + "promises (>= 1.1.1)", + "R6", + "rlang (>= 1.1.0)", + "utils", + "websocket (>= 1.2.0)", + "withr", + "zip" + ], + "Suggests": [ + "knitr", + "rmarkdown", + "showimage", + "testthat (>= 3.0.0)" + ], + "VignetteBuilder": "knitr", + "Config/Needs/website": "r-lib/pkgdown, rstudio/bslib", + "Config/testthat/edition": "3", + "Config/testthat/parallel": "FALSE", + "Config/testthat/start-first": "chromote_session", + "Encoding": "UTF-8", + "Language": "en-US", + "RoxygenNote": "7.3.2", + "SystemRequirements": "Google Chrome or other Chromium-based browser. chromium: chromium (rpm) or chromium-browser (deb)", + "NeedsCompilation": "no", + "Author": "Garrick Aden-Buie [aut, cre] (), Winston Chang [aut], Barret Schloerke [aut] (), Posit Software, PBC [cph, fnd] (03wc8by49)", + "Maintainer": "Garrick Aden-Buie ", + "Repository": "CRAN" }, "cli": { "Package": "cli", - "Version": "3.6.3", + "Version": "3.6.5", "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", + "Title": "Helpers for Developing Command Line Interfaces", + "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"gabor@posit.co\", role = c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", role = \"ctb\"), person(\"Kirill\", \"Müller\", role = \"ctb\"), person(\"Salim\", \"Brüggemann\", , \"salim-b@pm.me\", role = \"ctb\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "A suite of tools to build attractive command line interfaces ('CLIs'), from semantic elements: headings, lists, alerts, paragraphs, etc. Supports custom themes via a 'CSS'-like language. It also contains a number of lower level 'CLI' elements: rules, boxes, trees, and 'Unicode' symbols with 'ASCII' alternatives. It support ANSI colors and text styles as well.", + "License": "MIT + file LICENSE", + "URL": "https://cli.r-lib.org, https://github.com/r-lib/cli", + "BugReports": "https://github.com/r-lib/cli/issues", + "Depends": [ + "R (>= 3.4)" + ], + "Imports": [ "utils" ], - "Hash": "b21916dd77a27642b447374a5d30ecf3" + "Suggests": [ + "callr", + "covr", + "crayon", + "digest", + "glue (>= 1.6.0)", + "grDevices", + "htmltools", + "htmlwidgets", + "knitr", + "methods", + "processx", + "ps (>= 1.3.4.9000)", + "rlang (>= 1.0.2.9003)", + "rmarkdown", + "rprojroot", + "rstudioapi", + "testthat (>= 3.2.0)", + "tibble", + "whoami", + "withr" + ], + "Config/Needs/website": "r-lib/asciicast, bench, brio, cpp11, decor, desc, fansi, prettyunits, sessioninfo, tidyverse/tidytemplate, usethis, vctrs", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "yes", + "Author": "Gábor Csárdi [aut, cre], Hadley Wickham [ctb], Kirill Müller [ctb], Salim Brüggemann [ctb] (), Posit Software, PBC [cph, fnd]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN" }, "clipr": { "Package": "clipr", "Version": "0.8.0", "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ + "Type": "Package", + "Title": "Read and Write from the System Clipboard", + "Authors@R": "c( person(\"Matthew\", \"Lincoln\", , \"matthew.d.lincoln@gmail.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-4387-3384\")), person(\"Louis\", \"Maddox\", role = \"ctb\"), person(\"Steve\", \"Simpson\", role = \"ctb\"), person(\"Jennifer\", \"Bryan\", role = \"ctb\") )", + "Description": "Simple utility functions to read from and write to the Windows, OS X, and X11 clipboards.", + "License": "GPL-3", + "URL": "https://github.com/mdlincoln/clipr, http://matthewlincoln.net/clipr/", + "BugReports": "https://github.com/mdlincoln/clipr/issues", + "Imports": [ "utils" ], - "Hash": "3f038e5ac7f41d4ac41ce658c85e3042" + "Suggests": [ + "covr", + "knitr", + "rmarkdown", + "rstudioapi (>= 0.5)", + "testthat (>= 2.0.0)" + ], + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "Language": "en-US", + "RoxygenNote": "7.1.2", + "SystemRequirements": "xclip (https://github.com/astrand/xclip) or xsel (http://www.vergenet.net/~conrad/software/xsel/) for accessing the X11 clipboard, or wl-clipboard (https://github.com/bugaevc/wl-clipboard) for systems using Wayland.", + "NeedsCompilation": "no", + "Author": "Matthew Lincoln [aut, cre] (), Louis Maddox [ctb], Steve Simpson [ctb], Jennifer Bryan [ctb]", + "Maintainer": "Matthew Lincoln ", + "Repository": "CRAN" }, - "colorspace": { - "Package": "colorspace", - "Version": "2.1-1", + "codetools": { + "Package": "codetools", + "Version": "0.2-20", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "grDevices", - "graphics", - "methods", - "stats" + "Priority": "recommended", + "Author": "Luke Tierney ", + "Description": "Code analysis tools for R.", + "Title": "Code Analysis Tools for R", + "Depends": [ + "R (>= 2.1)" ], - "Hash": "d954cb1c57e8d8b756165d7ba18aa55a" + "Maintainer": "Luke Tierney ", + "URL": "https://gitlab.com/luke-tierney/codetools", + "License": "GPL", + "NeedsCompilation": "no", + "Repository": "CRAN" }, "commonmark": { "Package": "commonmark", - "Version": "1.9.1", + "Version": "2.0.0", "Source": "Repository", - "Repository": "RSPM", - "Hash": "5d8225445acb167abf7797de48b2ee3c" + "Type": "Package", + "Title": "High Performance CommonMark and Github Markdown Rendering in R", + "Authors@R": "c( person(\"Jeroen\", \"Ooms\", ,\"jeroenooms@gmail.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"John MacFarlane\", role = \"cph\", comment = \"Author of cmark\"))", + "Description": "The CommonMark specification defines a rationalized version of markdown syntax. This package uses the 'cmark' reference implementation for converting markdown text into various formats including html, latex and groff man. In addition it exposes the markdown parse tree in xml format. Also includes opt-in support for GFM extensions including tables, autolinks, and strikethrough text.", + "License": "BSD_2_clause + file LICENSE", + "URL": "https://docs.ropensci.org/commonmark/ https://ropensci.r-universe.dev/commonmark", + "BugReports": "https://github.com/r-lib/commonmark/issues", + "Suggests": [ + "curl", + "testthat", + "xml2" + ], + "RoxygenNote": "7.3.2", + "Language": "en-US", + "Encoding": "UTF-8", + "NeedsCompilation": "yes", + "Author": "Jeroen Ooms [aut, cre] (ORCID: ), John MacFarlane [cph] (Author of cmark)", + "Maintainer": "Jeroen Ooms ", + "Repository": "RSPM" }, "config": { "Package": "config", "Version": "0.3.2", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "yaml" + "Type": "Package", + "Title": "Manage Environment Specific Configuration Values", + "Authors@R": "c( person(\"JJ\", \"Allaire\", role = c(\"aut\"), email = \"jj@rstudio.com\"), person(\"Andrie\", \"de Vries\", role = \"cre\", email = \"apdevries@gmail.com\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Imports": [ + "yaml (>= 2.1.19)" ], - "Hash": "8b7222e9d9eb5178eea545c0c4d33fc2" - }, - "cpp11": { - "Package": "cpp11", - "Version": "0.5.0", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" + "Suggests": [ + "testthat", + "knitr", + "rmarkdown", + "covr", + "spelling", + "withr" ], - "Hash": "91570bba75d0c9d3f1040c835cee8fba" + "Description": "Manage configuration values across multiple environments (e.g. development, test, production). Read values using a function that determines the current environment and returns the appropriate value.", + "License": "GPL-3", + "URL": "https://rstudio.github.io/config/, https://github.com/rstudio/config", + "BugReports": "https://github.com/rstudio/config/issues", + "RoxygenNote": "7.2.3", + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "Language": "en-US", + "Config/testthat/edition": "3", + "NeedsCompilation": "no", + "Author": "JJ Allaire [aut], Andrie de Vries [cre], Posit Software, PBC [cph, fnd]", + "Maintainer": "Andrie de Vries ", + "Repository": "CRAN" }, - "crayon": { - "Package": "crayon", - "Version": "1.5.3", + "covr": { + "Package": "covr", + "Version": "3.6.4", "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "grDevices", - "methods", - "utils" + "Encoding": "UTF-8", + "Title": "Test Coverage for Packages", + "Authors@R": "c( person(\"Jim\", \"Hester\", email = \"james.f.hester@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Willem\", \"Ligtenberg\", role = \"ctb\"), person(\"Kirill\", \"Müller\", role = \"ctb\"), person(\"Henrik\", \"Bengtsson\", role = \"ctb\"), person(\"Steve\", \"Peak\", role = \"ctb\"), person(\"Kirill\", \"Sevastyanenko\", role = \"ctb\"), person(\"Jon\", \"Clayden\", role = \"ctb\"), person(\"Robert\", \"Flight\", role = \"ctb\"), person(\"Eric\", \"Brown\", role = \"ctb\"), person(\"Brodie\", \"Gaslam\", role = \"ctb\"), person(\"Will\", \"Beasley\", role = \"ctb\"), person(\"Robert\", \"Krzyzanowski\", role = \"ctb\"), person(\"Markus\", \"Wamser\", role = \"ctb\"), person(\"Karl\", \"Forner\", role = \"ctb\"), person(\"Gergely\", \"Daróczi\", role = \"ctb\"), person(\"Jouni\", \"Helske\", role = \"ctb\"), person(\"Kun\", \"Ren\", role = \"ctb\"), person(\"Jeroen\", \"Ooms\", role = \"ctb\"), person(\"Ken\", \"Williams\", role = \"ctb\"), person(\"Chris\", \"Campbell\", role = \"ctb\"), person(\"David\", \"Hugh-Jones\", role = \"ctb\"), person(\"Qin\", \"Wang\", role = \"ctb\"), person(\"Doug\", \"Kelkhoff\", role = \"ctb\"), person(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"), comment = \"highlight.js library\"), person(\"Mark\", \"Otto\", role = \"ctb\", comment = \"Bootstrap library\"), person(\"Jacob\", \"Thornton\", role = \"ctb\", comment = \"Bootstrap library\"), person(family = \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"), person(family = \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\") )", + "Description": "Track and report code coverage for your package and (optionally) upload the results to a coverage service like 'Codecov' or 'Coveralls' . Code coverage is a measure of the amount of code being exercised by a set of tests. It is an indirect measure of test quality and completeness. This package is compatible with any testing methodology or framework and tracks coverage of both R code and compiled C/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" ], - "Hash": "859d96e65ef198fd43e82b9628d593ef" - }, - "crosstalk": { - "Package": "crosstalk", - "Version": "1.2.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ + "Imports": [ + "digest", + "stats", + "utils", + "jsonlite", + "rex", + "httr", + "crayon", + "withr (>= 1.0.2)", + "yaml" + ], + "Suggests": [ "R6", + "curl", + "knitr", + "rmarkdown", "htmltools", - "jsonlite", - "lazyeval" + "DT (>= 0.2)", + "testthat", + "rlang", + "rstudioapi (>= 0.2)", + "xml2 (>= 1.0.0)", + "parallel", + "memoise", + "mockery", + "covr" ], - "Hash": "ab12c7b080a57475248a30f4db6298c0" + "License": "MIT + file LICENSE", + "VignetteBuilder": "knitr", + "RoxygenNote": "7.2.3", + "NeedsCompilation": "yes", + "Author": "Jim Hester [aut, cre], Willem Ligtenberg [ctb], Kirill Müller [ctb], Henrik Bengtsson [ctb], Steve Peak [ctb], Kirill Sevastyanenko [ctb], Jon Clayden [ctb], Robert Flight [ctb], Eric Brown [ctb], Brodie Gaslam [ctb], Will Beasley [ctb], Robert Krzyzanowski [ctb], Markus Wamser [ctb], Karl Forner [ctb], Gergely Daróczi [ctb], Jouni Helske [ctb], Kun Ren [ctb], Jeroen Ooms [ctb], Ken Williams [ctb], Chris Campbell [ctb], David Hugh-Jones [ctb], Qin Wang [ctb], Doug Kelkhoff [ctb], Ivan Sagalaev [ctb, cph] (highlight.js library), Mark Otto [ctb] (Bootstrap library), Jacob Thornton [ctb] (Bootstrap library), Bootstrap contributors [ctb] (Bootstrap library), Twitter, Inc [cph] (Bootstrap library)", + "Maintainer": "Jim Hester ", + "Repository": "CRAN" }, - "curl": { - "Package": "curl", - "Version": "5.2.2", + "cowplot": { + "Package": "cowplot", + "Version": "1.2.0", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" + "Title": "Streamlined Plot Theme and Plot Annotations for 'ggplot2'", + "Authors@R": "person( given = \"Claus O.\", family = \"Wilke\", role = c(\"aut\", \"cre\"), email = \"wilke@austin.utexas.edu\", comment = c(ORCID = \"0000-0002-7470-9261\") )", + "Description": "Provides various features that help with creating publication-quality figures with 'ggplot2', such as a set of themes, functions to align plots and arrange them into complex compound figures, and functions that make it easy to annotate plots and or mix plots with images. The package was originally written for internal use in the Wilke lab, hence the name (Claus O. Wilke's plot package). It has also been used extensively in the book Fundamentals of Data Visualization.", + "URL": "https://wilkelab.org/cowplot/", + "BugReports": "https://github.com/wilkelab/cowplot/issues", + "Depends": [ + "R (>= 3.5.0)" ], - "Hash": "8f27335f2bcff4d6035edcc82d7d46de" - }, - "data.table": { + "Imports": [ + "ggplot2 (>= 3.5.2)", + "grid", + "gtable", + "grDevices", + "methods", + "rlang", + "scales" + ], + "License": "GPL-2", + "Suggests": [ + "Cairo", + "covr", + "dplyr", + "forcats", + "gridGraphics (>= 0.4-0)", + "knitr", + "lattice", + "magick", + "maps", + "PASWR", + "patchwork", + "rmarkdown", + "ragg", + "testthat (>= 1.0.0)", + "tidyr", + "vdiffr (>= 0.3.0)", + "VennDiagram" + ], + "VignetteBuilder": "knitr", + "Collate": "'add_sub.R' 'align_plots.R' 'as_grob.R' 'as_gtable.R' 'axis_canvas.R' 'cowplot.R' 'draw.R' 'get_plot_component.R' 'get_axes.R' 'get_titles.R' 'get_legend.R' 'get_panel.R' 'gtable.R' 'key_glyph.R' 'plot_grid.R' 'save.R' 'set_null_device.R' 'setup.R' 'stamp.R' 'themes.R' 'utils_ggplot2.R'", + "RoxygenNote": "7.3.2", + "Encoding": "UTF-8", + "NeedsCompilation": "no", + "Author": "Claus O. Wilke [aut, cre] (ORCID: )", + "Maintainer": "Claus O. Wilke ", + "Repository": "RSPM" + }, + "cpp11": { + "Package": "cpp11", + "Version": "0.5.2", + "Source": "Repository", + "Title": "A C++11 Interface for R's C Interface", + "Authors@R": "c( person(\"Davis\", \"Vaughan\", email = \"davis@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4777-038X\")), person(\"Jim\",\"Hester\", role = \"aut\", comment = c(ORCID = \"0000-0002-2739-7082\")), person(\"Romain\", \"François\", role = \"aut\", comment = c(ORCID = \"0000-0002-2444-4226\")), person(\"Benjamin\", \"Kietzman\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "Provides a header only, C++11 interface to R's C interface. Compared to other approaches 'cpp11' strives to be safe against long jumps from the C API as well as C++ exceptions, conform to normal R function semantics and supports interaction with 'ALTREP' vectors.", + "License": "MIT + file LICENSE", + "URL": "https://cpp11.r-lib.org, https://github.com/r-lib/cpp11", + "BugReports": "https://github.com/r-lib/cpp11/issues", + "Depends": [ + "R (>= 4.0.0)" + ], + "Suggests": [ + "bench", + "brio", + "callr", + "cli", + "covr", + "decor", + "desc", + "ggplot2", + "glue", + "knitr", + "lobstr", + "mockery", + "progress", + "rmarkdown", + "scales", + "Rcpp", + "testthat (>= 3.2.0)", + "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, vctrs", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "no", + "Author": "Davis Vaughan [aut, cre] (), Jim Hester [aut] (), Romain François [aut] (), Benjamin Kietzman [ctb], Posit Software, PBC [cph, fnd]", + "Maintainer": "Davis Vaughan ", + "Repository": "CRAN" + }, + "crayon": { + "Package": "crayon", + "Version": "1.5.3", + "Source": "Repository", + "Title": "Colored Terminal Output", + "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Brodie\", \"Gaslam\", , \"brodie.gaslam@yahoo.com\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "The crayon package is now superseded. Please use the 'cli' package for new projects. Colored terminal output on terminals that support 'ANSI' color and highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support is automatically detected. Colors and highlighting can be combined and nested. New styles can also be created easily. This package was inspired by the 'chalk' 'JavaScript' project.", + "License": "MIT + file LICENSE", + "URL": "https://r-lib.github.io/crayon/, https://github.com/r-lib/crayon", + "BugReports": "https://github.com/r-lib/crayon/issues", + "Imports": [ + "grDevices", + "methods", + "utils" + ], + "Suggests": [ + "mockery", + "rstudioapi", + "testthat", + "withr" + ], + "Config/Needs/website": "tidyverse/tidytemplate", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.1", + "Collate": "'aaa-rstudio-detect.R' 'aaaa-rematch2.R' 'aab-num-ansi-colors.R' 'aac-num-ansi-colors.R' 'ansi-256.R' 'ansi-palette.R' 'combine.R' 'string.R' 'utils.R' 'crayon-package.R' 'disposable.R' 'enc-utils.R' 'has_ansi.R' 'has_color.R' 'link.R' 'styles.R' 'machinery.R' 'parts.R' 'print.R' 'style-var.R' 'show.R' 'string_operations.R'", + "NeedsCompilation": "no", + "Author": "Gábor Csárdi [aut, cre], Brodie Gaslam [ctb], Posit Software, PBC [cph, fnd]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN" + }, + "credentials": { + "Package": "credentials", + "Version": "2.0.2", + "Source": "Repository", + "Type": "Package", + "Title": "Tools for Managing SSH and Git Credentials", + "Authors@R": "person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\"))", + "Description": "Setup and retrieve HTTPS and SSH credentials for use with 'git' and other services. For HTTPS remotes the package interfaces the 'git-credential' utility which 'git' uses to store HTTP usernames and passwords. For SSH remotes we provide convenient functions to find or generate appropriate SSH keys. The package both helps the user to setup a local git installation, and also provides a back-end for git/ssh client libraries to authenticate with existing user credentials.", + "License": "MIT + file LICENSE", + "SystemRequirements": "git (optional)", + "Encoding": "UTF-8", + "Imports": [ + "openssl (>= 1.3)", + "sys (>= 2.1)", + "curl", + "jsonlite", + "askpass" + ], + "Suggests": [ + "testthat", + "knitr", + "rmarkdown" + ], + "RoxygenNote": "7.2.1", + "VignetteBuilder": "knitr", + "Language": "en-US", + "URL": "https://docs.ropensci.org/credentials/ https://r-lib.r-universe.dev/credentials", + "BugReports": "https://github.com/r-lib/credentials/issues", + "NeedsCompilation": "no", + "Author": "Jeroen Ooms [aut, cre] ()", + "Maintainer": "Jeroen Ooms ", + "Repository": "CRAN" + }, + "crosstalk": { + "Package": "crosstalk", + "Version": "1.2.1", + "Source": "Repository", + "Type": "Package", + "Title": "Inter-Widget Interactivity for HTML Widgets", + "Authors@R": "c( person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@posit.co\"), person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@posit.co\", comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(family = \"jQuery Foundation\", role = \"cph\", comment = \"jQuery library and jQuery UI library\"), person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"), person(\"Mark\", \"Otto\", role = \"ctb\", comment = \"Bootstrap library\"), person(\"Jacob\", \"Thornton\", role = \"ctb\", comment = \"Bootstrap library\"), person(family = \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"), person(family = \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\"), person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"), comment = \"selectize.js library\"), person(\"Kristopher Michael\", \"Kowal\", role = c(\"ctb\", \"cph\"), comment = \"es5-shim library\"), person(family = \"es5-shim contributors\", role = c(\"ctb\", \"cph\"), comment = \"es5-shim library\"), person(\"Denis\", \"Ineshin\", role = c(\"ctb\", \"cph\"), comment = \"ion.rangeSlider library\"), person(\"Sami\", \"Samhuri\", role = c(\"ctb\", \"cph\"), comment = \"Javascript strftime library\") )", + "Description": "Provides building blocks for allowing HTML widgets to communicate with each other, with Shiny or without (i.e. static .html files). Currently supports linked brushing and filtering.", + "License": "MIT + file LICENSE", + "Imports": [ + "htmltools (>= 0.3.6)", + "jsonlite", + "lazyeval", + "R6" + ], + "Suggests": [ + "shiny", + "ggplot2", + "testthat (>= 2.1.0)", + "sass", + "bslib" + ], + "URL": "https://rstudio.github.io/crosstalk/, https://github.com/rstudio/crosstalk", + "BugReports": "https://github.com/rstudio/crosstalk/issues", + "RoxygenNote": "7.2.3", + "Encoding": "UTF-8", + "NeedsCompilation": "no", + "Author": "Joe Cheng [aut], Carson Sievert [aut, cre] (), Posit Software, PBC [cph, fnd], jQuery Foundation [cph] (jQuery library and jQuery UI library), jQuery contributors [ctb, cph] (jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt), Mark Otto [ctb] (Bootstrap library), Jacob Thornton [ctb] (Bootstrap library), Bootstrap contributors [ctb] (Bootstrap library), Twitter, Inc [cph] (Bootstrap library), Brian Reavis [ctb, cph] (selectize.js library), Kristopher Michael Kowal [ctb, cph] (es5-shim library), es5-shim contributors [ctb, cph] (es5-shim library), Denis Ineshin [ctb, cph] (ion.rangeSlider library), Sami Samhuri [ctb, cph] (Javascript strftime library)", + "Maintainer": "Carson Sievert ", + "Repository": "CRAN" + }, + "curl": { + "Package": "curl", + "Version": "6.4.0", + "Source": "Repository", + "Type": "Package", + "Title": "A Modern and Flexible Web Client for R", + "Authors@R": "c( person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Hadley\", \"Wickham\", role = \"ctb\"), person(\"Posit Software, PBC\", role = \"cph\"))", + "Description": "Bindings to 'libcurl' for performing fully configurable HTTP/FTP requests where responses can be processed in memory, on disk, or streaming via the callback or connection interfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly web client see the 'httr2' package which builds on this package with http specific tools and logic.", + "License": "MIT + file LICENSE", + "SystemRequirements": "libcurl (>= 7.73): libcurl-devel (rpm) or libcurl4-openssl-dev (deb)", + "URL": "https://jeroen.r-universe.dev/curl", + "BugReports": "https://github.com/jeroen/curl/issues", + "Suggests": [ + "spelling", + "testthat (>= 1.0.0)", + "knitr", + "jsonlite", + "later", + "rmarkdown", + "httpuv (>= 1.4.4)", + "webutils" + ], + "VignetteBuilder": "knitr", + "Depends": [ + "R (>= 3.0.0)" + ], + "RoxygenNote": "7.3.2.9000", + "Encoding": "UTF-8", + "Language": "en-US", + "NeedsCompilation": "yes", + "Author": "Jeroen Ooms [aut, cre] (ORCID: ), Hadley Wickham [ctb], Posit Software, PBC [cph]", + "Maintainer": "Jeroen Ooms ", + "Repository": "CRAN" + }, + "data.table": { "Package": "data.table", - "Version": "1.16.0", + "Version": "1.17.8", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", + "Title": "Extension of `data.frame`", + "Depends": [ + "R (>= 3.3.0)" + ], + "Imports": [ "methods" ], - "Hash": "fb24e05d4a91d8b1c7ff8e284bde834a" + "Suggests": [ + "bit64 (>= 4.0.0)", + "bit (>= 4.0.4)", + "R.utils", + "xts", + "zoo (>= 1.8-1)", + "yaml", + "knitr", + "markdown" + ], + "Description": "Fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins, fast add/modify/delete of columns by group using no copies at all, list columns, friendly and fast character-separated-value read/write. Offers a natural and flexible syntax, for faster development.", + "License": "MPL-2.0 | file LICENSE", + "URL": "https://r-datatable.com, https://Rdatatable.gitlab.io/data.table, https://github.com/Rdatatable/data.table", + "BugReports": "https://github.com/Rdatatable/data.table/issues", + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "ByteCompile": "TRUE", + "Authors@R": "c( person(\"Tyson\",\"Barrett\", role=c(\"aut\",\"cre\"), email=\"t.barrett88@gmail.com\", comment = c(ORCID=\"0000-0002-2137-1391\")), person(\"Matt\",\"Dowle\", role=\"aut\", email=\"mattjdowle@gmail.com\"), person(\"Arun\",\"Srinivasan\", role=\"aut\", email=\"asrini@pm.me\"), person(\"Jan\",\"Gorecki\", role=\"aut\"), person(\"Michael\",\"Chirico\", role=\"aut\", comment = c(ORCID=\"0000-0003-0787-087X\")), person(\"Toby\",\"Hocking\", role=\"aut\", comment = c(ORCID=\"0000-0002-3146-0865\")), person(\"Benjamin\",\"Schwendinger\",role=\"aut\", comment = c(ORCID=\"0000-0003-3315-8114\")), person(\"Ivan\", \"Krylov\", role=\"aut\", email=\"ikrylov@disroot.org\", comment = c(ORCID=\"0000-0002-0172-3812\")), person(\"Pasha\",\"Stetsenko\", role=\"ctb\"), person(\"Tom\",\"Short\", role=\"ctb\"), person(\"Steve\",\"Lianoglou\", role=\"ctb\"), person(\"Eduard\",\"Antonyan\", role=\"ctb\"), person(\"Markus\",\"Bonsch\", role=\"ctb\"), person(\"Hugh\",\"Parsonage\", role=\"ctb\"), person(\"Scott\",\"Ritchie\", role=\"ctb\"), person(\"Kun\",\"Ren\", role=\"ctb\"), person(\"Xianying\",\"Tan\", role=\"ctb\"), person(\"Rick\",\"Saporta\", role=\"ctb\"), person(\"Otto\",\"Seiskari\", role=\"ctb\"), person(\"Xianghui\",\"Dong\", role=\"ctb\"), person(\"Michel\",\"Lang\", role=\"ctb\"), person(\"Watal\",\"Iwasaki\", role=\"ctb\"), person(\"Seth\",\"Wenchel\", role=\"ctb\"), person(\"Karl\",\"Broman\", role=\"ctb\"), person(\"Tobias\",\"Schmidt\", role=\"ctb\"), person(\"David\",\"Arenburg\", role=\"ctb\"), person(\"Ethan\",\"Smith\", role=\"ctb\"), person(\"Francois\",\"Cocquemas\", role=\"ctb\"), person(\"Matthieu\",\"Gomez\", role=\"ctb\"), person(\"Philippe\",\"Chataignon\", role=\"ctb\"), person(\"Nello\",\"Blaser\", role=\"ctb\"), person(\"Dmitry\",\"Selivanov\", role=\"ctb\"), person(\"Andrey\",\"Riabushenko\", role=\"ctb\"), person(\"Cheng\",\"Lee\", role=\"ctb\"), person(\"Declan\",\"Groves\", role=\"ctb\"), person(\"Daniel\",\"Possenriede\", role=\"ctb\"), person(\"Felipe\",\"Parages\", role=\"ctb\"), person(\"Denes\",\"Toth\", role=\"ctb\"), person(\"Mus\",\"Yaramaz-David\", role=\"ctb\"), person(\"Ayappan\",\"Perumal\", role=\"ctb\"), person(\"James\",\"Sams\", role=\"ctb\"), person(\"Martin\",\"Morgan\", role=\"ctb\"), person(\"Michael\",\"Quinn\", role=\"ctb\"), person(\"@javrucebo\",\"\", role=\"ctb\"), person(\"@marc-outins\",\"\", role=\"ctb\"), person(\"Roy\",\"Storey\", role=\"ctb\"), person(\"Manish\",\"Saraswat\", role=\"ctb\"), person(\"Morgan\",\"Jacob\", role=\"ctb\"), person(\"Michael\",\"Schubmehl\", role=\"ctb\"), person(\"Davis\",\"Vaughan\", role=\"ctb\"), person(\"Leonardo\",\"Silvestri\", role=\"ctb\"), person(\"Jim\",\"Hester\", role=\"ctb\"), person(\"Anthony\",\"Damico\", role=\"ctb\"), person(\"Sebastian\",\"Freundt\", role=\"ctb\"), person(\"David\",\"Simons\", role=\"ctb\"), person(\"Elliott\",\"Sales de Andrade\", role=\"ctb\"), person(\"Cole\",\"Miller\", role=\"ctb\"), person(\"Jens Peder\",\"Meldgaard\", role=\"ctb\"), person(\"Vaclav\",\"Tlapak\", role=\"ctb\"), person(\"Kevin\",\"Ushey\", role=\"ctb\"), person(\"Dirk\",\"Eddelbuettel\", role=\"ctb\"), person(\"Tony\",\"Fischetti\", role=\"ctb\"), person(\"Ofek\",\"Shilon\", role=\"ctb\"), person(\"Vadim\",\"Khotilovich\", role=\"ctb\"), person(\"Hadley\",\"Wickham\", role=\"ctb\"), person(\"Bennet\",\"Becker\", role=\"ctb\"), person(\"Kyle\",\"Haynes\", role=\"ctb\"), person(\"Boniface Christian\",\"Kamgang\", role=\"ctb\"), person(\"Olivier\",\"Delmarcell\", role=\"ctb\"), person(\"Josh\",\"O'Brien\", role=\"ctb\"), person(\"Dereck\",\"de Mezquita\", role=\"ctb\"), person(\"Michael\",\"Czekanski\", role=\"ctb\"), person(\"Dmitry\", \"Shemetov\", role=\"ctb\"), person(\"Nitish\", \"Jha\", role=\"ctb\"), person(\"Joshua\", \"Wu\", role=\"ctb\"), person(\"Iago\", \"Giné-Vázquez\", role=\"ctb\"), person(\"Anirban\", \"Chetia\", role=\"ctb\"), person(\"Doris\", \"Amoakohene\", role=\"ctb\"), person(\"Angel\", \"Feliz\", role=\"ctb\"), person(\"Michael\",\"Young\", role=\"ctb\"), person(\"Mark\", \"Seeto\", role=\"ctb\"), person(\"Philippe\", \"Grosjean\", role=\"ctb\"), person(\"Vincent\", \"Runge\", role=\"ctb\"), person(\"Christian\", \"Wia\", role=\"ctb\"), person(\"Elise\", \"Maigné\", role=\"ctb\"), person(\"Vincent\", \"Rocher\", role=\"ctb\"), person(\"Vijay\", \"Lulla\", role=\"ctb\"), person(\"Aljaž\", \"Sluga\", role=\"ctb\"), person(\"Bill\", \"Evans\", role=\"ctb\") )", + "NeedsCompilation": "yes", + "Author": "Tyson Barrett [aut, cre] (ORCID: ), Matt Dowle [aut], Arun Srinivasan [aut], Jan Gorecki [aut], Michael Chirico [aut] (ORCID: ), Toby Hocking [aut] (ORCID: ), Benjamin Schwendinger [aut] (ORCID: ), Ivan Krylov [aut] (ORCID: ), Pasha Stetsenko [ctb], Tom Short [ctb], Steve Lianoglou [ctb], Eduard Antonyan [ctb], Markus Bonsch [ctb], Hugh Parsonage [ctb], Scott Ritchie [ctb], Kun Ren [ctb], Xianying Tan [ctb], Rick Saporta [ctb], Otto Seiskari [ctb], Xianghui Dong [ctb], Michel Lang [ctb], Watal Iwasaki [ctb], Seth Wenchel [ctb], Karl Broman [ctb], Tobias Schmidt [ctb], David Arenburg [ctb], Ethan Smith [ctb], Francois Cocquemas [ctb], Matthieu Gomez [ctb], Philippe Chataignon [ctb], Nello Blaser [ctb], Dmitry Selivanov [ctb], Andrey Riabushenko [ctb], Cheng Lee [ctb], Declan Groves [ctb], Daniel Possenriede [ctb], Felipe Parages [ctb], Denes Toth [ctb], Mus Yaramaz-David [ctb], Ayappan Perumal [ctb], James Sams [ctb], Martin Morgan [ctb], Michael Quinn [ctb], @javrucebo [ctb], @marc-outins [ctb], Roy Storey [ctb], Manish Saraswat [ctb], Morgan Jacob [ctb], Michael Schubmehl [ctb], Davis Vaughan [ctb], Leonardo Silvestri [ctb], Jim Hester [ctb], Anthony Damico [ctb], Sebastian Freundt [ctb], David Simons [ctb], Elliott Sales de Andrade [ctb], Cole Miller [ctb], Jens Peder Meldgaard [ctb], Vaclav Tlapak [ctb], Kevin Ushey [ctb], Dirk Eddelbuettel [ctb], Tony Fischetti [ctb], Ofek Shilon [ctb], Vadim Khotilovich [ctb], Hadley Wickham [ctb], Bennet Becker [ctb], Kyle Haynes [ctb], Boniface Christian Kamgang [ctb], Olivier Delmarcell [ctb], Josh O'Brien [ctb], Dereck de Mezquita [ctb], Michael Czekanski [ctb], Dmitry Shemetov [ctb], Nitish Jha [ctb], Joshua Wu [ctb], Iago Giné-Vázquez [ctb], Anirban Chetia [ctb], Doris Amoakohene [ctb], Angel Feliz [ctb], Michael Young [ctb], Mark Seeto [ctb], Philippe Grosjean [ctb], Vincent Runge [ctb], Christian Wia [ctb], Elise Maigné [ctb], Vincent Rocher [ctb], Vijay Lulla [ctb], Aljaž Sluga [ctb], Bill Evans [ctb]", + "Maintainer": "Tyson Barrett ", + "Repository": "RSPM" }, "dbplyr": { "Package": "dbplyr", "Version": "2.5.0", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "DBI", - "R", - "R6", - "blob", - "cli", - "dplyr", - "glue", - "lifecycle", + "Type": "Package", + "Title": "A 'dplyr' Back End for Databases", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")), person(\"Maximilian\", \"Girlich\", role = \"aut\"), person(\"Edgar\", \"Ruiz\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "A 'dplyr' back end for databases that allows you to work with remote database tables as if they are in-memory data frames. Basic features works with any database that has a 'DBI' back end; more advanced features require 'SQL' translation to be provided by the package 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.6)" + ], + "Imports": [ + "blob (>= 1.2.0)", + "cli (>= 3.6.1)", + "DBI (>= 1.1.3)", + "dplyr (>= 1.1.2)", + "glue (>= 1.6.2)", + "lifecycle (>= 1.0.3)", "magrittr", "methods", - "pillar", - "purrr", - "rlang", - "tibble", - "tidyr", - "tidyselect", + "pillar (>= 1.9.0)", + "purrr (>= 1.0.1)", + "R6 (>= 2.2.2)", + "rlang (>= 1.1.1)", + "tibble (>= 3.2.1)", + "tidyr (>= 1.3.0)", + "tidyselect (>= 1.2.1)", "utils", - "vctrs", - "withr" + "vctrs (>= 0.6.3)", + "withr (>= 2.5.0)" + ], + "Suggests": [ + "bit64", + "covr", + "knitr", + "Lahman", + "nycflights13", + "odbc (>= 1.4.2)", + "RMariaDB (>= 1.2.2)", + "rmarkdown", + "RPostgres (>= 1.4.5)", + "RPostgreSQL", + "RSQLite (>= 2.3.1)", + "testthat (>= 3.1.10)" ], - "Hash": "39b2e002522bfd258039ee4e889e0fd1" + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Config/testthat/parallel": "TRUE", + "Encoding": "UTF-8", + "Language": "en-gb", + "RoxygenNote": "7.3.1", + "Collate": "'db-sql.R' 'utils-check.R' 'import-standalone-types-check.R' 'import-standalone-obj-type.R' 'utils.R' 'sql.R' 'escape.R' 'translate-sql-cut.R' 'translate-sql-quantile.R' 'translate-sql-string.R' 'translate-sql-paste.R' 'translate-sql-helpers.R' 'translate-sql-window.R' 'translate-sql-conditional.R' 'backend-.R' 'backend-access.R' 'backend-hana.R' 'backend-hive.R' 'backend-impala.R' 'verb-copy-to.R' 'backend-mssql.R' 'backend-mysql.R' 'backend-odbc.R' 'backend-oracle.R' 'backend-postgres.R' 'backend-postgres-old.R' 'backend-redshift.R' 'backend-snowflake.R' 'backend-spark-sql.R' 'backend-sqlite.R' 'backend-teradata.R' 'build-sql.R' 'data-cache.R' 'data-lahman.R' 'data-nycflights13.R' 'db-escape.R' 'db-io.R' 'db.R' 'dbplyr.R' 'explain.R' 'ident.R' 'import-standalone-s3-register.R' 'join-by-compat.R' 'join-cols-compat.R' 'lazy-join-query.R' 'lazy-ops.R' 'lazy-query.R' 'lazy-select-query.R' 'lazy-set-op-query.R' 'memdb.R' 'optimise-utils.R' 'pillar.R' 'progress.R' 'sql-build.R' 'query-join.R' 'query-select.R' 'query-semi-join.R' 'query-set-op.R' 'query.R' 'reexport.R' 'remote.R' 'rows.R' 'schema.R' 'simulate.R' 'sql-clause.R' 'sql-expr.R' 'src-sql.R' 'src_dbi.R' 'table-name.R' 'tbl-lazy.R' 'tbl-sql.R' 'test-frame.R' 'testthat.R' 'tidyeval-across.R' 'tidyeval.R' 'translate-sql.R' 'utils-format.R' 'verb-arrange.R' 'verb-compute.R' 'verb-count.R' 'verb-distinct.R' 'verb-do-query.R' 'verb-do.R' 'verb-expand.R' 'verb-fill.R' 'verb-filter.R' 'verb-group_by.R' 'verb-head.R' 'verb-joins.R' 'verb-mutate.R' 'verb-pivot-longer.R' 'verb-pivot-wider.R' 'verb-pull.R' 'verb-select.R' 'verb-set-ops.R' 'verb-slice.R' 'verb-summarise.R' 'verb-uncount.R' 'verb-window.R' 'zzz.R'", + "NeedsCompilation": "no", + "Author": "Hadley Wickham [aut, cre], Maximilian Girlich [aut], Edgar Ruiz [aut], Posit Software, PBC [cph, fnd]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN" }, "desc": { "Package": "desc", "Version": "1.4.3", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", + "Title": "Manipulate DESCRIPTION Files", + "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Kirill\", \"Müller\", role = \"aut\"), person(\"Jim\", \"Hester\", , \"james.f.hester@gmail.com\", role = \"aut\"), person(\"Maëlle\", \"Salmon\", role = \"ctb\", comment = c(ORCID = \"0000-0002-2815-0399\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Maintainer": "Gábor Csárdi ", + "Description": "Tools to read, write, create, and manipulate DESCRIPTION files. It is intended for packages that create or manipulate other packages.", + "License": "MIT + file LICENSE", + "URL": "https://desc.r-lib.org/, https://github.com/r-lib/desc", + "BugReports": "https://github.com/r-lib/desc/issues", + "Depends": [ + "R (>= 3.4)" + ], + "Imports": [ "cli", + "R6", "utils" ], - "Hash": "99b79fcbd6c4d1ce087f5c5c758b384f" + "Suggests": [ + "callr", + "covr", + "gh", + "spelling", + "testthat", + "whoami", + "withr" + ], + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "Language": "en-US", + "RoxygenNote": "7.2.3", + "Collate": "'assertions.R' 'authors-at-r.R' 'built.R' 'classes.R' 'collate.R' 'constants.R' 'deps.R' 'desc-package.R' 'description.R' 'encoding.R' 'find-package-root.R' 'latex.R' 'non-oo-api.R' 'package-archives.R' 'read.R' 'remotes.R' 'str.R' 'syntax_checks.R' 'urls.R' 'utils.R' 'validate.R' 'version.R'", + "NeedsCompilation": "no", + "Author": "Gábor Csárdi [aut, cre], Kirill Müller [aut], Jim Hester [aut], Maëlle Salmon [ctb] (), Posit Software, PBC [cph, fnd]", + "Repository": "CRAN" + }, + "devtools": { + "Package": "devtools", + "Version": "2.4.5", + "Source": "Repository", + "Title": "Tools to Make Developing R Packages Easier", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Winston\", \"Chang\", role = \"aut\"), person(\"Jennifer\", \"Bryan\", , \"jenny@rstudio.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"RStudio\", role = c(\"cph\", \"fnd\")) )", + "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.1.6)" + ], + "Imports": [ + "cli (>= 3.3.0)", + "desc (>= 1.4.1)", + "ellipsis (>= 0.3.2)", + "fs (>= 1.5.2)", + "lifecycle (>= 1.0.1)", + "memoise (>= 2.0.1)", + "miniUI (>= 0.1.1.1)", + "pkgbuild (>= 1.3.1)", + "pkgdown (>= 2.0.6)", + "pkgload (>= 1.3.0)", + "profvis (>= 0.3.7)", + "rcmdcheck (>= 1.4.0)", + "remotes (>= 2.4.2)", + "rlang (>= 1.0.4)", + "roxygen2 (>= 7.2.1)", + "rversions (>= 2.1.1)", + "sessioninfo (>= 1.2.2)", + "stats", + "testthat (>= 3.1.5)", + "tools", + "urlchecker (>= 1.0.1)", + "utils", + "withr (>= 2.5.0)" + ], + "Suggests": [ + "BiocManager (>= 1.30.18)", + "callr (>= 3.7.1)", + "covr (>= 3.5.1)", + "curl (>= 4.3.2)", + "digest (>= 0.6.29)", + "DT (>= 0.23)", + "foghorn (>= 1.4.2)", + "gh (>= 1.3.0)", + "gmailr (>= 1.0.1)", + "httr (>= 1.4.3)", + "knitr (>= 1.39)", + "lintr (>= 3.0.0)", + "MASS", + "mockery (>= 0.4.3)", + "pingr (>= 2.0.1)", + "rhub (>= 1.1.1)", + "rmarkdown (>= 2.14)", + "rstudioapi (>= 0.13)", + "spelling (>= 2.2)" + ], + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Encoding": "UTF-8", + "Language": "en-US", + "RoxygenNote": "7.2.1", + "Config/testthat/edition": "3", + "NeedsCompilation": "no", + "Author": "Hadley Wickham [aut], Jim Hester [aut], Winston Chang [aut], Jennifer Bryan [aut, cre] (), RStudio [cph, fnd]", + "Maintainer": "Jennifer Bryan ", + "Repository": "CRAN" + }, + "diffobj": { + "Package": "diffobj", + "Version": "0.3.6", + "Source": "Repository", + "Type": "Package", + "Title": "Diffs for R Objects", + "Description": "Generate a colorized diff of two R objects for an intuitive visualization of their differences.", + "Authors@R": "c( person( \"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\", role=c(\"aut\", \"cre\")), person( \"Michael B.\", \"Allen\", email=\"ioplex@gmail.com\", role=c(\"ctb\", \"cph\"), comment=\"Original C implementation of Myers Diff Algorithm\"))", + "Depends": [ + "R (>= 3.1.0)" + ], + "License": "GPL-2 | GPL-3", + "URL": "https://github.com/brodieG/diffobj", + "BugReports": "https://github.com/brodieG/diffobj/issues", + "RoxygenNote": "7.2.3", + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "Suggests": [ + "knitr", + "rmarkdown" + ], + "Collate": "'capt.R' 'options.R' 'pager.R' 'check.R' 'finalizer.R' 'misc.R' 'html.R' 'styles.R' 's4.R' 'core.R' 'diff.R' 'get.R' 'guides.R' 'hunks.R' 'layout.R' 'myerssimple.R' 'rdiff.R' 'rds.R' 'set.R' 'subset.R' 'summmary.R' 'system.R' 'text.R' 'tochar.R' 'trim.R' 'word.R'", + "Imports": [ + "crayon (>= 1.3.2)", + "tools", + "methods", + "utils", + "stats" + ], + "NeedsCompilation": "yes", + "Author": "Brodie Gaslam [aut, cre], Michael B. Allen [ctb, cph] (Original C implementation of Myers Diff Algorithm)", + "Maintainer": "Brodie Gaslam ", + "Repository": "CRAN" }, "digest": { "Package": "digest", "Version": "0.6.37", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", + "Authors@R": "c(person(\"Dirk\", \"Eddelbuettel\", role = c(\"aut\", \"cre\"), email = \"edd@debian.org\", comment = c(ORCID = \"0000-0001-6419-907X\")), person(\"Antoine\", \"Lucas\", role=\"ctb\"), person(\"Jarek\", \"Tuszynski\", role=\"ctb\"), person(\"Henrik\", \"Bengtsson\", role=\"ctb\", comment = c(ORCID = \"0000-0002-7579-5165\")), person(\"Simon\", \"Urbanek\", role=\"ctb\", comment = c(ORCID = \"0000-0003-2297-1732\")), person(\"Mario\", \"Frasca\", role=\"ctb\"), person(\"Bryan\", \"Lewis\", role=\"ctb\"), person(\"Murray\", \"Stokely\", role=\"ctb\"), person(\"Hannes\", \"Muehleisen\", role=\"ctb\"), person(\"Duncan\", \"Murdoch\", role=\"ctb\"), person(\"Jim\", \"Hester\", role=\"ctb\"), person(\"Wush\", \"Wu\", role=\"ctb\", comment = c(ORCID = \"0000-0001-5180-0567\")), person(\"Qiang\", \"Kou\", role=\"ctb\", comment = c(ORCID = \"0000-0001-6786-5453\")), person(\"Thierry\", \"Onkelinx\", role=\"ctb\", comment = c(ORCID = \"0000-0001-8804-4216\")), person(\"Michel\", \"Lang\", role=\"ctb\", comment = c(ORCID = \"0000-0001-9754-0393\")), person(\"Viliam\", \"Simko\", role=\"ctb\"), person(\"Kurt\", \"Hornik\", role=\"ctb\", comment = c(ORCID = \"0000-0003-4198-9911\")), person(\"Radford\", \"Neal\", role=\"ctb\", comment = c(ORCID = \"0000-0002-2473-3407\")), person(\"Kendon\", \"Bell\", role=\"ctb\", comment = c(ORCID = \"0000-0002-9093-8312\")), person(\"Matthew\", \"de Queljoe\", role=\"ctb\"), person(\"Dmitry\", \"Selivanov\", role=\"ctb\"), person(\"Ion\", \"Suruceanu\", role=\"ctb\"), person(\"Bill\", \"Denney\", role=\"ctb\"), person(\"Dirk\", \"Schumacher\", role=\"ctb\"), person(\"András\", \"Svraka\", role=\"ctb\"), person(\"Sergey\", \"Fedorov\", role=\"ctb\"), person(\"Will\", \"Landau\", role=\"ctb\", comment = c(ORCID = \"0000-0003-1878-3253\")), person(\"Floris\", \"Vanderhaeghe\", role=\"ctb\", comment = c(ORCID = \"0000-0002-6378-6229\")), person(\"Kevin\", \"Tappe\", role=\"ctb\"), person(\"Harris\", \"McGehee\", role=\"ctb\"), person(\"Tim\", \"Mastny\", role=\"ctb\"), person(\"Aaron\", \"Peikert\", role=\"ctb\", comment = c(ORCID = \"0000-0001-7813-818X\")), person(\"Mark\", \"van der Loo\", role=\"ctb\", comment = c(ORCID = \"0000-0002-9807-4686\")), person(\"Chris\", \"Muir\", role=\"ctb\", comment = c(ORCID = \"0000-0003-2555-3878\")), person(\"Moritz\", \"Beller\", role=\"ctb\", comment = c(ORCID = \"0000-0003-4852-0526\")), person(\"Sebastian\", \"Campbell\", role=\"ctb\"), person(\"Winston\", \"Chang\", role=\"ctb\", comment = c(ORCID = \"0000-0002-1576-2126\")), person(\"Dean\", \"Attali\", role=\"ctb\", comment = c(ORCID = \"0000-0002-5645-3493\")), person(\"Michael\", \"Chirico\", role=\"ctb\", comment = c(ORCID = \"0000-0003-0787-087X\")), person(\"Kevin\", \"Ushey\", role=\"ctb\"))", + "Date": "2024-08-19", + "Title": "Create Compact Hash Digests of R Objects", + "Description": "Implementation of a function 'digest()' for the creation of hash digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32', 'xxhash', 'murmurhash', 'spookyhash', 'blake3', 'crc32c', 'xxh3_64', and 'xxh3_128' algorithms) permitting easy comparison of R language objects, as well as functions such as'hmac()' to create hash-based message authentication code. Please note that this package is not meant to be deployed for cryptographic purposes for which more comprehensive (and widely tested) libraries such as 'OpenSSL' should be used.", + "URL": "https://github.com/eddelbuettel/digest, https://dirk.eddelbuettel.com/code/digest.html", + "BugReports": "https://github.com/eddelbuettel/digest/issues", + "Depends": [ + "R (>= 3.3.0)" + ], + "Imports": [ "utils" ], - "Hash": "33698c4b3127fc9f506654607fb73676" + "License": "GPL (>= 2)", + "Suggests": [ + "tinytest", + "simplermarkdown" + ], + "VignetteBuilder": "simplermarkdown", + "Encoding": "UTF-8", + "NeedsCompilation": "yes", + "Author": "Dirk Eddelbuettel [aut, cre] (), Antoine Lucas [ctb], Jarek Tuszynski [ctb], Henrik Bengtsson [ctb] (), Simon Urbanek [ctb] (), Mario Frasca [ctb], Bryan Lewis [ctb], Murray Stokely [ctb], Hannes Muehleisen [ctb], Duncan Murdoch [ctb], Jim Hester [ctb], Wush Wu [ctb] (), Qiang Kou [ctb] (), Thierry Onkelinx [ctb] (), Michel Lang [ctb] (), Viliam Simko [ctb], Kurt Hornik [ctb] (), Radford Neal [ctb] (), Kendon Bell [ctb] (), Matthew de Queljoe [ctb], Dmitry Selivanov [ctb], Ion Suruceanu [ctb], Bill Denney [ctb], Dirk Schumacher [ctb], András Svraka [ctb], Sergey Fedorov [ctb], Will Landau [ctb] (), Floris Vanderhaeghe [ctb] (), Kevin Tappe [ctb], Harris McGehee [ctb], Tim Mastny [ctb], Aaron Peikert [ctb] (), Mark van der Loo [ctb] (), Chris Muir [ctb] (), Moritz Beller [ctb] (), Sebastian Campbell [ctb], Winston Chang [ctb] (), Dean Attali [ctb] (), Michael Chirico [ctb] (), Kevin Ushey [ctb]", + "Maintainer": "Dirk Eddelbuettel ", + "Repository": "CRAN" + }, + "downlit": { + "Package": "downlit", + "Version": "0.4.4", + "Source": "Repository", + "Title": "Syntax Highlighting and Automatic Linking", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "Syntax highlighting of R code, specifically designed for the needs of 'RMarkdown' packages like 'pkgdown', 'hugodown', and 'bookdown'. It includes linking of function calls to their documentation on the web, and automatic translation of ANSI escapes in output 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 (>= 4.0.0)" + ], + "Imports": [ + "brio", + "desc", + "digest", + "evaluate", + "fansi", + "memoise", + "rlang", + "vctrs", + "withr", + "yaml" + ], + "Suggests": [ + "covr", + "htmltools", + "jsonlite", + "MASS", + "MassSpecWavelet", + "pkgload", + "rmarkdown", + "testthat (>= 3.0.0)", + "xml2" + ], + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.1", + "NeedsCompilation": "no", + "Author": "Hadley Wickham [aut, cre], Posit Software, PBC [cph, fnd]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN" }, "dplyr": { "Package": "dplyr", "Version": "1.1.4", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "cli", + "Type": "Package", + "Title": "A Grammar of Data Manipulation", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Romain\", \"François\", role = \"aut\", comment = c(ORCID = \"0000-0002-2444-4226\")), person(\"Lionel\", \"Henry\", role = \"aut\"), person(\"Kirill\", \"Müller\", role = \"aut\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4777-038X\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "A fast, consistent tool for working with data frame like objects, both in memory and out of memory.", + "License": "MIT + file LICENSE", + "URL": "https://dplyr.tidyverse.org, https://github.com/tidyverse/dplyr", + "BugReports": "https://github.com/tidyverse/dplyr/issues", + "Depends": [ + "R (>= 3.5.0)" + ], + "Imports": [ + "cli (>= 3.4.0)", "generics", - "glue", - "lifecycle", - "magrittr", + "glue (>= 1.3.2)", + "lifecycle (>= 1.0.3)", + "magrittr (>= 1.5)", "methods", - "pillar", - "rlang", - "tibble", - "tidyselect", + "pillar (>= 1.9.0)", + "R6", + "rlang (>= 1.1.0)", + "tibble (>= 3.2.0)", + "tidyselect (>= 1.2.0)", "utils", - "vctrs" + "vctrs (>= 0.6.4)" + ], + "Suggests": [ + "bench", + "broom", + "callr", + "covr", + "DBI", + "dbplyr (>= 2.2.1)", + "ggplot2", + "knitr", + "Lahman", + "lobstr", + "microbenchmark", + "nycflights13", + "purrr", + "rmarkdown", + "RMySQL", + "RPostgreSQL", + "RSQLite", + "stringi (>= 1.7.6)", + "testthat (>= 3.1.5)", + "tidyr (>= 1.3.0)", + "withr" + ], + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse, shiny, pkgdown, tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "LazyData": "true", + "RoxygenNote": "7.2.3", + "NeedsCompilation": "yes", + "Author": "Hadley Wickham [aut, cre] (), Romain François [aut] (), Lionel Henry [aut], Kirill Müller [aut] (), Davis Vaughan [aut] (), Posit Software, PBC [cph, fnd]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN" + }, + "ellipsis": { + "Package": "ellipsis", + "Version": "0.3.2", + "Source": "Repository", + "Title": "Tools for Working with ...", + "Description": "The ellipsis is a powerful tool for extending functions. Unfortunately this power comes at a cost: misspelled arguments will be silently ignored. The ellipsis package provides a collection of functions to catch problems and alert the user.", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")), person(\"RStudio\", role = \"cph\") )", + "License": "MIT + file LICENSE", + "Encoding": "UTF-8", + "RoxygenNote": "7.1.1", + "URL": "https://ellipsis.r-lib.org, https://github.com/r-lib/ellipsis", + "BugReports": "https://github.com/r-lib/ellipsis/issues", + "Depends": [ + "R (>= 3.2)" ], - "Hash": "fedd9d00c2944ff00a0e2696ccf048ec" + "Imports": [ + "rlang (>= 0.3.0)" + ], + "Suggests": [ + "covr", + "testthat" + ], + "NeedsCompilation": "yes", + "Author": "Hadley Wickham [aut, cre], RStudio [cph]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN" }, "evaluate": { "Package": "evaluate", - "Version": "0.24.0", + "Version": "1.0.4", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "methods" + "Type": "Package", + "Title": "Parsing and Evaluation Tools that Provide More Details than the Default", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")), person(\"Yihui\", \"Xie\", role = \"aut\", comment = c(ORCID = \"0000-0003-0645-5666\")), person(\"Michael\", \"Lawrence\", role = \"ctb\"), person(\"Thomas\", \"Kluyver\", role = \"ctb\"), person(\"Jeroen\", \"Ooms\", role = \"ctb\"), person(\"Barret\", \"Schloerke\", role = \"ctb\"), person(\"Adam\", \"Ryczkowski\", role = \"ctb\"), person(\"Hiroaki\", \"Yutani\", role = \"ctb\"), person(\"Michel\", \"Lang\", role = \"ctb\"), person(\"Karolis\", \"Koncevičius\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "Parsing and evaluation tools that make it easy to recreate the command line behaviour of R.", + "License": "MIT + file LICENSE", + "URL": "https://evaluate.r-lib.org/, https://github.com/r-lib/evaluate", + "BugReports": "https://github.com/r-lib/evaluate/issues", + "Depends": [ + "R (>= 3.6.0)" + ], + "Suggests": [ + "callr", + "covr", + "ggplot2 (>= 3.3.6)", + "lattice", + "methods", + "pkgload", + "ragg (>= 1.4.0)", + "rlang (>= 1.1.5)", + "knitr", + "testthat (>= 3.0.0)", + "withr" ], - "Hash": "a1066cbc05caee9a4bf6d90f194ff4da" + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "no", + "Author": "Hadley Wickham [aut, cre], Yihui Xie [aut] (ORCID: ), Michael Lawrence [ctb], Thomas Kluyver [ctb], Jeroen Ooms [ctb], Barret Schloerke [ctb], Adam Ryczkowski [ctb], Hiroaki Yutani [ctb], Michel Lang [ctb], Karolis Koncevičius [ctb], Posit Software, PBC [cph, fnd]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN" }, "fansi": { "Package": "fansi", "Version": "1.0.6", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", + "Title": "ANSI Control Sequence Aware String Functions", + "Description": "Counterparts to R string manipulation functions that account for the effects of ANSI text formatting control sequences.", + "Authors@R": "c( person(\"Brodie\", \"Gaslam\", email=\"brodie.gaslam@yahoo.com\", role=c(\"aut\", \"cre\")), person(\"Elliott\", \"Sales De Andrade\", role=\"ctb\"), person(family=\"R Core Team\", email=\"R-core@r-project.org\", role=\"cph\", comment=\"UTF8 byte length calcs from src/util.c\" ))", + "Depends": [ + "R (>= 3.1.0)" + ], + "License": "GPL-2 | GPL-3", + "URL": "https://github.com/brodieG/fansi", + "BugReports": "https://github.com/brodieG/fansi/issues", + "VignetteBuilder": "knitr", + "Suggests": [ + "unitizer", + "knitr", + "rmarkdown" + ], + "Imports": [ "grDevices", "utils" ], - "Hash": "962174cf2aeb5b9eea581522286a911f" + "RoxygenNote": "7.2.3", + "Encoding": "UTF-8", + "Collate": "'constants.R' 'fansi-package.R' 'internal.R' 'load.R' 'misc.R' 'nchar.R' 'strwrap.R' 'strtrim.R' 'strsplit.R' 'substr2.R' 'trimws.R' 'tohtml.R' 'unhandled.R' 'normalize.R' 'sgr.R'", + "NeedsCompilation": "yes", + "Author": "Brodie Gaslam [aut, cre], Elliott Sales De Andrade [ctb], R Core Team [cph] (UTF8 byte length calcs from src/util.c)", + "Maintainer": "Brodie Gaslam ", + "Repository": "CRAN" }, "farver": { "Package": "farver", "Version": "2.1.2", "Source": "Repository", - "Repository": "CRAN", - "Hash": "680887028577f3fa2a81e410ed0d6e42" + "Type": "Package", + "Title": "High Performance Colour Space Manipulation", + "Authors@R": "c( person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Berendea\", \"Nicolae\", role = \"aut\", comment = \"Author of the ColorSpace C++ library\"), person(\"Romain\", \"François\", , \"romain@purrple.cat\", role = \"aut\", comment = c(ORCID = \"0000-0002-2444-4226\")), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "The encoding of colour can be handled in many different ways, using different colour spaces. As different colour spaces have different uses, efficient conversion between these representations are important. The 'farver' package provides a set of functions that gives access to very fast colour space conversion and comparisons implemented in C++, and offers speed improvements over the 'convertColor' function in the 'grDevices' package.", + "License": "MIT + file LICENSE", + "URL": "https://farver.data-imaginist.com, https://github.com/thomasp85/farver", + "BugReports": "https://github.com/thomasp85/farver/issues", + "Suggests": [ + "covr", + "testthat (>= 3.0.0)" + ], + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.1", + "NeedsCompilation": "yes", + "Author": "Thomas Lin Pedersen [cre, aut] (), Berendea Nicolae [aut] (Author of the ColorSpace C++ library), Romain François [aut] (), Posit, PBC [cph, fnd]", + "Maintainer": "Thomas Lin Pedersen ", + "Repository": "CRAN" }, "fastmap": { "Package": "fastmap", "Version": "1.2.0", "Source": "Repository", - "Repository": "RSPM", - "Hash": "aa5e1cd11c2d15497494c5292d7ffcc8" + "Title": "Fast Data Structures", + "Authors@R": "c( person(\"Winston\", \"Chang\", email = \"winston@posit.co\", role = c(\"aut\", \"cre\")), person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(given = \"Tessil\", role = \"cph\", comment = \"hopscotch_map library\") )", + "Description": "Fast implementation of data structures, including a key-value store, stack, and queue. Environments are commonly used as key-value stores in R, but every time a new key is used, it is added to R's global symbol table, causing a small amount of memory leakage. This can be problematic in cases where many different keys are used. Fastmap avoids this memory leak issue by implementing the map using data structures in C++.", + "License": "MIT + file LICENSE", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "Suggests": [ + "testthat (>= 2.1.1)" + ], + "URL": "https://r-lib.github.io/fastmap/, https://github.com/r-lib/fastmap", + "BugReports": "https://github.com/r-lib/fastmap/issues", + "NeedsCompilation": "yes", + "Author": "Winston Chang [aut, cre], Posit Software, PBC [cph, fnd], Tessil [cph] (hopscotch_map library)", + "Maintainer": "Winston Chang ", + "Repository": "CRAN" }, "fontawesome": { "Package": "fontawesome", - "Version": "0.5.2", + "Version": "0.5.3", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "htmltools", - "rlang" + "Type": "Package", + "Title": "Easily Work with 'Font Awesome' Icons", + "Description": "Easily and flexibly insert 'Font Awesome' icons into 'R Markdown' documents and 'Shiny' apps. These icons can be inserted into HTML content through inline 'SVG' tags or 'i' tags. There is also a utility function for exporting 'Font Awesome' icons as 'PNG' images for those situations where raster graphics are needed.", + "Authors@R": "c( person(\"Richard\", \"Iannone\", , \"rich@posit.co\", c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-3925-190X\")), person(\"Christophe\", \"Dervieux\", , \"cderv@posit.co\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4474-2498\")), person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"ctb\"), person(\"Dave\", \"Gandy\", role = c(\"ctb\", \"cph\"), comment = \"Font-Awesome font\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "License": "MIT + file LICENSE", + "URL": "https://github.com/rstudio/fontawesome, https://rstudio.github.io/fontawesome/", + "BugReports": "https://github.com/rstudio/fontawesome/issues", + "Encoding": "UTF-8", + "ByteCompile": "true", + "RoxygenNote": "7.3.2", + "Depends": [ + "R (>= 3.3.0)" + ], + "Imports": [ + "rlang (>= 1.0.6)", + "htmltools (>= 0.5.1.1)" ], - "Hash": "c2efdd5f0bcd1ea861c2d4e2a883a67d" + "Suggests": [ + "covr", + "dplyr (>= 1.0.8)", + "gt (>= 0.9.0)", + "knitr (>= 1.31)", + "testthat (>= 3.0.0)", + "rsvg" + ], + "Config/testthat/edition": "3", + "NeedsCompilation": "no", + "Author": "Richard Iannone [aut, cre] (), Christophe Dervieux [ctb] (), Winston Chang [ctb], Dave Gandy [ctb, cph] (Font-Awesome font), Posit Software, PBC [cph, fnd]", + "Maintainer": "Richard Iannone ", + "Repository": "CRAN" }, "fs": { "Package": "fs", - "Version": "1.6.4", + "Version": "1.6.6", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", + "Title": "Cross-Platform File System Operations Based on 'libuv'", + "Authors@R": "c( person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"libuv project contributors\", role = \"cph\", comment = \"libuv library\"), person(\"Joyent, Inc. and other Node contributors\", role = \"cph\", comment = \"libuv library\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "A cross-platform interface to file system operations, built on top of the 'libuv' C library.", + "License": "MIT + file LICENSE", + "URL": "https://fs.r-lib.org, https://github.com/r-lib/fs", + "BugReports": "https://github.com/r-lib/fs/issues", + "Depends": [ + "R (>= 3.6)" + ], + "Imports": [ "methods" ], - "Hash": "15aeb8c27f5ea5161f9f6a641fafd93a" + "Suggests": [ + "covr", + "crayon", + "knitr", + "pillar (>= 1.0.0)", + "rmarkdown", + "spelling", + "testthat (>= 3.0.0)", + "tibble (>= 1.1.0)", + "vctrs (>= 0.3.0)", + "withr" + ], + "VignetteBuilder": "knitr", + "ByteCompile": "true", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Copyright": "file COPYRIGHTS", + "Encoding": "UTF-8", + "Language": "en-US", + "RoxygenNote": "7.2.3", + "SystemRequirements": "GNU make", + "NeedsCompilation": "yes", + "Author": "Jim Hester [aut], Hadley Wickham [aut], Gábor Csárdi [aut, cre], libuv project contributors [cph] (libuv library), Joyent, Inc. and other Node contributors [cph] (libuv library), Posit Software, PBC [cph, fnd]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN" }, "generics": { "Package": "generics", - "Version": "0.1.3", + "Version": "0.1.4", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", + "Title": "Common S3 Generics not Provided by Base R Methods Related to Model Fitting", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Max\", \"Kuhn\", , \"max@posit.co\", role = \"aut\"), person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"https://ror.org/03wc8by49\")) )", + "Description": "In order to reduce potential package dependencies and conflicts, generics provides a number of commonly used S3 generics.", + "License": "MIT + file LICENSE", + "URL": "https://generics.r-lib.org, https://github.com/r-lib/generics", + "BugReports": "https://github.com/r-lib/generics/issues", + "Depends": [ + "R (>= 3.6)" + ], + "Imports": [ "methods" ], - "Hash": "15e9634c0fcd294799e9b2e929ed1b86" + "Suggests": [ + "covr", + "pkgload", + "testthat (>= 3.0.0)", + "tibble", + "withr" + ], + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "no", + "Author": "Hadley Wickham [aut, cre] (ORCID: ), Max Kuhn [aut], Davis Vaughan [aut], Posit Software, PBC [cph, fnd] (ROR: )", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN" + }, + "gert": { + "Package": "gert", + "Version": "2.1.5", + "Source": "Repository", + "Type": "Package", + "Title": "Simple Git Client for R", + "Authors@R": "c( person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Jennifer\", \"Bryan\", role = \"ctb\", email = \"jenny@posit.co\", comment = c(ORCID = \"0000-0002-6983-2759\")))", + "Description": "Simple git client for R based on 'libgit2' with support for SSH and HTTPS remotes. All functions in 'gert' use basic R data types (such as vectors and data-frames) for their arguments and return values. User credentials are shared with command line 'git' through the git-credential store and ssh keys stored on disk or ssh-agent.", + "License": "MIT + file LICENSE", + "URL": "https://docs.ropensci.org/gert/, https://ropensci.r-universe.dev/gert", + "BugReports": "https://github.com/r-lib/gert/issues", + "Imports": [ + "askpass", + "credentials (>= 1.2.1)", + "openssl (>= 2.0.3)", + "rstudioapi (>= 0.11)", + "sys", + "zip (>= 2.1.0)" + ], + "Suggests": [ + "spelling", + "knitr", + "rmarkdown", + "testthat" + ], + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2.9000", + "SystemRequirements": "libgit2 (>= 1.0): libgit2-devel (rpm) or libgit2-dev (deb)", + "Language": "en-US", + "NeedsCompilation": "yes", + "Author": "Jeroen Ooms [aut, cre] (), Jennifer Bryan [ctb] ()", + "Maintainer": "Jeroen Ooms ", + "Repository": "CRAN" }, "ggplot2": { "Package": "ggplot2", - "Version": "3.5.1", + "Version": "3.5.2", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "MASS", - "R", + "Title": "Create Elegant Data Visualisations Using the Grammar of Graphics", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Winston\", \"Chang\", role = \"aut\", comment = c(ORCID = \"0000-0002-1576-2126\")), person(\"Lionel\", \"Henry\", role = \"aut\"), person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Kohske\", \"Takahashi\", role = \"aut\"), person(\"Claus\", \"Wilke\", role = \"aut\", comment = c(ORCID = \"0000-0002-7470-9261\")), person(\"Kara\", \"Woo\", role = \"aut\", comment = c(ORCID = \"0000-0002-5125-4188\")), person(\"Hiroaki\", \"Yutani\", role = \"aut\", comment = c(ORCID = \"0000-0002-3385-7233\")), person(\"Dewey\", \"Dunnington\", role = \"aut\", comment = c(ORCID = \"0000-0002-9415-4582\")), person(\"Teun\", \"van den Brand\", role = \"aut\", comment = c(ORCID = \"0000-0002-9335-7468\")), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "A system for 'declaratively' creating graphics, based on \"The Grammar of Graphics\". You provide the data, tell 'ggplot2' how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details.", + "License": "MIT + file LICENSE", + "URL": "https://ggplot2.tidyverse.org, https://github.com/tidyverse/ggplot2", + "BugReports": "https://github.com/tidyverse/ggplot2/issues", + "Depends": [ + "R (>= 3.5)" + ], + "Imports": [ "cli", "glue", "grDevices", "grid", - "gtable", + "gtable (>= 0.1.1)", "isoband", - "lifecycle", + "lifecycle (> 1.0.1)", + "MASS", "mgcv", - "rlang", - "scales", + "rlang (>= 1.1.0)", + "scales (>= 1.3.0)", "stats", "tibble", - "vctrs", + "vctrs (>= 0.6.0)", + "withr (>= 2.5.0)" + ], + "Suggests": [ + "covr", + "dplyr", + "ggplot2movies", + "hexbin", + "Hmisc", + "knitr", + "mapproj", + "maps", + "multcomp", + "munsell", + "nlme", + "profvis", + "quantreg", + "ragg (>= 1.2.6)", + "RColorBrewer", + "rmarkdown", + "rpart", + "sf (>= 0.7-3)", + "svglite (>= 2.1.2)", + "testthat (>= 3.1.2)", + "vdiffr (>= 1.0.6)", + "xml2" + ], + "Enhances": [ + "sp" + ], + "VignetteBuilder": "knitr", + "Config/Needs/website": "ggtext, tidyr, forcats, tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "LazyData": "true", + "RoxygenNote": "7.3.2", + "Collate": "'ggproto.R' 'ggplot-global.R' 'aaa-.R' 'aes-colour-fill-alpha.R' 'aes-evaluation.R' 'aes-group-order.R' 'aes-linetype-size-shape.R' 'aes-position.R' 'compat-plyr.R' 'utilities.R' 'aes.R' 'utilities-checks.R' 'legend-draw.R' 'geom-.R' 'annotation-custom.R' 'annotation-logticks.R' 'geom-polygon.R' 'geom-map.R' 'annotation-map.R' 'geom-raster.R' 'annotation-raster.R' 'annotation.R' 'autolayer.R' 'autoplot.R' 'axis-secondary.R' 'backports.R' 'bench.R' 'bin.R' 'coord-.R' 'coord-cartesian-.R' 'coord-fixed.R' 'coord-flip.R' 'coord-map.R' 'coord-munch.R' 'coord-polar.R' 'coord-quickmap.R' 'coord-radial.R' 'coord-sf.R' 'coord-transform.R' 'data.R' 'docs_layer.R' 'facet-.R' 'facet-grid-.R' 'facet-null.R' 'facet-wrap.R' 'fortify-lm.R' 'fortify-map.R' 'fortify-multcomp.R' 'fortify-spatial.R' 'fortify.R' 'stat-.R' 'geom-abline.R' 'geom-rect.R' 'geom-bar.R' 'geom-bin2d.R' 'geom-blank.R' 'geom-boxplot.R' 'geom-col.R' 'geom-path.R' 'geom-contour.R' 'geom-count.R' 'geom-crossbar.R' 'geom-segment.R' 'geom-curve.R' 'geom-defaults.R' 'geom-ribbon.R' 'geom-density.R' 'geom-density2d.R' 'geom-dotplot.R' 'geom-errorbar.R' 'geom-errorbarh.R' 'geom-freqpoly.R' 'geom-function.R' 'geom-hex.R' 'geom-histogram.R' 'geom-hline.R' 'geom-jitter.R' 'geom-label.R' 'geom-linerange.R' 'geom-point.R' 'geom-pointrange.R' 'geom-quantile.R' 'geom-rug.R' 'geom-sf.R' 'geom-smooth.R' 'geom-spoke.R' 'geom-text.R' 'geom-tile.R' 'geom-violin.R' 'geom-vline.R' 'ggplot2-package.R' 'grob-absolute.R' 'grob-dotstack.R' 'grob-null.R' 'grouping.R' 'theme-elements.R' 'guide-.R' 'guide-axis.R' 'guide-axis-logticks.R' 'guide-axis-stack.R' 'guide-axis-theta.R' 'guide-legend.R' 'guide-bins.R' 'guide-colorbar.R' 'guide-colorsteps.R' 'guide-custom.R' 'layer.R' 'guide-none.R' 'guide-old.R' 'guides-.R' 'guides-grid.R' 'hexbin.R' 'import-standalone-obj-type.R' 'import-standalone-types-check.R' 'labeller.R' 'labels.R' 'layer-sf.R' 'layout.R' 'limits.R' 'margins.R' 'performance.R' 'plot-build.R' 'plot-construction.R' 'plot-last.R' 'plot.R' 'position-.R' 'position-collide.R' 'position-dodge.R' 'position-dodge2.R' 'position-identity.R' 'position-jitter.R' 'position-jitterdodge.R' 'position-nudge.R' 'position-stack.R' 'quick-plot.R' 'reshape-add-margins.R' 'save.R' 'scale-.R' 'scale-alpha.R' 'scale-binned.R' 'scale-brewer.R' 'scale-colour.R' 'scale-continuous.R' 'scale-date.R' 'scale-discrete-.R' 'scale-expansion.R' 'scale-gradient.R' 'scale-grey.R' 'scale-hue.R' 'scale-identity.R' 'scale-linetype.R' 'scale-linewidth.R' 'scale-manual.R' 'scale-shape.R' 'scale-size.R' 'scale-steps.R' 'scale-type.R' 'scale-view.R' 'scale-viridis.R' 'scales-.R' 'stat-align.R' 'stat-bin.R' 'stat-bin2d.R' 'stat-bindot.R' 'stat-binhex.R' 'stat-boxplot.R' 'stat-contour.R' 'stat-count.R' 'stat-density-2d.R' 'stat-density.R' 'stat-ecdf.R' 'stat-ellipse.R' 'stat-function.R' 'stat-identity.R' 'stat-qq-line.R' 'stat-qq.R' 'stat-quantilemethods.R' 'stat-sf-coordinates.R' 'stat-sf.R' 'stat-smooth-methods.R' 'stat-smooth.R' 'stat-sum.R' 'stat-summary-2d.R' 'stat-summary-bin.R' 'stat-summary-hex.R' 'stat-summary.R' 'stat-unique.R' 'stat-ydensity.R' 'summarise-plot.R' 'summary.R' 'theme.R' 'theme-defaults.R' 'theme-current.R' 'utilities-break.R' 'utilities-grid.R' 'utilities-help.R' 'utilities-matrix.R' 'utilities-patterns.R' 'utilities-resolution.R' 'utilities-tidy-eval.R' 'zxx.R' 'zzz.R'", + "NeedsCompilation": "no", + "Author": "Hadley Wickham [aut] (), Winston Chang [aut] (), Lionel Henry [aut], Thomas Lin Pedersen [aut, cre] (), Kohske Takahashi [aut], Claus Wilke [aut] (), Kara Woo [aut] (), Hiroaki Yutani [aut] (), Dewey Dunnington [aut] (), Teun van den Brand [aut] (), Posit, PBC [cph, fnd]", + "Maintainer": "Thomas Lin Pedersen ", + "Repository": "CRAN" + }, + "gh": { + "Package": "gh", + "Version": "1.5.0", + "Source": "Repository", + "Title": "'GitHub' 'API'", + "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"cre\", \"ctb\")), person(\"Jennifer\", \"Bryan\", role = \"aut\"), person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", + "Description": "Minimal client to access the 'GitHub' 'API'.", + "License": "MIT + file LICENSE", + "URL": "https://gh.r-lib.org/, https://github.com/r-lib/gh#readme", + "BugReports": "https://github.com/r-lib/gh/issues", + "Depends": [ + "R (>= 4.1)" + ], + "Imports": [ + "cli (>= 3.0.1)", + "gitcreds", + "glue", + "httr2 (>= 1.0.6)", + "ini", + "jsonlite", + "lifecycle", + "rlang (>= 1.0.0)" + ], + "Suggests": [ + "connectcreds", + "covr", + "knitr", + "rmarkdown", + "rprojroot", + "spelling", + "testthat (>= 3.0.0)", + "withr" + ], + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Config/usethis/last-upkeep": "2025-04-29", + "Encoding": "UTF-8", + "Language": "en-US", + "RoxygenNote": "7.3.2.9000", + "NeedsCompilation": "no", + "Author": "Gábor Csárdi [cre, ctb], Jennifer Bryan [aut], Hadley Wickham [aut], Posit Software, PBC [cph, fnd] (ROR: )", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN" + }, + "gitcreds": { + "Package": "gitcreds", + "Version": "0.1.2", + "Source": "Repository", + "Title": "Query 'git' Credentials from 'R'", + "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"RStudio\", role = c(\"cph\", \"fnd\")) )", + "Description": "Query, set, delete credentials from the 'git' credential store. Manage 'GitHub' tokens and other 'git' credentials. This package is to be used by other packages that need to authenticate to 'GitHub' and/or other 'git' repositories.", + "License": "MIT + file LICENSE", + "URL": "https://gitcreds.r-lib.org/, https://github.com/r-lib/gitcreds", + "BugReports": "https://github.com/r-lib/gitcreds/issues", + "Depends": [ + "R (>= 3.4)" + ], + "Suggests": [ + "codetools", + "covr", + "knitr", + "mockery", + "oskeyring", + "rmarkdown", + "testthat (>= 3.0.0)", "withr" ], - "Hash": "44c6a2f8202d5b7e878ea274b1092426" + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.1.9000", + "SystemRequirements": "git", + "Config/testthat/edition": "3", + "NeedsCompilation": "no", + "Author": "Gábor Csárdi [aut, cre], RStudio [cph, fnd]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN" + }, + "globals": { + "Package": "globals", + "Version": "0.18.0", + "Source": "Repository", + "Depends": [ + "R (>= 3.1.2)" + ], + "Imports": [ + "codetools" + ], + "Title": "Identify Global Objects in R Expressions", + "Authors@R": "c( person(\"Henrik\", \"Bengtsson\", role=c(\"aut\", \"cre\", \"cph\"), email=\"henrikb@braju.com\"), person(\"Davis\",\"Vaughan\", role=\"ctb\", email=\"davis@posit.co\"))", + "Description": "Identifies global (\"unknown\" or \"free\") objects in R expressions by code inspection using various strategies (ordered, liberal, conservative, or deep-first search). The objective of this package is to make it as simple as possible to identify global objects for the purpose of exporting them in parallel, distributed compute environments.", + "License": "LGPL (>= 2.1)", + "LazyLoad": "TRUE", + "ByteCompile": "TRUE", + "Language": "en-US", + "Encoding": "UTF-8", + "URL": "https://globals.futureverse.org, https://github.com/futureverse/globals", + "BugReports": "https://github.com/futureverse/globals/issues", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "no", + "Author": "Henrik Bengtsson [aut, cre, cph], Davis Vaughan [ctb]", + "Maintainer": "Henrik Bengtsson ", + "Repository": "CRAN" }, "glue": { "Package": "glue", - "Version": "1.7.0", + "Version": "1.8.0", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", + "Title": "Interpreted String Literals", + "Authors@R": "c( person(\"Jim\", \"Hester\", role = \"aut\", comment = c(ORCID = \"0000-0002-2739-7082\")), person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "An implementation of interpreted string literals, inspired by Python's Literal String Interpolation and Docstrings and Julia's Triple-Quoted String Literals .", + "License": "MIT + file LICENSE", + "URL": "https://glue.tidyverse.org/, https://github.com/tidyverse/glue", + "BugReports": "https://github.com/tidyverse/glue/issues", + "Depends": [ + "R (>= 3.6)" + ], + "Imports": [ "methods" ], - "Hash": "e0b3a53876554bd45879e596cdb10a52" + "Suggests": [ + "crayon", + "DBI (>= 1.2.0)", + "dplyr", + "knitr", + "magrittr", + "rlang", + "rmarkdown", + "RSQLite", + "testthat (>= 3.2.0)", + "vctrs (>= 0.3.0)", + "waldo (>= 0.5.3)", + "withr" + ], + "VignetteBuilder": "knitr", + "ByteCompile": "true", + "Config/Needs/website": "bench, forcats, ggbeeswarm, ggplot2, R.utils, rprintf, tidyr, tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "yes", + "Author": "Jim Hester [aut] (), Jennifer Bryan [aut, cre] (), Posit Software, PBC [cph, fnd]", + "Maintainer": "Jennifer Bryan ", + "Repository": "CRAN" }, "golem": { "Package": "golem", "Version": "0.5.1", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "attempt", + "Title": "A Framework for Robust Shiny Applications", + "Authors@R": "c( person(\"Colin\", \"Fay\", , \"contact@colinfay.me\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0001-7343-1846\")), person(\"Vincent\", \"Guyader\", , \"vincent@thinkr.fr\", role = \"aut\", comment = c(ORCID = \"0000-0003-0671-9270\", \"previous maintainer\")), person(\"Sébastien\", \"Rochette\", , \"sebastien@thinkr.fr\", role = \"aut\", comment = c(ORCID = \"0000-0002-1565-9313\")), person(\"Cervan\", \"Girard\", , \"cervan@thinkr.fr\", role = \"aut\", comment = c(ORCID = \"0000-0002-4816-4624\")), person(\"Novica\", \"Nakov\", , \"nnovica@gmail.com\", role = \"ctb\"), person(\"David\", \"Granjon\", , \"dgranjon@ymail.com\", role = \"ctb\"), person(\"Arthur\", \"Bréant\", , \"arthur@thinkr.fr\", role = \"ctb\"), person(\"Antoine\", \"Languillaume\", , \"antoine@thinkr.fr\", role = \"ctb\"), person(\"Ilya\", \"Zarubin\", , \"zarubin@wiso.uni-koeln.de\", role = \"ctb\"), person(\"ThinkR\", role = \"cph\") )", + "Description": "An opinionated framework for building a production-ready 'Shiny' application. This package contains a series of tools for building a robust 'Shiny' application from start to finish.", + "License": "MIT + file LICENSE", + "URL": "https://thinkr-open.github.io/golem/, https://github.com/ThinkR-open/golem", + "BugReports": "https://github.com/ThinkR-open/golem/issues", + "Depends": [ + "R (>= 3.5.0)" + ], + "Imports": [ + "attempt (>= 0.3.0)", "config", "here", "htmltools", - "rlang", - "shiny", + "rlang (>= 1.0.0)", + "shiny (>= 1.5.0)", "utils", "yaml" ], - "Hash": "11be24963e2f220c403eafd01e2259d5" + "Suggests": [ + "attachment (>= 0.3.2)", + "callr", + "cli (>= 2.0.0)", + "covr", + "crayon", + "desc", + "devtools", + "dockerfiler (>= 0.2.0)", + "fs", + "httpuv", + "knitr", + "mockery", + "pkgbuild", + "pkgdown", + "pkgload (>= 1.3.0)", + "processx", + "purrr", + "rcmdcheck", + "remotes", + "renv", + "rmarkdown", + "roxygen2", + "rsconnect", + "rstudioapi", + "sass", + "spelling", + "stringr", + "testthat (>= 3.0.0)", + "tools", + "usethis (>= 1.6.0)", + "withr" + ], + "VignetteBuilder": "knitr", + "Config/testthat/edition": "3", + "Config/testthat/parallel": "true", + "Encoding": "UTF-8", + "Language": "en-US", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "no", + "Author": "Colin Fay [cre, aut] (), Vincent Guyader [aut] (, previous maintainer), Sébastien Rochette [aut] (), Cervan Girard [aut] (), Novica Nakov [ctb], David Granjon [ctb], Arthur Bréant [ctb], Antoine Languillaume [ctb], Ilya Zarubin [ctb], ThinkR [cph]", + "Maintainer": "Colin Fay ", + "Repository": "CRAN" }, "gtable": { "Package": "gtable", - "Version": "0.3.5", + "Version": "0.3.6", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", + "Title": "Arrange 'Grobs' in Tables", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "Tools to make it easier to work with \"tables\" of 'grobs'. The 'gtable' package defines a 'gtable' grob class that specifies a grid along with a list of grobs and their placement in the grid. Further the package makes it easy to manipulate and combine 'gtable' objects so that complex compositions can be built up sequentially.", + "License": "MIT + file LICENSE", + "URL": "https://gtable.r-lib.org, https://github.com/r-lib/gtable", + "BugReports": "https://github.com/r-lib/gtable/issues", + "Depends": [ + "R (>= 4.0)" + ], + "Imports": [ "cli", "glue", "grid", "lifecycle", - "rlang" + "rlang (>= 1.1.0)", + "stats" + ], + "Suggests": [ + "covr", + "ggplot2", + "knitr", + "profvis", + "rmarkdown", + "testthat (>= 3.0.0)" ], - "Hash": "e18861963cbc65a27736e02b3cd3c4a0" + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Config/usethis/last-upkeep": "2024-10-25", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "no", + "Author": "Hadley Wickham [aut], Thomas Lin Pedersen [aut, cre], Posit Software, PBC [cph, fnd]", + "Maintainer": "Thomas Lin Pedersen ", + "Repository": "CRAN" }, "here": { "Package": "here", "Version": "1.0.1", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "rprojroot" + "Title": "A Simpler Way to Find Your Files", + "Date": "2020-12-13", + "Authors@R": "c(person(given = \"Kirill\", family = \"M\\u00fcller\", role = c(\"aut\", \"cre\"), email = \"krlmlr+r@mailbox.org\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Jennifer\", family = \"Bryan\", role = \"ctb\", email = \"jenny@rstudio.com\", comment = c(ORCID = \"0000-0002-6983-2759\")))", + "Description": "Constructs paths to your project's files. Declare the relative path of a file within your project with 'i_am()'. Use the 'here()' function as a drop-in replacement for 'file.path()', it will always locate the files relative to your project root.", + "License": "MIT + file LICENSE", + "URL": "https://here.r-lib.org/, https://github.com/r-lib/here", + "BugReports": "https://github.com/r-lib/here/issues", + "Imports": [ + "rprojroot (>= 2.0.2)" + ], + "Suggests": [ + "conflicted", + "covr", + "fs", + "knitr", + "palmerpenguins", + "plyr", + "readr", + "rlang", + "rmarkdown", + "testthat", + "uuid", + "withr" ], - "Hash": "24b224366f9c2e7534d2344d10d59211" + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "LazyData": "true", + "RoxygenNote": "7.1.1.9000", + "Config/testthat/edition": "3", + "NeedsCompilation": "no", + "Author": "Kirill Müller [aut, cre] (), Jennifer Bryan [ctb] ()", + "Maintainer": "Kirill Müller ", + "Repository": "CRAN" }, "highr": { "Package": "highr", "Version": "0.11", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "xfun" + "Type": "Package", + "Title": "Syntax Highlighting for R Source Code", + "Authors@R": "c( person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")), person(\"Yixuan\", \"Qiu\", role = \"aut\"), person(\"Christopher\", \"Gandrud\", role = \"ctb\"), person(\"Qiang\", \"Li\", role = \"ctb\") )", + "Description": "Provides syntax highlighting for R source code. Currently it supports LaTeX and HTML output. Source code of other languages is supported via Andre Simon's highlight package ().", + "Depends": [ + "R (>= 3.3.0)" + ], + "Imports": [ + "xfun (>= 0.18)" ], - "Hash": "d65ba49117ca223614f71b60d85b8ab7" + "Suggests": [ + "knitr", + "markdown", + "testit" + ], + "License": "GPL", + "URL": "https://github.com/yihui/highr", + "BugReports": "https://github.com/yihui/highr/issues", + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.1", + "NeedsCompilation": "no", + "Author": "Yihui Xie [aut, cre] (), Yixuan Qiu [aut], Christopher Gandrud [ctb], Qiang Li [ctb]", + "Maintainer": "Yihui Xie ", + "Repository": "CRAN" }, "hms": { "Package": "hms", "Version": "1.1.3", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ + "Title": "Pretty Time of Day", + "Date": "2023-03-21", + "Authors@R": "c( person(\"Kirill\", \"Müller\", role = c(\"aut\", \"cre\"), email = \"kirill@cynkra.com\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(\"R Consortium\", role = \"fnd\"), person(\"RStudio\", role = \"fnd\") )", + "Description": "Implements an S3 class for storing and formatting time-of-day values, based on the 'difftime' class.", + "Imports": [ "lifecycle", "methods", "pkgconfig", - "rlang", - "vctrs" + "rlang (>= 1.0.2)", + "vctrs (>= 0.3.8)" ], - "Hash": "b59377caa7ed00fa41808342002138f9" + "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.2.3", + "Config/testthat/edition": "3", + "Config/autostyle/scope": "line_breaks", + "Config/autostyle/strict": "false", + "Config/Needs/website": "tidyverse/tidytemplate", + "NeedsCompilation": "no", + "Author": "Kirill Müller [aut, cre] (), R Consortium [fnd], RStudio [fnd]", + "Maintainer": "Kirill Müller ", + "Repository": "CRAN" }, "htmltools": { "Package": "htmltools", "Version": "0.5.8.1", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", + "Type": "Package", + "Title": "Tools for HTML", + "Authors@R": "c( person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"), person(\"Carson\", \"Sievert\", , \"carson@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Barret\", \"Schloerke\", , \"barret@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0001-9986-114X\")), person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0002-1576-2126\")), person(\"Yihui\", \"Xie\", , \"yihui@posit.co\", role = \"aut\"), person(\"Jeff\", \"Allen\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "Tools for HTML generation and output.", + "License": "GPL (>= 2)", + "URL": "https://github.com/rstudio/htmltools, https://rstudio.github.io/htmltools/", + "BugReports": "https://github.com/rstudio/htmltools/issues", + "Depends": [ + "R (>= 2.14.1)" + ], + "Imports": [ "base64enc", "digest", - "fastmap", + "fastmap (>= 1.1.0)", "grDevices", - "rlang", + "rlang (>= 1.0.0)", "utils" ], - "Hash": "81d371a9cc60640e74e4ab6ac46dcedc" + "Suggests": [ + "Cairo", + "markdown", + "ragg", + "shiny", + "testthat", + "withr" + ], + "Enhances": [ + "knitr" + ], + "Config/Needs/check": "knitr", + "Config/Needs/website": "rstudio/quillt, bench", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.1", + "Collate": "'colors.R' 'fill.R' 'html_dependency.R' 'html_escape.R' 'html_print.R' 'htmltools-package.R' 'images.R' 'known_tags.R' 'selector.R' 'staticimports.R' 'tag_query.R' 'utils.R' 'tags.R' 'template.R'", + "NeedsCompilation": "yes", + "Author": "Joe Cheng [aut], Carson Sievert [aut, cre] (), Barret Schloerke [aut] (), Winston Chang [aut] (), Yihui Xie [aut], Jeff Allen [aut], Posit Software, PBC [cph, fnd]", + "Maintainer": "Carson Sievert ", + "Repository": "CRAN" }, "htmlwidgets": { "Package": "htmlwidgets", "Version": "1.6.4", "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ + "Type": "Package", + "Title": "HTML Widgets for R", + "Authors@R": "c( person(\"Ramnath\", \"Vaidyanathan\", role = c(\"aut\", \"cph\")), person(\"Yihui\", \"Xie\", role = \"aut\"), person(\"JJ\", \"Allaire\", role = \"aut\"), person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"), person(\"Carson\", \"Sievert\", , \"carson@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Kenton\", \"Russell\", role = c(\"aut\", \"cph\")), person(\"Ellis\", \"Hughes\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "A framework for creating HTML widgets that render in various contexts including the R console, 'R Markdown' documents, and 'Shiny' web applications.", + "License": "MIT + file LICENSE", + "URL": "https://github.com/ramnathv/htmlwidgets", + "BugReports": "https://github.com/ramnathv/htmlwidgets/issues", + "Imports": [ "grDevices", - "htmltools", - "jsonlite", - "knitr", + "htmltools (>= 0.5.7)", + "jsonlite (>= 0.9.16)", + "knitr (>= 1.8)", "rmarkdown", "yaml" ], - "Hash": "04291cc45198225444a397606810ac37" + "Suggests": [ + "testthat" + ], + "Enhances": [ + "shiny (>= 1.1)" + ], + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "NeedsCompilation": "no", + "Author": "Ramnath Vaidyanathan [aut, cph], Yihui Xie [aut], JJ Allaire [aut], Joe Cheng [aut], Carson Sievert [aut, cre] (), Kenton Russell [aut, cph], Ellis Hughes [ctb], Posit Software, PBC [cph, fnd]", + "Maintainer": "Carson Sievert ", + "Repository": "CRAN" }, "httpuv": { "Package": "httpuv", - "Version": "1.6.15", + "Version": "1.6.16", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "Rcpp", - "later", + "Type": "Package", + "Title": "HTTP and WebSocket Server Library", + "Authors@R": "c( person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"), person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit, PBC\", \"fnd\", role = \"cph\"), person(\"Hector\", \"Corrada Bravo\", role = \"ctb\"), person(\"Jeroen\", \"Ooms\", role = \"ctb\"), person(\"Andrzej\", \"Krzemienski\", role = \"cph\", comment = \"optional.hpp\"), person(\"libuv project contributors\", role = \"cph\", comment = \"libuv library, see src/libuv/AUTHORS file\"), person(\"Joyent, Inc. and other Node contributors\", role = \"cph\", comment = \"libuv library, see src/libuv/AUTHORS file; and http-parser library, see src/http-parser/AUTHORS file\"), person(\"Niels\", \"Provos\", role = \"cph\", comment = \"libuv subcomponent: tree.h\"), person(\"Internet Systems Consortium, Inc.\", role = \"cph\", comment = \"libuv subcomponent: inet_pton and inet_ntop, contained in src/libuv/src/inet.c\"), person(\"Alexander\", \"Chemeris\", role = \"cph\", comment = \"libuv subcomponent: stdint-msvc2008.h (from msinttypes)\"), person(\"Google, Inc.\", role = \"cph\", comment = \"libuv subcomponent: pthread-fixes.c\"), person(\"Sony Mobile Communcations AB\", role = \"cph\", comment = \"libuv subcomponent: pthread-fixes.c\"), person(\"Berkeley Software Design Inc.\", role = \"cph\", comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"), person(\"Kenneth\", \"MacKay\", role = \"cph\", comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"), person(\"Emergya (Cloud4all, FP7/2007-2013, grant agreement no 289016)\", role = \"cph\", comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"), person(\"Steve\", \"Reid\", role = \"aut\", comment = \"SHA-1 implementation\"), person(\"James\", \"Brown\", role = \"aut\", comment = \"SHA-1 implementation\"), person(\"Bob\", \"Trower\", role = \"aut\", comment = \"base64 implementation\"), person(\"Alexander\", \"Peslyak\", role = \"aut\", comment = \"MD5 implementation\"), person(\"Trantor Standard Systems\", role = \"cph\", comment = \"base64 implementation\"), person(\"Igor\", \"Sysoev\", role = \"cph\", comment = \"http-parser\") )", + "Description": "Provides low-level socket and protocol support for handling HTTP and WebSocket requests directly from within R. It is primarily intended as a building block for other packages, rather than making it particularly easy to create complete web applications using httpuv alone. httpuv is built on top of the libuv and http-parser C libraries, both of which were developed by Joyent, Inc. (See LICENSE file for libuv and http-parser license information.)", + "License": "GPL (>= 2) | file LICENSE", + "URL": "https://github.com/rstudio/httpuv", + "BugReports": "https://github.com/rstudio/httpuv/issues", + "Depends": [ + "R (>= 2.15.1)" + ], + "Imports": [ + "later (>= 0.8.0)", "promises", + "R6", + "Rcpp (>= 1.0.7)", "utils" ], - "Hash": "d55aa087c47a63ead0f6fc10f8fa1ee0" + "Suggests": [ + "callr", + "curl", + "jsonlite", + "testthat", + "websocket" + ], + "LinkingTo": [ + "later", + "Rcpp" + ], + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "SystemRequirements": "GNU make, zlib", + "Collate": "'RcppExports.R' 'httpuv.R' 'random_port.R' 'server.R' 'staticServer.R' 'static_paths.R' 'utils.R'", + "NeedsCompilation": "yes", + "Author": "Joe Cheng [aut], Winston Chang [aut, cre], Posit, PBC fnd [cph], Hector Corrada Bravo [ctb], Jeroen Ooms [ctb], Andrzej Krzemienski [cph] (optional.hpp), libuv project contributors [cph] (libuv library, see src/libuv/AUTHORS file), Joyent, Inc. and other Node contributors [cph] (libuv library, see src/libuv/AUTHORS file; and http-parser library, see src/http-parser/AUTHORS file), Niels Provos [cph] (libuv subcomponent: tree.h), Internet Systems Consortium, Inc. [cph] (libuv subcomponent: inet_pton and inet_ntop, contained in src/libuv/src/inet.c), Alexander Chemeris [cph] (libuv subcomponent: stdint-msvc2008.h (from msinttypes)), Google, Inc. [cph] (libuv subcomponent: pthread-fixes.c), Sony Mobile Communcations AB [cph] (libuv subcomponent: pthread-fixes.c), Berkeley Software Design Inc. [cph] (libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c), Kenneth MacKay [cph] (libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c), Emergya (Cloud4all, FP7/2007-2013, grant agreement no 289016) [cph] (libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c), Steve Reid [aut] (SHA-1 implementation), James Brown [aut] (SHA-1 implementation), Bob Trower [aut] (base64 implementation), Alexander Peslyak [aut] (MD5 implementation), Trantor Standard Systems [cph] (base64 implementation), Igor Sysoev [cph] (http-parser)", + "Maintainer": "Winston Chang ", + "Repository": "CRAN" }, "httr": { "Package": "httr", "Version": "1.4.7", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "curl", + "Title": "Tools for Working with URLs and HTTP", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "Useful tools for working with HTTP organised by HTTP verbs (GET(), POST(), etc). Configuration functions make it easy to control additional request components (authenticate(), add_headers() and so on).", + "License": "MIT + file LICENSE", + "URL": "https://httr.r-lib.org/, https://github.com/r-lib/httr", + "BugReports": "https://github.com/r-lib/httr/issues", + "Depends": [ + "R (>= 3.5)" + ], + "Imports": [ + "curl (>= 5.0.2)", "jsonlite", "mime", - "openssl" + "openssl (>= 0.8)", + "R6" + ], + "Suggests": [ + "covr", + "httpuv", + "jpeg", + "knitr", + "png", + "readr", + "rmarkdown", + "testthat (>= 0.8.0)", + "xml2" + ], + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "NeedsCompilation": "no", + "Author": "Hadley Wickham [aut, cre], Posit, PBC [cph, fnd]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN" + }, + "httr2": { + "Package": "httr2", + "Version": "1.2.0", + "Source": "Repository", + "Title": "Perform HTTP Requests and Process the Responses", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"Maximilian\", \"Girlich\", role = \"ctb\") )", + "Description": "Tools for creating and modifying HTTP requests, then performing them and processing the results. 'httr2' is a modern re-imagining of 'httr' that uses a pipe-based interface and solves more 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 (>= 4.1)" + ], + "Imports": [ + "cli (>= 3.0.0)", + "curl (>= 6.4.0)", + "glue", + "lifecycle", + "magrittr", + "openssl", + "R6", + "rappdirs", + "rlang (>= 1.1.0)", + "vctrs (>= 0.6.3)", + "withr" + ], + "Suggests": [ + "askpass", + "bench", + "clipr", + "covr", + "docopt", + "httpuv", + "jose", + "jsonlite", + "knitr", + "later (>= 1.4.0)", + "nanonext", + "paws.common", + "promises", + "rmarkdown", + "testthat (>= 3.1.8)", + "tibble", + "webfakes (>= 1.4.0)", + "xml2" + ], + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Config/testthat/parallel": "true", + "Config/testthat/start-first": "resp-stream, req-perform", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "no", + "Author": "Hadley Wickham [aut, cre], Posit Software, PBC [cph, fnd], Maximilian Girlich [ctb]", + "Maintainer": "Hadley Wickham ", + "Repository": "RSPM" + }, + "ini": { + "Package": "ini", + "Version": "0.3.1", + "Source": "Repository", + "Type": "Package", + "Title": "Read and Write '.ini' Files", + "Date": "2018-05-19", + "Author": "David Valentim Dias", + "Maintainer": "David Valentim Dias ", + "Description": "Parse simple '.ini' configuration files to an structured list. Users can manipulate this resulting list with lapply() functions. This same structured list can be used to write back to file after modifications.", + "License": "GPL-3", + "URL": "https://github.com/dvdscripter/ini", + "BugReports": "https://github.com/dvdscripter/ini/issues", + "LazyData": "FALSE", + "RoxygenNote": "6.0.1", + "Suggests": [ + "testthat" ], - "Hash": "ac107251d9d9fd72f0ca8049988f1d7f" + "NeedsCompilation": "no", + "Repository": "CRAN", + "Encoding": "UTF-8" }, "isoband": { "Package": "isoband", "Version": "0.2.7", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ + "Title": "Generate Isolines and Isobands from Regularly Spaced Elevation Grids", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Claus O.\", \"Wilke\", , \"wilke@austin.utexas.edu\", role = \"aut\", comment = c(\"Original author\", ORCID = \"0000-0002-7470-9261\")), person(\"Thomas Lin\", \"Pedersen\", , \"thomasp85@gmail.com\", role = \"aut\", comment = c(ORCID = \"0000-0002-5147-4711\")) )", + "Description": "A fast C++ implementation to generate contour lines (isolines) and contour polygons (isobands) from regularly spaced grids containing elevation data.", + "License": "MIT + file LICENSE", + "URL": "https://isoband.r-lib.org", + "BugReports": "https://github.com/r-lib/isoband/issues", + "Imports": [ "grid", "utils" ], - "Hash": "0080607b4a1a7b28979aecef976d8bc2" + "Suggests": [ + "covr", + "ggplot2", + "knitr", + "magick", + "microbenchmark", + "rmarkdown", + "sf", + "testthat", + "xml2" + ], + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "SystemRequirements": "C++11", + "NeedsCompilation": "yes", + "Author": "Hadley Wickham [aut, cre] (), Claus O. Wilke [aut] (Original author, ), Thomas Lin Pedersen [aut] ()", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN" }, "jquerylib": { "Package": "jquerylib", "Version": "0.1.4", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ + "Title": "Obtain 'jQuery' as an HTML Dependency Object", + "Authors@R": "c( person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"), person(family = \"RStudio\", role = \"cph\"), person(family = \"jQuery Foundation\", role = \"cph\", comment = \"jQuery library and jQuery UI library\"), person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery library; authors listed in inst/lib/jquery-AUTHORS.txt\") )", + "Description": "Obtain any major version of 'jQuery' () and use it in any webpage generated by 'htmltools' (e.g. 'shiny', 'htmlwidgets', and 'rmarkdown'). Most R users don't need to use this package directly, but other R packages (e.g. 'shiny', 'rmarkdown', etc.) depend on this package to avoid bundling redundant copies of 'jQuery'.", + "License": "MIT + file LICENSE", + "Encoding": "UTF-8", + "Config/testthat/edition": "3", + "RoxygenNote": "7.0.2", + "Imports": [ "htmltools" ], - "Hash": "5aab57a3bd297eee1c1d862735972182" + "Suggests": [ + "testthat" + ], + "NeedsCompilation": "no", + "Author": "Carson Sievert [aut, cre] (), Joe Cheng [aut], RStudio [cph], jQuery Foundation [cph] (jQuery library and jQuery UI library), jQuery contributors [ctb, cph] (jQuery library; authors listed in inst/lib/jquery-AUTHORS.txt)", + "Maintainer": "Carson Sievert ", + "Repository": "CRAN" }, "jsonlite": { "Package": "jsonlite", - "Version": "1.8.8", + "Version": "2.0.0", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ + "Title": "A Simple and Robust JSON Parser and Generator for R", + "License": "MIT + file LICENSE", + "Depends": [ "methods" ], - "Hash": "e1b9c55281c5adc4dd113652d9e26768" + "Authors@R": "c( person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Duncan\", \"Temple Lang\", role = \"ctb\"), person(\"Lloyd\", \"Hilaiel\", role = \"cph\", comment=\"author of bundled libyajl\"))", + "URL": "https://jeroen.r-universe.dev/jsonlite https://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 data and the web. Offers simple, flexible tools for working with JSON in R, and is particularly powerful for building pipelines and interacting with a web API. The implementation is based on the mapping described in the vignette (Ooms, 2014). In addition to converting JSON data from/to R objects, 'jsonlite' contains functions to stream, validate, and prettify JSON data. The unit tests included with the package verify that all edge cases are encoded and decoded consistently for use with dynamic data in systems and applications.", + "Suggests": [ + "httr", + "vctrs", + "testthat", + "knitr", + "rmarkdown", + "R.rsp", + "sf" + ], + "RoxygenNote": "7.3.2", + "Encoding": "UTF-8", + "NeedsCompilation": "yes", + "Author": "Jeroen Ooms [aut, cre] (), Duncan Temple Lang [ctb], Lloyd Hilaiel [cph] (author of bundled libyajl)", + "Repository": "CRAN" + }, + "kableExtra": { + "Package": "kableExtra", + "Version": "1.4.0", + "Source": "Repository", + "Type": "Package", + "Title": "Construct Complex Table with 'kable' and Pipe Syntax", + "Authors@R": "c( person('Hao', 'Zhu', email = 'haozhu233@gmail.com', role = c('aut', 'cre'), comment = c(ORCID = '0000-0002-3386-6076')), person('Thomas', 'Travison', role = 'ctb'), person('Timothy', 'Tsai', role = 'ctb'), person('Will', 'Beasley', email = 'wibeasley@hotmail.com', role = 'ctb'), person('Yihui', 'Xie', email = 'xie@yihui.name', role = 'ctb'), person('GuangChuang', 'Yu', email = 'guangchuangyu@gmail.com', role = 'ctb'), person('Stéphane', 'Laurent', role = 'ctb'), person('Rob', 'Shepherd', role = 'ctb'), person('Yoni', 'Sidi', role = 'ctb'), person('Brian', 'Salzer', role = 'ctb'), person('George', 'Gui', role = 'ctb'), person('Yeliang', 'Fan', role = 'ctb'), person('Duncan', 'Murdoch', role = 'ctb'), person('Vincent', 'Arel-Bundock', role = 'ctb'), person('Bill', 'Evans', role = 'ctb') )", + "Description": "Build complex HTML or 'LaTeX' tables using 'kable()' from 'knitr' and the piping syntax from 'magrittr'. Function 'kable()' is a light weight table generator coming from 'knitr'. This package simplifies the way to manipulate the HTML or 'LaTeX' codes generated by 'kable()' and allows users to construct complex tables and customize styles using a readable syntax.", + "License": "MIT + file LICENSE", + "URL": "http://haozhu233.github.io/kableExtra/, https://github.com/haozhu233/kableExtra", + "BugReports": "https://github.com/haozhu233/kableExtra/issues", + "Depends": [ + "R (>= 3.1.0)" + ], + "Imports": [ + "knitr (>= 1.33)", + "magrittr", + "stringr (>= 1.0)", + "xml2 (>= 1.1.1)", + "rmarkdown (>= 1.6.0)", + "scales", + "viridisLite", + "stats", + "grDevices", + "htmltools", + "rstudioapi", + "tools", + "digest", + "graphics", + "svglite" + ], + "Suggests": [ + "testthat", + "magick", + "tinytex", + "formattable", + "sparkline", + "webshot2" + ], + "Config/testthat/edition": "3", + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "Language": "en-US", + "NeedsCompilation": "no", + "Author": "Hao Zhu [aut, cre] (), Thomas Travison [ctb], Timothy Tsai [ctb], Will Beasley [ctb], Yihui Xie [ctb], GuangChuang Yu [ctb], Stéphane Laurent [ctb], Rob Shepherd [ctb], Yoni Sidi [ctb], Brian Salzer [ctb], George Gui [ctb], Yeliang Fan [ctb], Duncan Murdoch [ctb], Vincent Arel-Bundock [ctb], Bill Evans [ctb]", + "Maintainer": "Hao Zhu ", + "Repository": "CRAN" }, "knitr": { "Package": "knitr", - "Version": "1.48", + "Version": "1.50", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "evaluate", - "highr", + "Type": "Package", + "Title": "A General-Purpose Package for Dynamic Report Generation in R", + "Authors@R": "c( person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\", URL = \"https://yihui.org\")), person(\"Abhraneel\", \"Sarma\", role = \"ctb\"), person(\"Adam\", \"Vogt\", role = \"ctb\"), person(\"Alastair\", \"Andrew\", role = \"ctb\"), person(\"Alex\", \"Zvoleff\", role = \"ctb\"), person(\"Amar\", \"Al-Zubaidi\", role = \"ctb\"), person(\"Andre\", \"Simon\", role = \"ctb\", comment = \"the CSS files under inst/themes/ were derived from the Highlight package http://www.andre-simon.de\"), person(\"Aron\", \"Atkins\", role = \"ctb\"), person(\"Aaron\", \"Wolen\", role = \"ctb\"), person(\"Ashley\", \"Manton\", role = \"ctb\"), person(\"Atsushi\", \"Yasumoto\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8335-495X\")), person(\"Ben\", \"Baumer\", role = \"ctb\"), person(\"Brian\", \"Diggs\", role = \"ctb\"), person(\"Brian\", \"Zhang\", role = \"ctb\"), person(\"Bulat\", \"Yapparov\", role = \"ctb\"), person(\"Cassio\", \"Pereira\", role = \"ctb\"), person(\"Christophe\", \"Dervieux\", role = \"ctb\"), person(\"David\", \"Hall\", role = \"ctb\"), person(\"David\", \"Hugh-Jones\", role = \"ctb\"), person(\"David\", \"Robinson\", role = \"ctb\"), person(\"Doug\", \"Hemken\", role = \"ctb\"), person(\"Duncan\", \"Murdoch\", role = \"ctb\"), person(\"Elio\", \"Campitelli\", role = \"ctb\"), person(\"Ellis\", \"Hughes\", role = \"ctb\"), person(\"Emily\", \"Riederer\", role = \"ctb\"), person(\"Fabian\", \"Hirschmann\", role = \"ctb\"), person(\"Fitch\", \"Simeon\", role = \"ctb\"), person(\"Forest\", \"Fang\", role = \"ctb\"), person(c(\"Frank\", \"E\", \"Harrell\", \"Jr\"), role = \"ctb\", comment = \"the Sweavel package at inst/misc/Sweavel.sty\"), person(\"Garrick\", \"Aden-Buie\", role = \"ctb\"), person(\"Gregoire\", \"Detrez\", role = \"ctb\"), person(\"Hadley\", \"Wickham\", role = \"ctb\"), person(\"Hao\", \"Zhu\", role = \"ctb\"), person(\"Heewon\", \"Jeon\", role = \"ctb\"), person(\"Henrik\", \"Bengtsson\", role = \"ctb\"), person(\"Hiroaki\", \"Yutani\", role = \"ctb\"), person(\"Ian\", \"Lyttle\", role = \"ctb\"), person(\"Hodges\", \"Daniel\", role = \"ctb\"), person(\"Jacob\", \"Bien\", role = \"ctb\"), person(\"Jake\", \"Burkhead\", role = \"ctb\"), person(\"James\", \"Manton\", role = \"ctb\"), person(\"Jared\", \"Lander\", role = \"ctb\"), person(\"Jason\", \"Punyon\", role = \"ctb\"), person(\"Javier\", \"Luraschi\", role = \"ctb\"), person(\"Jeff\", \"Arnold\", role = \"ctb\"), person(\"Jenny\", \"Bryan\", role = \"ctb\"), person(\"Jeremy\", \"Ashkenas\", role = c(\"ctb\", \"cph\"), comment = \"the CSS file at inst/misc/docco-classic.css\"), person(\"Jeremy\", \"Stephens\", role = \"ctb\"), person(\"Jim\", \"Hester\", role = \"ctb\"), person(\"Joe\", \"Cheng\", role = \"ctb\"), person(\"Johannes\", \"Ranke\", role = \"ctb\"), person(\"John\", \"Honaker\", role = \"ctb\"), person(\"John\", \"Muschelli\", role = \"ctb\"), person(\"Jonathan\", \"Keane\", role = \"ctb\"), person(\"JJ\", \"Allaire\", role = \"ctb\"), person(\"Johan\", \"Toloe\", role = \"ctb\"), person(\"Jonathan\", \"Sidi\", role = \"ctb\"), person(\"Joseph\", \"Larmarange\", role = \"ctb\"), person(\"Julien\", \"Barnier\", role = \"ctb\"), person(\"Kaiyin\", \"Zhong\", role = \"ctb\"), person(\"Kamil\", \"Slowikowski\", role = \"ctb\"), person(\"Karl\", \"Forner\", role = \"ctb\"), person(c(\"Kevin\", \"K.\"), \"Smith\", role = \"ctb\"), person(\"Kirill\", \"Mueller\", role = \"ctb\"), person(\"Kohske\", \"Takahashi\", role = \"ctb\"), person(\"Lorenz\", \"Walthert\", role = \"ctb\"), person(\"Lucas\", \"Gallindo\", role = \"ctb\"), person(\"Marius\", \"Hofert\", role = \"ctb\"), person(\"Martin\", \"Modrák\", role = \"ctb\"), person(\"Michael\", \"Chirico\", role = \"ctb\"), person(\"Michael\", \"Friendly\", role = \"ctb\"), person(\"Michal\", \"Bojanowski\", role = \"ctb\"), person(\"Michel\", \"Kuhlmann\", role = \"ctb\"), person(\"Miller\", \"Patrick\", role = \"ctb\"), person(\"Nacho\", \"Caballero\", role = \"ctb\"), person(\"Nick\", \"Salkowski\", role = \"ctb\"), person(\"Niels Richard\", \"Hansen\", role = \"ctb\"), person(\"Noam\", \"Ross\", role = \"ctb\"), person(\"Obada\", \"Mahdi\", role = \"ctb\"), person(\"Pavel N.\", \"Krivitsky\", role = \"ctb\", comment=c(ORCID = \"0000-0002-9101-3362\")), person(\"Pedro\", \"Faria\", role = \"ctb\"), person(\"Qiang\", \"Li\", role = \"ctb\"), person(\"Ramnath\", \"Vaidyanathan\", role = \"ctb\"), person(\"Richard\", \"Cotton\", role = \"ctb\"), person(\"Robert\", \"Krzyzanowski\", role = \"ctb\"), person(\"Rodrigo\", \"Copetti\", role = \"ctb\"), person(\"Romain\", \"Francois\", role = \"ctb\"), person(\"Ruaridh\", \"Williamson\", role = \"ctb\"), person(\"Sagiru\", \"Mati\", role = \"ctb\", comment = c(ORCID = \"0000-0003-1413-3974\")), person(\"Scott\", \"Kostyshak\", role = \"ctb\"), person(\"Sebastian\", \"Meyer\", role = \"ctb\"), person(\"Sietse\", \"Brouwer\", role = \"ctb\"), person(c(\"Simon\", \"de\"), \"Bernard\", role = \"ctb\"), person(\"Sylvain\", \"Rousseau\", role = \"ctb\"), person(\"Taiyun\", \"Wei\", role = \"ctb\"), person(\"Thibaut\", \"Assus\", role = \"ctb\"), person(\"Thibaut\", \"Lamadon\", role = \"ctb\"), person(\"Thomas\", \"Leeper\", role = \"ctb\"), person(\"Tim\", \"Mastny\", role = \"ctb\"), person(\"Tom\", \"Torsney-Weir\", role = \"ctb\"), person(\"Trevor\", \"Davis\", role = \"ctb\"), person(\"Viktoras\", \"Veitas\", role = \"ctb\"), person(\"Weicheng\", \"Zhu\", role = \"ctb\"), person(\"Wush\", \"Wu\", role = \"ctb\"), person(\"Zachary\", \"Foster\", role = \"ctb\"), person(\"Zhian N.\", \"Kamvar\", role = \"ctb\", comment = c(ORCID = \"0000-0003-1458-7108\")), person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "Provides a general-purpose tool for dynamic report generation in R using Literate Programming techniques.", + "Depends": [ + "R (>= 3.6.0)" + ], + "Imports": [ + "evaluate (>= 0.15)", + "highr (>= 0.11)", "methods", "tools", - "xfun", - "yaml" + "xfun (>= 0.51)", + "yaml (>= 2.1.19)" + ], + "Suggests": [ + "bslib", + "codetools", + "DBI (>= 0.4-1)", + "digest", + "formatR", + "gifski", + "gridSVG", + "htmlwidgets (>= 0.7)", + "jpeg", + "JuliaCall (>= 0.11.1)", + "magick", + "litedown", + "markdown (>= 1.3)", + "png", + "ragg", + "reticulate (>= 1.4)", + "rgl (>= 0.95.1201)", + "rlang", + "rmarkdown", + "sass", + "showtext", + "styler (>= 1.2.0)", + "targets (>= 0.6.0)", + "testit", + "tibble", + "tikzDevice (>= 0.10)", + "tinytex (>= 0.56)", + "webshot", + "rstudioapi", + "svglite" ], - "Hash": "acf380f300c721da9fde7df115a5f86f" + "License": "GPL", + "URL": "https://yihui.org/knitr/", + "BugReports": "https://github.com/yihui/knitr/issues", + "Encoding": "UTF-8", + "VignetteBuilder": "litedown, knitr", + "SystemRequirements": "Package vignettes based on R Markdown v2 or reStructuredText require Pandoc (http://pandoc.org). The function rst2pdf() requires rst2pdf (https://github.com/rst2pdf/rst2pdf).", + "Collate": "'block.R' 'cache.R' 'citation.R' 'hooks-html.R' 'plot.R' 'utils.R' 'defaults.R' 'concordance.R' 'engine.R' 'highlight.R' 'themes.R' 'header.R' 'hooks-asciidoc.R' 'hooks-chunk.R' 'hooks-extra.R' 'hooks-latex.R' 'hooks-md.R' 'hooks-rst.R' 'hooks-textile.R' 'hooks.R' 'output.R' 'package.R' 'pandoc.R' 'params.R' 'parser.R' 'pattern.R' 'rocco.R' 'spin.R' 'table.R' 'template.R' 'utils-conversion.R' 'utils-rd2html.R' 'utils-string.R' 'utils-sweave.R' 'utils-upload.R' 'utils-vignettes.R' 'zzz.R'", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "no", + "Author": "Yihui Xie [aut, cre] (, https://yihui.org), Abhraneel Sarma [ctb], Adam Vogt [ctb], Alastair Andrew [ctb], Alex Zvoleff [ctb], Amar Al-Zubaidi [ctb], Andre Simon [ctb] (the CSS files under inst/themes/ were derived from the Highlight package http://www.andre-simon.de), Aron Atkins [ctb], Aaron Wolen [ctb], Ashley Manton [ctb], Atsushi Yasumoto [ctb] (), Ben Baumer [ctb], Brian Diggs [ctb], Brian Zhang [ctb], Bulat Yapparov [ctb], Cassio Pereira [ctb], Christophe Dervieux [ctb], David Hall [ctb], David Hugh-Jones [ctb], David Robinson [ctb], Doug Hemken [ctb], Duncan Murdoch [ctb], Elio Campitelli [ctb], Ellis Hughes [ctb], Emily Riederer [ctb], Fabian Hirschmann [ctb], Fitch Simeon [ctb], Forest Fang [ctb], Frank E Harrell Jr [ctb] (the Sweavel package at inst/misc/Sweavel.sty), Garrick Aden-Buie [ctb], Gregoire Detrez [ctb], Hadley Wickham [ctb], Hao Zhu [ctb], Heewon Jeon [ctb], Henrik Bengtsson [ctb], Hiroaki Yutani [ctb], Ian Lyttle [ctb], Hodges Daniel [ctb], Jacob Bien [ctb], Jake Burkhead [ctb], James Manton [ctb], Jared Lander [ctb], Jason Punyon [ctb], Javier Luraschi [ctb], Jeff Arnold [ctb], Jenny Bryan [ctb], Jeremy Ashkenas [ctb, cph] (the CSS file at inst/misc/docco-classic.css), Jeremy Stephens [ctb], Jim Hester [ctb], Joe Cheng [ctb], Johannes Ranke [ctb], John Honaker [ctb], John Muschelli [ctb], Jonathan Keane [ctb], JJ Allaire [ctb], Johan Toloe [ctb], Jonathan Sidi [ctb], Joseph Larmarange [ctb], Julien Barnier [ctb], Kaiyin Zhong [ctb], Kamil Slowikowski [ctb], Karl Forner [ctb], Kevin K. Smith [ctb], Kirill Mueller [ctb], Kohske Takahashi [ctb], Lorenz Walthert [ctb], Lucas Gallindo [ctb], Marius Hofert [ctb], Martin Modrák [ctb], Michael Chirico [ctb], Michael Friendly [ctb], Michal Bojanowski [ctb], Michel Kuhlmann [ctb], Miller Patrick [ctb], Nacho Caballero [ctb], Nick Salkowski [ctb], Niels Richard Hansen [ctb], Noam Ross [ctb], Obada Mahdi [ctb], Pavel N. Krivitsky [ctb] (), Pedro Faria [ctb], Qiang Li [ctb], Ramnath Vaidyanathan [ctb], Richard Cotton [ctb], Robert Krzyzanowski [ctb], Rodrigo Copetti [ctb], Romain Francois [ctb], Ruaridh Williamson [ctb], Sagiru Mati [ctb] (), Scott Kostyshak [ctb], Sebastian Meyer [ctb], Sietse Brouwer [ctb], Simon de Bernard [ctb], Sylvain Rousseau [ctb], Taiyun Wei [ctb], Thibaut Assus [ctb], Thibaut Lamadon [ctb], Thomas Leeper [ctb], Tim Mastny [ctb], Tom Torsney-Weir [ctb], Trevor Davis [ctb], Viktoras Veitas [ctb], Weicheng Zhu [ctb], Wush Wu [ctb], Zachary Foster [ctb], Zhian N. Kamvar [ctb] (), Posit Software, PBC [cph, fnd]", + "Maintainer": "Yihui Xie ", + "Repository": "CRAN" }, "labeling": { "Package": "labeling", "Version": "0.4.3", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "graphics", - "stats" + "Type": "Package", + "Title": "Axis Labeling", + "Date": "2023-08-29", + "Author": "Justin Talbot,", + "Maintainer": "Nuno Sempere ", + "Description": "Functions which provide a range of axis labeling algorithms.", + "License": "MIT + file LICENSE | Unlimited", + "Collate": "'labeling.R'", + "NeedsCompilation": "no", + "Imports": [ + "stats", + "graphics" ], - "Hash": "b64ec208ac5bc1852b285f665d6368b3" + "Repository": "CRAN", + "Encoding": "UTF-8" }, "later": { "Package": "later", - "Version": "1.3.2", + "Version": "1.4.2", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "Rcpp", + "Type": "Package", + "Title": "Utilities for Scheduling Functions to Execute Later with Event Loops", + "Authors@R": "c( person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@posit.co\"), person(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@posit.co\"), person(\"Charlie\", \"Gao\", role = c(\"aut\"), email = \"charlie.gao@shikokuchuo.net\", comment = c(ORCID = \"0000-0002-0750-061X\")), person(family = \"Posit Software, PBC\", role = \"cph\"), person(\"Marcus\", \"Geelnard\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\"), person(\"Evan\", \"Nemerson\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\") )", + "Description": "Executes arbitrary R or C functions some time after the current time, after the R execution stack has emptied. The functions are scheduled in an event loop.", + "URL": "https://r-lib.github.io/later/, https://github.com/r-lib/later", + "BugReports": "https://github.com/r-lib/later/issues", + "License": "MIT + file LICENSE", + "Imports": [ + "Rcpp (>= 0.12.9)", "rlang" ], - "Hash": "a3e051d405326b8b0012377434c62b37" + "LinkingTo": [ + "Rcpp" + ], + "RoxygenNote": "7.3.2", + "Suggests": [ + "knitr", + "nanonext", + "R6", + "rmarkdown", + "testthat (>= 2.1.0)" + ], + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "NeedsCompilation": "yes", + "Author": "Winston Chang [aut, cre], Joe Cheng [aut], Charlie Gao [aut] (), Posit Software, PBC [cph], Marcus Geelnard [ctb, cph] (TinyCThread library, https://tinycthread.github.io/), Evan Nemerson [ctb, cph] (TinyCThread library, https://tinycthread.github.io/)", + "Maintainer": "Winston Chang ", + "Repository": "CRAN" }, "lattice": { "Package": "lattice", - "Version": "0.22-6", + "Version": "0.22-7", "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", + "Date": "2025-03-31", + "Priority": "recommended", + "Title": "Trellis Graphics for R", + "Authors@R": "c(person(\"Deepayan\", \"Sarkar\", role = c(\"aut\", \"cre\"), email = \"deepayan.sarkar@r-project.org\", comment = c(ORCID = \"0000-0003-4107-1553\")), person(\"Felix\", \"Andrews\", role = \"ctb\"), person(\"Kevin\", \"Wright\", role = \"ctb\", comment = \"documentation\"), person(\"Neil\", \"Klepeis\", role = \"ctb\"), person(\"Johan\", \"Larsson\", role = \"ctb\", comment = \"miscellaneous improvements\"), person(\"Zhijian (Jason)\", \"Wen\", role = \"cph\", comment = \"filled contour code\"), person(\"Paul\", \"Murrell\", role = \"ctb\", email = \"paul@stat.auckland.ac.nz\"), person(\"Stefan\", \"Eng\", role = \"ctb\", comment = \"violin plot improvements\"), person(\"Achim\", \"Zeileis\", role = \"ctb\", comment = \"modern colors\"), person(\"Alexandre\", \"Courtiol\", role = \"ctb\", comment = \"generics for larrows, lpolygon, lrect and lsegments\") )", + "Description": "A powerful and elegant high-level data visualization system inspired by Trellis graphics, with an emphasis on multivariate data. Lattice is sufficient for typical graphics needs, and is also flexible enough to handle most nonstandard requirements. See ?Lattice for an introduction.", + "Depends": [ + "R (>= 4.0.0)" + ], + "Suggests": [ + "KernSmooth", + "MASS", + "latticeExtra", + "colorspace" + ], + "Imports": [ + "grid", "grDevices", "graphics", - "grid", "stats", "utils" ], - "Hash": "cc5ac1ba4c238c7ca9fa6a87ca11a7e2" + "Enhances": [ + "chron", + "zoo" + ], + "LazyLoad": "yes", + "LazyData": "yes", + "License": "GPL (>= 2)", + "URL": "https://lattice.r-forge.r-project.org/", + "BugReports": "https://github.com/deepayan/lattice/issues", + "NeedsCompilation": "yes", + "Author": "Deepayan Sarkar [aut, cre] (), Felix Andrews [ctb], Kevin Wright [ctb] (documentation), Neil Klepeis [ctb], Johan Larsson [ctb] (miscellaneous improvements), Zhijian (Jason) Wen [cph] (filled contour code), Paul Murrell [ctb], Stefan Eng [ctb] (violin plot improvements), Achim Zeileis [ctb] (modern colors), Alexandre Courtiol [ctb] (generics for larrows, lpolygon, lrect and lsegments)", + "Maintainer": "Deepayan Sarkar ", + "Repository": "CRAN" }, "lazyeval": { "Package": "lazyeval", "Version": "0.2.2", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" + "Title": "Lazy (Non-Standard) Evaluation", + "Description": "An alternative approach to non-standard evaluation using formulas. Provides a full implementation of LISP style 'quasiquotation', making it easier to generate code with other code.", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", ,\"hadley@rstudio.com\", c(\"aut\", \"cre\")), person(\"RStudio\", role = \"cph\") )", + "License": "GPL-3", + "LazyData": "true", + "Depends": [ + "R (>= 3.1.0)" + ], + "Suggests": [ + "knitr", + "rmarkdown (>= 0.2.65)", + "testthat", + "covr" ], - "Hash": "d908914ae53b04d4c0c0fd72ecc35370" + "VignetteBuilder": "knitr", + "RoxygenNote": "6.1.1", + "NeedsCompilation": "yes", + "Author": "Hadley Wickham [aut, cre], RStudio [cph]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN", + "Encoding": "UTF-8" }, "lifecycle": { "Package": "lifecycle", "Version": "1.0.4", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", + "Title": "Manage the Life Cycle of your Package Functions", + "Authors@R": "c( person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "Manage the life cycle of your exported functions with shared conventions, documentation badges, and user-friendly deprecation warnings.", + "License": "MIT + file LICENSE", + "URL": "https://lifecycle.r-lib.org/, https://github.com/r-lib/lifecycle", + "BugReports": "https://github.com/r-lib/lifecycle/issues", + "Depends": [ + "R (>= 3.6)" + ], + "Imports": [ + "cli (>= 3.4.0)", "glue", - "rlang" + "rlang (>= 1.1.0)" + ], + "Suggests": [ + "covr", + "crayon", + "knitr", + "lintr", + "rmarkdown", + "testthat (>= 3.0.1)", + "tibble", + "tidyverse", + "tools", + "vctrs", + "withr" ], - "Hash": "b8552d117e1b808b09a832f589b79035" + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate, usethis", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.1", + "NeedsCompilation": "no", + "Author": "Lionel Henry [aut, cre], Hadley Wickham [aut] (), Posit Software, PBC [cph, fnd]", + "Maintainer": "Lionel Henry ", + "Repository": "CRAN" }, "magrittr": { "Package": "magrittr", "Version": "2.0.3", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" + "Type": "Package", + "Title": "A Forward-Pipe Operator for R", + "Authors@R": "c( person(\"Stefan Milton\", \"Bache\", , \"stefan@stefanbache.dk\", role = c(\"aut\", \"cph\"), comment = \"Original author and creator of magrittr\"), person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"), person(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = \"cre\"), person(\"RStudio\", role = c(\"cph\", \"fnd\")) )", + "Description": "Provides a mechanism for chaining commands with a new forward-pipe operator, %>%. This operator will forward a value, or the result of an expression, into the next function call/expression. There is flexible support for the type of right-hand side expressions. For more information, see package vignette. To quote Rene Magritte, \"Ceci n'est pas un pipe.\"", + "License": "MIT + file LICENSE", + "URL": "https://magrittr.tidyverse.org, https://github.com/tidyverse/magrittr", + "BugReports": "https://github.com/tidyverse/magrittr/issues", + "Depends": [ + "R (>= 3.4.0)" + ], + "Suggests": [ + "covr", + "knitr", + "rlang", + "rmarkdown", + "testthat" ], - "Hash": "7ce2733a9826b3aeb1775d56fd305472" + "VignetteBuilder": "knitr", + "ByteCompile": "Yes", + "Config/Needs/website": "tidyverse/tidytemplate", + "Encoding": "UTF-8", + "RoxygenNote": "7.1.2", + "NeedsCompilation": "yes", + "Author": "Stefan Milton Bache [aut, cph] (Original author and creator of magrittr), Hadley Wickham [aut], Lionel Henry [cre], RStudio [cph, fnd]", + "Maintainer": "Lionel Henry ", + "Repository": "CRAN" }, "memoise": { "Package": "memoise", "Version": "2.0.1", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "cachem", - "rlang" + "Title": "'Memoisation' of Functions", + "Authors@R": "c(person(given = \"Hadley\", family = \"Wickham\", role = \"aut\", email = \"hadley@rstudio.com\"), person(given = \"Jim\", family = \"Hester\", role = \"aut\"), person(given = \"Winston\", family = \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\"), person(given = \"Kirill\", family = \"Müller\", role = \"aut\", email = \"krlmlr+r@mailbox.org\"), person(given = \"Daniel\", family = \"Cook\", role = \"aut\", email = \"danielecook@gmail.com\"), person(given = \"Mark\", family = \"Edmondson\", role = \"ctb\", email = \"r@sunholo.com\"))", + "Description": "Cache the results of a function so that when you call it again with the same arguments it returns the previously computed value.", + "License": "MIT + file LICENSE", + "URL": "https://memoise.r-lib.org, https://github.com/r-lib/memoise", + "BugReports": "https://github.com/r-lib/memoise/issues", + "Imports": [ + "rlang (>= 0.4.10)", + "cachem" + ], + "Suggests": [ + "digest", + "aws.s3", + "covr", + "googleAuthR", + "googleCloudStorageR", + "httr", + "testthat" ], - "Hash": "e2817ccf4a065c5d9d7f2cfbe7c1d78c" + "Encoding": "UTF-8", + "RoxygenNote": "7.1.2", + "NeedsCompilation": "no", + "Author": "Hadley Wickham [aut], Jim Hester [aut], Winston Chang [aut, cre], Kirill Müller [aut], Daniel Cook [aut], Mark Edmondson [ctb]", + "Maintainer": "Winston Chang ", + "Repository": "CRAN" }, "mgcv": { "Package": "mgcv", - "Version": "1.9-1", + "Version": "1.9-3", "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "Matrix", - "R", - "graphics", + "Authors@R": "person(given = \"Simon\", family = \"Wood\", role = c(\"aut\", \"cre\"), email = \"simon.wood@r-project.org\")", + "Title": "Mixed GAM Computation Vehicle with Automatic Smoothness Estimation", + "Description": "Generalized additive (mixed) models, some of their extensions and other generalized ridge regression with multiple smoothing parameter estimation by (Restricted) Marginal Likelihood, Generalized Cross Validation and similar, or using iterated nested Laplace approximation for fully Bayesian inference. See Wood (2017) for an overview. Includes a gam() function, a wide variety of smoothers, 'JAGS' support and distributions beyond the exponential family.", + "Priority": "recommended", + "Depends": [ + "R (>= 3.6.0)", + "nlme (>= 3.1-64)" + ], + "Imports": [ "methods", - "nlme", - "splines", "stats", + "graphics", + "Matrix", + "splines", "utils" ], - "Hash": "110ee9d83b496279960e162ac97764ce" + "Suggests": [ + "parallel", + "survival", + "MASS" + ], + "LazyLoad": "yes", + "ByteCompile": "yes", + "License": "GPL (>= 2)", + "NeedsCompilation": "yes", + "Author": "Simon Wood [aut, cre]", + "Maintainer": "Simon Wood ", + "Repository": "CRAN" }, "mime": { "Package": "mime", - "Version": "0.12", + "Version": "0.13", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ + "Type": "Package", + "Title": "Map Filenames to MIME Types", + "Authors@R": "c( person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\", URL = \"https://yihui.org\")), person(\"Jeffrey\", \"Horner\", role = \"ctb\"), person(\"Beilei\", \"Bian\", role = \"ctb\") )", + "Description": "Guesses the MIME type from a filename extension using the data derived from /etc/mime.types in UNIX-type systems.", + "Imports": [ "tools" ], - "Hash": "18e9c28c1d3ca1560ce30658b22ce104" + "License": "GPL", + "URL": "https://github.com/yihui/mime", + "BugReports": "https://github.com/yihui/mime/issues", + "RoxygenNote": "7.3.2", + "Encoding": "UTF-8", + "NeedsCompilation": "yes", + "Author": "Yihui Xie [aut, cre] (, https://yihui.org), Jeffrey Horner [ctb], Beilei Bian [ctb]", + "Maintainer": "Yihui Xie ", + "Repository": "CRAN" }, - "munsell": { - "Package": "munsell", - "Version": "0.5.1", + "miniUI": { + "Package": "miniUI", + "Version": "0.1.2", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "colorspace", - "methods" + "Type": "Package", + "Title": "Shiny UI Widgets for Small Screens", + "Authors@R": "c( person(\"Joe\", \"Cheng\", role = c(\"cre\", \"aut\"), email = \"joe@posit.co\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", + "Description": "Provides UI widget and layout functions for writing Shiny apps that work well on small screens.", + "License": "GPL-3", + "URL": "https://github.com/rstudio/miniUI", + "BugReports": "https://github.com/rstudio/miniUI/issues", + "Imports": [ + "shiny (>= 0.13)", + "htmltools (>= 0.3)", + "utils" ], - "Hash": "4fd8900853b746af55b81fda99da7695" + "RoxygenNote": "7.3.2", + "Encoding": "UTF-8", + "NeedsCompilation": "no", + "Author": "Joe Cheng [cre, aut], Posit Software, PBC [cph, fnd] (03wc8by49)", + "Maintainer": "Joe Cheng ", + "Repository": "CRAN" }, "nlme": { "Package": "nlme", - "Version": "3.1-166", + "Version": "3.1-168", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", + "Date": "2025-03-31", + "Priority": "recommended", + "Title": "Linear and Nonlinear Mixed Effects Models", + "Authors@R": "c(person(\"José\", \"Pinheiro\", role = \"aut\", comment = \"S version\"), person(\"Douglas\", \"Bates\", role = \"aut\", comment = \"up to 2007\"), person(\"Saikat\", \"DebRoy\", role = \"ctb\", comment = \"up to 2002\"), person(\"Deepayan\", \"Sarkar\", role = \"ctb\", comment = \"up to 2005\"), person(\"EISPACK authors\", role = \"ctb\", comment = \"src/rs.f\"), person(\"Siem\", \"Heisterkamp\", role = \"ctb\", comment = \"Author fixed sigma\"), person(\"Bert\", \"Van Willigen\",role = \"ctb\", comment = \"Programmer fixed sigma\"), person(\"Johannes\", \"Ranke\", role = \"ctb\", comment = \"varConstProp()\"), person(\"R Core Team\", email = \"R-core@R-project.org\", role = c(\"aut\", \"cre\"), comment = c(ROR = \"02zz1nj61\")))", + "Contact": "see 'MailingList'", + "Description": "Fit and compare Gaussian linear and nonlinear mixed-effects models.", + "Depends": [ + "R (>= 3.6.0)" + ], + "Imports": [ "graphics", - "lattice", "stats", - "utils" + "utils", + "lattice" + ], + "Suggests": [ + "MASS", + "SASmixed" ], - "Hash": "ccbb8846be320b627e6aa2b4616a2ded" + "LazyData": "yes", + "Encoding": "UTF-8", + "License": "GPL (>= 2)", + "BugReports": "https://bugs.r-project.org", + "MailingList": "R-help@r-project.org", + "URL": "https://svn.r-project.org/R-packages/trunk/nlme/", + "NeedsCompilation": "yes", + "Author": "José Pinheiro [aut] (S version), Douglas Bates [aut] (up to 2007), Saikat DebRoy [ctb] (up to 2002), Deepayan Sarkar [ctb] (up to 2005), EISPACK authors [ctb] (src/rs.f), Siem Heisterkamp [ctb] (Author fixed sigma), Bert Van Willigen [ctb] (Programmer fixed sigma), Johannes Ranke [ctb] (varConstProp()), R Core Team [aut, cre] (02zz1nj61)", + "Maintainer": "R Core Team ", + "Repository": "CRAN" }, "openssl": { "Package": "openssl", - "Version": "2.2.1", + "Version": "2.3.3", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ + "Type": "Package", + "Title": "Toolkit for Encryption, Signatures and Certificates Based on OpenSSL", + "Authors@R": "c(person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Oliver\", \"Keyes\", role = \"ctb\"))", + "Description": "Bindings to OpenSSL libssl and libcrypto, plus custom SSH key parsers. Supports RSA, DSA and EC curves P-256, P-384, P-521, and curve25519. Cryptographic signatures can either be created and verified manually or via x509 certificates. AES can be used in cbc, ctr or gcm mode for symmetric encryption; RSA for asymmetric (public key) encryption or EC for Diffie Hellman. High-level envelope functions combine RSA and AES for encrypting arbitrary sized data. Other utilities include key generators, hash functions (md5, sha1, sha256, etc), base64 encoder, a secure random number generator, and 'bignum' math methods for manually performing crypto calculations on large multibyte integers.", + "License": "MIT + file LICENSE", + "URL": "https://jeroen.r-universe.dev/openssl", + "BugReports": "https://github.com/jeroen/openssl/issues", + "SystemRequirements": "OpenSSL >= 1.0.2", + "VignetteBuilder": "knitr", + "Imports": [ "askpass" ], - "Hash": "c62edf62de70cadf40553e10c739049d" + "Suggests": [ + "curl", + "testthat (>= 2.1.0)", + "digest", + "knitr", + "rmarkdown", + "jsonlite", + "jose", + "sodium" + ], + "RoxygenNote": "7.3.2", + "Encoding": "UTF-8", + "NeedsCompilation": "yes", + "Author": "Jeroen Ooms [aut, cre] (ORCID: ), Oliver Keyes [ctb]", + "Maintainer": "Jeroen Ooms ", + "Repository": "CRAN" }, "pillar": { "Package": "pillar", - "Version": "1.9.0", + "Version": "1.11.0", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "cli", - "fansi", + "Title": "Coloured Formatting for Columns", + "Authors@R": "c(person(given = \"Kirill\", family = \"M\\u00fcller\", role = c(\"aut\", \"cre\"), email = \"kirill@cynkra.com\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Hadley\", family = \"Wickham\", role = \"aut\"), person(given = \"RStudio\", role = \"cph\"))", + "Description": "Provides 'pillar' and 'colonnade' generics designed for formatting columns of data using the full range of colours provided by modern terminals.", + "License": "MIT + file LICENSE", + "URL": "https://pillar.r-lib.org/, https://github.com/r-lib/pillar", + "BugReports": "https://github.com/r-lib/pillar/issues", + "Imports": [ + "cli (>= 2.3.0)", "glue", "lifecycle", - "rlang", - "utf8", + "rlang (>= 1.0.2)", + "utf8 (>= 1.1.0)", "utils", - "vctrs" + "vctrs (>= 0.5.0)" + ], + "Suggests": [ + "bit64", + "DBI", + "debugme", + "DiagrammeR", + "dplyr", + "formattable", + "ggplot2", + "knitr", + "lubridate", + "nanotime", + "nycflights13", + "palmerpenguins", + "rmarkdown", + "scales", + "stringi", + "survival", + "testthat (>= 3.1.1)", + "tibble", + "units (>= 0.7.2)", + "vdiffr", + "withr" + ], + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2.9000", + "Config/testthat/edition": "3", + "Config/testthat/parallel": "true", + "Config/testthat/start-first": "format_multi_fuzz, format_multi_fuzz_2, format_multi, ctl_colonnade, ctl_colonnade_1, ctl_colonnade_2", + "Config/autostyle/scope": "line_breaks", + "Config/autostyle/strict": "true", + "Config/gha/extra-packages": "units=?ignore-before-r=4.3.0", + "Config/Needs/website": "tidyverse/tidytemplate", + "NeedsCompilation": "no", + "Author": "Kirill Müller [aut, cre] (ORCID: ), Hadley Wickham [aut], RStudio [cph]", + "Maintainer": "Kirill Müller ", + "Repository": "RSPM" + }, + "pingr": { + "Package": "pingr", + "Version": "2.0.5", + "Source": "Repository", + "Title": "Check if a Remote Computer is Up", + "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "Check if a remote computer is up. It can either just call the system ping command, or check a specified TCP port.", + "License": "MIT + file LICENSE", + "URL": "https://r-lib.github.io/pingr/, https://github.com/r-lib/pingr", + "BugReports": "https://github.com/r-lib/pingr/issues", + "Depends": [ + "R (>= 3.6)" ], - "Hash": "15da5a8412f317beeee6175fbc76f4bb" + "Imports": [ + "processx", + "utils" + ], + "Suggests": [ + "covr", + "ps", + "testthat (>= 3.0.0)" + ], + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "Biarch": "true", + "NeedsCompilation": "yes", + "Author": "Gábor Csárdi [aut, cre], Posit Software, PBC [cph, fnd]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN" }, "pkgbuild": { "Package": "pkgbuild", - "Version": "1.4.4", + "Version": "1.4.8", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "callr", - "cli", + "Title": "Find Tools Needed to Build R Packages", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", + "Description": "Provides functions used to build R packages. Locates compilers needed to build R packages on various platforms and ensures the PATH is configured appropriately so R can use them.", + "License": "MIT + file LICENSE", + "URL": "https://github.com/r-lib/pkgbuild, https://pkgbuild.r-lib.org", + "BugReports": "https://github.com/r-lib/pkgbuild/issues", + "Depends": [ + "R (>= 3.5)" + ], + "Imports": [ + "callr (>= 3.2.0)", + "cli (>= 3.4.0)", "desc", - "processx" + "processx", + "R6" + ], + "Suggests": [ + "covr", + "cpp11", + "knitr", + "Rcpp", + "rmarkdown", + "testthat (>= 3.2.0)", + "withr (>= 2.3.0)" ], - "Hash": "a29e8e134a460a01e0ca67a4763c595b" + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Config/usethis/last-upkeep": "2025-04-30", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "no", + "Author": "Hadley Wickham [aut], Jim Hester [aut], Gábor Csárdi [aut, cre], Posit Software, PBC [cph, fnd] (ROR: )", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN" }, "pkgconfig": { "Package": "pkgconfig", "Version": "2.0.3", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ + "Title": "Private Configuration for 'R' Packages", + "Author": "Gábor Csárdi", + "Maintainer": "Gábor Csárdi ", + "Description": "Set configuration options on a per-package basis. Options set by a given package only apply to that package, other packages are unaffected.", + "License": "MIT + file LICENSE", + "LazyData": "true", + "Imports": [ "utils" ], - "Hash": "01f28d4278f15c76cddbea05899c5d6f" + "Suggests": [ + "covr", + "testthat", + "disposables (>= 1.0.3)" + ], + "URL": "https://github.com/r-lib/pkgconfig#readme", + "BugReports": "https://github.com/r-lib/pkgconfig/issues", + "Encoding": "UTF-8", + "NeedsCompilation": "no", + "Repository": "CRAN" + }, + "pkgdown": { + "Package": "pkgdown", + "Version": "2.1.3", + "Source": "Repository", + "Title": "Make Static HTML Documentation for a Package", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Jay\", \"Hesselberth\", role = \"aut\", comment = c(ORCID = \"0000-0002-6299-179X\")), person(\"Maëlle\", \"Salmon\", role = \"aut\", comment = c(ORCID = \"0000-0002-2815-0399\")), person(\"Olivier\", \"Roy\", role = \"aut\"), person(\"Salim\", \"Brüggemann\", role = \"aut\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", + "Description": "Generate an attractive and useful website from a source package. 'pkgdown' converts your documentation, vignettes, 'README', and more to 'HTML' making it easy to share information about your package 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 (>= 4.0.0)" + ], + "Imports": [ + "bslib (>= 0.5.1)", + "callr (>= 3.7.3)", + "cli (>= 3.6.1)", + "desc (>= 1.4.0)", + "downlit (>= 0.4.4)", + "fontawesome", + "fs (>= 1.4.0)", + "httr2 (>= 1.0.2)", + "jsonlite", + "openssl", + "purrr (>= 1.0.0)", + "ragg (>= 1.4.0)", + "rlang (>= 1.1.4)", + "rmarkdown (>= 2.27)", + "tibble", + "whisker", + "withr (>= 2.4.3)", + "xml2 (>= 1.3.1)", + "yaml" + ], + "Suggests": [ + "covr", + "diffviewer", + "evaluate (>= 0.24.0)", + "gert", + "gt", + "htmltools", + "htmlwidgets", + "knitr (>= 1.50)", + "lifecycle", + "magick", + "methods", + "pkgload (>= 1.0.2)", + "quarto", + "rsconnect", + "rstudioapi", + "rticles", + "sass", + "testthat (>= 3.1.3)", + "tools" + ], + "VignetteBuilder": "knitr, quarto", + "Config/Needs/website": "usethis, servr", + "Config/potools/style": "explicit", + "Config/testthat/edition": "3", + "Config/testthat/parallel": "true", + "Config/testthat/start-first": "build-article, build-quarto-article, build-reference", + "Encoding": "UTF-8", + "SystemRequirements": "pandoc", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "no", + "Author": "Hadley Wickham [aut, cre] (ORCID: ), Jay Hesselberth [aut] (ORCID: ), Maëlle Salmon [aut] (ORCID: ), Olivier Roy [aut], Salim Brüggemann [aut] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: )", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN" }, "pkgload": { "Package": "pkgload", "Version": "1.4.0", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", + "Title": "Simulate Package Installation and Attach", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Winston\", \"Chang\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"R Core team\", role = \"ctb\", comment = \"Some namespace and vignette code extracted from base R\") )", + "Description": "Simulates the process of installing a package and then attaching it. This is a key part of the 'devtools' package as it allows you to rapidly iterate while developing a package.", + "License": "GPL-3", + "URL": "https://github.com/r-lib/pkgload, https://pkgload.r-lib.org", + "BugReports": "https://github.com/r-lib/pkgload/issues", + "Depends": [ + "R (>= 3.4.0)" + ], + "Imports": [ + "cli (>= 3.3.0)", "desc", "fs", "glue", @@ -928,599 +3482,2592 @@ "methods", "pkgbuild", "processx", - "rlang", + "rlang (>= 1.1.1)", "rprojroot", "utils", - "withr" + "withr (>= 2.4.3)" + ], + "Suggests": [ + "bitops", + "jsonlite", + "mathjaxr", + "pak", + "Rcpp", + "remotes", + "rstudioapi", + "testthat (>= 3.2.1.1)", + "usethis" ], - "Hash": "2ec30ffbeec83da57655b850cf2d3e0e" + "Config/Needs/website": "tidyverse/tidytemplate, ggplot2", + "Config/testthat/edition": "3", + "Config/testthat/parallel": "TRUE", + "Config/testthat/start-first": "dll", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.1", + "NeedsCompilation": "no", + "Author": "Hadley Wickham [aut], Winston Chang [aut], Jim Hester [aut], Lionel Henry [aut, cre], Posit Software, PBC [cph, fnd], R Core team [ctb] (Some namespace and vignette code extracted from base R)", + "Maintainer": "Lionel Henry ", + "Repository": "CRAN" }, "plogr": { "Package": "plogr", "Version": "0.2.0", "Source": "Repository", - "Repository": "RSPM", - "Hash": "09eb987710984fc2905c7129c7d85e65" + "Title": "The 'plog' C++ Logging Library", + "Date": "2018-03-24", + "Authors@R": "c( person(\"Kirill\", \"Müller\", role = c(\"aut\", \"cre\"), email = \"krlmlr+r@mailbox.org\"), person(\"Sergey\", \"Podobry\", role = \"cph\", comment = \"Author of the bundled plog library\"))", + "Description": "A simple header-only logging library for C++. Add 'LinkingTo: plogr' to 'DESCRIPTION', and '#include ' in your C++ modules to use it.", + "Suggests": [ + "Rcpp" + ], + "License": "MIT + file LICENSE", + "Encoding": "UTF-8", + "LazyData": "true", + "URL": "https://github.com/krlmlr/plogr#readme", + "BugReports": "https://github.com/krlmlr/plogr/issues", + "RoxygenNote": "6.0.1.9000", + "NeedsCompilation": "no", + "Author": "Kirill Müller [aut, cre], Sergey Podobry [cph] (Author of the bundled plog library)", + "Maintainer": "Kirill Müller ", + "Repository": "CRAN" }, "plotly": { "Package": "plotly", - "Version": "4.10.4", + "Version": "4.11.0", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "RColorBrewer", - "base64enc", - "crosstalk", - "data.table", + "Title": "Create Interactive Web Graphics via 'plotly.js'", + "Authors@R": "c(person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"cpsievert1@gmail.com\", comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Chris\", \"Parmer\", role = \"aut\", email = \"chris@plot.ly\"), person(\"Toby\", \"Hocking\", role = \"aut\", email = \"tdhock5@gmail.com\"), person(\"Scott\", \"Chamberlain\", role = \"aut\", email = \"myrmecocystus@gmail.com\"), person(\"Karthik\", \"Ram\", role = \"aut\", email = \"karthik.ram@gmail.com\"), person(\"Marianne\", \"Corvellec\", role = \"aut\", email = \"marianne.corvellec@igdore.org\", comment = c(ORCID = \"0000-0002-1994-3581\")), person(\"Pedro\", \"Despouy\", role = \"aut\", email = \"pedro@plot.ly\"), person(\"Salim\", \"Brüggemann\", role = \"ctb\", email = \"salim-b@pm.me\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Plotly Technologies Inc.\", role = \"cph\"))", + "License": "MIT + file LICENSE", + "Description": "Create interactive web graphics from 'ggplot2' graphs and/or a custom interface to the (MIT-licensed) JavaScript library 'plotly.js' inspired by the grammar of graphics.", + "URL": "https://plotly-r.com, https://github.com/plotly/plotly.R, https://plotly.com/r/", + "BugReports": "https://github.com/plotly/plotly.R/issues", + "Depends": [ + "R (>= 3.2.0)", + "ggplot2 (>= 3.0.0)" + ], + "Imports": [ + "tools", + "scales", + "httr (>= 1.3.0)", + "jsonlite (>= 1.6)", + "magrittr", "digest", + "viridisLite", + "base64enc", + "htmltools (>= 0.3.6)", + "htmlwidgets (>= 1.5.2.9001)", + "tidyr (>= 1.0.0)", + "RColorBrewer", "dplyr", - "ggplot2", - "htmltools", - "htmlwidgets", - "httr", - "jsonlite", - "lazyeval", - "magrittr", - "promises", - "purrr", - "rlang", - "scales", - "tibble", - "tidyr", - "tools", "vctrs", - "viridisLite" + "tibble", + "lazyeval (>= 0.2.0)", + "rlang (>= 1.0.0)", + "crosstalk", + "purrr", + "data.table", + "promises" + ], + "Suggests": [ + "MASS", + "maps", + "hexbin", + "ggthemes", + "GGally", + "ggalluvial", + "testthat", + "knitr", + "shiny (>= 1.1.0)", + "shinytest2", + "curl", + "rmarkdown", + "Cairo", + "broom", + "webshot", + "listviewer", + "dendextend", + "sf", + "png", + "IRdisplay", + "processx", + "plotlyGeoAssets", + "forcats", + "withr", + "palmerpenguins", + "rversions", + "reticulate", + "rsvg", + "ggridges" ], - "Hash": "a1ac5c03ad5ad12b9d1597e00e23c3dd" + "LazyData": "true", + "RoxygenNote": "7.3.2", + "Encoding": "UTF-8", + "Config/Needs/check": "tidyverse/ggplot2, ggobi/GGally, rcmdcheck, devtools, reshape2, s2", + "NeedsCompilation": "no", + "Author": "Carson Sievert [aut, cre] (ORCID: ), Chris Parmer [aut], Toby Hocking [aut], Scott Chamberlain [aut], Karthik Ram [aut], Marianne Corvellec [aut] (ORCID: ), Pedro Despouy [aut], Salim Brüggemann [ctb] (ORCID: ), Plotly Technologies Inc. [cph]", + "Maintainer": "Carson Sievert ", + "Repository": "CRAN" + }, + "praise": { + "Package": "praise", + "Version": "1.0.0", + "Source": "Repository", + "Title": "Praise Users", + "Author": "Gabor Csardi, Sindre Sorhus", + "Maintainer": "Gabor Csardi ", + "Description": "Build friendly R packages that praise their users if they have done something good, or they just need it to feel better.", + "License": "MIT + file LICENSE", + "LazyData": "true", + "URL": "https://github.com/gaborcsardi/praise", + "BugReports": "https://github.com/gaborcsardi/praise/issues", + "Suggests": [ + "testthat" + ], + "Collate": "'adjective.R' 'adverb.R' 'exclamation.R' 'verb.R' 'rpackage.R' 'package.R'", + "NeedsCompilation": "no", + "Repository": "CRAN", + "Encoding": "UTF-8" }, "prettyunits": { "Package": "prettyunits", "Version": "1.2.0", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" + "Title": "Pretty, Human Readable Formatting of Quantities", + "Authors@R": "c( person(\"Gabor\", \"Csardi\", email=\"csardi.gabor@gmail.com\", role=c(\"aut\", \"cre\")), person(\"Bill\", \"Denney\", email=\"wdenney@humanpredictions.com\", role=c(\"ctb\"), comment=c(ORCID=\"0000-0002-5759-428X\")), person(\"Christophe\", \"Regouby\", email=\"christophe.regouby@free.fr\", role=c(\"ctb\")) )", + "Description": "Pretty, human readable formatting of quantities. Time intervals: '1337000' -> '15d 11h 23m 20s'. Vague time intervals: '2674000' -> 'about a month ago'. Bytes: '1337' -> '1.34 kB'. Rounding: '99' with 3 significant digits -> '99.0' p-values: '0.00001' -> '<0.0001'. Colors: '#FF0000' -> 'red'. Quantities: '1239437' -> '1.24 M'.", + "License": "MIT + file LICENSE", + "URL": "https://github.com/r-lib/prettyunits", + "BugReports": "https://github.com/r-lib/prettyunits/issues", + "Depends": [ + "R(>= 2.10)" ], - "Hash": "6b01fc98b1e86c4f705ce9dcfd2f57c7" + "Suggests": [ + "codetools", + "covr", + "testthat" + ], + "RoxygenNote": "7.2.3", + "Encoding": "UTF-8", + "NeedsCompilation": "no", + "Author": "Gabor Csardi [aut, cre], Bill Denney [ctb] (), Christophe Regouby [ctb]", + "Maintainer": "Gabor Csardi ", + "Repository": "CRAN" }, "processx": { "Package": "processx", - "Version": "3.8.4", + "Version": "3.8.6", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", + "Title": "Execute and Control System Processes", + "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"), comment = c(ORCID = \"0000-0001-7098-9676\")), person(\"Winston\", \"Chang\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"Ascent Digital Services\", role = c(\"cph\", \"fnd\")) )", + "Description": "Tools to run system processes in the background. It can check if a background process is running; wait on a background process to finish; get the exit status of finished processes; kill background processes. It can read the standard output and error of the processes, using non-blocking connections. 'processx' can poll a process for standard output or error, with a timeout. It can also poll several processes at once.", + "License": "MIT + file LICENSE", + "URL": "https://processx.r-lib.org, https://github.com/r-lib/processx", + "BugReports": "https://github.com/r-lib/processx/issues", + "Depends": [ + "R (>= 3.4.0)" + ], + "Imports": [ + "ps (>= 1.2.0)", "R6", - "ps", "utils" ], - "Hash": "0c90a7d71988856bad2a2a45dd871bb9" + "Suggests": [ + "callr (>= 3.7.3)", + "cli (>= 3.3.0)", + "codetools", + "covr", + "curl", + "debugme", + "parallel", + "rlang (>= 1.0.2)", + "testthat (>= 3.0.0)", + "webfakes", + "withr" + ], + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.1.9000", + "NeedsCompilation": "yes", + "Author": "Gábor Csárdi [aut, cre, cph] (), Winston Chang [aut], Posit Software, PBC [cph, fnd], Ascent Digital Services [cph, fnd]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN" + }, + "profvis": { + "Package": "profvis", + "Version": "0.4.0", + "Source": "Repository", + "Title": "Interactive Visualizations for Profiling R Code", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")), person(\"Winston\", \"Chang\", role = \"aut\"), person(\"Javier\", \"Luraschi\", role = \"aut\"), person(\"Timothy\", \"Mastny\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(, \"jQuery Foundation\", role = \"cph\", comment = \"jQuery library\"), person(, \"jQuery contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery library; authors listed in inst/htmlwidgets/lib/jquery/AUTHORS.txt\"), person(\"Mike\", \"Bostock\", role = c(\"ctb\", \"cph\"), comment = \"D3 library\"), person(, \"D3 contributors\", role = \"ctb\", comment = \"D3 library\"), person(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"), comment = \"highlight.js library\") )", + "Description": "Interactive visualizations for profiling R code.", + "License": "MIT + file LICENSE", + "URL": "https://profvis.r-lib.org, https://github.com/r-lib/profvis", + "BugReports": "https://github.com/r-lib/profvis/issues", + "Depends": [ + "R (>= 4.0)" + ], + "Imports": [ + "htmlwidgets (>= 0.3.2)", + "rlang (>= 1.1.0)", + "vctrs" + ], + "Suggests": [ + "htmltools", + "knitr", + "rmarkdown", + "shiny", + "testthat (>= 3.0.0)" + ], + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate, rmarkdown", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "yes", + "Author": "Hadley Wickham [aut, cre], Winston Chang [aut], Javier Luraschi [aut], Timothy Mastny [aut], Posit Software, PBC [cph, fnd], jQuery Foundation [cph] (jQuery library), jQuery contributors [ctb, cph] (jQuery library; authors listed in inst/htmlwidgets/lib/jquery/AUTHORS.txt), Mike Bostock [ctb, cph] (D3 library), D3 contributors [ctb] (D3 library), Ivan Sagalaev [ctb, cph] (highlight.js library)", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN" }, "progress": { "Package": "progress", "Version": "1.2.3", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", + "Title": "Terminal Progress Bars", + "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Rich\", \"FitzJohn\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "Configurable Progress bars, they may include percentage, elapsed time, and/or the estimated completion time. They work in terminals, in 'Emacs' 'ESS', 'RStudio', 'Windows' 'Rgui' and the 'macOS' 'R.app'. The package also provides a 'C++' 'API', that works with or without 'Rcpp'.", + "License": "MIT + file LICENSE", + "URL": "https://github.com/r-lib/progress#readme, http://r-lib.github.io/progress/", + "BugReports": "https://github.com/r-lib/progress/issues", + "Depends": [ + "R (>= 3.6)" + ], + "Imports": [ "crayon", "hms", - "prettyunits" + "prettyunits", + "R6" + ], + "Suggests": [ + "Rcpp", + "testthat (>= 3.0.0)", + "withr" ], - "Hash": "f4625e061cb2865f111b47ff163a5ca6" + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "NeedsCompilation": "no", + "Author": "Gábor Csárdi [aut, cre], Rich FitzJohn [aut], Posit Software, PBC [cph, fnd]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN" }, "promises": { "Package": "promises", - "Version": "1.3.0", + "Version": "1.3.3", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ + "Type": "Package", + "Title": "Abstractions for Promise-Based Asynchronous Programming", + "Authors@R": "c( person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", + "Description": "Provides fundamental abstractions for doing asynchronous programming in R using promises. Asynchronous programming is useful for allowing a single R process to orchestrate multiple tasks in the background while also attending to something else. Semantics are similar to 'JavaScript' promises, but with a syntax that is idiomatic R.", + "License": "MIT + file LICENSE", + "URL": "https://rstudio.github.io/promises/, https://github.com/rstudio/promises", + "BugReports": "https://github.com/rstudio/promises/issues", + "Imports": [ + "fastmap (>= 1.1.0)", + "later", + "magrittr (>= 1.5)", "R6", "Rcpp", - "fastmap", - "later", - "magrittr", "rlang", "stats" ], - "Hash": "434cd5388a3979e74be5c219bcd6e77d" + "Suggests": [ + "future (>= 1.21.0)", + "knitr", + "purrr", + "rmarkdown", + "spelling", + "testthat (>= 3.0.0)", + "vembedr" + ], + "LinkingTo": [ + "later", + "Rcpp" + ], + "VignetteBuilder": "knitr", + "Config/Needs/website": "rsconnect, tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Config/usethis/last-upkeep": "2025-05-27", + "Encoding": "UTF-8", + "Language": "en-US", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "yes", + "Author": "Joe Cheng [aut, cre], Posit Software, PBC [cph, fnd] (ROR: )", + "Maintainer": "Joe Cheng ", + "Repository": "CRAN" }, "ps": { "Package": "ps", - "Version": "1.8.0", + "Version": "1.9.1", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", + "Title": "List, Query, Manipulate System Processes", + "Authors@R": "c( person(\"Jay\", \"Loden\", role = \"aut\"), person(\"Dave\", \"Daeschler\", role = \"aut\"), person(\"Giampaolo\", \"Rodola'\", role = \"aut\"), person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "List, query and manipulate all system processes, on 'Windows', 'Linux' and 'macOS'.", + "License": "MIT + file LICENSE", + "URL": "https://github.com/r-lib/ps, https://ps.r-lib.org/", + "BugReports": "https://github.com/r-lib/ps/issues", + "Depends": [ + "R (>= 3.4)" + ], + "Imports": [ "utils" ], - "Hash": "4b9c8485b0c7eecdf0a9ba5132a45576" + "Suggests": [ + "callr", + "covr", + "curl", + "pillar", + "pingr", + "processx (>= 3.1.0)", + "R6", + "rlang", + "testthat (>= 3.0.0)", + "webfakes", + "withr" + ], + "Biarch": "true", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "yes", + "Author": "Jay Loden [aut], Dave Daeschler [aut], Giampaolo Rodola' [aut], Gábor Csárdi [aut, cre], Posit Software, PBC [cph, fnd]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN" }, "purrr": { "Package": "purrr", - "Version": "1.0.2", + "Version": "1.1.0", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "lifecycle", - "magrittr", - "rlang", - "vctrs" + "Title": "Functional Programming Tools", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"https://ror.org/03wc8by49\")) )", + "Description": "A complete and consistent functional programming toolkit for R.", + "License": "MIT + file LICENSE", + "URL": "https://purrr.tidyverse.org/, https://github.com/tidyverse/purrr", + "BugReports": "https://github.com/tidyverse/purrr/issues", + "Depends": [ + "R (>= 4.1)" + ], + "Imports": [ + "cli (>= 3.6.1)", + "lifecycle (>= 1.0.3)", + "magrittr (>= 1.5.0)", + "rlang (>= 1.1.1)", + "vctrs (>= 0.6.3)" + ], + "Suggests": [ + "carrier (>= 0.2.0)", + "covr", + "dplyr (>= 0.7.8)", + "httr", + "knitr", + "lubridate", + "mirai (>= 2.4.0)", + "rmarkdown", + "testthat (>= 3.0.0)", + "tibble", + "tidyselect" + ], + "LinkingTo": [ + "cli" ], - "Hash": "1cba04a4e9414bdefc9dcaa99649a8dc" + "VignetteBuilder": "knitr", + "Biarch": "true", + "Config/build/compilation-database": "true", + "Config/Needs/website": "tidyverse/tidytemplate, tidyr", + "Config/testthat/edition": "3", + "Config/testthat/parallel": "TRUE", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "yes", + "Author": "Hadley Wickham [aut, cre] (ORCID: ), Lionel Henry [aut], Posit Software, PBC [cph, fnd] (ROR: )", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN" + }, + "ragg": { + "Package": "ragg", + "Version": "1.4.0", + "Source": "Repository", + "Type": "Package", + "Title": "Graphic Devices Based on AGG", + "Authors@R": "c( person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Maxim\", \"Shemanarev\", role = c(\"aut\", \"cph\"), comment = \"Author of AGG\"), person(\"Tony\", \"Juricic\", , \"tonygeek@yahoo.com\", role = c(\"ctb\", \"cph\"), comment = \"Contributor to AGG\"), person(\"Milan\", \"Marusinec\", , \"milan@marusinec.sk\", role = c(\"ctb\", \"cph\"), comment = \"Contributor to AGG\"), person(\"Spencer\", \"Garrett\", role = \"ctb\", comment = \"Contributor to AGG\"), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\")) )", + "Maintainer": "Thomas Lin Pedersen ", + "Description": "Anti-Grain Geometry (AGG) is a high-quality and high-performance 2D drawing library. The 'ragg' package provides a set of graphic devices based on AGG to use as alternative to the raster devices 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", + "Imports": [ + "systemfonts (>= 1.0.3)", + "textshaping (>= 0.3.0)" + ], + "Suggests": [ + "covr", + "graphics", + "grid", + "testthat (>= 3.0.0)" + ], + "LinkingTo": [ + "systemfonts", + "textshaping" + ], + "Config/Needs/website": "ggplot2, devoid, magick, bench, tidyr, ggridges, hexbin, sessioninfo, pkgdown, tidyverse/tidytemplate", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "SystemRequirements": "freetype2, libpng, libtiff, libjpeg", + "Config/testthat/edition": "3", + "Config/build/compilation-database": "true", + "NeedsCompilation": "yes", + "Author": "Thomas Lin Pedersen [cre, aut] (), Maxim Shemanarev [aut, cph] (Author of AGG), Tony Juricic [ctb, cph] (Contributor to AGG), Milan Marusinec [ctb, cph] (Contributor to AGG), Spencer Garrett [ctb] (Contributor to AGG), Posit, PBC [cph, fnd]", + "Repository": "CRAN" }, "rappdirs": { "Package": "rappdirs", "Version": "0.3.3", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" + "Type": "Package", + "Title": "Application Directories: Determine Where to Save Data, Caches, and Logs", + "Authors@R": "c(person(given = \"Hadley\", family = \"Wickham\", role = c(\"trl\", \"cre\", \"cph\"), email = \"hadley@rstudio.com\"), person(given = \"RStudio\", role = \"cph\"), person(given = \"Sridhar\", family = \"Ratnakumar\", role = \"aut\"), person(given = \"Trent\", family = \"Mick\", role = \"aut\"), person(given = \"ActiveState\", role = \"cph\", comment = \"R/appdir.r, R/cache.r, R/data.r, R/log.r translated from appdirs\"), person(given = \"Eddy\", family = \"Petrisor\", role = \"ctb\"), person(given = \"Trevor\", family = \"Davis\", role = c(\"trl\", \"aut\")), person(given = \"Gabor\", family = \"Csardi\", role = \"ctb\"), person(given = \"Gregory\", family = \"Jefferis\", role = \"ctb\"))", + "Description": "An easy way to determine which directories on the users computer you should use to save data, caches and logs. A port of Python's 'Appdirs' () to R.", + "License": "MIT + file LICENSE", + "URL": "https://rappdirs.r-lib.org, https://github.com/r-lib/rappdirs", + "BugReports": "https://github.com/r-lib/rappdirs/issues", + "Depends": [ + "R (>= 3.2)" + ], + "Suggests": [ + "roxygen2", + "testthat (>= 3.0.0)", + "covr", + "withr" + ], + "Copyright": "Original python appdirs module copyright (c) 2010 ActiveState Software Inc. R port copyright Hadley Wickham, RStudio. See file LICENSE for details.", + "Encoding": "UTF-8", + "RoxygenNote": "7.1.1", + "Config/testthat/edition": "3", + "NeedsCompilation": "yes", + "Author": "Hadley Wickham [trl, cre, cph], RStudio [cph], Sridhar Ratnakumar [aut], Trent Mick [aut], ActiveState [cph] (R/appdir.r, R/cache.r, R/data.r, R/log.r translated from appdirs), Eddy Petrisor [ctb], Trevor Davis [trl, aut], Gabor Csardi [ctb], Gregory Jefferis [ctb]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN" + }, + "rcmdcheck": { + "Package": "rcmdcheck", + "Version": "1.4.0", + "Source": "Repository", + "Title": "Run 'R CMD check' from 'R' and Capture Results", + "Authors@R": "person(given = \"Gábor\", family = \"Csárdi\", role = c(\"cre\", \"aut\"), email = \"csardi.gabor@gmail.com\")", + "Description": "Run 'R CMD check' from 'R' and capture the results of the individual checks. Supports running checks in the background, timeouts, pretty printing and comparing check results.", + "License": "MIT + file LICENSE", + "URL": "https://r-lib.github.io/rcmdcheck/, https://github.com/r-Lib/rcmdcheck#readme", + "BugReports": "https://github.com/r-Lib/rcmdcheck/issues", + "Imports": [ + "callr (>= 3.1.1.9000)", + "cli (>= 3.0.0)", + "curl", + "desc (>= 1.2.0)", + "digest", + "pkgbuild", + "prettyunits", + "R6", + "rprojroot", + "sessioninfo (>= 1.1.1)", + "utils", + "withr", + "xopen" ], - "Hash": "5e3c5dc0b071b21fa128676560dbe94d" + "Suggests": [ + "covr", + "knitr", + "mockery", + "processx", + "ps", + "rmarkdown", + "svglite", + "testthat", + "webfakes" + ], + "Encoding": "UTF-8", + "RoxygenNote": "7.1.2", + "Config/testthat/edition": "3", + "NeedsCompilation": "no", + "Author": "Gábor Csárdi [cre, aut]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN" }, "readr": { "Package": "readr", "Version": "2.1.5", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "cli", + "Title": "Read Rectangular Text Data", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Romain\", \"Francois\", role = \"ctb\"), person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"Shelby\", \"Bearrows\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"https://github.com/mandreyel/\", role = \"cph\", comment = \"mio library\"), person(\"Jukka\", \"Jylänki\", role = c(\"ctb\", \"cph\"), comment = \"grisu3 implementation\"), person(\"Mikkel\", \"Jørgensen\", role = c(\"ctb\", \"cph\"), comment = \"grisu3 implementation\") )", + "Description": "The goal of 'readr' is to provide a fast and friendly way to read rectangular data (like 'csv', 'tsv', and 'fwf'). It is designed to flexibly parse many types of data found in the wild, while still cleanly failing when data unexpectedly changes.", + "License": "MIT + file LICENSE", + "URL": "https://readr.tidyverse.org, https://github.com/tidyverse/readr", + "BugReports": "https://github.com/tidyverse/readr/issues", + "Depends": [ + "R (>= 3.6)" + ], + "Imports": [ + "cli (>= 3.2.0)", "clipr", - "cpp11", "crayon", - "hms", - "lifecycle", + "hms (>= 0.4.1)", + "lifecycle (>= 0.2.0)", "methods", + "R6", "rlang", "tibble", - "tzdb", "utils", - "vroom" + "vroom (>= 1.6.0)" ], - "Hash": "9de96463d2117f6ac49980577939dfb3" + "Suggests": [ + "covr", + "curl", + "datasets", + "knitr", + "rmarkdown", + "spelling", + "stringi", + "testthat (>= 3.2.0)", + "tzdb (>= 0.1.1)", + "waldo", + "withr", + "xml2" + ], + "LinkingTo": [ + "cpp11", + "tzdb (>= 0.1.1)" + ], + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse, tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Config/testthat/parallel": "false", + "Encoding": "UTF-8", + "Language": "en-US", + "RoxygenNote": "7.2.3", + "NeedsCompilation": "yes", + "Author": "Hadley Wickham [aut], Jim Hester [aut], Romain Francois [ctb], Jennifer Bryan [aut, cre] (), Shelby Bearrows [ctb], Posit Software, PBC [cph, fnd], https://github.com/mandreyel/ [cph] (mio library), Jukka Jylänki [ctb, cph] (grisu3 implementation), Mikkel Jørgensen [ctb, cph] (grisu3 implementation)", + "Maintainer": "Jennifer Bryan ", + "Repository": "CRAN" }, "readxl": { "Package": "readxl", - "Version": "1.4.3", + "Version": "1.4.5", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", + "Title": "Read Excel Files", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"), comment = \"Copyright holder of all R code and all C/C++ code without explicit copyright attribution\"), person(\"Marcin\", \"Kalicinski\", role = c(\"ctb\", \"cph\"), comment = \"Author of included RapidXML code\"), person(\"Komarov Valery\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\"), person(\"Christophe Leitienne\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\"), person(\"Bob Colbert\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\"), person(\"David Hoerl\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\"), person(\"Evan Miller\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\") )", + "Description": "Import excel files into R. Supports '.xls' via the embedded 'libxls' C library and '.xlsx' via the embedded 'RapidXML' C++ library . Works 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.6)" + ], + "Imports": [ "cellranger", - "cpp11", - "progress", - "tibble", + "tibble (>= 2.0.1)", "utils" ], - "Hash": "8cf9c239b96df1bbb133b74aef77ad0a" + "Suggests": [ + "covr", + "knitr", + "rmarkdown", + "testthat (>= 3.1.6)", + "withr" + ], + "LinkingTo": [ + "cpp11 (>= 0.4.0)", + "progress" + ], + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate, tidyverse", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "Note": "libxls v1.6.3 c199d13", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "yes", + "Author": "Hadley Wickham [aut] (), Jennifer Bryan [aut, cre] (), Posit, PBC [cph, fnd] (Copyright holder of all R code and all C/C++ code without explicit copyright attribution), Marcin Kalicinski [ctb, cph] (Author of included RapidXML code), Komarov Valery [ctb, cph] (Author of included libxls code), Christophe Leitienne [ctb, cph] (Author of included libxls code), Bob Colbert [ctb, cph] (Author of included libxls code), David Hoerl [ctb, cph] (Author of included libxls code), Evan Miller [ctb, cph] (Author of included libxls code)", + "Maintainer": "Jennifer Bryan ", + "Repository": "CRAN" }, "rematch": { "Package": "rematch", "Version": "2.0.0", "Source": "Repository", - "Repository": "RSPM", - "Hash": "cbff1b666c6fa6d21202f07e2318d4f1" + "Title": "Match Regular Expressions with a Nicer 'API'", + "Author": "Gabor Csardi", + "Maintainer": "Gabor Csardi ", + "Description": "A small wrapper on 'regexpr' to extract the matches and captured groups from the match of a regular expression to a character vector.", + "License": "MIT + file LICENSE", + "URL": "https://github.com/gaborcsardi/rematch", + "BugReports": "https://github.com/gaborcsardi/rematch/issues", + "RoxygenNote": "5.0.1.9000", + "Suggests": [ + "covr", + "testthat" + ], + "Encoding": "UTF-8", + "NeedsCompilation": "no", + "Repository": "CRAN" + }, + "remotes": { + "Package": "remotes", + "Version": "2.5.0", + "Source": "Repository", + "Title": "R Package Installation from Remote Repositories, Including 'GitHub'", + "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Winston\", \"Chang\", role = \"aut\"), person(\"Martin\", \"Morgan\", role = \"aut\"), person(\"Dan\", \"Tenenbaum\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"Ascent Digital Services\", role = \"cph\") )", + "Description": "Download and install R packages stored in 'GitHub', 'GitLab', 'Bitbucket', 'Bioconductor', or plain 'subversion' or 'git' repositories. This package provides the 'install_*' functions in 'devtools'. Indeed most of the code was copied over from 'devtools'.", + "License": "MIT + file LICENSE", + "URL": "https://remotes.r-lib.org, https://github.com/r-lib/remotes#readme", + "BugReports": "https://github.com/r-lib/remotes/issues", + "Depends": [ + "R (>= 3.0.0)" + ], + "Imports": [ + "methods", + "stats", + "tools", + "utils" + ], + "Suggests": [ + "brew", + "callr", + "codetools", + "covr", + "curl", + "git2r (>= 0.23.0)", + "knitr", + "mockery", + "pingr", + "pkgbuild (>= 1.0.1)", + "rmarkdown", + "rprojroot", + "testthat (>= 3.0.0)", + "webfakes", + "withr" + ], + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "SystemRequirements": "Subversion for install_svn, git for install_git", + "NeedsCompilation": "no", + "Author": "Gábor Csárdi [aut, cre], Jim Hester [aut], Hadley Wickham [aut], Winston Chang [aut], Martin Morgan [aut], Dan Tenenbaum [aut], Posit Software, PBC [cph, fnd], Ascent Digital Services [cph]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN" }, "renv": { "Package": "renv", - "Version": "1.0.7", + "Version": "1.1.4", "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ + "Type": "Package", + "Title": "Project Environments", + "Authors@R": "c( person(\"Kevin\", \"Ushey\", role = c(\"aut\", \"cre\"), email = \"kevin@rstudio.com\", comment = c(ORCID = \"0000-0003-2880-7407\")), person(\"Hadley\", \"Wickham\", role = c(\"aut\"), email = \"hadley@rstudio.com\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "A dependency management toolkit for R. Using 'renv', you can create and manage project-local R libraries, save the state of these libraries to a 'lockfile', and later restore your library as required. Together, these tools can help make your projects more isolated, portable, and reproducible.", + "License": "MIT + file LICENSE", + "URL": "https://rstudio.github.io/renv/, https://github.com/rstudio/renv", + "BugReports": "https://github.com/rstudio/renv/issues", + "Imports": [ "utils" ], - "Hash": "397b7b2a265bc5a7a06852524dabae20" + "Suggests": [ + "BiocManager", + "cli", + "compiler", + "covr", + "cpp11", + "devtools", + "gitcreds", + "jsonlite", + "jsonvalidate", + "knitr", + "miniUI", + "modules", + "packrat", + "pak", + "R6", + "remotes", + "reticulate", + "rmarkdown", + "rstudioapi", + "shiny", + "testthat", + "uuid", + "waldo", + "yaml", + "webfakes" + ], + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Config/testthat/parallel": "true", + "Config/testthat/start-first": "bioconductor,python,install,restore,snapshot,retrieve,remotes", + "NeedsCompilation": "no", + "Author": "Kevin Ushey [aut, cre] (), Hadley Wickham [aut] (), Posit Software, PBC [cph, fnd]", + "Maintainer": "Kevin Ushey ", + "Repository": "RSPM" + }, + "rex": { + "Package": "rex", + "Version": "1.2.1", + "Source": "Repository", + "Type": "Package", + "Title": "Friendly Regular Expressions", + "Authors@R": "c( person(\"Kevin\", \"Ushey\", , \"kevinushey@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Jim\", \"Hester\", , \"james.f.hester@gmail.com\", role = \"aut\"), person(\"Robert\", \"Krzyzanowski\", , \"rkrzyzanowski@gmail.com\", role = \"aut\") )", + "Description": "A friendly interface for the construction of regular expressions.", + "License": "MIT + file LICENSE", + "URL": "https://github.com/kevinushey/rex", + "BugReports": "https://github.com/kevinushey/rex/issues", + "Imports": [ + "lazyeval" + ], + "Suggests": [ + "covr", + "dplyr", + "ggplot2", + "Hmisc", + "knitr", + "magrittr", + "rmarkdown", + "roxygen2", + "rvest", + "stringr", + "testthat" + ], + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "RoxygenNote": "7.1.2", + "Collate": "'aaa.R' 'utils.R' 'escape.R' 'capture.R' 'character_class.R' 'counts.R' 'lookarounds.R' 'match.R' 'or.R' 'rex-mode.R' 'rex.R' 'shortcuts.R' 'wildcards.R' 'zzz.R'", + "NeedsCompilation": "no", + "Author": "Kevin Ushey [aut, cre], Jim Hester [aut], Robert Krzyzanowski [aut]", + "Maintainer": "Kevin Ushey ", + "Repository": "CRAN" }, "rlang": { "Package": "rlang", - "Version": "1.1.4", + "Version": "1.1.6", "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", + "Title": "Functions for Base Types and Core R and 'Tidyverse' Features", + "Description": "A toolbox for working with base types, core R features like the condition system, and core 'Tidyverse' features like tidy evaluation.", + "Authors@R": "c( person(\"Lionel\", \"Henry\", ,\"lionel@posit.co\", c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", ,\"hadley@posit.co\", \"aut\"), person(given = \"mikefc\", email = \"mikefc@coolbutuseless.com\", role = \"cph\", comment = \"Hash implementation based on Mike's xxhashlite\"), person(given = \"Yann\", family = \"Collet\", role = \"cph\", comment = \"Author of the embedded xxHash library\"), person(given = \"Posit, PBC\", role = c(\"cph\", \"fnd\")) )", + "License": "MIT + file LICENSE", + "ByteCompile": "true", + "Biarch": "true", + "Depends": [ + "R (>= 3.5.0)" + ], + "Imports": [ "utils" ], - "Hash": "3eec01f8b1dee337674b2e34ab1f9bc1" + "Suggests": [ + "cli (>= 3.1.0)", + "covr", + "crayon", + "desc", + "fs", + "glue", + "knitr", + "magrittr", + "methods", + "pillar", + "pkgload", + "rmarkdown", + "stats", + "testthat (>= 3.2.0)", + "tibble", + "usethis", + "vctrs (>= 0.2.3)", + "withr" + ], + "Enhances": [ + "winch" + ], + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "URL": "https://rlang.r-lib.org, https://github.com/r-lib/rlang", + "BugReports": "https://github.com/r-lib/rlang/issues", + "Config/build/compilation-database": "true", + "Config/testthat/edition": "3", + "Config/Needs/website": "dplyr, tidyverse/tidytemplate", + "NeedsCompilation": "yes", + "Author": "Lionel Henry [aut, cre], Hadley Wickham [aut], mikefc [cph] (Hash implementation based on Mike's xxhashlite), Yann Collet [cph] (Author of the embedded xxHash library), Posit, PBC [cph, fnd]", + "Maintainer": "Lionel Henry ", + "Repository": "CRAN" }, "rmarkdown": { "Package": "rmarkdown", - "Version": "2.28", + "Version": "2.29", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "bslib", - "evaluate", - "fontawesome", - "htmltools", + "Type": "Package", + "Title": "Dynamic Documents for R", + "Authors@R": "c( person(\"JJ\", \"Allaire\", , \"jj@posit.co\", role = \"aut\"), person(\"Yihui\", \"Xie\", , \"xie@yihui.name\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-0645-5666\")), person(\"Christophe\", \"Dervieux\", , \"cderv@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4474-2498\")), person(\"Jonathan\", \"McPherson\", , \"jonathan@posit.co\", role = \"aut\"), person(\"Javier\", \"Luraschi\", role = \"aut\"), person(\"Kevin\", \"Ushey\", , \"kevin@posit.co\", role = \"aut\"), person(\"Aron\", \"Atkins\", , \"aron@posit.co\", role = \"aut\"), person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"), person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"aut\"), person(\"Richard\", \"Iannone\", , \"rich@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-3925-190X\")), person(\"Andrew\", \"Dunning\", role = \"ctb\", comment = c(ORCID = \"0000-0003-0464-5036\")), person(\"Atsushi\", \"Yasumoto\", role = c(\"ctb\", \"cph\"), comment = c(ORCID = \"0000-0002-8335-495X\", cph = \"Number sections Lua filter\")), person(\"Barret\", \"Schloerke\", role = \"ctb\"), person(\"Carson\", \"Sievert\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Devon\", \"Ryan\", , \"dpryan79@gmail.com\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8549-0971\")), person(\"Frederik\", \"Aust\", , \"frederik.aust@uni-koeln.de\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4900-788X\")), person(\"Jeff\", \"Allen\", , \"jeff@posit.co\", role = \"ctb\"), person(\"JooYoung\", \"Seo\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4064-6012\")), person(\"Malcolm\", \"Barrett\", role = \"ctb\"), person(\"Rob\", \"Hyndman\", , \"Rob.Hyndman@monash.edu\", role = \"ctb\"), person(\"Romain\", \"Lesur\", role = \"ctb\"), person(\"Roy\", \"Storey\", role = \"ctb\"), person(\"Ruben\", \"Arslan\", , \"ruben.arslan@uni-goettingen.de\", role = \"ctb\"), person(\"Sergio\", \"Oller\", role = \"ctb\"), person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(, \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery UI library; authors listed in inst/rmd/h/jqueryui/AUTHORS.txt\"), person(\"Mark\", \"Otto\", role = \"ctb\", comment = \"Bootstrap library\"), person(\"Jacob\", \"Thornton\", role = \"ctb\", comment = \"Bootstrap library\"), person(, \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"), person(, \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\"), person(\"Alexander\", \"Farkas\", role = c(\"ctb\", \"cph\"), comment = \"html5shiv library\"), person(\"Scott\", \"Jehl\", role = c(\"ctb\", \"cph\"), comment = \"Respond.js library\"), person(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"), comment = \"highlight.js library\"), person(\"Greg\", \"Franko\", role = c(\"ctb\", \"cph\"), comment = \"tocify library\"), person(\"John\", \"MacFarlane\", role = c(\"ctb\", \"cph\"), comment = \"Pandoc templates\"), person(, \"Google, Inc.\", role = c(\"ctb\", \"cph\"), comment = \"ioslides library\"), person(\"Dave\", \"Raggett\", role = \"ctb\", comment = \"slidy library\"), person(, \"W3C\", role = \"cph\", comment = \"slidy library\"), person(\"Dave\", \"Gandy\", role = c(\"ctb\", \"cph\"), comment = \"Font-Awesome\"), person(\"Ben\", \"Sperry\", role = \"ctb\", comment = \"Ionicons\"), person(, \"Drifty\", role = \"cph\", comment = \"Ionicons\"), person(\"Aidan\", \"Lister\", role = c(\"ctb\", \"cph\"), comment = \"jQuery StickyTabs\"), person(\"Benct Philip\", \"Jonsson\", role = c(\"ctb\", \"cph\"), comment = \"pagebreak Lua filter\"), person(\"Albert\", \"Krewinkel\", role = c(\"ctb\", \"cph\"), comment = \"pagebreak Lua filter\") )", + "Description": "Convert R Markdown documents into a variety of formats.", + "License": "GPL-3", + "URL": "https://github.com/rstudio/rmarkdown, https://pkgs.rstudio.com/rmarkdown/", + "BugReports": "https://github.com/rstudio/rmarkdown/issues", + "Depends": [ + "R (>= 3.0)" + ], + "Imports": [ + "bslib (>= 0.2.5.1)", + "evaluate (>= 0.13)", + "fontawesome (>= 0.5.0)", + "htmltools (>= 0.5.1)", "jquerylib", "jsonlite", - "knitr", + "knitr (>= 1.43)", "methods", - "tinytex", + "tinytex (>= 0.31)", "tools", "utils", - "xfun", + "xfun (>= 0.36)", + "yaml (>= 2.1.19)" + ], + "Suggests": [ + "digest", + "dygraphs", + "fs", + "rsconnect", + "downlit (>= 0.4.0)", + "katex (>= 1.4.0)", + "sass (>= 0.4.0)", + "shiny (>= 1.6.0)", + "testthat (>= 3.0.3)", + "tibble", + "vctrs", + "cleanrmd", + "withr (>= 2.4.2)", + "xml2" + ], + "VignetteBuilder": "knitr", + "Config/Needs/website": "rstudio/quillt, pkgdown", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "SystemRequirements": "pandoc (>= 1.14) - http://pandoc.org", + "NeedsCompilation": "no", + "Author": "JJ Allaire [aut], Yihui Xie [aut, cre] (), Christophe Dervieux [aut] (), Jonathan McPherson [aut], Javier Luraschi [aut], Kevin Ushey [aut], Aron Atkins [aut], Hadley Wickham [aut], Joe Cheng [aut], Winston Chang [aut], Richard Iannone [aut] (), Andrew Dunning [ctb] (), Atsushi Yasumoto [ctb, cph] (, Number sections Lua filter), Barret Schloerke [ctb], Carson Sievert [ctb] (), Devon Ryan [ctb] (), Frederik Aust [ctb] (), Jeff Allen [ctb], JooYoung Seo [ctb] (), Malcolm Barrett [ctb], Rob Hyndman [ctb], Romain Lesur [ctb], Roy Storey [ctb], Ruben Arslan [ctb], Sergio Oller [ctb], Posit Software, PBC [cph, fnd], jQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in inst/rmd/h/jqueryui/AUTHORS.txt), Mark Otto [ctb] (Bootstrap library), Jacob Thornton [ctb] (Bootstrap library), Bootstrap contributors [ctb] (Bootstrap library), Twitter, Inc [cph] (Bootstrap library), Alexander Farkas [ctb, cph] (html5shiv library), Scott Jehl [ctb, cph] (Respond.js library), Ivan Sagalaev [ctb, cph] (highlight.js library), Greg Franko [ctb, cph] (tocify library), John MacFarlane [ctb, cph] (Pandoc templates), Google, Inc. [ctb, cph] (ioslides library), Dave Raggett [ctb] (slidy library), W3C [cph] (slidy library), Dave Gandy [ctb, cph] (Font-Awesome), Ben Sperry [ctb] (Ionicons), Drifty [cph] (Ionicons), Aidan Lister [ctb, cph] (jQuery StickyTabs), Benct Philip Jonsson [ctb, cph] (pagebreak Lua filter), Albert Krewinkel [ctb, cph] (pagebreak Lua filter)", + "Maintainer": "Yihui Xie ", + "Repository": "CRAN" + }, + "roxygen2": { + "Package": "roxygen2", + "Version": "7.3.2", + "Source": "Repository", + "Title": "In-Line Documentation for R", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\", \"cph\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Peter\", \"Danenberg\", , \"pcd@roxygen.org\", role = c(\"aut\", \"cph\")), person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = \"aut\"), person(\"Manuel\", \"Eugster\", role = c(\"aut\", \"cph\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "Generate your Rd documentation, 'NAMESPACE' file, and collation field using specially formatted comments. Writing documentation in-line with code makes it easier to keep your documentation up-to-date as your requirements change. 'roxygen2' is inspired 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.6)" + ], + "Imports": [ + "brew", + "cli (>= 3.3.0)", + "commonmark", + "desc (>= 1.2.0)", + "knitr", + "methods", + "pkgload (>= 1.0.2)", + "purrr (>= 1.0.0)", + "R6 (>= 2.1.2)", + "rlang (>= 1.0.6)", + "stringi", + "stringr (>= 1.0.0)", + "utils", + "withr", + "xml2" + ], + "Suggests": [ + "covr", + "R.methodsS3", + "R.oo", + "rmarkdown (>= 2.16)", + "testthat (>= 3.1.2)", "yaml" ], - "Hash": "062470668513dcda416927085ee9bdc7" + "LinkingTo": [ + "cpp11" + ], + "VignetteBuilder": "knitr", + "Config/Needs/development": "testthat", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Config/testthat/parallel": "TRUE", + "Encoding": "UTF-8", + "Language": "en-GB", + "RoxygenNote": "7.3.1.9000", + "NeedsCompilation": "yes", + "Author": "Hadley Wickham [aut, cre, cph] (), Peter Danenberg [aut, cph], Gábor Csárdi [aut], Manuel Eugster [aut, cph], Posit Software, PBC [cph, fnd]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN" }, "rprojroot": { "Package": "rprojroot", - "Version": "2.0.4", + "Version": "2.1.0", "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R" + "Title": "Finding Files in Project Subdirectories", + "Authors@R": "person(given = \"Kirill\", family = \"M\\u00fcller\", role = c(\"aut\", \"cre\"), email = \"kirill@cynkra.com\", comment = c(ORCID = \"0000-0002-1416-3412\"))", + "Description": "Robust, reliable and flexible paths to files below a project root. The 'root' of a project is defined as a directory that matches a certain criterion, e.g., it contains a certain regular file.", + "License": "MIT + file LICENSE", + "URL": "https://rprojroot.r-lib.org/, https://github.com/r-lib/rprojroot", + "BugReports": "https://github.com/r-lib/rprojroot/issues", + "Depends": [ + "R (>= 3.0.0)" + ], + "Suggests": [ + "covr", + "knitr", + "lifecycle", + "rlang", + "rmarkdown", + "testthat (>= 3.2.0)", + "withr" + ], + "VignetteBuilder": "knitr", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2.9000", + "Config/autostyle/scope": "line_breaks", + "Config/autostyle/strict": "true", + "Config/Needs/website": "tidyverse/tidytemplate", + "NeedsCompilation": "no", + "Author": "Kirill Müller [aut, cre] (ORCID: )", + "Maintainer": "Kirill Müller ", + "Repository": "CRAN" + }, + "rstudioapi": { + "Package": "rstudioapi", + "Version": "0.17.1", + "Source": "Repository", + "Title": "Safely Access the RStudio API", + "Description": "Access the RStudio API (if available) and provide informative error messages when it's not.", + "Authors@R": "c( person(\"Kevin\", \"Ushey\", role = c(\"aut\", \"cre\"), email = \"kevin@rstudio.com\"), person(\"JJ\", \"Allaire\", role = c(\"aut\"), email = \"jj@posit.co\"), person(\"Hadley\", \"Wickham\", role = c(\"aut\"), email = \"hadley@posit.co\"), person(\"Gary\", \"Ritchie\", role = c(\"aut\"), email = \"gary@posit.co\"), person(family = \"RStudio\", role = \"cph\") )", + "Maintainer": "Kevin Ushey ", + "License": "MIT + file LICENSE", + "URL": "https://rstudio.github.io/rstudioapi/, https://github.com/rstudio/rstudioapi", + "BugReports": "https://github.com/rstudio/rstudioapi/issues", + "RoxygenNote": "7.3.2", + "Suggests": [ + "testthat", + "knitr", + "rmarkdown", + "clipr", + "covr" ], - "Hash": "4c8415e0ec1e29f3f4f6fc108bef0144" + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "NeedsCompilation": "no", + "Author": "Kevin Ushey [aut, cre], JJ Allaire [aut], Hadley Wickham [aut], Gary Ritchie [aut], RStudio [cph]", + "Repository": "CRAN" + }, + "rversions": { + "Package": "rversions", + "Version": "2.1.2", + "Source": "Repository", + "Title": "Query 'R' Versions, Including 'r-release' and 'r-oldrel'", + "Authors@R": "c(person(given = \"Gábor\", family = \"Csárdi\", role = c(\"aut\", \"cre\"), email = \"csardi.gabor@gmail.com\"), person(given = \"Jeroen\", family = \"Ooms\", role = \"ctb\", email = \"jeroen.ooms@stat.ucla.edu\"), person(given = \"R Consortium\", role = \"fnd\"))", + "Description": "Query the main 'R' 'SVN' repository to find the versions 'r-release' and 'r-oldrel' refer to, and also all previous 'R' versions and their release dates.", + "License": "MIT + file LICENSE", + "URL": "https://github.com/r-hub/rversions, https://r-hub.github.io/rversions/", + "BugReports": "https://github.com/r-hub/rversions/issues", + "Imports": [ + "curl", + "utils", + "xml2 (>= 1.0.0)" + ], + "Suggests": [ + "covr", + "mockery", + "testthat" + ], + "Encoding": "UTF-8", + "RoxygenNote": "7.2.1.9000", + "NeedsCompilation": "no", + "Author": "Gábor Csárdi [aut, cre], Jeroen Ooms [ctb], R Consortium [fnd]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN" }, "sass": { "Package": "sass", - "Version": "0.4.9", + "Version": "0.4.10", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ + "Type": "Package", + "Title": "Syntactically Awesome Style Sheets ('Sass')", + "Description": "An 'SCSS' compiler, powered by the 'LibSass' library. With this, R developers can use variables, inheritance, and functions to generate dynamic style sheets. The package uses the 'Sass CSS' extension language, which is stable, powerful, and CSS compatible.", + "Authors@R": "c( person(\"Joe\", \"Cheng\", , \"joe@rstudio.com\", \"aut\"), person(\"Timothy\", \"Mastny\", , \"tim.mastny@gmail.com\", \"aut\"), person(\"Richard\", \"Iannone\", , \"rich@rstudio.com\", \"aut\", comment = c(ORCID = \"0000-0003-3925-190X\")), person(\"Barret\", \"Schloerke\", , \"barret@rstudio.com\", \"aut\", comment = c(ORCID = \"0000-0001-9986-114X\")), person(\"Carson\", \"Sievert\", , \"carson@rstudio.com\", c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Christophe\", \"Dervieux\", , \"cderv@rstudio.com\", c(\"ctb\"), comment = c(ORCID = \"0000-0003-4474-2498\")), person(family = \"RStudio\", role = c(\"cph\", \"fnd\")), person(family = \"Sass Open Source Foundation\", role = c(\"ctb\", \"cph\"), comment = \"LibSass library\"), person(\"Greter\", \"Marcel\", role = c(\"ctb\", \"cph\"), comment = \"LibSass library\"), person(\"Mifsud\", \"Michael\", role = c(\"ctb\", \"cph\"), comment = \"LibSass library\"), person(\"Hampton\", \"Catlin\", role = c(\"ctb\", \"cph\"), comment = \"LibSass library\"), person(\"Natalie\", \"Weizenbaum\", role = c(\"ctb\", \"cph\"), comment = \"LibSass library\"), person(\"Chris\", \"Eppstein\", role = c(\"ctb\", \"cph\"), comment = \"LibSass library\"), person(\"Adams\", \"Joseph\", role = c(\"ctb\", \"cph\"), comment = \"json.cpp\"), person(\"Trifunovic\", \"Nemanja\", role = c(\"ctb\", \"cph\"), comment = \"utf8.h\") )", + "License": "MIT + file LICENSE", + "URL": "https://rstudio.github.io/sass/, https://github.com/rstudio/sass", + "BugReports": "https://github.com/rstudio/sass/issues", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "SystemRequirements": "GNU make", + "Imports": [ + "fs (>= 1.2.4)", + "rlang (>= 0.4.10)", + "htmltools (>= 0.5.1)", "R6", - "fs", - "htmltools", - "rappdirs", - "rlang" + "rappdirs" ], - "Hash": "d53dbfddf695303ea4ad66f86e99b95d" + "Suggests": [ + "testthat", + "knitr", + "rmarkdown", + "withr", + "shiny", + "curl" + ], + "VignetteBuilder": "knitr", + "Config/testthat/edition": "3", + "NeedsCompilation": "yes", + "Author": "Joe Cheng [aut], Timothy Mastny [aut], Richard Iannone [aut] (), Barret Schloerke [aut] (), Carson Sievert [aut, cre] (), Christophe Dervieux [ctb] (), RStudio [cph, fnd], Sass Open Source Foundation [ctb, cph] (LibSass library), Greter Marcel [ctb, cph] (LibSass library), Mifsud Michael [ctb, cph] (LibSass library), Hampton Catlin [ctb, cph] (LibSass library), Natalie Weizenbaum [ctb, cph] (LibSass library), Chris Eppstein [ctb, cph] (LibSass library), Adams Joseph [ctb, cph] (json.cpp), Trifunovic Nemanja [ctb, cph] (utf8.h)", + "Maintainer": "Carson Sievert ", + "Repository": "CRAN" }, "scales": { "Package": "scales", - "Version": "1.3.0", + "Version": "1.4.0", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "RColorBrewer", + "Title": "Scale Functions for Visualization", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Dana\", \"Seidel\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", + "Description": "Graphical scales map data to aesthetics, and provide methods for automatically determining breaks and labels for axes and legends.", + "License": "MIT + file LICENSE", + "URL": "https://scales.r-lib.org, https://github.com/r-lib/scales", + "BugReports": "https://github.com/r-lib/scales/issues", + "Depends": [ + "R (>= 4.1)" + ], + "Imports": [ "cli", - "farver", + "farver (>= 2.0.3)", "glue", "labeling", "lifecycle", - "munsell", - "rlang", + "R6", + "RColorBrewer", + "rlang (>= 1.1.0)", "viridisLite" ], - "Hash": "c19df082ba346b0ffa6f833e92de34d1" + "Suggests": [ + "bit64", + "covr", + "dichromat", + "ggplot2", + "hms (>= 0.5.0)", + "stringi", + "testthat (>= 3.0.0)" + ], + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Config/usethis/last-upkeep": "2025-04-23", + "Encoding": "UTF-8", + "LazyLoad": "yes", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "no", + "Author": "Hadley Wickham [aut], Thomas Lin Pedersen [cre, aut] (), Dana Seidel [aut], Posit Software, PBC [cph, fnd] (03wc8by49)", + "Maintainer": "Thomas Lin Pedersen ", + "Repository": "CRAN" + }, + "scrypt": { + "Package": "scrypt", + "Version": "0.1.6", + "Source": "Repository", + "Type": "Package", + "Title": "Key Derivation Functions for R Based on Scrypt", + "Authors@R": "c( person(\"Bob\", \"Jansen\", email = \"bobjansen@gmail.com\", role = c(\"ctb\", \"cre\")), person(\"Andy\", \"Kipp\", email = \"andy@rstudio.com\", role = c(\"aut\")), person(\"Colin\", \"Percival\", role = c(\"aut\", \"cph\")), person(family = \"RStudio\", role = \"cph\") )", + "Copyright": "RStudio, Inc.; Colin Percival", + "Maintainer": "Bob Jansen ", + "Description": "Functions for working with the scrypt key derivation functions originally described by Colin Percival and in Percival and Josefsson (2016) . Scrypt is a password-based key derivation function created by Colin Percival. The algorithm was specifically designed to make it costly to perform large-scale custom hardware attacks by requiring large amounts of memory.", + "License": "FreeBSD", + "Depends": [ + "R (>= 3.0.0)" + ], + "URL": "https://github.com/bobjansen/rscrypt", + "Imports": [ + "Rcpp (>= 0.10.6)" + ], + "LinkingTo": [ + "Rcpp" + ], + "NeedsCompilation": "yes", + "Author": "Bob Jansen [ctb, cre], Andy Kipp [aut], Colin Percival [aut, cph], RStudio [cph]", + "Repository": "CRAN", + "Encoding": "UTF-8" + }, + "sessioninfo": { + "Package": "sessioninfo", + "Version": "1.2.3", + "Source": "Repository", + "Title": "R Session Information", + "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = \"cre\"), person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Winston\", \"Chang\", role = \"aut\"), person(\"Robert\", \"Flight\", role = \"aut\"), person(\"Kirill\", \"Müller\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"R Core team\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Maintainer": "Gábor Csárdi ", + "Description": "Query and print information about the current R session. It is similar to 'utils::sessionInfo()', but includes more information about packages, and where they were installed from.", + "License": "GPL-2", + "URL": "https://github.com/r-lib/sessioninfo#readme, https://sessioninfo.r-lib.org", + "BugReports": "https://github.com/r-lib/sessioninfo/issues", + "Depends": [ + "R (>= 3.4)" + ], + "Imports": [ + "cli (>= 3.1.0)", + "tools", + "utils" + ], + "Suggests": [ + "callr", + "covr", + "gh", + "reticulate", + "rmarkdown", + "testthat (>= 3.2.0)", + "withr" + ], + "Config/Needs/website": "pkgdown, tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Config/testthat/parallel": "true", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "no", + "Author": "Gábor Csárdi [cre], Hadley Wickham [aut], Winston Chang [aut], Robert Flight [aut], Kirill Müller [aut], Jim Hester [aut], R Core team [ctb], Posit Software, PBC [cph, fnd]", + "Repository": "CRAN" }, "shiny": { "Package": "shiny", - "Version": "1.9.1", + "Version": "1.11.1", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "R6", - "bslib", - "cachem", - "commonmark", - "crayon", - "fastmap", - "fontawesome", - "glue", + "Type": "Package", + "Title": "Web Application Framework for R", + "Authors@R": "c( person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@posit.co\", comment = c(ORCID = \"0000-0002-1576-2126\")), person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@posit.co\"), person(\"JJ\", \"Allaire\", role = \"aut\", email = \"jj@posit.co\"), person(\"Carson\", \"Sievert\", role = \"aut\", email = \"carson@posit.co\", comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Barret\", \"Schloerke\", role = \"aut\", email = \"barret@posit.co\", comment = c(ORCID = \"0000-0001-9986-114X\")), person(\"Yihui\", \"Xie\", role = \"aut\", email = \"yihui@posit.co\"), person(\"Jeff\", \"Allen\", role = \"aut\"), person(\"Jonathan\", \"McPherson\", role = \"aut\", email = \"jonathan@posit.co\"), person(\"Alan\", \"Dipert\", role = \"aut\"), person(\"Barbara\", \"Borges\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(family = \"jQuery Foundation\", role = \"cph\", comment = \"jQuery library and jQuery UI library\"), person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"), person(family = \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery UI library; authors listed in inst/www/shared/jqueryui/AUTHORS.txt\"), person(\"Mark\", \"Otto\", role = \"ctb\", comment = \"Bootstrap library\"), person(\"Jacob\", \"Thornton\", role = \"ctb\", comment = \"Bootstrap library\"), person(family = \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"), person(family = \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\"), person(\"Prem Nawaz\", \"Khan\", role = \"ctb\", comment = \"Bootstrap accessibility plugin\"), person(\"Victor\", \"Tsaran\", role = \"ctb\", comment = \"Bootstrap accessibility plugin\"), person(\"Dennis\", \"Lembree\", role = \"ctb\", comment = \"Bootstrap accessibility plugin\"), person(\"Srinivasu\", \"Chakravarthula\", role = \"ctb\", comment = \"Bootstrap accessibility plugin\"), person(\"Cathy\", \"O'Connor\", role = \"ctb\", comment = \"Bootstrap accessibility plugin\"), person(family = \"PayPal, Inc\", role = \"cph\", comment = \"Bootstrap accessibility plugin\"), person(\"Stefan\", \"Petre\", role = c(\"ctb\", \"cph\"), comment = \"Bootstrap-datepicker library\"), person(\"Andrew\", \"Rowls\", role = c(\"ctb\", \"cph\"), comment = \"Bootstrap-datepicker library\"), person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"), comment = \"selectize.js library\"), person(\"Salmen\", \"Bejaoui\", role = c(\"ctb\", \"cph\"), comment = \"selectize-plugin-a11y library\"), person(\"Denis\", \"Ineshin\", role = c(\"ctb\", \"cph\"), comment = \"ion.rangeSlider library\"), person(\"Sami\", \"Samhuri\", role = c(\"ctb\", \"cph\"), comment = \"Javascript strftime library\"), person(family = \"SpryMedia Limited\", role = c(\"ctb\", \"cph\"), comment = \"DataTables library\"), person(\"John\", \"Fraser\", role = c(\"ctb\", \"cph\"), comment = \"showdown.js library\"), person(\"John\", \"Gruber\", role = c(\"ctb\", \"cph\"), comment = \"showdown.js library\"), person(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"), comment = \"highlight.js library\"), person(given = \"R Core Team\", role = c(\"ctb\", \"cph\"), comment = \"tar implementation from R\") )", + "Description": "Makes it incredibly easy to build interactive web applications with R. Automatic \"reactive\" binding between inputs and outputs and extensive prebuilt widgets make it possible to build beautiful, responsive, and powerful applications with minimal effort.", + "License": "GPL-3 | file LICENSE", + "Depends": [ + "R (>= 3.0.2)", + "methods" + ], + "Imports": [ + "utils", "grDevices", - "htmltools", - "httpuv", - "jsonlite", - "later", - "lifecycle", - "methods", - "mime", - "promises", - "rlang", + "httpuv (>= 1.5.2)", + "mime (>= 0.3)", + "jsonlite (>= 0.9.16)", + "xtable", + "fontawesome (>= 0.4.0)", + "htmltools (>= 0.5.4)", + "R6 (>= 2.0)", "sourcetools", + "later (>= 1.0.0)", + "promises (>= 1.3.2)", "tools", - "utils", + "cli", + "rlang (>= 0.4.10)", + "fastmap (>= 1.1.1)", "withr", - "xtable" + "commonmark (>= 1.7)", + "glue (>= 1.3.2)", + "bslib (>= 0.6.0)", + "cachem (>= 1.1.0)", + "lifecycle (>= 0.2.0)" ], - "Hash": "6a293995a66e12c48d13aa1f957d09c7" + "Suggests": [ + "coro (>= 1.1.0)", + "datasets", + "DT", + "Cairo (>= 1.5-5)", + "testthat (>= 3.2.1)", + "knitr (>= 1.6)", + "markdown", + "rmarkdown", + "ggplot2", + "reactlog (>= 1.0.0)", + "magrittr", + "yaml", + "mirai", + "future", + "dygraphs", + "ragg", + "showtext", + "sass", + "watcher" + ], + "URL": "https://shiny.posit.co/, https://github.com/rstudio/shiny", + "BugReports": "https://github.com/rstudio/shiny/issues", + "Collate": "'globals.R' 'app-state.R' 'app_template.R' 'bind-cache.R' 'bind-event.R' 'bookmark-state-local.R' 'bookmark-state.R' 'bootstrap-deprecated.R' 'bootstrap-layout.R' 'conditions.R' 'map.R' 'utils.R' 'bootstrap.R' 'busy-indicators-spinners.R' 'busy-indicators.R' 'cache-utils.R' 'deprecated.R' 'devmode.R' 'diagnose.R' 'extended-task.R' 'fileupload.R' 'graph.R' 'reactives.R' 'reactive-domains.R' 'history.R' 'hooks.R' 'html-deps.R' 'image-interact-opts.R' 'image-interact.R' 'imageutils.R' 'input-action.R' 'input-checkbox.R' 'input-checkboxgroup.R' 'input-date.R' 'input-daterange.R' 'input-file.R' 'input-numeric.R' 'input-password.R' 'input-radiobuttons.R' 'input-select.R' 'input-slider.R' 'input-submit.R' 'input-text.R' 'input-textarea.R' 'input-utils.R' 'insert-tab.R' 'insert-ui.R' 'jqueryui.R' 'knitr.R' 'middleware-shiny.R' 'middleware.R' 'timer.R' 'shiny.R' 'mock-session.R' 'modal.R' 'modules.R' 'notifications.R' 'priorityqueue.R' 'progress.R' 'react.R' 'reexports.R' 'render-cached-plot.R' 'render-plot.R' 'render-table.R' 'run-url.R' 'runapp.R' 'serializers.R' 'server-input-handlers.R' 'server-resource-paths.R' 'server.R' 'shiny-options.R' 'shiny-package.R' 'shinyapp.R' 'shinyui.R' 'shinywrappers.R' 'showcase.R' 'snapshot.R' 'staticimports.R' 'tar.R' 'test-export.R' 'test-server.R' 'test.R' 'update-input.R' 'utils-lang.R' 'version_bs_date_picker.R' 'version_ion_range_slider.R' 'version_jquery.R' 'version_jqueryui.R' 'version_selectize.R' 'version_strftime.R' 'viewer.R'", + "RoxygenNote": "7.3.2", + "Encoding": "UTF-8", + "Config/testthat/edition": "3", + "Config/Needs/check": "shinytest2", + "NeedsCompilation": "no", + "Author": "Winston Chang [aut, cre] (ORCID: ), Joe Cheng [aut], JJ Allaire [aut], Carson Sievert [aut] (ORCID: ), Barret Schloerke [aut] (ORCID: ), Yihui Xie [aut], Jeff Allen [aut], Jonathan McPherson [aut], Alan Dipert [aut], Barbara Borges [aut], Posit Software, PBC [cph, fnd], jQuery Foundation [cph] (jQuery library and jQuery UI library), jQuery contributors [ctb, cph] (jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt), jQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in inst/www/shared/jqueryui/AUTHORS.txt), Mark Otto [ctb] (Bootstrap library), Jacob Thornton [ctb] (Bootstrap library), Bootstrap contributors [ctb] (Bootstrap library), Twitter, Inc [cph] (Bootstrap library), Prem Nawaz Khan [ctb] (Bootstrap accessibility plugin), Victor Tsaran [ctb] (Bootstrap accessibility plugin), Dennis Lembree [ctb] (Bootstrap accessibility plugin), Srinivasu Chakravarthula [ctb] (Bootstrap accessibility plugin), Cathy O'Connor [ctb] (Bootstrap accessibility plugin), PayPal, Inc [cph] (Bootstrap accessibility plugin), Stefan Petre [ctb, cph] (Bootstrap-datepicker library), Andrew Rowls [ctb, cph] (Bootstrap-datepicker library), Brian Reavis [ctb, cph] (selectize.js library), Salmen Bejaoui [ctb, cph] (selectize-plugin-a11y library), Denis Ineshin [ctb, cph] (ion.rangeSlider library), Sami Samhuri [ctb, cph] (Javascript strftime library), SpryMedia Limited [ctb, cph] (DataTables library), John Fraser [ctb, cph] (showdown.js library), John Gruber [ctb, cph] (showdown.js library), Ivan Sagalaev [ctb, cph] (highlight.js library), R Core Team [ctb, cph] (tar implementation from R)", + "Maintainer": "Winston Chang ", + "Repository": "CRAN" }, "shinyWidgets": { "Package": "shinyWidgets", - "Version": "0.8.6", + "Version": "0.9.0", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "anytime", + "Title": "Custom Inputs Widgets for Shiny", + "Authors@R": "c( person(\"Victor\", \"Perrier\", email = \"victor.perrier@dreamrs.fr\", role = c(\"aut\", \"cre\", \"cph\")), person(\"Fanny\", \"Meyer\", role = \"aut\"), person(\"David\", \"Granjon\", role = \"aut\"), person(\"Ian\", \"Fellows\", role = \"ctb\", comment = \"Methods for mutating vertical tabs & updateMultiInput\"), person(\"Wil\", \"Davis\", role = \"ctb\", comment = \"numericRangeInput function\"), person(\"Spencer\", \"Matthews\", role = \"ctb\", comment = \"autoNumeric methods\"), person(family = \"JavaScript and CSS libraries authors\", role = c(\"ctb\", \"cph\"), comment = \"All authors are listed in LICENSE.md\") )", + "Description": "Collection of custom input controls and user interface components for 'Shiny' applications. Give your applications a unique and colorful style !", + "URL": "https://github.com/dreamRs/shinyWidgets, https://dreamrs.github.io/shinyWidgets/", + "BugReports": "https://github.com/dreamRs/shinyWidgets/issues", + "License": "GPL-3", + "Encoding": "UTF-8", + "LazyData": "true", + "RoxygenNote": "7.3.2", + "Depends": [ + "R (>= 3.1.0)" + ], + "Imports": [ "bslib", - "grDevices", - "htmltools", - "jsonlite", - "rlang", "sass", - "shiny" + "shiny (>= 1.6.0)", + "htmltools (>= 0.5.1)", + "jsonlite", + "grDevices", + "rlang" + ], + "Suggests": [ + "testthat", + "covr", + "ggplot2", + "DT", + "scales", + "shinydashboard", + "shinydashboardPlus" ], - "Hash": "bc918b6911c4e928e24a9928295de834" + "NeedsCompilation": "no", + "Author": "Victor Perrier [aut, cre, cph], Fanny Meyer [aut], David Granjon [aut], Ian Fellows [ctb] (Methods for mutating vertical tabs & updateMultiInput), Wil Davis [ctb] (numericRangeInput function), Spencer Matthews [ctb] (autoNumeric methods), JavaScript and CSS libraries authors [ctb, cph] (All authors are listed in LICENSE.md)", + "Maintainer": "Victor Perrier ", + "Repository": "CRAN" }, "shinycssloaders": { "Package": "shinycssloaders", "Version": "1.1.0", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", + "Title": "Add Loading Animations to a 'shiny' Output While It's Recalculating", + "Authors@R": "c( person(\"Dean\",\"Attali\",email=\"daattali@gmail.com\",role=c(\"aut\",\"cre\"), comment = c(\"Maintainer/developer of shinycssloaders since 2019\", ORCID=\"0000-0002-5645-3493\")), person(\"Andras\",\"Sali\",email=\"andras.sali@alphacruncher.hu\",role=c(\"aut\"),comment=\"Original creator of shinycssloaders package\"), person(\"Luke\",\"Hass\",role=c(\"ctb\",\"cph\"),comment=\"Author of included CSS loader code\") )", + "Description": "When a 'Shiny' output (such as a plot, table, map, etc.) is recalculating, it remains visible but gets greyed out. Using 'shinycssloaders', you can add a loading animation (\"spinner\") to outputs instead. By wrapping a 'Shiny' output in 'withSpinner()', a spinner will automatically appear while the output is recalculating. You can also manually show and hide the spinner, or add a full-page spinner to cover the entire page. See the demo online at .", + "License": "MIT + file LICENSE", + "URL": "https://github.com/daattali/shinycssloaders, https://daattali.com/shiny/shinycssloaders-demo/", + "BugReports": "https://github.com/daattali/shinycssloaders/issues", + "Depends": [ + "R (>= 3.1)" + ], + "Imports": [ "digest", "glue", "grDevices", - "htmltools", + "htmltools (>= 0.3.5)", "shiny" ], - "Hash": "2b45a467a30d6a88a1892a738c0900cf" + "Suggests": [ + "knitr", + "shinydisconnect", + "shinyjs" + ], + "RoxygenNote": "7.2.3", + "Encoding": "UTF-8", + "NeedsCompilation": "no", + "Author": "Dean Attali [aut, cre] (Maintainer/developer of shinycssloaders since 2019, ), Andras Sali [aut] (Original creator of shinycssloaders package), Luke Hass [ctb, cph] (Author of included CSS loader code)", + "Maintainer": "Dean Attali ", + "Repository": "RSPM" }, "shinyjs": { "Package": "shinyjs", "Version": "2.1.0", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "digest", + "Title": "Easily Improve the User Experience of Your Shiny Apps in Seconds", + "Authors@R": "person(\"Dean\", \"Attali\", email = \"daattali@gmail.com\", role = c(\"aut\", \"cre\"), comment= c(ORCID=\"0000-0002-5645-3493\"))", + "Description": "Perform common useful JavaScript operations in Shiny apps that will greatly improve your apps without having to know any JavaScript. Examples include: hiding an element, disabling an input, resetting an input back to its original value, delaying code execution by a few seconds, and many more useful functions for both the end user and the developer. 'shinyjs' can also be used to easily call your own custom JavaScript functions from R.", + "URL": "https://deanattali.com/shinyjs/", + "BugReports": "https://github.com/daattali/shinyjs/issues", + "Depends": [ + "R (>= 3.1.0)" + ], + "Imports": [ + "digest (>= 0.6.8)", "jsonlite", - "shiny" + "shiny (>= 1.0.0)" + ], + "Suggests": [ + "htmltools (>= 0.2.9)", + "knitr (>= 1.7)", + "rmarkdown", + "shinyAce", + "shinydisconnect", + "testthat (>= 0.9.1)" + ], + "License": "MIT + file LICENSE", + "VignetteBuilder": "knitr", + "RoxygenNote": "7.1.1", + "Encoding": "UTF-8", + "NeedsCompilation": "no", + "Author": "Dean Attali [aut, cre] ()", + "Maintainer": "Dean Attali ", + "Repository": "CRAN" + }, + "shinymanager": { + "Package": "shinymanager", + "Version": "1.0.410", + "Source": "Repository", + "Title": "Authentication Management for 'Shiny' Applications", + "Authors@R": "c( person(\"Benoit\", \"Thieurmel\", email = \"bthieurmel@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Victor\", \"Perrier\", email = \"victor.perrier@dreamRs.fr\", role = c(\"aut\")) )", + "Description": "Simple and secure authentification mechanism for single 'Shiny' applications. Credentials are stored in an encrypted 'SQLite' database. Source code of main application is protected until authentication is successful.", + "License": "GPL-3", + "URL": "https://github.com/datastorm-open/shinymanager", + "Encoding": "UTF-8", + "RoxygenNote": "7.1.2", + "Imports": [ + "R6", + "shiny", + "htmltools", + "DT (>= 0.5)", + "DBI", + "RSQLite", + "openssl", + "R.utils", + "billboarder", + "scrypt" + ], + "Suggests": [ + "keyring", + "testthat (>= 2.1.0)", + "knitr", + "rmarkdown" + ], + "VignetteBuilder": "knitr", + "NeedsCompilation": "no", + "Author": "Benoit Thieurmel [aut, cre], Victor Perrier [aut]", + "Maintainer": "Benoit Thieurmel ", + "Repository": "CRAN" + }, + "shinytest2": { + "Package": "shinytest2", + "Version": "0.4.1", + "Source": "Repository", + "Title": "Testing for Shiny Applications", + "Authors@R": "c( person(\"Barret\", \"Schloerke\", role = c(\"cre\", \"aut\"), email = \"barret@posit.co\", comment = c(ORCID = \"0000-0001-9986-114X\")), person(family = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"Winston\", \"Chang\", role =\"ctb\", email = \"winston@posit.co\", comment = \"Original author to rstudio/shinytest\"), person(\"Gábor\", \"Csárdi\", role = \"ctb\", email = \"gabor@posit.co\", comment = \"Original author to rstudio/shinytest\"), person(\"Hadley\", \"Wickham\", role = \"ctb\", email = \"hadley@posit.co\", comment = \"Original author to rstudio/shinytest\"), person(family = \"Mango Solutions\", role = c(\"cph\", \"ccp\"), comment = \"Original author to rstudio/shinytest\") )", + "Description": "Automated unit testing of Shiny applications through a headless 'Chromium' browser.", + "License": "MIT + file LICENSE", + "Encoding": "UTF-8", + "Language": "en-US", + "RoxygenNote": "7.3.2", + "URL": "https://rstudio.github.io/shinytest2/, https://github.com/rstudio/shinytest2", + "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 (>= 0.5.0)", + "cli", + "fs", + "globals (>= 0.14.0)", + "httr", + "jsonlite", + "pingr", + "rlang (>= 1.0.0)", + "rmarkdown", + "shiny", + "withr", + "lifecycle" + ], + "Suggests": [ + "deSolve", + "diffobj", + "ggplot2", + "knitr", + "plotly", + "png", + "rstudioapi", + "shinyWidgets", + "shinytest (>= 1.5.1)", + "shinyvalidate (>= 0.1.2)", + "showimage", + "usethis", + "vdiffr (>= 1.0.0)", + "spelling" + ], + "Config/Needs/check": "rstudio/shiny, bslib", + "Config/Needs/website": "pkgdown, tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Collate": "'R6-helper.R' 'app-driver-chromote.R' 'app-driver-dir.R' 'app-driver-expect-download.R' 'app-driver-expect-js.R' 'app-driver-expect-screenshot.R' 'app-driver-expect-unique-names.R' 'app-driver-expect-values.R' 'app-driver-get-log.R' 'app-driver-initialize.R' 'app-driver-log-message.R' 'app-driver-message.R' 'app-driver-node.R' 'app-driver-set-inputs.R' 'app-driver-start.R' 'app-driver-stop.R' 'app-driver-timeout.R' 'app-driver-upload-file.R' 'app-driver-variant.R' 'app-driver-wait.R' 'app-driver-window.R' 'app-driver.R' 'chromote-methods.R' 'compare-screenshot-threshold.R' 'cpp11.R' 'expect-snapshot.R' 'expr-recurse.R' 'httr.R' 'migrate.R' 'missing-value.R' 'utils.R' 'platform.R' 'record-test-unique-name.R' 'record-test.R' 'rstudio.R' 'save-app.R' 'shiny-browser.R' 'shinytest2-logs.R' 'shinytest2-package.R' 'test-app.R' 'use.R'", + "LinkingTo": [ + "cpp11" + ], + "NeedsCompilation": "yes", + "Author": "Barret Schloerke [cre, aut] (), Posit Software, PBC [cph, fnd], Winston Chang [ctb] (Original author to rstudio/shinytest), Gábor Csárdi [ctb] (Original author to rstudio/shinytest), Hadley Wickham [ctb] (Original author to rstudio/shinytest), Mango Solutions [cph, ccp] (Original author to rstudio/shinytest)", + "Maintainer": "Barret Schloerke ", + "Repository": "CRAN" + }, + "sourcetools": { + "Package": "sourcetools", + "Version": "0.1.7-1", + "Source": "Repository", + "Type": "Package", + "Title": "Tools for Reading, Tokenizing and Parsing R Code", + "Author": "Kevin Ushey", + "Maintainer": "Kevin Ushey ", + "Description": "Tools for the reading and tokenization of R code. The 'sourcetools' package provides both an R and C++ interface for the tokenization of R code, and helpers for interacting with the tokenized representation of R code.", + "License": "MIT + file LICENSE", + "Depends": [ + "R (>= 3.0.2)" + ], + "Suggests": [ + "testthat" + ], + "RoxygenNote": "5.0.1", + "BugReports": "https://github.com/kevinushey/sourcetools/issues", + "Encoding": "UTF-8", + "NeedsCompilation": "yes", + "Repository": "CRAN" + }, + "stringi": { + "Package": "stringi", + "Version": "1.8.7", + "Source": "Repository", + "Date": "2025-03-27", + "Title": "Fast and Portable Character String Processing Facilities", + "Description": "A collection of character string/text/natural language processing tools for pattern searching (e.g., with 'Java'-like regular expressions or the 'Unicode' collation algorithm), random string generation, case mapping, string transliteration, concatenation, sorting, padding, wrapping, Unicode normalisation, date-time formatting and parsing, and many more. They are fast, consistent, convenient, and - thanks to 'ICU' (International Components for Unicode) - portable across all locales and platforms. Documentation about 'stringi' is provided via its website at and the paper by Gagolewski (2022, ).", + "URL": "https://stringi.gagolewski.com/, https://github.com/gagolews/stringi, https://icu.unicode.org/", + "BugReports": "https://github.com/gagolews/stringi/issues", + "SystemRequirements": "ICU4C (>= 61, optional)", + "Type": "Package", + "Depends": [ + "R (>= 3.4)" + ], + "Imports": [ + "tools", + "utils", + "stats" + ], + "Biarch": "TRUE", + "License": "file LICENSE", + "Authors@R": "c(person(given = \"Marek\", family = \"Gagolewski\", role = c(\"aut\", \"cre\", \"cph\"), email = \"marek@gagolewski.com\", comment = c(ORCID = \"0000-0003-0637-6028\")), person(given = \"Bartek\", family = \"Tartanus\", role = \"ctb\"), person(\"Unicode, Inc. and others\", role=\"ctb\", comment = \"ICU4C source code, Unicode Character Database\") )", + "RoxygenNote": "7.3.2", + "Encoding": "UTF-8", + "NeedsCompilation": "yes", + "Author": "Marek Gagolewski [aut, cre, cph] (), Bartek Tartanus [ctb], Unicode, Inc. and others [ctb] (ICU4C source code, Unicode Character Database)", + "Maintainer": "Marek Gagolewski ", + "License_is_FOSS": "yes", + "Repository": "CRAN" + }, + "stringr": { + "Package": "stringr", + "Version": "1.5.1", + "Source": "Repository", + "Title": "Simple, Consistent Wrappers for Common String Operations", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\", \"cph\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "A consistent, simple and easy to use set of wrappers around the fantastic 'stringi' package. All function and argument names (and positions) are consistent, all functions deal with \"NA\"'s and zero length vectors in the same way, and the output from one function is easy to feed into the input of another.", + "License": "MIT + file LICENSE", + "URL": "https://stringr.tidyverse.org, https://github.com/tidyverse/stringr", + "BugReports": "https://github.com/tidyverse/stringr/issues", + "Depends": [ + "R (>= 3.6)" + ], + "Imports": [ + "cli", + "glue (>= 1.6.1)", + "lifecycle (>= 1.0.3)", + "magrittr", + "rlang (>= 1.0.0)", + "stringi (>= 1.5.3)", + "vctrs (>= 0.4.0)" + ], + "Suggests": [ + "covr", + "dplyr", + "gt", + "htmltools", + "htmlwidgets", + "knitr", + "rmarkdown", + "testthat (>= 3.0.0)", + "tibble" + ], + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "LazyData": "true", + "RoxygenNote": "7.2.3", + "NeedsCompilation": "no", + "Author": "Hadley Wickham [aut, cre, cph], Posit Software, PBC [cph, fnd]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN" + }, + "svglite": { + "Package": "svglite", + "Version": "2.2.1", + "Source": "Repository", + "Title": "An 'SVG' Graphics Device", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"), person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"T Jake\", \"Luciani\", , \"jake@apache.org\", role = \"aut\"), person(\"Matthieu\", \"Decorde\", , \"matthieu.decorde@ens-lyon.fr\", role = \"aut\"), person(\"Vaudor\", \"Lise\", , \"lise.vaudor@ens-lyon.fr\", role = \"aut\"), person(\"Tony\", \"Plate\", role = \"ctb\", comment = \"Early line dashing code\"), person(\"David\", \"Gohel\", role = \"ctb\", comment = \"Line dashing code and early raster code\"), person(\"Yixuan\", \"Qiu\", role = \"ctb\", comment = \"Improved styles; polypath implementation\"), person(\"Håkon\", \"Malmedal\", role = \"ctb\", comment = \"Opacity code\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", + "Description": "A graphics device for R that produces 'Scalable Vector Graphics'. 'svglite' is a fork of the older 'RSvgDevice' package.", + "License": "GPL (>= 2)", + "URL": "https://svglite.r-lib.org, https://github.com/r-lib/svglite", + "BugReports": "https://github.com/r-lib/svglite/issues", + "Depends": [ + "R (>= 4.1)" + ], + "Imports": [ + "base64enc", + "cli", + "lifecycle", + "rlang (>= 1.1.0)", + "systemfonts (>= 1.2.3)", + "textshaping (>= 0.3.0)" + ], + "Suggests": [ + "covr", + "fontquiver (>= 0.2.0)", + "htmltools", + "knitr", + "rmarkdown", + "testthat (>= 3.0.0)", + "xml2 (>= 1.0.0)" + ], + "LinkingTo": [ + "cpp11", + "systemfonts", + "textshaping" ], - "Hash": "802e4786b353a4bb27116957558548d5" + "VignetteBuilder": "knitr", + "Config/build/compilation-database": "true", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Config/usethis/last-upkeep": "2025-04-25", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "SystemRequirements": "libpng", + "NeedsCompilation": "yes", + "Author": "Hadley Wickham [aut], Lionel Henry [aut], Thomas Lin Pedersen [cre, aut] (ORCID: ), T Jake Luciani [aut], Matthieu Decorde [aut], Vaudor Lise [aut], Tony Plate [ctb] (Early line dashing code), David Gohel [ctb] (Line dashing code and early raster code), Yixuan Qiu [ctb] (Improved styles; polypath implementation), Håkon Malmedal [ctb] (Opacity code), Posit Software, PBC [cph, fnd] (ROR: )", + "Maintainer": "Thomas Lin Pedersen ", + "Repository": "CRAN" }, - "sourcetools": { - "Package": "sourcetools", - "Version": "0.1.7-1", + "sys": { + "Package": "sys", + "Version": "3.4.3", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" + "Type": "Package", + "Title": "Powerful and Reliable Tools for Running System Commands in R", + "Authors@R": "c(person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = \"ctb\"))", + "Description": "Drop-in replacements for the base system2() function with fine control and consistent behavior across platforms. Supports clean interruption, timeout, background tasks, and streaming STDIN / STDOUT / STDERR over binary or text connections. Arguments on Windows automatically get encoded and quoted to work on different locales.", + "License": "MIT + file LICENSE", + "URL": "https://jeroen.r-universe.dev/sys", + "BugReports": "https://github.com/jeroen/sys/issues", + "Encoding": "UTF-8", + "RoxygenNote": "7.1.1", + "Suggests": [ + "unix (>= 1.4)", + "spelling", + "testthat" ], - "Hash": "5f5a7629f956619d519205ec475fe647" + "Language": "en-US", + "NeedsCompilation": "yes", + "Author": "Jeroen Ooms [aut, cre] (), Gábor Csárdi [ctb]", + "Maintainer": "Jeroen Ooms ", + "Repository": "CRAN" }, - "stringi": { - "Package": "stringi", - "Version": "1.8.4", + "systemfonts": { + "Package": "systemfonts", + "Version": "1.2.3", "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "stats", + "Type": "Package", + "Title": "System Native Font Finding", + "Authors@R": "c( person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Jeroen\", \"Ooms\", , \"jeroen@berkeley.edu\", role = \"aut\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Devon\", \"Govett\", role = \"aut\", comment = \"Author of font-manager\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", + "Description": "Provides system native access to the font catalogue. As font handling varies between systems it is difficult to correctly locate installed fonts across different operating systems. The 'systemfonts' package provides bindings to the native libraries on Windows, macOS and Linux for finding font files that can then be used further by e.g. graphic devices. The main use is intended to be from compiled code but 'systemfonts' also provides access from R.", + "License": "MIT + file LICENSE", + "URL": "https://github.com/r-lib/systemfonts, https://systemfonts.r-lib.org", + "BugReports": "https://github.com/r-lib/systemfonts/issues", + "Depends": [ + "R (>= 3.2.0)" + ], + "Imports": [ + "base64enc", + "grid", + "jsonlite", + "lifecycle", "tools", "utils" ], - "Hash": "39e1144fd75428983dc3f63aa53dfa91" + "Suggests": [ + "covr", + "farver", + "graphics", + "knitr", + "rmarkdown", + "testthat (>= 2.1.0)" + ], + "LinkingTo": [ + "cpp11 (>= 0.2.1)" + ], + "VignetteBuilder": "knitr", + "Config/build/compilation-database": "true", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/usethis/last-upkeep": "2025-04-23", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "SystemRequirements": "fontconfig, freetype2", + "NeedsCompilation": "yes", + "Author": "Thomas Lin Pedersen [aut, cre] (ORCID: ), Jeroen Ooms [aut] (ORCID: ), Devon Govett [aut] (Author of font-manager), Posit Software, PBC [cph, fnd] (ROR: )", + "Maintainer": "Thomas Lin Pedersen ", + "Repository": "CRAN" }, - "stringr": { - "Package": "stringr", - "Version": "1.5.1", + "testthat": { + "Package": "testthat", + "Version": "3.2.3", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "glue", - "lifecycle", - "magrittr", - "rlang", - "stringi", - "vctrs" + "Title": "Unit Testing for R", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"R Core team\", role = \"ctb\", comment = \"Implementation of utils::recover()\") )", + "Description": "Software testing is important, but, in part because it is frustrating and boring, many of us avoid it. 'testthat' is a testing framework for R that is easy to learn and use, and integrates with your 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.6.0)" + ], + "Imports": [ + "brio (>= 1.1.3)", + "callr (>= 3.7.3)", + "cli (>= 3.6.1)", + "desc (>= 1.4.2)", + "digest (>= 0.6.33)", + "evaluate (>= 1.0.1)", + "jsonlite (>= 1.8.7)", + "lifecycle (>= 1.0.3)", + "magrittr (>= 2.0.3)", + "methods", + "pkgload (>= 1.3.2.1)", + "praise (>= 1.0.0)", + "processx (>= 3.8.2)", + "ps (>= 1.7.5)", + "R6 (>= 2.5.1)", + "rlang (>= 1.1.1)", + "utils", + "waldo (>= 0.6.0)", + "withr (>= 3.0.2)" + ], + "Suggests": [ + "covr", + "curl (>= 0.9.5)", + "diffviewer (>= 0.1.0)", + "knitr", + "rmarkdown", + "rstudioapi", + "S7", + "shiny", + "usethis", + "vctrs (>= 0.1.0)", + "xml2" ], - "Hash": "960e2ae9e09656611e0b8214ad543207" + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Config/testthat/parallel": "true", + "Config/testthat/start-first": "watcher, parallel*", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "yes", + "Author": "Hadley Wickham [aut, cre], Posit Software, PBC [cph, fnd], R Core team [ctb] (Implementation of utils::recover())", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN" }, - "sys": { - "Package": "sys", - "Version": "3.4.2", + "textshaping": { + "Package": "textshaping", + "Version": "1.0.1", "Source": "Repository", - "Repository": "RSPM", - "Hash": "3a1be13d68d47a8cd0bfd74739ca1555" + "Title": "Bindings to the 'HarfBuzz' and 'Fribidi' Libraries for Text Shaping", + "Authors@R": "c( person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", + "Description": "Provides access to the text shaping functionality in the 'HarfBuzz' library and the bidirectional algorithm in the 'Fribidi' library. 'textshaping' is a low-level utility package mainly for graphic devices that expands upon the font tool-set provided by the 'systemfonts' package.", + "License": "MIT + file LICENSE", + "URL": "https://github.com/r-lib/textshaping", + "BugReports": "https://github.com/r-lib/textshaping/issues", + "Depends": [ + "R (>= 3.2.0)" + ], + "Imports": [ + "lifecycle", + "stats", + "stringi", + "systemfonts (>= 1.1.0)", + "utils" + ], + "Suggests": [ + "covr", + "grDevices", + "grid", + "knitr", + "rmarkdown", + "testthat (>= 3.0.0)" + ], + "LinkingTo": [ + "cpp11 (>= 0.2.1)", + "systemfonts (>= 1.0.0)" + ], + "VignetteBuilder": "knitr", + "Config/build/compilation-database": "true", + "Config/testthat/edition": "3", + "Config/usethis/last-upkeep": "2025-04-23", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "SystemRequirements": "freetype2, harfbuzz, fribidi", + "NeedsCompilation": "yes", + "Author": "Thomas Lin Pedersen [cre, aut] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: )", + "Maintainer": "Thomas Lin Pedersen ", + "Repository": "CRAN" }, "tibble": { "Package": "tibble", - "Version": "3.2.1", + "Version": "3.3.0", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "fansi", - "lifecycle", + "Title": "Simple Data Frames", + "Authors@R": "c(person(given = \"Kirill\", family = \"M\\u00fcller\", role = c(\"aut\", \"cre\"), email = \"kirill@cynkra.com\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Hadley\", family = \"Wickham\", role = \"aut\", email = \"hadley@rstudio.com\"), person(given = \"Romain\", family = \"Francois\", role = \"ctb\", email = \"romain@r-enthusiasts.com\"), person(given = \"Jennifer\", family = \"Bryan\", role = \"ctb\", email = \"jenny@rstudio.com\"), person(given = \"RStudio\", role = c(\"cph\", \"fnd\")))", + "Description": "Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the traditional data frame.", + "License": "MIT + file LICENSE", + "URL": "https://tibble.tidyverse.org/, https://github.com/tidyverse/tibble", + "BugReports": "https://github.com/tidyverse/tibble/issues", + "Depends": [ + "R (>= 3.4.0)" + ], + "Imports": [ + "cli", + "lifecycle (>= 1.0.0)", "magrittr", "methods", - "pillar", + "pillar (>= 1.8.1)", "pkgconfig", - "rlang", + "rlang (>= 1.0.2)", "utils", - "vctrs" + "vctrs (>= 0.5.0)" + ], + "Suggests": [ + "bench", + "bit64", + "blob", + "brio", + "callr", + "DiagrammeR", + "dplyr", + "evaluate", + "formattable", + "ggplot2", + "here", + "hms", + "htmltools", + "knitr", + "lubridate", + "nycflights13", + "pkgload", + "purrr", + "rmarkdown", + "stringi", + "testthat (>= 3.0.2)", + "tidyr", + "withr" ], - "Hash": "a84e2cc86d07289b3b6f5069df7a004c" + "VignetteBuilder": "knitr", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2.9000", + "Config/testthat/edition": "3", + "Config/testthat/parallel": "true", + "Config/testthat/start-first": "vignette-formats, as_tibble, add, invariants", + "Config/autostyle/scope": "line_breaks", + "Config/autostyle/strict": "true", + "Config/autostyle/rmd": "false", + "Config/Needs/website": "tidyverse/tidytemplate", + "NeedsCompilation": "yes", + "Author": "Kirill Müller [aut, cre] (ORCID: ), Hadley Wickham [aut], Romain Francois [ctb], Jennifer Bryan [ctb], RStudio [cph, fnd]", + "Maintainer": "Kirill Müller ", + "Repository": "CRAN" }, "tidyr": { "Package": "tidyr", "Version": "1.3.1", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "cpp11", - "dplyr", + "Title": "Tidy Messy Data", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")), person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\"), person(\"Maximilian\", \"Girlich\", role = \"aut\"), person(\"Kevin\", \"Ushey\", , \"kevin@posit.co\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "Tools to help to create tidy data, where each column is a variable, each row is an observation, and each cell contains a single value. 'tidyr' contains tools for changing the shape (pivoting) and hierarchy (nesting and 'unnesting') of a dataset, turning deeply nested lists into rectangular data frames ('rectangling'), and extracting values out of string columns. It also includes tools for working with missing values (both implicit and explicit).", + "License": "MIT + file LICENSE", + "URL": "https://tidyr.tidyverse.org, https://github.com/tidyverse/tidyr", + "BugReports": "https://github.com/tidyverse/tidyr/issues", + "Depends": [ + "R (>= 3.6)" + ], + "Imports": [ + "cli (>= 3.4.1)", + "dplyr (>= 1.0.10)", "glue", - "lifecycle", + "lifecycle (>= 1.0.3)", "magrittr", - "purrr", - "rlang", - "stringr", - "tibble", - "tidyselect", + "purrr (>= 1.0.1)", + "rlang (>= 1.1.1)", + "stringr (>= 1.5.0)", + "tibble (>= 2.1.1)", + "tidyselect (>= 1.2.0)", "utils", - "vctrs" + "vctrs (>= 0.5.2)" + ], + "Suggests": [ + "covr", + "data.table", + "knitr", + "readr", + "repurrrsive (>= 1.1.0)", + "rmarkdown", + "testthat (>= 3.0.0)" ], - "Hash": "915fb7ce036c22a6a33b5a8adb712eb1" + "LinkingTo": [ + "cpp11 (>= 0.4.0)" + ], + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "LazyData": "true", + "RoxygenNote": "7.3.0", + "NeedsCompilation": "yes", + "Author": "Hadley Wickham [aut, cre], Davis Vaughan [aut], Maximilian Girlich [aut], Kevin Ushey [ctb], Posit Software, PBC [cph, fnd]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN" }, "tidyselect": { "Package": "tidyselect", "Version": "1.2.1", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", - "glue", - "lifecycle", - "rlang", - "vctrs", + "Title": "Select from a Set of Strings", + "Authors@R": "c( person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "A backend for the selecting functions of the 'tidyverse'. It makes it easy to implement select-like functions in your own packages in a way that is consistent with other 'tidyverse' interfaces for selection.", + "License": "MIT + file LICENSE", + "URL": "https://tidyselect.r-lib.org, https://github.com/r-lib/tidyselect", + "BugReports": "https://github.com/r-lib/tidyselect/issues", + "Depends": [ + "R (>= 3.4)" + ], + "Imports": [ + "cli (>= 3.3.0)", + "glue (>= 1.3.0)", + "lifecycle (>= 1.0.3)", + "rlang (>= 1.0.4)", + "vctrs (>= 0.5.2)", "withr" ], - "Hash": "829f27b9c4919c16b593794a6344d6c0" + "Suggests": [ + "covr", + "crayon", + "dplyr", + "knitr", + "magrittr", + "rmarkdown", + "stringr", + "testthat (>= 3.1.1)", + "tibble (>= 2.1.3)" + ], + "VignetteBuilder": "knitr", + "ByteCompile": "true", + "Config/testthat/edition": "3", + "Config/Needs/website": "tidyverse/tidytemplate", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.0.9000", + "NeedsCompilation": "yes", + "Author": "Lionel Henry [aut, cre], Hadley Wickham [aut], Posit Software, PBC [cph, fnd]", + "Maintainer": "Lionel Henry ", + "Repository": "CRAN" }, "timevis": { "Package": "timevis", "Version": "2.1.0", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "htmltools", - "htmlwidgets", + "Title": "Create Interactive Timeline Visualizations in R", + "Authors@R": "c( person(\"Dean\", \"Attali\", email = \"daattali@gmail.com\", role = c(\"aut\", \"cre\"), comment = c(\"R interface\", ORCID=\"0000-0002-5645-3493\")), person(family = \"Almende B.V.\", role = c(\"aut\", \"cph\"), comment = \"vis.js Timeline library, https://visjs.github.io/vis-timeline/docs/timeline/\") )", + "Description": "Create rich and fully interactive timeline visualizations. Timelines can be included in Shiny apps or R markdown documents. 'timevis' includes an extensive API to manipulate a timeline after creation, and supports getting data out of the visualization into R. Based on the 'vis.js' Timeline JavaScript library.", + "URL": "https://github.com/daattali/timevis", + "BugReports": "https://github.com/daattali/timevis/issues", + "Depends": [ + "R (>= 3.1.0)" + ], + "Imports": [ + "htmltools (>= 0.2.6)", + "htmlwidgets (>= 0.6)", "jsonlite", "magrittr", "methods", "rmarkdown", "shiny" ], - "Hash": "322f35cae1fcac54fe0c14201fb1fecf" + "Suggests": [ + "lubridate", + "testthat (>= 0.9.1)", + "shinydisconnect" + ], + "License": "MIT + file LICENSE", + "Encoding": "UTF-8", + "LazyData": "true", + "RoxygenNote": "7.2.1", + "NeedsCompilation": "no", + "Author": "Dean Attali [aut, cre] (R interface, ), Almende B.V. [aut, cph] (vis.js Timeline library, https://visjs.github.io/vis-timeline/docs/timeline/)", + "Maintainer": "Dean Attali ", + "Repository": "RSPM" }, "tinytex": { "Package": "tinytex", - "Version": "0.53", + "Version": "0.57", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "xfun" + "Type": "Package", + "Title": "Helper Functions to Install and Maintain TeX Live, and Compile LaTeX Documents", + "Authors@R": "c( person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")), person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"Christophe\", \"Dervieux\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4474-2498\")), person(\"Devon\", \"Ryan\", role = \"ctb\", email = \"dpryan79@gmail.com\", comment = c(ORCID = \"0000-0002-8549-0971\")), person(\"Ethan\", \"Heinzen\", role = \"ctb\"), person(\"Fernando\", \"Cagua\", role = \"ctb\"), person() )", + "Description": "Helper functions to install and maintain the 'LaTeX' distribution named 'TinyTeX' (), a lightweight, cross-platform, portable, and easy-to-maintain version of 'TeX Live'. This package also contains helper functions to compile 'LaTeX' documents, and install missing 'LaTeX' packages automatically.", + "Imports": [ + "xfun (>= 0.48)" ], - "Hash": "9db859e8aabbb474293dde3097839420" + "Suggests": [ + "testit", + "rstudioapi" + ], + "License": "MIT + file LICENSE", + "URL": "https://github.com/rstudio/tinytex", + "BugReports": "https://github.com/rstudio/tinytex/issues", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "no", + "Author": "Yihui Xie [aut, cre, cph] (), Posit Software, PBC [cph, fnd], Christophe Dervieux [ctb] (), Devon Ryan [ctb] (), Ethan Heinzen [ctb], Fernando Cagua [ctb]", + "Maintainer": "Yihui Xie ", + "Repository": "CRAN" }, "tzdb": { "Package": "tzdb", - "Version": "0.4.0", + "Version": "0.5.0", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cpp11" + "Title": "Time Zone Database Information", + "Authors@R": "c( person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = c(\"aut\", \"cre\")), person(\"Howard\", \"Hinnant\", role = \"cph\", comment = \"Author of the included date library\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "Provides an up-to-date copy of the Internet Assigned Numbers Authority (IANA) Time Zone Database. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight saving time rules. Additionally, this package provides a C++ interface for working with the 'date' library. 'date' provides comprehensive support for working with dates and date-times, which this package exposes to make it easier for other R packages to utilize. Headers are provided for calendar specific calculations, along 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 (>= 4.0.0)" + ], + "Suggests": [ + "covr", + "testthat (>= 3.0.0)" + ], + "LinkingTo": [ + "cpp11 (>= 0.5.2)" + ], + "Biarch": "yes", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "yes", + "Author": "Davis Vaughan [aut, cre], Howard Hinnant [cph] (Author of the included date library), Posit Software, PBC [cph, fnd]", + "Maintainer": "Davis Vaughan ", + "Repository": "CRAN" + }, + "urlchecker": { + "Package": "urlchecker", + "Version": "1.0.1", + "Source": "Repository", + "Title": "Run CRAN URL Checks from Older R Versions", + "Authors@R": "c( person(\"R Core team\", role = \"aut\", comment = \"The code in urltools.R adapted from the tools package\"), person(\"Jim\", \"Hester\", role = \"aut\", comment = c(ORCID = \"0000-0002-2739-7082\")), person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"RStudio\", role = c(\"cph\", \"fnd\")) )", + "Description": "Provide the URL checking tools available in R 4.1+ as a package for earlier versions of R. Also uses concurrent requests so can be much faster than the serial versions.", + "License": "GPL-3", + "URL": "https://github.com/r-lib/urlchecker", + "BugReports": "https://github.com/r-lib/urlchecker/issues", + "Depends": [ + "R (>= 3.3)" + ], + "Imports": [ + "cli", + "curl", + "tools", + "xml2" + ], + "Suggests": [ + "covr" + ], + "Encoding": "UTF-8", + "RoxygenNote": "7.1.2", + "NeedsCompilation": "no", + "Author": "R Core team [aut] (The code in urltools.R adapted from the tools package), Jim Hester [aut] (), Gábor Csárdi [aut, cre], RStudio [cph, fnd]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN" + }, + "usethis": { + "Package": "usethis", + "Version": "3.1.0", + "Source": "Repository", + "Title": "Automate Package and Project Setup", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"Malcolm\", \"Barrett\", , \"malcolmbarrett@gmail.com\", role = \"aut\", comment = c(ORCID = \"0000-0003-0299-5825\")), person(\"Andy\", \"Teucher\", , \"andy.teucher@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0002-7840-692X\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "Automate package and project setup tasks that are otherwise performed manually. This includes setting up unit testing, test coverage, continuous integration, Git, 'GitHub', licenses, 'Rcpp', 'RStudio' projects, and more.", + "License": "MIT + file LICENSE", + "URL": "https://usethis.r-lib.org, https://github.com/r-lib/usethis", + "BugReports": "https://github.com/r-lib/usethis/issues", + "Depends": [ + "R (>= 3.6)" + ], + "Imports": [ + "cli (>= 3.0.1)", + "clipr (>= 0.3.0)", + "crayon", + "curl (>= 2.7)", + "desc (>= 1.4.2)", + "fs (>= 1.3.0)", + "gert (>= 1.4.1)", + "gh (>= 1.2.1)", + "glue (>= 1.3.0)", + "jsonlite", + "lifecycle (>= 1.0.0)", + "purrr", + "rappdirs", + "rlang (>= 1.1.0)", + "rprojroot (>= 1.2)", + "rstudioapi", + "stats", + "tools", + "utils", + "whisker", + "withr (>= 2.3.0)", + "yaml" + ], + "Suggests": [ + "covr", + "knitr", + "magick", + "pkgload (>= 1.3.2.1)", + "rmarkdown", + "roxygen2 (>= 7.1.2)", + "spelling (>= 1.2)", + "styler (>= 1.2.0)", + "testthat (>= 3.1.8)" ], - "Hash": "f561504ec2897f4d46f0c7657e488ae1" + "Config/Needs/website": "r-lib/asciicast, tidyverse/tidytemplate, xml2", + "Config/testthat/edition": "3", + "Config/testthat/parallel": "TRUE", + "Config/testthat/start-first": "github-actions, release", + "Encoding": "UTF-8", + "Language": "en-US", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "no", + "Author": "Hadley Wickham [aut] (), Jennifer Bryan [aut, cre] (), Malcolm Barrett [aut] (), Andy Teucher [aut] (), Posit Software, PBC [cph, fnd]", + "Maintainer": "Jennifer Bryan ", + "Repository": "CRAN" }, "utf8": { "Package": "utf8", - "Version": "1.2.4", + "Version": "1.2.6", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" + "Title": "Unicode Text Processing", + "Authors@R": "c(person(given = c(\"Patrick\", \"O.\"), family = \"Perry\", role = c(\"aut\", \"cph\")), person(given = \"Kirill\", family = \"M\\u00fcller\", role = \"cre\", email = \"kirill@cynkra.com\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Unicode, Inc.\", role = c(\"cph\", \"dtc\"), comment = \"Unicode Character Database\"))", + "Description": "Process and print 'UTF-8' encoded international text (Unicode). Input, validate, normalize, encode, format, and display.", + "License": "Apache License (== 2.0) | file LICENSE", + "URL": "https://krlmlr.github.io/utf8/, https://github.com/krlmlr/utf8", + "BugReports": "https://github.com/krlmlr/utf8/issues", + "Depends": [ + "R (>= 2.10)" + ], + "Suggests": [ + "cli", + "covr", + "knitr", + "rlang", + "rmarkdown", + "testthat (>= 3.0.0)", + "withr" ], - "Hash": "62b65c52671e6665f803ff02954446e9" + "VignetteBuilder": "knitr, rmarkdown", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2.9000", + "NeedsCompilation": "yes", + "Author": "Patrick O. Perry [aut, cph], Kirill Müller [cre] (ORCID: ), Unicode, Inc. [cph, dtc] (Unicode Character Database)", + "Maintainer": "Kirill Müller ", + "Repository": "CRAN" }, "vctrs": { "Package": "vctrs", "Version": "0.6.5", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "cli", + "Title": "Vector Helpers", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"), person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = c(\"aut\", \"cre\")), person(\"data.table team\", role = \"cph\", comment = \"Radix sort based on data.table's forder() and their contribution to R's order()\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "Defines new notions of prototype and size that are used to provide tools for consistent and well-founded type-coercion and size-recycling, and are in turn connected to ideas of type- and size-stability useful for analysing function interfaces.", + "License": "MIT + file LICENSE", + "URL": "https://vctrs.r-lib.org/, https://github.com/r-lib/vctrs", + "BugReports": "https://github.com/r-lib/vctrs/issues", + "Depends": [ + "R (>= 3.5.0)" + ], + "Imports": [ + "cli (>= 3.4.0)", "glue", - "lifecycle", - "rlang" + "lifecycle (>= 1.0.3)", + "rlang (>= 1.1.0)" + ], + "Suggests": [ + "bit64", + "covr", + "crayon", + "dplyr (>= 0.8.5)", + "generics", + "knitr", + "pillar (>= 1.4.4)", + "pkgdown (>= 2.0.1)", + "rmarkdown", + "testthat (>= 3.0.0)", + "tibble (>= 3.1.3)", + "waldo (>= 0.2.0)", + "withr", + "xml2", + "zeallot" ], - "Hash": "c03fa420630029418f7e6da3667aac4a" + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "Language": "en-GB", + "RoxygenNote": "7.2.3", + "NeedsCompilation": "yes", + "Author": "Hadley Wickham [aut], Lionel Henry [aut], Davis Vaughan [aut, cre], data.table team [cph] (Radix sort based on data.table's forder() and their contribution to R's order()), Posit Software, PBC [cph, fnd]", + "Maintainer": "Davis Vaughan ", + "Repository": "CRAN" }, "viridisLite": { "Package": "viridisLite", "Version": "0.4.2", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" + "Type": "Package", + "Title": "Colorblind-Friendly Color Maps (Lite Version)", + "Date": "2023-05-02", + "Authors@R": "c( person(\"Simon\", \"Garnier\", email = \"garnier@njit.edu\", role = c(\"aut\", \"cre\")), person(\"Noam\", \"Ross\", email = \"noam.ross@gmail.com\", role = c(\"ctb\", \"cph\")), person(\"Bob\", \"Rudis\", email = \"bob@rud.is\", role = c(\"ctb\", \"cph\")), person(\"Marco\", \"Sciaini\", email = \"sciaini.marco@gmail.com\", role = c(\"ctb\", \"cph\")), person(\"Antônio Pedro\", \"Camargo\", role = c(\"ctb\", \"cph\")), person(\"Cédric\", \"Scherer\", email = \"scherer@izw-berlin.de\", role = c(\"ctb\", \"cph\")) )", + "Maintainer": "Simon Garnier ", + "Description": "Color maps designed to improve graph readability for readers with common forms of color blindness and/or color vision deficiency. The color maps are also perceptually-uniform, both in regular form and also when converted to black-and-white for printing. This is the 'lite' version of the 'viridis' package that also contains 'ggplot2' bindings for discrete and continuous color and fill scales and can be found at .", + "License": "MIT + file LICENSE", + "Encoding": "UTF-8", + "Depends": [ + "R (>= 2.10)" ], - "Hash": "c826c7c4241b6fc89ff55aaea3fa7491" + "Suggests": [ + "hexbin (>= 1.27.0)", + "ggplot2 (>= 1.0.1)", + "testthat", + "covr" + ], + "URL": "https://sjmgarnier.github.io/viridisLite/, https://github.com/sjmgarnier/viridisLite/", + "BugReports": "https://github.com/sjmgarnier/viridisLite/issues/", + "RoxygenNote": "7.2.3", + "NeedsCompilation": "no", + "Author": "Simon Garnier [aut, cre], Noam Ross [ctb, cph], Bob Rudis [ctb, cph], Marco Sciaini [ctb, cph], Antônio Pedro Camargo [ctb, cph], Cédric Scherer [ctb, cph]", + "Repository": "CRAN" }, "vroom": { "Package": "vroom", "Version": "1.6.5", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", + "Title": "Read and Write Rectangular Text Data Quickly", + "Authors@R": "c( person(\"Jim\", \"Hester\", role = \"aut\", comment = c(ORCID = \"0000-0002-2739-7082\")), person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"Shelby\", \"Bearrows\", role = \"ctb\"), person(\"https://github.com/mandreyel/\", role = \"cph\", comment = \"mio library\"), person(\"Jukka\", \"Jylänki\", role = \"cph\", comment = \"grisu3 implementation\"), person(\"Mikkel\", \"Jørgensen\", role = \"cph\", comment = \"grisu3 implementation\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "The goal of 'vroom' is to read and write data (like 'csv', 'tsv' and 'fwf') quickly. When reading it uses a quick initial indexing step, then reads the values lazily , so only the data you actually use needs to be read. The writer formats the data in parallel and writes to disk asynchronously from formatting.", + "License": "MIT + file LICENSE", + "URL": "https://vroom.r-lib.org, https://github.com/tidyverse/vroom", + "BugReports": "https://github.com/tidyverse/vroom/issues", + "Depends": [ + "R (>= 3.6)" + ], + "Imports": [ "bit64", - "cli", - "cpp11", + "cli (>= 3.2.0)", "crayon", "glue", "hms", - "lifecycle", + "lifecycle (>= 1.0.3)", "methods", - "progress", - "rlang", + "rlang (>= 0.4.2)", "stats", - "tibble", + "tibble (>= 2.0.0)", "tidyselect", - "tzdb", - "vctrs", + "tzdb (>= 0.1.1)", + "vctrs (>= 0.2.0)", "withr" ], - "Hash": "390f9315bc0025be03012054103d227c" + "Suggests": [ + "archive", + "bench (>= 1.1.0)", + "covr", + "curl", + "dplyr", + "forcats", + "fs", + "ggplot2", + "knitr", + "patchwork", + "prettyunits", + "purrr", + "rmarkdown", + "rstudioapi", + "scales", + "spelling", + "testthat (>= 2.1.0)", + "tidyr", + "utils", + "waldo", + "xml2" + ], + "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", + "Copyright": "file COPYRIGHTS", + "Encoding": "UTF-8", + "Language": "en-US", + "RoxygenNote": "7.2.3.9000", + "NeedsCompilation": "yes", + "Author": "Jim Hester [aut] (), Hadley Wickham [aut] (), Jennifer Bryan [aut, cre] (), Shelby Bearrows [ctb], https://github.com/mandreyel/ [cph] (mio library), Jukka Jylänki [cph] (grisu3 implementation), Mikkel Jørgensen [cph] (grisu3 implementation), Posit Software, PBC [cph, fnd]", + "Maintainer": "Jennifer Bryan ", + "Repository": "CRAN" + }, + "waldo": { + "Package": "waldo", + "Version": "0.6.2", + "Source": "Repository", + "Title": "Find Differences Between R Objects", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "Compare complex R objects and reveal the key differences. Designed particularly for use in testing packages where being able to quickly isolate key differences makes understanding test failures much easier.", + "License": "MIT + file LICENSE", + "URL": "https://waldo.r-lib.org, https://github.com/r-lib/waldo", + "BugReports": "https://github.com/r-lib/waldo/issues", + "Depends": [ + "R (>= 4.0)" + ], + "Imports": [ + "cli", + "diffobj (>= 0.3.4)", + "glue", + "methods", + "rlang (>= 1.1.0)" + ], + "Suggests": [ + "bit64", + "R6", + "S7", + "testthat (>= 3.0.0)", + "withr", + "xml2" + ], + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "NeedsCompilation": "no", + "Author": "Hadley Wickham [aut, cre], Posit Software, PBC [cph, fnd]", + "Maintainer": "Hadley Wickham ", + "Repository": "CRAN" + }, + "websocket": { + "Package": "websocket", + "Version": "1.4.4", + "Source": "Repository", + "Title": "'WebSocket' Client Library", + "Description": "Provides a 'WebSocket' client interface for R. 'WebSocket' is a protocol for low-overhead real-time communication: .", + "Authors@R": "c( person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@posit.co\"), person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@posit.co\"), person(\"Alan\", \"Dipert\", role = \"aut\"), person(\"Barbara\", \"Borges\", role = \"aut\"), person(family = \"Posit, PBC\", role = \"cph\"), person(\"Peter\", \"Thorson\", role = c(\"ctb\", \"cph\"), comment = \"WebSocket++ library\"), person(\"René\", \"Nyffenegger\", role = c(\"ctb\", \"cph\"), comment = \"Base 64 library\"), person(\"Micael\", \"Hildenborg\", role = c(\"ctb\", \"cph\"), comment = \"SHA1 library\"), person(family = \"Aladdin Enterprises\", role = \"cph\", comment = \"MD5 library\"), person(\"Bjoern\", \"Hoehrmann\", role = c(\"ctb\", \"cph\"), comment = \"UTF8 Validation library\"))", + "License": "GPL-2", + "Encoding": "UTF-8", + "ByteCompile": "true", + "Imports": [ + "R6", + "later (>= 1.2.0)" + ], + "LinkingTo": [ + "cpp11", + "AsioHeaders", + "later" + ], + "BugReports": "https://github.com/rstudio/websocket/issues", + "SystemRequirements": "GNU make, OpenSSL >= 1.0.2", + "RoxygenNote": "7.3.2", + "Suggests": [ + "httpuv", + "testthat", + "knitr", + "rmarkdown" + ], + "VignetteBuilder": "knitr", + "NeedsCompilation": "yes", + "Author": "Winston Chang [aut, cre], Joe Cheng [aut], Alan Dipert [aut], Barbara Borges [aut], Posit, PBC [cph], Peter Thorson [ctb, cph] (WebSocket++ library), René Nyffenegger [ctb, cph] (Base 64 library), Micael Hildenborg [ctb, cph] (SHA1 library), Aladdin Enterprises [cph] (MD5 library), Bjoern Hoehrmann [ctb, cph] (UTF8 Validation library)", + "Maintainer": "Winston Chang ", + "Repository": "CRAN" + }, + "whisker": { + "Package": "whisker", + "Version": "0.4.1", + "Source": "Repository", + "Maintainer": "Edwin de Jonge ", + "License": "GPL-3", + "Title": "{{mustache}} for R, Logicless Templating", + "Type": "Package", + "LazyLoad": "yes", + "Author": "Edwin de Jonge", + "Description": "Implements 'Mustache' logicless templating.", + "URL": "https://github.com/edwindj/whisker", + "Suggests": [ + "markdown" + ], + "RoxygenNote": "6.1.1", + "NeedsCompilation": "no", + "Repository": "CRAN", + "Encoding": "UTF-8" }, "withr": { "Package": "withr", - "Version": "3.0.1", + "Version": "3.0.2", "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "grDevices", - "graphics" + "Title": "Run Code 'With' Temporarily Modified Global State", + "Authors@R": "c( person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")), person(\"Kirill\", \"Müller\", , \"krlmlr+r@mailbox.org\", role = \"aut\"), person(\"Kevin\", \"Ushey\", , \"kevinushey@gmail.com\", role = \"aut\"), person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Winston\", \"Chang\", role = \"aut\"), person(\"Jennifer\", \"Bryan\", role = \"ctb\"), person(\"Richard\", \"Cotton\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "A set of functions to run code 'with' safely and temporarily modified global state. Many of these functions were originally a part of the 'devtools' package, this provides a simple package with limited dependencies to provide access to these functions.", + "License": "MIT + file LICENSE", + "URL": "https://withr.r-lib.org, https://github.com/r-lib/withr#readme", + "BugReports": "https://github.com/r-lib/withr/issues", + "Depends": [ + "R (>= 3.6.0)" + ], + "Imports": [ + "graphics", + "grDevices" + ], + "Suggests": [ + "callr", + "DBI", + "knitr", + "methods", + "rlang", + "rmarkdown (>= 2.12)", + "RSQLite", + "testthat (>= 3.0.0)" ], - "Hash": "07909200e8bbe90426fbfeb73e1e27aa" + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "Collate": "'aaa.R' 'collate.R' 'connection.R' 'db.R' 'defer-exit.R' 'standalone-defer.R' 'defer.R' 'devices.R' 'local_.R' 'with_.R' 'dir.R' 'env.R' 'file.R' 'language.R' 'libpaths.R' 'locale.R' 'makevars.R' 'namespace.R' 'options.R' 'par.R' 'path.R' 'rng.R' 'seed.R' 'wrap.R' 'sink.R' 'tempfile.R' 'timezone.R' 'torture.R' 'utils.R' 'with.R'", + "NeedsCompilation": "no", + "Author": "Jim Hester [aut], Lionel Henry [aut, cre], Kirill Müller [aut], Kevin Ushey [aut], Hadley Wickham [aut], Winston Chang [aut], Jennifer Bryan [ctb], Richard Cotton [ctb], Posit Software, PBC [cph, fnd]", + "Maintainer": "Lionel Henry ", + "Repository": "CRAN" }, "xfun": { "Package": "xfun", - "Version": "0.47", + "Version": "0.52", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", + "Type": "Package", + "Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'", + "Authors@R": "c( person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\", URL = \"https://yihui.org\")), person(\"Wush\", \"Wu\", role = \"ctb\"), person(\"Daijiang\", \"Li\", role = \"ctb\"), person(\"Xianying\", \"Tan\", role = \"ctb\"), person(\"Salim\", \"Brüggemann\", role = \"ctb\", email = \"salim-b@pm.me\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Christophe\", \"Dervieux\", role = \"ctb\"), person() )", + "Description": "Miscellaneous functions commonly used in other packages maintained by 'Yihui Xie'.", + "Depends": [ + "R (>= 3.2.0)" + ], + "Imports": [ "grDevices", "stats", "tools" ], - "Hash": "36ab21660e2d095fef0d83f689e0477c" + "Suggests": [ + "testit", + "parallel", + "codetools", + "methods", + "rstudioapi", + "tinytex (>= 0.30)", + "mime", + "litedown (>= 0.4)", + "commonmark", + "knitr (>= 1.50)", + "remotes", + "pak", + "curl", + "xml2", + "jsonlite", + "magick", + "yaml", + "qs" + ], + "License": "MIT + file LICENSE", + "URL": "https://github.com/yihui/xfun", + "BugReports": "https://github.com/yihui/xfun/issues", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2", + "VignetteBuilder": "litedown", + "NeedsCompilation": "yes", + "Author": "Yihui Xie [aut, cre, cph] (, https://yihui.org), Wush Wu [ctb], Daijiang Li [ctb], Xianying Tan [ctb], Salim Brüggemann [ctb] (), Christophe Dervieux [ctb]", + "Maintainer": "Yihui Xie ", + "Repository": "CRAN" + }, + "xml2": { + "Package": "xml2", + "Version": "1.3.8", + "Source": "Repository", + "Title": "Parse XML", + "Authors@R": "c( person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Jeroen\", \"Ooms\", email = \"jeroenooms@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"R Foundation\", role = \"ctb\", comment = \"Copy of R-project homepage cached as example\") )", + "Description": "Bindings to 'libxml2' for working with XML data using a simple, consistent interface based on 'XPath' expressions. Also supports XML schema validation; for 'XSLT' transformations see the 'xslt' package.", + "License": "MIT + file LICENSE", + "URL": "https://xml2.r-lib.org, https://r-lib.r-universe.dev/xml2", + "BugReports": "https://github.com/r-lib/xml2/issues", + "Depends": [ + "R (>= 3.6.0)" + ], + "Imports": [ + "cli", + "methods", + "rlang (>= 1.1.0)" + ], + "Suggests": [ + "covr", + "curl", + "httr", + "knitr", + "magrittr", + "mockery", + "rmarkdown", + "testthat (>= 3.2.0)", + "xslt" + ], + "VignetteBuilder": "knitr", + "Config/Needs/website": "tidyverse/tidytemplate", + "Encoding": "UTF-8", + "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' 'classes.R' 'format.R' 'import-standalone-obj-type.R' 'import-standalone-purrr.R' 'import-standalone-types-check.R' 'init.R' 'nodeset_apply.R' 'paths.R' 'utils.R' 'xml2-package.R' 'xml_attr.R' 'xml_children.R' 'xml_document.R' 'xml_find.R' 'xml_missing.R' 'xml_modify.R' 'xml_name.R' 'xml_namespaces.R' 'xml_node.R' 'xml_nodeset.R' 'xml_path.R' 'xml_schema.R' 'xml_serialize.R' 'xml_structure.R' 'xml_text.R' 'xml_type.R' 'xml_url.R' 'xml_write.R' 'zzz.R'", + "Config/testthat/edition": "3", + "NeedsCompilation": "yes", + "Author": "Hadley Wickham [aut], Jim Hester [aut], Jeroen Ooms [aut, cre], Posit Software, PBC [cph, fnd], R Foundation [ctb] (Copy of R-project homepage cached as example)", + "Maintainer": "Jeroen Ooms ", + "Repository": "CRAN" + }, + "xopen": { + "Package": "xopen", + "Version": "1.0.1", + "Source": "Repository", + "Title": "Open System Files, 'URLs', Anything", + "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Fathi\", \"Boudra\", role = \"aut\"), person(\"Rex\", \"Dieter\", role = \"aut\"), person(\"Kevin\", \"Krammer\", role = \"aut\"), person(\"Jeremy\", \"White\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", + "Description": "Cross platform solution to open files, directories or 'URLs' with their associated programs.", + "License": "MIT + file LICENSE", + "URL": "https://github.com/r-lib/xopen#readme, https://r-lib.github.io/xopen/", + "BugReports": "https://github.com/r-lib/xopen/issues", + "Depends": [ + "R (>= 3.1)" + ], + "Imports": [ + "processx" + ], + "Suggests": [ + "ps", + "testthat (>= 3.0.0)" + ], + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Encoding": "UTF-8", + "RoxygenNote": "7.2.3", + "NeedsCompilation": "no", + "Author": "Gábor Csárdi [aut, cre], Fathi Boudra [aut], Rex Dieter [aut], Kevin Krammer [aut], Jeremy White [aut], Posit Software, PBC [cph, fnd]", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN" }, "xtable": { "Package": "xtable", "Version": "1.8-4", "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", + "Date": "2019-04-08", + "Title": "Export Tables to LaTeX or HTML", + "Authors@R": "c(person(\"David B.\", \"Dahl\", role=\"aut\"), person(\"David\", \"Scott\", role=c(\"aut\",\"cre\"), email=\"d.scott@auckland.ac.nz\"), person(\"Charles\", \"Roosen\", role=\"aut\"), person(\"Arni\", \"Magnusson\", role=\"aut\"), person(\"Jonathan\", \"Swinton\", role=\"aut\"), person(\"Ajay\", \"Shah\", role=\"ctb\"), person(\"Arne\", \"Henningsen\", role=\"ctb\"), person(\"Benno\", \"Puetz\", role=\"ctb\"), person(\"Bernhard\", \"Pfaff\", role=\"ctb\"), person(\"Claudio\", \"Agostinelli\", role=\"ctb\"), person(\"Claudius\", \"Loehnert\", role=\"ctb\"), person(\"David\", \"Mitchell\", role=\"ctb\"), person(\"David\", \"Whiting\", role=\"ctb\"), person(\"Fernando da\", \"Rosa\", role=\"ctb\"), person(\"Guido\", \"Gay\", role=\"ctb\"), person(\"Guido\", \"Schulz\", role=\"ctb\"), person(\"Ian\", \"Fellows\", role=\"ctb\"), person(\"Jeff\", \"Laake\", role=\"ctb\"), person(\"John\", \"Walker\", role=\"ctb\"), person(\"Jun\", \"Yan\", role=\"ctb\"), person(\"Liviu\", \"Andronic\", role=\"ctb\"), person(\"Markus\", \"Loecher\", role=\"ctb\"), person(\"Martin\", \"Gubri\", role=\"ctb\"), person(\"Matthieu\", \"Stigler\", role=\"ctb\"), person(\"Robert\", \"Castelo\", role=\"ctb\"), person(\"Seth\", \"Falcon\", role=\"ctb\"), person(\"Stefan\", \"Edwards\", role=\"ctb\"), person(\"Sven\", \"Garbade\", role=\"ctb\"), person(\"Uwe\", \"Ligges\", role=\"ctb\"))", + "Maintainer": "David Scott ", + "Imports": [ "stats", "utils" ], - "Hash": "b8acdf8af494d9ec19ccb2481a9b11c2" + "Suggests": [ + "knitr", + "plm", + "zoo", + "survival" + ], + "VignetteBuilder": "knitr", + "Description": "Coerce data to LaTeX and HTML tables.", + "URL": "http://xtable.r-forge.r-project.org/", + "Depends": [ + "R (>= 2.10.0)" + ], + "License": "GPL (>= 2)", + "Repository": "CRAN", + "NeedsCompilation": "no", + "Author": "David B. Dahl [aut], David Scott [aut, cre], Charles Roosen [aut], Arni Magnusson [aut], Jonathan Swinton [aut], Ajay Shah [ctb], Arne Henningsen [ctb], Benno Puetz [ctb], Bernhard Pfaff [ctb], Claudio Agostinelli [ctb], Claudius Loehnert [ctb], David Mitchell [ctb], David Whiting [ctb], Fernando da Rosa [ctb], Guido Gay [ctb], Guido Schulz [ctb], Ian Fellows [ctb], Jeff Laake [ctb], John Walker [ctb], Jun Yan [ctb], Liviu Andronic [ctb], Markus Loecher [ctb], Martin Gubri [ctb], Matthieu Stigler [ctb], Robert Castelo [ctb], Seth Falcon [ctb], Stefan Edwards [ctb], Sven Garbade [ctb], Uwe Ligges [ctb]", + "Encoding": "UTF-8" }, "yaml": { "Package": "yaml", "Version": "2.3.10", "Source": "Repository", + "Type": "Package", + "Title": "Methods to Convert R Data to YAML and Back", + "Date": "2024-07-22", + "Suggests": [ + "RUnit" + ], + "Author": "Shawn P Garbett [aut], Jeremy Stephens [aut, cre], Kirill Simonov [aut], Yihui Xie [ctb], Zhuoer Dong [ctb], Hadley Wickham [ctb], Jeffrey Horner [ctb], reikoch [ctb], Will Beasley [ctb], Brendan O'Connor [ctb], Gregory R. Warnes [ctb], Michael Quinn [ctb], Zhian N. Kamvar [ctb], Charlie Gao [ctb]", + "Maintainer": "Shawn Garbett ", + "License": "BSD_3_clause + file LICENSE", + "Description": "Implements the 'libyaml' 'YAML' 1.1 parser and emitter () for R.", + "URL": "https://github.com/vubiostat/r-yaml/", + "BugReports": "https://github.com/vubiostat/r-yaml/issues", + "NeedsCompilation": "yes", "Repository": "CRAN", - "Hash": "51dab85c6c98e50a18d7551e9d49f76c" + "Encoding": "UTF-8" + }, + "zip": { + "Package": "zip", + "Version": "2.3.3", + "Source": "Repository", + "Title": "Cross-Platform 'zip' Compression", + "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Kuba\", \"Podgórski\", role = \"ctb\"), person(\"Rich\", \"Geldreich\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", + "Description": "Cross-Platform 'zip' Compression Library. A replacement for the 'zip' function, that does not require any additional external tools on any platform.", + "License": "MIT + file LICENSE", + "URL": "https://github.com/r-lib/zip, https://r-lib.github.io/zip/", + "BugReports": "https://github.com/r-lib/zip/issues", + "Suggests": [ + "covr", + "pillar", + "processx", + "R6", + "testthat", + "withr" + ], + "Config/Needs/website": "tidyverse/tidytemplate", + "Config/testthat/edition": "3", + "Config/usethis/last-upkeep": "2025-05-07", + "Encoding": "UTF-8", + "RoxygenNote": "7.3.2.9000", + "NeedsCompilation": "yes", + "Author": "Gábor Csárdi [aut, cre], Kuba Podgórski [ctb], Rich Geldreich [ctb], Posit Software, PBC [cph, fnd] (ROR: )", + "Maintainer": "Gábor Csárdi ", + "Repository": "CRAN" } } }