{ "R": { "Version": "4.5.0", "Repositories": [ { "Name": "P3M", "URL": "https://packagemanager.posit.co/cran/latest" }, { "Name": "CRAN", "URL": "https://cloud.r-project.org" } ] }, "Packages": { "AsioHeaders": { "Package": "AsioHeaders", "Version": "1.30.2-1", "Source": "Repository", "Type": "Package", "Title": "'Asio' C++ Header Files", "Date": "2025-04-15", "Authors@R": "c(person(\"Dirk\", \"Eddelbuettel\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0001-6419-907X\")), person(\"Christopher M.\", \"Kohlhoff\", role = \"aut\", comment = \"Author of Asio\"))", "Description": "'Asio' is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach. It is also included in Boost but requires linking when used with Boost. Standalone it can be used header-only (provided a recent compiler). 'Asio' is written and maintained by Christopher M. Kohlhoff, and released under the 'Boost Software License', Version 1.0.", "Copyright": "file inst/COPYRIGHTS", "License": "BSL-1.0", "URL": "https://github.com/eddelbuettel/asioheaders, https://dirk.eddelbuettel.com/code/asioheaders.html", "BugReports": "https://github.com/eddelbuettel/asioheaders/issues", "NeedsCompilation": "no", "Author": "Dirk Eddelbuettel [aut, cre] (<https://orcid.org/0000-0001-6419-907X>), Christopher M. Kohlhoff [aut] (Author of Asio)", "Maintainer": "Dirk Eddelbuettel <[email protected]>", "Repository": "RSPM", "Encoding": "UTF-8" }, "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\", , \"[email protected]\", 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] (<https://orcid.org/0000-0002-1416-3412>), R Consortium [fnd]", "Maintainer": "Kirill Müller <[email protected]>", "Repository": "RSPM" }, "DT": { "Package": "DT", "Version": "0.33", "Source": "Repository", "Type": "Package", "Title": "A Wrapper of the JavaScript Library 'DataTables'", "Authors@R": "c( person(\"Yihui\", \"Xie\", role = \"aut\"), person(\"Joe\", \"Cheng\", email = \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Xianying\", \"Tan\", role = \"aut\"), person(\"JJ\", \"Allaire\", role = \"ctb\"), person(\"Maximilian\", \"Girlich\", role = \"ctb\"), person(\"Greg\", \"Freedman Ellis\", role = \"ctb\"), person(\"Johannes\", \"Rauh\", role = \"ctb\"), person(\"SpryMedia Limited\", role = c(\"ctb\", \"cph\"), comment = \"DataTables in htmlwidgets/lib\"), person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"), comment = \"selectize.js in htmlwidgets/lib\"), person(\"Leon\", \"Gersen\", role = c(\"ctb\", \"cph\"), comment = \"noUiSlider in htmlwidgets/lib\"), person(\"Bartek\", \"Szopka\", role = c(\"ctb\", \"cph\"), comment = \"jquery.highlight.js in htmlwidgets/lib\"), person(\"Alex\", \"Pickering\", role = c(\"ctb\")), person(\"William\", \"Holmes\", role = c(\"ctb\")), person(\"Mikko\", \"Marttila\", role = c(\"ctb\")), person(\"Andres\", \"Quintero\", role = c(\"ctb\")), person(\"Stéphane\", \"Laurent\", role = c(\"ctb\")), person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", "Description": "Data objects in R can be rendered as HTML tables using the JavaScript library 'DataTables' (typically via R Markdown or Shiny). The 'DataTables' library has been included in this R package. The package name 'DT' is an abbreviation of 'DataTables'.", "URL": "https://github.com/rstudio/DT", "BugReports": "https://github.com/rstudio/DT/issues", "License": "GPL-3 | file LICENSE", "Imports": [ "htmltools (>= 0.3.6)", "htmlwidgets (>= 1.3)", "httpuv", "jsonlite (>= 0.9.16)", "magrittr", "crosstalk", "jquerylib", "promises" ], "Suggests": [ "knitr (>= 1.8)", "rmarkdown", "shiny (>= 1.6)", "bslib", "future", "testit", "tibble" ], "VignetteBuilder": "knitr", "RoxygenNote": "7.3.1", "Encoding": "UTF-8", "NeedsCompilation": "no", "Author": "Yihui Xie [aut], Joe Cheng [aut, cre], Xianying Tan [aut], JJ Allaire [ctb], Maximilian Girlich [ctb], Greg Freedman Ellis [ctb], Johannes Rauh [ctb], SpryMedia Limited [ctb, cph] (DataTables in htmlwidgets/lib), Brian Reavis [ctb, cph] (selectize.js in htmlwidgets/lib), Leon Gersen [ctb, cph] (noUiSlider in htmlwidgets/lib), Bartek Szopka [ctb, cph] (jquery.highlight.js in htmlwidgets/lib), Alex Pickering [ctb], William Holmes [ctb], Mikko Marttila [ctb], Andres Quintero [ctb], Stéphane Laurent [ctb], Posit Software, PBC [cph, fnd]", "Maintainer": "Joe Cheng <[email protected]>", "Repository": "RSPM" }, "MASS": { "Package": "MASS", "Version": "7.3-65", "Source": "Repository", "Priority": "recommended", "Date": "2025-02-19", "Revision": "$Rev: 3681 $", "Depends": [ "R (>= 4.4.0)", "grDevices", "graphics", "stats", "utils" ], "Imports": [ "methods" ], "Suggests": [ "lattice", "nlme", "nnet", "survival" ], "Authors@R": "c(person(\"Brian\", \"Ripley\", role = c(\"aut\", \"cre\", \"cph\"), email = \"[email protected]\"), person(\"Bill\", \"Venables\", role = c(\"aut\", \"cph\")), person(c(\"Douglas\", \"M.\"), \"Bates\", role = \"ctb\"), person(\"Kurt\", \"Hornik\", role = \"trl\", comment = \"partial port ca 1998\"), person(\"Albrecht\", \"Gebhardt\", role = \"trl\", comment = \"partial port ca 1998\"), person(\"David\", \"Firth\", role = \"ctb\", comment = \"support functions for polr\"))", "Description": "Functions and datasets to support Venables and Ripley, \"Modern Applied Statistics with S\" (4th edition, 2002).", "Title": "Support Functions and Datasets for Venables and Ripley's MASS", "LazyData": "yes", "ByteCompile": "yes", "License": "GPL-2 | GPL-3", "URL": "http://www.stats.ox.ac.uk/pub/MASS4/", "Contact": "<[email protected]>", "NeedsCompilation": "yes", "Author": "Brian Ripley [aut, cre, cph], Bill Venables [aut, cph], Douglas M. Bates [ctb], Kurt Hornik [trl] (partial port ca 1998), Albrecht Gebhardt [trl] (partial port ca 1998), David Firth [ctb] (support functions for polr)", "Maintainer": "Brian Ripley <[email protected]>", "Repository": "CRAN" }, "Matrix": { "Package": "Matrix", "Version": "1.7-3", "Source": "Repository", "VersionNote": "do also bump src/version.h, inst/include/Matrix/version.h", "Date": "2025-03-05", "Priority": "recommended", "Title": "Sparse and Dense Matrix Classes and Methods", "Description": "A rich hierarchy of sparse and dense matrix classes, including general, symmetric, triangular, and diagonal matrices with numeric, logical, or pattern entries. Efficient methods for operating on such matrices, often wrapping the 'BLAS', 'LAPACK', and 'SuiteSparse' libraries.", "License": "GPL (>= 2) | file LICENCE", "URL": "https://Matrix.R-forge.R-project.org", "BugReports": "https://R-forge.R-project.org/tracker/?atid=294&group_id=61", "Contact": "[email protected]", "Authors@R": "c(person(\"Douglas\", \"Bates\", role = \"aut\", comment = c(ORCID = \"0000-0001-8316-9503\")), person(\"Martin\", \"Maechler\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0002-8685-9910\")), person(\"Mikael\", \"Jagan\", role = \"aut\", comment = c(ORCID = \"0000-0002-3542-2938\")), person(\"Timothy A.\", \"Davis\", role = \"ctb\", comment = c(ORCID = \"0000-0001-7614-6899\", \"SuiteSparse libraries\", \"collaborators listed in dir(system.file(\\\"doc\\\", \\\"SuiteSparse\\\", package=\\\"Matrix\\\"), pattern=\\\"License\\\", full.names=TRUE, recursive=TRUE)\")), person(\"George\", \"Karypis\", role = \"ctb\", comment = c(ORCID = \"0000-0003-2753-1437\", \"METIS library\", \"Copyright: Regents of the University of Minnesota\")), person(\"Jason\", \"Riedy\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4345-4200\", \"GNU Octave's condest() and onenormest()\", \"Copyright: Regents of the University of California\")), person(\"Jens\", \"Oehlschlägel\", role = \"ctb\", comment = \"initial nearPD()\"), person(\"R Core Team\", role = \"ctb\", comment = c(ROR = \"02zz1nj61\", \"base R's matrix implementation\")))", "Depends": [ "R (>= 4.4)", "methods" ], "Imports": [ "grDevices", "graphics", "grid", "lattice", "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] (<https://orcid.org/0000-0001-8316-9503>), Martin Maechler [aut, cre] (<https://orcid.org/0000-0002-8685-9910>), Mikael Jagan [aut] (<https://orcid.org/0000-0002-3542-2938>), Timothy A. Davis [ctb] (<https://orcid.org/0000-0001-7614-6899>, SuiteSparse libraries, collaborators listed in dir(system.file(\"doc\", \"SuiteSparse\", package=\"Matrix\"), pattern=\"License\", full.names=TRUE, recursive=TRUE)), George Karypis [ctb] (<https://orcid.org/0000-0003-2753-1437>, METIS library, Copyright: Regents of the University of Minnesota), Jason Riedy [ctb] (<https://orcid.org/0000-0002-4345-4200>, GNU Octave's condest() and onenormest(), Copyright: Regents of the University of California), Jens Oehlschlägel [ctb] (initial nearPD()), R Core Team [ctb] (02zz1nj61, base R's matrix implementation)", "Maintainer": "Martin Maechler <[email protected]>", "Repository": "CRAN" }, "R6": { "Package": "R6", "Version": "2.6.1", "Source": "Repository", "Title": "Encapsulated Classes with Reference Semantics", "Authors@R": "c( person(\"Winston\", \"Chang\", , \"[email protected]\", 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 <[email protected]>", "Repository": "RSPM" }, "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 = \"[email protected]\"))", "Author": "Erich Neuwirth [aut, cre]", "Maintainer": "Erich Neuwirth <[email protected]>", "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": "RSPM", "Encoding": "UTF-8" }, "RSQLite": { "Package": "RSQLite", "Version": "2.3.11", "Source": "Repository", "Title": "SQLite Interface for R", "Date": "2025-05-04", "Authors@R": "c( person(\"Kirill\", \"Müller\", , \"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-1416-3412\")), person(\"Hadley\", \"Wickham\", role = \"aut\"), person(c(\"David\", \"A.\"), \"James\", role = \"aut\"), person(\"Seth\", \"Falcon\", role = \"aut\"), person(\"D. Richard\", \"Hipp\", role = \"ctb\", comment = \"for the included SQLite sources\"), person(\"Dan\", \"Kennedy\", role = \"ctb\", comment = \"for the included SQLite sources\"), person(\"Joe\", \"Mistachkin\", role = \"ctb\", comment = \"for the included SQLite sources\"), person(, \"SQLite Authors\", role = \"ctb\", comment = \"for the included SQLite sources\"), person(\"Liam\", \"Healy\", role = \"ctb\", comment = \"for the included SQLite sources\"), person(\"R Consortium\", role = \"fnd\"), person(, \"RStudio\", role = \"cph\") )", "Description": "Embeds the SQLite database engine in R and provides an interface compliant with the DBI package. The source for the SQLite engine and for various extensions in a recent version is included. System libraries will never be consulted because this package relies on static linking for the plugins it includes; this also ensures a consistent experience across all installations.", "License": "LGPL (>= 2.1)", "URL": "https://rsqlite.r-dbi.org, https://github.com/r-dbi/RSQLite", "BugReports": "https://github.com/r-dbi/RSQLite/issues", "Depends": [ "R (>= 3.1.0)" ], "Imports": [ "bit64", "blob (>= 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: <https://orcid.org/0000-0002-1416-3412>), 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 <[email protected]>", "Repository": "RSPM" }, "Rcpp": { "Package": "Rcpp", "Version": "1.0.14", "Source": "Repository", "Title": "Seamless R and C++ Integration", "Date": "2025-01-11", "Authors@R": "c(person(\"Dirk\", \"Eddelbuettel\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", 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 <https://gallery.rcpp.org>, the paper by Eddelbuettel and Francois (2011, <doi:10.18637/jss.v040.i08>), the book by Eddelbuettel (2013, <doi:10.1007/978-1-4614-6868-4>) and the paper by Eddelbuettel and Balamuta (2018, <doi:10.1080/00031305.2017.1375990>); 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": "[email protected]", "RoxygenNote": "6.1.1", "Encoding": "UTF-8", "NeedsCompilation": "yes", "Author": "Dirk Eddelbuettel [aut, cre] (<https://orcid.org/0000-0001-6419-907X>), Romain Francois [aut] (<https://orcid.org/0000-0002-2444-4226>), JJ Allaire [aut] (<https://orcid.org/0000-0003-0174-9868>), Kevin Ushey [aut] (<https://orcid.org/0000-0003-2880-7407>), Qiang Kou [aut] (<https://orcid.org/0000-0001-6786-5453>), Nathan Russell [aut], Iñaki Ucar [aut] (<https://orcid.org/0000-0001-6403-5550>), Doug Bates [aut] (<https://orcid.org/0000-0001-8316-9503>), John Chambers [aut]", "Maintainer": "Dirk Eddelbuettel <[email protected]>", "Repository": "RSPM" }, "V8": { "Package": "V8", "Version": "6.0.3", "Source": "Repository", "Type": "Package", "Title": "Embedded JavaScript and WebAssembly Engine for R", "Authors@R": "c( person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Jan Marvin\", \"Garbuszus\", role = \"ctb\"))", "Description": "An R interface to V8 <https://v8.dev>: 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": "V8 engine version 6+ is needed for ES6 and WASM support. 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] (<https://orcid.org/0000-0002-4035-0289>), Jan Marvin Garbuszus [ctb]", "Maintainer": "Jeroen Ooms <[email protected]>", "Repository": "RSPM" }, "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 = \"[email protected]\", 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] (<https://orcid.org/0000-0002-4035-0289>)", "Maintainer": "Jeroen Ooms <[email protected]>", "Repository": "RSPM" }, "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, \"[email protected]\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0001-9754-0393\")), person(\"Duncan\", \"Murdoch\", NULL, \"[email protected]\", role = c(\"aut\")), person(\"R Core Team\", role = \"aut\"))", "Maintainer": "Michel Lang <[email protected]>", "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] (<https://orcid.org/0000-0001-9754-0393>), Duncan Murdoch [aut], R Core Team [aut]", "Repository": "RSPM" }, "base64enc": { "Package": "base64enc", "Version": "0.1-3", "Source": "Repository", "Title": "Tools for base64 encoding", "Author": "Simon Urbanek <[email protected]>", "Maintainer": "Simon Urbanek <[email protected]>", "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": "RSPM", "Encoding": "UTF-8" }, "bigD": { "Package": "bigD", "Version": "0.3.1", "Source": "Repository", "Type": "Package", "Title": "Flexibly Format Dates and Times to a Given Locale", "Description": "Format dates and times flexibly and to whichever locales make sense. Parses dates, times, and date-times in various formats (including string-based ISO 8601 constructions). The formatting syntax gives the user many options for formatting the date and time output in a precise manner. Time zones in the input can be expressed in multiple ways and there are many options for formatting time zones in the output as well. Several of the provided helper functions allow for automatic generation of locale-aware formatting patterns based on date/time skeleton formats and standardized date/time formats with varying specificity.", "Authors@R": "c( person(\"Richard\", \"Iannone\", , \"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-3925-190X\")), person(\"Olivier\", \"Roy\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", "License": "MIT + file LICENSE", "URL": "https://rstudio.github.io/bigD/, https://github.com/rstudio/bigD", "BugReports": "https://github.com/rstudio/bigD/issues", "Encoding": "UTF-8", "RoxygenNote": "7.3.2", "Depends": [ "R (>= 3.6.0)" ], "Suggests": [ "testthat (>= 3.0.0)", "vctrs (>= 0.5.0)" ], "Config/testthat/edition": "3", "Config/testthat/parallel": "true", "NeedsCompilation": "no", "Author": "Richard Iannone [aut, cre] (<https://orcid.org/0000-0003-3925-190X>), Olivier Roy [ctb], Posit Software, PBC [cph, fnd]", "Maintainer": "Richard Iannone <[email protected]>", "Repository": "RSPM" }, "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 = \"[email protected]\", 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 <[email protected]>", "Repository": "RSPM" }, "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 = \"[email protected]\", 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 <[email protected]>", "Repository": "RSPM" }, "bitops": { "Package": "bitops", "Version": "1.0-9", "Source": "Repository", "Date": "2024-10-03", "Authors@R": "c( person(\"Steve\", \"Dutky\", role = \"aut\", email = \"[email protected]\", comment = \"S original; then (after MM's port) revised and modified\"), person(\"Martin\", \"Maechler\", role = c(\"cre\", \"aut\"), email = \"[email protected]\", comment = c(\"Initial R port; tweaks\", ORCID = \"0000-0002-8685-9910\")))", "Title": "Bitwise Operations", "Description": "Functions for bitwise operations on integer vectors.", "License": "GPL (>= 2)", "URL": "https://github.com/mmaechler/R-bitops", "BugReports": "https://github.com/mmaechler/R-bitops/issues", "NeedsCompilation": "yes", "Author": "Steve Dutky [aut] (S original; then (after MM's port) revised and modified), Martin Maechler [cre, aut] (Initial R port; tweaks, <https://orcid.org/0000-0002-8685-9910>)", "Maintainer": "Martin Maechler <[email protected]>", "Repository": "RSPM", "Encoding": "UTF-8" }, "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\", , \"[email protected]\", 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 <[email protected]>", "Repository": "RSPM" }, "brio": { "Package": "brio", "Version": "1.1.5", "Source": "Repository", "Title": "Basic R Input Output", "Authors@R": "c( person(\"Jim\", \"Hester\", role = \"aut\", comment = c(ORCID = \"0000-0002-2739-7082\")), person(\"Gábor\", \"Csárdi\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", "Description": "Functions to handle basic input output, these functions always read and write UTF-8 (8-bit Unicode Transformation Format) files and provide more explicit control over line endings.", "License": "MIT + file LICENSE", "URL": "https://brio.r-lib.org, https://github.com/r-lib/brio", "BugReports": "https://github.com/r-lib/brio/issues", "Depends": [ "R (>= 3.6)" ], "Suggests": [ "covr", "testthat (>= 3.0.0)" ], "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", "Author": "Jim Hester [aut] (<https://orcid.org/0000-0002-2739-7082>), Gábor Csárdi [aut, cre], Posit Software, PBC [cph, fnd]", "Maintainer": "Gábor Csárdi <[email protected]>", "Repository": "RSPM" }, "broom": { "Package": "broom", "Version": "1.0.8", "Source": "Repository", "Type": "Package", "Title": "Convert Statistical Objects into Tidy Tibbles", "Authors@R": "c(person(given = \"David\", family = \"Robinson\", role = \"aut\", email = \"[email protected]\"), person(given = \"Alex\", family = \"Hayes\", role = \"aut\", email = \"[email protected]\", comment = c(ORCID = \"0000-0002-4985-5160\")), person(given = \"Simon\", family = \"Couch\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0001-5676-5107\")), person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(given = \"Indrajeet\", family = \"Patil\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0003-1995-6531\")), person(given = \"Derek\", family = \"Chiu\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Matthieu\", family = \"Gomez\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Boris\", family = \"Demeshev\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Dieter\", family = \"Menne\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Benjamin\", family = \"Nutter\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Luke\", family = \"Johnston\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Ben\", family = \"Bolker\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Francois\", family = \"Briatte\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Jeffrey\", family = \"Arnold\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Jonah\", family = \"Gabry\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Luciano\", family = \"Selzer\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Gavin\", family = \"Simpson\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Jens\", family = \"Preussner\", role = \"ctb\", email = \" [email protected]\"), person(given = \"Jay\", family = \"Hesselberth\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Hadley\", family = \"Wickham\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Matthew\", family = \"Lincoln\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Alessandro\", family = \"Gasparini\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Lukasz\", family = \"Komsta\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Frederick\", family = \"Novometsky\", role = \"ctb\"), person(given = \"Wilson\", family = \"Freitas\", role = \"ctb\"), person(given = \"Michelle\", family = \"Evans\", role = \"ctb\"), person(given = \"Jason Cory\", family = \"Brunson\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Simon\", family = \"Jackson\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Ben\", family = \"Whalley\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Karissa\", family = \"Whiting\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Yves\", family = \"Rosseel\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Michael\", family = \"Kuehn\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Jorge\", family = \"Cimentada\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Erle\", family = \"Holgersen\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Karl\", family = \"Dunkle Werner\", role = \"ctb\", comment = c(ORCID = \"0000-0003-0523-7309\")), person(given = \"Ethan\", family = \"Christensen\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Steven\", family = \"Pav\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Paul\", family = \"PJ\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Ben\", family = \"Schneider\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Patrick\", family = \"Kennedy\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Lily\", family = \"Medina\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Brian\", family = \"Fannin\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Jason\", family = \"Muhlenkamp\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Matt\", family = \"Lehman\", role = \"ctb\"), person(given = \"Bill\", family = \"Denney\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0002-5759-428X\")), person(given = \"Nic\", family = \"Crane\", role = \"ctb\"), person(given = \"Andrew\", family = \"Bates\", role = \"ctb\"), person(given = \"Vincent\", family = \"Arel-Bundock\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0003-2042-7063\")), person(given = \"Hideaki\", family = \"Hayashi\", role = \"ctb\"), person(given = \"Luis\", family = \"Tobalina\", role = \"ctb\"), person(given = \"Annie\", family = \"Wang\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Wei Yang\", family = \"Tham\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Clara\", family = \"Wang\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Abby\", family = \"Smith\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0002-3207-0375\")), person(given = \"Jasper\", family = \"Cooper\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0002-8639-3188\")), person(given = \"E Auden\", family = \"Krauska\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0002-1466-5850\")), person(given = \"Alex\", family = \"Wang\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Malcolm\", family = \"Barrett\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0003-0299-5825\")), person(given = \"Charles\", family = \"Gray\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0002-9978-011X\")), person(given = \"Jared\", family = \"Wilber\", role = \"ctb\"), person(given = \"Vilmantas\", family = \"Gegzna\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0002-9500-5167\")), person(given = \"Eduard\", family = \"Szoecs\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Frederik\", family = \"Aust\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0003-4900-788X\")), person(given = \"Angus\", family = \"Moore\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Nick\", family = \"Williams\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Marius\", family = \"Barth\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0002-3421-6665\")), person(given = \"Bruna\", family = \"Wundervald\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0001-8163-220X\")), person(given = \"Joyce\", family = \"Cahoon\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0001-7217-4702\")), person(given = \"Grant\", family = \"McDermott\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0001-7883-8573\")), person(given = \"Kevin\", family = \"Zarca\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Shiro\", family = \"Kuriwaki\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0002-5687-2647\")), person(given = \"Lukas\", family = \"Wallrich\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0003-2121-5177\")), person(given = \"James\", family = \"Martherus\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0002-8285-3300\")), person(given = \"Chuliang\", family = \"Xiao\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0002-8466-9398\")), person(given = \"Joseph\", family = \"Larmarange\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Max\", family = \"Kuhn\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Michal\", family = \"Bojanowski\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Hakon\", family = \"Malmedal\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Clara\", family = \"Wang\", role = \"ctb\"), person(given = \"Sergio\", family = \"Oller\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Luke\", family = \"Sonnet\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Jim\", family = \"Hester\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Ben\", family = \"Schneider\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Bernie\", family = \"Gray\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0001-9190-6032\")), person(given = \"Mara\", family = \"Averick\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Aaron\", family = \"Jacobs\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Andreas\", family = \"Bender\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Sven\", family = \"Templer\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Paul-Christian\", family = \"Buerkner\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Matthew\", family = \"Kay\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Erwan\", family = \"Le Pennec\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Johan\", family = \"Junkka\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Hao\", family = \"Zhu\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Benjamin\", family = \"Soltoff\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Zoe\", family = \"Wilkinson Saldana\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Tyler\", family = \"Littlefield\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Charles T.\", family = \"Gray\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Shabbh E.\", family = \"Banks\", role = \"ctb\"), person(given = \"Serina\", family = \"Robinson\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Roger\", family = \"Bivand\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Riinu\", family = \"Ots\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Nicholas\", family = \"Williams\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Nina\", family = \"Jakobsen\", role = \"ctb\"), person(given = \"Michael\", family = \"Weylandt\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Lisa\", family = \"Lendway\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Karl\", family = \"Hailperin\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Josue\", family = \"Rodriguez\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Jenny\", family = \"Bryan\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Chris\", family = \"Jarvis\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Greg\", family = \"Macfarlane\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Brian\", family = \"Mannakee\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Drew\", family = \"Tyre\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Shreyas\", family = \"Singh\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Laurens\", family = \"Geffert\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Hong\", family = \"Ooi\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Henrik\", family = \"Bengtsson\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Eduard\", family = \"Szocs\", role = \"ctb\", email = \"[email protected]\"), person(given = \"David\", family = \"Hugh-Jones\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Matthieu\", family = \"Stigler\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Hugo\", family = \"Tavares\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0001-9373-2726\")), person(given = \"R. Willem\", family = \"Vervoort\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Brenton M.\", family = \"Wiernik\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Josh\", family = \"Yamamoto\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Jasme\", family = \"Lee\", role = \"ctb\"), person(given = \"Taren\", family = \"Sanders\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0002-4504-6008\")), person(given = \"Ilaria\", family = \"Prosdocimi\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0001-8565-094X\")), person(given = \"Daniel D.\", family = \"Sjoberg\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0003-0862-2018\")), person(given = \"Alex\", family = \"Reinhart\", role = \"ctb\", email = \"[email protected]\", 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 (>= 3.5)" ], "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", "ergm (>= 3.10.4)", "fixest (>= 0.9.0)", "gam (>= 1.15)", "gee", "geepack", "ggplot2", "glmnet", "glmnetUtils", "gmm", "Hmisc", "irlba", "interp", "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", "spdep (>= 1.1)", "spatialreg", "speedglm", "spelling", "survey", "survival (>= 3.6-4)", "systemfit", "testthat (>= 3.0.0)", "tseries", "vars", "zoo" ], "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Encoding": "UTF-8", "RoxygenNote": "7.3.2", "Language": "en-US", "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'", "Config/testthat/edition": "3", "NeedsCompilation": "no", "Author": "David Robinson [aut], Alex Hayes [aut] (<https://orcid.org/0000-0002-4985-5160>), Simon Couch [aut, cre] (<https://orcid.org/0000-0001-5676-5107>), Posit Software, PBC [cph, fnd], Indrajeet Patil [ctb] (<https://orcid.org/0000-0003-1995-6531>), 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] (<https://orcid.org/0000-0003-0523-7309>), 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] (<https://orcid.org/0000-0002-5759-428X>), Nic Crane [ctb], Andrew Bates [ctb], Vincent Arel-Bundock [ctb] (<https://orcid.org/0000-0003-2042-7063>), Hideaki Hayashi [ctb], Luis Tobalina [ctb], Annie Wang [ctb], Wei Yang Tham [ctb], Clara Wang [ctb], Abby Smith [ctb] (<https://orcid.org/0000-0002-3207-0375>), Jasper Cooper [ctb] (<https://orcid.org/0000-0002-8639-3188>), E Auden Krauska [ctb] (<https://orcid.org/0000-0002-1466-5850>), Alex Wang [ctb], Malcolm Barrett [ctb] (<https://orcid.org/0000-0003-0299-5825>), Charles Gray [ctb] (<https://orcid.org/0000-0002-9978-011X>), Jared Wilber [ctb], Vilmantas Gegzna [ctb] (<https://orcid.org/0000-0002-9500-5167>), Eduard Szoecs [ctb], Frederik Aust [ctb] (<https://orcid.org/0000-0003-4900-788X>), Angus Moore [ctb], Nick Williams [ctb], Marius Barth [ctb] (<https://orcid.org/0000-0002-3421-6665>), Bruna Wundervald [ctb] (<https://orcid.org/0000-0001-8163-220X>), Joyce Cahoon [ctb] (<https://orcid.org/0000-0001-7217-4702>), Grant McDermott [ctb] (<https://orcid.org/0000-0001-7883-8573>), Kevin Zarca [ctb], Shiro Kuriwaki [ctb] (<https://orcid.org/0000-0002-5687-2647>), Lukas Wallrich [ctb] (<https://orcid.org/0000-0003-2121-5177>), James Martherus [ctb] (<https://orcid.org/0000-0002-8285-3300>), Chuliang Xiao [ctb] (<https://orcid.org/0000-0002-8466-9398>), 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] (<https://orcid.org/0000-0001-9190-6032>), 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] (<https://orcid.org/0000-0001-9373-2726>), R. Willem Vervoort [ctb], Brenton M. Wiernik [ctb], Josh Yamamoto [ctb], Jasme Lee [ctb], Taren Sanders [ctb] (<https://orcid.org/0000-0002-4504-6008>), Ilaria Prosdocimi [ctb] (<https://orcid.org/0000-0001-8565-094X>), Daniel D. Sjoberg [ctb] (<https://orcid.org/0000-0003-0862-2018>), Alex Reinhart [ctb] (<https://orcid.org/0000-0002-6658-514X>)", "Maintainer": "Simon Couch <[email protected]>", "Repository": "RSPM" }, "bsicons": { "Package": "bsicons", "Version": "0.1.2", "Source": "Repository", "Title": "Easily Work with 'Bootstrap' Icons", "Authors@R": "c( person(\"Carson\", \"Sievert\", , \"[email protected]\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"Mark\", \"Otto\", role = \"cph\", comment = \"Bootstrap icons maintainer\") )", "Description": "Easily use 'Bootstrap' icons inside 'Shiny' apps and 'R Markdown' documents. More generally, icons can be inserted in any 'htmltools' document through inline 'SVG'.", "License": "MIT + file LICENSE", "URL": "https://github.com/rstudio/bsicons", "BugReports": "https://github.com/rstudio/bsicons/issues", "Depends": [ "R (>= 2.10)" ], "Imports": [ "cli", "htmltools", "rlang", "utils" ], "Suggests": [ "bslib", "processx", "testthat", "webshot2", "withr" ], "Config/testthat/edition": "3", "Encoding": "UTF-8", "RoxygenNote": "7.2.3", "NeedsCompilation": "no", "Author": "Carson Sievert [cre, aut] (<https://orcid.org/0000-0002-4958-2844>), Posit Software, PBC [cph, fnd], Mark Otto [cph] (Bootstrap icons maintainer)", "Maintainer": "Carson Sievert <[email protected]>", "Repository": "RSPM" }, "bslib": { "Package": "bslib", "Version": "0.9.0", "Source": "Repository", "Title": "Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'", "Authors@R": "c( person(\"Carson\", \"Sievert\", , \"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Joe\", \"Cheng\", , \"[email protected]\", role = \"aut\"), person(\"Garrick\", \"Aden-Buie\", , \"[email protected]\", 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] (<https://orcid.org/0000-0002-4958-2844>), Joe Cheng [aut], Garrick Aden-Buie [aut] (<https://orcid.org/0000-0002-7111-0077>), 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 <[email protected]>", "Repository": "RSPM" }, "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\", , \"[email protected]\", 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 <[email protected]>", "Repository": "RSPM" }, "callr": { "Package": "callr", "Version": "3.7.6", "Source": "Repository", "Title": "Call R from R", "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"[email protected]\", 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] (<https://orcid.org/0000-0001-7098-9676>), Winston Chang [aut], Posit Software, PBC [cph, fnd], Ascent Digital Services [cph, fnd]", "Maintainer": "Gábor Csárdi <[email protected]>", "Repository": "RSPM" }, "cellranger": { "Package": "cellranger", "Version": "1.1.0", "Source": "Repository", "Title": "Translate Spreadsheet Cell Ranges to Rows and Columns", "Authors@R": "c( person(\"Jennifer\", \"Bryan\", , \"[email protected]\", c(\"cre\", \"aut\")), person(\"Hadley\", \"Wickham\", , \"[email protected]\", \"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 <[email protected]>", "Repository": "RSPM", "Encoding": "UTF-8" }, "chromote": { "Package": "chromote", "Version": "0.5.1", "Source": "Repository", "Title": "Headless Chrome Web Browser Interface", "Authors@R": "c( person(\"Garrick\", \"Aden-Buie\", , \"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-7111-0077\")), person(\"Winston\", \"Chang\", , \"[email protected]\", role = \"aut\"), person(\"Barret\", \"Schloerke\", , \"[email protected]\", role = \"aut\", comment = c(ORCID = \"0000-0001-9986-114X\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", "Description": "An implementation of the 'Chrome DevTools Protocol', for controlling a headless Chrome web browser.", "License": "MIT + file LICENSE", "URL": "https://rstudio.github.io/chromote/, https://github.com/rstudio/chromote", "BugReports": "https://github.com/rstudio/chromote/issues", "Imports": [ "cli", "curl", "fastmap", "jsonlite", "later (>= 1.1.0)", "magrittr", "processx", "promises (>= 1.1.1)", "R6", "rlang (>= 1.1.0)", "utils", "websocket (>= 1.2.0)", "withr", "zip" ], "Suggests": [ "knitr", "rmarkdown", "showimage", "testthat (>= 3.0.0)" ], "VignetteBuilder": "knitr", "Config/Needs/website": "r-lib/pkgdown, rstudio/bslib", "Config/testthat/edition": "3", "Config/testthat/parallel": "FALSE", "Config/testthat/start-first": "chromote_session", "Encoding": "UTF-8", "Language": "en-US", "RoxygenNote": "7.3.2", "SystemRequirements": "Google Chrome or other Chromium-based browser. chromium: chromium (rpm) or chromium-browser (deb)", "NeedsCompilation": "no", "Author": "Garrick Aden-Buie [aut, cre] (<https://orcid.org/0000-0002-7111-0077>), Winston Chang [aut], Barret Schloerke [aut] (<https://orcid.org/0000-0001-9986-114X>), Posit Software, PBC [cph, fnd] (03wc8by49)", "Maintainer": "Garrick Aden-Buie <[email protected]>", "Repository": "RSPM" }, "cli": { "Package": "cli", "Version": "3.6.5", "Source": "Repository", "Title": "Helpers for Developing Command Line Interfaces", "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", role = \"ctb\"), person(\"Kirill\", \"Müller\", role = \"ctb\"), person(\"Salim\", \"Brüggemann\", , \"[email protected]\", 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] (<https://orcid.org/0000-0002-5329-5987>), Posit Software, PBC [cph, fnd]", "Maintainer": "Gábor Csárdi <[email protected]>", "Repository": "RSPM" }, "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\", , \"[email protected]\", 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] (<https://orcid.org/0000-0002-4387-3384>), Louis Maddox [ctb], Steve Simpson [ctb], Jennifer Bryan [ctb]", "Maintainer": "Matthew Lincoln <[email protected]>", "Repository": "RSPM" }, "colourpicker": { "Package": "colourpicker", "Version": "1.3.0", "Source": "Repository", "Title": "A Colour Picker Tool for Shiny and for Selecting Colours in Plots", "Authors@R": "c( person(\"Dean\", \"Attali\", email = \"[email protected]\", role = c(\"aut\", \"cre\"), comment= c(ORCID=\"0000-0002-5645-3493\")), person(\"David\", \"Griswold\", email=\"[email protected]\", role = \"ctb\") )", "Description": "A colour picker that can be used as an input in 'Shiny' apps or Rmarkdown documents. The colour picker supports alpha opacity, custom colour palettes, and many more options. A Plot Colour Helper tool is available as an 'RStudio' Addin, which helps you pick colours to use in your plots. A more generic Colour Picker 'RStudio' Addin is also provided to let you select colours to use in your R code.", "URL": "https://github.com/daattali/colourpicker, https://daattali.com/shiny/colourInput/", "BugReports": "https://github.com/daattali/colourpicker/issues", "Depends": [ "R (>= 3.1.0)" ], "Imports": [ "ggplot2", "htmltools", "htmlwidgets (>= 0.7)", "jsonlite", "miniUI (>= 0.1.1)", "shiny (>= 0.11.1)", "shinyjs (>= 2.0.0)", "utils" ], "Suggests": [ "knitr (>= 1.7)", "rmarkdown", "rstudioapi (>= 0.5)", "shinydisconnect" ], "License": "MIT + file LICENSE", "Encoding": "UTF-8", "RoxygenNote": "7.2.3", "NeedsCompilation": "no", "Author": "Dean Attali [aut, cre] (<https://orcid.org/0000-0002-5645-3493>), David Griswold [ctb]", "Maintainer": "Dean Attali <[email protected]>", "Repository": "RSPM" }, "commonmark": { "Package": "commonmark", "Version": "1.9.5", "Source": "Repository", "Type": "Package", "Title": "High Performance CommonMark and Github Markdown Rendering in R", "Authors@R": "c( person(\"Jeroen\", \"Ooms\", ,\"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"John MacFarlane\", role = \"cph\", comment = \"Author of cmark\"))", "Description": "The CommonMark specification <https://github.github.com/gfm/> defines a rationalized version of markdown syntax. This package uses the 'cmark' reference implementation for converting markdown text into various formats including html, latex and groff man. In addition it exposes the markdown parse tree in xml format. Also includes opt-in support for GFM extensions including tables, autolinks, and strikethrough text.", "License": "BSD_2_clause + file LICENSE", "URL": "https://docs.ropensci.org/commonmark/ https://ropensci.r-universe.dev/commonmark", "BugReports": "https://github.com/r-lib/commonmark/issues", "Suggests": [ "curl", "testthat", "xml2" ], "RoxygenNote": "7.3.2", "Language": "en-US", "Encoding": "UTF-8", "NeedsCompilation": "yes", "Author": "Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>), John MacFarlane [cph] (Author of cmark)", "Maintainer": "Jeroen Ooms <[email protected]>", "Repository": "RSPM" }, "conflicted": { "Package": "conflicted", "Version": "1.2.0", "Source": "Repository", "Title": "An Alternative Conflict Resolution Strategy", "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", 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 <[email protected]>", "Repository": "RSPM" }, "cpp11": { "Package": "cpp11", "Version": "0.5.2", "Source": "Repository", "Title": "A C++11 Interface for R's C Interface", "Authors@R": "c( person(\"Davis\", \"Vaughan\", email = \"[email protected]\", 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] (<https://orcid.org/0000-0003-4777-038X>), Jim Hester [aut] (<https://orcid.org/0000-0002-2739-7082>), Romain François [aut] (<https://orcid.org/0000-0002-2444-4226>), Benjamin Kietzman [ctb], Posit Software, PBC [cph, fnd]", "Maintainer": "Davis Vaughan <[email protected]>", "Repository": "RSPM" }, "crayon": { "Package": "crayon", "Version": "1.5.3", "Source": "Repository", "Title": "Colored Terminal Output", "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Brodie\", \"Gaslam\", , \"[email protected]\", 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 <[email protected]>", "Repository": "RSPM" }, "crosstalk": { "Package": "crosstalk", "Version": "1.2.1", "Source": "Repository", "Type": "Package", "Title": "Inter-Widget Interactivity for HTML Widgets", "Authors@R": "c( person(\"Joe\", \"Cheng\", role = \"aut\", email = \"[email protected]\"), person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(family = \"jQuery Foundation\", role = \"cph\", comment = \"jQuery library and jQuery UI library\"), person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"), person(\"Mark\", \"Otto\", role = \"ctb\", comment = \"Bootstrap library\"), person(\"Jacob\", \"Thornton\", role = \"ctb\", comment = \"Bootstrap library\"), person(family = \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"), person(family = \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\"), person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"), comment = \"selectize.js library\"), person(\"Kristopher Michael\", \"Kowal\", role = c(\"ctb\", \"cph\"), comment = \"es5-shim library\"), person(family = \"es5-shim contributors\", role = c(\"ctb\", \"cph\"), comment = \"es5-shim library\"), person(\"Denis\", \"Ineshin\", role = c(\"ctb\", \"cph\"), comment = \"ion.rangeSlider library\"), person(\"Sami\", \"Samhuri\", role = c(\"ctb\", \"cph\"), comment = \"Javascript strftime library\") )", "Description": "Provides building blocks for allowing HTML widgets to communicate with each other, with Shiny or without (i.e. static .html files). Currently supports linked brushing and filtering.", "License": "MIT + file LICENSE", "Imports": [ "htmltools (>= 0.3.6)", "jsonlite", "lazyeval", "R6" ], "Suggests": [ "shiny", "ggplot2", "testthat (>= 2.1.0)", "sass", "bslib" ], "URL": "https://rstudio.github.io/crosstalk/, https://github.com/rstudio/crosstalk", "BugReports": "https://github.com/rstudio/crosstalk/issues", "RoxygenNote": "7.2.3", "Encoding": "UTF-8", "NeedsCompilation": "no", "Author": "Joe Cheng [aut], Carson Sievert [aut, cre] (<https://orcid.org/0000-0002-4958-2844>), Posit Software, PBC [cph, fnd], jQuery Foundation [cph] (jQuery library and jQuery UI library), jQuery contributors [ctb, cph] (jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt), Mark Otto [ctb] (Bootstrap library), Jacob Thornton [ctb] (Bootstrap library), Bootstrap contributors [ctb] (Bootstrap library), Twitter, Inc [cph] (Bootstrap library), Brian Reavis [ctb, cph] (selectize.js library), Kristopher Michael Kowal [ctb, cph] (es5-shim library), es5-shim contributors [ctb, cph] (es5-shim library), Denis Ineshin [ctb, cph] (ion.rangeSlider library), Sami Samhuri [ctb, cph] (Javascript strftime library)", "Maintainer": "Carson Sievert <[email protected]>", "Repository": "RSPM" }, "curl": { "Package": "curl", "Version": "6.2.2", "Source": "Repository", "Type": "Package", "Title": "A Modern and Flexible Web Client for R", "Authors@R": "c( person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Hadley\", \"Wickham\", role = \"ctb\"), person(\"Posit Software, PBC\", role = \"cph\"))", "Description": "Bindings to 'libcurl' <https://curl.se/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.62): libcurl-devel (rpm) or libcurl4-openssl-dev (deb)", "URL": "https://jeroen.r-universe.dev/curl", "BugReports": "https://github.com/jeroen/curl/issues", "Suggests": [ "spelling", "testthat (>= 1.0.0)", "knitr", "jsonlite", "later", "rmarkdown", "httpuv (>= 1.4.4)", "webutils" ], "VignetteBuilder": "knitr", "Depends": [ "R (>= 3.0.0)" ], "RoxygenNote": "7.3.2.9000", "Encoding": "UTF-8", "Language": "en-US", "NeedsCompilation": "yes", "Author": "Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>), Hadley Wickham [ctb], Posit Software, PBC [cph]", "Maintainer": "Jeroen Ooms <[email protected]>", "Repository": "RSPM" }, "data.table": { "Package": "data.table", "Version": "1.17.2", "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=\"[email protected]\", comment = c(ORCID=\"0000-0002-2137-1391\")), person(\"Matt\",\"Dowle\", role=\"aut\", email=\"[email protected]\"), person(\"Arun\",\"Srinivasan\", role=\"aut\", email=\"[email protected]\"), 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=\"[email protected]\", 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: <https://orcid.org/0000-0002-2137-1391>), Matt Dowle [aut], Arun Srinivasan [aut], Jan Gorecki [aut], Michael Chirico [aut] (ORCID: <https://orcid.org/0000-0003-0787-087X>), Toby Hocking [aut] (ORCID: <https://orcid.org/0000-0002-3146-0865>), Benjamin Schwendinger [aut] (ORCID: <https://orcid.org/0000-0003-3315-8114>), Ivan Krylov [aut] (ORCID: <https://orcid.org/0000-0002-0172-3812>), 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 <[email protected]>", "Repository": "RSPM" }, "dbplyr": { "Package": "dbplyr", "Version": "2.5.0", "Source": "Repository", "Type": "Package", "Title": "A 'dplyr' Back End for Databases", "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", 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.1)", "testthat (>= 3.1.10)" ], "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Config/testthat/parallel": "TRUE", "Encoding": "UTF-8", "Language": "en-gb", "RoxygenNote": "7.3.1", "Collate": "'db-sql.R' 'utils-check.R' 'import-standalone-types-check.R' '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 <[email protected]>", "Repository": "RSPM" }, "desc": { "Package": "desc", "Version": "1.4.3", "Source": "Repository", "Title": "Manipulate DESCRIPTION Files", "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Kirill\", \"Müller\", role = \"aut\"), person(\"Jim\", \"Hester\", , \"[email protected]\", 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 <[email protected]>", "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] (<https://orcid.org/0000-0002-2815-0399>), Posit Software, PBC [cph, fnd]", "Repository": "RSPM" }, "digest": { "Package": "digest", "Version": "0.6.37", "Source": "Repository", "Authors@R": "c(person(\"Dirk\", \"Eddelbuettel\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", 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] (<https://orcid.org/0000-0001-6419-907X>), Antoine Lucas [ctb], Jarek Tuszynski [ctb], Henrik Bengtsson [ctb] (<https://orcid.org/0000-0002-7579-5165>), Simon Urbanek [ctb] (<https://orcid.org/0000-0003-2297-1732>), Mario Frasca [ctb], Bryan Lewis [ctb], Murray Stokely [ctb], Hannes Muehleisen [ctb], Duncan Murdoch [ctb], Jim Hester [ctb], Wush Wu [ctb] (<https://orcid.org/0000-0001-5180-0567>), Qiang Kou [ctb] (<https://orcid.org/0000-0001-6786-5453>), Thierry Onkelinx [ctb] (<https://orcid.org/0000-0001-8804-4216>), Michel Lang [ctb] (<https://orcid.org/0000-0001-9754-0393>), Viliam Simko [ctb], Kurt Hornik [ctb] (<https://orcid.org/0000-0003-4198-9911>), Radford Neal [ctb] (<https://orcid.org/0000-0002-2473-3407>), Kendon Bell [ctb] (<https://orcid.org/0000-0002-9093-8312>), 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] (<https://orcid.org/0000-0003-1878-3253>), Floris Vanderhaeghe [ctb] (<https://orcid.org/0000-0002-6378-6229>), Kevin Tappe [ctb], Harris McGehee [ctb], Tim Mastny [ctb], Aaron Peikert [ctb] (<https://orcid.org/0000-0001-7813-818X>), Mark van der Loo [ctb] (<https://orcid.org/0000-0002-9807-4686>), Chris Muir [ctb] (<https://orcid.org/0000-0003-2555-3878>), Moritz Beller [ctb] (<https://orcid.org/0000-0003-4852-0526>), Sebastian Campbell [ctb], Winston Chang [ctb] (<https://orcid.org/0000-0002-1576-2126>), Dean Attali [ctb] (<https://orcid.org/0000-0002-5645-3493>), Michael Chirico [ctb] (<https://orcid.org/0000-0003-0787-087X>), Kevin Ushey [ctb]", "Maintainer": "Dirk Eddelbuettel <[email protected]>", "Repository": "CRAN" }, "downlit": { "Package": "downlit", "Version": "0.4.4", "Source": "Repository", "Title": "Syntax Highlighting and Automatic Linking", "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", "Description": "Syntax highlighting of R code, specifically designed for the needs of 'RMarkdown' packages like 'pkgdown', 'hugodown', and 'bookdown'. It includes linking of function calls to their documentation on the web, and automatic translation of ANSI escapes in output to the equivalent HTML.", "License": "MIT + file LICENSE", "URL": "https://downlit.r-lib.org/, https://github.com/r-lib/downlit", "BugReports": "https://github.com/r-lib/downlit/issues", "Depends": [ "R (>= 4.0.0)" ], "Imports": [ "brio", "desc", "digest", "evaluate", "fansi", "memoise", "rlang", "vctrs", "withr", "yaml" ], "Suggests": [ "covr", "htmltools", "jsonlite", "MASS", "MassSpecWavelet", "pkgload", "rmarkdown", "testthat (>= 3.0.0)", "xml2" ], "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", "RoxygenNote": "7.3.1", "NeedsCompilation": "no", "Author": "Hadley Wickham [aut, cre], Posit Software, PBC [cph, fnd]", "Maintainer": "Hadley Wickham <[email protected]>", "Repository": "RSPM" }, "dplyr": { "Package": "dplyr", "Version": "1.1.4", "Source": "Repository", "Type": "Package", "Title": "A Grammar of Data Manipulation", "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", 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\", , \"[email protected]\", 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] (<https://orcid.org/0000-0003-4757-117X>), Romain François [aut] (<https://orcid.org/0000-0002-2444-4226>), Lionel Henry [aut], Kirill Müller [aut] (<https://orcid.org/0000-0002-1416-3412>), Davis Vaughan [aut] (<https://orcid.org/0000-0003-4777-038X>), Posit Software, PBC [cph, fnd]", "Maintainer": "Hadley Wickham <[email protected]>", "Repository": "RSPM" }, "dtplyr": { "Package": "dtplyr", "Version": "1.3.1", "Source": "Repository", "Title": "Data Table Back-End for 'dplyr'", "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", 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 (>= 3.3)" ], "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.2.3", "NeedsCompilation": "no", "Author": "Hadley Wickham [cre, aut], Maximilian Girlich [aut], Mark Fairbanks [aut], Ryan Dickerson [aut], Posit Software, PBC [cph, fnd]", "Maintainer": "Hadley Wickham <[email protected]>", "Repository": "RSPM" }, "evaluate": { "Package": "evaluate", "Version": "1.0.3", "Source": "Repository", "Type": "Package", "Title": "Parsing and Evaluation Tools that Provide More Details than the Default", "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", 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", "rlang", "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] (<https://orcid.org/0000-0003-0645-5666>), 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 <[email protected]>", "Repository": "RSPM" }, "fansi": { "Package": "fansi", "Version": "1.0.6", "Source": "Repository", "Title": "ANSI Control Sequence Aware String Functions", "Description": "Counterparts to R string manipulation functions that account for the effects of ANSI text formatting control sequences.", "Authors@R": "c( person(\"Brodie\", \"Gaslam\", email=\"[email protected]\", role=c(\"aut\", \"cre\")), person(\"Elliott\", \"Sales De Andrade\", role=\"ctb\"), person(family=\"R Core Team\", email=\"[email protected]\", role=\"cph\", comment=\"UTF8 byte length calcs from src/util.c\" ))", "Depends": [ "R (>= 3.1.0)" ], "License": "GPL-2 | GPL-3", "URL": "https://github.com/brodieG/fansi", "BugReports": "https://github.com/brodieG/fansi/issues", "VignetteBuilder": "knitr", "Suggests": [ "unitizer", "knitr", "rmarkdown" ], "Imports": [ "grDevices", "utils" ], "RoxygenNote": "7.2.3", "Encoding": "UTF-8", "Collate": "'constants.R' 'fansi-package.R' 'internal.R' 'load.R' 'misc.R' 'nchar.R' 'strwrap.R' 'strtrim.R' 'strsplit.R' 'substr2.R' 'trimws.R' 'tohtml.R' 'unhandled.R' 'normalize.R' 'sgr.R'", "NeedsCompilation": "yes", "Author": "Brodie Gaslam [aut, cre], Elliott Sales De Andrade [ctb], R Core Team [cph] (UTF8 byte length calcs from src/util.c)", "Maintainer": "Brodie Gaslam <[email protected]>", "Repository": "RSPM" }, "farver": { "Package": "farver", "Version": "2.1.2", "Source": "Repository", "Type": "Package", "Title": "High Performance Colour Space Manipulation", "Authors@R": "c( person(\"Thomas Lin\", \"Pedersen\", , \"[email protected]\", 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\", , \"[email protected]\", 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] (<https://orcid.org/0000-0002-5147-4711>), Berendea Nicolae [aut] (Author of the ColorSpace C++ library), Romain François [aut] (<https://orcid.org/0000-0002-2444-4226>), Posit, PBC [cph, fnd]", "Maintainer": "Thomas Lin Pedersen <[email protected]>", "Repository": "RSPM" }, "fastmap": { "Package": "fastmap", "Version": "1.2.0", "Source": "Repository", "Title": "Fast Data Structures", "Authors@R": "c( person(\"Winston\", \"Chang\", email = \"[email protected]\", 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 <[email protected]>", "Repository": "RSPM" }, "flextable": { "Package": "flextable", "Version": "0.9.7", "Source": "Repository", "Type": "Package", "Title": "Functions for Tabular Reporting", "Authors@R": "c( person(\"David\", \"Gohel\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"ArData\", role = \"cph\"), person(\"Clementine\", \"Jager\", role = \"ctb\"), person(\"Eli\", \"Daniels\", role = \"ctb\"), person(\"Panagiotis\", \"Skintzos\", , \"[email protected]\", role = \"aut\"), person(\"Quentin\", \"Fazilleau\", role = \"ctb\"), person(\"Maxim\", \"Nazarov\", role = \"ctb\"), person(\"Titouan\", \"Robert\", role = \"ctb\"), person(\"Michael\", \"Barrowman\", role = \"ctb\"), person(\"Atsushi\", \"Yasumoto\", role = \"ctb\"), person(\"Paul\", \"Julian\", role = \"ctb\"), person(\"Sean\", \"Browning\", role = \"ctb\"), person(\"Rémi\", \"Thériault\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4315-6788\")), person(\"Samuel\", \"Jobert\", role = \"ctb\"), person(\"Keith\", \"Newman\", role = \"ctb\") )", "Description": "Use a grammar for creating and customizing pretty tables. The following formats are supported: 'HTML', 'PDF', 'RTF', 'Microsoft Word', 'Microsoft PowerPoint' and R 'Grid Graphics'. 'R Markdown', 'Quarto' and the package 'officer' can be used to produce the result files. The syntax is the same for the user regardless of the type of output to be produced. A set of functions allows the creation, definition of cell arrangement, addition of headers or footers, formatting and definition of cell content with text and or images. The package also offers a set of high-level functions that allow tabular reporting of statistical models and the creation of complex cross tabulations.", "License": "GPL-3", "URL": "https://ardata-fr.github.io/flextable-book/, https://davidgohel.github.io/flextable/", "BugReports": "https://github.com/davidgohel/flextable/issues", "Imports": [ "data.table (>= 1.13.0)", "gdtools (>= 0.4.0)", "graphics", "grDevices", "grid", "htmltools", "knitr", "officer (>= 0.6.7)", "ragg", "rlang", "rmarkdown (>= 2.0)", "stats", "utils", "uuid (>= 0.1-4)", "xml2" ], "Suggests": [ "bookdown (>= 0.40)", "broom", "broom.mixed", "chromote", "cluster", "commonmark", "doconv (>= 0.3.0)", "equatags", "ggplot2", "lme4", "magick", "mgcv", "nlme", "officedown", "pdftools", "pkgdown (>= 2.0.0)", "scales", "svglite", "tables (>= 0.9.17)", "testthat (>= 3.0.0)", "webshot2", "withr", "xtable" ], "VignetteBuilder": "knitr", "Config/testthat/edition": "3", "Encoding": "UTF-8", "RoxygenNote": "7.3.2", "NeedsCompilation": "no", "Author": "David Gohel [aut, cre], ArData [cph], Clementine Jager [ctb], Eli Daniels [ctb], Panagiotis Skintzos [aut], Quentin Fazilleau [ctb], Maxim Nazarov [ctb], Titouan Robert [ctb], Michael Barrowman [ctb], Atsushi Yasumoto [ctb], Paul Julian [ctb], Sean Browning [ctb], Rémi Thériault [ctb] (<https://orcid.org/0000-0003-4315-6788>), Samuel Jobert [ctb], Keith Newman [ctb]", "Maintainer": "David Gohel <[email protected]>", "Repository": "RSPM" }, "fontBitstreamVera": { "Package": "fontBitstreamVera", "Version": "0.1.1", "Source": "Repository", "Title": "Fonts with 'Bitstream Vera Fonts' License", "Authors@R": "c( person(\"Lionel\", \"Henry\", , \"[email protected]\", c(\"cre\", \"aut\")), person(\"Bitstream\", role = \"cph\"))", "Description": "Provides fonts licensed under the 'Bitstream Vera Fonts' license for the 'fontquiver' package.", "Depends": [ "R (>= 3.0.0)" ], "License": "file LICENCE", "Encoding": "UTF-8", "LazyData": "true", "RoxygenNote": "5.0.1", "NeedsCompilation": "no", "Author": "Lionel Henry [cre, aut], Bitstream [cph]", "Maintainer": "Lionel Henry <[email protected]>", "License_is_FOSS": "yes", "Repository": "RSPM" }, "fontLiberation": { "Package": "fontLiberation", "Version": "0.1.0", "Source": "Repository", "Title": "Liberation Fonts", "Authors@R": "c( person(\"Lionel\", \"Henry\", , \"[email protected]\", \"cre\"), person(\"Pravin Satpute\", role = \"aut\"), person(\"Steve Matteson\", role = \"aut\"), person(\"Red Hat, Inc\", role = \"cph\"), person(\"Google Corporation\", role = \"cph\"))", "Description": "A placeholder for the Liberation fontset intended for the `fontquiver` package. This fontset covers the 12 combinations of families (sans, serif, mono) and faces (plain, bold, italic, bold italic) supported in R graphics devices.", "Depends": [ "R (>= 3.0)" ], "License": "file LICENSE", "Encoding": "UTF-8", "LazyData": "true", "RoxygenNote": "5.0.1", "NeedsCompilation": "no", "Author": "Lionel Henry [cre], Pravin Satpute [aut], Steve Matteson [aut], Red Hat, Inc [cph], Google Corporation [cph]", "Maintainer": "Lionel Henry <[email protected]>", "Repository": "RSPM", "License_is_FOSS": "yes" }, "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\", , \"[email protected]\", c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-3925-190X\")), person(\"Christophe\", \"Dervieux\", , \"[email protected]\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4474-2498\")), person(\"Winston\", \"Chang\", , \"[email protected]\", 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] (<https://orcid.org/0000-0003-3925-190X>), Christophe Dervieux [ctb] (<https://orcid.org/0000-0003-4474-2498>), Winston Chang [ctb], Dave Gandy [ctb, cph] (Font-Awesome font), Posit Software, PBC [cph, fnd]", "Maintainer": "Richard Iannone <[email protected]>", "Repository": "RSPM" }, "fontquiver": { "Package": "fontquiver", "Version": "0.2.1", "Source": "Repository", "Title": "Set of Installed Fonts", "Authors@R": "c( person(\"Lionel\", \"Henry\", , \"[email protected]\", c(\"cre\", \"aut\")), person(\"RStudio\", role = \"cph\"), person(\"George Douros\", role = \"cph\", comment = \"Symbola font\"))", "Description": "Provides a set of fonts with permissive licences. This is useful when you want to avoid system fonts to make sure your outputs are reproducible.", "Depends": [ "R (>= 3.0.0)" ], "Imports": [ "fontBitstreamVera (>= 0.1.0)", "fontLiberation (>= 0.1.0)" ], "Suggests": [ "testthat", "htmltools" ], "License": "GPL-3 | file LICENSE", "Encoding": "UTF-8", "LazyData": "true", "RoxygenNote": "5.0.1", "Collate": "'font-getters.R' 'fontset.R' 'fontset-bitstream-vera.R' 'fontset-dejavu.R' 'fontset-liberation.R' 'fontset-symbola.R' 'html-dependency.R' 'utils.R'", "NeedsCompilation": "no", "Author": "Lionel Henry [cre, aut], RStudio [cph], George Douros [cph] (Symbola font)", "Maintainer": "Lionel Henry <[email protected]>", "Repository": "RSPM" }, "forcats": { "Package": "forcats", "Version": "1.0.0", "Source": "Repository", "Title": "Tools for Working with Categorical Variables (Factors)", "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"RStudio\", role = c(\"cph\", \"fnd\")) )", "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 (>= 3.4)" ], "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.2.3", "NeedsCompilation": "no", "Author": "Hadley Wickham [aut, cre], RStudio [cph, fnd]", "Maintainer": "Hadley Wickham <[email protected]>", "Repository": "RSPM" }, "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\", , \"[email protected]\", role = \"aut\"), person(\"Gábor\", \"Csárdi\", , \"[email protected]\", 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 <[email protected]>", "Repository": "RSPM" }, "gargle": { "Package": "gargle", "Version": "1.5.2", "Source": "Repository", "Title": "Utilities for Working with Google APIs", "Authors@R": "c( person(\"Jennifer\", \"Bryan\", , \"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"Craig\", \"Citro\", , \"[email protected]\", role = \"aut\"), person(\"Hadley\", \"Wickham\", , \"[email protected]\", 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 <https://developers.google.com/apis-explorer>. 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", "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.2.3", "NeedsCompilation": "no", "Author": "Jennifer Bryan [aut, cre] (<https://orcid.org/0000-0002-6983-2759>), Craig Citro [aut], Hadley Wickham [aut] (<https://orcid.org/0000-0003-4757-117X>), Google Inc [cph], Posit Software, PBC [cph, fnd]", "Maintainer": "Jennifer Bryan <[email protected]>", "Repository": "RSPM" }, "gdtools": { "Package": "gdtools", "Version": "0.4.2", "Source": "Repository", "Title": "Utilities for Graphical Rendering and Fonts Management", "Authors@R": "c( person(\"David\", \"Gohel\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = \"aut\"), person(\"Lionel\", \"Henry\", , \"[email protected]\", role = \"aut\"), person(\"Jeroen\", \"Ooms\", , \"[email protected]\", role = \"aut\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Yixuan\", \"Qiu\", role = \"ctb\"), person(\"R Core Team\", role = \"cph\", comment = \"Cairo code from X11 device\"), person(\"ArData\", role = \"cph\"), person(\"RStudio\", role = \"cph\") )", "Description": "Tools are provided to compute metrics of formatted strings and to check the availability of a font. Another set of functions is provided to support the collection of fonts from 'Google Fonts' in a cache. Their use is simple within 'R Markdown' documents and 'shiny' applications but also with graphic productions generated with the 'ggiraph', 'ragg' and 'svglite' packages or with tabular productions from the 'flextable' package.", "License": "GPL-3 | file LICENSE", "URL": "https://davidgohel.github.io/gdtools/", "BugReports": "https://github.com/davidgohel/gdtools/issues", "Depends": [ "R (>= 4.0.0)" ], "Imports": [ "fontquiver (>= 0.2.0)", "htmltools", "Rcpp (>= 0.12.12)", "systemfonts (>= 1.1.0)", "tools" ], "Suggests": [ "curl", "gfonts", "methods", "testthat" ], "LinkingTo": [ "Rcpp" ], "Encoding": "UTF-8", "RoxygenNote": "7.3.2", "SystemRequirements": "cairo, freetype2, fontconfig", "NeedsCompilation": "yes", "Author": "David Gohel [aut, cre], Hadley Wickham [aut], Lionel Henry [aut], Jeroen Ooms [aut] (<https://orcid.org/0000-0002-4035-0289>), Yixuan Qiu [ctb], R Core Team [cph] (Cairo code from X11 device), ArData [cph], RStudio [cph]", "Maintainer": "David Gohel <[email protected]>", "Repository": "RSPM" }, "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\", , \"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Max\", \"Kuhn\", , \"[email protected]\", role = \"aut\"), person(\"Davis\", \"Vaughan\", , \"[email protected]\", 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: <https://orcid.org/0000-0003-4757-117X>), Max Kuhn [aut], Davis Vaughan [aut], Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)", "Maintainer": "Hadley Wickham <[email protected]>", "Repository": "RSPM" }, "ggExtra": { "Package": "ggExtra", "Version": "0.10.1", "Source": "Repository", "Title": "Add Marginal Histograms to 'ggplot2', and More 'ggplot2' Enhancements", "Authors@R": "c( person(\"Dean\", \"Attali\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Christopher\", \"Baker\", , \"[email protected]\", role = \"aut\") )", "Description": "Collection of functions and layers to enhance 'ggplot2'. The flagship function is 'ggMarginal()', which can be used to add marginal histograms/boxplots/density plots to 'ggplot2' scatterplots.", "URL": "https://github.com/daattali/ggExtra, https://daattali.com/shiny/ggExtra-ggMarginal-demo/", "BugReports": "https://github.com/daattali/ggExtra/issues", "Depends": [ "R (>= 3.1.0)" ], "Imports": [ "colourpicker (>= 1.0)", "ggplot2 (>= 2.2.0)", "grDevices", "grid (>= 3.1.3)", "gtable (>= 0.2.0)", "miniUI (>= 0.1.1)", "scales (>= 0.2.0)", "shiny (>= 0.13.0)", "shinyjs (>= 0.5.2)", "utils", "R6" ], "Suggests": [ "knitr (>= 1.7)", "rmarkdown", "rstudioapi (>= 0.5)", "testthat", "vdiffr", "fontquiver", "svglite", "withr", "devtools" ], "License": "MIT + file LICENSE", "SystemRequirements": "pandoc with https support", "VignetteBuilder": "knitr", "RoxygenNote": "7.2.3", "NeedsCompilation": "no", "Author": "Dean Attali [aut, cre], Christopher Baker [aut]", "Maintainer": "Dean Attali <[email protected]>", "Repository": "RSPM", "Encoding": "UTF-8" }, "ggplot2": { "Package": "ggplot2", "Version": "3.5.2", "Source": "Repository", "Title": "Create Elegant Data Visualisations Using the Grammar of Graphics", "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", 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\", , \"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Kohske\", \"Takahashi\", role = \"aut\"), person(\"Claus\", \"Wilke\", role = \"aut\", comment = c(ORCID = \"0000-0002-7470-9261\")), person(\"Kara\", \"Woo\", role = \"aut\", comment = c(ORCID = \"0000-0002-5125-4188\")), person(\"Hiroaki\", \"Yutani\", role = \"aut\", comment = c(ORCID = \"0000-0002-3385-7233\")), person(\"Dewey\", \"Dunnington\", role = \"aut\", comment = c(ORCID = \"0000-0002-9415-4582\")), person(\"Teun\", \"van den Brand\", role = \"aut\", comment = c(ORCID = \"0000-0002-9335-7468\")), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\")) )", "Description": "A system for 'declaratively' creating graphics, based on \"The Grammar of Graphics\". You provide the data, tell 'ggplot2' how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details.", "License": "MIT + file LICENSE", "URL": "https://ggplot2.tidyverse.org, https://github.com/tidyverse/ggplot2", "BugReports": "https://github.com/tidyverse/ggplot2/issues", "Depends": [ "R (>= 3.5)" ], "Imports": [ "cli", "glue", "grDevices", "grid", "gtable (>= 0.1.1)", "isoband", "lifecycle (> 1.0.1)", "MASS", "mgcv", "rlang (>= 1.1.0)", "scales (>= 1.3.0)", "stats", "tibble", "vctrs (>= 0.6.0)", "withr (>= 2.5.0)" ], "Suggests": [ "covr", "dplyr", "ggplot2movies", "hexbin", "Hmisc", "knitr", "mapproj", "maps", "multcomp", "munsell", "nlme", "profvis", "quantreg", "ragg (>= 1.2.6)", "RColorBrewer", "rmarkdown", "rpart", "sf (>= 0.7-3)", "svglite (>= 2.1.2)", "testthat (>= 3.1.2)", "vdiffr (>= 1.0.6)", "xml2" ], "Enhances": [ "sp" ], "VignetteBuilder": "knitr", "Config/Needs/website": "ggtext, tidyr, forcats, tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", "LazyData": "true", "RoxygenNote": "7.3.2", "Collate": "'ggproto.R' 'ggplot-global.R' 'aaa-.R' 'aes-colour-fill-alpha.R' 'aes-evaluation.R' 'aes-group-order.R' 'aes-linetype-size-shape.R' 'aes-position.R' 'compat-plyr.R' 'utilities.R' 'aes.R' 'utilities-checks.R' 'legend-draw.R' 'geom-.R' 'annotation-custom.R' 'annotation-logticks.R' 'geom-polygon.R' 'geom-map.R' 'annotation-map.R' 'geom-raster.R' 'annotation-raster.R' 'annotation.R' 'autolayer.R' 'autoplot.R' 'axis-secondary.R' 'backports.R' 'bench.R' 'bin.R' 'coord-.R' 'coord-cartesian-.R' 'coord-fixed.R' 'coord-flip.R' 'coord-map.R' 'coord-munch.R' 'coord-polar.R' 'coord-quickmap.R' 'coord-radial.R' 'coord-sf.R' 'coord-transform.R' 'data.R' 'docs_layer.R' 'facet-.R' 'facet-grid-.R' 'facet-null.R' 'facet-wrap.R' 'fortify-lm.R' 'fortify-map.R' 'fortify-multcomp.R' 'fortify-spatial.R' 'fortify.R' 'stat-.R' 'geom-abline.R' 'geom-rect.R' 'geom-bar.R' 'geom-bin2d.R' 'geom-blank.R' 'geom-boxplot.R' 'geom-col.R' 'geom-path.R' 'geom-contour.R' 'geom-count.R' 'geom-crossbar.R' 'geom-segment.R' 'geom-curve.R' 'geom-defaults.R' 'geom-ribbon.R' 'geom-density.R' 'geom-density2d.R' 'geom-dotplot.R' 'geom-errorbar.R' 'geom-errorbarh.R' 'geom-freqpoly.R' 'geom-function.R' 'geom-hex.R' 'geom-histogram.R' 'geom-hline.R' 'geom-jitter.R' 'geom-label.R' 'geom-linerange.R' 'geom-point.R' 'geom-pointrange.R' 'geom-quantile.R' 'geom-rug.R' 'geom-sf.R' 'geom-smooth.R' 'geom-spoke.R' 'geom-text.R' 'geom-tile.R' 'geom-violin.R' 'geom-vline.R' 'ggplot2-package.R' 'grob-absolute.R' 'grob-dotstack.R' 'grob-null.R' 'grouping.R' 'theme-elements.R' 'guide-.R' 'guide-axis.R' 'guide-axis-logticks.R' 'guide-axis-stack.R' 'guide-axis-theta.R' 'guide-legend.R' 'guide-bins.R' 'guide-colorbar.R' 'guide-colorsteps.R' 'guide-custom.R' 'layer.R' 'guide-none.R' 'guide-old.R' 'guides-.R' 'guides-grid.R' 'hexbin.R' 'import-standalone-obj-type.R' 'import-standalone-types-check.R' 'labeller.R' 'labels.R' 'layer-sf.R' 'layout.R' 'limits.R' 'margins.R' 'performance.R' 'plot-build.R' 'plot-construction.R' 'plot-last.R' 'plot.R' 'position-.R' 'position-collide.R' 'position-dodge.R' 'position-dodge2.R' 'position-identity.R' 'position-jitter.R' 'position-jitterdodge.R' 'position-nudge.R' 'position-stack.R' 'quick-plot.R' 'reshape-add-margins.R' 'save.R' 'scale-.R' 'scale-alpha.R' 'scale-binned.R' 'scale-brewer.R' 'scale-colour.R' 'scale-continuous.R' 'scale-date.R' 'scale-discrete-.R' 'scale-expansion.R' 'scale-gradient.R' 'scale-grey.R' 'scale-hue.R' 'scale-identity.R' 'scale-linetype.R' 'scale-linewidth.R' 'scale-manual.R' 'scale-shape.R' 'scale-size.R' 'scale-steps.R' 'scale-type.R' 'scale-view.R' 'scale-viridis.R' 'scales-.R' 'stat-align.R' 'stat-bin.R' 'stat-bin2d.R' 'stat-bindot.R' 'stat-binhex.R' 'stat-boxplot.R' 'stat-contour.R' 'stat-count.R' 'stat-density-2d.R' 'stat-density.R' 'stat-ecdf.R' 'stat-ellipse.R' 'stat-function.R' 'stat-identity.R' 'stat-qq-line.R' 'stat-qq.R' 'stat-quantilemethods.R' 'stat-sf-coordinates.R' 'stat-sf.R' 'stat-smooth-methods.R' 'stat-smooth.R' 'stat-sum.R' 'stat-summary-2d.R' 'stat-summary-bin.R' 'stat-summary-hex.R' 'stat-summary.R' 'stat-unique.R' 'stat-ydensity.R' 'summarise-plot.R' 'summary.R' 'theme.R' 'theme-defaults.R' 'theme-current.R' 'utilities-break.R' 'utilities-grid.R' 'utilities-help.R' 'utilities-matrix.R' 'utilities-patterns.R' 'utilities-resolution.R' 'utilities-tidy-eval.R' 'zxx.R' 'zzz.R'", "NeedsCompilation": "no", "Author": "Hadley Wickham [aut] (<https://orcid.org/0000-0003-4757-117X>), Winston Chang [aut] (<https://orcid.org/0000-0002-1576-2126>), Lionel Henry [aut], Thomas Lin Pedersen [aut, cre] (<https://orcid.org/0000-0002-5147-4711>), Kohske Takahashi [aut], Claus Wilke [aut] (<https://orcid.org/0000-0002-7470-9261>), Kara Woo [aut] (<https://orcid.org/0000-0002-5125-4188>), Hiroaki Yutani [aut] (<https://orcid.org/0000-0002-3385-7233>), Dewey Dunnington [aut] (<https://orcid.org/0000-0002-9415-4582>), Teun van den Brand [aut] (<https://orcid.org/0000-0002-9335-7468>), Posit, PBC [cph, fnd]", "Maintainer": "Thomas Lin Pedersen <[email protected]>", "Repository": "RSPM" }, "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\", , \"[email protected]\", 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 <https://www.python.org/dev/peps/pep-0498/> and Docstrings <https://www.python.org/dev/peps/pep-0257/> and Julia's Triple-Quoted String Literals <https://docs.julialang.org/en/v1.3/manual/strings/#Triple-Quoted-String-Literals-1>.", "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] (<https://orcid.org/0000-0002-2739-7082>), Jennifer Bryan [aut, cre] (<https://orcid.org/0000-0002-6983-2759>), Posit Software, PBC [cph, fnd]", "Maintainer": "Jennifer Bryan <[email protected]>", "Repository": "CRAN" }, "googledrive": { "Package": "googledrive", "Version": "2.1.1", "Source": "Repository", "Title": "An Interface to Google Drive", "Authors@R": "c( person(\"Lucy\", \"D'Agostino McGowan\", , role = \"aut\"), person(\"Jennifer\", \"Bryan\", , \"[email protected]\", 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 (>= 3.6)" ], "Imports": [ "cli (>= 3.0.0)", "gargle (>= 1.5.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", "mockr", "rmarkdown", "spelling", "testthat (>= 3.1.3)" ], "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse, tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", "Language": "en-US", "RoxygenNote": "7.2.3", "NeedsCompilation": "no", "Author": "Lucy D'Agostino McGowan [aut], Jennifer Bryan [aut, cre] (<https://orcid.org/0000-0002-6983-2759>), Posit Software, PBC [cph, fnd]", "Maintainer": "Jennifer Bryan <[email protected]>", "Repository": "RSPM" }, "googlesheets4": { "Package": "googlesheets4", "Version": "1.1.1", "Source": "Repository", "Title": "Access Google Sheets using the Sheets API V4", "Authors@R": "c( person(\"Jennifer\", \"Bryan\", , \"[email protected]\", 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 <https://developers.google.com/sheets/api>. \"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.5.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.2.3", "NeedsCompilation": "no", "Author": "Jennifer Bryan [cre, aut] (<https://orcid.org/0000-0002-6983-2759>), Posit Software, PBC [cph, fnd]", "Maintainer": "Jennifer Bryan <[email protected]>", "Repository": "RSPM" }, "gt": { "Package": "gt", "Version": "1.0.0", "Source": "Repository", "Type": "Package", "Title": "Easily Create Presentation-Ready Display Tables", "Authors@R": "c( person(\"Richard\", \"Iannone\", , \"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-3925-190X\")), person(\"Joe\", \"Cheng\", , \"[email protected]\", role = \"aut\"), person(\"Barret\", \"Schloerke\", , \"[email protected]\", role = \"aut\", comment = c(ORCID = \"0000-0001-9986-114X\")), person(\"Ellis\", \"Hughes\", , \"[email protected]\", role = \"aut\", comment = c(ORCID = \"0000-0003-0637-4436\")), person(\"Alexandra\", \"Lauer\", , \"[email protected]\", role = \"aut\", comment = c(ORCID = \"0000-0002-4191-6301\")), person(\"JooYoung\", \"Seo\", , \"[email protected]\", role = \"aut\", comment = c(ORCID = \"0000-0002-4064-6012\")), person(\"Ken\", \"Brevoort\", , \"[email protected]\", role = \"aut\", comment = c(ORCID = \"0000-0002-4001-8358\")), person(\"Olivier\", \"Roy\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", "Description": "Build display tables from tabular data with an easy-to-use set of functions. With its progressive approach, we can construct display tables with a cohesive set of table parts. Table values can be formatted using any of the included formatting functions. Footnotes and cell styles can be precisely added through a location targeting system. The way in which 'gt' handles things for you means that you don't often have to worry about the fine details.", "License": "MIT + file LICENSE", "URL": "https://gt.rstudio.com, https://github.com/rstudio/gt", "BugReports": "https://github.com/rstudio/gt/issues", "Depends": [ "R (>= 3.6.0)" ], "Imports": [ "base64enc (>= 0.1-3)", "bigD (>= 0.2)", "bitops (>= 1.0-7)", "cli (>= 3.6.3)", "commonmark (>= 1.9.1)", "dplyr (>= 1.1.4)", "fs (>= 1.6.4)", "glue (>= 1.8.0)", "htmltools (>= 0.5.8.1)", "htmlwidgets (>= 1.6.4)", "juicyjuice (>= 0.1.0)", "magrittr (>= 2.0.3)", "markdown (>= 1.13)", "reactable (>= 0.4.4)", "rlang (>= 1.1.4)", "sass (>= 0.4.9)", "scales (>= 1.3.0)", "tidyselect (>= 1.2.1)", "vctrs", "xml2 (>= 1.3.6)" ], "Suggests": [ "fontawesome (>= 0.5.2)", "ggplot2", "grid", "gtable (>= 0.3.6)", "katex (>= 1.4.1)", "knitr", "lubridate", "magick", "paletteer", "RColorBrewer", "rmarkdown (>= 2.20)", "rsvg", "rvest", "shiny (>= 1.9.1)", "testthat (>= 3.1.9)", "tidyr (>= 1.0.0)", "webshot2 (>= 0.1.0)", "withr" ], "Config/Needs/coverage": "officer", "Config/Needs/website": "quarto", "ByteCompile": "true", "Config/testthat/edition": "3", "Config/testthat/parallel": "true", "Encoding": "UTF-8", "LazyData": "true", "RoxygenNote": "7.3.2", "NeedsCompilation": "no", "Author": "Richard Iannone [aut, cre] (<https://orcid.org/0000-0003-3925-190X>), Joe Cheng [aut], Barret Schloerke [aut] (<https://orcid.org/0000-0001-9986-114X>), Ellis Hughes [aut] (<https://orcid.org/0000-0003-0637-4436>), Alexandra Lauer [aut] (<https://orcid.org/0000-0002-4191-6301>), JooYoung Seo [aut] (<https://orcid.org/0000-0002-4064-6012>), Ken Brevoort [aut] (<https://orcid.org/0000-0002-4001-8358>), Olivier Roy [aut], Posit Software, PBC [cph, fnd]", "Maintainer": "Richard Iannone <[email protected]>", "Repository": "RSPM" }, "gtable": { "Package": "gtable", "Version": "0.3.6", "Source": "Repository", "Title": "Arrange 'Grobs' in Tables", "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = \"aut\"), person(\"Thomas Lin\", \"Pedersen\", , \"[email protected]\", 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 <[email protected]>", "Repository": "RSPM" }, "haven": { "Package": "haven", "Version": "2.5.4", "Source": "Repository", "Title": "Import and Export 'SPSS', 'Stata' and 'SAS' Files", "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", 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, <https://github.com/WizardMac/ReadStat>.", "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.2.3", "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 <[email protected]>", "Repository": "RSPM" }, "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 = \"[email protected]\", 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 (<https://gitlab.com/saalen/highlight>).", "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] (<https://orcid.org/0000-0003-0645-5666>), Yixuan Qiu [aut], Christopher Gandrud [ctb], Qiang Li [ctb]", "Maintainer": "Yihui Xie <[email protected]>", "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 = \"[email protected]\", 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] (<https://orcid.org/0000-0002-1416-3412>), R Consortium [fnd], RStudio [fnd]", "Maintainer": "Kirill Müller <[email protected]>", "Repository": "RSPM" }, "htmltools": { "Package": "htmltools", "Version": "0.5.8.1", "Source": "Repository", "Type": "Package", "Title": "Tools for HTML", "Authors@R": "c( person(\"Joe\", \"Cheng\", , \"[email protected]\", role = \"aut\"), person(\"Carson\", \"Sievert\", , \"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Barret\", \"Schloerke\", , \"[email protected]\", role = \"aut\", comment = c(ORCID = \"0000-0001-9986-114X\")), person(\"Winston\", \"Chang\", , \"[email protected]\", role = \"aut\", comment = c(ORCID = \"0000-0002-1576-2126\")), person(\"Yihui\", \"Xie\", , \"[email protected]\", 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] (<https://orcid.org/0000-0002-4958-2844>), Barret Schloerke [aut] (<https://orcid.org/0000-0001-9986-114X>), Winston Chang [aut] (<https://orcid.org/0000-0002-1576-2126>), Yihui Xie [aut], Jeff Allen [aut], Posit Software, PBC [cph, fnd]", "Maintainer": "Carson Sievert <[email protected]>", "Repository": "RSPM" }, "htmlwidgets": { "Package": "htmlwidgets", "Version": "1.6.4", "Source": "Repository", "Type": "Package", "Title": "HTML Widgets for R", "Authors@R": "c( person(\"Ramnath\", \"Vaidyanathan\", role = c(\"aut\", \"cph\")), person(\"Yihui\", \"Xie\", role = \"aut\"), person(\"JJ\", \"Allaire\", role = \"aut\"), person(\"Joe\", \"Cheng\", , \"[email protected]\", role = \"aut\"), person(\"Carson\", \"Sievert\", , \"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Kenton\", \"Russell\", role = c(\"aut\", \"cph\")), person(\"Ellis\", \"Hughes\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", "Description": "A framework for creating HTML widgets that render in various contexts including the R console, 'R Markdown' documents, and 'Shiny' web applications.", "License": "MIT + file LICENSE", "URL": "https://github.com/ramnathv/htmlwidgets", "BugReports": "https://github.com/ramnathv/htmlwidgets/issues", "Imports": [ "grDevices", "htmltools (>= 0.5.7)", "jsonlite (>= 0.9.16)", "knitr (>= 1.8)", "rmarkdown", "yaml" ], "Suggests": [ "testthat" ], "Enhances": [ "shiny (>= 1.1)" ], "VignetteBuilder": "knitr", "Encoding": "UTF-8", "RoxygenNote": "7.2.3", "NeedsCompilation": "no", "Author": "Ramnath Vaidyanathan [aut, cph], Yihui Xie [aut], JJ Allaire [aut], Joe Cheng [aut], Carson Sievert [aut, cre] (<https://orcid.org/0000-0002-4958-2844>), Kenton Russell [aut, cph], Ellis Hughes [ctb], Posit Software, PBC [cph, fnd]", "Maintainer": "Carson Sievert <[email protected]>", "Repository": "RSPM" }, "httpuv": { "Package": "httpuv", "Version": "1.6.16", "Source": "Repository", "Type": "Package", "Title": "HTTP and WebSocket Server Library", "Authors@R": "c( person(\"Joe\", \"Cheng\", , \"[email protected]\", role = \"aut\"), person(\"Winston\", \"Chang\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Posit, PBC\", \"fnd\", role = \"cph\"), person(\"Hector\", \"Corrada Bravo\", role = \"ctb\"), person(\"Jeroen\", \"Ooms\", role = \"ctb\"), person(\"Andrzej\", \"Krzemienski\", role = \"cph\", comment = \"optional.hpp\"), person(\"libuv project contributors\", role = \"cph\", comment = \"libuv library, see src/libuv/AUTHORS file\"), person(\"Joyent, Inc. and other Node contributors\", role = \"cph\", comment = \"libuv library, see src/libuv/AUTHORS file; and http-parser library, see src/http-parser/AUTHORS file\"), person(\"Niels\", \"Provos\", role = \"cph\", comment = \"libuv subcomponent: tree.h\"), person(\"Internet Systems Consortium, Inc.\", role = \"cph\", comment = \"libuv subcomponent: inet_pton and inet_ntop, contained in src/libuv/src/inet.c\"), person(\"Alexander\", \"Chemeris\", role = \"cph\", comment = \"libuv subcomponent: stdint-msvc2008.h (from msinttypes)\"), person(\"Google, Inc.\", role = \"cph\", comment = \"libuv subcomponent: pthread-fixes.c\"), person(\"Sony Mobile Communcations AB\", role = \"cph\", comment = \"libuv subcomponent: pthread-fixes.c\"), person(\"Berkeley Software Design Inc.\", role = \"cph\", comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"), person(\"Kenneth\", \"MacKay\", role = \"cph\", comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"), person(\"Emergya (Cloud4all, FP7/2007-2013, grant agreement no 289016)\", role = \"cph\", comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"), person(\"Steve\", \"Reid\", role = \"aut\", comment = \"SHA-1 implementation\"), person(\"James\", \"Brown\", role = \"aut\", comment = \"SHA-1 implementation\"), person(\"Bob\", \"Trower\", role = \"aut\", comment = \"base64 implementation\"), person(\"Alexander\", \"Peslyak\", role = \"aut\", comment = \"MD5 implementation\"), person(\"Trantor Standard Systems\", role = \"cph\", comment = \"base64 implementation\"), person(\"Igor\", \"Sysoev\", role = \"cph\", comment = \"http-parser\") )", "Description": "Provides low-level socket and protocol support for handling HTTP and WebSocket requests directly from within R. It is primarily intended as a building block for other packages, rather than making it particularly easy to create complete web applications using httpuv alone. httpuv is built on top of the libuv and http-parser C libraries, both of which were developed by Joyent, Inc. (See LICENSE file for libuv and http-parser license information.)", "License": "GPL (>= 2) | file LICENSE", "URL": "https://github.com/rstudio/httpuv", "BugReports": "https://github.com/rstudio/httpuv/issues", "Depends": [ "R (>= 2.15.1)" ], "Imports": [ "later (>= 0.8.0)", "promises", "R6", "Rcpp (>= 1.0.7)", "utils" ], "Suggests": [ "callr", "curl", "jsonlite", "testthat", "websocket" ], "LinkingTo": [ "later", "Rcpp" ], "Encoding": "UTF-8", "RoxygenNote": "7.3.2", "SystemRequirements": "GNU make, zlib", "Collate": "'RcppExports.R' 'httpuv.R' 'random_port.R' 'server.R' 'staticServer.R' 'static_paths.R' 'utils.R'", "NeedsCompilation": "yes", "Author": "Joe Cheng [aut], Winston Chang [aut, cre], Posit, PBC fnd [cph], Hector Corrada Bravo [ctb], Jeroen Ooms [ctb], Andrzej Krzemienski [cph] (optional.hpp), libuv project contributors [cph] (libuv library, see src/libuv/AUTHORS file), Joyent, Inc. and other Node contributors [cph] (libuv library, see src/libuv/AUTHORS file; and http-parser library, see src/http-parser/AUTHORS file), Niels Provos [cph] (libuv subcomponent: tree.h), Internet Systems Consortium, Inc. [cph] (libuv subcomponent: inet_pton and inet_ntop, contained in src/libuv/src/inet.c), Alexander Chemeris [cph] (libuv subcomponent: stdint-msvc2008.h (from msinttypes)), Google, Inc. [cph] (libuv subcomponent: pthread-fixes.c), Sony Mobile Communcations AB [cph] (libuv subcomponent: pthread-fixes.c), Berkeley Software Design Inc. [cph] (libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c), Kenneth MacKay [cph] (libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c), Emergya (Cloud4all, FP7/2007-2013, grant agreement no 289016) [cph] (libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c), Steve Reid [aut] (SHA-1 implementation), James Brown [aut] (SHA-1 implementation), Bob Trower [aut] (base64 implementation), Alexander Peslyak [aut] (MD5 implementation), Trantor Standard Systems [cph] (base64 implementation), Igor Sysoev [cph] (http-parser)", "Maintainer": "Winston Chang <[email protected]>", "Repository": "RSPM" }, "httr": { "Package": "httr", "Version": "1.4.7", "Source": "Repository", "Title": "Tools for Working with URLs and HTTP", "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", 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 <[email protected]>", "Repository": "RSPM" }, "ids": { "Package": "ids", "Version": "1.0.1", "Source": "Repository", "Title": "Generate Random Identifiers", "Authors@R": "person(\"Rich\", \"FitzJohn\", role = c(\"aut\", \"cre\"), email = \"[email protected]\")", "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 <[email protected]>", "Repository": "RSPM", "Encoding": "UTF-8" }, "isoband": { "Package": "isoband", "Version": "0.2.7", "Source": "Repository", "Title": "Generate Isolines and Isobands from Regularly Spaced Elevation Grids", "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Claus O.\", \"Wilke\", , \"[email protected]\", role = \"aut\", comment = c(\"Original author\", ORCID = \"0000-0002-7470-9261\")), person(\"Thomas Lin\", \"Pedersen\", , \"[email protected]\", role = \"aut\", comment = c(ORCID = \"0000-0002-5147-4711\")) )", "Description": "A fast C++ implementation to generate contour lines (isolines) and contour polygons (isobands) from regularly spaced grids containing elevation data.", "License": "MIT + file LICENSE", "URL": "https://isoband.r-lib.org", "BugReports": "https://github.com/r-lib/isoband/issues", "Imports": [ "grid", "utils" ], "Suggests": [ "covr", "ggplot2", "knitr", "magick", "microbenchmark", "rmarkdown", "sf", "testthat", "xml2" ], "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", "RoxygenNote": "7.2.3", "SystemRequirements": "C++11", "NeedsCompilation": "yes", "Author": "Hadley Wickham [aut, cre] (<https://orcid.org/0000-0003-4757-117X>), Claus O. Wilke [aut] (Original author, <https://orcid.org/0000-0002-7470-9261>), Thomas Lin Pedersen [aut] (<https://orcid.org/0000-0002-5147-4711>)", "Maintainer": "Hadley Wickham <[email protected]>", "Repository": "RSPM" }, "jquerylib": { "Package": "jquerylib", "Version": "0.1.4", "Source": "Repository", "Title": "Obtain 'jQuery' as an HTML Dependency Object", "Authors@R": "c( person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Joe\", \"Cheng\", role = \"aut\", email = \"[email protected]\"), person(family = \"RStudio\", role = \"cph\"), person(family = \"jQuery Foundation\", role = \"cph\", comment = \"jQuery library and jQuery UI library\"), person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery library; authors listed in inst/lib/jquery-AUTHORS.txt\") )", "Description": "Obtain any major version of 'jQuery' (<https://code.jquery.com/>) and use it in any webpage generated by 'htmltools' (e.g. 'shiny', 'htmlwidgets', and 'rmarkdown'). Most R users don't need to use this package directly, but other R packages (e.g. 'shiny', 'rmarkdown', etc.) depend on this package to avoid bundling redundant copies of 'jQuery'.", "License": "MIT + file LICENSE", "Encoding": "UTF-8", "Config/testthat/edition": "3", "RoxygenNote": "7.0.2", "Imports": [ "htmltools" ], "Suggests": [ "testthat" ], "NeedsCompilation": "no", "Author": "Carson Sievert [aut, cre] (<https://orcid.org/0000-0002-4958-2844>), Joe Cheng [aut], RStudio [cph], jQuery Foundation [cph] (jQuery library and jQuery UI library), jQuery contributors [ctb, cph] (jQuery library; authors listed in inst/lib/jquery-AUTHORS.txt)", "Maintainer": "Carson Sievert <[email protected]>", "Repository": "RSPM" }, "jsonlite": { "Package": "jsonlite", "Version": "2.0.0", "Source": "Repository", "Title": "A Simple and Robust JSON Parser and Generator for R", "License": "MIT + file LICENSE", "Depends": [ "methods" ], "Authors@R": "c( person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Duncan\", \"Temple Lang\", role = \"ctb\"), person(\"Lloyd\", \"Hilaiel\", role = \"cph\", comment=\"author of bundled libyajl\"))", "URL": "https://jeroen.r-universe.dev/jsonlite https://arxiv.org/abs/1403.2805", "BugReports": "https://github.com/jeroen/jsonlite/issues", "Maintainer": "Jeroen Ooms <[email protected]>", "VignetteBuilder": "knitr, R.rsp", "Description": "A reasonably fast JSON parser and generator, optimized for statistical data and the web. Offers simple, flexible tools for working with JSON in R, and is particularly powerful for building pipelines and interacting with a web API. The implementation is based on the mapping described in the vignette (Ooms, 2014). In addition to converting JSON data from/to R objects, 'jsonlite' contains functions to stream, validate, and prettify JSON data. The unit tests included with the package verify that all edge cases are encoded and decoded consistently for use with dynamic data in systems and applications.", "Suggests": [ "httr", "vctrs", "testthat", "knitr", "rmarkdown", "R.rsp", "sf" ], "RoxygenNote": "7.3.2", "Encoding": "UTF-8", "NeedsCompilation": "yes", "Author": "Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>), Duncan Temple Lang [ctb], Lloyd Hilaiel [cph] (author of bundled libyajl)", "Repository": "CRAN" }, "juicyjuice": { "Package": "juicyjuice", "Version": "0.1.0", "Source": "Repository", "Title": "Inline CSS Properties into HTML Tags Using 'juice'", "Authors@R": "c( person(\"Richard\", \"Iannone\", , \"[email protected]\", c(\"aut\", \"cre\", \"cph\"), comment = c(ORCID = \"0000-0003-3925-190X\")), person(\"Automattic\", role = c(\"cph\"), comment = \"juice library\"), person(\"juice contributors\", role = c(\"ctb\"), comment = \"juice library\") )", "Description": "There are occasions where you need a piece of HTML with integrated styles. A prime example of this is HTML email. This transformation involves moving the CSS and associated formatting instructions from the style block in the head of your document into the body of the HTML. Many prominent email clients require integrated styles in HTML email; otherwise a received HTML email will be displayed without any styling. This package will quickly and precisely perform these CSS transformations when given HTML text and it does so by using the JavaScript 'juice' library.", "License": "MIT + file LICENSE", "URL": "https://github.com/rich-iannone/juicyjuice", "BugReports": "https://github.com/rich-iannone/juicyjuice/issues", "Encoding": "UTF-8", "RoxygenNote": "7.2.1", "Imports": [ "V8 (>= 4.2.0)" ], "Suggests": [ "testthat (>= 3.0.0)" ], "Config/testthat/edition": "3", "NeedsCompilation": "no", "Author": "Richard Iannone [aut, cre, cph] (<https://orcid.org/0000-0003-3925-190X>), Automattic [cph] (juice library), juice contributors [ctb] (juice library)", "Maintainer": "Richard Iannone <[email protected]>", "Repository": "RSPM" }, "kableExtra": { "Package": "kableExtra", "Version": "1.4.0", "Source": "Repository", "Type": "Package", "Title": "Construct Complex Table with 'kable' and Pipe Syntax", "Authors@R": "c( person('Hao', 'Zhu', email = '[email protected]', role = c('aut', 'cre'), comment = c(ORCID = '0000-0002-3386-6076')), person('Thomas', 'Travison', role = 'ctb'), person('Timothy', 'Tsai', role = 'ctb'), person('Will', 'Beasley', email = '[email protected]', role = 'ctb'), person('Yihui', 'Xie', email = '[email protected]', role = 'ctb'), person('GuangChuang', 'Yu', email = '[email protected]', role = 'ctb'), person('Stéphane', 'Laurent', role = 'ctb'), person('Rob', 'Shepherd', role = 'ctb'), person('Yoni', 'Sidi', role = 'ctb'), person('Brian', 'Salzer', role = 'ctb'), person('George', 'Gui', role = 'ctb'), person('Yeliang', 'Fan', role = 'ctb'), person('Duncan', 'Murdoch', role = 'ctb'), person('Vincent', 'Arel-Bundock', role = 'ctb'), person('Bill', 'Evans', role = 'ctb') )", "Description": "Build complex HTML or 'LaTeX' tables using 'kable()' from 'knitr' and the piping syntax from 'magrittr'. Function 'kable()' is a light weight table generator coming from 'knitr'. This package simplifies the way to manipulate the HTML or 'LaTeX' codes generated by 'kable()' and allows users to construct complex tables and customize styles using a readable syntax.", "License": "MIT + file LICENSE", "URL": "http://haozhu233.github.io/kableExtra/, https://github.com/haozhu233/kableExtra", "BugReports": "https://github.com/haozhu233/kableExtra/issues", "Depends": [ "R (>= 3.1.0)" ], "Imports": [ "knitr (>= 1.33)", "magrittr", "stringr (>= 1.0)", "xml2 (>= 1.1.1)", "rmarkdown (>= 1.6.0)", "scales", "viridisLite", "stats", "grDevices", "htmltools", "rstudioapi", "tools", "digest", "graphics", "svglite" ], "Suggests": [ "testthat", "magick", "tinytex", "formattable", "sparkline", "webshot2" ], "Config/testthat/edition": "3", "VignetteBuilder": "knitr", "Encoding": "UTF-8", "RoxygenNote": "7.2.3", "Language": "en-US", "NeedsCompilation": "no", "Author": "Hao Zhu [aut, cre] (<https://orcid.org/0000-0002-3386-6076>), Thomas Travison [ctb], Timothy Tsai [ctb], Will Beasley [ctb], Yihui Xie [ctb], GuangChuang Yu [ctb], Stéphane Laurent [ctb], Rob Shepherd [ctb], Yoni Sidi [ctb], Brian Salzer [ctb], George Gui [ctb], Yeliang Fan [ctb], Duncan Murdoch [ctb], Vincent Arel-Bundock [ctb], Bill Evans [ctb]", "Maintainer": "Hao Zhu <[email protected]>", "Repository": "RSPM" }, "knitr": { "Package": "knitr", "Version": "1.50", "Source": "Repository", "Type": "Package", "Title": "A General-Purpose Package for Dynamic Report Generation in R", "Authors@R": "c( person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0003-0645-5666\", URL = \"https://yihui.org\")), person(\"Abhraneel\", \"Sarma\", role = \"ctb\"), person(\"Adam\", \"Vogt\", role = \"ctb\"), person(\"Alastair\", \"Andrew\", role = \"ctb\"), person(\"Alex\", \"Zvoleff\", role = \"ctb\"), person(\"Amar\", \"Al-Zubaidi\", role = \"ctb\"), person(\"Andre\", \"Simon\", role = \"ctb\", comment = \"the CSS files under inst/themes/ were derived from the Highlight package http://www.andre-simon.de\"), person(\"Aron\", \"Atkins\", role = \"ctb\"), person(\"Aaron\", \"Wolen\", role = \"ctb\"), person(\"Ashley\", \"Manton\", role = \"ctb\"), person(\"Atsushi\", \"Yasumoto\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8335-495X\")), person(\"Ben\", \"Baumer\", role = \"ctb\"), person(\"Brian\", \"Diggs\", role = \"ctb\"), person(\"Brian\", \"Zhang\", role = \"ctb\"), person(\"Bulat\", \"Yapparov\", role = \"ctb\"), person(\"Cassio\", \"Pereira\", role = \"ctb\"), person(\"Christophe\", \"Dervieux\", role = \"ctb\"), person(\"David\", \"Hall\", role = \"ctb\"), person(\"David\", \"Hugh-Jones\", role = \"ctb\"), person(\"David\", \"Robinson\", role = \"ctb\"), person(\"Doug\", \"Hemken\", role = \"ctb\"), person(\"Duncan\", \"Murdoch\", role = \"ctb\"), person(\"Elio\", \"Campitelli\", role = \"ctb\"), person(\"Ellis\", \"Hughes\", role = \"ctb\"), person(\"Emily\", \"Riederer\", role = \"ctb\"), person(\"Fabian\", \"Hirschmann\", role = \"ctb\"), person(\"Fitch\", \"Simeon\", role = \"ctb\"), person(\"Forest\", \"Fang\", role = \"ctb\"), person(c(\"Frank\", \"E\", \"Harrell\", \"Jr\"), role = \"ctb\", comment = \"the Sweavel package at inst/misc/Sweavel.sty\"), person(\"Garrick\", \"Aden-Buie\", role = \"ctb\"), person(\"Gregoire\", \"Detrez\", role = \"ctb\"), person(\"Hadley\", \"Wickham\", role = \"ctb\"), person(\"Hao\", \"Zhu\", role = \"ctb\"), person(\"Heewon\", \"Jeon\", role = \"ctb\"), person(\"Henrik\", \"Bengtsson\", role = \"ctb\"), person(\"Hiroaki\", \"Yutani\", role = \"ctb\"), person(\"Ian\", \"Lyttle\", role = \"ctb\"), person(\"Hodges\", \"Daniel\", role = \"ctb\"), person(\"Jacob\", \"Bien\", role = \"ctb\"), person(\"Jake\", \"Burkhead\", role = \"ctb\"), person(\"James\", \"Manton\", role = \"ctb\"), person(\"Jared\", \"Lander\", role = \"ctb\"), person(\"Jason\", \"Punyon\", role = \"ctb\"), person(\"Javier\", \"Luraschi\", role = \"ctb\"), person(\"Jeff\", \"Arnold\", role = \"ctb\"), person(\"Jenny\", \"Bryan\", role = \"ctb\"), person(\"Jeremy\", \"Ashkenas\", role = c(\"ctb\", \"cph\"), comment = \"the CSS file at inst/misc/docco-classic.css\"), person(\"Jeremy\", \"Stephens\", role = \"ctb\"), person(\"Jim\", \"Hester\", role = \"ctb\"), person(\"Joe\", \"Cheng\", role = \"ctb\"), person(\"Johannes\", \"Ranke\", role = \"ctb\"), person(\"John\", \"Honaker\", role = \"ctb\"), person(\"John\", \"Muschelli\", role = \"ctb\"), person(\"Jonathan\", \"Keane\", role = \"ctb\"), person(\"JJ\", \"Allaire\", role = \"ctb\"), person(\"Johan\", \"Toloe\", role = \"ctb\"), person(\"Jonathan\", \"Sidi\", role = \"ctb\"), person(\"Joseph\", \"Larmarange\", role = \"ctb\"), person(\"Julien\", \"Barnier\", role = \"ctb\"), person(\"Kaiyin\", \"Zhong\", role = \"ctb\"), person(\"Kamil\", \"Slowikowski\", role = \"ctb\"), person(\"Karl\", \"Forner\", role = \"ctb\"), person(c(\"Kevin\", \"K.\"), \"Smith\", role = \"ctb\"), person(\"Kirill\", \"Mueller\", role = \"ctb\"), person(\"Kohske\", \"Takahashi\", role = \"ctb\"), person(\"Lorenz\", \"Walthert\", role = \"ctb\"), person(\"Lucas\", \"Gallindo\", role = \"ctb\"), person(\"Marius\", \"Hofert\", role = \"ctb\"), person(\"Martin\", \"Modrák\", role = \"ctb\"), person(\"Michael\", \"Chirico\", role = \"ctb\"), person(\"Michael\", \"Friendly\", role = \"ctb\"), person(\"Michal\", \"Bojanowski\", role = \"ctb\"), person(\"Michel\", \"Kuhlmann\", role = \"ctb\"), person(\"Miller\", \"Patrick\", role = \"ctb\"), person(\"Nacho\", \"Caballero\", role = \"ctb\"), person(\"Nick\", \"Salkowski\", role = \"ctb\"), person(\"Niels Richard\", \"Hansen\", role = \"ctb\"), person(\"Noam\", \"Ross\", role = \"ctb\"), person(\"Obada\", \"Mahdi\", role = \"ctb\"), person(\"Pavel N.\", \"Krivitsky\", role = \"ctb\", comment=c(ORCID = \"0000-0002-9101-3362\")), person(\"Pedro\", \"Faria\", role = \"ctb\"), person(\"Qiang\", \"Li\", role = \"ctb\"), person(\"Ramnath\", \"Vaidyanathan\", role = \"ctb\"), person(\"Richard\", \"Cotton\", role = \"ctb\"), person(\"Robert\", \"Krzyzanowski\", role = \"ctb\"), person(\"Rodrigo\", \"Copetti\", role = \"ctb\"), person(\"Romain\", \"Francois\", role = \"ctb\"), person(\"Ruaridh\", \"Williamson\", role = \"ctb\"), person(\"Sagiru\", \"Mati\", role = \"ctb\", comment = c(ORCID = \"0000-0003-1413-3974\")), person(\"Scott\", \"Kostyshak\", role = \"ctb\"), person(\"Sebastian\", \"Meyer\", role = \"ctb\"), person(\"Sietse\", \"Brouwer\", role = \"ctb\"), person(c(\"Simon\", \"de\"), \"Bernard\", role = \"ctb\"), person(\"Sylvain\", \"Rousseau\", role = \"ctb\"), person(\"Taiyun\", \"Wei\", role = \"ctb\"), person(\"Thibaut\", \"Assus\", role = \"ctb\"), person(\"Thibaut\", \"Lamadon\", role = \"ctb\"), person(\"Thomas\", \"Leeper\", role = \"ctb\"), person(\"Tim\", \"Mastny\", role = \"ctb\"), person(\"Tom\", \"Torsney-Weir\", role = \"ctb\"), person(\"Trevor\", \"Davis\", role = \"ctb\"), person(\"Viktoras\", \"Veitas\", role = \"ctb\"), person(\"Weicheng\", \"Zhu\", role = \"ctb\"), person(\"Wush\", \"Wu\", role = \"ctb\"), person(\"Zachary\", \"Foster\", role = \"ctb\"), person(\"Zhian N.\", \"Kamvar\", role = \"ctb\", comment = c(ORCID = \"0000-0003-1458-7108\")), person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", "Description": "Provides a general-purpose tool for dynamic report generation in R using Literate Programming techniques.", "Depends": [ "R (>= 3.6.0)" ], "Imports": [ "evaluate (>= 0.15)", "highr (>= 0.11)", "methods", "tools", "xfun (>= 0.51)", "yaml (>= 2.1.19)" ], "Suggests": [ "bslib", "codetools", "DBI (>= 0.4-1)", "digest", "formatR", "gifski", "gridSVG", "htmlwidgets (>= 0.7)", "jpeg", "JuliaCall (>= 0.11.1)", "magick", "litedown", "markdown (>= 1.3)", "png", "ragg", "reticulate (>= 1.4)", "rgl (>= 0.95.1201)", "rlang", "rmarkdown", "sass", "showtext", "styler (>= 1.2.0)", "targets (>= 0.6.0)", "testit", "tibble", "tikzDevice (>= 0.10)", "tinytex (>= 0.56)", "webshot", "rstudioapi", "svglite" ], "License": "GPL", "URL": "https://yihui.org/knitr/", "BugReports": "https://github.com/yihui/knitr/issues", "Encoding": "UTF-8", "VignetteBuilder": "litedown, knitr", "SystemRequirements": "Package vignettes based on R Markdown v2 or reStructuredText require Pandoc (http://pandoc.org). The function rst2pdf() requires rst2pdf (https://github.com/rst2pdf/rst2pdf).", "Collate": "'block.R' 'cache.R' 'citation.R' 'hooks-html.R' 'plot.R' 'utils.R' 'defaults.R' 'concordance.R' 'engine.R' 'highlight.R' 'themes.R' 'header.R' 'hooks-asciidoc.R' 'hooks-chunk.R' 'hooks-extra.R' 'hooks-latex.R' 'hooks-md.R' 'hooks-rst.R' 'hooks-textile.R' 'hooks.R' 'output.R' 'package.R' 'pandoc.R' 'params.R' 'parser.R' 'pattern.R' 'rocco.R' 'spin.R' 'table.R' 'template.R' 'utils-conversion.R' 'utils-rd2html.R' 'utils-string.R' 'utils-sweave.R' 'utils-upload.R' 'utils-vignettes.R' 'zzz.R'", "RoxygenNote": "7.3.2", "NeedsCompilation": "no", "Author": "Yihui Xie [aut, cre] (<https://orcid.org/0000-0003-0645-5666>, https://yihui.org), Abhraneel Sarma [ctb], Adam Vogt [ctb], Alastair Andrew [ctb], Alex Zvoleff [ctb], Amar Al-Zubaidi [ctb], Andre Simon [ctb] (the CSS files under inst/themes/ were derived from the Highlight package http://www.andre-simon.de), Aron Atkins [ctb], Aaron Wolen [ctb], Ashley Manton [ctb], Atsushi Yasumoto [ctb] (<https://orcid.org/0000-0002-8335-495X>), Ben Baumer [ctb], Brian Diggs [ctb], Brian Zhang [ctb], Bulat Yapparov [ctb], Cassio Pereira [ctb], Christophe Dervieux [ctb], David Hall [ctb], David Hugh-Jones [ctb], David Robinson [ctb], Doug Hemken [ctb], Duncan Murdoch [ctb], Elio Campitelli [ctb], Ellis Hughes [ctb], Emily Riederer [ctb], Fabian Hirschmann [ctb], Fitch Simeon [ctb], Forest Fang [ctb], Frank E Harrell Jr [ctb] (the Sweavel package at inst/misc/Sweavel.sty), Garrick Aden-Buie [ctb], Gregoire Detrez [ctb], Hadley Wickham [ctb], Hao Zhu [ctb], Heewon Jeon [ctb], Henrik Bengtsson [ctb], Hiroaki Yutani [ctb], Ian Lyttle [ctb], Hodges Daniel [ctb], Jacob Bien [ctb], Jake Burkhead [ctb], James Manton [ctb], Jared Lander [ctb], Jason Punyon [ctb], Javier Luraschi [ctb], Jeff Arnold [ctb], Jenny Bryan [ctb], Jeremy Ashkenas [ctb, cph] (the CSS file at inst/misc/docco-classic.css), Jeremy Stephens [ctb], Jim Hester [ctb], Joe Cheng [ctb], Johannes Ranke [ctb], John Honaker [ctb], John Muschelli [ctb], Jonathan Keane [ctb], JJ Allaire [ctb], Johan Toloe [ctb], Jonathan Sidi [ctb], Joseph Larmarange [ctb], Julien Barnier [ctb], Kaiyin Zhong [ctb], Kamil Slowikowski [ctb], Karl Forner [ctb], Kevin K. Smith [ctb], Kirill Mueller [ctb], Kohske Takahashi [ctb], Lorenz Walthert [ctb], Lucas Gallindo [ctb], Marius Hofert [ctb], Martin Modrák [ctb], Michael Chirico [ctb], Michael Friendly [ctb], Michal Bojanowski [ctb], Michel Kuhlmann [ctb], Miller Patrick [ctb], Nacho Caballero [ctb], Nick Salkowski [ctb], Niels Richard Hansen [ctb], Noam Ross [ctb], Obada Mahdi [ctb], Pavel N. Krivitsky [ctb] (<https://orcid.org/0000-0002-9101-3362>), Pedro Faria [ctb], Qiang Li [ctb], Ramnath Vaidyanathan [ctb], Richard Cotton [ctb], Robert Krzyzanowski [ctb], Rodrigo Copetti [ctb], Romain Francois [ctb], Ruaridh Williamson [ctb], Sagiru Mati [ctb] (<https://orcid.org/0000-0003-1413-3974>), Scott Kostyshak [ctb], Sebastian Meyer [ctb], Sietse Brouwer [ctb], Simon de Bernard [ctb], Sylvain Rousseau [ctb], Taiyun Wei [ctb], Thibaut Assus [ctb], Thibaut Lamadon [ctb], Thomas Leeper [ctb], Tim Mastny [ctb], Tom Torsney-Weir [ctb], Trevor Davis [ctb], Viktoras Veitas [ctb], Weicheng Zhu [ctb], Wush Wu [ctb], Zachary Foster [ctb], Zhian N. Kamvar [ctb] (<https://orcid.org/0000-0003-1458-7108>), Posit Software, PBC [cph, fnd]", "Maintainer": "Yihui Xie <[email protected]>", "Repository": "RSPM" }, "labeling": { "Package": "labeling", "Version": "0.4.3", "Source": "Repository", "Type": "Package", "Title": "Axis Labeling", "Date": "2023-08-29", "Author": "Justin Talbot,", "Maintainer": "Nuno Sempere <[email protected]>", "Description": "Functions which provide a range of axis labeling algorithms.", "License": "MIT + file LICENSE | Unlimited", "Collate": "'labeling.R'", "NeedsCompilation": "no", "Imports": [ "stats", "graphics" ], "Repository": "RSPM", "Encoding": "UTF-8" }, "later": { "Package": "later", "Version": "1.4.2", "Source": "Repository", "Type": "Package", "Title": "Utilities for Scheduling Functions to Execute Later with Event Loops", "Authors@R": "c( person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"[email protected]\"), person(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"[email protected]\"), person(\"Charlie\", \"Gao\", role = c(\"aut\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0002-0750-061X\")), person(family = \"Posit Software, PBC\", role = \"cph\"), person(\"Marcus\", \"Geelnard\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\"), person(\"Evan\", \"Nemerson\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\") )", "Description": "Executes arbitrary R or C functions some time after the current time, after the R execution stack has emptied. The functions are scheduled in an event loop.", "URL": "https://r-lib.github.io/later/, https://github.com/r-lib/later", "BugReports": "https://github.com/r-lib/later/issues", "License": "MIT + file LICENSE", "Imports": [ "Rcpp (>= 0.12.9)", "rlang" ], "LinkingTo": [ "Rcpp" ], "RoxygenNote": "7.3.2", "Suggests": [ "knitr", "nanonext", "R6", "rmarkdown", "testthat (>= 2.1.0)" ], "VignetteBuilder": "knitr", "Encoding": "UTF-8", "NeedsCompilation": "yes", "Author": "Winston Chang [aut, cre], Joe Cheng [aut], Charlie Gao [aut] (<https://orcid.org/0000-0002-0750-061X>), Posit Software, PBC [cph], Marcus Geelnard [ctb, cph] (TinyCThread library, https://tinycthread.github.io/), Evan Nemerson [ctb, cph] (TinyCThread library, https://tinycthread.github.io/)", "Maintainer": "Winston Chang <[email protected]>", "Repository": "RSPM" }, "lattice": { "Package": "lattice", "Version": "0.22-6", "Source": "Repository", "Date": "2024-03-20", "Priority": "recommended", "Title": "Trellis Graphics for R", "Authors@R": "c(person(\"Deepayan\", \"Sarkar\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0003-4107-1553\")), person(\"Felix\", \"Andrews\", role = \"ctb\"), person(\"Kevin\", \"Wright\", role = \"ctb\", comment = \"documentation\"), person(\"Neil\", \"Klepeis\", role = \"ctb\"), person(\"Johan\", \"Larsson\", role = \"ctb\", comment = \"miscellaneous improvements\"), person(\"Zhijian (Jason)\", \"Wen\", role = \"cph\", comment = \"filled contour code\"), person(\"Paul\", \"Murrell\", role = \"ctb\", email = \"[email protected]\"), person(\"Stefan\", \"Eng\", role = \"ctb\", comment = \"violin plot improvements\"), person(\"Achim\", \"Zeileis\", role = \"ctb\", comment = \"modern colors\"), person(\"Alexandre\", \"Courtiol\", role = \"ctb\", comment = \"generics for larrows, lpolygon, lrect and lsegments\") )", "Description": "A powerful and elegant high-level data visualization system inspired by Trellis graphics, with an emphasis on multivariate data. Lattice is sufficient for typical graphics needs, and is also flexible enough to handle most nonstandard requirements. See ?Lattice for an introduction.", "Depends": [ "R (>= 4.0.0)" ], "Suggests": [ "KernSmooth", "MASS", "latticeExtra", "colorspace" ], "Imports": [ "grid", "grDevices", "graphics", "stats", "utils" ], "Enhances": [ "chron", "zoo" ], "LazyLoad": "yes", "LazyData": "yes", "License": "GPL (>= 2)", "URL": "https://lattice.r-forge.r-project.org/", "BugReports": "https://github.com/deepayan/lattice/issues", "NeedsCompilation": "yes", "Author": "Deepayan Sarkar [aut, cre] (<https://orcid.org/0000-0003-4107-1553>), Felix Andrews [ctb], Kevin Wright [ctb] (documentation), Neil Klepeis [ctb], Johan Larsson [ctb] (miscellaneous improvements), Zhijian (Jason) Wen [cph] (filled contour code), Paul Murrell [ctb], Stefan Eng [ctb] (violin plot improvements), Achim Zeileis [ctb] (modern colors), Alexandre Courtiol [ctb] (generics for larrows, lpolygon, lrect and lsegments)", "Maintainer": "Deepayan Sarkar <[email protected]>", "Repository": "CRAN" }, "lazyeval": { "Package": "lazyeval", "Version": "0.2.2", "Source": "Repository", "Title": "Lazy (Non-Standard) Evaluation", "Description": "An alternative approach to non-standard evaluation using formulas. Provides a full implementation of LISP style 'quasiquotation', making it easier to generate code with other code.", "Authors@R": "c( person(\"Hadley\", \"Wickham\", ,\"[email protected]\", c(\"aut\", \"cre\")), person(\"RStudio\", role = \"cph\") )", "License": "GPL-3", "LazyData": "true", "Depends": [ "R (>= 3.1.0)" ], "Suggests": [ "knitr", "rmarkdown (>= 0.2.65)", "testthat", "covr" ], "VignetteBuilder": "knitr", "RoxygenNote": "6.1.1", "NeedsCompilation": "yes", "Author": "Hadley Wickham [aut, cre], RStudio [cph]", "Maintainer": "Hadley Wickham <[email protected]>", "Repository": "RSPM", "Encoding": "UTF-8" }, "lifecycle": { "Package": "lifecycle", "Version": "1.0.4", "Source": "Repository", "Title": "Manage the Life Cycle of your Package Functions", "Authors@R": "c( person(\"Lionel\", \"Henry\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = \"aut\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", "Description": "Manage the life cycle of your exported functions with shared conventions, documentation badges, and user-friendly deprecation warnings.", "License": "MIT + file LICENSE", "URL": "https://lifecycle.r-lib.org/, https://github.com/r-lib/lifecycle", "BugReports": "https://github.com/r-lib/lifecycle/issues", "Depends": [ "R (>= 3.6)" ], "Imports": [ "cli (>= 3.4.0)", "glue", "rlang (>= 1.1.0)" ], "Suggests": [ "covr", "crayon", "knitr", "lintr", "rmarkdown", "testthat (>= 3.0.1)", "tibble", "tidyverse", "tools", "vctrs", "withr" ], "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate, usethis", "Config/testthat/edition": "3", "Encoding": "UTF-8", "RoxygenNote": "7.2.1", "NeedsCompilation": "no", "Author": "Lionel Henry [aut, cre], Hadley Wickham [aut] (<https://orcid.org/0000-0003-4757-117X>), Posit Software, PBC [cph, fnd]", "Maintainer": "Lionel Henry <[email protected]>", "Repository": "CRAN" }, "litedown": { "Package": "litedown", "Version": "0.7", "Source": "Repository", "Type": "Package", "Title": "A Lightweight Version of R Markdown", "Authors@R": "c( person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0003-0645-5666\", URL = \"https://yihui.org\")), person(\"Tim\", \"Taylor\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8587-7113\")), person() )", "Description": "Render R Markdown to Markdown (without using 'knitr'), and Markdown to lightweight HTML or 'LaTeX' documents with the 'commonmark' package (instead of 'Pandoc'). Some missing Markdown features in 'commonmark' are also supported, such as raw HTML or 'LaTeX' blocks, 'LaTeX' math, superscripts, subscripts, footnotes, element attributes, and appendices, but not all 'Pandoc' Markdown features are (or will be) supported. With additional JavaScript and CSS, you can also create HTML slides and articles. This package can be viewed as a trimmed-down version of R Markdown and 'knitr'. It does not aim at rich Markdown features or a large variety of output formats (the primary formats are HTML and 'LaTeX'). Book and website projects of multiple input documents are also supported.", "Depends": [ "R (>= 3.2.0)" ], "Imports": [ "utils", "commonmark (>= 1.9.5)", "xfun (>= 0.52)" ], "Suggests": [ "rbibutils", "rstudioapi", "tinytex" ], "License": "MIT + file LICENSE", "URL": "https://github.com/yihui/litedown", "BugReports": "https://github.com/yihui/litedown/issues", "VignetteBuilder": "litedown", "RoxygenNote": "7.3.2", "Encoding": "UTF-8", "NeedsCompilation": "no", "Author": "Yihui Xie [aut, cre] (<https://orcid.org/0000-0003-0645-5666>, https://yihui.org), Tim Taylor [ctb] (<https://orcid.org/0000-0002-8587-7113>)", "Maintainer": "Yihui Xie <[email protected]>", "Repository": "RSPM" }, "lubridate": { "Package": "lubridate", "Version": "1.9.4", "Source": "Repository", "Type": "Package", "Title": "Make Dealing with Dates a Little Easier", "Authors@R": "c( person(\"Vitalie\", \"Spinu\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Garrett\", \"Grolemund\", role = \"aut\"), person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Davis\", \"Vaughan\", role = \"ctb\"), person(\"Ian\", \"Lyttle\", role = \"ctb\"), person(\"Imanuel\", \"Costigan\", role = \"ctb\"), person(\"Jason\", \"Law\", role = \"ctb\"), person(\"Doug\", \"Mitarotonda\", role = \"ctb\"), person(\"Joseph\", \"Larmarange\", role = \"ctb\"), person(\"Jonathan\", \"Boiser\", role = \"ctb\"), person(\"Chel Hee\", \"Lee\", role = \"ctb\") )", "Maintainer": "Vitalie Spinu <[email protected]>", "Description": "Functions to work with date-times and time-spans: fast and user friendly parsing of date-time data, extraction and updating of components of a date-time (years, months, days, hours, minutes, and seconds), algebraic manipulation on date-time and time-span objects. The 'lubridate' package has a consistent and memorable syntax that makes working with dates easy and fun.", "License": "GPL (>= 2)", "URL": "https://lubridate.tidyverse.org, https://github.com/tidyverse/lubridate", "BugReports": "https://github.com/tidyverse/lubridate/issues", "Depends": [ "methods", "R (>= 3.2)" ], "Imports": [ "generics", "timechange (>= 0.3.0)" ], "Suggests": [ "covr", "knitr", "rmarkdown", "testthat (>= 2.1.0)", "vctrs (>= 0.6.5)" ], "Enhances": [ "chron", "data.table", "timeDate", "tis", "zoo" ], "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", "LazyData": "true", "RoxygenNote": "7.2.3", "SystemRequirements": "C++11, A system with zoneinfo data (e.g. /usr/share/zoneinfo). On Windows the zoneinfo included with R is used.", "Collate": "'Dates.r' 'POSIXt.r' 'util.r' 'parse.r' 'timespans.r' 'intervals.r' 'difftimes.r' 'durations.r' 'periods.r' 'accessors-date.R' 'accessors-day.r' 'accessors-dst.r' 'accessors-hour.r' 'accessors-minute.r' 'accessors-month.r' 'accessors-quarter.r' 'accessors-second.r' 'accessors-tz.r' 'accessors-week.r' 'accessors-year.r' 'am-pm.r' 'time-zones.r' 'numeric.r' 'coercion.r' 'constants.r' 'cyclic_encoding.r' 'data.r' 'decimal-dates.r' 'deprecated.r' 'format_ISO8601.r' 'guess.r' 'hidden.r' 'instants.r' 'leap-years.r' 'ops-addition.r' 'ops-compare.r' 'ops-division.r' 'ops-integer-division.r' 'ops-m+.r' 'ops-modulo.r' 'ops-multiplication.r' 'ops-subtraction.r' 'package.r' 'pretty.r' 'round.r' 'stamp.r' 'tzdir.R' 'update.r' 'vctrs.R' 'zzz.R'", "NeedsCompilation": "yes", "Author": "Vitalie Spinu [aut, cre], Garrett Grolemund [aut], Hadley Wickham [aut], Davis Vaughan [ctb], Ian Lyttle [ctb], Imanuel Costigan [ctb], Jason Law [ctb], Doug Mitarotonda [ctb], Joseph Larmarange [ctb], Jonathan Boiser [ctb], Chel Hee Lee [ctb]", "Repository": "RSPM" }, "magrittr": { "Package": "magrittr", "Version": "2.0.3", "Source": "Repository", "Type": "Package", "Title": "A Forward-Pipe Operator for R", "Authors@R": "c( person(\"Stefan Milton\", \"Bache\", , \"[email protected]\", role = c(\"aut\", \"cph\"), comment = \"Original author and creator of magrittr\"), person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = \"aut\"), person(\"Lionel\", \"Henry\", , \"[email protected]\", role = \"cre\"), person(\"RStudio\", role = c(\"cph\", \"fnd\")) )", "Description": "Provides a mechanism for chaining commands with a new forward-pipe operator, %>%. This operator will forward a value, or the result of an expression, into the next function call/expression. There is flexible support for the type of right-hand side expressions. For more information, see package vignette. To quote Rene Magritte, \"Ceci n'est pas un pipe.\"", "License": "MIT + file LICENSE", "URL": "https://magrittr.tidyverse.org, https://github.com/tidyverse/magrittr", "BugReports": "https://github.com/tidyverse/magrittr/issues", "Depends": [ "R (>= 3.4.0)" ], "Suggests": [ "covr", "knitr", "rlang", "rmarkdown", "testthat" ], "VignetteBuilder": "knitr", "ByteCompile": "Yes", "Config/Needs/website": "tidyverse/tidytemplate", "Encoding": "UTF-8", "RoxygenNote": "7.1.2", "NeedsCompilation": "yes", "Author": "Stefan Milton Bache [aut, cph] (Original author and creator of magrittr), Hadley Wickham [aut], Lionel Henry [cre], RStudio [cph, fnd]", "Maintainer": "Lionel Henry <[email protected]>", "Repository": "CRAN" }, "markdown": { "Package": "markdown", "Version": "2.0", "Source": "Repository", "Type": "Package", "Title": "Render Markdown with 'commonmark'", "Authors@R": "c( person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0003-0645-5666\")), person(\"JJ\", \"Allaire\", role = \"aut\"), person(\"Jeffrey\", \"Horner\", role = \"aut\"), person(\"Henrik\", \"Bengtsson\", role = \"ctb\"), person(\"Jim\", \"Hester\", role = \"ctb\"), person(\"Yixuan\", \"Qiu\", role = \"ctb\"), person(\"Kohske\", \"Takahashi\", role = \"ctb\"), person(\"Adam\", \"November\", role = \"ctb\"), person(\"Nacho\", \"Caballero\", role = \"ctb\"), person(\"Jeroen\", \"Ooms\", role = \"ctb\"), person(\"Thomas\", \"Leeper\", role = \"ctb\"), person(\"Joe\", \"Cheng\", role = \"ctb\"), person(\"Andrzej\", \"Oles\", role = \"ctb\"), person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", "Description": "Render Markdown to full and lightweight HTML/LaTeX documents with the 'commonmark' package. This package has been superseded by 'litedown'.", "Depends": [ "R (>= 2.11.1)" ], "Imports": [ "utils", "xfun", "litedown (>= 0.6)" ], "Suggests": [ "knitr", "rmarkdown (>= 2.18)", "yaml", "RCurl" ], "License": "MIT + file LICENSE", "URL": "https://github.com/rstudio/markdown", "BugReports": "https://github.com/rstudio/markdown/issues", "RoxygenNote": "7.3.2", "Encoding": "UTF-8", "NeedsCompilation": "no", "Author": "Yihui Xie [aut, cre] (<https://orcid.org/0000-0003-0645-5666>), JJ Allaire [aut], Jeffrey Horner [aut], Henrik Bengtsson [ctb], Jim Hester [ctb], Yixuan Qiu [ctb], Kohske Takahashi [ctb], Adam November [ctb], Nacho Caballero [ctb], Jeroen Ooms [ctb], Thomas Leeper [ctb], Joe Cheng [ctb], Andrzej Oles [ctb], Posit Software, PBC [cph, fnd]", "Maintainer": "Yihui Xie <[email protected]>", "Repository": "RSPM" }, "memoise": { "Package": "memoise", "Version": "2.0.1", "Source": "Repository", "Title": "'Memoisation' of Functions", "Authors@R": "c(person(given = \"Hadley\", family = \"Wickham\", role = \"aut\", email = \"[email protected]\"), person(given = \"Jim\", family = \"Hester\", role = \"aut\"), person(given = \"Winston\", family = \"Chang\", role = c(\"aut\", \"cre\"), email = \"[email protected]\"), person(given = \"Kirill\", family = \"Müller\", role = \"aut\", email = \"[email protected]\"), person(given = \"Daniel\", family = \"Cook\", role = \"aut\", email = \"[email protected]\"), person(given = \"Mark\", family = \"Edmondson\", role = \"ctb\", email = \"[email protected]\"))", "Description": "Cache the results of a function so that when you call it again with the same arguments it returns the previously computed value.", "License": "MIT + file LICENSE", "URL": "https://memoise.r-lib.org, https://github.com/r-lib/memoise", "BugReports": "https://github.com/r-lib/memoise/issues", "Imports": [ "rlang (>= 0.4.10)", "cachem" ], "Suggests": [ "digest", "aws.s3", "covr", "googleAuthR", "googleCloudStorageR", "httr", "testthat" ], "Encoding": "UTF-8", "RoxygenNote": "7.1.2", "NeedsCompilation": "no", "Author": "Hadley Wickham [aut], Jim Hester [aut], Winston Chang [aut, cre], Kirill Müller [aut], Daniel Cook [aut], Mark Edmondson [ctb]", "Maintainer": "Winston Chang <[email protected]>", "Repository": "RSPM" }, "mgcv": { "Package": "mgcv", "Version": "1.9-1", "Source": "Repository", "Author": "Simon Wood <[email protected]>", "Maintainer": "Simon Wood <[email protected]>", "Title": "Mixed GAM Computation Vehicle with Automatic Smoothness Estimation", "Description": "Generalized additive (mixed) models, some of their extensions and other generalized ridge regression with multiple smoothing parameter estimation by (Restricted) Marginal Likelihood, Generalized Cross Validation and similar, or using iterated nested Laplace approximation for fully Bayesian inference. See Wood (2017) <doi:10.1201/9781315370279> for an overview. Includes a gam() function, a wide variety of smoothers, 'JAGS' support and distributions beyond the exponential family.", "Priority": "recommended", "Depends": [ "R (>= 3.6.0)", "nlme (>= 3.1-64)" ], "Imports": [ "methods", "stats", "graphics", "Matrix", "splines", "utils" ], "Suggests": [ "parallel", "survival", "MASS" ], "LazyLoad": "yes", "ByteCompile": "yes", "License": "GPL (>= 2)", "NeedsCompilation": "yes", "Repository": "CRAN" }, "mime": { "Package": "mime", "Version": "0.13", "Source": "Repository", "Type": "Package", "Title": "Map Filenames to MIME Types", "Authors@R": "c( person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0003-0645-5666\", URL = \"https://yihui.org\")), person(\"Jeffrey\", \"Horner\", role = \"ctb\"), person(\"Beilei\", \"Bian\", role = \"ctb\") )", "Description": "Guesses the MIME type from a filename extension using the data derived from /etc/mime.types in UNIX-type systems.", "Imports": [ "tools" ], "License": "GPL", "URL": "https://github.com/yihui/mime", "BugReports": "https://github.com/yihui/mime/issues", "RoxygenNote": "7.3.2", "Encoding": "UTF-8", "NeedsCompilation": "yes", "Author": "Yihui Xie [aut, cre] (<https://orcid.org/0000-0003-0645-5666>, https://yihui.org), Jeffrey Horner [ctb], Beilei Bian [ctb]", "Maintainer": "Yihui Xie <[email protected]>", "Repository": "RSPM" }, "miniUI": { "Package": "miniUI", "Version": "0.1.2", "Source": "Repository", "Type": "Package", "Title": "Shiny UI Widgets for Small Screens", "Authors@R": "c( person(\"Joe\", \"Cheng\", role = c(\"cre\", \"aut\"), email = \"[email protected]\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", "Description": "Provides UI widget and layout functions for writing Shiny apps that work well on small screens.", "License": "GPL-3", "URL": "https://github.com/rstudio/miniUI", "BugReports": "https://github.com/rstudio/miniUI/issues", "Imports": [ "shiny (>= 0.13)", "htmltools (>= 0.3)", "utils" ], "RoxygenNote": "7.3.2", "Encoding": "UTF-8", "NeedsCompilation": "no", "Author": "Joe Cheng [cre, aut], Posit Software, PBC [cph, fnd] (03wc8by49)", "Maintainer": "Joe Cheng <[email protected]>", "Repository": "RSPM" }, "modelr": { "Package": "modelr", "Version": "0.1.11", "Source": "Repository", "Title": "Modelling Functions that Work with the Pipe", "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", "Description": "Functions for modelling that help you seamlessly integrate modelling into a pipeline of data manipulation and visualisation.", "License": "GPL-3", "URL": "https://modelr.tidyverse.org, https://github.com/tidyverse/modelr", "BugReports": "https://github.com/tidyverse/modelr/issues", "Depends": [ "R (>= 3.2)" ], "Imports": [ "broom", "magrittr", "purrr (>= 0.2.2)", "rlang (>= 1.0.6)", "tibble", "tidyr (>= 0.8.0)", "tidyselect", "vctrs" ], "Suggests": [ "compiler", "covr", "ggplot2", "testthat (>= 3.0.0)" ], "Config/Needs/website": "tidyverse/tidytemplate", "Encoding": "UTF-8", "LazyData": "true", "RoxygenNote": "7.2.3", "Config/testthat/edition": "3", "NeedsCompilation": "no", "Author": "Hadley Wickham [aut, cre], Posit Software, PBC [cph, fnd]", "Maintainer": "Hadley Wickham <[email protected]>", "Repository": "RSPM" }, "nlme": { "Package": "nlme", "Version": "3.1-168", "Source": "Repository", "Date": "2025-03-31", "Priority": "recommended", "Title": "Linear and Nonlinear Mixed Effects Models", "Authors@R": "c(person(\"José\", \"Pinheiro\", role = \"aut\", comment = \"S version\"), person(\"Douglas\", \"Bates\", role = \"aut\", comment = \"up to 2007\"), person(\"Saikat\", \"DebRoy\", role = \"ctb\", comment = \"up to 2002\"), person(\"Deepayan\", \"Sarkar\", role = \"ctb\", comment = \"up to 2005\"), person(\"EISPACK authors\", role = \"ctb\", comment = \"src/rs.f\"), person(\"Siem\", \"Heisterkamp\", role = \"ctb\", comment = \"Author fixed sigma\"), person(\"Bert\", \"Van Willigen\",role = \"ctb\", comment = \"Programmer fixed sigma\"), person(\"Johannes\", \"Ranke\", role = \"ctb\", comment = \"varConstProp()\"), person(\"R Core Team\", email = \"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ROR = \"02zz1nj61\")))", "Contact": "see 'MailingList'", "Description": "Fit and compare Gaussian linear and nonlinear mixed-effects models.", "Depends": [ "R (>= 3.6.0)" ], "Imports": [ "graphics", "stats", "utils", "lattice" ], "Suggests": [ "MASS", "SASmixed" ], "LazyData": "yes", "Encoding": "UTF-8", "License": "GPL (>= 2)", "BugReports": "https://bugs.r-project.org", "MailingList": "[email protected]", "URL": "https://svn.r-project.org/R-packages/trunk/nlme/", "NeedsCompilation": "yes", "Author": "José Pinheiro [aut] (S version), Douglas Bates [aut] (up to 2007), Saikat DebRoy [ctb] (up to 2002), Deepayan Sarkar [ctb] (up to 2005), EISPACK authors [ctb] (src/rs.f), Siem Heisterkamp [ctb] (Author fixed sigma), Bert Van Willigen [ctb] (Programmer fixed sigma), Johannes Ranke [ctb] (varConstProp()), R Core Team [aut, cre] (02zz1nj61)", "Maintainer": "R Core Team <[email protected]>", "Repository": "CRAN" }, "officer": { "Package": "officer", "Version": "0.6.8", "Source": "Repository", "Type": "Package", "Title": "Manipulation of Microsoft Word and PowerPoint Documents", "Authors@R": "c( person(\"David\", \"Gohel\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Stefan\", \"Moog\", , \"[email protected]\", role = \"aut\"), person(\"Mark\", \"Heckmann\", , \"[email protected]\", role = \"aut\", comment = c(ORCID = \"0000-0002-0736-7417\")), person(\"ArData\", role = \"cph\"), person(\"Frank\", \"Hangler\", , \"[email protected]\", role = \"ctb\", comment = \"function body_replace_all_text\"), person(\"Liz\", \"Sander\", , \"[email protected]\", role = \"ctb\", comment = \"several documentation fixes\"), person(\"Anton\", \"Victorson\", , \"[email protected]\", role = \"ctb\", comment = \"fixes xml structures\"), person(\"Jon\", \"Calder\", , \"[email protected]\", role = \"ctb\", comment = \"update vignettes\"), person(\"John\", \"Harrold\", , \"[email protected]\", role = \"ctb\", comment = \"function annotate_base\"), person(\"John\", \"Muschelli\", , \"[email protected]\", role = \"ctb\", comment = \"google doc compatibility\"), person(\"Bill\", \"Denney\", , \"[email protected]\", role = \"ctb\", comment = c(ORCID = \"0000-0002-5759-428X\", \"function as.matrix.rpptx\")), person(\"Nikolai\", \"Beck\", , \"[email protected]\", role = \"ctb\", comment = \"set speaker notes for .pptx documents\"), person(\"Greg\", \"Leleu\", , \"[email protected]\", role = \"ctb\", comment = \"fields functionality in ppt\"), person(\"Majid\", \"Eismann\", role = \"ctb\"), person(\"Hongyuan\", \"Jia\", , \"[email protected]\", role = \"ctb\", comment = c(ORCID = \"0000-0002-0075-8183\")) )", "Description": "Access and manipulate 'Microsoft Word', 'RTF' and 'Microsoft PowerPoint' documents from R. The package focuses on tabular and graphical reporting from R; it also provides two functions that let users get document content into data objects. A set of functions lets add and remove images, tables and paragraphs of text in new or existing documents. The package does not require any installation of Microsoft products to be able to write Microsoft files.", "License": "MIT + file LICENSE", "URL": "https://ardata-fr.github.io/officeverse/, https://davidgohel.github.io/officer/", "BugReports": "https://github.com/davidgohel/officer/issues", "Imports": [ "cli", "graphics", "grDevices", "openssl", "R6", "ragg", "stats", "utils", "uuid", "xml2 (>= 1.1.0)", "zip (>= 2.1.0)" ], "Suggests": [ "devEMF", "doconv (>= 0.3.0)", "gdtools", "ggplot2", "knitr", "magick", "rmarkdown", "rsvg", "testthat", "withr" ], "Encoding": "UTF-8", "RoxygenNote": "7.3.2", "Collate": "'core_properties.R' 'custom_properties.R' 'defunct.R' 'dev-utils.R' 'docx_add.R' 'docx_comments.R' 'docx_cursor.R' 'docx_part.R' 'docx_replace.R' 'docx_section.R' 'docx_settings.R' 'empty_content.R' 'formatting_properties.R' 'fortify_docx.R' 'fortify_pptx.R' 'knitr_utils.R' 'officer.R' 'ooxml.R' 'ooxml_block_objects.R' 'ooxml_run_objects.R' 'openxml_content_type.R' 'openxml_document.R' 'pack_folder.R' 'ph_location.R' 'post-proc.R' 'ppt_class_dir_collection.R' 'ppt_classes.R' 'ppt_notes.R' 'ppt_ph_dedupe_layout.R' 'ppt_ph_manipulate.R' 'ppt_ph_rename_layout.R' 'ppt_ph_with_methods.R' 'pptx_informations.R' 'pptx_layout_helper.R' 'pptx_matrix.R' 'utils.R' 'pptx_slide_manip.R' 'read_docx.R' 'read_docx_styles.R' 'read_pptx.R' 'read_xlsx.R' 'relationship.R' 'rtf.R' 'shape_properties.R' 'shorcuts.R'", "NeedsCompilation": "no", "Author": "David Gohel [aut, cre], Stefan Moog [aut], Mark Heckmann [aut] (<https://orcid.org/0000-0002-0736-7417>), ArData [cph], Frank Hangler [ctb] (function body_replace_all_text), Liz Sander [ctb] (several documentation fixes), Anton Victorson [ctb] (fixes xml structures), Jon Calder [ctb] (update vignettes), John Harrold [ctb] (function annotate_base), John Muschelli [ctb] (google doc compatibility), Bill Denney [ctb] (<https://orcid.org/0000-0002-5759-428X>, function as.matrix.rpptx), Nikolai Beck [ctb] (set speaker notes for .pptx documents), Greg Leleu [ctb] (fields functionality in ppt), Majid Eismann [ctb], Hongyuan Jia [ctb] (<https://orcid.org/0000-0002-0075-8183>)", "Maintainer": "David Gohel <[email protected]>", "Repository": "RSPM" }, "openssl": { "Package": "openssl", "Version": "2.3.2", "Source": "Repository", "Type": "Package", "Title": "Toolkit for Encryption, Signatures and Certificates Based on OpenSSL", "Authors@R": "c(person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Oliver\", \"Keyes\", role = \"ctb\"))", "Description": "Bindings to OpenSSL libssl and libcrypto, plus custom SSH key parsers. Supports RSA, DSA and EC curves P-256, P-384, P-521, and curve25519. Cryptographic signatures can either be created and verified manually or via x509 certificates. AES can be used in cbc, ctr or gcm mode for symmetric encryption; RSA for asymmetric (public key) encryption or EC for Diffie Hellman. High-level envelope functions combine RSA and AES for encrypting arbitrary sized data. Other utilities include key generators, hash functions (md5, sha1, sha256, etc), base64 encoder, a secure random number generator, and 'bignum' math methods for manually performing crypto calculations on large multibyte integers.", "License": "MIT + file LICENSE", "URL": "https://jeroen.r-universe.dev/openssl", "BugReports": "https://github.com/jeroen/openssl/issues", "SystemRequirements": "OpenSSL >= 1.0.2", "VignetteBuilder": "knitr", "Imports": [ "askpass" ], "Suggests": [ "curl", "testthat (>= 2.1.0)", "digest", "knitr", "rmarkdown", "jsonlite", "jose", "sodium" ], "RoxygenNote": "7.3.2", "Encoding": "UTF-8", "NeedsCompilation": "yes", "Author": "Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>), Oliver Keyes [ctb]", "Maintainer": "Jeroen Ooms <[email protected]>", "Repository": "RSPM" }, "pillar": { "Package": "pillar", "Version": "1.10.2", "Source": "Repository", "Title": "Coloured Formatting for Columns", "Authors@R": "c(person(given = \"Kirill\", family = \"M\\u00fcller\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Hadley\", family = \"Wickham\", role = \"aut\"), person(given = \"RStudio\", role = \"cph\"))", "Description": "Provides 'pillar' and 'colonnade' generics designed for formatting columns of data using the full range of colours provided by modern terminals.", "License": "MIT + file LICENSE", "URL": "https://pillar.r-lib.org/, https://github.com/r-lib/pillar", "BugReports": "https://github.com/r-lib/pillar/issues", "Imports": [ "cli (>= 2.3.0)", "glue", "lifecycle", "rlang (>= 1.0.2)", "utf8 (>= 1.1.0)", "utils", "vctrs (>= 0.5.0)" ], "Suggests": [ "bit64", "DBI", "debugme", "DiagrammeR", "dplyr", "formattable", "ggplot2", "knitr", "lubridate", "nanotime", "nycflights13", "palmerpenguins", "rmarkdown", "scales", "stringi", "survival", "testthat (>= 3.1.1)", "tibble", "units (>= 0.7.2)", "vdiffr", "withr" ], "VignetteBuilder": "knitr", "Encoding": "UTF-8", "RoxygenNote": "7.3.2.9000", "Config/testthat/edition": "3", "Config/testthat/parallel": "true", "Config/testthat/start-first": "format_multi_fuzz, format_multi_fuzz_2, format_multi, ctl_colonnade, ctl_colonnade_1, ctl_colonnade_2", "Config/autostyle/scope": "line_breaks", "Config/autostyle/strict": "true", "Config/gha/extra-packages": "units=?ignore-before-r=4.3.0", "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "no", "Author": "Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>), Hadley Wickham [aut], RStudio [cph]", "Maintainer": "Kirill Müller <[email protected]>", "Repository": "RSPM" }, "pkgconfig": { "Package": "pkgconfig", "Version": "2.0.3", "Source": "Repository", "Title": "Private Configuration for 'R' Packages", "Author": "Gábor Csárdi", "Maintainer": "Gábor Csárdi <[email protected]>", "Description": "Set configuration options on a per-package basis. Options set by a given package only apply to that package, other packages are unaffected.", "License": "MIT + file LICENSE", "LazyData": "true", "Imports": [ "utils" ], "Suggests": [ "covr", "testthat", "disposables (>= 1.0.3)" ], "URL": "https://github.com/r-lib/pkgconfig#readme", "BugReports": "https://github.com/r-lib/pkgconfig/issues", "Encoding": "UTF-8", "NeedsCompilation": "no", "Repository": "RSPM" }, "plogr": { "Package": "plogr", "Version": "0.2.0", "Source": "Repository", "Title": "The 'plog' C++ Logging Library", "Date": "2018-03-24", "Authors@R": "c( person(\"Kirill\", \"Müller\", role = c(\"aut\", \"cre\"), email = \"[email protected]\"), person(\"Sergey\", \"Podobry\", role = \"cph\", comment = \"Author of the bundled plog library\"))", "Description": "A simple header-only logging library for C++. Add 'LinkingTo: plogr' to 'DESCRIPTION', and '#include <plogr.h>' in your C++ modules to use it.", "Suggests": [ "Rcpp" ], "License": "MIT + file LICENSE", "Encoding": "UTF-8", "LazyData": "true", "URL": "https://github.com/krlmlr/plogr#readme", "BugReports": "https://github.com/krlmlr/plogr/issues", "RoxygenNote": "6.0.1.9000", "NeedsCompilation": "no", "Author": "Kirill Müller [aut, cre], Sergey Podobry [cph] (Author of the bundled plog library)", "Maintainer": "Kirill Müller <[email protected]>", "Repository": "RSPM" }, "prettyunits": { "Package": "prettyunits", "Version": "1.2.0", "Source": "Repository", "Title": "Pretty, Human Readable Formatting of Quantities", "Authors@R": "c( person(\"Gabor\", \"Csardi\", email=\"[email protected]\", role=c(\"aut\", \"cre\")), person(\"Bill\", \"Denney\", email=\"[email protected]\", role=c(\"ctb\"), comment=c(ORCID=\"0000-0002-5759-428X\")), person(\"Christophe\", \"Regouby\", email=\"[email protected]\", role=c(\"ctb\")) )", "Description": "Pretty, human readable formatting of quantities. Time intervals: '1337000' -> '15d 11h 23m 20s'. Vague time intervals: '2674000' -> 'about a month ago'. Bytes: '1337' -> '1.34 kB'. Rounding: '99' with 3 significant digits -> '99.0' p-values: '0.00001' -> '<0.0001'. Colors: '#FF0000' -> 'red'. Quantities: '1239437' -> '1.24 M'.", "License": "MIT + file LICENSE", "URL": "https://github.com/r-lib/prettyunits", "BugReports": "https://github.com/r-lib/prettyunits/issues", "Depends": [ "R(>= 2.10)" ], "Suggests": [ "codetools", "covr", "testthat" ], "RoxygenNote": "7.2.3", "Encoding": "UTF-8", "NeedsCompilation": "no", "Author": "Gabor Csardi [aut, cre], Bill Denney [ctb] (<https://orcid.org/0000-0002-5759-428X>), Christophe Regouby [ctb]", "Maintainer": "Gabor Csardi <[email protected]>", "Repository": "RSPM" }, "processx": { "Package": "processx", "Version": "3.8.6", "Source": "Repository", "Title": "Execute and Control System Processes", "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"[email protected]\", role = c(\"aut\", \"cre\", \"cph\"), comment = c(ORCID = \"0000-0001-7098-9676\")), person(\"Winston\", \"Chang\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"Ascent Digital Services\", role = c(\"cph\", \"fnd\")) )", "Description": "Tools to run system processes in the background. It can check if a background process is running; wait on a background process to finish; get the exit status of finished processes; kill background processes. It can read the standard output and error of the processes, using non-blocking connections. 'processx' can poll a process for standard output or error, with a timeout. It can also poll several processes at once.", "License": "MIT + file LICENSE", "URL": "https://processx.r-lib.org, https://github.com/r-lib/processx", "BugReports": "https://github.com/r-lib/processx/issues", "Depends": [ "R (>= 3.4.0)" ], "Imports": [ "ps (>= 1.2.0)", "R6", "utils" ], "Suggests": [ "callr (>= 3.7.3)", "cli (>= 3.3.0)", "codetools", "covr", "curl", "debugme", "parallel", "rlang (>= 1.0.2)", "testthat (>= 3.0.0)", "webfakes", "withr" ], "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", "RoxygenNote": "7.3.1.9000", "NeedsCompilation": "yes", "Author": "Gábor Csárdi [aut, cre, cph] (<https://orcid.org/0000-0001-7098-9676>), Winston Chang [aut], Posit Software, PBC [cph, fnd], Ascent Digital Services [cph, fnd]", "Maintainer": "Gábor Csárdi <[email protected]>", "Repository": "RSPM" }, "progress": { "Package": "progress", "Version": "1.2.3", "Source": "Repository", "Title": "Terminal Progress Bars", "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Rich\", \"FitzJohn\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", "Description": "Configurable Progress bars, they may include percentage, elapsed time, and/or the estimated completion time. They work in terminals, in 'Emacs' 'ESS', 'RStudio', 'Windows' 'Rgui' and the 'macOS' 'R.app'. The package also provides a 'C++' 'API', that works with or without 'Rcpp'.", "License": "MIT + file LICENSE", "URL": "https://github.com/r-lib/progress#readme, http://r-lib.github.io/progress/", "BugReports": "https://github.com/r-lib/progress/issues", "Depends": [ "R (>= 3.6)" ], "Imports": [ "crayon", "hms", "prettyunits", "R6" ], "Suggests": [ "Rcpp", "testthat (>= 3.0.0)", "withr" ], "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", "RoxygenNote": "7.2.3", "NeedsCompilation": "no", "Author": "Gábor Csárdi [aut, cre], Rich FitzJohn [aut], Posit Software, PBC [cph, fnd]", "Maintainer": "Gábor Csárdi <[email protected]>", "Repository": "RSPM" }, "promises": { "Package": "promises", "Version": "1.3.2", "Source": "Repository", "Type": "Package", "Title": "Abstractions for Promise-Based Asynchronous Programming", "Authors@R": "c( person(\"Joe\", \"Cheng\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", "Description": "Provides fundamental abstractions for doing asynchronous programming in R using promises. Asynchronous programming is useful for allowing a single R process to orchestrate multiple tasks in the background while also attending to something else. Semantics are similar to 'JavaScript' promises, but with a syntax that is idiomatic R.", "License": "MIT + file LICENSE", "URL": "https://rstudio.github.io/promises/, https://github.com/rstudio/promises", "BugReports": "https://github.com/rstudio/promises/issues", "Imports": [ "fastmap (>= 1.1.0)", "later", "magrittr (>= 1.5)", "R6", "Rcpp", "rlang", "stats" ], "Suggests": [ "future (>= 1.21.0)", "knitr", "purrr", "rmarkdown", "spelling", "testthat", "vembedr" ], "LinkingTo": [ "later", "Rcpp" ], "VignetteBuilder": "knitr", "Config/Needs/website": "rsconnect", "Encoding": "UTF-8", "Language": "en-US", "RoxygenNote": "7.3.2", "NeedsCompilation": "yes", "Author": "Joe Cheng [aut, cre], Posit Software, PBC [cph, fnd]", "Maintainer": "Joe Cheng <[email protected]>", "Repository": "RSPM" }, "ps": { "Package": "ps", "Version": "1.9.1", "Source": "Repository", "Title": "List, Query, Manipulate System Processes", "Authors@R": "c( person(\"Jay\", \"Loden\", role = \"aut\"), person(\"Dave\", \"Daeschler\", role = \"aut\"), person(\"Giampaolo\", \"Rodola'\", role = \"aut\"), person(\"Gábor\", \"Csárdi\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", "Description": "List, query and manipulate all system processes, on 'Windows', 'Linux' and 'macOS'.", "License": "MIT + file LICENSE", "URL": "https://github.com/r-lib/ps, https://ps.r-lib.org/", "BugReports": "https://github.com/r-lib/ps/issues", "Depends": [ "R (>= 3.4)" ], "Imports": [ "utils" ], "Suggests": [ "callr", "covr", "curl", "pillar", "pingr", "processx (>= 3.1.0)", "R6", "rlang", "testthat (>= 3.0.0)", "webfakes", "withr" ], "Biarch": "true", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", "RoxygenNote": "7.3.2", "NeedsCompilation": "yes", "Author": "Jay Loden [aut], Dave Daeschler [aut], Giampaolo Rodola' [aut], Gábor Csárdi [aut, cre], Posit Software, PBC [cph, fnd]", "Maintainer": "Gábor Csárdi <[email protected]>", "Repository": "RSPM" }, "purrr": { "Package": "purrr", "Version": "1.0.4", "Source": "Repository", "Title": "Functional Programming Tools", "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Lionel\", \"Henry\", , \"[email protected]\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", "Description": "A complete and consistent functional programming toolkit for R.", "License": "MIT + file LICENSE", "URL": "https://purrr.tidyverse.org/, https://github.com/tidyverse/purrr", "BugReports": "https://github.com/tidyverse/purrr/issues", "Depends": [ "R (>= 4.0)" ], "Imports": [ "cli (>= 3.6.1)", "lifecycle (>= 1.0.3)", "magrittr (>= 1.5.0)", "rlang (>= 1.1.1)", "vctrs (>= 0.6.3)" ], "Suggests": [ "covr", "dplyr (>= 0.7.8)", "httr", "knitr", "lubridate", "rmarkdown", "testthat (>= 3.0.0)", "tibble", "tidyselect" ], "LinkingTo": [ "cli" ], "VignetteBuilder": "knitr", "Biarch": "true", "Config/build/compilation-database": "true", "Config/Needs/website": "tidyverse/tidytemplate, tidyr", "Config/testthat/edition": "3", "Config/testthat/parallel": "TRUE", "Encoding": "UTF-8", "RoxygenNote": "7.3.2", "NeedsCompilation": "yes", "Author": "Hadley Wickham [aut, cre] (<https://orcid.org/0000-0003-4757-117X>), Lionel Henry [aut], Posit Software, PBC [cph, fnd] (03wc8by49)", "Maintainer": "Hadley Wickham <[email protected]>", "Repository": "RSPM" }, "ragg": { "Package": "ragg", "Version": "1.4.0", "Source": "Repository", "Type": "Package", "Title": "Graphic Devices Based on AGG", "Authors@R": "c( person(\"Thomas Lin\", \"Pedersen\", , \"[email protected]\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Maxim\", \"Shemanarev\", role = c(\"aut\", \"cph\"), comment = \"Author of AGG\"), person(\"Tony\", \"Juricic\", , \"[email protected]\", role = c(\"ctb\", \"cph\"), comment = \"Contributor to AGG\"), person(\"Milan\", \"Marusinec\", , \"[email protected]\", role = c(\"ctb\", \"cph\"), comment = \"Contributor to AGG\"), person(\"Spencer\", \"Garrett\", role = \"ctb\", comment = \"Contributor to AGG\"), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\")) )", "Maintainer": "Thomas Lin Pedersen <[email protected]>", "Description": "Anti-Grain Geometry (AGG) is a high-quality and high-performance 2D drawing library. The 'ragg' package provides a set of graphic devices based on AGG to use as alternative to the raster devices provided through the 'grDevices' package.", "License": "MIT + file LICENSE", "URL": "https://ragg.r-lib.org, https://github.com/r-lib/ragg", "BugReports": "https://github.com/r-lib/ragg/issues", "Imports": [ "systemfonts (>= 1.0.3)", "textshaping (>= 0.3.0)" ], "Suggests": [ "covr", "graphics", "grid", "testthat (>= 3.0.0)" ], "LinkingTo": [ "systemfonts", "textshaping" ], "Config/Needs/website": "ggplot2, devoid, magick, bench, tidyr, ggridges, hexbin, sessioninfo, pkgdown, tidyverse/tidytemplate", "Encoding": "UTF-8", "RoxygenNote": "7.3.2", "SystemRequirements": "freetype2, libpng, libtiff, libjpeg", "Config/testthat/edition": "3", "Config/build/compilation-database": "true", "NeedsCompilation": "yes", "Author": "Thomas Lin Pedersen [cre, aut] (<https://orcid.org/0000-0002-5147-4711>), Maxim Shemanarev [aut, cph] (Author of AGG), Tony Juricic [ctb, cph] (Contributor to AGG), Milan Marusinec [ctb, cph] (Contributor to AGG), Spencer Garrett [ctb] (Contributor to AGG), Posit, PBC [cph, fnd]", "Repository": "RSPM" }, "rappdirs": { "Package": "rappdirs", "Version": "0.3.3", "Source": "Repository", "Type": "Package", "Title": "Application Directories: Determine Where to Save Data, Caches, and Logs", "Authors@R": "c(person(given = \"Hadley\", family = \"Wickham\", role = c(\"trl\", \"cre\", \"cph\"), email = \"[email protected]\"), person(given = \"RStudio\", role = \"cph\"), person(given = \"Sridhar\", family = \"Ratnakumar\", role = \"aut\"), person(given = \"Trent\", family = \"Mick\", role = \"aut\"), person(given = \"ActiveState\", role = \"cph\", comment = \"R/appdir.r, R/cache.r, R/data.r, R/log.r translated from appdirs\"), person(given = \"Eddy\", family = \"Petrisor\", role = \"ctb\"), person(given = \"Trevor\", family = \"Davis\", role = c(\"trl\", \"aut\")), person(given = \"Gabor\", family = \"Csardi\", role = \"ctb\"), person(given = \"Gregory\", family = \"Jefferis\", role = \"ctb\"))", "Description": "An easy way to determine which directories on the users computer you should use to save data, caches and logs. A port of Python's 'Appdirs' (<https://github.com/ActiveState/appdirs>) to R.", "License": "MIT + file LICENSE", "URL": "https://rappdirs.r-lib.org, https://github.com/r-lib/rappdirs", "BugReports": "https://github.com/r-lib/rappdirs/issues", "Depends": [ "R (>= 3.2)" ], "Suggests": [ "roxygen2", "testthat (>= 3.0.0)", "covr", "withr" ], "Copyright": "Original python appdirs module copyright (c) 2010 ActiveState Software Inc. R port copyright Hadley Wickham, RStudio. See file LICENSE for details.", "Encoding": "UTF-8", "RoxygenNote": "7.1.1", "Config/testthat/edition": "3", "NeedsCompilation": "yes", "Author": "Hadley Wickham [trl, cre, cph], RStudio [cph], Sridhar Ratnakumar [aut], Trent Mick [aut], ActiveState [cph] (R/appdir.r, R/cache.r, R/data.r, R/log.r translated from appdirs), Eddy Petrisor [ctb], Trevor Davis [trl, aut], Gabor Csardi [ctb], Gregory Jefferis [ctb]", "Maintainer": "Hadley Wickham <[email protected]>", "Repository": "RSPM" }, "reactR": { "Package": "reactR", "Version": "0.6.1", "Source": "Repository", "Type": "Package", "Title": "React Helpers", "Date": "2024-09-14", "Authors@R": "c( person( \"Facebook\", \"Inc\" , role = c(\"aut\", \"cph\") , comment = \"React library in lib, https://reactjs.org/; see AUTHORS for full list of contributors\" ), person( \"Michel\",\"Weststrate\", , role = c(\"aut\", \"cph\") , comment = \"mobx library in lib, https://github.com/mobxjs\" ), person( \"Kent\", \"Russell\" , role = c(\"aut\", \"cre\") , comment = \"R interface\" , email = \"[email protected]\" ), person( \"Alan\", \"Dipert\" , role = c(\"aut\") , comment = \"R interface\" , email = \"[email protected]\" ), person( \"Greg\", \"Lin\" , role = c(\"aut\") , comment = \"R interface\" , email = \"[email protected]\" ) )", "Maintainer": "Kent Russell <[email protected]>", "Description": "Make it easy to use 'React' in R with 'htmlwidget' scaffolds, helper dependency functions, an embedded 'Babel' 'transpiler', and examples.", "URL": "https://github.com/react-R/reactR", "BugReports": "https://github.com/react-R/reactR/issues", "License": "MIT + file LICENSE", "Encoding": "UTF-8", "Imports": [ "htmltools" ], "Suggests": [ "htmlwidgets (>= 1.5.3)", "rmarkdown", "shiny", "V8", "knitr", "usethis", "jsonlite" ], "RoxygenNote": "7.3.2", "VignetteBuilder": "knitr", "NeedsCompilation": "no", "Author": "Facebook Inc [aut, cph] (React library in lib, https://reactjs.org/; see AUTHORS for full list of contributors), Michel Weststrate [aut, cph] (mobx library in lib, https://github.com/mobxjs), Kent Russell [aut, cre] (R interface), Alan Dipert [aut] (R interface), Greg Lin [aut] (R interface)", "Repository": "RSPM" }, "reactable": { "Package": "reactable", "Version": "0.4.4", "Source": "Repository", "Type": "Package", "Title": "Interactive Data Tables for R", "Authors@R": "c( person(\"Greg\", \"Lin\", email = \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Tanner\", \"Linsley\", role = c(\"ctb\", \"cph\"), comment = \"React Table library\"), person(family = \"Emotion team and other contributors\", role = c(\"ctb\", \"cph\"), comment = \"Emotion library\"), person(\"Kent\", \"Russell\", role = c(\"ctb\", \"cph\"), comment = \"reactR package\"), person(\"Ramnath\", \"Vaidyanathan\", role = c(\"ctb\", \"cph\"), comment = \"htmlwidgets package\"), person(\"Joe\", \"Cheng\", role = c(\"ctb\", \"cph\"), comment = \"htmlwidgets package\"), person(\"JJ\", \"Allaire\", role = c(\"ctb\", \"cph\"), comment = \"htmlwidgets package\"), person(\"Yihui\", \"Xie\", role = c(\"ctb\", \"cph\"), comment = \"htmlwidgets package\"), person(\"Kenton\", \"Russell\", role = c(\"ctb\", \"cph\"), comment = \"htmlwidgets package\"), person(family = \"Facebook, Inc. and its affiliates\", role = c(\"ctb\", \"cph\"), comment = \"React library\"), person(family = \"FormatJS\", role = c(\"ctb\", \"cph\"), comment = \"FormatJS libraries\"), person(family = \"Feross Aboukhadijeh, and other contributors\", role = c(\"ctb\", \"cph\"), comment = \"buffer library\"), person(\"Roman\", \"Shtylman\", role = c(\"ctb\", \"cph\"), comment = \"process library\"), person(\"James\", \"Halliday\", role = c(\"ctb\", \"cph\"), comment = \"stream-browserify library\"), person(family = \"Posit Software, PBC\", role = c(\"fnd\", \"cph\")) )", "Description": "Interactive data tables for R, based on the 'React Table' JavaScript library. Provides an HTML widget that can be used in 'R Markdown' or 'Quarto' documents, 'Shiny' applications, or viewed from an R console.", "License": "MIT + file LICENSE", "URL": "https://glin.github.io/reactable/, https://github.com/glin/reactable", "BugReports": "https://github.com/glin/reactable/issues", "Depends": [ "R (>= 3.1)" ], "Imports": [ "digest", "htmltools (>= 0.5.2)", "htmlwidgets (>= 1.5.3)", "jsonlite", "reactR" ], "Suggests": [ "covr", "crosstalk", "dplyr", "fontawesome", "knitr", "leaflet", "MASS", "rmarkdown", "shiny", "sparkline", "testthat", "tippy", "V8" ], "Encoding": "UTF-8", "RoxygenNote": "7.2.1", "Config/testthat/edition": "3", "NeedsCompilation": "no", "Author": "Greg Lin [aut, cre], Tanner Linsley [ctb, cph] (React Table library), Emotion team and other contributors [ctb, cph] (Emotion library), Kent Russell [ctb, cph] (reactR package), Ramnath Vaidyanathan [ctb, cph] (htmlwidgets package), Joe Cheng [ctb, cph] (htmlwidgets package), JJ Allaire [ctb, cph] (htmlwidgets package), Yihui Xie [ctb, cph] (htmlwidgets package), Kenton Russell [ctb, cph] (htmlwidgets package), Facebook, Inc. and its affiliates [ctb, cph] (React library), FormatJS [ctb, cph] (FormatJS libraries), Feross Aboukhadijeh, and other contributors [ctb, cph] (buffer library), Roman Shtylman [ctb, cph] (process library), James Halliday [ctb, cph] (stream-browserify library), Posit Software, PBC [fnd, cph]", "Maintainer": "Greg Lin <[email protected]>", "Repository": "RSPM" }, "readr": { "Package": "readr", "Version": "2.1.5", "Source": "Repository", "Title": "Read Rectangular Text Data", "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Romain\", \"Francois\", role = \"ctb\"), person(\"Jennifer\", \"Bryan\", , \"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"Shelby\", \"Bearrows\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"https://github.com/mandreyel/\", role = \"cph\", comment = \"mio library\"), person(\"Jukka\", \"Jylänki\", role = c(\"ctb\", \"cph\"), comment = \"grisu3 implementation\"), person(\"Mikkel\", \"Jørgensen\", role = c(\"ctb\", \"cph\"), comment = \"grisu3 implementation\") )", "Description": "The goal of 'readr' is to provide a fast and friendly way to read rectangular data (like 'csv', 'tsv', and 'fwf'). It is designed to flexibly parse many types of data found in the wild, while still cleanly failing when data unexpectedly changes.", "License": "MIT + file LICENSE", "URL": "https://readr.tidyverse.org, https://github.com/tidyverse/readr", "BugReports": "https://github.com/tidyverse/readr/issues", "Depends": [ "R (>= 3.6)" ], "Imports": [ "cli (>= 3.2.0)", "clipr", "crayon", "hms (>= 0.4.1)", "lifecycle (>= 0.2.0)", "methods", "R6", "rlang", "tibble", "utils", "vroom (>= 1.6.0)" ], "Suggests": [ "covr", "curl", "datasets", "knitr", "rmarkdown", "spelling", "stringi", "testthat (>= 3.2.0)", "tzdb (>= 0.1.1)", "waldo", "withr", "xml2" ], "LinkingTo": [ "cpp11", "tzdb (>= 0.1.1)" ], "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse, tidyverse/tidytemplate", "Config/testthat/edition": "3", "Config/testthat/parallel": "false", "Encoding": "UTF-8", "Language": "en-US", "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", "Author": "Hadley Wickham [aut], Jim Hester [aut], Romain Francois [ctb], Jennifer Bryan [aut, cre] (<https://orcid.org/0000-0002-6983-2759>), Shelby Bearrows [ctb], Posit Software, PBC [cph, fnd], https://github.com/mandreyel/ [cph] (mio library), Jukka Jylänki [ctb, cph] (grisu3 implementation), Mikkel Jørgensen [ctb, cph] (grisu3 implementation)", "Maintainer": "Jennifer Bryan <[email protected]>", "Repository": "RSPM" }, "readxl": { "Package": "readxl", "Version": "1.4.5", "Source": "Repository", "Title": "Read Excel Files", "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = \"aut\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Jennifer\", \"Bryan\", , \"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"), comment = \"Copyright holder of all R code and all C/C++ code without explicit copyright attribution\"), person(\"Marcin\", \"Kalicinski\", role = c(\"ctb\", \"cph\"), comment = \"Author of included RapidXML code\"), person(\"Komarov Valery\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\"), person(\"Christophe Leitienne\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\"), person(\"Bob Colbert\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\"), person(\"David Hoerl\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\"), person(\"Evan Miller\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\") )", "Description": "Import excel files into R. Supports '.xls' via the embedded 'libxls' C library <https://github.com/libxls/libxls> and '.xlsx' via the embedded 'RapidXML' C++ library <https://rapidxml.sourceforge.net/>. Works on Windows, Mac and Linux without external dependencies.", "License": "MIT + file LICENSE", "URL": "https://readxl.tidyverse.org, https://github.com/tidyverse/readxl", "BugReports": "https://github.com/tidyverse/readxl/issues", "Depends": [ "R (>= 3.6)" ], "Imports": [ "cellranger", "tibble (>= 2.0.1)", "utils" ], "Suggests": [ "covr", "knitr", "rmarkdown", "testthat (>= 3.1.6)", "withr" ], "LinkingTo": [ "cpp11 (>= 0.4.0)", "progress" ], "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate, tidyverse", "Config/testthat/edition": "3", "Encoding": "UTF-8", "Note": "libxls v1.6.3 c199d13", "RoxygenNote": "7.3.2", "NeedsCompilation": "yes", "Author": "Hadley Wickham [aut] (<https://orcid.org/0000-0003-4757-117X>), Jennifer Bryan [aut, cre] (<https://orcid.org/0000-0002-6983-2759>), Posit, PBC [cph, fnd] (Copyright holder of all R code and all C/C++ code without explicit copyright attribution), Marcin Kalicinski [ctb, cph] (Author of included RapidXML code), Komarov Valery [ctb, cph] (Author of included libxls code), Christophe Leitienne [ctb, cph] (Author of included libxls code), Bob Colbert [ctb, cph] (Author of included libxls code), David Hoerl [ctb, cph] (Author of included libxls code), Evan Miller [ctb, cph] (Author of included libxls code)", "Maintainer": "Jennifer Bryan <[email protected]>", "Repository": "RSPM" }, "rematch": { "Package": "rematch", "Version": "2.0.0", "Source": "Repository", "Title": "Match Regular Expressions with a Nicer 'API'", "Author": "Gabor Csardi", "Maintainer": "Gabor Csardi <[email protected]>", "Description": "A small wrapper on 'regexpr' to extract the matches and captured groups from the match of a regular expression to a character vector.", "License": "MIT + file LICENSE", "URL": "https://github.com/gaborcsardi/rematch", "BugReports": "https://github.com/gaborcsardi/rematch/issues", "RoxygenNote": "5.0.1.9000", "Suggests": [ "covr", "testthat" ], "Encoding": "UTF-8", "NeedsCompilation": "no", "Repository": "RSPM" }, "rematch2": { "Package": "rematch2", "Version": "2.1.2", "Source": "Repository", "Title": "Tidy Output from Regular Expression Matching", "Authors@R": "c( person(\"Gábor\", \"Csárdi\", email = \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Matthew\", \"Lincoln\", email = \"[email protected]\", role = c(\"ctb\")))", "Description": "Wrappers on 'regexpr' and 'gregexpr' to return the match results in tidy data frames.", "License": "MIT + file LICENSE", "LazyData": "true", "URL": "https://github.com/r-lib/rematch2#readme", "BugReports": "https://github.com/r-lib/rematch2/issues", "RoxygenNote": "7.1.0", "Imports": [ "tibble" ], "Suggests": [ "covr", "testthat" ], "Encoding": "UTF-8", "NeedsCompilation": "no", "Author": "Gábor Csárdi [aut, cre], Matthew Lincoln [ctb]", "Maintainer": "Gábor Csárdi <[email protected]>", "Repository": "RSPM" }, "renv": { "Package": "renv", "Version": "1.1.4", "Source": "Repository", "Type": "Package", "Title": "Project Environments", "Authors@R": "c( person(\"Kevin\", \"Ushey\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0003-2880-7407\")), person(\"Hadley\", \"Wickham\", role = c(\"aut\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", "Description": "A dependency management toolkit for R. Using 'renv', you can create and manage project-local R libraries, save the state of these libraries to a 'lockfile', and later restore your library as required. Together, these tools can help make your projects more isolated, portable, and reproducible.", "License": "MIT + file LICENSE", "URL": "https://rstudio.github.io/renv/, https://github.com/rstudio/renv", "BugReports": "https://github.com/rstudio/renv/issues", "Imports": [ "utils" ], "Suggests": [ "BiocManager", "cli", "compiler", "covr", "cpp11", "devtools", "gitcreds", "jsonlite", "jsonvalidate", "knitr", "miniUI", "modules", "packrat", "pak", "R6", "remotes", "reticulate", "rmarkdown", "rstudioapi", "shiny", "testthat", "uuid", "waldo", "yaml", "webfakes" ], "Encoding": "UTF-8", "RoxygenNote": "7.3.2", "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Config/testthat/parallel": "true", "Config/testthat/start-first": "bioconductor,python,install,restore,snapshot,retrieve,remotes", "NeedsCompilation": "no", "Author": "Kevin Ushey [aut, cre] (<https://orcid.org/0000-0003-2880-7407>), Hadley Wickham [aut] (<https://orcid.org/0000-0003-4757-117X>), Posit Software, PBC [cph, fnd]", "Maintainer": "Kevin Ushey <[email protected]>", "Repository": "RSPM" }, "reprex": { "Package": "reprex", "Version": "2.1.1", "Source": "Repository", "Title": "Prepare Reproducible Example Code via the Clipboard", "Authors@R": "c( person(\"Jennifer\", \"Bryan\", , \"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"Jim\", \"Hester\", role = \"aut\", comment = c(ORCID = \"0000-0002-2739-7082\")), person(\"David\", \"Robinson\", , \"[email protected]\", role = \"aut\"), person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = \"aut\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Christophe\", \"Dervieux\", , \"[email protected]\", role = \"aut\", comment = c(ORCID = \"0000-0003-4474-2498\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", "Description": "Convenience wrapper that uses the 'rmarkdown' package to render small snippets of code to target formats that include both code and output. The goal is to encourage the sharing of small, reproducible, and runnable examples on code-oriented websites, such as <https://stackoverflow.com> and <https://github.com>, or in email. The user's clipboard is the default source of input code and the default target for rendered output. 'reprex' also extracts clean, runnable R code from various common formats, such as copy/paste from an R session.", "License": "MIT + file LICENSE", "URL": "https://reprex.tidyverse.org, https://github.com/tidyverse/reprex", "BugReports": "https://github.com/tidyverse/reprex/issues", "Depends": [ "R (>= 3.6)" ], "Imports": [ "callr (>= 3.6.0)", "cli (>= 3.2.0)", "clipr (>= 0.4.0)", "fs", "glue", "knitr (>= 1.23)", "lifecycle", "rlang (>= 1.0.0)", "rmarkdown", "rstudioapi", "utils", "withr (>= 2.3.0)" ], "Suggests": [ "covr", "fortunes", "miniUI", "rprojroot", "sessioninfo", "shiny", "spelling", "styler (>= 1.2.0)", "testthat (>= 3.2.1)" ], "VignetteBuilder": "knitr", "Config/Needs/website": "dplyr, tidyverse/tidytemplate", "Config/testthat/edition": "3", "Config/testthat/parallel": "TRUE", "Config/testthat/start-first": "knitr-options, venues, reprex", "Encoding": "UTF-8", "Language": "en-US", "RoxygenNote": "7.3.2", "SystemRequirements": "pandoc (>= 2.0) - https://pandoc.org/", "NeedsCompilation": "no", "Author": "Jennifer Bryan [aut, cre] (<https://orcid.org/0000-0002-6983-2759>), Jim Hester [aut] (<https://orcid.org/0000-0002-2739-7082>), David Robinson [aut], Hadley Wickham [aut] (<https://orcid.org/0000-0003-4757-117X>), Christophe Dervieux [aut] (<https://orcid.org/0000-0003-4474-2498>), Posit Software, PBC [cph, fnd]", "Maintainer": "Jennifer Bryan <[email protected]>", "Repository": "RSPM" }, "rlang": { "Package": "rlang", "Version": "1.1.6", "Source": "Repository", "Title": "Functions for Base Types and Core R and 'Tidyverse' Features", "Description": "A toolbox for working with base types, core R features like the condition system, and core 'Tidyverse' features like tidy evaluation.", "Authors@R": "c( person(\"Lionel\", \"Henry\", ,\"[email protected]\", c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", ,\"[email protected]\", \"aut\"), person(given = \"mikefc\", email = \"[email protected]\", role = \"cph\", comment = \"Hash implementation based on Mike's xxhashlite\"), person(given = \"Yann\", family = \"Collet\", role = \"cph\", comment = \"Author of the embedded xxHash library\"), person(given = \"Posit, PBC\", role = c(\"cph\", \"fnd\")) )", "License": "MIT + file LICENSE", "ByteCompile": "true", "Biarch": "true", "Depends": [ "R (>= 3.5.0)" ], "Imports": [ "utils" ], "Suggests": [ "cli (>= 3.1.0)", "covr", "crayon", "desc", "fs", "glue", "knitr", "magrittr", "methods", "pillar", "pkgload", "rmarkdown", "stats", "testthat (>= 3.2.0)", "tibble", "usethis", "vctrs (>= 0.2.3)", "withr" ], "Enhances": [ "winch" ], "Encoding": "UTF-8", "RoxygenNote": "7.3.2", "URL": "https://rlang.r-lib.org, https://github.com/r-lib/rlang", "BugReports": "https://github.com/r-lib/rlang/issues", "Config/build/compilation-database": "true", "Config/testthat/edition": "3", "Config/Needs/website": "dplyr, tidyverse/tidytemplate", "NeedsCompilation": "yes", "Author": "Lionel Henry [aut, cre], Hadley Wickham [aut], mikefc [cph] (Hash implementation based on Mike's xxhashlite), Yann Collet [cph] (Author of the embedded xxHash library), Posit, PBC [cph, fnd]", "Maintainer": "Lionel Henry <[email protected]>", "Repository": "RSPM" }, "rmarkdown": { "Package": "rmarkdown", "Version": "2.29", "Source": "Repository", "Type": "Package", "Title": "Dynamic Documents for R", "Authors@R": "c( person(\"JJ\", \"Allaire\", , \"[email protected]\", role = \"aut\"), person(\"Yihui\", \"Xie\", , \"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-0645-5666\")), person(\"Christophe\", \"Dervieux\", , \"[email protected]\", role = \"aut\", comment = c(ORCID = \"0000-0003-4474-2498\")), person(\"Jonathan\", \"McPherson\", , \"[email protected]\", role = \"aut\"), person(\"Javier\", \"Luraschi\", role = \"aut\"), person(\"Kevin\", \"Ushey\", , \"[email protected]\", role = \"aut\"), person(\"Aron\", \"Atkins\", , \"[email protected]\", role = \"aut\"), person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = \"aut\"), person(\"Joe\", \"Cheng\", , \"[email protected]\", role = \"aut\"), person(\"Winston\", \"Chang\", , \"[email protected]\", role = \"aut\"), person(\"Richard\", \"Iannone\", , \"[email protected]\", role = \"aut\", comment = c(ORCID = \"0000-0003-3925-190X\")), person(\"Andrew\", \"Dunning\", role = \"ctb\", comment = c(ORCID = \"0000-0003-0464-5036\")), person(\"Atsushi\", \"Yasumoto\", role = c(\"ctb\", \"cph\"), comment = c(ORCID = \"0000-0002-8335-495X\", cph = \"Number sections Lua filter\")), person(\"Barret\", \"Schloerke\", role = \"ctb\"), person(\"Carson\", \"Sievert\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Devon\", \"Ryan\", , \"[email protected]\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8549-0971\")), person(\"Frederik\", \"Aust\", , \"[email protected]\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4900-788X\")), person(\"Jeff\", \"Allen\", , \"[email protected]\", role = \"ctb\"), person(\"JooYoung\", \"Seo\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4064-6012\")), person(\"Malcolm\", \"Barrett\", role = \"ctb\"), person(\"Rob\", \"Hyndman\", , \"[email protected]\", role = \"ctb\"), person(\"Romain\", \"Lesur\", role = \"ctb\"), person(\"Roy\", \"Storey\", role = \"ctb\"), person(\"Ruben\", \"Arslan\", , \"[email protected]\", role = \"ctb\"), person(\"Sergio\", \"Oller\", role = \"ctb\"), person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(, \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery UI library; authors listed in inst/rmd/h/jqueryui/AUTHORS.txt\"), person(\"Mark\", \"Otto\", role = \"ctb\", comment = \"Bootstrap library\"), person(\"Jacob\", \"Thornton\", role = \"ctb\", comment = \"Bootstrap library\"), person(, \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"), person(, \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\"), person(\"Alexander\", \"Farkas\", role = c(\"ctb\", \"cph\"), comment = \"html5shiv library\"), person(\"Scott\", \"Jehl\", role = c(\"ctb\", \"cph\"), comment = \"Respond.js library\"), person(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"), comment = \"highlight.js library\"), person(\"Greg\", \"Franko\", role = c(\"ctb\", \"cph\"), comment = \"tocify library\"), person(\"John\", \"MacFarlane\", role = c(\"ctb\", \"cph\"), comment = \"Pandoc templates\"), person(, \"Google, Inc.\", role = c(\"ctb\", \"cph\"), comment = \"ioslides library\"), person(\"Dave\", \"Raggett\", role = \"ctb\", comment = \"slidy library\"), person(, \"W3C\", role = \"cph\", comment = \"slidy library\"), person(\"Dave\", \"Gandy\", role = c(\"ctb\", \"cph\"), comment = \"Font-Awesome\"), person(\"Ben\", \"Sperry\", role = \"ctb\", comment = \"Ionicons\"), person(, \"Drifty\", role = \"cph\", comment = \"Ionicons\"), person(\"Aidan\", \"Lister\", role = c(\"ctb\", \"cph\"), comment = \"jQuery StickyTabs\"), person(\"Benct Philip\", \"Jonsson\", role = c(\"ctb\", \"cph\"), comment = \"pagebreak Lua filter\"), person(\"Albert\", \"Krewinkel\", role = c(\"ctb\", \"cph\"), comment = \"pagebreak Lua filter\") )", "Description": "Convert R Markdown documents into a variety of formats.", "License": "GPL-3", "URL": "https://github.com/rstudio/rmarkdown, https://pkgs.rstudio.com/rmarkdown/", "BugReports": "https://github.com/rstudio/rmarkdown/issues", "Depends": [ "R (>= 3.0)" ], "Imports": [ "bslib (>= 0.2.5.1)", "evaluate (>= 0.13)", "fontawesome (>= 0.5.0)", "htmltools (>= 0.5.1)", "jquerylib", "jsonlite", "knitr (>= 1.43)", "methods", "tinytex (>= 0.31)", "tools", "utils", "xfun (>= 0.36)", "yaml (>= 2.1.19)" ], "Suggests": [ "digest", "dygraphs", "fs", "rsconnect", "downlit (>= 0.4.0)", "katex (>= 1.4.0)", "sass (>= 0.4.0)", "shiny (>= 1.6.0)", "testthat (>= 3.0.3)", "tibble", "vctrs", "cleanrmd", "withr (>= 2.4.2)", "xml2" ], "VignetteBuilder": "knitr", "Config/Needs/website": "rstudio/quillt, pkgdown", "Config/testthat/edition": "3", "Encoding": "UTF-8", "RoxygenNote": "7.3.2", "SystemRequirements": "pandoc (>= 1.14) - http://pandoc.org", "NeedsCompilation": "no", "Author": "JJ Allaire [aut], Yihui Xie [aut, cre] (<https://orcid.org/0000-0003-0645-5666>), Christophe Dervieux [aut] (<https://orcid.org/0000-0003-4474-2498>), Jonathan McPherson [aut], Javier Luraschi [aut], Kevin Ushey [aut], Aron Atkins [aut], Hadley Wickham [aut], Joe Cheng [aut], Winston Chang [aut], Richard Iannone [aut] (<https://orcid.org/0000-0003-3925-190X>), Andrew Dunning [ctb] (<https://orcid.org/0000-0003-0464-5036>), Atsushi Yasumoto [ctb, cph] (<https://orcid.org/0000-0002-8335-495X>, Number sections Lua filter), Barret Schloerke [ctb], Carson Sievert [ctb] (<https://orcid.org/0000-0002-4958-2844>), Devon Ryan [ctb] (<https://orcid.org/0000-0002-8549-0971>), Frederik Aust [ctb] (<https://orcid.org/0000-0003-4900-788X>), Jeff Allen [ctb], JooYoung Seo [ctb] (<https://orcid.org/0000-0002-4064-6012>), Malcolm Barrett [ctb], Rob Hyndman [ctb], Romain Lesur [ctb], Roy Storey [ctb], Ruben Arslan [ctb], Sergio Oller [ctb], Posit Software, PBC [cph, fnd], jQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in inst/rmd/h/jqueryui/AUTHORS.txt), Mark Otto [ctb] (Bootstrap library), Jacob Thornton [ctb] (Bootstrap library), Bootstrap contributors [ctb] (Bootstrap library), Twitter, Inc [cph] (Bootstrap library), Alexander Farkas [ctb, cph] (html5shiv library), Scott Jehl [ctb, cph] (Respond.js library), Ivan Sagalaev [ctb, cph] (highlight.js library), Greg Franko [ctb, cph] (tocify library), John MacFarlane [ctb, cph] (Pandoc templates), Google, Inc. [ctb, cph] (ioslides library), Dave Raggett [ctb] (slidy library), W3C [cph] (slidy library), Dave Gandy [ctb, cph] (Font-Awesome), Ben Sperry [ctb] (Ionicons), Drifty [cph] (Ionicons), Aidan Lister [ctb, cph] (jQuery StickyTabs), Benct Philip Jonsson [ctb, cph] (pagebreak Lua filter), Albert Krewinkel [ctb, cph] (pagebreak Lua filter)", "Maintainer": "Yihui Xie <[email protected]>", "Repository": "RSPM" }, "rstudioapi": { "Package": "rstudioapi", "Version": "0.17.1", "Source": "Repository", "Title": "Safely Access the RStudio API", "Description": "Access the RStudio API (if available) and provide informative error messages when it's not.", "Authors@R": "c( person(\"Kevin\", \"Ushey\", role = c(\"aut\", \"cre\"), email = \"[email protected]\"), person(\"JJ\", \"Allaire\", role = c(\"aut\"), email = \"[email protected]\"), person(\"Hadley\", \"Wickham\", role = c(\"aut\"), email = \"[email protected]\"), person(\"Gary\", \"Ritchie\", role = c(\"aut\"), email = \"[email protected]\"), person(family = \"RStudio\", role = \"cph\") )", "Maintainer": "Kevin Ushey <[email protected]>", "License": "MIT + file LICENSE", "URL": "https://rstudio.github.io/rstudioapi/, https://github.com/rstudio/rstudioapi", "BugReports": "https://github.com/rstudio/rstudioapi/issues", "RoxygenNote": "7.3.2", "Suggests": [ "testthat", "knitr", "rmarkdown", "clipr", "covr" ], "VignetteBuilder": "knitr", "Encoding": "UTF-8", "NeedsCompilation": "no", "Author": "Kevin Ushey [aut, cre], JJ Allaire [aut], Hadley Wickham [aut], Gary Ritchie [aut], RStudio [cph]", "Repository": "RSPM" }, "rvest": { "Package": "rvest", "Version": "1.0.4", "Source": "Repository", "Title": "Easily Harvest (Scrape) Web Pages", "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", "Description": "Wrappers around the 'xml2' and 'httr' packages to make it easy to download, then manipulate, HTML and XML.", "License": "MIT + file LICENSE", "URL": "https://rvest.tidyverse.org/, https://github.com/tidyverse/rvest", "BugReports": "https://github.com/tidyverse/rvest/issues", "Depends": [ "R (>= 3.6)" ], "Imports": [ "cli", "glue", "httr (>= 0.5)", "lifecycle (>= 1.0.3)", "magrittr", "rlang (>= 1.1.0)", "selectr", "tibble", "xml2 (>= 1.3)" ], "Suggests": [ "chromote", "covr", "knitr", "R6", "readr", "repurrrsive", "rmarkdown", "spelling", "stringi (>= 0.3.1)", "testthat (>= 3.0.2)", "webfakes" ], "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Config/testthat/parallel": "true", "Encoding": "UTF-8", "Language": "en-US", "RoxygenNote": "7.3.1", "NeedsCompilation": "no", "Author": "Hadley Wickham [aut, cre], Posit Software, PBC [cph, fnd]", "Maintainer": "Hadley Wickham <[email protected]>", "Repository": "RSPM" }, "sass": { "Package": "sass", "Version": "0.4.10", "Source": "Repository", "Type": "Package", "Title": "Syntactically Awesome Style Sheets ('Sass')", "Description": "An 'SCSS' compiler, powered by the 'LibSass' library. With this, R developers can use variables, inheritance, and functions to generate dynamic style sheets. The package uses the 'Sass CSS' extension language, which is stable, powerful, and CSS compatible.", "Authors@R": "c( person(\"Joe\", \"Cheng\", , \"[email protected]\", \"aut\"), person(\"Timothy\", \"Mastny\", , \"[email protected]\", \"aut\"), person(\"Richard\", \"Iannone\", , \"[email protected]\", \"aut\", comment = c(ORCID = \"0000-0003-3925-190X\")), person(\"Barret\", \"Schloerke\", , \"[email protected]\", \"aut\", comment = c(ORCID = \"0000-0001-9986-114X\")), person(\"Carson\", \"Sievert\", , \"[email protected]\", c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Christophe\", \"Dervieux\", , \"[email protected]\", c(\"ctb\"), comment = c(ORCID = \"0000-0003-4474-2498\")), person(family = \"RStudio\", role = c(\"cph\", \"fnd\")), person(family = \"Sass Open Source Foundation\", role = c(\"ctb\", \"cph\"), comment = \"LibSass library\"), person(\"Greter\", \"Marcel\", role = c(\"ctb\", \"cph\"), comment = \"LibSass library\"), person(\"Mifsud\", \"Michael\", role = c(\"ctb\", \"cph\"), comment = \"LibSass library\"), person(\"Hampton\", \"Catlin\", role = c(\"ctb\", \"cph\"), comment = \"LibSass library\"), person(\"Natalie\", \"Weizenbaum\", role = c(\"ctb\", \"cph\"), comment = \"LibSass library\"), person(\"Chris\", \"Eppstein\", role = c(\"ctb\", \"cph\"), comment = \"LibSass library\"), person(\"Adams\", \"Joseph\", role = c(\"ctb\", \"cph\"), comment = \"json.cpp\"), person(\"Trifunovic\", \"Nemanja\", role = c(\"ctb\", \"cph\"), comment = \"utf8.h\") )", "License": "MIT + file LICENSE", "URL": "https://rstudio.github.io/sass/, https://github.com/rstudio/sass", "BugReports": "https://github.com/rstudio/sass/issues", "Encoding": "UTF-8", "RoxygenNote": "7.3.2", "SystemRequirements": "GNU make", "Imports": [ "fs (>= 1.2.4)", "rlang (>= 0.4.10)", "htmltools (>= 0.5.1)", "R6", "rappdirs" ], "Suggests": [ "testthat", "knitr", "rmarkdown", "withr", "shiny", "curl" ], "VignetteBuilder": "knitr", "Config/testthat/edition": "3", "NeedsCompilation": "yes", "Author": "Joe Cheng [aut], Timothy Mastny [aut], Richard Iannone [aut] (<https://orcid.org/0000-0003-3925-190X>), Barret Schloerke [aut] (<https://orcid.org/0000-0001-9986-114X>), Carson Sievert [aut, cre] (<https://orcid.org/0000-0002-4958-2844>), Christophe Dervieux [ctb] (<https://orcid.org/0000-0003-4474-2498>), RStudio [cph, fnd], Sass Open Source Foundation [ctb, cph] (LibSass library), Greter Marcel [ctb, cph] (LibSass library), Mifsud Michael [ctb, cph] (LibSass library), Hampton Catlin [ctb, cph] (LibSass library), Natalie Weizenbaum [ctb, cph] (LibSass library), Chris Eppstein [ctb, cph] (LibSass library), Adams Joseph [ctb, cph] (json.cpp), Trifunovic Nemanja [ctb, cph] (utf8.h)", "Maintainer": "Carson Sievert <[email protected]>", "Repository": "RSPM" }, "scales": { "Package": "scales", "Version": "1.4.0", "Source": "Repository", "Title": "Scale Functions for Visualization", "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = \"aut\"), person(\"Thomas Lin\", \"Pedersen\", , \"[email protected]\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Dana\", \"Seidel\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", "Description": "Graphical scales map data to aesthetics, and provide methods for automatically determining breaks and labels for axes and legends.", "License": "MIT + file LICENSE", "URL": "https://scales.r-lib.org, https://github.com/r-lib/scales", "BugReports": "https://github.com/r-lib/scales/issues", "Depends": [ "R (>= 4.1)" ], "Imports": [ "cli", "farver (>= 2.0.3)", "glue", "labeling", "lifecycle", "R6", "RColorBrewer", "rlang (>= 1.1.0)", "viridisLite" ], "Suggests": [ "bit64", "covr", "dichromat", "ggplot2", "hms (>= 0.5.0)", "stringi", "testthat (>= 3.0.0)" ], "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Config/usethis/last-upkeep": "2025-04-23", "Encoding": "UTF-8", "LazyLoad": "yes", "RoxygenNote": "7.3.2", "NeedsCompilation": "no", "Author": "Hadley Wickham [aut], Thomas Lin Pedersen [cre, aut] (<https://orcid.org/0000-0002-5147-4711>), Dana Seidel [aut], Posit Software, PBC [cph, fnd] (03wc8by49)", "Maintainer": "Thomas Lin Pedersen <[email protected]>", "Repository": "RSPM" }, "selectr": { "Package": "selectr", "Version": "0.4-2", "Source": "Repository", "Type": "Package", "Title": "Translate CSS Selectors to XPath Expressions", "Date": "2019-11-20", "Authors@R": "c(person(\"Simon\", \"Potter\", role = c(\"aut\", \"trl\", \"cre\"), email = \"[email protected]\"), person(\"Simon\", \"Sapin\", role = \"aut\"), person(\"Ian\", \"Bicking\", role = \"aut\"))", "License": "BSD_3_clause + file LICENCE", "Depends": [ "R (>= 3.0)" ], "Imports": [ "methods", "stringr", "R6" ], "Suggests": [ "testthat", "XML", "xml2" ], "URL": "https://sjp.co.nz/projects/selectr", "BugReports": "https://github.com/sjp/selectr/issues", "Description": "Translates a CSS3 selector into an equivalent XPath expression. This allows us to use CSS selectors when working with the XML package as it can only evaluate XPath expressions. Also provided are convenience functions useful for using CSS selectors on XML nodes. This package is a port of the Python package 'cssselect' (<https://cssselect.readthedocs.io/>).", "NeedsCompilation": "no", "Author": "Simon Potter [aut, trl, cre], Simon Sapin [aut], Ian Bicking [aut]", "Maintainer": "Simon Potter <[email protected]>", "Repository": "RSPM", "Encoding": "UTF-8" }, "shiny": { "Package": "shiny", "Version": "1.10.0", "Source": "Repository", "Type": "Package", "Title": "Web Application Framework for R", "Authors@R": "c( person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0002-1576-2126\")), person(\"Joe\", \"Cheng\", role = \"aut\", email = \"[email protected]\"), person(\"JJ\", \"Allaire\", role = \"aut\", email = \"[email protected]\"), person(\"Carson\", \"Sievert\", role = \"aut\", email = \"[email protected]\", comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Barret\", \"Schloerke\", role = \"aut\", email = \"[email protected]\", comment = c(ORCID = \"0000-0001-9986-114X\")), person(\"Yihui\", \"Xie\", role = \"aut\", email = \"[email protected]\"), person(\"Jeff\", \"Allen\", role = \"aut\"), person(\"Jonathan\", \"McPherson\", role = \"aut\", email = \"[email protected]\"), person(\"Alan\", \"Dipert\", role = \"aut\"), person(\"Barbara\", \"Borges\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(family = \"jQuery Foundation\", role = \"cph\", comment = \"jQuery library and jQuery UI library\"), person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"), person(family = \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery UI library; authors listed in inst/www/shared/jqueryui/AUTHORS.txt\"), person(\"Mark\", \"Otto\", role = \"ctb\", comment = \"Bootstrap library\"), person(\"Jacob\", \"Thornton\", role = \"ctb\", comment = \"Bootstrap library\"), person(family = \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"), person(family = \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\"), person(\"Prem Nawaz\", \"Khan\", role = \"ctb\", comment = \"Bootstrap accessibility plugin\"), person(\"Victor\", \"Tsaran\", role = \"ctb\", comment = \"Bootstrap accessibility plugin\"), person(\"Dennis\", \"Lembree\", role = \"ctb\", comment = \"Bootstrap accessibility plugin\"), person(\"Srinivasu\", \"Chakravarthula\", role = \"ctb\", comment = \"Bootstrap accessibility plugin\"), person(\"Cathy\", \"O'Connor\", role = \"ctb\", comment = \"Bootstrap accessibility plugin\"), person(family = \"PayPal, Inc\", role = \"cph\", comment = \"Bootstrap accessibility plugin\"), person(\"Stefan\", \"Petre\", role = c(\"ctb\", \"cph\"), comment = \"Bootstrap-datepicker library\"), person(\"Andrew\", \"Rowls\", role = c(\"ctb\", \"cph\"), comment = \"Bootstrap-datepicker library\"), person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"), comment = \"selectize.js library\"), person(\"Salmen\", \"Bejaoui\", role = c(\"ctb\", \"cph\"), comment = \"selectize-plugin-a11y library\"), person(\"Denis\", \"Ineshin\", role = c(\"ctb\", \"cph\"), comment = \"ion.rangeSlider library\"), person(\"Sami\", \"Samhuri\", role = c(\"ctb\", \"cph\"), comment = \"Javascript strftime library\"), person(family = \"SpryMedia Limited\", role = c(\"ctb\", \"cph\"), comment = \"DataTables library\"), person(\"John\", \"Fraser\", role = c(\"ctb\", \"cph\"), comment = \"showdown.js library\"), person(\"John\", \"Gruber\", role = c(\"ctb\", \"cph\"), comment = \"showdown.js library\"), person(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"), comment = \"highlight.js library\"), person(family = \"R Core Team\", role = c(\"ctb\", \"cph\"), comment = \"tar implementation from R\") )", "Description": "Makes it incredibly easy to build interactive web applications with R. Automatic \"reactive\" binding between inputs and outputs and extensive prebuilt widgets make it possible to build beautiful, responsive, and powerful applications with minimal effort.", "License": "GPL-3 | file LICENSE", "Depends": [ "R (>= 3.0.2)", "methods" ], "Imports": [ "utils", "grDevices", "httpuv (>= 1.5.2)", "mime (>= 0.3)", "jsonlite (>= 0.9.16)", "xtable", "fontawesome (>= 0.4.0)", "htmltools (>= 0.5.4)", "R6 (>= 2.0)", "sourcetools", "later (>= 1.0.0)", "promises (>= 1.3.2)", "tools", "crayon", "rlang (>= 0.4.10)", "fastmap (>= 1.1.1)", "withr", "commonmark (>= 1.7)", "glue (>= 1.3.2)", "bslib (>= 0.6.0)", "cachem (>= 1.1.0)", "lifecycle (>= 0.2.0)" ], "Suggests": [ "coro (>= 1.1.0)", "datasets", "DT", "Cairo (>= 1.5-5)", "testthat (>= 3.0.0)", "knitr (>= 1.6)", "markdown", "rmarkdown", "ggplot2", "reactlog (>= 1.0.0)", "magrittr", "yaml", "future", "dygraphs", "ragg", "showtext", "sass" ], "URL": "https://shiny.posit.co/, https://github.com/rstudio/shiny", "BugReports": "https://github.com/rstudio/shiny/issues", "Collate": "'globals.R' 'app-state.R' 'app_template.R' 'bind-cache.R' 'bind-event.R' 'bookmark-state-local.R' 'bookmark-state.R' 'bootstrap-deprecated.R' 'bootstrap-layout.R' 'conditions.R' 'map.R' 'utils.R' 'bootstrap.R' 'busy-indicators-spinners.R' 'busy-indicators.R' 'cache-utils.R' 'deprecated.R' 'devmode.R' 'diagnose.R' 'extended-task.R' 'fileupload.R' 'graph.R' 'reactives.R' 'reactive-domains.R' 'history.R' 'hooks.R' 'html-deps.R' 'image-interact-opts.R' 'image-interact.R' 'imageutils.R' 'input-action.R' 'input-checkbox.R' 'input-checkboxgroup.R' 'input-date.R' 'input-daterange.R' 'input-file.R' 'input-numeric.R' 'input-password.R' 'input-radiobuttons.R' 'input-select.R' 'input-slider.R' 'input-submit.R' 'input-text.R' 'input-textarea.R' 'input-utils.R' 'insert-tab.R' 'insert-ui.R' 'jqueryui.R' 'knitr.R' 'middleware-shiny.R' 'middleware.R' 'timer.R' 'shiny.R' 'mock-session.R' 'modal.R' 'modules.R' 'notifications.R' 'priorityqueue.R' 'progress.R' 'react.R' 'reexports.R' 'render-cached-plot.R' 'render-plot.R' 'render-table.R' 'run-url.R' 'runapp.R' 'serializers.R' 'server-input-handlers.R' 'server-resource-paths.R' 'server.R' 'shiny-options.R' 'shiny-package.R' 'shinyapp.R' 'shinyui.R' 'shinywrappers.R' 'showcase.R' 'snapshot.R' 'staticimports.R' 'tar.R' 'test-export.R' 'test-server.R' 'test.R' 'update-input.R' 'utils-lang.R' 'version_bs_date_picker.R' 'version_ion_range_slider.R' 'version_jquery.R' 'version_jqueryui.R' 'version_selectize.R' 'version_strftime.R' 'viewer.R'", "RoxygenNote": "7.3.2", "Encoding": "UTF-8", "RdMacros": "lifecycle", "Config/testthat/edition": "3", "Config/Needs/check": "shinytest2", "NeedsCompilation": "no", "Author": "Winston Chang [aut, cre] (<https://orcid.org/0000-0002-1576-2126>), Joe Cheng [aut], JJ Allaire [aut], Carson Sievert [aut] (<https://orcid.org/0000-0002-4958-2844>), Barret Schloerke [aut] (<https://orcid.org/0000-0001-9986-114X>), Yihui Xie [aut], Jeff Allen [aut], Jonathan McPherson [aut], Alan Dipert [aut], Barbara Borges [aut], Posit Software, PBC [cph, fnd], jQuery Foundation [cph] (jQuery library and jQuery UI library), jQuery contributors [ctb, cph] (jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt), jQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in inst/www/shared/jqueryui/AUTHORS.txt), Mark Otto [ctb] (Bootstrap library), Jacob Thornton [ctb] (Bootstrap library), Bootstrap contributors [ctb] (Bootstrap library), Twitter, Inc [cph] (Bootstrap library), Prem Nawaz Khan [ctb] (Bootstrap accessibility plugin), Victor Tsaran [ctb] (Bootstrap accessibility plugin), Dennis Lembree [ctb] (Bootstrap accessibility plugin), Srinivasu Chakravarthula [ctb] (Bootstrap accessibility plugin), Cathy O'Connor [ctb] (Bootstrap accessibility plugin), PayPal, Inc [cph] (Bootstrap accessibility plugin), Stefan Petre [ctb, cph] (Bootstrap-datepicker library), Andrew Rowls [ctb, cph] (Bootstrap-datepicker library), Brian Reavis [ctb, cph] (selectize.js library), Salmen Bejaoui [ctb, cph] (selectize-plugin-a11y library), Denis Ineshin [ctb, cph] (ion.rangeSlider library), Sami Samhuri [ctb, cph] (Javascript strftime library), SpryMedia Limited [ctb, cph] (DataTables library), John Fraser [ctb, cph] (showdown.js library), John Gruber [ctb, cph] (showdown.js library), Ivan Sagalaev [ctb, cph] (highlight.js library), R Core Team [ctb, cph] (tar implementation from R)", "Maintainer": "Winston Chang <[email protected]>", "Repository": "RSPM" }, "shinyjs": { "Package": "shinyjs", "Version": "2.1.0", "Source": "Repository", "Title": "Easily Improve the User Experience of Your Shiny Apps in Seconds", "Authors@R": "person(\"Dean\", \"Attali\", email = \"[email protected]\", role = c(\"aut\", \"cre\"), comment= c(ORCID=\"0000-0002-5645-3493\"))", "Description": "Perform common useful JavaScript operations in Shiny apps that will greatly improve your apps without having to know any JavaScript. Examples include: hiding an element, disabling an input, resetting an input back to its original value, delaying code execution by a few seconds, and many more useful functions for both the end user and the developer. 'shinyjs' can also be used to easily call your own custom JavaScript functions from R.", "URL": "https://deanattali.com/shinyjs/", "BugReports": "https://github.com/daattali/shinyjs/issues", "Depends": [ "R (>= 3.1.0)" ], "Imports": [ "digest (>= 0.6.8)", "jsonlite", "shiny (>= 1.0.0)" ], "Suggests": [ "htmltools (>= 0.2.9)", "knitr (>= 1.7)", "rmarkdown", "shinyAce", "shinydisconnect", "testthat (>= 0.9.1)" ], "License": "MIT + file LICENSE", "VignetteBuilder": "knitr", "RoxygenNote": "7.1.1", "Encoding": "UTF-8", "NeedsCompilation": "no", "Author": "Dean Attali [aut, cre] (<https://orcid.org/0000-0002-5645-3493>)", "Maintainer": "Dean Attali <[email protected]>", "Repository": "RSPM" }, "sourcetools": { "Package": "sourcetools", "Version": "0.1.7-1", "Source": "Repository", "Type": "Package", "Title": "Tools for Reading, Tokenizing and Parsing R Code", "Author": "Kevin Ushey", "Maintainer": "Kevin Ushey <[email protected]>", "Description": "Tools for the reading and tokenization of R code. The 'sourcetools' package provides both an R and C++ interface for the tokenization of R code, and helpers for interacting with the tokenized representation of R code.", "License": "MIT + file LICENSE", "Depends": [ "R (>= 3.0.2)" ], "Suggests": [ "testthat" ], "RoxygenNote": "5.0.1", "BugReports": "https://github.com/kevinushey/sourcetools/issues", "Encoding": "UTF-8", "NeedsCompilation": "yes", "Repository": "RSPM" }, "stringi": { "Package": "stringi", "Version": "1.8.7", "Source": "Repository", "Date": "2025-03-27", "Title": "Fast and Portable Character String Processing Facilities", "Description": "A collection of character string/text/natural language processing tools for pattern searching (e.g., with 'Java'-like regular expressions or the 'Unicode' collation algorithm), random string generation, case mapping, string transliteration, concatenation, sorting, padding, wrapping, Unicode normalisation, date-time formatting and parsing, and many more. They are fast, consistent, convenient, and - thanks to 'ICU' (International Components for Unicode) - portable across all locales and platforms. Documentation about 'stringi' is provided via its website at <https://stringi.gagolewski.com/> and the paper by Gagolewski (2022, <doi:10.18637/jss.v103.i02>).", "URL": "https://stringi.gagolewski.com/, https://github.com/gagolews/stringi, https://icu.unicode.org/", "BugReports": "https://github.com/gagolews/stringi/issues", "SystemRequirements": "ICU4C (>= 61, optional)", "Type": "Package", "Depends": [ "R (>= 3.4)" ], "Imports": [ "tools", "utils", "stats" ], "Biarch": "TRUE", "License": "file LICENSE", "Authors@R": "c(person(given = \"Marek\", family = \"Gagolewski\", role = c(\"aut\", \"cre\", \"cph\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0003-0637-6028\")), person(given = \"Bartek\", family = \"Tartanus\", role = \"ctb\"), person(\"Unicode, Inc. and others\", role=\"ctb\", comment = \"ICU4C source code, Unicode Character Database\") )", "RoxygenNote": "7.3.2", "Encoding": "UTF-8", "NeedsCompilation": "yes", "Author": "Marek Gagolewski [aut, cre, cph] (<https://orcid.org/0000-0003-0637-6028>), Bartek Tartanus [ctb], Unicode, Inc. and others [ctb] (ICU4C source code, Unicode Character Database)", "Maintainer": "Marek Gagolewski <[email protected]>", "License_is_FOSS": "yes", "Repository": "RSPM" }, "stringr": { "Package": "stringr", "Version": "1.5.1", "Source": "Repository", "Title": "Simple, Consistent Wrappers for Common String Operations", "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = c(\"aut\", \"cre\", \"cph\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", "Description": "A consistent, simple and easy to use set of wrappers around the fantastic 'stringi' package. All function and argument names (and positions) are consistent, all functions deal with \"NA\"'s and zero length vectors in the same way, and the output from one function is easy to feed into the input of another.", "License": "MIT + file LICENSE", "URL": "https://stringr.tidyverse.org, https://github.com/tidyverse/stringr", "BugReports": "https://github.com/tidyverse/stringr/issues", "Depends": [ "R (>= 3.6)" ], "Imports": [ "cli", "glue (>= 1.6.1)", "lifecycle (>= 1.0.3)", "magrittr", "rlang (>= 1.0.0)", "stringi (>= 1.5.3)", "vctrs (>= 0.4.0)" ], "Suggests": [ "covr", "dplyr", "gt", "htmltools", "htmlwidgets", "knitr", "rmarkdown", "testthat (>= 3.0.0)", "tibble" ], "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", "LazyData": "true", "RoxygenNote": "7.2.3", "NeedsCompilation": "no", "Author": "Hadley Wickham [aut, cre, cph], Posit Software, PBC [cph, fnd]", "Maintainer": "Hadley Wickham <[email protected]>", "Repository": "RSPM" }, "svglite": { "Package": "svglite", "Version": "2.2.1", "Source": "Repository", "Title": "An 'SVG' Graphics Device", "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = \"aut\"), person(\"Lionel\", \"Henry\", , \"[email protected]\", role = \"aut\"), person(\"Thomas Lin\", \"Pedersen\", , \"[email protected]\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"T Jake\", \"Luciani\", , \"[email protected]\", role = \"aut\"), person(\"Matthieu\", \"Decorde\", , \"[email protected]\", role = \"aut\"), person(\"Vaudor\", \"Lise\", , \"[email protected]\", role = \"aut\"), person(\"Tony\", \"Plate\", role = \"ctb\", comment = \"Early line dashing code\"), person(\"David\", \"Gohel\", role = \"ctb\", comment = \"Line dashing code and early raster code\"), person(\"Yixuan\", \"Qiu\", role = \"ctb\", comment = \"Improved styles; polypath implementation\"), person(\"Håkon\", \"Malmedal\", role = \"ctb\", comment = \"Opacity code\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", "Description": "A graphics device for R that produces 'Scalable Vector Graphics'. 'svglite' is a fork of the older 'RSvgDevice' package.", "License": "GPL (>= 2)", "URL": "https://svglite.r-lib.org, https://github.com/r-lib/svglite", "BugReports": "https://github.com/r-lib/svglite/issues", "Depends": [ "R (>= 4.1)" ], "Imports": [ "base64enc", "cli", "lifecycle", "rlang (>= 1.1.0)", "systemfonts (>= 1.2.3)", "textshaping (>= 0.3.0)" ], "Suggests": [ "covr", "fontquiver (>= 0.2.0)", "htmltools", "knitr", "rmarkdown", "testthat (>= 3.0.0)", "xml2 (>= 1.0.0)" ], "LinkingTo": [ "cpp11", "systemfonts", "textshaping" ], "VignetteBuilder": "knitr", "Config/build/compilation-database": "true", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Config/usethis/last-upkeep": "2025-04-25", "Encoding": "UTF-8", "RoxygenNote": "7.3.2", "SystemRequirements": "libpng", "NeedsCompilation": "yes", "Author": "Hadley Wickham [aut], Lionel Henry [aut], Thomas Lin Pedersen [cre, aut] (ORCID: <https://orcid.org/0000-0002-5147-4711>), T Jake Luciani [aut], Matthieu Decorde [aut], Vaudor Lise [aut], Tony Plate [ctb] (Early line dashing code), David Gohel [ctb] (Line dashing code and early raster code), Yixuan Qiu [ctb] (Improved styles; polypath implementation), Håkon Malmedal [ctb] (Opacity code), Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)", "Maintainer": "Thomas Lin Pedersen <[email protected]>", "Repository": "RSPM" }, "sys": { "Package": "sys", "Version": "3.4.3", "Source": "Repository", "Type": "Package", "Title": "Powerful and Reliable Tools for Running System Commands in R", "Authors@R": "c(person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Gábor\", \"Csárdi\", , \"[email protected]\", role = \"ctb\"))", "Description": "Drop-in replacements for the base system2() function with fine control and consistent behavior across platforms. Supports clean interruption, timeout, background tasks, and streaming STDIN / STDOUT / STDERR over binary or text connections. Arguments on Windows automatically get encoded and quoted to work on different locales.", "License": "MIT + file LICENSE", "URL": "https://jeroen.r-universe.dev/sys", "BugReports": "https://github.com/jeroen/sys/issues", "Encoding": "UTF-8", "RoxygenNote": "7.1.1", "Suggests": [ "unix (>= 1.4)", "spelling", "testthat" ], "Language": "en-US", "NeedsCompilation": "yes", "Author": "Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>), Gábor Csárdi [ctb]", "Maintainer": "Jeroen Ooms <[email protected]>", "Repository": "RSPM" }, "systemfonts": { "Package": "systemfonts", "Version": "1.2.3", "Source": "Repository", "Type": "Package", "Title": "System Native Font Finding", "Authors@R": "c( person(\"Thomas Lin\", \"Pedersen\", , \"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Jeroen\", \"Ooms\", , \"[email protected]\", role = \"aut\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Devon\", \"Govett\", role = \"aut\", comment = \"Author of font-manager\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", "Description": "Provides system native access to the font catalogue. As font handling varies between systems it is difficult to correctly locate installed fonts across different operating systems. The 'systemfonts' package provides bindings to the native libraries on Windows, macOS and Linux for finding font files that can then be used further by e.g. graphic devices. The main use is intended to be from compiled code but 'systemfonts' also provides access from R.", "License": "MIT + file LICENSE", "URL": "https://github.com/r-lib/systemfonts, https://systemfonts.r-lib.org", "BugReports": "https://github.com/r-lib/systemfonts/issues", "Depends": [ "R (>= 3.2.0)" ], "Imports": [ "base64enc", "grid", "jsonlite", "lifecycle", "tools", "utils" ], "Suggests": [ "covr", "farver", "graphics", "knitr", "rmarkdown", "testthat (>= 2.1.0)" ], "LinkingTo": [ "cpp11 (>= 0.2.1)" ], "VignetteBuilder": "knitr", "Config/build/compilation-database": "true", "Config/Needs/website": "tidyverse/tidytemplate", "Config/usethis/last-upkeep": "2025-04-23", "Encoding": "UTF-8", "RoxygenNote": "7.3.2", "SystemRequirements": "fontconfig, freetype2", "NeedsCompilation": "yes", "Author": "Thomas Lin Pedersen [aut, cre] (ORCID: <https://orcid.org/0000-0002-5147-4711>), Jeroen Ooms [aut] (ORCID: <https://orcid.org/0000-0002-4035-0289>), Devon Govett [aut] (Author of font-manager), Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)", "Maintainer": "Thomas Lin Pedersen <[email protected]>", "Repository": "RSPM" }, "textshaping": { "Package": "textshaping", "Version": "1.0.1", "Source": "Repository", "Title": "Bindings to the 'HarfBuzz' and 'Fribidi' Libraries for Text Shaping", "Authors@R": "c( person(\"Thomas Lin\", \"Pedersen\", , \"[email protected]\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", "Description": "Provides access to the text shaping functionality in the 'HarfBuzz' library and the bidirectional algorithm in the 'Fribidi' library. 'textshaping' is a low-level utility package mainly for graphic devices that expands upon the font tool-set provided by the 'systemfonts' package.", "License": "MIT + file LICENSE", "URL": "https://github.com/r-lib/textshaping", "BugReports": "https://github.com/r-lib/textshaping/issues", "Depends": [ "R (>= 3.2.0)" ], "Imports": [ "lifecycle", "stats", "stringi", "systemfonts (>= 1.1.0)", "utils" ], "Suggests": [ "covr", "grDevices", "grid", "knitr", "rmarkdown", "testthat (>= 3.0.0)" ], "LinkingTo": [ "cpp11 (>= 0.2.1)", "systemfonts (>= 1.0.0)" ], "VignetteBuilder": "knitr", "Config/build/compilation-database": "true", "Config/testthat/edition": "3", "Config/usethis/last-upkeep": "2025-04-23", "Encoding": "UTF-8", "RoxygenNote": "7.3.2", "SystemRequirements": "freetype2, harfbuzz, fribidi", "NeedsCompilation": "yes", "Author": "Thomas Lin Pedersen [cre, aut] (ORCID: <https://orcid.org/0000-0002-5147-4711>), Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)", "Maintainer": "Thomas Lin Pedersen <[email protected]>", "Repository": "RSPM" }, "tibble": { "Package": "tibble", "Version": "3.2.1", "Source": "Repository", "Title": "Simple Data Frames", "Authors@R": "c(person(given = \"Kirill\", family = \"M\\u00fcller\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Hadley\", family = \"Wickham\", role = \"aut\", email = \"[email protected]\"), person(given = \"Romain\", family = \"Francois\", role = \"ctb\", email = \"[email protected]\"), person(given = \"Jennifer\", family = \"Bryan\", role = \"ctb\", email = \"[email protected]\"), person(given = \"RStudio\", role = c(\"cph\", \"fnd\")))", "Description": "Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the traditional data frame.", "License": "MIT + file LICENSE", "URL": "https://tibble.tidyverse.org/, https://github.com/tidyverse/tibble", "BugReports": "https://github.com/tidyverse/tibble/issues", "Depends": [ "R (>= 3.4.0)" ], "Imports": [ "fansi (>= 0.4.0)", "lifecycle (>= 1.0.0)", "magrittr", "methods", "pillar (>= 1.8.1)", "pkgconfig", "rlang (>= 1.0.2)", "utils", "vctrs (>= 0.4.2)" ], "Suggests": [ "bench", "bit64", "blob", "brio", "callr", "cli", "covr", "crayon (>= 1.3.4)", "DiagrammeR", "dplyr", "evaluate", "formattable", "ggplot2", "here", "hms", "htmltools", "knitr", "lubridate", "mockr", "nycflights13", "pkgbuild", "pkgload", "purrr", "rmarkdown", "stringi", "testthat (>= 3.0.2)", "tidyr", "withr" ], "VignetteBuilder": "knitr", "Encoding": "UTF-8", "RoxygenNote": "7.2.3", "Config/testthat/edition": "3", "Config/testthat/parallel": "true", "Config/testthat/start-first": "vignette-formats, as_tibble, add, invariants", "Config/autostyle/scope": "line_breaks", "Config/autostyle/strict": "true", "Config/autostyle/rmd": "false", "Config/Needs/website": "tidyverse/tidytemplate", "NeedsCompilation": "yes", "Author": "Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>), Hadley Wickham [aut], Romain Francois [ctb], Jennifer Bryan [ctb], RStudio [cph, fnd]", "Maintainer": "Kirill Müller <[email protected]>", "Repository": "RSPM" }, "tidyr": { "Package": "tidyr", "Version": "1.3.1", "Source": "Repository", "Title": "Tidy Messy Data", "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Davis\", \"Vaughan\", , \"[email protected]\", role = \"aut\"), person(\"Maximilian\", \"Girlich\", role = \"aut\"), person(\"Kevin\", \"Ushey\", , \"[email protected]\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", "Description": "Tools to help to create tidy data, where each column is a variable, each row is an observation, and each cell contains a single value. 'tidyr' contains tools for changing the shape (pivoting) and hierarchy (nesting and 'unnesting') of a dataset, turning deeply nested lists into rectangular data frames ('rectangling'), and extracting values out of string columns. It also includes tools for working with missing values (both implicit and explicit).", "License": "MIT + file LICENSE", "URL": "https://tidyr.tidyverse.org, https://github.com/tidyverse/tidyr", "BugReports": "https://github.com/tidyverse/tidyr/issues", "Depends": [ "R (>= 3.6)" ], "Imports": [ "cli (>= 3.4.1)", "dplyr (>= 1.0.10)", "glue", "lifecycle (>= 1.0.3)", "magrittr", "purrr (>= 1.0.1)", "rlang (>= 1.1.1)", "stringr (>= 1.5.0)", "tibble (>= 2.1.1)", "tidyselect (>= 1.2.0)", "utils", "vctrs (>= 0.5.2)" ], "Suggests": [ "covr", "data.table", "knitr", "readr", "repurrrsive (>= 1.1.0)", "rmarkdown", "testthat (>= 3.0.0)" ], "LinkingTo": [ "cpp11 (>= 0.4.0)" ], "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", "LazyData": "true", "RoxygenNote": "7.3.0", "NeedsCompilation": "yes", "Author": "Hadley Wickham [aut, cre], Davis Vaughan [aut], Maximilian Girlich [aut], Kevin Ushey [ctb], Posit Software, PBC [cph, fnd]", "Maintainer": "Hadley Wickham <[email protected]>", "Repository": "RSPM" }, "tidyselect": { "Package": "tidyselect", "Version": "1.2.1", "Source": "Repository", "Title": "Select from a Set of Strings", "Authors@R": "c( person(\"Lionel\", \"Henry\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", "Description": "A backend for the selecting functions of the 'tidyverse'. It makes it easy to implement select-like functions in your own packages in a way that is consistent with other 'tidyverse' interfaces for selection.", "License": "MIT + file LICENSE", "URL": "https://tidyselect.r-lib.org, https://github.com/r-lib/tidyselect", "BugReports": "https://github.com/r-lib/tidyselect/issues", "Depends": [ "R (>= 3.4)" ], "Imports": [ "cli (>= 3.3.0)", "glue (>= 1.3.0)", "lifecycle (>= 1.0.3)", "rlang (>= 1.0.4)", "vctrs (>= 0.5.2)", "withr" ], "Suggests": [ "covr", "crayon", "dplyr", "knitr", "magrittr", "rmarkdown", "stringr", "testthat (>= 3.1.1)", "tibble (>= 2.1.3)" ], "VignetteBuilder": "knitr", "ByteCompile": "true", "Config/testthat/edition": "3", "Config/Needs/website": "tidyverse/tidytemplate", "Encoding": "UTF-8", "RoxygenNote": "7.3.0.9000", "NeedsCompilation": "yes", "Author": "Lionel Henry [aut, cre], Hadley Wickham [aut], Posit Software, PBC [cph, fnd]", "Maintainer": "Lionel Henry <[email protected]>", "Repository": "RSPM" }, "tidyverse": { "Package": "tidyverse", "Version": "2.0.0", "Source": "Repository", "Title": "Easily Install and Load the 'Tidyverse'", "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"RStudio\", role = c(\"cph\", \"fnd\")) )", "Description": "The 'tidyverse' is a set of packages that work in harmony because they share common data representations and 'API' design. This package is designed to make it easy to install and load multiple 'tidyverse' packages in a single step. Learn more about the 'tidyverse' at <https://www.tidyverse.org>.", "License": "MIT + file LICENSE", "URL": "https://tidyverse.tidyverse.org, https://github.com/tidyverse/tidyverse", "BugReports": "https://github.com/tidyverse/tidyverse/issues", "Depends": [ "R (>= 3.3)" ], "Imports": [ "broom (>= 1.0.3)", "conflicted (>= 1.2.0)", "cli (>= 3.6.0)", "dbplyr (>= 2.3.0)", "dplyr (>= 1.1.0)", "dtplyr (>= 1.2.2)", "forcats (>= 1.0.0)", "ggplot2 (>= 3.4.1)", "googledrive (>= 2.0.0)", "googlesheets4 (>= 1.0.1)", "haven (>= 2.5.1)", "hms (>= 1.1.2)", "httr (>= 1.4.4)", "jsonlite (>= 1.8.4)", "lubridate (>= 1.9.2)", "magrittr (>= 2.0.3)", "modelr (>= 0.1.10)", "pillar (>= 1.8.1)", "purrr (>= 1.0.1)", "ragg (>= 1.2.5)", "readr (>= 2.1.4)", "readxl (>= 1.4.2)", "reprex (>= 2.0.2)", "rlang (>= 1.0.6)", "rstudioapi (>= 0.14)", "rvest (>= 1.0.3)", "stringr (>= 1.5.0)", "tibble (>= 3.1.8)", "tidyr (>= 1.3.0)", "xml2 (>= 1.3.3)" ], "Suggests": [ "covr (>= 3.6.1)", "feather (>= 0.3.5)", "glue (>= 1.6.2)", "mockr (>= 0.2.0)", "knitr (>= 1.41)", "rmarkdown (>= 2.20)", "testthat (>= 3.1.6)" ], "VignetteBuilder": "knitr", "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 <[email protected]>", "Repository": "RSPM" }, "timechange": { "Package": "timechange", "Version": "0.3.0", "Source": "Repository", "Title": "Efficient Manipulation of Date-Times", "Authors@R": "c(person(\"Vitalie\", \"Spinu\", email = \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Google Inc.\", role = c(\"ctb\", \"cph\")))", "Description": "Efficient routines for manipulation of date-time objects while accounting for time-zones and daylight saving times. The package includes utilities for updating of date-time components (year, month, day etc.), modification of time-zones, rounding of date-times, period addition and subtraction etc. Parts of the 'CCTZ' source code, released under the Apache 2.0 License, are included in this package. See <https://github.com/google/cctz> for more details.", "Depends": [ "R (>= 3.3)" ], "License": "GPL (>= 3)", "Encoding": "UTF-8", "LinkingTo": [ "cpp11 (>= 0.2.7)" ], "Suggests": [ "testthat (>= 0.7.1.99)", "knitr" ], "SystemRequirements": "A system with zoneinfo data (e.g. /usr/share/zoneinfo) as well as a recent-enough C++11 compiler (such as g++-4.8 or later). On Windows the zoneinfo included with R is used.", "BugReports": "https://github.com/vspinu/timechange/issues", "URL": "https://github.com/vspinu/timechange/", "RoxygenNote": "7.2.1", "NeedsCompilation": "yes", "Author": "Vitalie Spinu [aut, cre], Google Inc. [ctb, cph]", "Maintainer": "Vitalie Spinu <[email protected]>", "Repository": "RSPM" }, "tinytex": { "Package": "tinytex", "Version": "0.57", "Source": "Repository", "Type": "Package", "Title": "Helper Functions to Install and Maintain TeX Live, and Compile LaTeX Documents", "Authors@R": "c( person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0003-0645-5666\")), person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"Christophe\", \"Dervieux\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4474-2498\")), person(\"Devon\", \"Ryan\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0002-8549-0971\")), person(\"Ethan\", \"Heinzen\", role = \"ctb\"), person(\"Fernando\", \"Cagua\", role = \"ctb\"), person() )", "Description": "Helper functions to install and maintain the 'LaTeX' distribution named 'TinyTeX' (<https://yihui.org/tinytex/>), a lightweight, cross-platform, portable, and easy-to-maintain version of 'TeX Live'. This package also contains helper functions to compile 'LaTeX' documents, and install missing 'LaTeX' packages automatically.", "Imports": [ "xfun (>= 0.48)" ], "Suggests": [ "testit", "rstudioapi" ], "License": "MIT + file LICENSE", "URL": "https://github.com/rstudio/tinytex", "BugReports": "https://github.com/rstudio/tinytex/issues", "Encoding": "UTF-8", "RoxygenNote": "7.3.2", "NeedsCompilation": "no", "Author": "Yihui Xie [aut, cre, cph] (<https://orcid.org/0000-0003-0645-5666>), Posit Software, PBC [cph, fnd], Christophe Dervieux [ctb] (<https://orcid.org/0000-0003-4474-2498>), Devon Ryan [ctb] (<https://orcid.org/0000-0002-8549-0971>), Ethan Heinzen [ctb], Fernando Cagua [ctb]", "Maintainer": "Yihui Xie <[email protected]>", "Repository": "RSPM" }, "tzdb": { "Package": "tzdb", "Version": "0.5.0", "Source": "Repository", "Title": "Time Zone Database Information", "Authors@R": "c( person(\"Davis\", \"Vaughan\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Howard\", \"Hinnant\", role = \"cph\", comment = \"Author of the included date library\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", "Description": "Provides an up-to-date copy of the Internet Assigned Numbers Authority (IANA) Time Zone Database. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight saving time rules. Additionally, this package provides a C++ interface for working with the 'date' library. 'date' provides comprehensive support for working with dates and date-times, which this package exposes to make it easier for other R packages to utilize. Headers are provided for calendar specific calculations, along with a limited interface for time zone manipulations.", "License": "MIT + file LICENSE", "URL": "https://tzdb.r-lib.org, https://github.com/r-lib/tzdb", "BugReports": "https://github.com/r-lib/tzdb/issues", "Depends": [ "R (>= 4.0.0)" ], "Suggests": [ "covr", "testthat (>= 3.0.0)" ], "LinkingTo": [ "cpp11 (>= 0.5.2)" ], "Biarch": "yes", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", "RoxygenNote": "7.3.2", "NeedsCompilation": "yes", "Author": "Davis Vaughan [aut, cre], Howard Hinnant [cph] (Author of the included date library), Posit Software, PBC [cph, fnd]", "Maintainer": "Davis Vaughan <[email protected]>", "Repository": "RSPM" }, "utf8": { "Package": "utf8", "Version": "1.2.5", "Source": "Repository", "Title": "Unicode Text Processing", "Authors@R": "c(person(given = c(\"Patrick\", \"O.\"), family = \"Perry\", role = c(\"aut\", \"cph\")), person(given = \"Kirill\", family = \"M\\u00fcller\", role = \"cre\", email = \"[email protected]\"), person(given = \"Unicode, Inc.\", role = c(\"cph\", \"dtc\"), comment = \"Unicode Character Database\"))", "Description": "Process and print 'UTF-8' encoded international text (Unicode). Input, validate, normalize, encode, format, and display.", "License": "Apache License (== 2.0) | file LICENSE", "URL": "https://ptrckprry.com/r-utf8/, https://github.com/patperry/r-utf8", "BugReports": "https://github.com/patperry/r-utf8/issues", "Depends": [ "R (>= 2.10)" ], "Suggests": [ "cli", "covr", "knitr", "rlang", "rmarkdown", "testthat (>= 3.0.0)", "withr" ], "VignetteBuilder": "knitr, rmarkdown", "Config/testthat/edition": "3", "Encoding": "UTF-8", "RoxygenNote": "7.3.2.9000", "NeedsCompilation": "yes", "Author": "Patrick O. Perry [aut, cph], Kirill Müller [cre], Unicode, Inc. [cph, dtc] (Unicode Character Database)", "Maintainer": "Kirill Müller <[email protected]>", "Repository": "RSPM" }, "uuid": { "Package": "uuid", "Version": "1.2-1", "Source": "Repository", "Title": "Tools for Generating and Handling of UUIDs", "Author": "Simon Urbanek [aut, cre, cph] (https://urbanek.org, <https://orcid.org/0000-0003-2297-1732>), Theodore Ts'o [aut, cph] (libuuid)", "Maintainer": "Simon Urbanek <[email protected]>", "Authors@R": "c(person(\"Simon\", \"Urbanek\", role=c(\"aut\",\"cre\",\"cph\"), email=\"[email protected]\", comment=c(\"https://urbanek.org\", ORCID=\"0000-0003-2297-1732\")), person(\"Theodore\",\"Ts'o\", email=\"[email protected]\", role=c(\"aut\",\"cph\"), comment=\"libuuid\"))", "Depends": [ "R (>= 2.9.0)" ], "Description": "Tools for generating and handling of UUIDs (Universally Unique Identifiers).", "License": "MIT + file LICENSE", "URL": "https://www.rforge.net/uuid", "BugReports": "https://github.com/s-u/uuid/issues", "NeedsCompilation": "yes", "Repository": "RSPM", "Encoding": "UTF-8" }, "vctrs": { "Package": "vctrs", "Version": "0.6.5", "Source": "Repository", "Title": "Vector Helpers", "Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = \"aut\"), person(\"Lionel\", \"Henry\", , \"[email protected]\", role = \"aut\"), person(\"Davis\", \"Vaughan\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"data.table team\", role = \"cph\", comment = \"Radix sort based on data.table's forder() and their contribution to R's order()\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", "Description": "Defines new notions of prototype and size that are used to provide tools for consistent and well-founded type-coercion and size-recycling, and are in turn connected to ideas of type- and size-stability useful for analysing function interfaces.", "License": "MIT + file LICENSE", "URL": "https://vctrs.r-lib.org/, https://github.com/r-lib/vctrs", "BugReports": "https://github.com/r-lib/vctrs/issues", "Depends": [ "R (>= 3.5.0)" ], "Imports": [ "cli (>= 3.4.0)", "glue", "lifecycle (>= 1.0.3)", "rlang (>= 1.1.0)" ], "Suggests": [ "bit64", "covr", "crayon", "dplyr (>= 0.8.5)", "generics", "knitr", "pillar (>= 1.4.4)", "pkgdown (>= 2.0.1)", "rmarkdown", "testthat (>= 3.0.0)", "tibble (>= 3.1.3)", "waldo (>= 0.2.0)", "withr", "xml2", "zeallot" ], "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", "Language": "en-GB", "RoxygenNote": "7.2.3", "NeedsCompilation": "yes", "Author": "Hadley Wickham [aut], Lionel Henry [aut], Davis Vaughan [aut, cre], data.table team [cph] (Radix sort based on data.table's forder() and their contribution to R's order()), Posit Software, PBC [cph, fnd]", "Maintainer": "Davis Vaughan <[email protected]>", "Repository": "CRAN" }, "viridisLite": { "Package": "viridisLite", "Version": "0.4.2", "Source": "Repository", "Type": "Package", "Title": "Colorblind-Friendly Color Maps (Lite Version)", "Date": "2023-05-02", "Authors@R": "c( person(\"Simon\", \"Garnier\", email = \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Noam\", \"Ross\", email = \"[email protected]\", role = c(\"ctb\", \"cph\")), person(\"Bob\", \"Rudis\", email = \"[email protected]\", role = c(\"ctb\", \"cph\")), person(\"Marco\", \"Sciaini\", email = \"[email protected]\", role = c(\"ctb\", \"cph\")), person(\"Antônio Pedro\", \"Camargo\", role = c(\"ctb\", \"cph\")), person(\"Cédric\", \"Scherer\", email = \"[email protected]\", role = c(\"ctb\", \"cph\")) )", "Maintainer": "Simon Garnier <[email protected]>", "Description": "Color maps designed to improve graph readability for readers with common forms of color blindness and/or color vision deficiency. The color maps are also perceptually-uniform, both in regular form and also when converted to black-and-white for printing. This is the 'lite' version of the 'viridis' package that also contains 'ggplot2' bindings for discrete and continuous color and fill scales and can be found at <https://cran.r-project.org/package=viridis>.", "License": "MIT + file LICENSE", "Encoding": "UTF-8", "Depends": [ "R (>= 2.10)" ], "Suggests": [ "hexbin (>= 1.27.0)", "ggplot2 (>= 1.0.1)", "testthat", "covr" ], "URL": "https://sjmgarnier.github.io/viridisLite/, https://github.com/sjmgarnier/viridisLite/", "BugReports": "https://github.com/sjmgarnier/viridisLite/issues/", "RoxygenNote": "7.2.3", "NeedsCompilation": "no", "Author": "Simon Garnier [aut, cre], Noam Ross [ctb, cph], Bob Rudis [ctb, cph], Marco Sciaini [ctb, cph], Antônio Pedro Camargo [ctb, cph], Cédric Scherer [ctb, cph]", "Repository": "RSPM" }, "vroom": { "Package": "vroom", "Version": "1.6.5", "Source": "Repository", "Title": "Read and Write Rectangular Text Data Quickly", "Authors@R": "c( person(\"Jim\", \"Hester\", role = \"aut\", comment = c(ORCID = \"0000-0002-2739-7082\")), person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = \"aut\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Jennifer\", \"Bryan\", , \"[email protected]\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"Shelby\", \"Bearrows\", role = \"ctb\"), person(\"https://github.com/mandreyel/\", role = \"cph\", comment = \"mio library\"), person(\"Jukka\", \"Jylänki\", role = \"cph\", comment = \"grisu3 implementation\"), person(\"Mikkel\", \"Jørgensen\", role = \"cph\", comment = \"grisu3 implementation\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", "Description": "The goal of 'vroom' is to read and write data (like 'csv', 'tsv' and 'fwf') quickly. When reading it uses a quick initial indexing step, then reads the values lazily , so only the data you actually use needs to be read. The writer formats the data in parallel and writes to disk asynchronously from formatting.", "License": "MIT + file LICENSE", "URL": "https://vroom.r-lib.org, https://github.com/tidyverse/vroom", "BugReports": "https://github.com/tidyverse/vroom/issues", "Depends": [ "R (>= 3.6)" ], "Imports": [ "bit64", "cli (>= 3.2.0)", "crayon", "glue", "hms", "lifecycle (>= 1.0.3)", "methods", "rlang (>= 0.4.2)", "stats", "tibble (>= 2.0.0)", "tidyselect", "tzdb (>= 0.1.1)", "vctrs (>= 0.2.0)", "withr" ], "Suggests": [ "archive", "bench (>= 1.1.0)", "covr", "curl", "dplyr", "forcats", "fs", "ggplot2", "knitr", "patchwork", "prettyunits", "purrr", "rmarkdown", "rstudioapi", "scales", "spelling", "testthat (>= 2.1.0)", "tidyr", "utils", "waldo", "xml2" ], "LinkingTo": [ "cpp11 (>= 0.2.0)", "progress (>= 1.2.1)", "tzdb (>= 0.1.1)" ], "VignetteBuilder": "knitr", "Config/Needs/website": "nycflights13, tidyverse/tidytemplate", "Config/testthat/edition": "3", "Config/testthat/parallel": "false", "Copyright": "file COPYRIGHTS", "Encoding": "UTF-8", "Language": "en-US", "RoxygenNote": "7.2.3.9000", "NeedsCompilation": "yes", "Author": "Jim Hester [aut] (<https://orcid.org/0000-0002-2739-7082>), Hadley Wickham [aut] (<https://orcid.org/0000-0003-4757-117X>), Jennifer Bryan [aut, cre] (<https://orcid.org/0000-0002-6983-2759>), Shelby Bearrows [ctb], https://github.com/mandreyel/ [cph] (mio library), Jukka Jylänki [cph] (grisu3 implementation), Mikkel Jørgensen [cph] (grisu3 implementation), Posit Software, PBC [cph, fnd]", "Maintainer": "Jennifer Bryan <[email protected]>", "Repository": "RSPM" }, "webshot2": { "Package": "webshot2", "Version": "0.1.2", "Source": "Repository", "Title": "Take Screenshots of Web Pages", "Authors@R": "c( person(\"Winston\", \"Chang\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Barret\", \"Schloerke\", , \"[email protected]\", role = \"ctb\", comment = c(ORCID = \"0000-0001-9986-114X\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", "Description": "Takes screenshots of web pages, including Shiny applications and R Markdown documents. 'webshot2' uses headless Chrome or Chromium as the browser back-end.", "License": "MIT + file LICENSE", "URL": "https://rstudio.github.io/webshot2/, https://github.com/rstudio/webshot2", "BugReports": "https://github.com/rstudio/webshot2/issues", "Depends": [ "R (>= 3.2)" ], "Imports": [ "callr", "chromote (>= 0.1.0)", "later", "magrittr", "promises" ], "Suggests": [ "httpuv", "rmarkdown", "shiny" ], "Config/Needs/website": "r-lib/pkgdown, rstudio/bslib", "Encoding": "UTF-8", "Language": "en-US", "RoxygenNote": "7.3.2", "NeedsCompilation": "no", "Author": "Winston Chang [aut, cre], Barret Schloerke [ctb] (<https://orcid.org/0000-0001-9986-114X>), Posit Software, PBC [cph, fnd] (03wc8by49)", "Maintainer": "Winston Chang <[email protected]>", "Repository": "RSPM" }, "websocket": { "Package": "websocket", "Version": "1.4.4", "Source": "Repository", "Title": "'WebSocket' Client Library", "Description": "Provides a 'WebSocket' client interface for R. 'WebSocket' is a protocol for low-overhead real-time communication: <https://en.wikipedia.org/wiki/WebSocket>.", "Authors@R": "c( person(\"Winston\", \"Chang\", role = c(\"aut\", \"cre\"), email = \"[email protected]\"), person(\"Joe\", \"Cheng\", role = \"aut\", email = \"[email protected]\"), person(\"Alan\", \"Dipert\", role = \"aut\"), person(\"Barbara\", \"Borges\", role = \"aut\"), person(family = \"Posit, PBC\", role = \"cph\"), person(\"Peter\", \"Thorson\", role = c(\"ctb\", \"cph\"), comment = \"WebSocket++ library\"), person(\"René\", \"Nyffenegger\", role = c(\"ctb\", \"cph\"), comment = \"Base 64 library\"), person(\"Micael\", \"Hildenborg\", role = c(\"ctb\", \"cph\"), comment = \"SHA1 library\"), person(family = \"Aladdin Enterprises\", role = \"cph\", comment = \"MD5 library\"), person(\"Bjoern\", \"Hoehrmann\", role = c(\"ctb\", \"cph\"), comment = \"UTF8 Validation library\"))", "License": "GPL-2", "Encoding": "UTF-8", "ByteCompile": "true", "Imports": [ "R6", "later (>= 1.2.0)" ], "LinkingTo": [ "cpp11", "AsioHeaders", "later" ], "BugReports": "https://github.com/rstudio/websocket/issues", "SystemRequirements": "GNU make, OpenSSL >= 1.0.2", "RoxygenNote": "7.3.2", "Suggests": [ "httpuv", "testthat", "knitr", "rmarkdown" ], "VignetteBuilder": "knitr", "NeedsCompilation": "yes", "Author": "Winston Chang [aut, cre], Joe Cheng [aut], Alan Dipert [aut], Barbara Borges [aut], Posit, PBC [cph], Peter Thorson [ctb, cph] (WebSocket++ library), René Nyffenegger [ctb, cph] (Base 64 library), Micael Hildenborg [ctb, cph] (SHA1 library), Aladdin Enterprises [cph] (MD5 library), Bjoern Hoehrmann [ctb, cph] (UTF8 Validation library)", "Maintainer": "Winston Chang <[email protected]>", "Repository": "RSPM" }, "withr": { "Package": "withr", "Version": "3.0.2", "Source": "Repository", "Title": "Run Code 'With' Temporarily Modified Global State", "Authors@R": "c( person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Lionel\", \"Henry\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Kirill\", \"Müller\", , \"[email protected]\", role = \"aut\"), person(\"Kevin\", \"Ushey\", , \"[email protected]\", role = \"aut\"), person(\"Hadley\", \"Wickham\", , \"[email protected]\", role = \"aut\"), person(\"Winston\", \"Chang\", role = \"aut\"), person(\"Jennifer\", \"Bryan\", role = \"ctb\"), person(\"Richard\", \"Cotton\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )", "Description": "A set of functions to run code 'with' safely and temporarily modified global state. Many of these functions were originally a part of the 'devtools' package, this provides a simple package with limited dependencies to provide access to these functions.", "License": "MIT + file LICENSE", "URL": "https://withr.r-lib.org, https://github.com/r-lib/withr#readme", "BugReports": "https://github.com/r-lib/withr/issues", "Depends": [ "R (>= 3.6.0)" ], "Imports": [ "graphics", "grDevices" ], "Suggests": [ "callr", "DBI", "knitr", "methods", "rlang", "rmarkdown (>= 2.12)", "RSQLite", "testthat (>= 3.0.0)" ], "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Encoding": "UTF-8", "RoxygenNote": "7.3.2", "Collate": "'aaa.R' 'collate.R' 'connection.R' 'db.R' 'defer-exit.R' 'standalone-defer.R' 'defer.R' 'devices.R' 'local_.R' 'with_.R' 'dir.R' 'env.R' 'file.R' 'language.R' 'libpaths.R' 'locale.R' 'makevars.R' 'namespace.R' 'options.R' 'par.R' 'path.R' 'rng.R' 'seed.R' 'wrap.R' 'sink.R' 'tempfile.R' 'timezone.R' 'torture.R' 'utils.R' 'with.R'", "NeedsCompilation": "no", "Author": "Jim Hester [aut], Lionel Henry [aut, cre], Kirill Müller [aut], Kevin Ushey [aut], Hadley Wickham [aut], Winston Chang [aut], Jennifer Bryan [ctb], Richard Cotton [ctb], Posit Software, PBC [cph, fnd]", "Maintainer": "Lionel Henry <[email protected]>", "Repository": "CRAN" }, "xfun": { "Package": "xfun", "Version": "0.52", "Source": "Repository", "Type": "Package", "Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'", "Authors@R": "c( person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0003-0645-5666\", URL = \"https://yihui.org\")), person(\"Wush\", \"Wu\", role = \"ctb\"), person(\"Daijiang\", \"Li\", role = \"ctb\"), person(\"Xianying\", \"Tan\", role = \"ctb\"), person(\"Salim\", \"Brüggemann\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Christophe\", \"Dervieux\", role = \"ctb\"), person() )", "Description": "Miscellaneous functions commonly used in other packages maintained by 'Yihui Xie'.", "Depends": [ "R (>= 3.2.0)" ], "Imports": [ "grDevices", "stats", "tools" ], "Suggests": [ "testit", "parallel", "codetools", "methods", "rstudioapi", "tinytex (>= 0.30)", "mime", "litedown (>= 0.4)", "commonmark", "knitr (>= 1.50)", "remotes", "pak", "curl", "xml2", "jsonlite", "magick", "yaml", "qs" ], "License": "MIT + file LICENSE", "URL": "https://github.com/yihui/xfun", "BugReports": "https://github.com/yihui/xfun/issues", "Encoding": "UTF-8", "RoxygenNote": "7.3.2", "VignetteBuilder": "litedown", "NeedsCompilation": "yes", "Author": "Yihui Xie [aut, cre, cph] (<https://orcid.org/0000-0003-0645-5666>, https://yihui.org), Wush Wu [ctb], Daijiang Li [ctb], Xianying Tan [ctb], Salim Brüggemann [ctb] (<https://orcid.org/0000-0002-5329-5987>), Christophe Dervieux [ctb]", "Maintainer": "Yihui Xie <[email protected]>", "Repository": "RSPM" }, "xml2": { "Package": "xml2", "Version": "1.3.8", "Source": "Repository", "Title": "Parse XML", "Authors@R": "c( person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Jeroen\", \"Ooms\", email = \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"R Foundation\", role = \"ctb\", comment = \"Copy of R-project homepage cached as example\") )", "Description": "Bindings to 'libxml2' for working with XML data using a simple, consistent interface based on 'XPath' expressions. Also supports XML schema validation; for 'XSLT' transformations see the 'xslt' package.", "License": "MIT + file LICENSE", "URL": "https://xml2.r-lib.org, https://r-lib.r-universe.dev/xml2", "BugReports": "https://github.com/r-lib/xml2/issues", "Depends": [ "R (>= 3.6.0)" ], "Imports": [ "cli", "methods", "rlang (>= 1.1.0)" ], "Suggests": [ "covr", "curl", "httr", "knitr", "magrittr", "mockery", "rmarkdown", "testthat (>= 3.2.0)", "xslt" ], "VignetteBuilder": "knitr", "Config/Needs/website": "tidyverse/tidytemplate", "Encoding": "UTF-8", "RoxygenNote": "7.2.3", "SystemRequirements": "libxml2: libxml2-dev (deb), libxml2-devel (rpm)", "Collate": "'S4.R' 'as_list.R' 'xml_parse.R' 'as_xml_document.R' 'classes.R' 'format.R' 'import-standalone-obj-type.R' 'import-standalone-purrr.R' 'import-standalone-types-check.R' 'init.R' 'nodeset_apply.R' 'paths.R' 'utils.R' 'xml2-package.R' 'xml_attr.R' 'xml_children.R' 'xml_document.R' 'xml_find.R' 'xml_missing.R' 'xml_modify.R' 'xml_name.R' 'xml_namespaces.R' 'xml_node.R' 'xml_nodeset.R' 'xml_path.R' 'xml_schema.R' 'xml_serialize.R' 'xml_structure.R' 'xml_text.R' 'xml_type.R' 'xml_url.R' 'xml_write.R' 'zzz.R'", "Config/testthat/edition": "3", "NeedsCompilation": "yes", "Author": "Hadley Wickham [aut], Jim Hester [aut], Jeroen Ooms [aut, cre], Posit Software, PBC [cph, fnd], R Foundation [ctb] (Copy of R-project homepage cached as example)", "Maintainer": "Jeroen Ooms <[email protected]>", "Repository": "RSPM" }, "xtable": { "Package": "xtable", "Version": "1.8-4", "Source": "Repository", "Date": "2019-04-08", "Title": "Export Tables to LaTeX or HTML", "Authors@R": "c(person(\"David B.\", \"Dahl\", role=\"aut\"), person(\"David\", \"Scott\", role=c(\"aut\",\"cre\"), email=\"[email protected]\"), person(\"Charles\", \"Roosen\", role=\"aut\"), person(\"Arni\", \"Magnusson\", role=\"aut\"), person(\"Jonathan\", \"Swinton\", role=\"aut\"), person(\"Ajay\", \"Shah\", role=\"ctb\"), person(\"Arne\", \"Henningsen\", role=\"ctb\"), person(\"Benno\", \"Puetz\", role=\"ctb\"), person(\"Bernhard\", \"Pfaff\", role=\"ctb\"), person(\"Claudio\", \"Agostinelli\", role=\"ctb\"), person(\"Claudius\", \"Loehnert\", role=\"ctb\"), person(\"David\", \"Mitchell\", role=\"ctb\"), person(\"David\", \"Whiting\", role=\"ctb\"), person(\"Fernando da\", \"Rosa\", role=\"ctb\"), person(\"Guido\", \"Gay\", role=\"ctb\"), person(\"Guido\", \"Schulz\", role=\"ctb\"), person(\"Ian\", \"Fellows\", role=\"ctb\"), person(\"Jeff\", \"Laake\", role=\"ctb\"), person(\"John\", \"Walker\", role=\"ctb\"), person(\"Jun\", \"Yan\", role=\"ctb\"), person(\"Liviu\", \"Andronic\", role=\"ctb\"), person(\"Markus\", \"Loecher\", role=\"ctb\"), person(\"Martin\", \"Gubri\", role=\"ctb\"), person(\"Matthieu\", \"Stigler\", role=\"ctb\"), person(\"Robert\", \"Castelo\", role=\"ctb\"), person(\"Seth\", \"Falcon\", role=\"ctb\"), person(\"Stefan\", \"Edwards\", role=\"ctb\"), person(\"Sven\", \"Garbade\", role=\"ctb\"), person(\"Uwe\", \"Ligges\", role=\"ctb\"))", "Maintainer": "David Scott <[email protected]>", "Imports": [ "stats", "utils" ], "Suggests": [ "knitr", "plm", "zoo", "survival" ], "VignetteBuilder": "knitr", "Description": "Coerce data to LaTeX and HTML tables.", "URL": "http://xtable.r-forge.r-project.org/", "Depends": [ "R (>= 2.10.0)" ], "License": "GPL (>= 2)", "Repository": "RSPM", "NeedsCompilation": "no", "Author": "David B. Dahl [aut], David Scott [aut, cre], Charles Roosen [aut], Arni Magnusson [aut], Jonathan Swinton [aut], Ajay Shah [ctb], Arne Henningsen [ctb], Benno Puetz [ctb], Bernhard Pfaff [ctb], Claudio Agostinelli [ctb], Claudius Loehnert [ctb], David Mitchell [ctb], David Whiting [ctb], Fernando da Rosa [ctb], Guido Gay [ctb], Guido Schulz [ctb], Ian Fellows [ctb], Jeff Laake [ctb], John Walker [ctb], Jun Yan [ctb], Liviu Andronic [ctb], Markus Loecher [ctb], Martin Gubri [ctb], Matthieu Stigler [ctb], Robert Castelo [ctb], Seth Falcon [ctb], Stefan Edwards [ctb], Sven Garbade [ctb], Uwe Ligges [ctb]", "Encoding": "UTF-8" }, "yaml": { "Package": "yaml", "Version": "2.3.10", "Source": "Repository", "Type": "Package", "Title": "Methods to Convert R Data to YAML and Back", "Date": "2024-07-22", "Suggests": [ "RUnit" ], "Author": "Shawn P Garbett [aut], Jeremy Stephens [aut, cre], Kirill Simonov [aut], Yihui Xie [ctb], Zhuoer Dong [ctb], Hadley Wickham [ctb], Jeffrey Horner [ctb], reikoch [ctb], Will Beasley [ctb], Brendan O'Connor [ctb], Gregory R. Warnes [ctb], Michael Quinn [ctb], Zhian N. Kamvar [ctb], Charlie Gao [ctb]", "Maintainer": "Shawn Garbett <[email protected]>", "License": "BSD_3_clause + file LICENSE", "Description": "Implements the 'libyaml' 'YAML' 1.1 parser and emitter (<https://pyyaml.org/wiki/LibYAML>) for R.", "URL": "https://github.com/vubiostat/r-yaml/", "BugReports": "https://github.com/vubiostat/r-yaml/issues", "NeedsCompilation": "yes", "Repository": "CRAN" }, "zip": { "Package": "zip", "Version": "2.3.3", "Source": "Repository", "Title": "Cross-Platform 'zip' Compression", "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Kuba\", \"Podgórski\", role = \"ctb\"), person(\"Rich\", \"Geldreich\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )", "Description": "Cross-Platform 'zip' Compression Library. A replacement for the 'zip' function, that does not require any additional external tools on any platform.", "License": "MIT + file LICENSE", "URL": "https://github.com/r-lib/zip, https://r-lib.github.io/zip/", "BugReports": "https://github.com/r-lib/zip/issues", "Suggests": [ "covr", "pillar", "processx", "R6", "testthat", "withr" ], "Config/Needs/website": "tidyverse/tidytemplate", "Config/testthat/edition": "3", "Config/usethis/last-upkeep": "2025-05-07", "Encoding": "UTF-8", "RoxygenNote": "7.3.2.9000", "NeedsCompilation": "yes", "Author": "Gábor Csárdi [aut, cre], Kuba Podgórski [ctb], Rich Geldreich [ctb], Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)", "Maintainer": "Gábor Csárdi <[email protected]>", "Repository": "RSPM" } } }