diff --git a/episodes/install.R b/episodes/install.R
new file mode 100644
index 00000000..b889fdf9
--- /dev/null
+++ b/episodes/install.R
@@ -0,0 +1,11 @@
+pak::pak("knitr")
+pak::pak("xml2")
+pak::pak("lintr")
+library(knitr)
+opts_chunk$set(comment = "")
+library(xml2)
+x <- read_xml(" text ")
+x
+xml_name(x)
+library(lintr)
+available_tags(packages = "lintr")
diff --git a/learners/mpox_data_cleaning_pipeline.Rmd b/learners/mpox_data_cleaning_pipeline.Rmd
index 67642482..9f79903f 100644
--- a/learners/mpox_data_cleaning_pipeline.Rmd
+++ b/learners/mpox_data_cleaning_pipeline.Rmd
@@ -12,7 +12,7 @@ always_allow_html: true
In this document, we use the [{cleanepi}](https://epiverse-trace.github.io/cleanepi/)
package to clean and standardize a messy mpox (formerly known as Monkeypox)
dataset obtained from the [global.health](https://global.health/) platform.
-The dataset is in a `csv` format available on this [link](https://mpox-2024.s3.eu-central-1.amazonaws.com/latest.csv).
+The dataset is in a `csv` format available on this [link](https://ivcjkmyexc.execute-api.eu-central-1.amazonaws.com/web/url?folder=&file_name=latest.csv).
We begin by importing the data into R and then utilize {cleanepi}
functionalities to perform the following operations in a streamlined manner:
@@ -28,7 +28,7 @@ in the following pipeline:
```{r echo=TRUE, eval=FALSE}
cleaned_data <-
data.table::fread(
- "https://mpox-2024.s3.eu-central-1.amazonaws.com/latest.csv") |>
+ "https://ivcjkmyexc.execute-api.eu-central-1.amazonaws.com/web/url?folder=&file_name=latest.csv") |>
cleanepi::replace_missing_values(na_strings = "") |>
cleanepi::remove_constants() |>
cleanepi::standardize_dates(error_tolerance = 1) |>
@@ -82,10 +82,10 @@ We load the dataset using the `data.table::fread()` function and visualize it
with both `View()` and `wakefield::table_heat()` functions to understand the
distribution of missing values within the dataset.
-```{r echo=TRUE, cache=TRUE, eval=TRUE}
+```{r echo=TRUE, eval=TRUE}
# import the data
data_in <- data.table::fread(
- "https://mpox-2024.s3.eu-central-1.amazonaws.com/latest.csv"
+ "https://ivcjkmyexc.execute-api.eu-central-1.amazonaws.com/web/url?folder=&file_name=latest.csv"
)
# Visualise the distribution of the different types as well as missing data
diff --git a/renv.lock b/renv.lock
deleted file mode 100644
index 5f6548f9..00000000
--- a/renv.lock
+++ /dev/null
@@ -1,6130 +0,0 @@
-{
- "R": {
- "Version": "4.3.3",
- "Repositories": [
- {
- "Name": "CRAN",
- "URL": "https://cloud.r-project.org"
- }
- ]
- },
- "Packages": {
- "DBI": {
- "Package": "DBI",
- "Version": "1.2.3",
- "Source": "Repository",
- "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"
- ],
- "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"
- },
- "MASS": {
- "Package": "MASS",
- "Version": "7.3-60.0.1",
- "Source": "Repository",
- "Priority": "recommended",
- "Date": "2024-01-12",
- "Revision": "$Rev: 3621 $",
- "Depends": [
- "R (>= 4.0)",
- "grDevices",
- "graphics",
- "stats",
- "utils"
- ],
- "Imports": [
- "methods"
- ],
- "Suggests": [
- "lattice",
- "nlme",
- "nnet",
- "survival"
- ],
- "Authors@R": "c(person(\"Brian\", \"Ripley\", role = c(\"aut\", \"cre\", \"cph\"), email = \"ripley@stats.ox.ac.uk\"), person(\"Bill\", \"Venables\", role = \"ctb\"), 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\"))",
- "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 [ctb], Douglas M. Bates [ctb], Kurt Hornik [trl] (partial port ca 1998), Albrecht Gebhardt [trl] (partial port ca 1998), David Firth [ctb]",
- "Maintainer": "Brian Ripley ",
- "Repository": "CRAN"
- },
- "Matrix": {
- "Package": "Matrix",
- "Version": "1.6-5",
- "Source": "Repository",
- "VersionNote": "do also bump src/version.h, inst/include/Matrix/version.h",
- "Date": "2024-01-06",
- "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, notably CHOLMOD and AMD\", \"collaborators listed in dir(pattern=\\\"^[A-Z]+[.]txt$\\\", full.names=TRUE, system.file(\\\"doc\\\", \\\"SuiteSparse\\\", package=\\\"Matrix\\\"))\")), person(\"Jens\", \"Oehlschlägel\", role = \"ctb\", comment = \"initial nearPD()\"), 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(\"R Core Team\", role = \"ctb\", comment = \"base R's matrix implementation\"))",
- "Depends": [
- "R (>= 3.5.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",
- "Author": "Douglas Bates [aut] (), Martin Maechler [aut, cre] (), Mikael Jagan [aut] (), Timothy A. Davis [ctb] (, SuiteSparse libraries, notably CHOLMOD and AMD, collaborators listed in dir(pattern=\"^[A-Z]+[.]txt$\", full.names=TRUE, system.file(\"doc\", \"SuiteSparse\", package=\"Matrix\"))), Jens Oehlschlägel [ctb] (initial nearPD()), Jason Riedy [ctb] (, GNU Octave's condest() and onenormest(), Copyright: Regents of the University of California), R Core Team [ctb] (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"
- },
- "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"
- },
- "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"
- },
- "R6": {
- "Package": "R6",
- "Version": "2.6.1",
- "Source": "Repository",
- "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)"
- ],
- "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",
- "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)"
- ],
- "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"
- },
- "RMySQL": {
- "Package": "RMySQL",
- "Version": "0.11.1",
- "Source": "Repository",
- "Title": "Database Interface and 'MySQL' Driver for R",
- "Description": "Legacy 'DBI' interface to 'MySQL' / 'MariaDB' based on old code ported from S-PLUS. A modern 'MySQL' client written in 'C++' is available from the 'RMariaDB' package.",
- "Authors@R": "c(person(\"Jeroen\", \"Ooms\", email = \"jeroenooms@gmail.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"David\", \"James\", role = \"aut\"), person(\"Saikat\", \"DebRoy\", role = \"aut\"), person(\"Hadley\", \"Wickham\", email = \"hadley@rstudio.com\", role = \"aut\"), person(\"Jeffrey\", \"Horner\", role = \"aut\"), person(\"RStudio\", role = \"cph\"))",
- "Depends": [
- "R (>= 2.8.0)",
- "DBI (>= 0.4)"
- ],
- "Imports": [
- "methods"
- ],
- "License": "GPL-2",
- "URL": "https://r-dbi.r-universe.dev/RMySQL https://downloads.mariadb.org/connector-c/",
- "BugReports": "https://github.com/r-dbi/rmysql/issues",
- "SystemRequirements": "libmariadb-client-dev | libmariadb-client-lgpl-dev | libmysqlclient-dev (deb), mariadb-devel (rpm), mariadb | mysql-connector-c (brew), mysql56_dev (csw)",
- "NeedsCompilation": "yes",
- "Collate": "'mysql.R' 'driver.R' 'connection.R' 'data-type.R' 'default.R' 'escaping.R' 'result.R' 'extension.R' 'is-valid.R' 'table.R' 'transaction.R'",
- "Suggests": [
- "testthat",
- "curl"
- ],
- "RoxygenNote": "7.3.2.9000",
- "Author": "Jeroen Ooms [aut, cre] (), David James [aut], Saikat DebRoy [aut], Hadley Wickham [aut], Jeffrey Horner [aut], RStudio [cph]",
- "Maintainer": "Jeroen Ooms ",
- "Repository": "CRAN"
- },
- "RSQLite": {
- "Package": "RSQLite",
- "Version": "2.4.3",
- "Source": "Repository",
- "Title": "SQLite Interface for R",
- "Date": "2025-08-01",
- "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 (version 3.50.4) and for various extensions 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 (>= 1.2.0)",
- "DBI (>= 1.2.0)",
- "memoise",
- "methods",
- "pkgconfig",
- "rlang"
- ],
- "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.1.0",
- "Source": "Repository",
- "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"
- ],
- "Suggests": [
- "tinytest",
- "inline",
- "rbenchmark",
- "pkgKitten (>= 0.1.2)"
- ],
- "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"
- },
- "RcppEigen": {
- "Package": "RcppEigen",
- "Version": "0.3.4.0.2",
- "Source": "Repository",
- "Type": "Package",
- "Title": "'Rcpp' Integration for the 'Eigen' Templated Linear Algebra Library",
- "Date": "2024-08-23",
- "Authors@R": "c(person(\"Doug\", \"Bates\", role = \"aut\", comment = c(ORCID = \"0000-0001-8316-9503\")), 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(\"Yixuan\", \"Qiu\", role = \"aut\", comment = c(ORCID = \"0000-0003-0109-6692\")), person(\"Authors of\", \"Eigen\", role = \"cph\", comment = \"Authorship and copyright in included Eigen library as detailed in inst/COPYRIGHTS\"))",
- "Copyright": "See the file COPYRIGHTS for various Eigen copyright details",
- "Description": "R and 'Eigen' integration using 'Rcpp'. 'Eigen' is a C++ template library for linear algebra: matrices, vectors, numerical solvers and related algorithms. It supports dense and sparse matrices on integer, floating point and complex numbers, decompositions of such matrices, and solutions of linear systems. Its performance on many algorithms is comparable with some of the best implementations based on 'Lapack' and level-3 'BLAS'. The 'RcppEigen' package includes the header files from the 'Eigen' C++ template library. Thus users do not need to install 'Eigen' itself in order to use 'RcppEigen'. Since version 3.1.1, 'Eigen' is licensed under the Mozilla Public License (version 2); earlier version were licensed under the GNU LGPL version 3 or later. 'RcppEigen' (the 'Rcpp' bindings/bridge to 'Eigen') is licensed under the GNU GPL version 2 or later, as is the rest of 'Rcpp'.",
- "License": "GPL (>= 2) | file LICENSE",
- "LazyLoad": "yes",
- "Depends": [
- "R (>= 3.6.0)"
- ],
- "LinkingTo": [
- "Rcpp"
- ],
- "Imports": [
- "Rcpp (>= 0.11.0)",
- "stats",
- "utils"
- ],
- "Suggests": [
- "Matrix",
- "inline",
- "tinytest",
- "pkgKitten",
- "microbenchmark"
- ],
- "URL": "https://github.com/RcppCore/RcppEigen, https://dirk.eddelbuettel.com/code/rcpp.eigen.html",
- "BugReports": "https://github.com/RcppCore/RcppEigen/issues",
- "NeedsCompilation": "yes",
- "Author": "Doug Bates [aut] (), Dirk Eddelbuettel [aut, cre] (), Romain Francois [aut] (), Yixuan Qiu [aut] (), Authors of Eigen [cph] (Authorship and copyright in included Eigen library as detailed in inst/COPYRIGHTS)",
- "Maintainer": "Dirk Eddelbuettel ",
- "Repository": "CRAN"
- },
- "Rdpack": {
- "Package": "Rdpack",
- "Version": "2.6.4",
- "Source": "Repository",
- "Type": "Package",
- "Title": "Update and Manipulate Rd Documentation Objects",
- "Authors@R": "c( person(given = c(\"Georgi\", \"N.\"), family = \"Boshnakov\", role = c(\"aut\", \"cre\"), email = \"georgi.boshnakov@manchester.ac.uk\", comment = c(ORCID = \"0000-0003-2839-346X\")), person(given = \"Duncan\", family = \"Murdoch\", role = \"ctb\", email = \"murdoch.duncan@gmail.com\") )",
- "Description": "Functions for manipulation of R documentation objects, including functions reprompt() and ereprompt() for updating 'Rd' documentation for functions, methods and classes; 'Rd' macros for citations and import of references from 'bibtex' files for use in 'Rd' files and 'roxygen2' comments; 'Rd' macros for evaluating and inserting snippets of 'R' code and the results of its evaluation or creating graphics on the fly; and many functions for manipulation of references and Rd files.",
- "URL": "https://geobosh.github.io/Rdpack/ (doc), https://github.com/GeoBosh/Rdpack (devel)",
- "BugReports": "https://github.com/GeoBosh/Rdpack/issues",
- "Depends": [
- "R (>= 2.15.0)",
- "methods"
- ],
- "Imports": [
- "tools",
- "utils",
- "rbibutils (>= 1.3)"
- ],
- "Suggests": [
- "grDevices",
- "testthat",
- "rstudioapi",
- "rprojroot",
- "gbRd"
- ],
- "License": "GPL (>= 2)",
- "LazyLoad": "yes",
- "RoxygenNote": "7.1.1",
- "NeedsCompilation": "no",
- "Author": "Georgi N. Boshnakov [aut, cre] (), Duncan Murdoch [ctb]",
- "Maintainer": "Georgi N. Boshnakov ",
- "Repository": "CRAN"
- },
- "S7": {
- "Package": "S7",
- "Version": "0.2.1",
- "Source": "Repository",
- "Title": "An Object Oriented System Meant to Become a Successor to S3 and S4",
- "Authors@R": "c( person(\"Object-Oriented Programming Working Group\", role = \"cph\"), person(\"Davis\", \"Vaughan\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\", comment = c(ORCID = \"0000-0002-2739-7082\")), person(\"Tomasz\", \"Kalinowski\", role = \"aut\"), person(\"Will\", \"Landau\", role = \"aut\"), person(\"Michael\", \"Lawrence\", role = \"aut\"), person(\"Martin\", \"Maechler\", role = \"aut\", comment = c(ORCID = \"0000-0002-8685-9910\")), person(\"Luke\", \"Tierney\", role = \"aut\"), person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4757-117X\")) )",
- "Description": "A new object oriented programming system designed to be a successor to S3 and S4. It includes formal class, generic, and method specification, and a limited form of multiple dispatch. It has been designed and implemented collaboratively by the R Consortium Object-Oriented Programming Working Group, which includes representatives from R-Core, 'Bioconductor', 'Posit'/'tidyverse', and the wider R community.",
- "License": "MIT + file LICENSE",
- "URL": "https://rconsortium.github.io/S7/, https://github.com/RConsortium/S7",
- "BugReports": "https://github.com/RConsortium/S7/issues",
- "Depends": [
- "R (>= 3.5.0)"
- ],
- "Imports": [
- "utils"
- ],
- "Suggests": [
- "bench",
- "callr",
- "covr",
- "knitr",
- "methods",
- "rmarkdown",
- "testthat (>= 3.2.0)",
- "tibble"
- ],
- "VignetteBuilder": "knitr",
- "Config/build/compilation-database": "true",
- "Config/Needs/website": "sloop",
- "Config/testthat/edition": "3",
- "Config/testthat/parallel": "TRUE",
- "Config/testthat/start-first": "external-generic",
- "Encoding": "UTF-8",
- "RoxygenNote": "7.3.3",
- "NeedsCompilation": "yes",
- "Author": "Object-Oriented Programming Working Group [cph], Davis Vaughan [aut], Jim Hester [aut] (ORCID: ), Tomasz Kalinowski [aut], Will Landau [aut], Michael Lawrence [aut], Martin Maechler [aut] (ORCID: ), Luke Tierney [aut], Hadley Wickham [aut, cre] (ORCID: )",
- "Maintainer": "Hadley Wickham ",
- "Repository": "CRAN"
- },
- "V8": {
- "Package": "V8",
- "Version": "8.0.0",
- "Source": "Repository",
- "Type": "Package",
- "Title": "Embedded JavaScript and WebAssembly Engine for R",
- "Authors@R": "c( person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"George\", \"Stagg\", role = \"ctb\", comment = c(ORCID = \"0009-0006-3173-9846\")), person(\"Jan Marvin\", \"Garbuszus\", role = \"ctb\"))",
- "Description": "An R interface to V8 : Google's open source JavaScript and WebAssembly engine. This package can be compiled either with V8 version 6 and up or NodeJS when built as a shared library.",
- "License": "MIT + file LICENSE",
- "URL": "https://jeroen.r-universe.dev/V8",
- "BugReports": "https://github.com/jeroen/v8/issues",
- "SystemRequirements": "On Linux you can build against libv8-dev (Debian) or v8-devel (Fedora). We also provide static libv8 binaries for most platforms, see the README for details.",
- "NeedsCompilation": "yes",
- "VignetteBuilder": "knitr",
- "Imports": [
- "Rcpp (>= 0.12.12)",
- "jsonlite (>= 1.0)",
- "curl (>= 1.0)",
- "utils"
- ],
- "LinkingTo": [
- "Rcpp"
- ],
- "Suggests": [
- "testthat",
- "knitr",
- "rmarkdown"
- ],
- "RoxygenNote": "7.3.1",
- "Language": "en-US",
- "Encoding": "UTF-8",
- "Biarch": "true",
- "Author": "Jeroen Ooms [aut, cre] (ORCID: ), George Stagg [ctb] (ORCID: ), Jan Marvin Garbuszus [ctb]",
- "Maintainer": "Jeroen Ooms ",
- "Repository": "CRAN"
- },
- "abind": {
- "Package": "abind",
- "Version": "1.4-8",
- "Source": "Repository",
- "Date": "2024-09-08",
- "Title": "Combine Multidimensional Arrays",
- "Authors@R": "c(person(\"Tony\", \"Plate\", email = \"tplate@acm.org\", role = c(\"aut\", \"cre\")), person(\"Richard\", \"Heiberger\", role = c(\"aut\")))",
- "Maintainer": "Tony Plate ",
- "Description": "Combine multidimensional arrays into a single array. This is a generalization of 'cbind' and 'rbind'. Works with vectors, matrices, and higher-dimensional arrays (aka tensors). Also provides functions 'adrop', 'asub', and 'afill' for manipulating, extracting and replacing data in arrays.",
- "Depends": [
- "R (>= 1.5.0)"
- ],
- "Imports": [
- "methods",
- "utils"
- ],
- "License": "MIT + file LICENSE",
- "NeedsCompilation": "no",
- "Author": "Tony Plate [aut, cre], Richard Heiberger [aut]",
- "Repository": "CRAN"
- },
- "arm": {
- "Package": "arm",
- "Version": "1.14-4",
- "Source": "Repository",
- "Date": "2024-4-1",
- "Title": "Data Analysis Using Regression and Multilevel/Hierarchical Models",
- "Authors@R": "c(person(\"Andrew\", \"Gelman\", role = \"aut\", email = \"gelman@stat.columbia.edu\"), person(\"Yu-Sung\", \"Su\", role = c(\"aut\", \"cre\"), email = \"suyusung@tsinghua.edu.cn\", comment = c(ORCID = \"0000-0001-5021-8209\")), person(\"Masanao\", \"Yajima\", role = \"ctb\", email = \"yajima@bu.edu\"), person(\"Jennifer\", \"Hill\", role = \"ctb\", email = \"jennifer.hill@nyu.edu\"), person(\"Maria Grazia\", \"Pittau\", role = \"ctb\", email = \"grazia@stat.columbia.edu\"), person(\"Jouni\", \"Kerman\", role = \"ctb\", email = \"jouni@kerman.com\"), person(\"Tian\", \"Zheng\", role = \"ctb\", email = \"tzheng@stat.columbia.edu\"), person(\"Vincent\", \"Dorie\", role = \"ctb\", email = \"vjd4@nyu.edu\") )",
- "Author": "Andrew Gelman [aut], Yu-Sung Su [aut, cre] (), Masanao Yajima [ctb], Jennifer Hill [ctb], Maria Grazia Pittau [ctb], Jouni Kerman [ctb], Tian Zheng [ctb], Vincent Dorie [ctb]",
- "Maintainer": "Yu-Sung Su ",
- "BugReports": "https://github.com/suyusung/arm/issues/",
- "Depends": [
- "R (>= 3.1.0)",
- "MASS",
- "Matrix (>= 1.0)",
- "stats",
- "lme4 (>= 1.0)"
- ],
- "Imports": [
- "abind",
- "coda",
- "graphics",
- "grDevices",
- "methods",
- "nlme",
- "utils"
- ],
- "Description": "Functions to accompany A. Gelman and J. Hill, Data Analysis Using Regression and Multilevel/Hierarchical Models, Cambridge University Press, 2007.",
- "License": "GPL (> 2)",
- "URL": "https://CRAN.R-project.org/package=arm",
- "NeedsCompilation": "no",
- "Repository": "CRAN"
- },
- "askpass": {
- "Package": "askpass",
- "Version": "1.2.1",
- "Source": "Repository",
- "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)"
- ],
- "RoxygenNote": "7.2.3",
- "Suggests": [
- "testthat"
- ],
- "Language": "en-US",
- "NeedsCompilation": "yes",
- "Author": "Jeroen Ooms [aut, cre] ()",
- "Maintainer": "Jeroen Ooms ",
- "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",
- "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"
- },
- "bit": {
- "Package": "bit",
- "Version": "4.6.0",
- "Source": "Repository",
- "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)"
- ],
- "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.6.0-1",
- "Source": "Repository",
- "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"
- ],
- "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",
- "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 (>= 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"
- },
- "boot": {
- "Package": "boot",
- "Version": "1.3-30",
- "Source": "Repository",
- "Priority": "recommended",
- "Date": "2024-02-19",
- "Authors@R": "c(person(\"Angelo\", \"Canty\", role = \"aut\", email = \"cantya@mcmaster.ca\", comment = \"author of original code for S\"), person(\"Brian\", \"Ripley\", role = c(\"aut\", \"trl\"), email = \"ripley@stats.ox.ac.uk\", comment = \"conversion to R, maintainer 1999--2022, author of parallel support\"), person(\"Alessandra R.\", \"Brazzale\", role = c(\"ctb\", \"cre\"), email = \"brazzale@stat.unipd.it\", comment = \"minor bug fixes\"))",
- "Maintainer": "Alessandra R. Brazzale ",
- "Note": "Maintainers are not available to give advice on using a package they did not author.",
- "Description": "Functions and datasets for bootstrapping from the book \"Bootstrap Methods and Their Application\" by A. C. Davison and D. V. Hinkley (1997, CUP), originally written by Angelo Canty for S.",
- "Title": "Bootstrap Functions (Originally by Angelo Canty for S)",
- "Depends": [
- "R (>= 3.0.0)",
- "graphics",
- "stats"
- ],
- "Suggests": [
- "MASS",
- "survival"
- ],
- "LazyData": "yes",
- "ByteCompile": "yes",
- "License": "Unlimited",
- "NeedsCompilation": "no",
- "Author": "Angelo Canty [aut] (author of original code for S), Brian Ripley [aut, trl] (conversion to R, maintainer 1999--2022, author of parallel support), Alessandra R. Brazzale [ctb, cre] (minor bug fixes)",
- "Repository": "CRAN"
- },
- "broom": {
- "Package": "broom",
- "Version": "1.0.10",
- "Source": "Repository",
- "Type": "Package",
- "Title": "Convert Statistical Objects into Tidy Tibbles",
- "Authors@R": "c( person(\"David\", \"Robinson\", , \"admiral.david@gmail.com\", role = \"aut\"), person(\"Alex\", \"Hayes\", , \"alexpghayes@gmail.com\", role = \"aut\", comment = c(ORCID = \"0000-0002-4985-5160\")), person(\"Simon\", \"Couch\", , \"simon.couch@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0001-5676-5107\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")), person(\"Indrajeet\", \"Patil\", , \"patilindrajeet.science@gmail.com\", role = \"ctb\", comment = c(ORCID = \"0000-0003-1995-6531\")), person(\"Derek\", \"Chiu\", , \"dchiu@bccrc.ca\", role = \"ctb\"), person(\"Matthieu\", \"Gomez\", , \"mattg@princeton.edu\", role = \"ctb\"), person(\"Boris\", \"Demeshev\", , \"boris.demeshev@gmail.com\", role = \"ctb\"), person(\"Dieter\", \"Menne\", , \"dieter.menne@menne-biomed.de\", role = \"ctb\"), person(\"Benjamin\", \"Nutter\", , \"nutter@battelle.org\", role = \"ctb\"), person(\"Luke\", \"Johnston\", , \"luke.johnston@mail.utoronto.ca\", role = \"ctb\"), person(\"Ben\", \"Bolker\", , \"bolker@mcmaster.ca\", role = \"ctb\"), person(\"Francois\", \"Briatte\", , \"f.briatte@gmail.com\", role = \"ctb\"), person(\"Jeffrey\", \"Arnold\", , \"jeffrey.arnold@gmail.com\", role = \"ctb\"), person(\"Jonah\", \"Gabry\", , \"jsg2201@columbia.edu\", role = \"ctb\"), person(\"Luciano\", \"Selzer\", , \"luciano.selzer@gmail.com\", role = \"ctb\"), person(\"Gavin\", \"Simpson\", , \"ucfagls@gmail.com\", role = \"ctb\"), person(\"Jens\", \"Preussner\", , \"jens.preussner@mpi-bn.mpg.de\", role = \"ctb\"), person(\"Jay\", \"Hesselberth\", , \"jay.hesselberth@gmail.com\", role = \"ctb\"), person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"ctb\"), person(\"Matthew\", \"Lincoln\", , \"matthew.d.lincoln@gmail.com\", role = \"ctb\"), person(\"Alessandro\", \"Gasparini\", , \"ag475@leicester.ac.uk\", role = \"ctb\"), person(\"Lukasz\", \"Komsta\", , \"lukasz.komsta@umlub.pl\", role = \"ctb\"), person(\"Frederick\", \"Novometsky\", role = \"ctb\"), person(\"Wilson\", \"Freitas\", role = \"ctb\"), person(\"Michelle\", \"Evans\", role = \"ctb\"), person(\"Jason Cory\", \"Brunson\", , \"cornelioid@gmail.com\", role = \"ctb\"), person(\"Simon\", \"Jackson\", , \"drsimonjackson@gmail.com\", role = \"ctb\"), person(\"Ben\", \"Whalley\", , \"ben.whalley@plymouth.ac.uk\", role = \"ctb\"), person(\"Karissa\", \"Whiting\", , \"karissa.whiting@gmail.com\", role = \"ctb\"), person(\"Yves\", \"Rosseel\", , \"yrosseel@gmail.com\", role = \"ctb\"), person(\"Michael\", \"Kuehn\", , \"mkuehn10@gmail.com\", role = \"ctb\"), person(\"Jorge\", \"Cimentada\", , \"cimentadaj@gmail.com\", role = \"ctb\"), person(\"Erle\", \"Holgersen\", , \"erle.holgersen@gmail.com\", role = \"ctb\"), person(\"Karl\", \"Dunkle Werner\", role = \"ctb\", comment = c(ORCID = \"0000-0003-0523-7309\")), person(\"Ethan\", \"Christensen\", , \"christensen.ej@gmail.com\", role = \"ctb\"), person(\"Steven\", \"Pav\", , \"shabbychef@gmail.com\", role = \"ctb\"), person(\"Paul\", \"PJ\", , \"pjpaul.stephens@gmail.com\", role = \"ctb\"), person(\"Ben\", \"Schneider\", , \"benjamin.julius.schneider@gmail.com\", role = \"ctb\"), person(\"Patrick\", \"Kennedy\", , \"pkqstr@protonmail.com\", role = \"ctb\"), person(\"Lily\", \"Medina\", , \"lilymiru@gmail.com\", role = \"ctb\"), person(\"Brian\", \"Fannin\", , \"captain@pirategrunt.com\", role = \"ctb\"), person(\"Jason\", \"Muhlenkamp\", , \"jason.muhlenkamp@gmail.com\", role = \"ctb\"), person(\"Matt\", \"Lehman\", role = \"ctb\"), person(\"Bill\", \"Denney\", , \"wdenney@humanpredictions.com\", role = \"ctb\", comment = c(ORCID = \"0000-0002-5759-428X\")), person(\"Nic\", \"Crane\", role = \"ctb\"), person(\"Andrew\", \"Bates\", role = \"ctb\"), person(\"Vincent\", \"Arel-Bundock\", , \"vincent.arel-bundock@umontreal.ca\", role = \"ctb\", comment = c(ORCID = \"0000-0003-2042-7063\")), person(\"Hideaki\", \"Hayashi\", role = \"ctb\"), person(\"Luis\", \"Tobalina\", role = \"ctb\"), person(\"Annie\", \"Wang\", , \"anniewang.uc@gmail.com\", role = \"ctb\"), person(\"Wei Yang\", \"Tham\", , \"weiyang.tham@gmail.com\", role = \"ctb\"), person(\"Clara\", \"Wang\", , \"clara.wang.94@gmail.com\", role = \"ctb\"), person(\"Abby\", \"Smith\", , \"als1@u.northwestern.edu\", role = \"ctb\", comment = c(ORCID = \"0000-0002-3207-0375\")), person(\"Jasper\", \"Cooper\", , \"jaspercooper@gmail.com\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8639-3188\")), person(\"E Auden\", \"Krauska\", , \"krauskae@gmail.com\", role = \"ctb\", comment = c(ORCID = \"0000-0002-1466-5850\")), person(\"Alex\", \"Wang\", , \"x249wang@uwaterloo.ca\", role = \"ctb\"), person(\"Malcolm\", \"Barrett\", , \"malcolmbarrett@gmail.com\", role = \"ctb\", comment = c(ORCID = \"0000-0003-0299-5825\")), person(\"Charles\", \"Gray\", , \"charlestigray@gmail.com\", role = \"ctb\", comment = c(ORCID = \"0000-0002-9978-011X\")), person(\"Jared\", \"Wilber\", role = \"ctb\"), person(\"Vilmantas\", \"Gegzna\", , \"GegznaV@gmail.com\", role = \"ctb\", comment = c(ORCID = \"0000-0002-9500-5167\")), person(\"Eduard\", \"Szoecs\", , \"eduardszoecs@gmail.com\", role = \"ctb\"), person(\"Frederik\", \"Aust\", , \"frederik.aust@uni-koeln.de\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4900-788X\")), person(\"Angus\", \"Moore\", , \"angusmoore9@gmail.com\", role = \"ctb\"), person(\"Nick\", \"Williams\", , \"ntwilliams.personal@gmail.com\", role = \"ctb\"), person(\"Marius\", \"Barth\", , \"marius.barth.uni.koeln@gmail.com\", role = \"ctb\", comment = c(ORCID = \"0000-0002-3421-6665\")), person(\"Bruna\", \"Wundervald\", , \"brunadaviesw@gmail.com\", role = \"ctb\", comment = c(ORCID = \"0000-0001-8163-220X\")), person(\"Joyce\", \"Cahoon\", , \"joyceyu48@gmail.com\", role = \"ctb\", comment = c(ORCID = \"0000-0001-7217-4702\")), person(\"Grant\", \"McDermott\", , \"grantmcd@uoregon.edu\", role = \"ctb\", comment = c(ORCID = \"0000-0001-7883-8573\")), person(\"Kevin\", \"Zarca\", , \"kevin.zarca@gmail.com\", role = \"ctb\"), person(\"Shiro\", \"Kuriwaki\", , \"shirokuriwaki@gmail.com\", role = \"ctb\", comment = c(ORCID = \"0000-0002-5687-2647\")), person(\"Lukas\", \"Wallrich\", , \"lukas.wallrich@gmail.com\", role = \"ctb\", comment = c(ORCID = \"0000-0003-2121-5177\")), person(\"James\", \"Martherus\", , \"james@martherus.com\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8285-3300\")), person(\"Chuliang\", \"Xiao\", , \"cxiao@umich.edu\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8466-9398\")), person(\"Joseph\", \"Larmarange\", , \"joseph@larmarange.net\", role = \"ctb\"), person(\"Max\", \"Kuhn\", , \"max@posit.co\", role = \"ctb\"), person(\"Michal\", \"Bojanowski\", , \"michal2992@gmail.com\", role = \"ctb\"), person(\"Hakon\", \"Malmedal\", , \"hmalmedal@gmail.com\", role = \"ctb\"), person(\"Clara\", \"Wang\", role = \"ctb\"), person(\"Sergio\", \"Oller\", , \"sergioller@gmail.com\", role = \"ctb\"), person(\"Luke\", \"Sonnet\", , \"luke.sonnet@gmail.com\", role = \"ctb\"), person(\"Jim\", \"Hester\", , \"jim.hester@posit.co\", role = \"ctb\"), person(\"Ben\", \"Schneider\", , \"benjamin.julius.schneider@gmail.com\", role = \"ctb\"), person(\"Bernie\", \"Gray\", , \"bfgray3@gmail.com\", role = \"ctb\", comment = c(ORCID = \"0000-0001-9190-6032\")), person(\"Mara\", \"Averick\", , \"mara@posit.co\", role = \"ctb\"), person(\"Aaron\", \"Jacobs\", , \"atheriel@gmail.com\", role = \"ctb\"), person(\"Andreas\", \"Bender\", , \"bender.at.R@gmail.com\", role = \"ctb\"), person(\"Sven\", \"Templer\", , \"sven.templer@gmail.com\", role = \"ctb\"), person(\"Paul-Christian\", \"Buerkner\", , \"paul.buerkner@gmail.com\", role = \"ctb\"), person(\"Matthew\", \"Kay\", , \"mjskay@umich.edu\", role = \"ctb\"), person(\"Erwan\", \"Le Pennec\", , \"lepennec@gmail.com\", role = \"ctb\"), person(\"Johan\", \"Junkka\", , \"johan.junkka@umu.se\", role = \"ctb\"), person(\"Hao\", \"Zhu\", , \"haozhu233@gmail.com\", role = \"ctb\"), person(\"Benjamin\", \"Soltoff\", , \"soltoffbc@uchicago.edu\", role = \"ctb\"), person(\"Zoe\", \"Wilkinson Saldana\", , \"zoewsaldana@gmail.com\", role = \"ctb\"), person(\"Tyler\", \"Littlefield\", , \"tylurp1@gmail.com\", role = \"ctb\"), person(\"Charles T.\", \"Gray\", , \"charlestigray@gmail.com\", role = \"ctb\"), person(\"Shabbh E.\", \"Banks\", role = \"ctb\"), person(\"Serina\", \"Robinson\", , \"robi0916@umn.edu\", role = \"ctb\"), person(\"Roger\", \"Bivand\", , \"Roger.Bivand@nhh.no\", role = \"ctb\"), person(\"Riinu\", \"Ots\", , \"riinuots@gmail.com\", role = \"ctb\"), person(\"Nicholas\", \"Williams\", , \"ntwilliams.personal@gmail.com\", role = \"ctb\"), person(\"Nina\", \"Jakobsen\", role = \"ctb\"), person(\"Michael\", \"Weylandt\", , \"michael.weylandt@gmail.com\", role = \"ctb\"), person(\"Lisa\", \"Lendway\", , \"llendway@macalester.edu\", role = \"ctb\"), person(\"Karl\", \"Hailperin\", , \"khailper@gmail.com\", role = \"ctb\"), person(\"Josue\", \"Rodriguez\", , \"jerrodriguez@ucdavis.edu\", role = \"ctb\"), person(\"Jenny\", \"Bryan\", , \"jenny@posit.co\", role = \"ctb\"), person(\"Chris\", \"Jarvis\", , \"Christopher1.jarvis@gmail.com\", role = \"ctb\"), person(\"Greg\", \"Macfarlane\", , \"gregmacfarlane@gmail.com\", role = \"ctb\"), person(\"Brian\", \"Mannakee\", , \"bmannakee@gmail.com\", role = \"ctb\"), person(\"Drew\", \"Tyre\", , \"atyre2@unl.edu\", role = \"ctb\"), person(\"Shreyas\", \"Singh\", , \"shreyas.singh.298@gmail.com\", role = \"ctb\"), person(\"Laurens\", \"Geffert\", , \"laurensgeffert@gmail.com\", role = \"ctb\"), person(\"Hong\", \"Ooi\", , \"hongooi@microsoft.com\", role = \"ctb\"), person(\"Henrik\", \"Bengtsson\", , \"henrikb@braju.com\", role = \"ctb\"), person(\"Eduard\", \"Szocs\", , \"eduardszoecs@gmail.com\", role = \"ctb\"), person(\"David\", \"Hugh-Jones\", , \"davidhughjones@gmail.com\", role = \"ctb\"), person(\"Matthieu\", \"Stigler\", , \"Matthieu.Stigler@gmail.com\", role = \"ctb\"), person(\"Hugo\", \"Tavares\", , \"hm533@cam.ac.uk\", role = \"ctb\", comment = c(ORCID = \"0000-0001-9373-2726\")), person(\"R. Willem\", \"Vervoort\", , \"Willemvervoort@gmail.com\", role = \"ctb\"), person(\"Brenton M.\", \"Wiernik\", , \"brenton@wiernik.org\", role = \"ctb\"), person(\"Josh\", \"Yamamoto\", , \"joshuayamamoto5@gmail.com\", role = \"ctb\"), person(\"Jasme\", \"Lee\", role = \"ctb\"), person(\"Taren\", \"Sanders\", , \"taren.sanders@acu.edu.au\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4504-6008\")), person(\"Ilaria\", \"Prosdocimi\", , \"prosdocimi.ilaria@gmail.com\", role = \"ctb\", comment = c(ORCID = \"0000-0001-8565-094X\")), person(\"Daniel D.\", \"Sjoberg\", , \"danield.sjoberg@gmail.com\", role = \"ctb\", comment = c(ORCID = \"0000-0003-0862-2018\")), person(\"Alex\", \"Reinhart\", , \"areinhar@stat.cmu.edu\", role = \"ctb\", comment = c(ORCID = \"0000-0002-6658-514X\")) )",
- "Description": "Summarizes key information about statistical objects in tidy tibbles. This makes it easy to report results, create plots and consistently work with large numbers of models at once. Broom provides three verbs that each provide different types of information about a model. tidy() summarizes information about model components such as coefficients of a regression. glance() reports information about an entire model, such as goodness of fit measures like AIC and BIC. augment() adds information about individual observations to a dataset, such as fitted values or influence measures.",
- "License": "MIT + file LICENSE",
- "URL": "https://broom.tidymodels.org/, https://github.com/tidymodels/broom",
- "BugReports": "https://github.com/tidymodels/broom/issues",
- "Depends": [
- "R (>= 4.1)"
- ],
- "Imports": [
- "backports",
- "cli",
- "dplyr (>= 1.0.0)",
- "generics (>= 0.0.2)",
- "glue",
- "lifecycle",
- "purrr",
- "rlang (>= 1.1.0)",
- "stringr",
- "tibble (>= 3.0.0)",
- "tidyr (>= 1.0.0)"
- ],
- "Suggests": [
- "AER",
- "AUC",
- "bbmle",
- "betareg (>= 3.2-1)",
- "biglm",
- "binGroup",
- "boot",
- "btergm (>= 1.10.6)",
- "car (>= 3.1-2)",
- "carData",
- "caret",
- "cluster",
- "cmprsk",
- "coda",
- "covr",
- "drc",
- "e1071",
- "emmeans",
- "epiR (>= 2.0.85)",
- "ergm (>= 3.10.4)",
- "fixest (>= 0.9.0)",
- "gam (>= 1.15)",
- "gee",
- "geepack",
- "ggplot2",
- "glmnet",
- "glmnetUtils",
- "gmm",
- "Hmisc",
- "interp",
- "irlba",
- "joineRML",
- "Kendall",
- "knitr",
- "ks",
- "Lahman",
- "lavaan (>= 0.6.18)",
- "leaps",
- "lfe",
- "lm.beta",
- "lme4",
- "lmodel2",
- "lmtest (>= 0.9.38)",
- "lsmeans",
- "maps",
- "margins",
- "MASS",
- "mclust",
- "mediation",
- "metafor",
- "mfx",
- "mgcv",
- "mlogit",
- "modeldata",
- "modeltests (>= 0.1.6)",
- "muhaz",
- "multcomp",
- "network",
- "nnet",
- "ordinal",
- "plm",
- "poLCA",
- "psych",
- "quantreg",
- "rmarkdown",
- "robust",
- "robustbase",
- "rsample",
- "sandwich",
- "spatialreg",
- "spdep (>= 1.1)",
- "speedglm",
- "spelling",
- "stats4",
- "survey",
- "survival (>= 3.6-4)",
- "systemfit",
- "testthat (>= 3.0.0)",
- "tseries",
- "vars",
- "zoo"
- ],
- "VignetteBuilder": "knitr",
- "Config/Needs/website": "tidyverse/tidytemplate",
- "Config/testthat/edition": "3",
- "Config/usethis/last-upkeep": "2025-04-25",
- "Encoding": "UTF-8",
- "Language": "en-US",
- "RoxygenNote": "7.3.3",
- "Collate": "'aaa-documentation-helper.R' 'null-and-default.R' 'aer.R' 'auc.R' 'base.R' 'bbmle.R' 'betareg.R' 'biglm.R' 'bingroup.R' 'boot.R' 'broom-package.R' 'broom.R' 'btergm.R' 'car.R' 'caret.R' 'cluster.R' 'cmprsk.R' 'data-frame.R' 'deprecated-0-7-0.R' 'drc.R' 'emmeans.R' 'epiR.R' 'ergm.R' 'fixest.R' 'gam.R' 'geepack.R' 'glmnet-cv-glmnet.R' 'glmnet-glmnet.R' 'gmm.R' 'hmisc.R' 'import-standalone-obj-type.R' 'import-standalone-types-check.R' 'joinerml.R' 'kendall.R' 'ks.R' 'lavaan.R' 'leaps.R' 'lfe.R' 'list-irlba.R' 'list-optim.R' 'list-svd.R' 'list-xyz.R' 'list.R' 'lm-beta.R' 'lmodel2.R' 'lmtest.R' 'maps.R' 'margins.R' 'mass-fitdistr.R' 'mass-negbin.R' 'mass-polr.R' 'mass-ridgelm.R' 'stats-lm.R' 'mass-rlm.R' 'mclust.R' 'mediation.R' 'metafor.R' 'mfx.R' 'mgcv.R' 'mlogit.R' 'muhaz.R' 'multcomp.R' 'nnet.R' 'nobs.R' 'ordinal-clm.R' 'ordinal-clmm.R' 'plm.R' 'polca.R' 'psych.R' 'stats-nls.R' 'quantreg-nlrq.R' 'quantreg-rq.R' 'quantreg-rqs.R' 'robust-glmrob.R' 'robust-lmrob.R' 'robustbase-glmrob.R' 'robustbase-lmrob.R' 'sp.R' 'spdep.R' 'speedglm-speedglm.R' 'speedglm-speedlm.R' 'stats-anova.R' 'stats-arima.R' 'stats-decompose.R' 'stats-factanal.R' 'stats-glm.R' 'stats-htest.R' 'stats-kmeans.R' 'stats-loess.R' 'stats-mlm.R' 'stats-prcomp.R' 'stats-smooth.spline.R' 'stats-summary-lm.R' 'stats-time-series.R' 'survey.R' 'survival-aareg.R' 'survival-cch.R' 'survival-coxph.R' 'survival-pyears.R' 'survival-survdiff.R' 'survival-survexp.R' 'survival-survfit.R' 'survival-survreg.R' 'systemfit.R' 'tseries.R' 'utilities.R' 'vars.R' 'zoo.R' 'zzz.R'",
- "NeedsCompilation": "no",
- "Author": "David Robinson [aut], Alex Hayes [aut] (ORCID: ), Simon Couch [aut, cre] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ), Indrajeet Patil [ctb] (ORCID: ), Derek Chiu [ctb], Matthieu Gomez [ctb], Boris Demeshev [ctb], Dieter Menne [ctb], Benjamin Nutter [ctb], Luke Johnston [ctb], Ben Bolker [ctb], Francois Briatte [ctb], Jeffrey Arnold [ctb], Jonah Gabry [ctb], Luciano Selzer [ctb], Gavin Simpson [ctb], Jens Preussner [ctb], Jay Hesselberth [ctb], Hadley Wickham [ctb], Matthew Lincoln [ctb], Alessandro Gasparini [ctb], Lukasz Komsta [ctb], Frederick Novometsky [ctb], Wilson Freitas [ctb], Michelle Evans [ctb], Jason Cory Brunson [ctb], Simon Jackson [ctb], Ben Whalley [ctb], Karissa Whiting [ctb], Yves Rosseel [ctb], Michael Kuehn [ctb], Jorge Cimentada [ctb], Erle Holgersen [ctb], Karl Dunkle Werner [ctb] (ORCID: ), Ethan Christensen [ctb], Steven Pav [ctb], Paul PJ [ctb], Ben Schneider [ctb], Patrick Kennedy [ctb], Lily Medina [ctb], Brian Fannin [ctb], Jason Muhlenkamp [ctb], Matt Lehman [ctb], Bill Denney [ctb] (ORCID: ), Nic Crane [ctb], Andrew Bates [ctb], Vincent Arel-Bundock [ctb] (ORCID: ), Hideaki Hayashi [ctb], Luis Tobalina [ctb], Annie Wang [ctb], Wei Yang Tham [ctb], Clara Wang [ctb], Abby Smith [ctb] (ORCID: ), Jasper Cooper [ctb] (ORCID: ), E Auden Krauska [ctb] (ORCID: ), Alex Wang [ctb], Malcolm Barrett [ctb] (ORCID: ), Charles Gray [ctb] (ORCID: ), Jared Wilber [ctb], Vilmantas Gegzna [ctb] (ORCID: ), Eduard Szoecs [ctb], Frederik Aust [ctb] (ORCID: ), Angus Moore [ctb], Nick Williams [ctb], Marius Barth [ctb] (ORCID: ), Bruna Wundervald [ctb] (ORCID: ), Joyce Cahoon [ctb] (ORCID: ), Grant McDermott [ctb] (ORCID: ), Kevin Zarca [ctb], Shiro Kuriwaki [ctb] (ORCID: ), Lukas Wallrich [ctb] (ORCID: ), James Martherus [ctb] (ORCID: ), Chuliang Xiao [ctb] (ORCID: ), Joseph Larmarange [ctb], Max Kuhn [ctb], Michal Bojanowski [ctb], Hakon Malmedal [ctb], Clara Wang [ctb], Sergio Oller [ctb], Luke Sonnet [ctb], Jim Hester [ctb], Ben Schneider [ctb], Bernie Gray [ctb] (ORCID: ), Mara Averick [ctb], Aaron Jacobs [ctb], Andreas Bender [ctb], Sven Templer [ctb], Paul-Christian Buerkner [ctb], Matthew Kay [ctb], Erwan Le Pennec [ctb], Johan Junkka [ctb], Hao Zhu [ctb], Benjamin Soltoff [ctb], Zoe Wilkinson Saldana [ctb], Tyler Littlefield [ctb], Charles T. Gray [ctb], Shabbh E. Banks [ctb], Serina Robinson [ctb], Roger Bivand [ctb], Riinu Ots [ctb], Nicholas Williams [ctb], Nina Jakobsen [ctb], Michael Weylandt [ctb], Lisa Lendway [ctb], Karl Hailperin [ctb], Josue Rodriguez [ctb], Jenny Bryan [ctb], Chris Jarvis [ctb], Greg Macfarlane [ctb], Brian Mannakee [ctb], Drew Tyre [ctb], Shreyas Singh [ctb], Laurens Geffert [ctb], Hong Ooi [ctb], Henrik Bengtsson [ctb], Eduard Szocs [ctb], David Hugh-Jones [ctb], Matthieu Stigler [ctb], Hugo Tavares [ctb] (ORCID: ), R. Willem Vervoort [ctb], Brenton M. Wiernik [ctb], Josh Yamamoto [ctb], Jasme Lee [ctb], Taren Sanders [ctb] (ORCID: ), Ilaria Prosdocimi [ctb] (ORCID: ), Daniel D. Sjoberg [ctb] (ORCID: ), Alex Reinhart [ctb] (ORCID: )",
- "Maintainer": "Simon Couch ",
- "Repository": "CRAN"
- },
- "bslib": {
- "Package": "bslib",
- "Version": "0.9.0",
- "Source": "Repository",
- "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 (>= 1.1.1)",
- "grDevices",
- "htmltools (>= 0.5.8)",
- "jquerylib (>= 0.1.3)",
- "jsonlite",
- "lifecycle",
- "memoise (>= 2.0.1)",
- "mime",
- "rlang",
- "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"
- ],
- "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",
- "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)"
- ],
- "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",
- "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",
- "utils"
- ],
- "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",
- "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"
- ],
- "NeedsCompilation": "no",
- "Author": "Jennifer Bryan [cre, aut], Hadley Wickham [ctb]",
- "Maintainer": "Jennifer Bryan ",
- "Repository": "CRAN"
- },
- "cffr": {
- "Package": "cffr",
- "Version": "1.2.0",
- "Source": "Repository",
- "Title": "Generate Citation File Format ('cff') Metadata for R Packages",
- "Authors@R": "c( person(\"Diego\", \"Hernangómez\", , \"diego.hernangomezherrero@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"), comment = c(ORCID = \"0000-0001-8457-4658\")), person(\"João\", \"Martins\", role = \"rev\", comment = c(ORCID = \"0000-0001-7961-4280\")), person(\"Scott\", \"Chamberlain\", role = \"rev\", comment = c(ORCID = \"0000-0003-1444-9135\")) )",
- "Description": "The Citation File Format version 1.2.0 is a human and machine readable file format which provides citation metadata for software. This package provides core utilities to generate and validate this metadata.",
- "License": "GPL (>= 3)",
- "URL": "https://docs.ropensci.org/cffr/, https://github.com/ropensci/cffr",
- "BugReports": "https://github.com/ropensci/cffr/issues",
- "Depends": [
- "R (>= 4.0.0)"
- ],
- "Imports": [
- "cli (>= 2.0.0)",
- "desc (>= 1.3.0)",
- "jsonlite (>= 1.7.2)",
- "jsonvalidate (>= 1.1.0)",
- "yaml (>= 2.2.1)"
- ],
- "Suggests": [
- "bibtex (>= 0.5.0)",
- "knitr",
- "lifecycle",
- "rmarkdown",
- "testthat (>= 3.0.0)",
- "usethis"
- ],
- "VignetteBuilder": "knitr",
- "Config/Needs/website": "devtools",
- "Config/testthat/edition": "3",
- "Config/testthat/parallel": "true",
- "Encoding": "UTF-8",
- "LazyData": "true",
- "RoxygenNote": "7.3.2",
- "X-schema.org-isPartOf": "https://ropensci.org",
- "X-schema.org-keywords": "attribution, citation, credit, citation-files, cff, metadata, citation-file-format, cran, r, r-package, ropensci, rstats, r-cran",
- "NeedsCompilation": "no",
- "Author": "Diego Hernangómez [aut, cre, cph] (), João Martins [rev] (), Scott Chamberlain [rev] ()",
- "Maintainer": "Diego Hernangómez ",
- "Repository": "CRAN"
- },
- "checkmate": {
- "Package": "checkmate",
- "Version": "2.3.3",
- "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] (ORCID: ), Bernd Bischl [ctb], Dénes Tóth [ctb] (ORCID: )",
- "Maintainer": "Michel Lang ",
- "Repository": "CRAN"
- },
- "ciTools": {
- "Package": "ciTools",
- "Version": "0.6.1",
- "Source": "Repository",
- "Type": "Package",
- "Title": "Confidence or Prediction Intervals, Quantiles, and Probabilities for Statistical Models",
- "Authors@R": "c(person(\"John\", \"Haman\", role = c(\"cre\", \"aut\"), email = \"jhaman@ida.org\"), person(\"Matthew\", \"Avery\", role = \"aut\", email = \"mavery@ida.org\"), person(\"Institute for Defense Analyses\", role = \"cph\"))",
- "Maintainer": "John Haman ",
- "Description": "Functions to append confidence intervals, prediction intervals, and other quantities of interest to data frames. All appended quantities are for the response variable, after conditioning on the model and covariates. This package has a data frame first syntax that allows for easy piping. Currently supported models include (log-) linear, (log-) linear mixed, generalized linear models, generalized linear mixed models, and accelerated failure time models.",
- "Depends": [
- "R (>= 3.4.0)"
- ],
- "Imports": [
- "arm",
- "boot",
- "dplyr",
- "lme4",
- "MASS",
- "methods",
- "stats",
- "survival",
- "utils"
- ],
- "Suggests": [
- "here",
- "ggplot2",
- "knitr",
- "rmarkdown",
- "SPREDA"
- ],
- "VignetteBuilder": "rmarkdown, knitr",
- "URL": "https://github.com/jthaman/ciTools",
- "BugReports": "https://github.com/jthaman/ciTools/issues",
- "License": "GPL (>= 3)",
- "Encoding": "UTF-8",
- "LazyData": "true",
- "RoxygenNote": "7.1.1",
- "NeedsCompilation": "no",
- "Author": "John Haman [cre, aut], Matthew Avery [aut], Institute for Defense Analyses [cph]",
- "Repository": "CRAN"
- },
- "cleanepi": {
- "Package": "cleanepi",
- "Version": "1.1.2.9000",
- "Source": "GitHub",
- "Title": "Clean and Standardize Epidemiological Data",
- "Authors@R": "c( person(\"Karim\", \"Mané\", , \"karim.mane@lshtm.ac.uk\", role = \"aut\", comment = c(ORCID = \"0000-0002-9892-2999\")), person(\"Thibaut\", \"Jombart\", , \"thibautjombart@gmail.com\", role = \"ctb\", comment = \"Thibaut contributed in development of date_guess().\"), person(\"Abdoelnaser\", \"Degoot\", , \"abdoelnaser-mahmood.degoot@lshtm.ac.uk\", role = \"aut\", comment = c(ORCID = \"0000-0001-8788-2496\")), person(\"Bankolé\", \"Ahadzie\", , \"Bankole.Ahadzie@lshtm.ac.uk\", role = \"aut\"), person(\"Nuredin\", \"Mohammed\", , \"Nuredin.Mohammed@lshtm.ac.uk\", role = \"aut\"), person(\"Bubacarr\", \"Bah\", , \"Bubacarr.Bah1@lshtm.ac.uk\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-3318-6668\")), person(\"Hugo\", \"Gruson\", , \"hugo@data.org\", role = c(\"ctb\", \"rev\"), comment = c(ORCID = \"0000-0002-4094-1476\")), person(\"Pratik R.\", \"Gupte\", , \"pratik.gupte@lshtm.ac.uk\", role = \"rev\", comment = c(ORCID = \"0000-0001-5294-7819\")), person(\"James M.\", \"Azam\", , \"james.azam@lshtm.ac.uk\", role = \"rev\", comment = c(ORCID = \"0000-0001-5782-7330\")), person(\"Joshua W.\", \"Lambert\", , \"joshua.lambert@lshtm.ac.uk\", role = c(\"rev\", \"ctb\"), comment = c(ORCID = \"0000-0001-5218-3046\")), person(\"Chris\", \"Hartgerink\", , \"chris@data.org\", role = \"rev\", comment = c(ORCID = \"0000-0003-1050-6809\")), person(\"Andree\", \"Valle-Campos\", , \"avallecam@gmail.com\", role = c(\"rev\", \"ctb\"), comment = c(ORCID = \"0000-0002-7779-481X\")), person(\"London School of Hygiene and Tropical Medicine, LSHTM\", role = \"cph\", comment = c(ROR = \"00a0jsq62\")), person(\"data.org\", role = \"fnd\") )",
- "Description": "Cleaning and standardizing tabular data package, tailored specifically for curating epidemiological data. It streamlines various data cleaning tasks that are typically expected when working with datasets in epidemiology. It returns the processed data in the same format, and generates a comprehensive report detailing the outcomes of each cleaning task.",
- "License": "MIT + file LICENSE",
- "URL": "https://epiverse-trace.github.io/cleanepi/, https://github.com/epiverse-trace/cleanepi",
- "BugReports": "https://github.com/epiverse-trace/cleanepi/issues",
- "Depends": [
- "R (>= 4.0.0)"
- ],
- "Imports": [
- "checkmate",
- "cli",
- "dplyr",
- "janitor",
- "linelist (>= 1.0.0)",
- "lubridate",
- "magrittr",
- "matchmaker",
- "numberize",
- "readr",
- "rlang",
- "tibble"
- ],
- "Suggests": [
- "htmlwidgets",
- "kableExtra",
- "knitr",
- "lintr",
- "markdown",
- "naniar",
- "reactable",
- "rmarkdown",
- "spelling",
- "systemfonts",
- "testthat (>= 3.0.0)"
- ],
- "VignetteBuilder": "knitr",
- "Config/Needs/website": "epiverse-trace/epiversetheme",
- "Config/potools/style": "explicit",
- "Config/testthat/edition": "3",
- "Encoding": "UTF-8",
- "Language": "en-US",
- "LazyData": "true",
- "Roxygen": "list(markdown = TRUE)",
- "RoxygenNote": "7.3.2",
- "RemoteType": "github",
- "RemoteHost": "api.github.com",
- "RemoteRepo": "cleanepi",
- "RemoteUsername": "epiverse-trace",
- "RemotePkgRef": "epiverse-trace/cleanepi",
- "RemoteRef": "HEAD",
- "RemoteSha": "6fb22d1aa55ebbe7edcc020771e6ab6006a26a26",
- "NeedsCompilation": "no",
- "Author": "Karim Mané [aut] (), Thibaut Jombart [ctb] (Thibaut contributed in development of date_guess().), Abdoelnaser Degoot [aut] (), Bankolé Ahadzie [aut], Nuredin Mohammed [aut], Bubacarr Bah [aut, cre] (), Hugo Gruson [ctb, rev] (), Pratik R. Gupte [rev] (), James M. Azam [rev] (), Joshua W. Lambert [rev, ctb] (), Chris Hartgerink [rev] (), Andree Valle-Campos [rev, ctb] (), London School of Hygiene and Tropical Medicine, LSHTM [cph] (00a0jsq62), data.org [fnd]",
- "Maintainer": "Bubacarr Bah "
- },
- "cli": {
- "Package": "cli",
- "Version": "3.6.5",
- "Source": "Repository",
- "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"
- ],
- "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",
- "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"
- ],
- "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"
- },
- "coda": {
- "Package": "coda",
- "Version": "0.19-4.1",
- "Source": "Repository",
- "Date": "2020-09-30",
- "Title": "Output Analysis and Diagnostics for MCMC",
- "Authors@R": "c(person(\"Martyn\", \"Plummer\", role=c(\"aut\",\"cre\",\"trl\"), email=\"martyn.plummer@gmail.com\"), person(\"Nicky\", \"Best\", role=\"aut\"), person(\"Kate\", \"Cowles\", role=\"aut\"), person(\"Karen\", \"Vines\", role=\"aut\"), person(\"Deepayan\", \"Sarkar\", role=\"aut\"), person(\"Douglas\", \"Bates\", role=\"aut\"), person(\"Russell\", \"Almond\", role=\"aut\"), person(\"Arni\", \"Magnusson\", role=\"aut\"))",
- "Depends": [
- "R (>= 2.14.0)"
- ],
- "Imports": [
- "lattice"
- ],
- "Description": "Provides functions for summarizing and plotting the output from Markov Chain Monte Carlo (MCMC) simulations, as well as diagnostic tests of convergence to the equilibrium distribution of the Markov chain.",
- "License": "GPL (>= 2)",
- "NeedsCompilation": "no",
- "Author": "Martyn Plummer [aut, cre, trl], Nicky Best [aut], Kate Cowles [aut], Karen Vines [aut], Deepayan Sarkar [aut], Douglas Bates [aut], Russell Almond [aut], Arni Magnusson [aut]",
- "Maintainer": "Martyn Plummer ",
- "Repository": "CRAN"
- },
- "conflicted": {
- "Package": "conflicted",
- "Version": "1.2.0",
- "Source": "Repository",
- "Title": "An Alternative Conflict Resolution Strategy",
- "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")), person(\"RStudio\", role = c(\"cph\", \"fnd\")) )",
- "Description": "R's default conflict management system gives the most recently loaded package precedence. This can make it hard to detect conflicts, particularly when they arise because a package update creates ambiguity that did not previously exist. 'conflicted' takes a different approach, making every conflict an error and forcing you to choose which function to use.",
- "License": "MIT + file LICENSE",
- "URL": "https://conflicted.r-lib.org/, https://github.com/r-lib/conflicted",
- "BugReports": "https://github.com/r-lib/conflicted/issues",
- "Depends": [
- "R (>= 3.2)"
- ],
- "Imports": [
- "cli (>= 3.4.0)",
- "memoise",
- "rlang (>= 1.0.0)"
- ],
- "Suggests": [
- "callr",
- "covr",
- "dplyr",
- "Matrix",
- "methods",
- "pkgload",
- "testthat (>= 3.0.0)",
- "withr"
- ],
- "Config/Needs/website": "tidyverse/tidytemplate",
- "Config/testthat/edition": "3",
- "Encoding": "UTF-8",
- "RoxygenNote": "7.2.3",
- "NeedsCompilation": "no",
- "Author": "Hadley Wickham [aut, cre], RStudio [cph, fnd]",
- "Maintainer": "Hadley Wickham ",
- "Repository": "CRAN"
- },
- "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"
- },
- "curl": {
- "Package": "curl",
- "Version": "7.0.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",
- "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.17.8",
- "Source": "Repository",
- "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 (>= 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": "CRAN"
- },
- "dbplyr": {
- "Package": "dbplyr",
- "Version": "2.5.1",
- "Source": "Repository",
- "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 (>= 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 (>= 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.8)",
- "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.3",
- "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",
- "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"
- ],
- "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"
- },
- "digest": {
- "Package": "digest",
- "Version": "0.6.37",
- "Source": "Repository",
- "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"
- ],
- "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"
- },
- "distcrete": {
- "Package": "distcrete",
- "Version": "1.0.3",
- "Source": "Repository",
- "Title": "Discrete Distribution Approximations",
- "Authors@R": "c( person(\"Steph\",\"Locke\", role=\"cre\", email = \"steph@itsalocke.com\"), person(\"Rich\", \"FitzJohn\", role = c(\"aut\"), email = \"rich.fitzjohn@gmail.com\"), person(\"Anne\", \"Cori\", role = \"aut\"), person(\"Thibaut\", \"Jombart\", role = \"aut\"))",
- "Description": "Creates discretised versions of continuous distribution functions by mapping continuous values to an underlying discrete grid, based on a (uniform) frequency of discretisation, a valid discretisation point, and an integration range. For a review of discretisation methods, see Chakraborty (2015) .",
- "License": "MIT + file LICENSE",
- "LazyData": "true",
- "URL": "https://github.com/reconhub/distcrete",
- "BugReports": "https://github.com/reconhub/distcrete/issues",
- "Suggests": [
- "knitr",
- "rmarkdown",
- "testthat"
- ],
- "RoxygenNote": "6.0.1",
- "VignetteBuilder": "knitr",
- "NeedsCompilation": "no",
- "Author": "Steph Locke [cre], Rich FitzJohn [aut], Anne Cori [aut], Thibaut Jombart [aut]",
- "Maintainer": "Steph Locke ",
- "Repository": "CRAN"
- },
- "distributional": {
- "Package": "distributional",
- "Version": "0.5.0",
- "Source": "Repository",
- "Title": "Vectorised Probability Distributions",
- "Authors@R": "c(person(given = \"Mitchell\", family = \"O'Hara-Wild\", role = c(\"aut\", \"cre\"), email = \"mail@mitchelloharawild.com\", comment = c(ORCID = \"0000-0001-6729-7695\")), person(given = \"Matthew\", family = \"Kay\", role = c(\"aut\"), comment = c(ORCID = \"0000-0001-9446-0419\")), person(given = \"Alex\", family = \"Hayes\", role = c(\"aut\"), comment = c(ORCID = \"0000-0002-4985-5160\")), person(given = \"Rob\", family = \"Hyndman\", role = c(\"aut\"), comment = c(ORCID = \"0000-0002-2140-5352\")), person(given = \"Earo\", family = \"Wang\", role = c(\"ctb\"), comment = c(ORCID = \"0000-0001-6448-5260\")), person(given = \"Vencislav\", family = \"Popov\", role = c(\"ctb\"), comment = c(ORCID = \"0000-0002-8073-4199\")))",
- "Description": "Vectorised distribution objects with tools for manipulating, visualising, and using probability distributions. Designed to allow model prediction outputs to return distributions rather than their parameters, allowing users to directly interact with predictive distributions in a data-oriented workflow. In addition to providing generic replacements for p/d/q/r functions, other useful statistics can be computed including means, variances, intervals, and highest density regions.",
- "License": "GPL-3",
- "Imports": [
- "vctrs (>= 0.3.0)",
- "rlang (>= 0.4.5)",
- "generics",
- "stats",
- "numDeriv",
- "utils",
- "lifecycle",
- "pillar"
- ],
- "Suggests": [
- "testthat (>= 2.1.0)",
- "covr",
- "mvtnorm",
- "actuar (>= 2.0.0)",
- "evd",
- "ggdist",
- "ggplot2",
- "gk"
- ],
- "RdMacros": "lifecycle",
- "URL": "https://pkg.mitchelloharawild.com/distributional/, https://github.com/mitchelloharawild/distributional",
- "BugReports": "https://github.com/mitchelloharawild/distributional/issues",
- "Encoding": "UTF-8",
- "Language": "en-GB",
- "RoxygenNote": "7.3.2",
- "NeedsCompilation": "no",
- "Author": "Mitchell O'Hara-Wild [aut, cre] (), Matthew Kay [aut] (), Alex Hayes [aut] (), Rob Hyndman [aut] (), Earo Wang [ctb] (), Vencislav Popov [ctb] ()",
- "Maintainer": "Mitchell O'Hara-Wild ",
- "Repository": "CRAN"
- },
- "dplyr": {
- "Package": "dplyr",
- "Version": "1.1.4",
- "Source": "Repository",
- "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 (>= 1.3.2)",
- "lifecycle (>= 1.0.3)",
- "magrittr (>= 1.5)",
- "methods",
- "pillar (>= 1.9.0)",
- "R6",
- "rlang (>= 1.1.0)",
- "tibble (>= 3.2.0)",
- "tidyselect (>= 1.2.0)",
- "utils",
- "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"
- },
- "dtplyr": {
- "Package": "dtplyr",
- "Version": "1.3.2",
- "Source": "Repository",
- "Title": "Data Table Back-End for 'dplyr'",
- "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"cre\", \"aut\")), person(\"Maximilian\", \"Girlich\", role = \"aut\"), person(\"Mark\", \"Fairbanks\", role = \"aut\"), person(\"Ryan\", \"Dickerson\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
- "Description": "Provides a data.table backend for 'dplyr'. The goal of 'dtplyr' is to allow you to write 'dplyr' code that is automatically translated to the equivalent, but usually much faster, data.table code.",
- "License": "MIT + file LICENSE",
- "URL": "https://dtplyr.tidyverse.org, https://github.com/tidyverse/dtplyr",
- "BugReports": "https://github.com/tidyverse/dtplyr/issues",
- "Depends": [
- "R (>= 4.0)"
- ],
- "Imports": [
- "cli (>= 3.4.0)",
- "data.table (>= 1.13.0)",
- "dplyr (>= 1.1.0)",
- "glue",
- "lifecycle",
- "rlang (>= 1.0.4)",
- "tibble",
- "tidyselect (>= 1.2.0)",
- "vctrs (>= 0.4.1)"
- ],
- "Suggests": [
- "bench",
- "covr",
- "knitr",
- "rmarkdown",
- "testthat (>= 3.1.2)",
- "tidyr (>= 1.1.0)",
- "waldo (>= 0.3.1)"
- ],
- "VignetteBuilder": "knitr",
- "Config/Needs/website": "tidyverse/tidytemplate",
- "Config/testthat/edition": "3",
- "Encoding": "UTF-8",
- "RoxygenNote": "7.3.2.9000",
- "NeedsCompilation": "no",
- "Author": "Hadley Wickham [cre, aut], Maximilian Girlich [aut], Mark Fairbanks [aut], Ryan Dickerson [aut], Posit Software, PBC [cph, fnd]",
- "Maintainer": "Hadley Wickham ",
- "Repository": "CRAN"
- },
- "english": {
- "Package": "english",
- "Version": "1.2-6",
- "Source": "Repository",
- "Type": "Package",
- "Title": "Translate Integers into English",
- "Date": "2021-08-21",
- "Author": "John Fox, Bill Venables, Anthony Damico and Anne Pier Salverda",
- "Maintainer": "Bill Venables ",
- "Description": "Allow numbers to be presented in an English language version, one, two, three, ... Ordinals are also available, first, second, third, ... and indefinite article choice, \"a\" or \"an\".",
- "Suggests": [
- "utils",
- "knitr",
- "rmarkdown"
- ],
- "License": "GPL-2",
- "LazyLoad": "yes",
- "NeedsCompilation": "no",
- "Encoding": "UTF-8",
- "RoxygenNote": "7.1.1",
- "VignetteBuilder": "knitr",
- "Repository": "CRAN"
- },
- "epiparameter": {
- "Package": "epiparameter",
- "Version": "0.4.1",
- "Source": "Repository",
- "Title": "Classes and Helper Functions for Working with Epidemiological Parameters",
- "Authors@R": "c( person(\"Joshua W.\", \"Lambert\", , \"joshua.lambert@lshtm.ac.uk\", role = c(\"aut\", \"cre\", \"cph\"), comment = c(ORCID = \"0000-0001-5218-3046\")), person(\"Adam\", \"Kucharski\", , \"adam.kucharski@lshtm.ac.uk\", role = c(\"aut\", \"cph\"), comment = c(ORCID = \"0000-0001-8814-9421\")), person(\"Carmen\", \"Tamayo\", , \"carmen.tamayo-cuartero@lshtm.ac.uk\", role = \"aut\", comment = c(ORCID = \"0000-0003-4184-2864\")), person(\"Hugo\", \"Gruson\", , \"hugo.gruson@data.org\", role = c(\"ctb\", \"rev\"), comment = c(ORCID = \"0000-0002-4094-1476\")), person(\"Sebastian\", \"Funk\", , \"sebastian.funk@lshtm.ac.uk\", role = \"ctb\", comment = c(ORCID = \"0000-0002-2842-3406\")), person(\"Pratik\", \"Gupte\", , \"pratik.gupte@lshtm.ac.uk\", role = \"rev\", comment = c(ORCID = \"0000-0001-5294-7819\")), person(\"James M.\", \"Azam\", , \"james.azam@lshtm.ac.uk\", role = \"rev\", comment = c(ORCID = \"0000-0001-5782-7330\")), person(\"Chris\", \"Hartgerink\", , \"chris@data.org\", role = \"rev\", comment = c(ORCID = \"0000-0003-1050-6809\")), person(\"Tim\", \"Taylor\", , \"tim.taylor@hiddenelephants.co.uk\", role = \"rev\", comment = c(ORCID = \"0000-0002-8587-7113\")) )",
- "Description": "Classes and helper functions for loading, extracting, converting, manipulating, plotting and aggregating epidemiological parameters for infectious diseases. Epidemiological parameters extracted from the literature are loaded from the 'epiparameterDB' R package.",
- "License": "MIT + file LICENSE",
- "URL": "https://github.com/epiverse-trace/epiparameter/, https://epiverse-trace.github.io/epiparameter/",
- "BugReports": "https://github.com/epiverse-trace/epiparameter/issues",
- "Depends": [
- "R (>= 4.1.0)"
- ],
- "Imports": [
- "cachem",
- "checkmate",
- "cli",
- "distcrete",
- "distributional",
- "epiparameterDB",
- "graphics",
- "lifecycle",
- "pillar",
- "rlang",
- "stats",
- "tools",
- "utils"
- ],
- "Suggests": [
- "bookdown",
- "DT",
- "ggplot2",
- "knitr",
- "RColorBrewer",
- "rmarkdown",
- "spelling",
- "testthat (>= 3.0.0)",
- "vdiffr (>= 1.0.7)",
- "visNetwork"
- ],
- "VignetteBuilder": "knitr",
- "Config/Needs/check": "mrc-ide/epireview",
- "Config/Needs/website": "epiverse-trace/epiversetheme, mrc-ide/epireview",
- "Config/potools/style": "explicit",
- "Config/testthat/edition": "3",
- "Encoding": "UTF-8",
- "Language": "en-GB",
- "LazyData": "true",
- "RoxygenNote": "7.3.2",
- "NeedsCompilation": "no",
- "Author": "Joshua W. Lambert [aut, cre, cph] (), Adam Kucharski [aut, cph] (), Carmen Tamayo [aut] (), Hugo Gruson [ctb, rev] (), Sebastian Funk [ctb] (), Pratik Gupte [rev] (), James M. Azam [rev] (), Chris Hartgerink [rev] (), Tim Taylor [rev] ()",
- "Maintainer": "Joshua W. Lambert ",
- "Repository": "CRAN"
- },
- "epiparameterDB": {
- "Package": "epiparameterDB",
- "Version": "0.1.0",
- "Source": "Repository",
- "Title": "Database of Epidemiological Parameters",
- "Authors@R": "c( person(\"Joshua W.\", \"Lambert\", , \"joshua.lambert@lshtm.ac.uk\", role = c(\"cre\", \"aut\", \"cph\"), comment = c(ORCID = \"0000-0001-5218-3046\")), person(\"Adam\", \"Kucharski\", , \"adam.kucharski@lshtm.ac.uk\", role = \"aut\", comment = c(ORCID = \"0000-0001-8814-9421\")), person(\"Carmen\", \"Tamayo\", , \"carmen.tamayo-cuartero@lshtm.ac.uk\", role = \"aut\", comment = c(ORCID = \"0000-0003-4184-2864\")) )",
- "Description": "A data package containing a database of epidemiological parameters. It stores the data for the 'epiparameter' R package. Epidemiological parameter estimates are extracted from the literature.",
- "License": "CC0",
- "URL": "https://github.com/epiverse-trace/epiparameterDB/",
- "BugReports": "https://github.com/epiverse-trace/epiparameterDB/issues",
- "Depends": [
- "R (>= 4.0.0)"
- ],
- "Suggests": [
- "DT",
- "jsonlite",
- "knitr",
- "rmarkdown",
- "spelling",
- "testthat (>= 3.0.0)"
- ],
- "VignetteBuilder": "knitr",
- "Config/Needs/website": "epiverse-trace/epiversetheme",
- "Config/testthat/edition": "3",
- "Encoding": "UTF-8",
- "Language": "en-GB",
- "LazyData": "true",
- "RoxygenNote": "7.3.2",
- "NeedsCompilation": "no",
- "Author": "Joshua W. Lambert [cre, aut, cph] (), Adam Kucharski [aut] (), Carmen Tamayo [aut] ()",
- "Maintainer": "Joshua W. Lambert ",
- "Repository": "CRAN"
- },
- "evaluate": {
- "Package": "evaluate",
- "Version": "1.0.5",
- "Source": "Repository",
- "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"
- ],
- "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"
- },
- "farver": {
- "Package": "farver",
- "Version": "2.1.2",
- "Source": "Repository",
- "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",
- "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"
- },
- "fastymd": {
- "Package": "fastymd",
- "Version": "0.1.4",
- "Source": "Repository",
- "Title": "Fast Utilities for Year Month Day Objects",
- "Authors@R": "c( person( given = \"Tim\", family = \"Taylor\", role = c(\"aut\", \"cre\"), email = \"tim.taylor@hiddenelephants.co.uk\", comment = c(ORCID = \"0000-0002-8587-7113\") ), person( given = \"Howard\", family = \"Hinnant\", role = \"aut\", comment = \"Author of underlying algorithms for calculating Epoch days to Calendar days and vice versa\" ), person( \"jerichaux\", role = \"aut\", comment = \"Author of included branchless leap year calculation\" ) )",
- "Description": "A collection of utility functions for working with Year Month Day objects. Includes functions for fast parsing of numeric and character input based on algorithms described in Hinnant, H. (2021) as well as a branchless calculation of leap years by Jerichaux (2025) .",
- "License": "GPL-3",
- "URL": "https://timtaylor.codeberg.page/fastymd/",
- "BugReports": "https://codeberg.org/TimTaylor/fastymd/issues",
- "Encoding": "UTF-8",
- "Suggests": [
- "fasttime",
- "lubridate",
- "microbenchmark",
- "tinytest",
- "ymd",
- "litedown"
- ],
- "Depends": [
- "R (>= 4.2.0)"
- ],
- "VignetteBuilder": "litedown",
- "RoxygenNote": "7.3.3",
- "Config/testthat/load-all": "list(export_all = FALSE, helpers = FALSE)",
- "NeedsCompilation": "yes",
- "Author": "Tim Taylor [aut, cre] (ORCID: ), Howard Hinnant [aut] (Author of underlying algorithms for calculating Epoch days to Calendar days and vice versa), jerichaux [aut] (Author of included branchless leap year calculation)",
- "Maintainer": "Tim Taylor ",
- "Repository": "CRAN"
- },
- "fontawesome": {
- "Package": "fontawesome",
- "Version": "0.5.3",
- "Source": "Repository",
- "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)"
- ],
- "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"
- },
- "forcats": {
- "Package": "forcats",
- "Version": "1.0.1",
- "Source": "Repository",
- "Title": "Tools for Working with Categorical Variables (Factors)",
- "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )",
- "Description": "Helpers for reordering factor levels (including moving specified levels to front, ordering by first appearance, reversing, and randomly shuffling), and tools for modifying factor levels (including collapsing rare levels into other, 'anonymising', and manually 'recoding').",
- "License": "MIT + file LICENSE",
- "URL": "https://forcats.tidyverse.org/, https://github.com/tidyverse/forcats",
- "BugReports": "https://github.com/tidyverse/forcats/issues",
- "Depends": [
- "R (>= 4.1)"
- ],
- "Imports": [
- "cli (>= 3.4.0)",
- "glue",
- "lifecycle",
- "magrittr",
- "rlang (>= 1.0.0)",
- "tibble"
- ],
- "Suggests": [
- "covr",
- "dplyr",
- "ggplot2",
- "knitr",
- "readr",
- "rmarkdown",
- "testthat (>= 3.0.0)",
- "withr"
- ],
- "VignetteBuilder": "knitr",
- "Config/Needs/website": "tidyverse/tidytemplate",
- "Config/testthat/edition": "3",
- "Encoding": "UTF-8",
- "LazyData": "true",
- "RoxygenNote": "7.3.3",
- "NeedsCompilation": "no",
- "Author": "Hadley Wickham [aut, cre], Posit Software, PBC [cph, fnd] (ROR: )",
- "Maintainer": "Hadley Wickham ",
- "Repository": "CRAN"
- },
- "foreign": {
- "Package": "foreign",
- "Version": "0.8-86",
- "Source": "Repository",
- "Priority": "recommended",
- "Date": "2023-11-26",
- "Title": "Read Data Stored by 'Minitab', 'S', 'SAS', 'SPSS', 'Stata', 'Systat', 'Weka', 'dBase', ...",
- "Depends": [
- "R (>= 4.0.0)"
- ],
- "Imports": [
- "methods",
- "utils",
- "stats"
- ],
- "Authors@R": "c( person(\"R Core Team\", email = \"R-core@R-project.org\", role = c(\"aut\", \"cph\", \"cre\")), person(\"Roger\", \"Bivand\", role = c(\"ctb\", \"cph\")), person(c(\"Vincent\", \"J.\"), \"Carey\", role = c(\"ctb\", \"cph\")), person(\"Saikat\", \"DebRoy\", role = c(\"ctb\", \"cph\")), person(\"Stephen\", \"Eglen\", role = c(\"ctb\", \"cph\")), person(\"Rajarshi\", \"Guha\", role = c(\"ctb\", \"cph\")), person(\"Swetlana\", \"Herbrandt\", role = \"ctb\"), person(\"Nicholas\", \"Lewin-Koh\", role = c(\"ctb\", \"cph\")), person(\"Mark\", \"Myatt\", role = c(\"ctb\", \"cph\")), person(\"Michael\", \"Nelson\", role = \"ctb\"), person(\"Ben\", \"Pfaff\", role = \"ctb\"), person(\"Brian\", \"Quistorff\", role = \"ctb\"), person(\"Frank\", \"Warmerdam\", role = c(\"ctb\", \"cph\")), person(\"Stephen\", \"Weigand\", role = c(\"ctb\", \"cph\")), person(\"Free Software Foundation, Inc.\", role = \"cph\"))",
- "Contact": "see 'MailingList'",
- "Copyright": "see file COPYRIGHTS",
- "Description": "Reading and writing data stored by some versions of 'Epi Info', 'Minitab', 'S', 'SAS', 'SPSS', 'Stata', 'Systat', 'Weka', and for reading and writing some 'dBase' files.",
- "ByteCompile": "yes",
- "Biarch": "yes",
- "License": "GPL (>= 2)",
- "BugReports": "https://bugs.r-project.org",
- "MailingList": "R-help@r-project.org",
- "URL": "https://svn.r-project.org/R-packages/trunk/foreign/",
- "NeedsCompilation": "yes",
- "Author": "R Core Team [aut, cph, cre], Roger Bivand [ctb, cph], Vincent J. Carey [ctb, cph], Saikat DebRoy [ctb, cph], Stephen Eglen [ctb, cph], Rajarshi Guha [ctb, cph], Swetlana Herbrandt [ctb], Nicholas Lewin-Koh [ctb, cph], Mark Myatt [ctb, cph], Michael Nelson [ctb], Ben Pfaff [ctb], Brian Quistorff [ctb], Frank Warmerdam [ctb, cph], Stephen Weigand [ctb, cph], Free Software Foundation, Inc. [cph]",
- "Maintainer": "R Core Team ",
- "Repository": "CRAN"
- },
- "fs": {
- "Package": "fs",
- "Version": "1.6.6",
- "Source": "Repository",
- "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"
- ],
- "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"
- },
- "gargle": {
- "Package": "gargle",
- "Version": "1.6.0",
- "Source": "Repository",
- "Title": "Utilities for Working with Google APIs",
- "Authors@R": "c( person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"Craig\", \"Citro\", , \"craigcitro@google.com\", role = \"aut\"), person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Google Inc\", role = \"cph\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
- "Description": "Provides utilities for working with Google APIs . This includes functions and classes for handling common credential types and for preparing, executing, and processing HTTP requests.",
- "License": "MIT + file LICENSE",
- "URL": "https://gargle.r-lib.org, https://github.com/r-lib/gargle",
- "BugReports": "https://github.com/r-lib/gargle/issues",
- "Depends": [
- "R (>= 3.6)"
- ],
- "Imports": [
- "cli (>= 3.0.1)",
- "fs (>= 1.3.1)",
- "glue (>= 1.3.0)",
- "httr (>= 1.4.5)",
- "jsonlite",
- "lifecycle (>= 0.2.0)",
- "openssl",
- "rappdirs",
- "rlang (>= 1.1.0)",
- "stats",
- "utils",
- "withr"
- ],
- "Suggests": [
- "aws.ec2metadata",
- "aws.signature",
- "covr",
- "httpuv",
- "knitr",
- "rmarkdown",
- "sodium",
- "spelling",
- "testthat (>= 3.1.7)"
- ],
- "VignetteBuilder": "knitr",
- "Config/Needs/website": "tidyverse/tidytemplate",
- "Config/testthat/edition": "3",
- "Encoding": "UTF-8",
- "Language": "en-US",
- "RoxygenNote": "7.3.2.9000",
- "NeedsCompilation": "no",
- "Author": "Jennifer Bryan [aut, cre] (ORCID: ), Craig Citro [aut], Hadley Wickham [aut] (ORCID: ), Google Inc [cph], Posit Software, PBC [cph, fnd]",
- "Maintainer": "Jennifer Bryan ",
- "Repository": "CRAN"
- },
- "generics": {
- "Package": "generics",
- "Version": "0.1.4",
- "Source": "Repository",
- "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"
- ],
- "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"
- },
- "ggplot2": {
- "Package": "ggplot2",
- "Version": "4.0.1",
- "Source": "Repository",
- "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\"), comment = c(ROR = \"03wc8by49\")) )",
- "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 (>= 4.1)"
- ],
- "Imports": [
- "cli",
- "grDevices",
- "grid",
- "gtable (>= 0.3.6)",
- "isoband",
- "lifecycle (> 1.0.1)",
- "rlang (>= 1.1.0)",
- "S7",
- "scales (>= 1.4.0)",
- "stats",
- "vctrs (>= 0.6.0)",
- "withr (>= 2.5.0)"
- ],
- "Suggests": [
- "broom",
- "covr",
- "dplyr",
- "ggplot2movies",
- "hexbin",
- "Hmisc",
- "hms",
- "knitr",
- "mapproj",
- "maps",
- "MASS",
- "mgcv",
- "multcomp",
- "munsell",
- "nlme",
- "profvis",
- "quantreg",
- "quarto",
- "ragg (>= 1.2.6)",
- "RColorBrewer",
- "roxygen2",
- "rpart",
- "sf (>= 0.7-3)",
- "svglite (>= 2.1.2)",
- "testthat (>= 3.1.5)",
- "tibble",
- "vdiffr (>= 1.0.6)",
- "xml2"
- ],
- "Enhances": [
- "sp"
- ],
- "VignetteBuilder": "quarto",
- "Config/Needs/website": "ggtext, tidyr, forcats, tidyverse/tidytemplate",
- "Config/testthat/edition": "3",
- "Config/usethis/last-upkeep": "2025-04-23",
- "Encoding": "UTF-8",
- "LazyData": "true",
- "RoxygenNote": "7.3.3",
- "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' 'all-classes.R' 'compat-plyr.R' 'utilities.R' 'aes.R' 'annotation-borders.R' 'utilities-checks.R' 'legend-draw.R' 'geom-.R' 'annotation-custom.R' 'annotation-logticks.R' 'scale-type.R' 'layer.R' 'make-constructor.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-map.R' 'fortify-models.R' 'fortify-spatial.R' 'fortify.R' 'stat-.R' 'geom-abline.R' 'geom-rect.R' 'geom-bar.R' 'geom-tile.R' 'geom-bin2d.R' 'geom-blank.R' 'geom-boxplot.R' 'geom-col.R' 'geom-path.R' 'geom-contour.R' 'geom-point.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-freqpoly.R' 'geom-function.R' 'geom-hex.R' 'geom-histogram.R' 'geom-hline.R' 'geom-jitter.R' 'geom-label.R' 'geom-linerange.R' 'geom-pointrange.R' 'geom-quantile.R' 'geom-rug.R' 'geom-sf.R' 'geom-smooth.R' 'geom-spoke.R' 'geom-text.R' 'geom-violin.R' 'geom-vline.R' 'ggplot2-package.R' 'grob-absolute.R' 'grob-dotstack.R' 'grob-null.R' 'grouping.R' 'properties.R' 'margins.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' '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' '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-view.R' 'scale-viridis.R' 'scales-.R' 'stat-align.R' 'stat-bin.R' 'stat-summary-2d.R' 'stat-bin2d.R' 'stat-bindot.R' 'stat-binhex.R' 'stat-boxplot.R' 'stat-connect.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-manual.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-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' 'theme-sub.R' 'utilities-break.R' 'utilities-grid.R' 'utilities-help.R' 'utilities-patterns.R' 'utilities-resolution.R' 'utilities-tidy-eval.R' 'zxx.R' 'zzz.R'",
- "NeedsCompilation": "no",
- "Author": "Hadley Wickham [aut] (ORCID: ), Winston Chang [aut] (ORCID: ), Lionel Henry [aut], Thomas Lin Pedersen [aut, cre] (ORCID: ), Kohske Takahashi [aut], Claus Wilke [aut] (ORCID: ), Kara Woo [aut] (ORCID: ), Hiroaki Yutani [aut] (ORCID: ), Dewey Dunnington [aut] (ORCID: ), Teun van den Brand [aut] (ORCID: ), Posit, PBC [cph, fnd] (ROR: )",
- "Maintainer": "Thomas Lin Pedersen ",
- "Repository": "CRAN"
- },
- "glue": {
- "Package": "glue",
- "Version": "1.8.0",
- "Source": "Repository",
- "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"
- ],
- "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"
- },
- "googledrive": {
- "Package": "googledrive",
- "Version": "2.1.2",
- "Source": "Repository",
- "Title": "An Interface to Google Drive",
- "Authors@R": "c( person(\"Lucy\", \"D'Agostino McGowan\", , role = \"aut\"), 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": "Manage Google Drive files from R.",
- "License": "MIT + file LICENSE",
- "URL": "https://googledrive.tidyverse.org, https://github.com/tidyverse/googledrive",
- "BugReports": "https://github.com/tidyverse/googledrive/issues",
- "Depends": [
- "R (>= 4.1)"
- ],
- "Imports": [
- "cli (>= 3.0.0)",
- "gargle (>= 1.6.0)",
- "glue (>= 1.4.2)",
- "httr",
- "jsonlite",
- "lifecycle",
- "magrittr",
- "pillar (>= 1.9.0)",
- "purrr (>= 1.0.1)",
- "rlang (>= 1.0.2)",
- "tibble (>= 2.0.0)",
- "utils",
- "uuid",
- "vctrs (>= 0.3.0)",
- "withr"
- ],
- "Suggests": [
- "curl",
- "dplyr (>= 1.0.0)",
- "knitr",
- "rmarkdown",
- "spelling",
- "testthat (>= 3.1.5)"
- ],
- "VignetteBuilder": "knitr",
- "Config/Needs/website": "tidyverse, tidyverse/tidytemplate",
- "Config/testthat/edition": "3",
- "Encoding": "UTF-8",
- "Language": "en-US",
- "RoxygenNote": "7.3.3",
- "NeedsCompilation": "no",
- "Author": "Lucy D'Agostino McGowan [aut], Jennifer Bryan [aut, cre] (ORCID: ), Posit Software, PBC [cph, fnd]",
- "Maintainer": "Jennifer Bryan ",
- "Repository": "CRAN"
- },
- "googlesheets4": {
- "Package": "googlesheets4",
- "Version": "1.1.2",
- "Source": "Repository",
- "Title": "Access Google Sheets using the Sheets API V4",
- "Authors@R": "c( person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
- "Description": "Interact with Google Sheets through the Sheets API v4 . \"API\" is an acronym for \"application programming interface\"; the Sheets API allows users to interact with Google Sheets programmatically, instead of via a web browser. The \"v4\" refers to the fact that the Sheets API is currently at version 4. This package can read and write both the metadata and the cell data in a Sheet.",
- "License": "MIT + file LICENSE",
- "URL": "https://googlesheets4.tidyverse.org, https://github.com/tidyverse/googlesheets4",
- "BugReports": "https://github.com/tidyverse/googlesheets4/issues",
- "Depends": [
- "R (>= 3.6)"
- ],
- "Imports": [
- "cellranger",
- "cli (>= 3.0.0)",
- "curl",
- "gargle (>= 1.6.0)",
- "glue (>= 1.3.0)",
- "googledrive (>= 2.1.0)",
- "httr",
- "ids",
- "lifecycle",
- "magrittr",
- "methods",
- "purrr",
- "rematch2",
- "rlang (>= 1.0.2)",
- "tibble (>= 2.1.1)",
- "utils",
- "vctrs (>= 0.2.3)",
- "withr"
- ],
- "Suggests": [
- "readr",
- "rmarkdown",
- "spelling",
- "testthat (>= 3.1.7)"
- ],
- "ByteCompile": "true",
- "Config/Needs/website": "tidyverse, tidyverse/tidytemplate",
- "Config/testthat/edition": "3",
- "Encoding": "UTF-8",
- "Language": "en-US",
- "RoxygenNote": "7.3.2.9000",
- "NeedsCompilation": "no",
- "Author": "Jennifer Bryan [cre, aut] (ORCID: ), Posit Software, PBC [cph, fnd]",
- "Maintainer": "Jennifer Bryan ",
- "Repository": "CRAN"
- },
- "grates": {
- "Package": "grates",
- "Version": "1.6.0",
- "Source": "Repository",
- "Title": "Grouped Date Classes",
- "Authors@R": "c( person( given = \"Tim\", family = \"Taylor\", role = c(\"aut\", \"cre\"), email = \"tim.taylor@hiddenelephants.co.uk\", comment = c(ORCID = \"0000-0002-8587-7113\") ) )",
- "Description": "Provides a coherent interface and implementation for creating grouped date classes.",
- "URL": "https://www.reconverse.org/grates/, https://github.com/reconverse/grates",
- "BugReports": "https://github.com/reconverse/grates/issues",
- "License": "MIT + file LICENSE",
- "Encoding": "UTF-8",
- "RoxygenNote": "7.3.2",
- "Depends": [
- "R (>= 3.6.0)"
- ],
- "Suggests": [
- "ggplot2",
- "scales",
- "vctrs",
- "rlang",
- "litedown",
- "outbreaks",
- "testthat (>= 3.0.0)"
- ],
- "VignetteBuilder": "litedown",
- "Config/testthat/load-all": "list(export_all = FALSE, helpers = FALSE)",
- "Config/testthat/edition": "3",
- "Config/testthat/parallel": "true",
- "Config/testthat/start-first": "plots, refactoring",
- "Imports": [
- "utils",
- "fastymd"
- ],
- "NeedsCompilation": "no",
- "Author": "Tim Taylor [aut, cre] (ORCID: )",
- "Maintainer": "Tim Taylor ",
- "Repository": "CRAN"
- },
- "gtable": {
- "Package": "gtable",
- "Version": "0.3.6",
- "Source": "Repository",
- "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 (>= 1.1.0)",
- "stats"
- ],
- "Suggests": [
- "covr",
- "ggplot2",
- "knitr",
- "profvis",
- "rmarkdown",
- "testthat (>= 3.0.0)"
- ],
- "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"
- },
- "haven": {
- "Package": "haven",
- "Version": "2.5.5",
- "Source": "Repository",
- "Title": "Import and Export 'SPSS', 'Stata' and 'SAS' Files",
- "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")), person(\"Evan\", \"Miller\", role = c(\"aut\", \"cph\"), comment = \"Author of included ReadStat code\"), person(\"Danny\", \"Smith\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
- "Description": "Import foreign statistical formats into R via the embedded 'ReadStat' C library, .",
- "License": "MIT + file LICENSE",
- "URL": "https://haven.tidyverse.org, https://github.com/tidyverse/haven, https://github.com/WizardMac/ReadStat",
- "BugReports": "https://github.com/tidyverse/haven/issues",
- "Depends": [
- "R (>= 3.6)"
- ],
- "Imports": [
- "cli (>= 3.0.0)",
- "forcats (>= 0.2.0)",
- "hms",
- "lifecycle",
- "methods",
- "readr (>= 0.1.0)",
- "rlang (>= 0.4.0)",
- "tibble",
- "tidyselect",
- "vctrs (>= 0.3.0)"
- ],
- "Suggests": [
- "covr",
- "crayon",
- "fs",
- "knitr",
- "pillar (>= 1.4.0)",
- "rmarkdown",
- "testthat (>= 3.0.0)",
- "utf8"
- ],
- "LinkingTo": [
- "cpp11"
- ],
- "VignetteBuilder": "knitr",
- "Config/Needs/website": "tidyverse/tidytemplate",
- "Config/testthat/edition": "3",
- "Encoding": "UTF-8",
- "RoxygenNote": "7.3.2",
- "SystemRequirements": "GNU make, zlib: zlib1g-dev (deb), zlib-devel (rpm)",
- "NeedsCompilation": "yes",
- "Author": "Hadley Wickham [aut, cre], Evan Miller [aut, cph] (Author of included ReadStat code), Danny Smith [aut], Posit Software, PBC [cph, fnd]",
- "Maintainer": "Hadley Wickham ",
- "Repository": "CRAN"
- },
- "here": {
- "Package": "here",
- "Version": "1.0.2",
- "Source": "Repository",
- "Title": "A Simpler Way to Find Your Files",
- "Date": "2025-09-06",
- "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 = \"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.1.0)"
- ],
- "Suggests": [
- "conflicted",
- "covr",
- "fs",
- "knitr",
- "palmerpenguins",
- "plyr",
- "readr",
- "rlang",
- "rmarkdown",
- "testthat",
- "uuid",
- "withr"
- ],
- "VignetteBuilder": "knitr",
- "Encoding": "UTF-8",
- "RoxygenNote": "7.3.3.9000",
- "Config/testthat/edition": "3",
- "Config/Needs/website": "tidyverse/tidytemplate",
- "NeedsCompilation": "no",
- "Author": "Kirill Müller [aut, cre] (ORCID: ), Jennifer Bryan [ctb] (ORCID: )",
- "Maintainer": "Kirill Müller ",
- "Repository": "CRAN"
- },
- "highr": {
- "Package": "highr",
- "Version": "0.11",
- "Source": "Repository",
- "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)"
- ],
- "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",
- "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 (>= 1.0.2)",
- "vctrs (>= 0.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",
- "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",
- "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 (>= 1.1.0)",
- "grDevices",
- "rlang (>= 1.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' '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"
- },
- "httr": {
- "Package": "httr",
- "Version": "1.4.7",
- "Source": "Repository",
- "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 (>= 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.1",
- "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": "CRAN"
- },
- "ids": {
- "Package": "ids",
- "Version": "1.0.1",
- "Source": "Repository",
- "Title": "Generate Random Identifiers",
- "Authors@R": "person(\"Rich\", \"FitzJohn\", role = c(\"aut\", \"cre\"), email = \"rich.fitzjohn@gmail.com\")",
- "Description": "Generate random or human readable and pronounceable identifiers.",
- "License": "MIT + file LICENSE",
- "URL": "https://github.com/richfitz/ids",
- "BugReports": "https://github.com/richfitz/ids/issues",
- "Imports": [
- "openssl",
- "uuid"
- ],
- "Suggests": [
- "knitr",
- "rcorpora",
- "rmarkdown",
- "testthat"
- ],
- "RoxygenNote": "6.0.1",
- "VignetteBuilder": "knitr",
- "NeedsCompilation": "no",
- "Author": "Rich FitzJohn [aut, cre]",
- "Maintainer": "Rich FitzJohn ",
- "Repository": "CRAN"
- },
- "incidence2": {
- "Package": "incidence2",
- "Version": "2.6.3",
- "Source": "Repository",
- "Type": "Package",
- "Title": "Compute, Handle and Plot Incidence of Dated Events",
- "Authors@R": "c( person(\"Tim\", \"Taylor\", role = c(\"aut\", \"cre\"), email = \"tim.taylor@hiddenelephants.co.uk\", comment = c(ORCID = \"0000-0002-8587-7113\")), person(\"Thibaut\", \"Jombart\", role = \"ctb\", email = \"thibautjombart@gmail.com\") )",
- "Description": "Provides functions and classes to compute, handle and visualise incidence from dated events for a defined time interval. Dates can be provided in various standard formats. The class 'incidence2' is used to store computed incidence and can be easily manipulated, subsetted, and plotted.",
- "Encoding": "UTF-8",
- "License": "MIT + file LICENSE",
- "URL": "https://www.reconverse.org/incidence2/, https://github.com/reconverse/incidence2",
- "BugReports": "https://github.com/reconverse/incidence2/issues",
- "Depends": [
- "grates (>= 1.3.0)",
- "R (>= 4.1.0)"
- ],
- "Imports": [
- "grDevices",
- "data.table (>= 1.15.0)",
- "pillar",
- "utils",
- "stats",
- "tibble",
- "tidyr",
- "dplyr (>= 1.1.0)",
- "tidyselect",
- "rlang",
- "vctrs",
- "ympes (>= 1.3.0)"
- ],
- "RoxygenNote": "7.3.2",
- "Suggests": [
- "outbreaks",
- "ggplot2",
- "scales",
- "litedown",
- "testthat (>= 3.0.0)",
- "ciTools",
- "withr"
- ],
- "VignetteBuilder": "litedown",
- "Config/testthat/load-all": "list(export_all = FALSE, helpers = FALSE)",
- "Config/testthat/edition": "3",
- "Config/testthat/parallel": "true",
- "Config/testthat/start-first": "plot, incidence, bootstrap",
- "LazyData": "true",
- "NeedsCompilation": "no",
- "Author": "Tim Taylor [aut, cre] (ORCID: ), Thibaut Jombart [ctb]",
- "Maintainer": "Tim Taylor ",
- "Repository": "CRAN"
- },
- "isoband": {
- "Package": "isoband",
- "Version": "0.3.0",
- "Source": "Repository",
- "Title": "Generate Isolines and Isobands from Regularly Spaced Elevation Grids",
- "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\", 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\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )",
- "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, https://github.com/r-lib/isoband",
- "BugReports": "https://github.com/r-lib/isoband/issues",
- "Imports": [
- "cli",
- "grid",
- "rlang",
- "utils"
- ],
- "Suggests": [
- "covr",
- "ggplot2",
- "knitr",
- "magick",
- "bench",
- "rmarkdown",
- "sf",
- "testthat (>= 3.0.0)",
- "xml2"
- ],
- "VignetteBuilder": "knitr",
- "Config/Needs/website": "tidyverse/tidytemplate",
- "Config/testthat/edition": "3",
- "Config/usethis/last-upkeep": "2025-12-05",
- "Encoding": "UTF-8",
- "RoxygenNote": "7.3.3",
- "Config/build/compilation-database": "true",
- "LinkingTo": [
- "cpp11"
- ],
- "NeedsCompilation": "yes",
- "Author": "Hadley Wickham [aut] (ORCID: ), Claus O. Wilke [aut] (Original author, ORCID: ), Thomas Lin Pedersen [aut, cre] (ORCID: ), Posit, PBC [cph, fnd] (ROR: