mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 18:09:39 +02:00
9899 lines
557 KiB
Text
9899 lines
557 KiB
Text
{
|
||
"R": {
|
||
"Version": "4.4.1",
|
||
"Repositories": [
|
||
{
|
||
"Name": "CRAN",
|
||
"URL": "https://cloud.r-project.org"
|
||
}
|
||
]
|
||
},
|
||
"Packages": {
|
||
"DEoptimR": {
|
||
"Package": "DEoptimR",
|
||
"Version": "1.1-3-1",
|
||
"Source": "Repository",
|
||
"Date": "2024-11-23",
|
||
"Title": "Differential Evolution Optimization in Pure R",
|
||
"Authors@R": "c( person(c(\"Eduardo\", \"L. T.\"), \"Conceicao\", role = c(\"aut\", \"cre\"), email = \"mail@eduardoconceicao.org\"), person(\"Martin\", \"Maechler\", role = \"ctb\", email = \"maechler@stat.math.ethz.ch\", comment = c(ORCID = \"0000-0002-8685-9910\")) )",
|
||
"URL": "svn://svn.r-forge.r-project.org/svnroot/robustbase/pkg/DEoptimR",
|
||
"Description": "Differential Evolution (DE) stochastic heuristic algorithms for global optimization of problems with and without general constraints. The aim is to curate a collection of its variants that (1) do not sacrifice simplicity of design, (2) are essentially tuning-free, and (3) can be efficiently implemented directly in the R language. Currently, it provides implementations of the algorithms 'jDE' by Brest et al. (2006) <doi:10.1109/TEVC.2006.872133> for single-objective optimization and 'NCDE' by Qu et al. (2012) <doi:10.1109/TEVC.2011.2161873> for multimodal optimization (single-objective problems with multiple solutions).",
|
||
"Imports": [
|
||
"stats"
|
||
],
|
||
"Enhances": [
|
||
"robustbase"
|
||
],
|
||
"License": "GPL (>= 2)",
|
||
"Author": "Eduardo L. T. Conceicao [aut, cre], Martin Maechler [ctb] (<https://orcid.org/0000-0002-8685-9910>)",
|
||
"Maintainer": "Eduardo L. T. Conceicao <mail@eduardoconceicao.org>",
|
||
"Repository": "CRAN",
|
||
"Repository/R-Forge/Project": "robustbase",
|
||
"Repository/R-Forge/Revision": "1008",
|
||
"Repository/R-Forge/DateTimeStamp": "2024-11-23 19:13:45",
|
||
"NeedsCompilation": "no"
|
||
},
|
||
"DHARMa": {
|
||
"Package": "DHARMa",
|
||
"Version": "0.4.7",
|
||
"Source": "Repository",
|
||
"Title": "Residual Diagnostics for Hierarchical (Multi-Level / Mixed) Regression Models",
|
||
"Date": "2024-10-16",
|
||
"Authors@R": "c(person(\"Florian\", \"Hartig\", email = \"florian.hartig@biologie.uni-regensburg.de\", role = c(\"aut\", \"cre\"), comment=c(ORCID=\"0000-0002-6255-9059\")), person(\"Lukas\", \"Lohse\", role = \"ctb\"), person(\"Melina\", \"de Souza leite\", role = \"ctb\"))",
|
||
"Description": "The 'DHARMa' package uses a simulation-based approach to create readily interpretable scaled (quantile) residuals for fitted (generalized) linear mixed models. Currently supported are linear and generalized linear (mixed) models from 'lme4' (classes 'lmerMod', 'glmerMod'), 'glmmTMB', 'GLMMadaptive', and 'spaMM'; phylogenetic linear models from 'phylolm' (classes 'phylolm' and 'phyloglm'); generalized additive models ('gam' from 'mgcv'); 'glm' (including 'negbin' from 'MASS', but excluding quasi-distributions) and 'lm' model classes. Moreover, externally created simulations, e.g. posterior predictive simulations from Bayesian software such as 'JAGS', 'STAN', or 'BUGS' can be processed as well. The resulting residuals are standardized to values between 0 and 1 and can be interpreted as intuitively as residuals from a linear regression. The package also provides a number of plot and test functions for typical model misspecification problems, such as over/underdispersion, zero-inflation, and residual spatial, phylogenetic and temporal autocorrelation.",
|
||
"Depends": [
|
||
"R (>= 3.0.2)"
|
||
],
|
||
"Imports": [
|
||
"stats",
|
||
"graphics",
|
||
"utils",
|
||
"grDevices",
|
||
"Matrix",
|
||
"parallel",
|
||
"gap",
|
||
"lmtest",
|
||
"ape",
|
||
"qgam (>= 1.3.2)",
|
||
"lme4"
|
||
],
|
||
"Suggests": [
|
||
"knitr",
|
||
"testthat (>= 3.0.0)",
|
||
"rmarkdown",
|
||
"KernSmooth",
|
||
"sfsmisc",
|
||
"MASS",
|
||
"mgcv",
|
||
"mgcViz (>= 0.1.9)",
|
||
"spaMM (>= 3.2.0)",
|
||
"GLMMadaptive",
|
||
"glmmTMB (>= 1.1.2.3)",
|
||
"phylolm (>= 2.6.5)"
|
||
],
|
||
"Enhances": [
|
||
"phyr",
|
||
"rstan",
|
||
"rjags",
|
||
"BayesianTools"
|
||
],
|
||
"License": "GPL (>= 3)",
|
||
"URL": "http://florianhartig.github.io/DHARMa/",
|
||
"LazyData": "TRUE",
|
||
"BugReports": "https://github.com/florianhartig/DHARMa/issues",
|
||
"RoxygenNote": "7.3.2",
|
||
"VignetteBuilder": "knitr",
|
||
"Encoding": "UTF-8",
|
||
"Config/testthat/edition": "3",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Florian Hartig [aut, cre] (<https://orcid.org/0000-0002-6255-9059>), Lukas Lohse [ctb], Melina de Souza leite [ctb]",
|
||
"Maintainer": "Florian Hartig <florian.hartig@biologie.uni-regensburg.de>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"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 = \"joe@posit.co\", role = c(\"aut\", \"cre\")), person(\"Xianying\", \"Tan\", role = \"aut\"), person(\"JJ\", \"Allaire\", role = \"ctb\"), person(\"Maximilian\", \"Girlich\", role = \"ctb\"), person(\"Greg\", \"Freedman Ellis\", role = \"ctb\"), person(\"Johannes\", \"Rauh\", role = \"ctb\"), person(\"SpryMedia Limited\", role = c(\"ctb\", \"cph\"), comment = \"DataTables in htmlwidgets/lib\"), person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"), comment = \"selectize.js in htmlwidgets/lib\"), person(\"Leon\", \"Gersen\", role = c(\"ctb\", \"cph\"), comment = \"noUiSlider in htmlwidgets/lib\"), person(\"Bartek\", \"Szopka\", role = c(\"ctb\", \"cph\"), comment = \"jquery.highlight.js in htmlwidgets/lib\"), person(\"Alex\", \"Pickering\", role = c(\"ctb\")), person(\"William\", \"Holmes\", role = c(\"ctb\")), person(\"Mikko\", \"Marttila\", role = c(\"ctb\")), person(\"Andres\", \"Quintero\", role = c(\"ctb\")), person(\"Stéphane\", \"Laurent\", role = c(\"ctb\")), person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "Data objects in R can be rendered as HTML tables using the JavaScript library 'DataTables' (typically via R Markdown or Shiny). The 'DataTables' library has been included in this R package. The package name 'DT' is an abbreviation of 'DataTables'.",
|
||
"URL": "https://github.com/rstudio/DT",
|
||
"BugReports": "https://github.com/rstudio/DT/issues",
|
||
"License": "GPL-3 | file LICENSE",
|
||
"Imports": [
|
||
"htmltools (>= 0.3.6)",
|
||
"htmlwidgets (>= 1.3)",
|
||
"httpuv",
|
||
"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 <joe@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"Formula": {
|
||
"Package": "Formula",
|
||
"Version": "1.2-5",
|
||
"Source": "Repository",
|
||
"Date": "2023-02-23",
|
||
"Title": "Extended Model Formulas",
|
||
"Description": "Infrastructure for extended formulas with multiple parts on the right-hand side and/or multiple responses on the left-hand side (see <doi:10.18637/jss.v034.i01>).",
|
||
"Authors@R": "c(person(given = \"Achim\", family = \"Zeileis\", role = c(\"aut\", \"cre\"), email = \"Achim.Zeileis@R-project.org\", comment = c(ORCID = \"0000-0003-0918-3766\")), person(given = \"Yves\", family = \"Croissant\", role = \"aut\", email = \"Yves.Croissant@univ-reunion.fr\"))",
|
||
"Depends": [
|
||
"R (>= 2.0.0)",
|
||
"stats"
|
||
],
|
||
"License": "GPL-2 | GPL-3",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Achim Zeileis [aut, cre] (<https://orcid.org/0000-0003-0918-3766>), Yves Croissant [aut]",
|
||
"Maintainer": "Achim Zeileis <Achim.Zeileis@R-project.org>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"GPArotation": {
|
||
"Package": "GPArotation",
|
||
"Version": "2024.3-1",
|
||
"Source": "Repository",
|
||
"Title": "Gradient Projection Factor Rotation",
|
||
"Authors@R": "c( person(\"Coen\", \"Bernaards\", email = \"cab.gparotation@gmail.com\", role = c(\"aut\",\"cre\")), person(\"Paul\", \"Gilbert\", email = \"pgilbert.ttv9z@ncf.ca\", role = \"aut\"), person(\"Robert\", \"Jennrich\", role = \"aut\") )",
|
||
"Depends": [
|
||
"R (>= 2.0.0)"
|
||
],
|
||
"Description": "Gradient Projection Algorithms for Factor Rotation. For details see ?GPArotation. When using this package, please cite: Bernaards and Jennrich (2005) <doi:10.1177/0013164404272507>. \"Gradient Projection Algorithms and Software for Arbitrary Rotation Criteria in Factor Analysis\".",
|
||
"LazyData": "yes",
|
||
"Imports": [
|
||
"stats"
|
||
],
|
||
"License": "GPL (>= 2)",
|
||
"URL": "https://optimizer.r-forge.r-project.org/GPArotation_www/",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Coen Bernaards [aut, cre], Paul Gilbert [aut], Robert Jennrich [aut]",
|
||
"Maintainer": "Coen Bernaards <cab.gparotation@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"Hmisc": {
|
||
"Package": "Hmisc",
|
||
"Version": "5.2-2",
|
||
"Source": "Repository",
|
||
"Date": "2025-01-10",
|
||
"Title": "Harrell Miscellaneous",
|
||
"Authors@R": "c(person(given = \"Frank E\", family = \"Harrell Jr\", role = c(\"aut\", \"cre\"), email = \"fh@fharrell.com\", comment = c(ORCID = \"0000-0002-8271-5493\")), person(given = \"Charles\", family = \"Dupont\", role = \"ctb\", email = \"charles.dupont@vumc.org\", comment = \"contributed several functions and maintains latex functions\"))",
|
||
"Maintainer": "Frank E Harrell Jr <fh@fharrell.com>",
|
||
"Depends": [
|
||
"R (>= 4.2.0)"
|
||
],
|
||
"Imports": [
|
||
"methods",
|
||
"ggplot2",
|
||
"cluster",
|
||
"rpart",
|
||
"nnet",
|
||
"foreign",
|
||
"gtable",
|
||
"grid",
|
||
"gridExtra",
|
||
"data.table",
|
||
"htmlTable (>= 1.11.0)",
|
||
"viridis",
|
||
"htmltools",
|
||
"base64enc",
|
||
"colorspace",
|
||
"rmarkdown",
|
||
"knitr",
|
||
"Formula"
|
||
],
|
||
"Suggests": [
|
||
"survival",
|
||
"qreport",
|
||
"acepack",
|
||
"chron",
|
||
"rms",
|
||
"mice",
|
||
"rstudioapi",
|
||
"tables",
|
||
"plotly (>= 4.5.6)",
|
||
"rlang",
|
||
"plyr",
|
||
"VGAM",
|
||
"leaps",
|
||
"pcaPP",
|
||
"digest",
|
||
"parallel",
|
||
"polspline",
|
||
"abind",
|
||
"kableExtra",
|
||
"rio",
|
||
"lattice",
|
||
"latticeExtra",
|
||
"gt",
|
||
"sparkline",
|
||
"jsonlite",
|
||
"htmlwidgets",
|
||
"qs",
|
||
"getPass",
|
||
"keyring",
|
||
"safer",
|
||
"htm2txt"
|
||
],
|
||
"Description": "Contains many functions useful for data analysis, high-level graphics, utility operations, functions for computing sample size and power, simulation, importing and annotating datasets, imputing missing values, advanced table making, variable clustering, character string manipulation, conversion of R objects to LaTeX and html code, recoding variables, caching, simplified parallel computing, encrypting and decrypting data using a safe workflow, general moving window statistical estimation, and assistance in interpreting principal component analysis.",
|
||
"License": "GPL (>= 2)",
|
||
"LazyLoad": "Yes",
|
||
"URL": "https://hbiostat.org/R/Hmisc/",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.2",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Frank E Harrell Jr [aut, cre] (<https://orcid.org/0000-0002-8271-5493>), Charles Dupont [ctb] (contributed several functions and maintains latex functions)",
|
||
"Repository": "CRAN"
|
||
},
|
||
"IDEAFilter": {
|
||
"Package": "IDEAFilter",
|
||
"Version": "0.2.0",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Agnostic, Idiomatic Data Filter Module for Shiny",
|
||
"Description": "When added to an existing shiny app, users may subset any developer-chosen R data.frame on the fly. That is, users are empowered to slice & dice data by applying multiple (order specific) filters using the AND (&) operator between each, and getting real-time updates on the number of rows effected/available along the way. Thus, any downstream processes that leverage this data source (like tables, plots, or statistical procedures) will re-render after new filters are applied. The shiny module’s user interface has a 'minimalist' aesthetic so that the focus can be on the data & other visuals. In addition to returning a reactive (filtered) data.frame, 'IDEAFilter' as also returns 'dplyr' filter statements used to actually slice the data.",
|
||
"Authors@R": "c( person( given = \"Aaron\", family = \"Clark\", email = \"clark.aaronchris@gmail.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-0123-0970\")), person( given = \"Jeff\", family = \"Thompson\", email = \"jeff.thompson51317@gmail.com\", role = \"aut\"), person( given = \"Doug\", family = \"Kelkhoff\", email = \"doug.kelkhoff@gmail.com\", role = c(\"ctb\", \"cph\"), comment = \"Author of shinyDataFilter\"), person( given = \"Maya\", family = \"Gans\", email = \"maya.gans@biogen.com\", role = \"ctb\"), person(family = \"SortableJS contributors\", role = \"ctb\", comment = \"SortableJS library\"), person(given = \"Biogen\", role = \"cph\"))",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://biogen-inc.github.io/IDEAFilter/, https://github.com/Biogen-Inc/IDEAFilter",
|
||
"BugReports": "https://github.com/Biogen-Inc/IDEAFilter/issues",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.1",
|
||
"Imports": [
|
||
"crayon",
|
||
"ggplot2",
|
||
"pillar (>= 1.5.0)",
|
||
"purrr",
|
||
"RColorBrewer",
|
||
"shiny",
|
||
"shinyTime"
|
||
],
|
||
"Suggests": [
|
||
"dplyr",
|
||
"knitr",
|
||
"rmarkdown",
|
||
"shinytest",
|
||
"shinytest2",
|
||
"spelling",
|
||
"testthat"
|
||
],
|
||
"Language": "en-US",
|
||
"VignetteBuilder": "knitr",
|
||
"Depends": [
|
||
"R (>= 2.10)"
|
||
],
|
||
"NeedsCompilation": "no",
|
||
"Author": "Aaron Clark [aut, cre] (<https://orcid.org/0000-0002-0123-0970>), Jeff Thompson [aut], Doug Kelkhoff [ctb, cph] (Author of shinyDataFilter), Maya Gans [ctb], SortableJS contributors [ctb] (SortableJS library), Biogen [cph]",
|
||
"Maintainer": "Aaron Clark <clark.aaronchris@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"KernSmooth": {
|
||
"Package": "KernSmooth",
|
||
"Version": "2.23-26",
|
||
"Source": "Repository",
|
||
"Priority": "recommended",
|
||
"Date": "2024-12-10",
|
||
"Title": "Functions for Kernel Smoothing Supporting Wand & Jones (1995)",
|
||
"Authors@R": "c(person(\"Matt\", \"Wand\", role = \"aut\", email = \"Matt.Wand@uts.edu.au\"), person(\"Cleve\", \"Moler\", role = \"ctb\", comment = \"LINPACK routines in src/d*\"), person(\"Brian\", \"Ripley\", role = c(\"trl\", \"cre\", \"ctb\"), email = \"Brian.Ripley@R-project.org\", comment = \"R port and updates\"))",
|
||
"Note": "Maintainers are not available to give advice on using a package they did not author.",
|
||
"Depends": [
|
||
"R (>= 2.5.0)",
|
||
"stats"
|
||
],
|
||
"Suggests": [
|
||
"MASS",
|
||
"carData"
|
||
],
|
||
"Description": "Functions for kernel smoothing (and density estimation) corresponding to the book: Wand, M.P. and Jones, M.C. (1995) \"Kernel Smoothing\".",
|
||
"License": "Unlimited",
|
||
"ByteCompile": "yes",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Matt Wand [aut], Cleve Moler [ctb] (LINPACK routines in src/d*), Brian Ripley [trl, cre, ctb] (R port and updates)",
|
||
"Maintainer": "Brian Ripley <Brian.Ripley@R-project.org>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"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 = \"Brian.Ripley@R-project.org\"), person(\"Bill\", \"Venables\", role = c(\"aut\", \"cph\")), person(c(\"Douglas\", \"M.\"), \"Bates\", role = \"ctb\"), person(\"Kurt\", \"Hornik\", role = \"trl\", comment = \"partial port ca 1998\"), person(\"Albrecht\", \"Gebhardt\", role = \"trl\", comment = \"partial port ca 1998\"), person(\"David\", \"Firth\", role = \"ctb\", comment = \"support functions for polr\"))",
|
||
"Description": "Functions and datasets to support Venables and Ripley, \"Modern Applied Statistics with S\" (4th edition, 2002).",
|
||
"Title": "Support Functions and Datasets for Venables and Ripley's MASS",
|
||
"LazyData": "yes",
|
||
"ByteCompile": "yes",
|
||
"License": "GPL-2 | GPL-3",
|
||
"URL": "http://www.stats.ox.ac.uk/pub/MASS4/",
|
||
"Contact": "<MASS@stats.ox.ac.uk>",
|
||
"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 <Brian.Ripley@R-project.org>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"Matrix": {
|
||
"Package": "Matrix",
|
||
"Version": "1.7-2",
|
||
"Source": "Repository",
|
||
"VersionNote": "do also bump src/version.h, inst/include/Matrix/version.h",
|
||
"Date": "2025-01-20",
|
||
"Priority": "recommended",
|
||
"Title": "Sparse and Dense Matrix Classes and Methods",
|
||
"Description": "A rich hierarchy of sparse and dense matrix classes, including general, symmetric, triangular, and diagonal matrices with numeric, logical, or pattern entries. Efficient methods for operating on such matrices, often wrapping the 'BLAS', 'LAPACK', and 'SuiteSparse' libraries.",
|
||
"License": "GPL (>= 2) | file LICENCE",
|
||
"URL": "https://Matrix.R-forge.R-project.org",
|
||
"BugReports": "https://R-forge.R-project.org/tracker/?atid=294&group_id=61",
|
||
"Contact": "Matrix-authors@R-project.org",
|
||
"Authors@R": "c(person(\"Douglas\", \"Bates\", role = \"aut\", comment = c(ORCID = \"0000-0001-8316-9503\")), person(\"Martin\", \"Maechler\", role = c(\"aut\", \"cre\"), email = \"mmaechler+Matrix@gmail.com\", comment = c(ORCID = \"0000-0002-8685-9910\")), person(\"Mikael\", \"Jagan\", role = \"aut\", comment = c(ORCID = \"0000-0002-3542-2938\")), person(\"Timothy A.\", \"Davis\", role = \"ctb\", comment = c(ORCID = \"0000-0001-7614-6899\", \"SuiteSparse libraries\", \"collaborators listed in dir(system.file(\\\"doc\\\", \\\"SuiteSparse\\\", package=\\\"Matrix\\\"), pattern=\\\"License\\\", full.names=TRUE, recursive=TRUE)\")), person(\"George\", \"Karypis\", role = \"ctb\", comment = c(ORCID = \"0000-0003-2753-1437\", \"METIS library\", \"Copyright: Regents of the University of Minnesota\")), person(\"Jason\", \"Riedy\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4345-4200\", \"GNU Octave's condest() and onenormest()\", \"Copyright: Regents of the University of California\")), person(\"Jens\", \"Oehlschlägel\", role = \"ctb\", comment = \"initial nearPD()\"), person(\"R Core Team\", role = \"ctb\", comment = c(ROR = \"02zz1nj61\", \"base R's matrix implementation\")))",
|
||
"Depends": [
|
||
"R (>= 4.4)",
|
||
"methods"
|
||
],
|
||
"Imports": [
|
||
"grDevices",
|
||
"graphics",
|
||
"grid",
|
||
"lattice",
|
||
"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 <mmaechler+Matrix@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"R.methodsS3": {
|
||
"Package": "R.methodsS3",
|
||
"Version": "1.8.2",
|
||
"Source": "Repository",
|
||
"Depends": [
|
||
"R (>= 2.13.0)"
|
||
],
|
||
"Imports": [
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"codetools"
|
||
],
|
||
"Title": "S3 Methods Simplified",
|
||
"Authors@R": "c(person(\"Henrik\", \"Bengtsson\", role=c(\"aut\", \"cre\", \"cph\"), email = \"henrikb@braju.com\"))",
|
||
"Author": "Henrik Bengtsson [aut, cre, cph]",
|
||
"Maintainer": "Henrik Bengtsson <henrikb@braju.com>",
|
||
"Description": "Methods that simplify the setup of S3 generic functions and S3 methods. Major effort has been made in making definition of methods as simple as possible with a minimum of maintenance for package developers. For example, generic functions are created automatically, if missing, and naming conflict are automatically solved, if possible. The method setMethodS3() is a good start for those who in the future may want to migrate to S4. This is a cross-platform package implemented in pure R that generates standard S3 methods.",
|
||
"License": "LGPL (>= 2.1)",
|
||
"LazyLoad": "TRUE",
|
||
"URL": "https://github.com/HenrikBengtsson/R.methodsS3",
|
||
"BugReports": "https://github.com/HenrikBengtsson/R.methodsS3/issues",
|
||
"NeedsCompilation": "no",
|
||
"Repository": "CRAN"
|
||
},
|
||
"R.oo": {
|
||
"Package": "R.oo",
|
||
"Version": "1.27.0",
|
||
"Source": "Repository",
|
||
"Depends": [
|
||
"R (>= 2.13.0)",
|
||
"R.methodsS3 (>= 1.8.2)"
|
||
],
|
||
"Imports": [
|
||
"methods",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"tools"
|
||
],
|
||
"Title": "R Object-Oriented Programming with or without References",
|
||
"Authors@R": "c(person(\"Henrik\", \"Bengtsson\", role=c(\"aut\", \"cre\", \"cph\"), email = \"henrikb@braju.com\"))",
|
||
"Author": "Henrik Bengtsson [aut, cre, cph]",
|
||
"Maintainer": "Henrik Bengtsson <henrikb@braju.com>",
|
||
"Description": "Methods and classes for object-oriented programming in R with or without references. Large effort has been made on making definition of methods as simple as possible with a minimum of maintenance for package developers. The package has been developed since 2001 and is now considered very stable. This is a cross-platform package implemented in pure R that defines standard S3 classes without any tricks.",
|
||
"License": "LGPL (>= 2.1)",
|
||
"LazyLoad": "TRUE",
|
||
"URL": "https://github.com/HenrikBengtsson/R.oo",
|
||
"BugReports": "https://github.com/HenrikBengtsson/R.oo/issues",
|
||
"NeedsCompilation": "no",
|
||
"Repository": "CRAN"
|
||
},
|
||
"R.utils": {
|
||
"Package": "R.utils",
|
||
"Version": "2.13.0",
|
||
"Source": "Repository",
|
||
"Depends": [
|
||
"R (>= 2.14.0)",
|
||
"R.oo"
|
||
],
|
||
"Imports": [
|
||
"methods",
|
||
"utils",
|
||
"tools",
|
||
"R.methodsS3"
|
||
],
|
||
"Suggests": [
|
||
"datasets",
|
||
"digest (>= 0.6.10)"
|
||
],
|
||
"Title": "Various Programming Utilities",
|
||
"Authors@R": "c(person(\"Henrik\", \"Bengtsson\", role=c(\"aut\", \"cre\", \"cph\"), email = \"henrikb@braju.com\"))",
|
||
"Author": "Henrik Bengtsson [aut, cre, cph]",
|
||
"Maintainer": "Henrik Bengtsson <henrikb@braju.com>",
|
||
"Description": "Utility functions useful when programming and developing R packages.",
|
||
"License": "LGPL (>= 2.1)",
|
||
"LazyLoad": "TRUE",
|
||
"URL": "https://henrikbengtsson.github.io/R.utils/, https://github.com/HenrikBengtsson/R.utils",
|
||
"BugReports": "https://github.com/HenrikBengtsson/R.utils/issues",
|
||
"NeedsCompilation": "no",
|
||
"Repository": "CRAN"
|
||
},
|
||
"R6": {
|
||
"Package": "R6",
|
||
"Version": "2.6.1",
|
||
"Source": "Repository",
|
||
"Title": "Encapsulated Classes with Reference Semantics",
|
||
"Authors@R": "c( person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "Creates classes with reference semantics, similar to R's built-in reference classes. Compared to reference classes, R6 classes are simpler and lighter-weight, and they are not built on S4 classes so they do not require the methods package. These classes allow public and private members, and they support inheritance, even when the classes are defined in different packages.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://r6.r-lib.org, https://github.com/r-lib/R6",
|
||
"BugReports": "https://github.com/r-lib/R6/issues",
|
||
"Depends": [
|
||
"R (>= 3.6)"
|
||
],
|
||
"Suggests": [
|
||
"lobstr",
|
||
"testthat (>= 3.0.0)"
|
||
],
|
||
"Config/Needs/website": "tidyverse/tidytemplate, ggplot2, microbenchmark, scales",
|
||
"Config/testthat/edition": "3",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.2",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Winston Chang [aut, cre], Posit Software, PBC [cph, fnd]",
|
||
"Maintainer": "Winston Chang <winston@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"RColorBrewer": {
|
||
"Package": "RColorBrewer",
|
||
"Version": "1.1-3",
|
||
"Source": "Repository",
|
||
"Date": "2022-04-03",
|
||
"Title": "ColorBrewer Palettes",
|
||
"Authors@R": "c(person(given = \"Erich\", family = \"Neuwirth\", role = c(\"aut\", \"cre\"), email = \"erich.neuwirth@univie.ac.at\"))",
|
||
"Author": "Erich Neuwirth [aut, cre]",
|
||
"Maintainer": "Erich Neuwirth <erich.neuwirth@univie.ac.at>",
|
||
"Depends": [
|
||
"R (>= 2.0.0)"
|
||
],
|
||
"Description": "Provides color schemes for maps (and other graphics) designed by Cynthia Brewer as described at http://colorbrewer2.org.",
|
||
"License": "Apache License 2.0",
|
||
"NeedsCompilation": "no",
|
||
"Repository": "CRAN"
|
||
},
|
||
"REDCapCAST": {
|
||
"Package": "REDCapCAST",
|
||
"Version": "25.3.1",
|
||
"Source": "Repository",
|
||
"Title": "REDCap Metadata Casting and Castellated Data Handling",
|
||
"Authors@R": "c( person(\"Andreas Gammelgaard\", \"Damsbo\", email = \"agdamsbo@clin.au.dk\", role = c(\"aut\", \"cre\"),comment = c(ORCID = \"0000-0002-7559-1154\")), person(\"Paul\", \"Egeler\", email = \"paulegeler@gmail.com\", role = c(\"aut\"), comment = c(ORCID = \"0000-0001-6948-9498\")))",
|
||
"Description": "Casting metadata for REDCap database creation and handling of castellated data using repeated instruments and longitudinal projects in 'REDCap'. Keeps a focused data export approach, by allowing to only export required data from the database. Also for casting new REDCap databases based on datasets from other sources. Originally forked from the R part of 'REDCapRITS' by Paul Egeler. See <https://github.com/pegeler/REDCapRITS>. 'REDCap' (Research Electronic Data Capture) is a secure, web-based software platform designed to support data capture for research studies, providing 1) an intuitive interface for validated data capture; 2) audit trails for tracking data manipulation and export procedures; 3) automated export procedures for seamless data downloads to common statistical packages; and 4) procedures for data integration and interoperability with external sources (Harris et al (2009) <doi:10.1016/j.jbi.2008.08.010>; Harris et al (2019) <doi:10.1016/j.jbi.2019.103208>).",
|
||
"Depends": [
|
||
"R (>= 4.1.0)"
|
||
],
|
||
"Suggests": [
|
||
"httr",
|
||
"jsonlite",
|
||
"testthat",
|
||
"Hmisc",
|
||
"knitr",
|
||
"rmarkdown",
|
||
"styler",
|
||
"devtools",
|
||
"roxygen2",
|
||
"spelling",
|
||
"rhub",
|
||
"rsconnect",
|
||
"pkgconfig"
|
||
],
|
||
"License": "GPL (>= 3)",
|
||
"Encoding": "UTF-8",
|
||
"LazyData": "true",
|
||
"RoxygenNote": "7.3.2",
|
||
"URL": "https://github.com/agdamsbo/REDCapCAST, https://agdamsbo.github.io/REDCapCAST/",
|
||
"BugReports": "https://github.com/agdamsbo/REDCapCAST/issues",
|
||
"Imports": [
|
||
"dplyr",
|
||
"REDCapR",
|
||
"tidyr",
|
||
"tidyselect",
|
||
"keyring",
|
||
"purrr",
|
||
"readr",
|
||
"stats",
|
||
"zip",
|
||
"assertthat",
|
||
"forcats",
|
||
"vctrs",
|
||
"gt",
|
||
"bslib",
|
||
"here",
|
||
"glue",
|
||
"gtsummary",
|
||
"shiny",
|
||
"haven",
|
||
"openxlsx2",
|
||
"readODS"
|
||
],
|
||
"Language": "en-US",
|
||
"VignetteBuilder": "knitr",
|
||
"Collate": "'REDCapCAST-package.R' 'utils.r' 'process_user_input.r' 'REDCap_split.r' 'as_factor.R' 'as_logical.R' 'doc2dd.R' 'ds2dd_detailed.R' 'easy_redcap.R' 'export_redcap_instrument.R' 'fct_drop.R' 'html_styling.R' 'mtcars_redcap.R' 'read_redcap_instrument.R' 'read_redcap_tables.R' 'redcap_wider.R' 'redcapcast_data.R' 'redcapcast_meta.R' 'shiny_cast.R'",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Andreas Gammelgaard Damsbo [aut, cre] (<https://orcid.org/0000-0002-7559-1154>), Paul Egeler [aut] (<https://orcid.org/0000-0001-6948-9498>)",
|
||
"Maintainer": "Andreas Gammelgaard Damsbo <agdamsbo@clin.au.dk>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"REDCapR": {
|
||
"Package": "REDCapR",
|
||
"Version": "1.4.0",
|
||
"Source": "Repository",
|
||
"Title": "Interaction Between R and REDCap",
|
||
"Description": "Encapsulates functions to streamline calls from R to the REDCap API. REDCap (Research Electronic Data CAPture) is a web application for building and managing online surveys and databases developed at Vanderbilt University. The Application Programming Interface (API) offers an avenue to access and modify data programmatically, improving the capacity for literate and reproducible programming.",
|
||
"Authors@R": "c(person(\"Will\", \"Beasley\", role = c(\"aut\", \"cre\"), email = \"wibeasley@hotmail.com\", comment = c(ORCID = \"0000-0002-5613-5006\")), person(\"David\", \"Bard\", role = \"ctb\", comment = c(ORCID = \"0000-0002-3922-8489\")), person(\"Thomas\", \"Wilson\", role = \"ctb\"), person(given=\"John J\", family=\"Aponte\", role = \"ctb\", email=\"john.aponte@isglobal.org\"), person(\"Rollie\", \"Parrish\", role = \"ctb\", email = \"rparrish@flightweb.com\", comment = c(ORCID = \"0000-0001-8858-6381\")), person(\"Benjamin\", \"Nutter\", role = \"ctb\"), person(\"Andrew\", \"Peters\", role = \"ctb\", comment = c(ORCID = \"0000-0003-2487-1268\")), person(\"Hao\", \"Zhu\", role = \"ctb\", comment = c(ORCID = \"0000-0002-3386-6076\")), person(\"Janosch\", \"Linkersdörfer\", role = \"ctb\", comment = c(ORCID = \"0000-0002-1577-1233\")), person(\"Jonathan\", \"Mang\", role = \"ctb\", comment = c(ORCID = \"0000-0003-0518-4710\")), person(\"Felix\", \"Torres\", role = \"ctb\", email = \"fetorres@ucsd.edu\"), person(\"Philip\", \"Chase\", role = \"ctb\", email = \"pbc@ufl.edu\", comment = c(ORCID = \"0000-0002-5318-9420\")), person(\"Victor\", \"Castro\", role = \"ctb\", email = \"vcastro@mgh.harvard.edu\", comment = c(ORCID = \"0000-0001-7390-6354\")), person(\"Greg\", \"Botwin\", role = \"ctb\"), person(\"Stephan\", \"Kadauke\", role = \"ctb\", comment = c(ORCID = \"0000-0003-2996-8034\")), person(\"Ezra\", \"Porter\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4690-8343\")), person(\"Matthew\", \"Schuelke\", role = \"ctb\", email=\"matt@themadstatter.com\", comment = c(ORCID = \"0000-0001-5755-1725\")))",
|
||
"URL": "https://ouhscbbmc.github.io/REDCapR/, https://github.com/OuhscBbmc/REDCapR, https://www.ouhsc.edu/bbmc/, https://projectredcap.org",
|
||
"BugReports": "https://github.com/OuhscBbmc/REDCapR/issues",
|
||
"Depends": [
|
||
"R(>= 3.5.0)"
|
||
],
|
||
"Imports": [
|
||
"checkmate (>= 2.0)",
|
||
"dplyr (>= 1.0)",
|
||
"httr (>= 1.4.0)",
|
||
"jsonlite",
|
||
"magrittr (>= 1.5)",
|
||
"methods",
|
||
"readr (>= 2.0)",
|
||
"rlang (>= 0.4)",
|
||
"tibble (>= 2.0)",
|
||
"tidyr (>= 1.0)"
|
||
],
|
||
"Suggests": [
|
||
"spelling",
|
||
"covr (>= 3.4)",
|
||
"DBI (>= 1.1)",
|
||
"kableExtra (>= 1.0)",
|
||
"knitr",
|
||
"odbc (>= 1.1.1)",
|
||
"purrr (>= 0.3.4)",
|
||
"rmarkdown",
|
||
"sessioninfo (>= 1.1.1)",
|
||
"testthat (>= 3.0)",
|
||
"tidyselect",
|
||
"yaml"
|
||
],
|
||
"License": "MIT + file LICENSE",
|
||
"VignetteBuilder": "knitr",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.2",
|
||
"Config/testthat/edition": "3",
|
||
"Language": "en-US",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Will Beasley [aut, cre] (<https://orcid.org/0000-0002-5613-5006>), David Bard [ctb] (<https://orcid.org/0000-0002-3922-8489>), Thomas Wilson [ctb], John J Aponte [ctb], Rollie Parrish [ctb] (<https://orcid.org/0000-0001-8858-6381>), Benjamin Nutter [ctb], Andrew Peters [ctb] (<https://orcid.org/0000-0003-2487-1268>), Hao Zhu [ctb] (<https://orcid.org/0000-0002-3386-6076>), Janosch Linkersdörfer [ctb] (<https://orcid.org/0000-0002-1577-1233>), Jonathan Mang [ctb] (<https://orcid.org/0000-0003-0518-4710>), Felix Torres [ctb], Philip Chase [ctb] (<https://orcid.org/0000-0002-5318-9420>), Victor Castro [ctb] (<https://orcid.org/0000-0001-7390-6354>), Greg Botwin [ctb], Stephan Kadauke [ctb] (<https://orcid.org/0000-0003-2996-8034>), Ezra Porter [ctb] (<https://orcid.org/0000-0002-4690-8343>), Matthew Schuelke [ctb] (<https://orcid.org/0000-0001-5755-1725>)",
|
||
"Maintainer": "Will Beasley <wibeasley@hotmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"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 = \"edd@debian.org\", comment = c(ORCID = \"0000-0001-6419-907X\")), person(\"Romain\", \"Francois\", role = \"aut\", comment = c(ORCID = \"0000-0002-2444-4226\")), person(\"JJ\", \"Allaire\", role = \"aut\", comment = c(ORCID = \"0000-0003-0174-9868\")), person(\"Kevin\", \"Ushey\", role = \"aut\", comment = c(ORCID = \"0000-0003-2880-7407\")), person(\"Qiang\", \"Kou\", role = \"aut\", comment = c(ORCID = \"0000-0001-6786-5453\")), person(\"Nathan\", \"Russell\", role = \"aut\"), person(\"Iñaki\", \"Ucar\", role = \"aut\", comment = c(ORCID = \"0000-0001-6403-5550\")), person(\"Doug\", \"Bates\", role = \"aut\", comment = c(ORCID = \"0000-0001-8316-9503\")), person(\"John\", \"Chambers\", role = \"aut\"))",
|
||
"Description": "The 'Rcpp' package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier integration of third-party libraries. Documentation about 'Rcpp' is provided by several vignettes included in this package, via the 'Rcpp Gallery' site at <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": "rcpp-devel@lists.r-forge.r-project.org",
|
||
"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 <edd@debian.org>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"RcppEigen": {
|
||
"Package": "RcppEigen",
|
||
"Version": "0.3.4.0.2",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "'Rcpp' Integration for the 'Eigen' Templated Linear Algebra Library",
|
||
"Date": "2024-08-23",
|
||
"Authors@R": "c(person(\"Doug\", \"Bates\", role = \"aut\", comment = c(ORCID = \"0000-0001-8316-9503\")), person(\"Dirk\", \"Eddelbuettel\", role = c(\"aut\", \"cre\"), email = \"edd@debian.org\", comment = c(ORCID = \"0000-0001-6419-907X\")), person(\"Romain\", \"Francois\", role = \"aut\", comment = c(ORCID = \"0000-0002-2444-4226\")), person(\"Yixuan\", \"Qiu\", role = \"aut\", comment = c(ORCID = \"0000-0003-0109-6692\")), person(\"Authors of\", \"Eigen\", role = \"cph\", comment = \"Authorship and copyright in included Eigen library as detailed in inst/COPYRIGHTS\"))",
|
||
"Copyright": "See the file COPYRIGHTS for various Eigen copyright details",
|
||
"Description": "R and 'Eigen' integration using 'Rcpp'. 'Eigen' is a C++ template library for linear algebra: matrices, vectors, numerical solvers and related algorithms. It supports dense and sparse matrices on integer, floating point and complex numbers, decompositions of such matrices, and solutions of linear systems. Its performance on many algorithms is comparable with some of the best implementations based on 'Lapack' and level-3 'BLAS'. The 'RcppEigen' package includes the header files from the 'Eigen' C++ template library. Thus users do not need to install 'Eigen' itself in order to use 'RcppEigen'. Since version 3.1.1, 'Eigen' is licensed under the Mozilla Public License (version 2); earlier version were licensed under the GNU LGPL version 3 or later. 'RcppEigen' (the 'Rcpp' bindings/bridge to 'Eigen') is licensed under the GNU GPL version 2 or later, as is the rest of 'Rcpp'.",
|
||
"License": "GPL (>= 2) | file LICENSE",
|
||
"LazyLoad": "yes",
|
||
"Depends": [
|
||
"R (>= 3.6.0)"
|
||
],
|
||
"LinkingTo": [
|
||
"Rcpp"
|
||
],
|
||
"Imports": [
|
||
"Rcpp (>= 0.11.0)",
|
||
"stats",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"Matrix",
|
||
"inline",
|
||
"tinytest",
|
||
"pkgKitten",
|
||
"microbenchmark"
|
||
],
|
||
"URL": "https://github.com/RcppCore/RcppEigen, https://dirk.eddelbuettel.com/code/rcpp.eigen.html",
|
||
"BugReports": "https://github.com/RcppCore/RcppEigen/issues",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Doug Bates [aut] (<https://orcid.org/0000-0001-8316-9503>), Dirk Eddelbuettel [aut, cre] (<https://orcid.org/0000-0001-6419-907X>), Romain Francois [aut] (<https://orcid.org/0000-0002-2444-4226>), Yixuan Qiu [aut] (<https://orcid.org/0000-0003-0109-6692>), Authors of Eigen [cph] (Authorship and copyright in included Eigen library as detailed in inst/COPYRIGHTS)",
|
||
"Maintainer": "Dirk Eddelbuettel <edd@debian.org>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"Rdpack": {
|
||
"Package": "Rdpack",
|
||
"Version": "2.6.2",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Update and Manipulate Rd Documentation Objects",
|
||
"Authors@R": "c( person(given = c(\"Georgi\", \"N.\"), family = \"Boshnakov\", role = c(\"aut\", \"cre\"), email = \"georgi.boshnakov@manchester.ac.uk\"), person(given = \"Duncan\", family = \"Murdoch\", role = \"ctb\", email = \"murdoch.duncan@gmail.com\") )",
|
||
"Description": "Functions for manipulation of R documentation objects, including functions reprompt() and ereprompt() for updating 'Rd' documentation for functions, methods and classes; 'Rd' macros for citations and import of references from 'bibtex' files for use in 'Rd' files and 'roxygen2' comments; 'Rd' macros for evaluating and inserting snippets of 'R' code and the results of its evaluation or creating graphics on the fly; and many functions for manipulation of references and Rd files.",
|
||
"URL": "https://geobosh.github.io/Rdpack/ (doc), https://github.com/GeoBosh/Rdpack (devel)",
|
||
"BugReports": "https://github.com/GeoBosh/Rdpack/issues",
|
||
"Depends": [
|
||
"R (>= 2.15.0)",
|
||
"methods"
|
||
],
|
||
"Imports": [
|
||
"tools",
|
||
"utils",
|
||
"rbibutils (>= 1.3)"
|
||
],
|
||
"Suggests": [
|
||
"grDevices",
|
||
"testthat",
|
||
"rstudioapi",
|
||
"rprojroot",
|
||
"gbRd"
|
||
],
|
||
"License": "GPL (>= 2)",
|
||
"LazyLoad": "yes",
|
||
"RoxygenNote": "7.1.1",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Georgi N. Boshnakov [aut, cre], Duncan Murdoch [ctb]",
|
||
"Maintainer": "Georgi N. Boshnakov <georgi.boshnakov@manchester.ac.uk>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"V8": {
|
||
"Package": "V8",
|
||
"Version": "6.0.1",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Embedded JavaScript and WebAssembly Engine for R",
|
||
"Authors@R": "c( person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"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 <jeroenooms@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"ape": {
|
||
"Package": "ape",
|
||
"Version": "5.8-1",
|
||
"Source": "Repository",
|
||
"Date": "2024-12-10",
|
||
"Title": "Analyses of Phylogenetics and Evolution",
|
||
"Authors@R": "c(person(\"Emmanuel\", \"Paradis\", role = c(\"aut\", \"cre\", \"cph\"), email = \"Emmanuel.Paradis@ird.fr\", comment = c(ORCID = \"0000-0003-3092-2199\")), person(\"Simon\", \"Blomberg\", role = c(\"aut\", \"cph\"), comment = c(ORCID = \"0000-0003-1062-0839\")), person(\"Ben\", \"Bolker\", role = c(\"aut\", \"cph\"), comment = c(ORCID = \"0000-0002-2127-0443\")), person(\"Joseph\", \"Brown\", role = c(\"aut\", \"cph\"), comment = c(ORCID = \"0000-0002-3835-8062\")), person(\"Santiago\", \"Claramunt\", role = c(\"aut\", \"cph\"), comment = c(ORCID = \"0000-0002-8926-5974\")), person(\"Julien\", \"Claude\", role = c(\"aut\", \"cph\"), , comment = c(ORCID = \"0000-0002-9267-1228\")), person(\"Hoa Sien\", \"Cuong\", role = c(\"aut\", \"cph\")), person(\"Richard\", \"Desper\", role = c(\"aut\", \"cph\")), person(\"Gilles\", \"Didier\", role = c(\"aut\", \"cph\"), comment = c(ORCID = \"0000-0003-0596-9112\")), person(\"Benoit\", \"Durand\", role = c(\"aut\", \"cph\")), person(\"Julien\", \"Dutheil\", role = c(\"aut\", \"cph\"), comment = c(ORCID = \"0000-0001-7753-4121\")), person(\"RJ\", \"Ewing\", role = c(\"aut\", \"cph\")), person(\"Olivier\", \"Gascuel\", role = c(\"aut\", \"cph\")), person(\"Thomas\", \"Guillerme\", role = c(\"aut\", \"cph\"), comment = c(ORCID = \"0000-0003-4325-1275\")), person(\"Christoph\", \"Heibl\", role = c(\"aut\", \"cph\"), comment = c(ORCID = \"0000-0002-7655-3299\")), person(\"Anthony\", \"Ives\", role = c(\"aut\", \"cph\"), comment = c(ORCID = \"0000-0001-9375-9523\")), person(\"Bradley\", \"Jones\", role = c(\"aut\", \"cph\"), comment = c(ORCID = \"0000-0003-4498-1069\")), person(\"Franz\", \"Krah\", role = c(\"aut\", \"cph\"), comment = c(ORCID = \"0000-0001-7866-7508\")), person(\"Daniel\", \"Lawson\", role = c(\"aut\", \"cph\"), comment = c(ORCID = \"0000-0002-5311-6213\")), person(\"Vincent\", \"Lefort\", role = c(\"aut\", \"cph\")), person(\"Pierre\", \"Legendre\", role = c(\"aut\", \"cph\"), comment = c(ORCID = \"0000-0002-3838-3305\")), person(\"Jim\", \"Lemon\", role = c(\"aut\", \"cph\")), person(\"Guillaume\", \"Louvel\", role = c(\"aut\", \"cph\"), comment = c(ORCID = \"0000-0002-7745-0785\")), person(\"Federico\", \"Marotta\", role = c(\"aut\", \"cph\")), person(\"Eric\", \"Marcon\", role = c(\"aut\", \"cph\"), comment = c(ORCID = \"0000-0002-5249-321X\")), person(\"Rosemary\", \"McCloskey\", role = c(\"aut\", \"cph\"), comment = c(ORCID = \"0000-0002-9772-8553\")), person(\"Johan\", \"Nylander\", role = c(\"aut\", \"cph\")), person(\"Rainer\", \"Opgen-Rhein\", role = c(\"aut\", \"cph\")), person(\"Andrei-Alin\", \"Popescu\", role = c(\"aut\", \"cph\")), person(\"Manuela\", \"Royer-Carenzi\", role = c(\"aut\", \"cph\")), person(\"Klaus\", \"Schliep\", role = c(\"aut\", \"cph\"), comment = c(ORCID = \"0000-0003-2941-0161\")), person(\"Korbinian\", \"Strimmer\", role = c(\"aut\", \"cph\"), comment = c(ORCID = \"0000-0001-7917-2056\")), person(\"Damien\", \"de Vienne\", role = c(\"aut\", \"cph\"), comment = c(ORCID = \"0000-0001-9532-5251\")))",
|
||
"Depends": [
|
||
"R (>= 3.2.0)"
|
||
],
|
||
"Suggests": [
|
||
"gee",
|
||
"expm",
|
||
"igraph",
|
||
"phangorn",
|
||
"xml2"
|
||
],
|
||
"Imports": [
|
||
"nlme",
|
||
"lattice",
|
||
"graphics",
|
||
"methods",
|
||
"stats",
|
||
"utils",
|
||
"parallel",
|
||
"Rcpp (>= 0.12.0)",
|
||
"digest"
|
||
],
|
||
"LinkingTo": [
|
||
"Rcpp"
|
||
],
|
||
"ZipData": "no",
|
||
"Description": "Functions for reading, writing, plotting, and manipulating phylogenetic trees, analyses of comparative data in a phylogenetic framework, ancestral character analyses, analyses of diversification and macroevolution, computing distances from DNA sequences, reading and writing nucleotide sequences as well as importing from BioConductor, and several tools such as Mantel's test, generalized skyline plots, graphical exploration of phylogenetic data (alex, trex, kronoviz), estimation of absolute evolutionary rates and clock-like trees using mean path lengths and penalized likelihood, dating trees with non-contemporaneous sequences, translating DNA into AA sequences, and assessing sequence alignments. Phylogeny estimation can be done with the NJ, BIONJ, ME, MVR, SDM, and triangle methods, and several methods handling incomplete distance matrices (NJ*, BIONJ*, MVR*, and the corresponding triangle method). Some functions call external applications (PhyML, Clustal, T-Coffee, Muscle) whose results are returned into R.",
|
||
"License": "GPL-2 | GPL-3",
|
||
"URL": "https://github.com/emmanuelparadis/ape",
|
||
"BugReports": "https://github.com/emmanuelparadis/ape/issues",
|
||
"Encoding": "UTF-8",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Emmanuel Paradis [aut, cre, cph] (<https://orcid.org/0000-0003-3092-2199>), Simon Blomberg [aut, cph] (<https://orcid.org/0000-0003-1062-0839>), Ben Bolker [aut, cph] (<https://orcid.org/0000-0002-2127-0443>), Joseph Brown [aut, cph] (<https://orcid.org/0000-0002-3835-8062>), Santiago Claramunt [aut, cph] (<https://orcid.org/0000-0002-8926-5974>), Julien Claude [aut, cph] (<https://orcid.org/0000-0002-9267-1228>), Hoa Sien Cuong [aut, cph], Richard Desper [aut, cph], Gilles Didier [aut, cph] (<https://orcid.org/0000-0003-0596-9112>), Benoit Durand [aut, cph], Julien Dutheil [aut, cph] (<https://orcid.org/0000-0001-7753-4121>), RJ Ewing [aut, cph], Olivier Gascuel [aut, cph], Thomas Guillerme [aut, cph] (<https://orcid.org/0000-0003-4325-1275>), Christoph Heibl [aut, cph] (<https://orcid.org/0000-0002-7655-3299>), Anthony Ives [aut, cph] (<https://orcid.org/0000-0001-9375-9523>), Bradley Jones [aut, cph] (<https://orcid.org/0000-0003-4498-1069>), Franz Krah [aut, cph] (<https://orcid.org/0000-0001-7866-7508>), Daniel Lawson [aut, cph] (<https://orcid.org/0000-0002-5311-6213>), Vincent Lefort [aut, cph], Pierre Legendre [aut, cph] (<https://orcid.org/0000-0002-3838-3305>), Jim Lemon [aut, cph], Guillaume Louvel [aut, cph] (<https://orcid.org/0000-0002-7745-0785>), Federico Marotta [aut, cph], Eric Marcon [aut, cph] (<https://orcid.org/0000-0002-5249-321X>), Rosemary McCloskey [aut, cph] (<https://orcid.org/0000-0002-9772-8553>), Johan Nylander [aut, cph], Rainer Opgen-Rhein [aut, cph], Andrei-Alin Popescu [aut, cph], Manuela Royer-Carenzi [aut, cph], Klaus Schliep [aut, cph] (<https://orcid.org/0000-0003-2941-0161>), Korbinian Strimmer [aut, cph] (<https://orcid.org/0000-0001-7917-2056>), Damien de Vienne [aut, cph] (<https://orcid.org/0000-0001-9532-5251>)",
|
||
"Maintainer": "Emmanuel Paradis <Emmanuel.Paradis@ird.fr>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"apexcharter": {
|
||
"Package": "apexcharter",
|
||
"Version": "0.4.4",
|
||
"Source": "Repository",
|
||
"Title": "Create Interactive Chart with the JavaScript 'ApexCharts' Library",
|
||
"Description": "Provides an 'htmlwidgets' interface to 'apexcharts.js'. 'Apexcharts' is a modern JavaScript charting library to build interactive charts and visualizations with simple API. 'Apexcharts' examples and documentation are available here: <https://apexcharts.com/>.",
|
||
"Authors@R": "c( person(\"Victor\", \"Perrier\", email = \"victor.perrier@dreamrs.fr\", role = c(\"aut\", \"cre\")), person(\"Fanny\", \"Meyer\", role = \"aut\"), person(\"Juned\", \"Chhipa\", role = \"cph\", comment = \"apexcharts.js library\"), person(\"Mike\", \"Bostock\", role = \"cph\", comment = \"d3.format library\"))",
|
||
"License": "MIT + file LICENSE",
|
||
"Encoding": "UTF-8",
|
||
"LazyData": "true",
|
||
"ByteCompile": "true",
|
||
"Depends": [
|
||
"R (>= 2.10)"
|
||
],
|
||
"Imports": [
|
||
"htmltools",
|
||
"htmlwidgets (>= 1.5.3)",
|
||
"magrittr",
|
||
"rlang",
|
||
"ggplot2",
|
||
"jsonlite",
|
||
"shiny (>= 1.1.0)"
|
||
],
|
||
"Suggests": [
|
||
"testthat",
|
||
"knitr",
|
||
"scales",
|
||
"rmarkdown",
|
||
"covr"
|
||
],
|
||
"RoxygenNote": "7.3.2",
|
||
"URL": "https://github.com/dreamRs/apexcharter, https://dreamrs.github.io/apexcharter/",
|
||
"BugReports": "https://github.com/dreamRs/apexcharter/issues",
|
||
"VignetteBuilder": "knitr",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Victor Perrier [aut, cre], Fanny Meyer [aut], Juned Chhipa [cph] (apexcharts.js library), Mike Bostock [cph] (d3.format library)",
|
||
"Maintainer": "Victor Perrier <victor.perrier@dreamrs.fr>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"askpass": {
|
||
"Package": "askpass",
|
||
"Version": "1.2.1",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Password Entry Utilities for R, Git, and SSH",
|
||
"Authors@R": "person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\"))",
|
||
"Description": "Cross-platform utilities for prompting the user for credentials or a passphrase, for example to authenticate with a server or read a protected key. Includes native programs for MacOS and Windows, hence no 'tcltk' is required. Password entry can be invoked in two different ways: directly from R via the askpass() function, or indirectly as password-entry back-end for 'ssh-agent' or 'git-credential' via the SSH_ASKPASS and GIT_ASKPASS environment variables. Thereby the user can be prompted for credentials or a passphrase if needed when R calls out to git or ssh.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://r-lib.r-universe.dev/askpass",
|
||
"BugReports": "https://github.com/r-lib/askpass/issues",
|
||
"Encoding": "UTF-8",
|
||
"Imports": [
|
||
"sys (>= 2.1)"
|
||
],
|
||
"RoxygenNote": "7.2.3",
|
||
"Suggests": [
|
||
"testthat"
|
||
],
|
||
"Language": "en-US",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>)",
|
||
"Maintainer": "Jeroen Ooms <jeroenooms@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"assertthat": {
|
||
"Package": "assertthat",
|
||
"Version": "0.2.1",
|
||
"Source": "Repository",
|
||
"Title": "Easy Pre and Post Assertions",
|
||
"Authors@R": "person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", c(\"aut\", \"cre\"))",
|
||
"Description": "An extension to stopifnot() that makes it easy to declare the pre and post conditions that you code should satisfy, while also producing friendly error messages so that your users know what's gone wrong.",
|
||
"License": "GPL-3",
|
||
"Imports": [
|
||
"tools"
|
||
],
|
||
"Suggests": [
|
||
"testthat",
|
||
"covr"
|
||
],
|
||
"RoxygenNote": "6.0.1",
|
||
"Collate": "'assert-that.r' 'on-failure.r' 'assertions-file.r' 'assertions-scalar.R' 'assertions.r' 'base.r' 'base-comparison.r' 'base-is.r' 'base-logical.r' 'base-misc.r' 'utils.r' 'validate-that.R'",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Hadley Wickham [aut, cre]",
|
||
"Maintainer": "Hadley Wickham <hadley@rstudio.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"backports": {
|
||
"Package": "backports",
|
||
"Version": "1.5.0",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Reimplementations of Functions Introduced Since R-3.0.0",
|
||
"Authors@R": "c( person(\"Michel\", \"Lang\", NULL, \"michellang@gmail.com\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0001-9754-0393\")), person(\"Duncan\", \"Murdoch\", NULL, \"murdoch.duncan@gmail.com\", role = c(\"aut\")), person(\"R Core Team\", role = \"aut\"))",
|
||
"Maintainer": "Michel Lang <michellang@gmail.com>",
|
||
"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": "CRAN"
|
||
},
|
||
"base64enc": {
|
||
"Package": "base64enc",
|
||
"Version": "0.1-3",
|
||
"Source": "Repository",
|
||
"Title": "Tools for base64 encoding",
|
||
"Author": "Simon Urbanek <Simon.Urbanek@r-project.org>",
|
||
"Maintainer": "Simon Urbanek <Simon.Urbanek@r-project.org>",
|
||
"Depends": [
|
||
"R (>= 2.9.0)"
|
||
],
|
||
"Enhances": [
|
||
"png"
|
||
],
|
||
"Description": "This package provides tools for handling base64 encoding. It is more flexible than the orphaned base64 package.",
|
||
"License": "GPL-2 | GPL-3",
|
||
"URL": "http://www.rforge.net/base64enc",
|
||
"NeedsCompilation": "yes",
|
||
"Repository": "CRAN"
|
||
},
|
||
"bayestestR": {
|
||
"Package": "bayestestR",
|
||
"Version": "0.15.2",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Understand and Describe Bayesian Models and Posterior Distributions",
|
||
"Authors@R": "c(person(given = \"Dominique\", family = \"Makowski\", role = c(\"aut\", \"cre\"), email = \"dom.makowski@gmail.com\", comment = c(ORCID = \"0000-0001-5375-9967\")), person(given = \"Daniel\", family = \"Lüdecke\", role = \"aut\", email = \"d.luedecke@uke.de\", comment = c(ORCID = \"0000-0002-8895-3206\")), person(given = \"Mattan S.\", family = \"Ben-Shachar\", role = \"aut\", email = \"matanshm@post.bgu.ac.il\", comment = c(ORCID = \"0000-0002-4287-4801\")), person(given = \"Indrajeet\", family = \"Patil\", role = \"aut\", email = \"patilindrajeet.science@gmail.com\", comment = c(ORCID = \"0000-0003-1995-6531\")), person(given = \"Micah K.\", family = \"Wilson\", role = \"aut\", email = \"micah.k.wilson@curtin.edu.au\", comment = c(ORCID = \"0000-0003-4143-7308\")), person(given = \"Brenton M.\", family = \"Wiernik\", role = \"aut\", email = \"brenton@wiernik.org\", comment = c(ORCID = \"0000-0001-9560-6336\")), person(given = \"Paul-Christian\", family = \"Bürkner\", role = \"rev\", email = \"paul.buerkner@gmail.com\"), person(given = \"Tristan\", family = \"Mahr\", role = \"rev\", email = \"tristan.mahr@wisc.edu\", comment = c(ORCID = \"0000-0002-8890-5116\")), person(given = \"Henrik\", family = \"Singmann\", role = \"ctb\", email = \"singmann@gmail.com\", comment = c(ORCID = \"0000-0002-4842-3657\")), person(given = \"Quentin F.\", family = \"Gronau\", role = \"ctb\", comment = c(ORCID = \"0000-0001-5510-6943\")), person(given = \"Sam\", family = \"Crawley\", role = \"ctb\", email = \"sam@crawley.nz\", comment = c(ORCID = \"0000-0002-7847-0411\")))",
|
||
"Maintainer": "Dominique Makowski <dom.makowski@gmail.com>",
|
||
"Description": "Provides utilities to describe posterior distributions and Bayesian models. It includes point-estimates such as Maximum A Posteriori (MAP), measures of dispersion (Highest Density Interval - HDI; Kruschke, 2015 <doi:10.1016/C2012-0-00477-2>) and indices used for null-hypothesis testing (such as ROPE percentage, pd and Bayes factors). References: Makowski et al. (2021) <doi:10.21105/joss.01541>.",
|
||
"Depends": [
|
||
"R (>= 3.6)"
|
||
],
|
||
"Imports": [
|
||
"insight (>= 1.0.1)",
|
||
"datawizard (>= 1.0.0)",
|
||
"graphics",
|
||
"methods",
|
||
"stats",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"BayesFactor (>= 0.9.12-4.4)",
|
||
"bayesQR",
|
||
"bayesplot",
|
||
"betareg",
|
||
"BH",
|
||
"blavaan",
|
||
"bridgesampling",
|
||
"brms",
|
||
"collapse",
|
||
"curl",
|
||
"effectsize",
|
||
"emmeans",
|
||
"gamm4",
|
||
"ggdist",
|
||
"ggplot2",
|
||
"glmmTMB",
|
||
"httr2",
|
||
"KernSmooth",
|
||
"knitr",
|
||
"lavaan",
|
||
"lme4",
|
||
"logspline (>= 2.1.21)",
|
||
"marginaleffects (>= 0.24.0)",
|
||
"MASS",
|
||
"mclust",
|
||
"mediation",
|
||
"modelbased",
|
||
"ordbetareg",
|
||
"parameters",
|
||
"patchwork",
|
||
"performance",
|
||
"quadprog",
|
||
"posterior",
|
||
"RcppEigen",
|
||
"rmarkdown",
|
||
"rstan",
|
||
"rstanarm",
|
||
"see (>= 0.8.5)",
|
||
"testthat",
|
||
"tweedie",
|
||
"withr"
|
||
],
|
||
"License": "GPL-3",
|
||
"URL": "https://easystats.github.io/bayestestR/",
|
||
"BugReports": "https://github.com/easystats/bayestestR/issues",
|
||
"VignetteBuilder": "knitr",
|
||
"Encoding": "UTF-8",
|
||
"Language": "en-US",
|
||
"RoxygenNote": "7.3.2",
|
||
"Config/testthat/edition": "3",
|
||
"Config/testthat/parallel": "true",
|
||
"Config/rcmdcheck/ignore-inconsequential-notes": "true",
|
||
"Config/Needs/website": "easystats/easystatstemplate",
|
||
"Config/Needs/check": "stan-dev/cmdstanr",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Dominique Makowski [aut, cre] (<https://orcid.org/0000-0001-5375-9967>), Daniel Lüdecke [aut] (<https://orcid.org/0000-0002-8895-3206>), Mattan S. Ben-Shachar [aut] (<https://orcid.org/0000-0002-4287-4801>), Indrajeet Patil [aut] (<https://orcid.org/0000-0003-1995-6531>), Micah K. Wilson [aut] (<https://orcid.org/0000-0003-4143-7308>), Brenton M. Wiernik [aut] (<https://orcid.org/0000-0001-9560-6336>), Paul-Christian Bürkner [rev], Tristan Mahr [rev] (<https://orcid.org/0000-0002-8890-5116>), Henrik Singmann [ctb] (<https://orcid.org/0000-0002-4842-3657>), Quentin F. Gronau [ctb] (<https://orcid.org/0000-0001-5510-6943>), Sam Crawley [ctb] (<https://orcid.org/0000-0002-7847-0411>)",
|
||
"Repository": "CRAN"
|
||
},
|
||
"bigD": {
|
||
"Package": "bigD",
|
||
"Version": "0.3.0",
|
||
"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\", , \"rich@posit.co\", c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-3925-190X\")), 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.3.0)"
|
||
],
|
||
"Suggests": [
|
||
"covr",
|
||
"testthat (>= 3.0.0)",
|
||
"tibble (>= 3.2.1)"
|
||
],
|
||
"Config/testthat/edition": "3",
|
||
"Config/testthat/parallel": "true",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Richard Iannone [aut, cre] (<https://orcid.org/0000-0003-3925-190X>), Posit Software, PBC [cph, fnd]",
|
||
"Maintainer": "Richard Iannone <rich@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"bit": {
|
||
"Package": "bit",
|
||
"Version": "4.6.0",
|
||
"Source": "Repository",
|
||
"Title": "Classes and Methods for Fast Memory-Efficient Boolean Selections",
|
||
"Authors@R": "c( person(\"Michael\", \"Chirico\", email = \"MichaelChirico4@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Jens\", \"Oehlschlägel\", role = \"aut\"), person(\"Brian\", \"Ripley\", role = \"ctb\") )",
|
||
"Depends": [
|
||
"R (>= 3.4.0)"
|
||
],
|
||
"Suggests": [
|
||
"testthat (>= 3.0.0)",
|
||
"roxygen2",
|
||
"knitr",
|
||
"markdown",
|
||
"rmarkdown",
|
||
"microbenchmark",
|
||
"bit64 (>= 4.0.0)",
|
||
"ff (>= 4.0.0)"
|
||
],
|
||
"Description": "Provided are classes for boolean and skewed boolean vectors, fast boolean methods, fast unique and non-unique integer sorting, fast set operations on sorted and unsorted sets of integers, and foundations for ff (range index, compression, chunked processing).",
|
||
"License": "GPL-2 | GPL-3",
|
||
"LazyLoad": "yes",
|
||
"ByteCompile": "yes",
|
||
"Encoding": "UTF-8",
|
||
"URL": "https://github.com/r-lib/bit",
|
||
"VignetteBuilder": "knitr, rmarkdown",
|
||
"RoxygenNote": "7.3.2",
|
||
"Config/testthat/edition": "3",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Michael Chirico [aut, cre], Jens Oehlschlägel [aut], Brian Ripley [ctb]",
|
||
"Maintainer": "Michael Chirico <MichaelChirico4@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"bit64": {
|
||
"Package": "bit64",
|
||
"Version": "4.6.0-1",
|
||
"Source": "Repository",
|
||
"Title": "A S3 Class for Vectors of 64bit Integers",
|
||
"Authors@R": "c( person(\"Michael\", \"Chirico\", email = \"michaelchirico4@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Jens\", \"Oehlschlägel\", role = \"aut\"), person(\"Leonardo\", \"Silvestri\", role = \"ctb\"), person(\"Ofek\", \"Shilon\", role = \"ctb\") )",
|
||
"Depends": [
|
||
"R (>= 3.4.0)",
|
||
"bit (>= 4.0.0)"
|
||
],
|
||
"Description": "Package 'bit64' provides serializable S3 atomic 64bit (signed) integers. These are useful for handling database keys and exact counting in +-2^63. WARNING: do not use them as replacement for 32bit integers, integer64 are not supported for subscripting by R-core and they have different semantics when combined with double, e.g. integer64 + double => integer64. Class integer64 can be used in vectors, matrices, arrays and data.frames. Methods are available for coercion from and to logicals, integers, doubles, characters and factors as well as many elementwise and summary functions. Many fast algorithmic operations such as 'match' and 'order' support inter- active data exploration and manipulation and optionally leverage caching.",
|
||
"License": "GPL-2 | GPL-3",
|
||
"LazyLoad": "yes",
|
||
"ByteCompile": "yes",
|
||
"URL": "https://github.com/r-lib/bit64",
|
||
"Encoding": "UTF-8",
|
||
"Imports": [
|
||
"graphics",
|
||
"methods",
|
||
"stats",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"testthat (>= 3.0.3)",
|
||
"withr"
|
||
],
|
||
"Config/testthat/edition": "3",
|
||
"Config/needs/development": "testthat",
|
||
"RoxygenNote": "7.3.2",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Michael Chirico [aut, cre], Jens Oehlschlägel [aut], Leonardo Silvestri [ctb], Ofek Shilon [ctb]",
|
||
"Maintainer": "Michael Chirico <michaelchirico4@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"bitops": {
|
||
"Package": "bitops",
|
||
"Version": "1.0-9",
|
||
"Source": "Repository",
|
||
"Date": "2024-10-03",
|
||
"Authors@R": "c( person(\"Steve\", \"Dutky\", role = \"aut\", email = \"sdutky@terpalum.umd.edu\", comment = \"S original; then (after MM's port) revised and modified\"), person(\"Martin\", \"Maechler\", role = c(\"cre\", \"aut\"), email = \"maechler@stat.math.ethz.ch\", 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 <maechler@stat.math.ethz.ch>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"boot": {
|
||
"Package": "boot",
|
||
"Version": "1.3-31",
|
||
"Source": "Repository",
|
||
"Priority": "recommended",
|
||
"Date": "2024-08-28",
|
||
"Authors@R": "c(person(\"Angelo\", \"Canty\", role = \"aut\", email = \"cantya@mcmaster.ca\", comment = \"author of original code for S\"), person(\"Brian\", \"Ripley\", role = c(\"aut\", \"trl\"), email = \"ripley@stats.ox.ac.uk\", comment = \"conversion to R, maintainer 1999--2022, author of parallel support\"), person(\"Alessandra R.\", \"Brazzale\", role = c(\"ctb\", \"cre\"), email = \"brazzale@stat.unipd.it\", comment = \"minor bug fixes\"))",
|
||
"Maintainer": "Alessandra R. Brazzale <brazzale@stat.unipd.it>",
|
||
"Note": "Maintainers are not available to give advice on using a package they did not author.",
|
||
"Description": "Functions and datasets for bootstrapping from the book \"Bootstrap Methods and Their Application\" by A. C. Davison and D. V. Hinkley (1997, CUP), originally written by Angelo Canty for S.",
|
||
"Title": "Bootstrap Functions (Originally by Angelo Canty for S)",
|
||
"Depends": [
|
||
"R (>= 3.0.0)",
|
||
"graphics",
|
||
"stats"
|
||
],
|
||
"Suggests": [
|
||
"MASS",
|
||
"survival"
|
||
],
|
||
"LazyData": "yes",
|
||
"ByteCompile": "yes",
|
||
"License": "Unlimited",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Angelo Canty [aut] (author of original code for S), Brian Ripley [aut, trl] (conversion to R, maintainer 1999--2022, author of parallel support), Alessandra R. Brazzale [ctb, cre] (minor bug fixes)",
|
||
"Repository": "CRAN"
|
||
},
|
||
"brio": {
|
||
"Package": "brio",
|
||
"Version": "1.1.5",
|
||
"Source": "Repository",
|
||
"Title": "Basic R Input Output",
|
||
"Authors@R": "c( person(\"Jim\", \"Hester\", role = \"aut\", comment = c(ORCID = \"0000-0002-2739-7082\")), person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "Functions to handle basic input output, these functions always read and write UTF-8 (8-bit Unicode Transformation Format) files and provide more explicit control over line endings.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://brio.r-lib.org, https://github.com/r-lib/brio",
|
||
"BugReports": "https://github.com/r-lib/brio/issues",
|
||
"Depends": [
|
||
"R (>= 3.6)"
|
||
],
|
||
"Suggests": [
|
||
"covr",
|
||
"testthat (>= 3.0.0)"
|
||
],
|
||
"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 <csardi.gabor@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"broom": {
|
||
"Package": "broom",
|
||
"Version": "1.0.7",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Convert Statistical Objects into Tidy Tibbles",
|
||
"Authors@R": "c(person(given = \"David\", family = \"Robinson\", role = \"aut\", email = \"admiral.david@gmail.com\"), person(given = \"Alex\", family = \"Hayes\", role = \"aut\", email = \"alexpghayes@gmail.com\", comment = c(ORCID = \"0000-0002-4985-5160\")), person(given = \"Simon\", family = \"Couch\", role = c(\"aut\", \"cre\"), email = \"simon.couch@posit.co\", comment = c(ORCID = \"0000-0001-5676-5107\")), person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(given = \"Indrajeet\", family = \"Patil\", role = \"ctb\", email = \"patilindrajeet.science@gmail.com\", comment = c(ORCID = \"0000-0003-1995-6531\")), person(given = \"Derek\", family = \"Chiu\", role = \"ctb\", email = \"dchiu@bccrc.ca\"), person(given = \"Matthieu\", family = \"Gomez\", role = \"ctb\", email = \"mattg@princeton.edu\"), person(given = \"Boris\", family = \"Demeshev\", role = \"ctb\", email = \"boris.demeshev@gmail.com\"), person(given = \"Dieter\", family = \"Menne\", role = \"ctb\", email = \"dieter.menne@menne-biomed.de\"), person(given = \"Benjamin\", family = \"Nutter\", role = \"ctb\", email = \"nutter@battelle.org\"), person(given = \"Luke\", family = \"Johnston\", role = \"ctb\", email = \"luke.johnston@mail.utoronto.ca\"), person(given = \"Ben\", family = \"Bolker\", role = \"ctb\", email = \"bolker@mcmaster.ca\"), person(given = \"Francois\", family = \"Briatte\", role = \"ctb\", email = \"f.briatte@gmail.com\"), person(given = \"Jeffrey\", family = \"Arnold\", role = \"ctb\", email = \"jeffrey.arnold@gmail.com\"), person(given = \"Jonah\", family = \"Gabry\", role = \"ctb\", email = \"jsg2201@columbia.edu\"), person(given = \"Luciano\", family = \"Selzer\", role = \"ctb\", email = \"luciano.selzer@gmail.com\"), person(given = \"Gavin\", family = \"Simpson\", role = \"ctb\", email = \"ucfagls@gmail.com\"), person(given = \"Jens\", family = \"Preussner\", role = \"ctb\", email = \" jens.preussner@mpi-bn.mpg.de\"), person(given = \"Jay\", family = \"Hesselberth\", role = \"ctb\", email = \"jay.hesselberth@gmail.com\"), person(given = \"Hadley\", family = \"Wickham\", role = \"ctb\", email = \"hadley@posit.co\"), person(given = \"Matthew\", family = \"Lincoln\", role = \"ctb\", email = \"matthew.d.lincoln@gmail.com\"), person(given = \"Alessandro\", family = \"Gasparini\", role = \"ctb\", email = \"ag475@leicester.ac.uk\"), person(given = \"Lukasz\", family = \"Komsta\", role = \"ctb\", email = \"lukasz.komsta@umlub.pl\"), 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 = \"cornelioid@gmail.com\"), person(given = \"Simon\", family = \"Jackson\", role = \"ctb\", email = \"drsimonjackson@gmail.com\"), person(given = \"Ben\", family = \"Whalley\", role = \"ctb\", email = \"ben.whalley@plymouth.ac.uk\"), person(given = \"Karissa\", family = \"Whiting\", role = \"ctb\", email = \"karissa.whiting@gmail.com\"), person(given = \"Yves\", family = \"Rosseel\", role = \"ctb\", email = \"yrosseel@gmail.com\"), person(given = \"Michael\", family = \"Kuehn\", role = \"ctb\", email = \"mkuehn10@gmail.com\"), person(given = \"Jorge\", family = \"Cimentada\", role = \"ctb\", email = \"cimentadaj@gmail.com\"), person(given = \"Erle\", family = \"Holgersen\", role = \"ctb\", email = \"erle.holgersen@gmail.com\"), person(given = \"Karl\", family = \"Dunkle Werner\", role = \"ctb\", comment = c(ORCID = \"0000-0003-0523-7309\")), person(given = \"Ethan\", family = \"Christensen\", role = \"ctb\", email = \"christensen.ej@gmail.com\"), person(given = \"Steven\", family = \"Pav\", role = \"ctb\", email = \"shabbychef@gmail.com\"), person(given = \"Paul\", family = \"PJ\", role = \"ctb\", email = \"pjpaul.stephens@gmail.com\"), person(given = \"Ben\", family = \"Schneider\", role = \"ctb\", email = \"benjamin.julius.schneider@gmail.com\"), person(given = \"Patrick\", family = \"Kennedy\", role = \"ctb\", email = \"pkqstr@protonmail.com\"), person(given = \"Lily\", family = \"Medina\", role = \"ctb\", email = \"lilymiru@gmail.com\"), person(given = \"Brian\", family = \"Fannin\", role = \"ctb\", email = \"captain@pirategrunt.com\"), person(given = \"Jason\", family = \"Muhlenkamp\", role = \"ctb\", email = \"jason.muhlenkamp@gmail.com\"), person(given = \"Matt\", family = \"Lehman\", role = \"ctb\"), person(given = \"Bill\", family = \"Denney\", role = \"ctb\", email = \"wdenney@humanpredictions.com\", 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 = \"vincent.arel-bundock@umontreal.ca\", 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 = \"anniewang.uc@gmail.com\"), person(given = \"Wei Yang\", family = \"Tham\", role = \"ctb\", email = \"weiyang.tham@gmail.com\"), person(given = \"Clara\", family = \"Wang\", role = \"ctb\", email = \"clara.wang.94@gmail.com\"), person(given = \"Abby\", family = \"Smith\", role = \"ctb\", email = \"als1@u.northwestern.edu\", comment = c(ORCID = \"0000-0002-3207-0375\")), person(given = \"Jasper\", family = \"Cooper\", role = \"ctb\", email = \"jaspercooper@gmail.com\", comment = c(ORCID = \"0000-0002-8639-3188\")), person(given = \"E Auden\", family = \"Krauska\", role = \"ctb\", email = \"krauskae@gmail.com\", comment = c(ORCID = \"0000-0002-1466-5850\")), person(given = \"Alex\", family = \"Wang\", role = \"ctb\", email = \"x249wang@uwaterloo.ca\"), person(given = \"Malcolm\", family = \"Barrett\", role = \"ctb\", email = \"malcolmbarrett@gmail.com\", comment = c(ORCID = \"0000-0003-0299-5825\")), person(given = \"Charles\", family = \"Gray\", role = \"ctb\", email = \"charlestigray@gmail.com\", comment = c(ORCID = \"0000-0002-9978-011X\")), person(given = \"Jared\", family = \"Wilber\", role = \"ctb\"), person(given = \"Vilmantas\", family = \"Gegzna\", role = \"ctb\", email = \"GegznaV@gmail.com\", comment = c(ORCID = \"0000-0002-9500-5167\")), person(given = \"Eduard\", family = \"Szoecs\", role = \"ctb\", email = \"eduardszoecs@gmail.com\"), person(given = \"Frederik\", family = \"Aust\", role = \"ctb\", email = \"frederik.aust@uni-koeln.de\", comment = c(ORCID = \"0000-0003-4900-788X\")), person(given = \"Angus\", family = \"Moore\", role = \"ctb\", email = \"angusmoore9@gmail.com\"), person(given = \"Nick\", family = \"Williams\", role = \"ctb\", email = \"ntwilliams.personal@gmail.com\"), person(given = \"Marius\", family = \"Barth\", role = \"ctb\", email = \"marius.barth.uni.koeln@gmail.com\", comment = c(ORCID = \"0000-0002-3421-6665\")), person(given = \"Bruna\", family = \"Wundervald\", role = \"ctb\", email = \"brunadaviesw@gmail.com\", comment = c(ORCID = \"0000-0001-8163-220X\")), person(given = \"Joyce\", family = \"Cahoon\", role = \"ctb\", email = \"joyceyu48@gmail.com\", comment = c(ORCID = \"0000-0001-7217-4702\")), person(given = \"Grant\", family = \"McDermott\", role = \"ctb\", email = \"grantmcd@uoregon.edu\", comment = c(ORCID = \"0000-0001-7883-8573\")), person(given = \"Kevin\", family = \"Zarca\", role = \"ctb\", email = \"kevin.zarca@gmail.com\"), person(given = \"Shiro\", family = \"Kuriwaki\", role = \"ctb\", email = \"shirokuriwaki@gmail.com\", comment = c(ORCID = \"0000-0002-5687-2647\")), person(given = \"Lukas\", family = \"Wallrich\", role = \"ctb\", email = \"lukas.wallrich@gmail.com\", comment = c(ORCID = \"0000-0003-2121-5177\")), person(given = \"James\", family = \"Martherus\", role = \"ctb\", email = \"james@martherus.com\", comment = c(ORCID = \"0000-0002-8285-3300\")), person(given = \"Chuliang\", family = \"Xiao\", role = \"ctb\", email = \"cxiao@umich.edu\", comment = c(ORCID = \"0000-0002-8466-9398\")), person(given = \"Joseph\", family = \"Larmarange\", role = \"ctb\", email = \"joseph@larmarange.net\"), person(given = \"Max\", family = \"Kuhn\", role = \"ctb\", email = \"max@posit.co\"), person(given = \"Michal\", family = \"Bojanowski\", role = \"ctb\", email = \"michal2992@gmail.com\"), person(given = \"Hakon\", family = \"Malmedal\", role = \"ctb\", email = \"hmalmedal@gmail.com\"), person(given = \"Clara\", family = \"Wang\", role = \"ctb\"), person(given = \"Sergio\", family = \"Oller\", role = \"ctb\", email = \"sergioller@gmail.com\"), person(given = \"Luke\", family = \"Sonnet\", role = \"ctb\", email = \"luke.sonnet@gmail.com\"), person(given = \"Jim\", family = \"Hester\", role = \"ctb\", email = \"jim.hester@posit.co\"), person(given = \"Ben\", family = \"Schneider\", role = \"ctb\", email = \"benjamin.julius.schneider@gmail.com\"), person(given = \"Bernie\", family = \"Gray\", role = \"ctb\", email = \"bfgray3@gmail.com\", comment = c(ORCID = \"0000-0001-9190-6032\")), person(given = \"Mara\", family = \"Averick\", role = \"ctb\", email = \"mara@posit.co\"), person(given = \"Aaron\", family = \"Jacobs\", role = \"ctb\", email = \"atheriel@gmail.com\"), person(given = \"Andreas\", family = \"Bender\", role = \"ctb\", email = \"bender.at.R@gmail.com\"), person(given = \"Sven\", family = \"Templer\", role = \"ctb\", email = \"sven.templer@gmail.com\"), person(given = \"Paul-Christian\", family = \"Buerkner\", role = \"ctb\", email = \"paul.buerkner@gmail.com\"), person(given = \"Matthew\", family = \"Kay\", role = \"ctb\", email = \"mjskay@umich.edu\"), person(given = \"Erwan\", family = \"Le Pennec\", role = \"ctb\", email = \"lepennec@gmail.com\"), person(given = \"Johan\", family = \"Junkka\", role = \"ctb\", email = \"johan.junkka@umu.se\"), person(given = \"Hao\", family = \"Zhu\", role = \"ctb\", email = \"haozhu233@gmail.com\"), person(given = \"Benjamin\", family = \"Soltoff\", role = \"ctb\", email = \"soltoffbc@uchicago.edu\"), person(given = \"Zoe\", family = \"Wilkinson Saldana\", role = \"ctb\", email = \"zoewsaldana@gmail.com\"), person(given = \"Tyler\", family = \"Littlefield\", role = \"ctb\", email = \"tylurp1@gmail.com\"), person(given = \"Charles T.\", family = \"Gray\", role = \"ctb\", email = \"charlestigray@gmail.com\"), person(given = \"Shabbh E.\", family = \"Banks\", role = \"ctb\"), person(given = \"Serina\", family = \"Robinson\", role = \"ctb\", email = \"robi0916@umn.edu\"), person(given = \"Roger\", family = \"Bivand\", role = \"ctb\", email = \"Roger.Bivand@nhh.no\"), person(given = \"Riinu\", family = \"Ots\", role = \"ctb\", email = \"riinuots@gmail.com\"), person(given = \"Nicholas\", family = \"Williams\", role = \"ctb\", email = \"ntwilliams.personal@gmail.com\"), person(given = \"Nina\", family = \"Jakobsen\", role = \"ctb\"), person(given = \"Michael\", family = \"Weylandt\", role = \"ctb\", email = \"michael.weylandt@gmail.com\"), person(given = \"Lisa\", family = \"Lendway\", role = \"ctb\", email = \"llendway@macalester.edu\"), person(given = \"Karl\", family = \"Hailperin\", role = \"ctb\", email = \"khailper@gmail.com\"), person(given = \"Josue\", family = \"Rodriguez\", role = \"ctb\", email = \"jerrodriguez@ucdavis.edu\"), person(given = \"Jenny\", family = \"Bryan\", role = \"ctb\", email = \"jenny@posit.co\"), person(given = \"Chris\", family = \"Jarvis\", role = \"ctb\", email = \"Christopher1.jarvis@gmail.com\"), person(given = \"Greg\", family = \"Macfarlane\", role = \"ctb\", email = \"gregmacfarlane@gmail.com\"), person(given = \"Brian\", family = \"Mannakee\", role = \"ctb\", email = \"bmannakee@gmail.com\"), person(given = \"Drew\", family = \"Tyre\", role = \"ctb\", email = \"atyre2@unl.edu\"), person(given = \"Shreyas\", family = \"Singh\", role = \"ctb\", email = \"shreyas.singh.298@gmail.com\"), person(given = \"Laurens\", family = \"Geffert\", role = \"ctb\", email = \"laurensgeffert@gmail.com\"), person(given = \"Hong\", family = \"Ooi\", role = \"ctb\", email = \"hongooi@microsoft.com\"), person(given = \"Henrik\", family = \"Bengtsson\", role = \"ctb\", email = \"henrikb@braju.com\"), person(given = \"Eduard\", family = \"Szocs\", role = \"ctb\", email = \"eduardszoecs@gmail.com\"), person(given = \"David\", family = \"Hugh-Jones\", role = \"ctb\", email = \"davidhughjones@gmail.com\"), person(given = \"Matthieu\", family = \"Stigler\", role = \"ctb\", email = \"Matthieu.Stigler@gmail.com\"), person(given = \"Hugo\", family = \"Tavares\", role = \"ctb\", email = \"hm533@cam.ac.uk\", comment = c(ORCID = \"0000-0001-9373-2726\")), person(given = \"R. Willem\", family = \"Vervoort\", role = \"ctb\", email = \"Willemvervoort@gmail.com\"), person(given = \"Brenton M.\", family = \"Wiernik\", role = \"ctb\", email = \"brenton@wiernik.org\"), person(given = \"Josh\", family = \"Yamamoto\", role = \"ctb\", email = \"joshuayamamoto5@gmail.com\"), person(given = \"Jasme\", family = \"Lee\", role = \"ctb\"), person(given = \"Taren\", family = \"Sanders\", role = \"ctb\", email = \"taren.sanders@acu.edu.au\", comment = c(ORCID = \"0000-0002-4504-6008\")), person(given = \"Ilaria\", family = \"Prosdocimi\", role = \"ctb\", email = \"prosdocimi.ilaria@gmail.com\", comment = c(ORCID = \"0000-0001-8565-094X\")), person(given = \"Daniel D.\", family = \"Sjoberg\", role = \"ctb\", email = \"danield.sjoberg@gmail.com\", comment = c(ORCID = \"0000-0003-0862-2018\")), person(given = \"Alex\", family = \"Reinhart\", role = \"ctb\", email = \"areinhar@stat.cmu.edu\", 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",
|
||
"dplyr (>= 1.0.0)",
|
||
"generics (>= 0.0.2)",
|
||
"glue",
|
||
"lifecycle",
|
||
"purrr",
|
||
"rlang",
|
||
"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",
|
||
"orcutt (>= 2.2)",
|
||
"ordinal",
|
||
"plm",
|
||
"poLCA",
|
||
"psych",
|
||
"quantreg",
|
||
"rmarkdown",
|
||
"robust",
|
||
"robustbase",
|
||
"rsample",
|
||
"sandwich",
|
||
"spdep (>= 1.1)",
|
||
"spatialreg",
|
||
"speedglm",
|
||
"spelling",
|
||
"survey",
|
||
"survival (>= 3.6-4)",
|
||
"systemfit",
|
||
"testthat (>= 2.1.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-tidiers.R' 'aer-tidiers.R' 'auc-tidiers.R' 'base-tidiers.R' 'bbmle-tidiers.R' 'betareg-tidiers.R' 'biglm-tidiers.R' 'bingroup-tidiers.R' 'boot-tidiers.R' 'broom-package.R' 'broom.R' 'btergm-tidiers.R' 'car-tidiers.R' 'caret-tidiers.R' 'cluster-tidiers.R' 'cmprsk-tidiers.R' 'data-frame-tidiers.R' 'deprecated-0-7-0.R' 'drc-tidiers.R' 'emmeans-tidiers.R' 'epiR-tidiers.R' 'ergm-tidiers.R' 'fixest-tidiers.R' 'gam-tidiers.R' 'geepack-tidiers.R' 'glmnet-cv-glmnet-tidiers.R' 'glmnet-glmnet-tidiers.R' 'gmm-tidiers.R' 'hmisc-tidiers.R' 'joinerml-tidiers.R' 'kendall-tidiers.R' 'ks-tidiers.R' 'lavaan-tidiers.R' 'leaps-tidiers.R' 'lfe-tidiers.R' 'list-irlba.R' 'list-optim-tidiers.R' 'list-svd-tidiers.R' 'list-tidiers.R' 'list-xyz-tidiers.R' 'lm-beta-tidiers.R' 'lmodel2-tidiers.R' 'lmtest-tidiers.R' 'maps-tidiers.R' 'margins-tidiers.R' 'mass-fitdistr-tidiers.R' 'mass-negbin-tidiers.R' 'mass-polr-tidiers.R' 'mass-ridgelm-tidiers.R' 'stats-lm-tidiers.R' 'mass-rlm-tidiers.R' 'mclust-tidiers.R' 'mediation-tidiers.R' 'metafor-tidiers.R' 'mfx-tidiers.R' 'mgcv-tidiers.R' 'mlogit-tidiers.R' 'muhaz-tidiers.R' 'multcomp-tidiers.R' 'nnet-tidiers.R' 'nobs.R' 'orcutt-tidiers.R' 'ordinal-clm-tidiers.R' 'ordinal-clmm-tidiers.R' 'plm-tidiers.R' 'polca-tidiers.R' 'psych-tidiers.R' 'stats-nls-tidiers.R' 'quantreg-nlrq-tidiers.R' 'quantreg-rq-tidiers.R' 'quantreg-rqs-tidiers.R' 'robust-glmrob-tidiers.R' 'robust-lmrob-tidiers.R' 'robustbase-glmrob-tidiers.R' 'robustbase-lmrob-tidiers.R' 'sp-tidiers.R' 'spdep-tidiers.R' 'speedglm-speedglm-tidiers.R' 'speedglm-speedlm-tidiers.R' 'stats-anova-tidiers.R' 'stats-arima-tidiers.R' 'stats-decompose-tidiers.R' 'stats-factanal-tidiers.R' 'stats-glm-tidiers.R' 'stats-htest-tidiers.R' 'stats-kmeans-tidiers.R' 'stats-loess-tidiers.R' 'stats-mlm-tidiers.R' 'stats-prcomp-tidiers.R' 'stats-smooth.spline-tidiers.R' 'stats-summary-lm-tidiers.R' 'stats-time-series-tidiers.R' 'survey-tidiers.R' 'survival-aareg-tidiers.R' 'survival-cch-tidiers.R' 'survival-coxph-tidiers.R' 'survival-pyears-tidiers.R' 'survival-survdiff-tidiers.R' 'survival-survexp-tidiers.R' 'survival-survfit-tidiers.R' 'survival-survreg-tidiers.R' 'systemfit-tidiers.R' 'tseries-tidiers.R' 'utilities.R' 'vars-tidiers.R' 'zoo-tidiers.R' 'zzz.R'",
|
||
"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 <simon.couch@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"broom.helpers": {
|
||
"Package": "broom.helpers",
|
||
"Version": "1.20.0",
|
||
"Source": "Repository",
|
||
"Title": "Helpers for Model Coefficients Tibbles",
|
||
"Authors@R": "c( person(\"Joseph\", \"Larmarange\", , \"joseph@larmarange.net\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0001-7097-700X\")), person(\"Daniel D.\", \"Sjoberg\", , \"danield.sjoberg@gmail.com\", role = \"aut\", comment = c(ORCID = \"0000-0003-0862-2018\")) )",
|
||
"Description": "Provides suite of functions to work with regression model 'broom::tidy()' tibbles. The suite includes functions to group regression model terms by variable, insert reference and header rows for categorical variables, add variable labels, and more.",
|
||
"License": "GPL (>= 3)",
|
||
"URL": "https://larmarange.github.io/broom.helpers/, https://github.com/larmarange/broom.helpers",
|
||
"BugReports": "https://github.com/larmarange/broom.helpers/issues",
|
||
"Depends": [
|
||
"R (>= 4.1)"
|
||
],
|
||
"Imports": [
|
||
"broom (>= 0.8)",
|
||
"cards",
|
||
"cli",
|
||
"dplyr (>= 1.1.0)",
|
||
"labelled",
|
||
"lifecycle",
|
||
"purrr",
|
||
"rlang (>= 1.0.1)",
|
||
"stats",
|
||
"stringr",
|
||
"tibble",
|
||
"tidyr",
|
||
"tidyselect"
|
||
],
|
||
"Suggests": [
|
||
"betareg",
|
||
"biglm",
|
||
"brms (>= 2.13.0)",
|
||
"broom.mixed",
|
||
"cmprsk",
|
||
"covr",
|
||
"datasets",
|
||
"effects",
|
||
"emmeans",
|
||
"fixest (>= 0.10.0)",
|
||
"forcats",
|
||
"gam",
|
||
"gee",
|
||
"geepack",
|
||
"ggplot2",
|
||
"ggeffects (>= 1.3.2)",
|
||
"ggstats (>= 0.2.1)",
|
||
"glmmTMB",
|
||
"glmtoolbox",
|
||
"glue",
|
||
"gt",
|
||
"gtsummary (>= 2.0.0)",
|
||
"knitr",
|
||
"lavaan",
|
||
"lfe",
|
||
"lme4 (>= 1.1.28)",
|
||
"logitr (>= 0.8.0)",
|
||
"marginaleffects (>= 0.21.0)",
|
||
"margins",
|
||
"MASS",
|
||
"mgcv",
|
||
"mice",
|
||
"mmrm (>= 0.3.6)",
|
||
"multgee",
|
||
"nnet",
|
||
"ordinal",
|
||
"parameters",
|
||
"parsnip",
|
||
"patchwork",
|
||
"plm",
|
||
"pscl",
|
||
"rmarkdown",
|
||
"rstanarm",
|
||
"scales",
|
||
"spelling",
|
||
"survey",
|
||
"survival",
|
||
"testthat (>= 3.0.0)",
|
||
"tidycmprsk",
|
||
"VGAM"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"RdMacros": "lifecycle",
|
||
"Encoding": "UTF-8",
|
||
"Language": "en-US",
|
||
"LazyData": "true",
|
||
"RoxygenNote": "7.3.2",
|
||
"Config/testthat/edition": "3",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Joseph Larmarange [aut, cre] (<https://orcid.org/0000-0001-7097-700X>), Daniel D. Sjoberg [aut] (<https://orcid.org/0000-0003-0862-2018>)",
|
||
"Maintainer": "Joseph Larmarange <joseph@larmarange.net>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"broom.mixed": {
|
||
"Package": "broom.mixed",
|
||
"Version": "0.2.9.6",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Tidying Methods for Mixed Models",
|
||
"Authors@R": "c( person(\"Ben\", \"Bolker\", email = \"bolker@mcmaster.ca\", role = c(\"aut\", \"cre\"), comment=c(ORCID=\"0000-0002-2127-0443\")), person(\"David\", \"Robinson\", email = \"admiral.david@gmail.com\", role = \"aut\"), person(\"Dieter\", \"Menne\", role = \"ctb\"), person(\"Jonah\", \"Gabry\", role = \"ctb\"), person(\"Paul\", \"Buerkner\", role = \"ctb\"), person(\"Christopher\", \"Hua\", role = \"ctb\"), person(\"William\", \"Petry\", role = \"ctb\", comment=c(ORCID=\"0000-0002-5230-5987\")), person(\"Joshua\", \"Wiley\", role = \"ctb\", comment=c(ORCID=\"0000-0002-0271-6702\")), person(\"Patrick\", \"Kennedy\", role = \"ctb\"), person(\"Eduard\", \"Szöcs\", role = \"ctb\", comment=c(ORCID = \"0000-0001-5376-1194\", sponsor = \"BASF SE\")), person(\"Indrajeet\", \"Patil\", role=\"ctb\"), person(\"Vincent\", \"Arel-Bundock\", email = \"vincent.arel-bundock@umontreal.ca\", role = \"ctb\", comment = c(ORCID = \"0000-0003-2042-7063\")), person(\"Bill\", \"Denney\", role = \"ctb\"), person(\"Cory\", \"Brunson\", role = \"ctb\"), person(\"Joe\", \"Wasserman\", role = \"ctb\", comment = c(ORCID = \"0000-0002-9705-1853\")), person(\"Alexey\", \"Stukalov\", role = \"ctb\"), person(\"Matthieu\", \"Bruneaux\", role = \"ctb\") )",
|
||
"Maintainer": "Ben Bolker <bolker@mcmaster.ca>",
|
||
"Description": "Convert fitted objects from various R mixed-model packages into tidy data frames along the lines of the 'broom' package. The package provides three S3 generics for each model: tidy(), which summarizes a model's statistical findings such as coefficients of a regression; augment(), which adds columns to the original data such as predictions, residuals and cluster assignments; and glance(), which provides a one-row summary of model-level statistics.",
|
||
"Imports": [
|
||
"broom",
|
||
"coda",
|
||
"dplyr",
|
||
"forcats",
|
||
"methods",
|
||
"nlme",
|
||
"purrr",
|
||
"stringr",
|
||
"tibble",
|
||
"tidyr",
|
||
"furrr"
|
||
],
|
||
"Suggests": [
|
||
"brms",
|
||
"dotwhisker",
|
||
"knitr",
|
||
"testthat",
|
||
"gamlss",
|
||
"gamlss.data",
|
||
"ggplot2",
|
||
"GLMMadaptive",
|
||
"glmmADMB",
|
||
"glmmTMB",
|
||
"lmerTest",
|
||
"lme4",
|
||
"Matrix",
|
||
"MCMCglmm",
|
||
"mediation",
|
||
"mgcv",
|
||
"ordinal",
|
||
"pander",
|
||
"pbkrtest",
|
||
"posterior",
|
||
"rstan",
|
||
"rstanarm",
|
||
"rstantools",
|
||
"R2jags",
|
||
"TMB",
|
||
"rmarkdown"
|
||
],
|
||
"URL": "https://github.com/bbolker/broom.mixed",
|
||
"BugReports": "https://github.com/bbolker/broom.mixed/issues",
|
||
"License": "GPL-3",
|
||
"Encoding": "UTF-8",
|
||
"Additional_repositories": "http://bbolker.github.io/drat",
|
||
"VignetteBuilder": "knitr",
|
||
"RoxygenNote": "7.3.2",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Ben Bolker [aut, cre] (<https://orcid.org/0000-0002-2127-0443>), David Robinson [aut], Dieter Menne [ctb], Jonah Gabry [ctb], Paul Buerkner [ctb], Christopher Hua [ctb], William Petry [ctb] (<https://orcid.org/0000-0002-5230-5987>), Joshua Wiley [ctb] (<https://orcid.org/0000-0002-0271-6702>), Patrick Kennedy [ctb], Eduard Szöcs [ctb] (<https://orcid.org/0000-0001-5376-1194>, BASF SE), Indrajeet Patil [ctb], Vincent Arel-Bundock [ctb] (<https://orcid.org/0000-0003-2042-7063>), Bill Denney [ctb], Cory Brunson [ctb], Joe Wasserman [ctb] (<https://orcid.org/0000-0002-9705-1853>), Alexey Stukalov [ctb], Matthieu Bruneaux [ctb]",
|
||
"Repository": "CRAN"
|
||
},
|
||
"bsicons": {
|
||
"Package": "bsicons",
|
||
"Version": "0.1.2",
|
||
"Source": "Repository",
|
||
"Title": "Easily Work with 'Bootstrap' Icons",
|
||
"Authors@R": "c( person(\"Carson\", \"Sievert\", , \"carson@posit.co\", 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 <carson@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"bslib": {
|
||
"Package": "bslib",
|
||
"Version": "0.9.0",
|
||
"Source": "Repository",
|
||
"Title": "Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'",
|
||
"Authors@R": "c( person(\"Carson\", \"Sievert\", , \"carson@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"), person(\"Garrick\", \"Aden-Buie\", , \"garrick@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0002-7111-0077\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(, \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"), person(, \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\"), person(\"Javi\", \"Aguilar\", role = c(\"ctb\", \"cph\"), comment = \"Bootstrap colorpicker library\"), person(\"Thomas\", \"Park\", role = c(\"ctb\", \"cph\"), comment = \"Bootswatch library\"), person(, \"PayPal\", role = c(\"ctb\", \"cph\"), comment = \"Bootstrap accessibility plugin\") )",
|
||
"Description": "Simplifies custom 'CSS' styling of both 'shiny' and 'rmarkdown' via 'Bootstrap' 'Sass'. Supports 'Bootstrap' 3, 4 and 5 as well as their various 'Bootswatch' themes. An interactive widget is also provided for previewing themes in real time.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://rstudio.github.io/bslib/, https://github.com/rstudio/bslib",
|
||
"BugReports": "https://github.com/rstudio/bslib/issues",
|
||
"Depends": [
|
||
"R (>= 2.10)"
|
||
],
|
||
"Imports": [
|
||
"base64enc",
|
||
"cachem",
|
||
"fastmap (>= 1.1.1)",
|
||
"grDevices",
|
||
"htmltools (>= 0.5.8)",
|
||
"jquerylib (>= 0.1.3)",
|
||
"jsonlite",
|
||
"lifecycle",
|
||
"memoise (>= 2.0.1)",
|
||
"mime",
|
||
"rlang",
|
||
"sass (>= 0.4.9)"
|
||
],
|
||
"Suggests": [
|
||
"bsicons",
|
||
"curl",
|
||
"fontawesome",
|
||
"future",
|
||
"ggplot2",
|
||
"knitr",
|
||
"magrittr",
|
||
"rappdirs",
|
||
"rmarkdown (>= 2.7)",
|
||
"shiny (> 1.8.1)",
|
||
"testthat",
|
||
"thematic",
|
||
"tools",
|
||
"utils",
|
||
"withr",
|
||
"yaml"
|
||
],
|
||
"Config/Needs/deploy": "BH, chiflights22, colourpicker, commonmark, cpp11, cpsievert/chiflights22, cpsievert/histoslider, dplyr, DT, ggplot2, ggridges, gt, hexbin, histoslider, htmlwidgets, lattice, leaflet, lubridate, markdown, modelr, plotly, reactable, reshape2, rprojroot, rsconnect, rstudio/shiny, scales, styler, tibble",
|
||
"Config/Needs/routine": "chromote, desc, renv",
|
||
"Config/Needs/website": "brio, crosstalk, dplyr, DT, ggplot2, glue, htmlwidgets, leaflet, lorem, palmerpenguins, plotly, purrr, rprojroot, rstudio/htmltools, scales, stringr, tidyr, webshot2",
|
||
"Config/testthat/edition": "3",
|
||
"Config/testthat/parallel": "true",
|
||
"Config/testthat/start-first": "zzzz-bs-sass, fonts, zzz-precompile, theme-*, rmd-*",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.2",
|
||
"Collate": "'accordion.R' 'breakpoints.R' 'bs-current-theme.R' 'bs-dependencies.R' 'bs-global.R' 'bs-remove.R' 'bs-theme-layers.R' 'bs-theme-preset-bootswatch.R' 'bs-theme-preset-brand.R' 'bs-theme-preset-builtin.R' 'bs-theme-preset.R' 'utils.R' 'bs-theme-preview.R' 'bs-theme-update.R' 'bs-theme.R' 'bslib-package.R' 'buttons.R' 'card.R' 'deprecated.R' 'files.R' 'fill.R' 'imports.R' 'input-dark-mode.R' 'input-switch.R' 'layout.R' 'nav-items.R' 'nav-update.R' 'navbar_options.R' 'navs-legacy.R' 'navs.R' 'onLoad.R' 'page.R' 'popover.R' 'precompiled.R' 'print.R' 'shiny-devmode.R' 'sidebar.R' 'staticimports.R' 'tooltip.R' 'utils-deps.R' 'utils-shiny.R' 'utils-tags.R' 'value-box.R' 'version-default.R' 'versions.R'",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Carson Sievert [aut, cre] (<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 <carson@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"caTools": {
|
||
"Package": "caTools",
|
||
"Version": "1.18.3",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Tools: Moving Window Statistics, GIF, Base64, ROC AUC, etc",
|
||
"Date": "2024-09-04",
|
||
"Authors@R": "c(person(given = \"Jarek\", family = \"Tuszynski\", role = \"aut\", email = \"jaroslaw.w.tuszynski@saic.com\"), person(given = \"Michael\", family = \"Dietze\", role = \"cre\", email = \"michael.dietze@uni-goettingen.de\"))",
|
||
"Maintainer": "Michael Dietze <michael.dietze@uni-goettingen.de>",
|
||
"Depends": [
|
||
"R (>= 3.6.0)"
|
||
],
|
||
"Imports": [
|
||
"bitops"
|
||
],
|
||
"Suggests": [
|
||
"MASS",
|
||
"rpart"
|
||
],
|
||
"Description": "Contains several basic utility functions including: moving (rolling, running) window statistic functions, read/write for GIF and ENVI binary files, fast calculation of AUC, LogitBoost classifier, base64 encoder/decoder, round-off-error-free sum and cumsum, etc.",
|
||
"License": "GPL-3",
|
||
"NeedsCompilation": "yes",
|
||
"Repository": "CRAN",
|
||
"Author": "Jarek Tuszynski [aut], Michael Dietze [cre]"
|
||
},
|
||
"cachem": {
|
||
"Package": "cachem",
|
||
"Version": "1.1.0",
|
||
"Source": "Repository",
|
||
"Title": "Cache R Objects with Automatic Pruning",
|
||
"Description": "Key-value stores with automatic pruning. Caches can limit either their total size or the age of the oldest object (or both), automatically pruning objects to maintain the constraints.",
|
||
"Authors@R": "c( person(\"Winston\", \"Chang\", , \"winston@posit.co\", c(\"aut\", \"cre\")), person(family = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")))",
|
||
"License": "MIT + file LICENSE",
|
||
"Encoding": "UTF-8",
|
||
"ByteCompile": "true",
|
||
"URL": "https://cachem.r-lib.org/, https://github.com/r-lib/cachem",
|
||
"Imports": [
|
||
"rlang",
|
||
"fastmap (>= 1.2.0)"
|
||
],
|
||
"Suggests": [
|
||
"testthat"
|
||
],
|
||
"RoxygenNote": "7.2.3",
|
||
"Config/Needs/routine": "lobstr",
|
||
"Config/Needs/website": "pkgdown",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Winston Chang [aut, cre], Posit Software, PBC [cph, fnd]",
|
||
"Maintainer": "Winston Chang <winston@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"callr": {
|
||
"Package": "callr",
|
||
"Version": "3.7.6",
|
||
"Source": "Repository",
|
||
"Title": "Call R from R",
|
||
"Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"), comment = c(ORCID = \"0000-0001-7098-9676\")), person(\"Winston\", \"Chang\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"Ascent Digital Services\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "It is sometimes useful to perform a computation in a separate R process, without affecting the current R process at all. This packages does exactly that.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://callr.r-lib.org, https://github.com/r-lib/callr",
|
||
"BugReports": "https://github.com/r-lib/callr/issues",
|
||
"Depends": [
|
||
"R (>= 3.4)"
|
||
],
|
||
"Imports": [
|
||
"processx (>= 3.6.1)",
|
||
"R6",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"asciicast (>= 2.3.1)",
|
||
"cli (>= 1.1.0)",
|
||
"mockery",
|
||
"ps",
|
||
"rprojroot",
|
||
"spelling",
|
||
"testthat (>= 3.2.0)",
|
||
"withr (>= 2.3.0)"
|
||
],
|
||
"Config/Needs/website": "r-lib/asciicast, glue, htmlwidgets, igraph, tibble, tidyverse/tidytemplate",
|
||
"Config/testthat/edition": "3",
|
||
"Encoding": "UTF-8",
|
||
"Language": "en-US",
|
||
"RoxygenNote": "7.3.1.9000",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Gábor Csárdi [aut, cre, cph] (<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 <csardi.gabor@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"cards": {
|
||
"Package": "cards",
|
||
"Version": "0.5.1",
|
||
"Source": "Repository",
|
||
"Title": "Analysis Results Data",
|
||
"Authors@R": "c( person(\"Daniel D.\", \"Sjoberg\", , \"danield.sjoberg@gmail.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-0862-2018\")), person(\"Becca\", \"Krouse\", , \"becca.z.krouse@gsk.com\", role = \"aut\"), person(\"Emily\", \"de la Rua\", , \"emily.de_la_rua@contractors.roche.com\", role = \"aut\"), person(\"F. Hoffmann-La Roche AG\", role = c(\"cph\", \"fnd\")), person(\"GlaxoSmithKline Research & Development Limited\", role = \"cph\") )",
|
||
"Description": "Construct CDISC (Clinical Data Interchange Standards Consortium) compliant Analysis Results Data objects. These objects are used and re-used to construct summary tables, visualizations, and written reports. The package also exports utilities for working with these objects and creating new Analysis Results Data objects.",
|
||
"License": "Apache License 2.0",
|
||
"URL": "https://github.com/insightsengineering/cards, https://insightsengineering.github.io/cards/",
|
||
"BugReports": "https://github.com/insightsengineering/cards/issues",
|
||
"Depends": [
|
||
"R (>= 4.1)"
|
||
],
|
||
"Imports": [
|
||
"cli (>= 3.6.1)",
|
||
"dplyr (>= 1.1.2)",
|
||
"glue (>= 1.6.2)",
|
||
"lifecycle (>= 1.0.3)",
|
||
"rlang (>= 1.1.1)",
|
||
"tidyr (>= 1.3.0)",
|
||
"tidyselect (>= 1.2.0)"
|
||
],
|
||
"Suggests": [
|
||
"testthat (>= 3.2.0)",
|
||
"withr (>= 3.0.0)"
|
||
],
|
||
"Config/Needs/coverage": "hms",
|
||
"Config/Needs/website": "rmarkdown, jsonlite, yaml, gtsummary, tfrmt, cardx, gt, fontawesome, insightsengineering/nesttemplate",
|
||
"Config/testthat/edition": "3",
|
||
"Config/testthat/parallel": "true",
|
||
"Encoding": "UTF-8",
|
||
"Language": "en-US",
|
||
"LazyData": "true",
|
||
"RoxygenNote": "7.3.2",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Daniel D. Sjoberg [aut, cre] (<https://orcid.org/0000-0003-0862-2018>), Becca Krouse [aut], Emily de la Rua [aut], F. Hoffmann-La Roche AG [cph, fnd], GlaxoSmithKline Research & Development Limited [cph]",
|
||
"Maintainer": "Daniel D. Sjoberg <danield.sjoberg@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"cardx": {
|
||
"Package": "cardx",
|
||
"Version": "0.2.3",
|
||
"Source": "Repository",
|
||
"Title": "Extra Analysis Results Data Utilities",
|
||
"Authors@R": "c( person(\"Daniel D.\", \"Sjoberg\", , \"danield.sjoberg@gmail.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-0862-2018\")), person(\"Abinaya\", \"Yogasekaram\", , \"abinaya.yogasekaram@contractors.roche.com\", role = \"aut\"), person(\"Emily\", \"de la Rua\", , \"emily.de_la_rua@contractors.roche.com\", role = \"aut\"), person(\"F. Hoffmann-La Roche AG\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "Create extra Analysis Results Data (ARD) summary objects. The package supplements the simple ARD functions from the 'cards' package, exporting functions to put statistical results in the ARD format. These objects are used and re-used to construct summary tables, visualizations, and written reports.",
|
||
"License": "Apache License 2.0",
|
||
"URL": "https://insightsengineering.github.io/cardx/, https://github.com/insightsengineering/cardx/",
|
||
"BugReports": "https://github.com/insightsengineering/cardx/issues",
|
||
"Depends": [
|
||
"R (>= 4.2)"
|
||
],
|
||
"Imports": [
|
||
"cards (>= 0.5.0)",
|
||
"cli (>= 3.6.1)",
|
||
"dplyr (>= 1.1.2)",
|
||
"glue (>= 1.6.2)",
|
||
"lifecycle (>= 1.0.3)",
|
||
"rlang (>= 1.1.1)",
|
||
"tidyr (>= 1.3.0)"
|
||
],
|
||
"Suggests": [
|
||
"aod (>= 1.3.3)",
|
||
"broom (>= 1.0.5)",
|
||
"broom.helpers (>= 1.17.0)",
|
||
"broom.mixed (>= 0.2.9)",
|
||
"car (>= 3.1-2)",
|
||
"effectsize (>= 0.8.8)",
|
||
"emmeans (>= 1.7.3)",
|
||
"geepack (>= 1.3.2)",
|
||
"ggsurvfit (>= 1.1.0)",
|
||
"lme4 (>= 1.1-35.3)",
|
||
"parameters (>= 0.20.2)",
|
||
"smd (>= 0.6.6)",
|
||
"survey (>= 4.2)",
|
||
"survival (>= 3.6-4)",
|
||
"testthat (>= 3.2.0)",
|
||
"withr (>= 2.5.0)"
|
||
],
|
||
"Config/Needs/website": "insightsengineering/nesttemplate",
|
||
"Config/testthat/edition": "3",
|
||
"Config/testthat/parallel": "true",
|
||
"Encoding": "UTF-8",
|
||
"Language": "en-US",
|
||
"RoxygenNote": "7.3.2",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Daniel D. Sjoberg [aut, cre] (<https://orcid.org/0000-0003-0862-2018>), Abinaya Yogasekaram [aut], Emily de la Rua [aut], F. Hoffmann-La Roche AG [cph, fnd]",
|
||
"Maintainer": "Daniel D. Sjoberg <danield.sjoberg@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"cellranger": {
|
||
"Package": "cellranger",
|
||
"Version": "1.1.0",
|
||
"Source": "Repository",
|
||
"Title": "Translate Spreadsheet Cell Ranges to Rows and Columns",
|
||
"Authors@R": "c( person(\"Jennifer\", \"Bryan\", , \"jenny@stat.ubc.ca\", c(\"cre\", \"aut\")), person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", \"ctb\") )",
|
||
"Description": "Helper functions to work with spreadsheets and the \"A1:D10\" style of cell range specification.",
|
||
"Depends": [
|
||
"R (>= 3.0.0)"
|
||
],
|
||
"License": "MIT + file LICENSE",
|
||
"LazyData": "true",
|
||
"URL": "https://github.com/rsheets/cellranger",
|
||
"BugReports": "https://github.com/rsheets/cellranger/issues",
|
||
"Suggests": [
|
||
"covr",
|
||
"testthat (>= 1.0.0)",
|
||
"knitr",
|
||
"rmarkdown"
|
||
],
|
||
"RoxygenNote": "5.0.1.9000",
|
||
"VignetteBuilder": "knitr",
|
||
"Imports": [
|
||
"rematch",
|
||
"tibble"
|
||
],
|
||
"NeedsCompilation": "no",
|
||
"Author": "Jennifer Bryan [cre, aut], Hadley Wickham [ctb]",
|
||
"Maintainer": "Jennifer Bryan <jenny@stat.ubc.ca>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"checkmate": {
|
||
"Package": "checkmate",
|
||
"Version": "2.3.2",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Fast and Versatile Argument Checks",
|
||
"Description": "Tests and assertions to perform frequent argument checks. A substantial part of the package was written in C to minimize any worries about execution time overhead.",
|
||
"Authors@R": "c( person(\"Michel\", \"Lang\", NULL, \"michellang@gmail.com\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0001-9754-0393\")), person(\"Bernd\", \"Bischl\", NULL, \"bernd_bischl@gmx.net\", role = \"ctb\"), person(\"Dénes\", \"Tóth\", NULL, \"toth.denes@kogentum.hu\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4262-3217\")) )",
|
||
"URL": "https://mllg.github.io/checkmate/, https://github.com/mllg/checkmate",
|
||
"URLNote": "https://github.com/mllg/checkmate",
|
||
"BugReports": "https://github.com/mllg/checkmate/issues",
|
||
"NeedsCompilation": "yes",
|
||
"ByteCompile": "yes",
|
||
"Encoding": "UTF-8",
|
||
"Depends": [
|
||
"R (>= 3.0.0)"
|
||
],
|
||
"Imports": [
|
||
"backports (>= 1.1.0)",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"R6",
|
||
"fastmatch",
|
||
"data.table (>= 1.9.8)",
|
||
"devtools",
|
||
"ggplot2",
|
||
"knitr",
|
||
"magrittr",
|
||
"microbenchmark",
|
||
"rmarkdown",
|
||
"testthat (>= 3.0.4)",
|
||
"tinytest (>= 1.1.0)",
|
||
"tibble"
|
||
],
|
||
"License": "BSD_3_clause + file LICENSE",
|
||
"VignetteBuilder": "knitr",
|
||
"RoxygenNote": "7.3.2",
|
||
"Collate": "'AssertCollection.R' 'allMissing.R' 'anyInfinite.R' 'anyMissing.R' 'anyNaN.R' 'asInteger.R' 'assert.R' 'helper.R' 'makeExpectation.R' 'makeTest.R' 'makeAssertion.R' 'checkAccess.R' 'checkArray.R' 'checkAtomic.R' 'checkAtomicVector.R' 'checkCharacter.R' 'checkChoice.R' 'checkClass.R' 'checkComplex.R' 'checkCount.R' 'checkDataFrame.R' 'checkDataTable.R' 'checkDate.R' 'checkDirectoryExists.R' 'checkDisjunct.R' 'checkDouble.R' 'checkEnvironment.R' 'checkFALSE.R' 'checkFactor.R' 'checkFileExists.R' 'checkFlag.R' 'checkFormula.R' 'checkFunction.R' 'checkInt.R' 'checkInteger.R' 'checkIntegerish.R' 'checkList.R' 'checkLogical.R' 'checkMatrix.R' 'checkMultiClass.R' 'checkNamed.R' 'checkNames.R' 'checkNull.R' 'checkNumber.R' 'checkNumeric.R' 'checkOS.R' 'checkPOSIXct.R' 'checkPathForOutput.R' 'checkPermutation.R' 'checkR6.R' 'checkRaw.R' 'checkScalar.R' 'checkScalarNA.R' 'checkSetEqual.R' 'checkString.R' 'checkSubset.R' 'checkTRUE.R' 'checkTibble.R' 'checkVector.R' 'coalesce.R' 'isIntegerish.R' 'matchArg.R' 'qassert.R' 'qassertr.R' 'vname.R' 'wfwl.R' 'zzz.R'",
|
||
"Author": "Michel Lang [cre, aut] (<https://orcid.org/0000-0001-9754-0393>), Bernd Bischl [ctb], Dénes Tóth [ctb] (<https://orcid.org/0000-0003-4262-3217>)",
|
||
"Maintainer": "Michel Lang <michellang@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"class": {
|
||
"Package": "class",
|
||
"Version": "7.3-23",
|
||
"Source": "Repository",
|
||
"Priority": "recommended",
|
||
"Date": "2025-01-01",
|
||
"Depends": [
|
||
"R (>= 3.0.0)",
|
||
"stats",
|
||
"utils"
|
||
],
|
||
"Imports": [
|
||
"MASS"
|
||
],
|
||
"Authors@R": "c(person(\"Brian\", \"Ripley\", role = c(\"aut\", \"cre\", \"cph\"), email = \"Brian.Ripley@R-project.org\"), person(\"William\", \"Venables\", role = \"cph\"))",
|
||
"Description": "Various functions for classification, including k-nearest neighbour, Learning Vector Quantization and Self-Organizing Maps.",
|
||
"Title": "Functions for Classification",
|
||
"ByteCompile": "yes",
|
||
"License": "GPL-2 | GPL-3",
|
||
"URL": "http://www.stats.ox.ac.uk/pub/MASS4/",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Brian Ripley [aut, cre, cph], William Venables [cph]",
|
||
"Maintainer": "Brian Ripley <Brian.Ripley@R-project.org>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"classInt": {
|
||
"Package": "classInt",
|
||
"Version": "0.4-11",
|
||
"Source": "Repository",
|
||
"Date": "2025-01-06",
|
||
"Title": "Choose Univariate Class Intervals",
|
||
"Authors@R": "c( person(\"Roger\", \"Bivand\", role=c(\"aut\", \"cre\"), email=\"Roger.Bivand@nhh.no\", comment=c(ORCID=\"0000-0003-2392-6140\")), person(\"Bill\", \"Denney\", role=\"ctb\", comment=c(ORCID=\"0000-0002-5759-428X\")), person(\"Richard\", \"Dunlap\", role=\"ctb\"), person(\"Diego\", \"Hernangómez\", role=\"ctb\", comment=c(ORCID=\"0000-0001-8457-4658\")), person(\"Hisaji\", \"Ono\", role=\"ctb\"), person(\"Josiah\", \"Parry\", role = \"ctb\", comment = c(ORCID = \"0000-0001-9910-865X\")), person(\"Matthieu\", \"Stigler\", role=\"ctb\", comment =c(ORCID=\"0000-0002-6802-4290\")))",
|
||
"Depends": [
|
||
"R (>= 2.2)"
|
||
],
|
||
"Imports": [
|
||
"grDevices",
|
||
"stats",
|
||
"graphics",
|
||
"e1071",
|
||
"class",
|
||
"KernSmooth"
|
||
],
|
||
"Suggests": [
|
||
"spData (>= 0.2.6.2)",
|
||
"units",
|
||
"knitr",
|
||
"rmarkdown",
|
||
"tinytest"
|
||
],
|
||
"NeedsCompilation": "yes",
|
||
"Description": "Selected commonly used methods for choosing univariate class intervals for mapping or other graphics purposes.",
|
||
"License": "GPL (>= 2)",
|
||
"URL": "https://r-spatial.github.io/classInt/, https://github.com/r-spatial/classInt/",
|
||
"BugReports": "https://github.com/r-spatial/classInt/issues/",
|
||
"RoxygenNote": "6.1.1",
|
||
"Encoding": "UTF-8",
|
||
"VignetteBuilder": "knitr",
|
||
"Author": "Roger Bivand [aut, cre] (<https://orcid.org/0000-0003-2392-6140>), Bill Denney [ctb] (<https://orcid.org/0000-0002-5759-428X>), Richard Dunlap [ctb], Diego Hernangómez [ctb] (<https://orcid.org/0000-0001-8457-4658>), Hisaji Ono [ctb], Josiah Parry [ctb] (<https://orcid.org/0000-0001-9910-865X>), Matthieu Stigler [ctb] (<https://orcid.org/0000-0002-6802-4290>)",
|
||
"Maintainer": "Roger Bivand <Roger.Bivand@nhh.no>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"cli": {
|
||
"Package": "cli",
|
||
"Version": "3.6.4",
|
||
"Source": "Repository",
|
||
"Title": "Helpers for Developing Command Line Interfaces",
|
||
"Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"gabor@posit.co\", role = c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", role = \"ctb\"), person(\"Kirill\", \"Müller\", role = \"ctb\"), person(\"Salim\", \"Brüggemann\", , \"salim-b@pm.me\", role = \"ctb\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "A suite of tools to build attractive command line interfaces ('CLIs'), from semantic elements: headings, lists, alerts, paragraphs, etc. Supports custom themes via a 'CSS'-like language. It also contains a number of lower level 'CLI' elements: rules, boxes, trees, and 'Unicode' symbols with 'ASCII' alternatives. It support ANSI colors and text styles as well.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://cli.r-lib.org, https://github.com/r-lib/cli",
|
||
"BugReports": "https://github.com/r-lib/cli/issues",
|
||
"Depends": [
|
||
"R (>= 3.4)"
|
||
],
|
||
"Imports": [
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"callr",
|
||
"covr",
|
||
"crayon",
|
||
"digest",
|
||
"glue (>= 1.6.0)",
|
||
"grDevices",
|
||
"htmltools",
|
||
"htmlwidgets",
|
||
"knitr",
|
||
"methods",
|
||
"processx",
|
||
"ps (>= 1.3.4.9000)",
|
||
"rlang (>= 1.0.2.9003)",
|
||
"rmarkdown",
|
||
"rprojroot",
|
||
"rstudioapi",
|
||
"testthat (>= 3.2.0)",
|
||
"tibble",
|
||
"whoami",
|
||
"withr"
|
||
],
|
||
"Config/Needs/website": "r-lib/asciicast, bench, brio, cpp11, decor, desc, fansi, prettyunits, sessioninfo, tidyverse/tidytemplate, usethis, vctrs",
|
||
"Config/testthat/edition": "3",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.2",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Gábor Csárdi [aut, cre], Hadley Wickham [ctb], Kirill Müller [ctb], Salim Brüggemann [ctb] (<https://orcid.org/0000-0002-5329-5987>), Posit Software, PBC [cph, fnd]",
|
||
"Maintainer": "Gábor Csárdi <gabor@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"clipr": {
|
||
"Package": "clipr",
|
||
"Version": "0.8.0",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Read and Write from the System Clipboard",
|
||
"Authors@R": "c( person(\"Matthew\", \"Lincoln\", , \"matthew.d.lincoln@gmail.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-4387-3384\")), person(\"Louis\", \"Maddox\", role = \"ctb\"), person(\"Steve\", \"Simpson\", role = \"ctb\"), person(\"Jennifer\", \"Bryan\", role = \"ctb\") )",
|
||
"Description": "Simple utility functions to read from and write to the Windows, OS X, and X11 clipboards.",
|
||
"License": "GPL-3",
|
||
"URL": "https://github.com/mdlincoln/clipr, http://matthewlincoln.net/clipr/",
|
||
"BugReports": "https://github.com/mdlincoln/clipr/issues",
|
||
"Imports": [
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"covr",
|
||
"knitr",
|
||
"rmarkdown",
|
||
"rstudioapi (>= 0.5)",
|
||
"testthat (>= 2.0.0)"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Encoding": "UTF-8",
|
||
"Language": "en-US",
|
||
"RoxygenNote": "7.1.2",
|
||
"SystemRequirements": "xclip (https://github.com/astrand/xclip) or xsel (http://www.vergenet.net/~conrad/software/xsel/) for accessing the X11 clipboard, or wl-clipboard (https://github.com/bugaevc/wl-clipboard) for systems using Wayland.",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Matthew Lincoln [aut, cre] (<https://orcid.org/0000-0002-4387-3384>), Louis Maddox [ctb], Steve Simpson [ctb], Jennifer Bryan [ctb]",
|
||
"Maintainer": "Matthew Lincoln <matthew.d.lincoln@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"cluster": {
|
||
"Package": "cluster",
|
||
"Version": "2.1.8",
|
||
"Source": "Repository",
|
||
"VersionNote": "Last CRAN: 2.1.7 on 2024-12-06; 2.1.6 on 2023-11-30; 2.1.5 on 2023-11-27",
|
||
"Date": "2024-12-10",
|
||
"Priority": "recommended",
|
||
"Title": "\"Finding Groups in Data\": Cluster Analysis Extended Rousseeuw et al.",
|
||
"Description": "Methods for Cluster analysis. Much extended the original from Peter Rousseeuw, Anja Struyf and Mia Hubert, based on Kaufman and Rousseeuw (1990) \"Finding Groups in Data\".",
|
||
"Maintainer": "Martin Maechler <maechler@stat.math.ethz.ch>",
|
||
"Authors@R": "c(person(\"Martin\",\"Maechler\", role = c(\"aut\",\"cre\"), email=\"maechler@stat.math.ethz.ch\", comment = c(ORCID = \"0000-0002-8685-9910\")) ,person(\"Peter\", \"Rousseeuw\", role=\"aut\", email=\"peter.rousseeuw@kuleuven.be\", comment = c(\"Fortran original\", ORCID = \"0000-0002-3807-5353\")) ,person(\"Anja\", \"Struyf\", role=\"aut\", comment= \"S original\") ,person(\"Mia\", \"Hubert\", role=\"aut\", email= \"Mia.Hubert@uia.ua.ac.be\", comment = c(\"S original\", ORCID = \"0000-0001-6398-4850\")) ,person(\"Kurt\", \"Hornik\", role=c(\"trl\", \"ctb\"), email=\"Kurt.Hornik@R-project.org\", comment=c(\"port to R; maintenance(1999-2000)\", ORCID=\"0000-0003-4198-9911\")) ,person(\"Matthias\", \"Studer\", role=\"ctb\") ,person(\"Pierre\", \"Roudier\", role=\"ctb\") ,person(\"Juan\", \"Gonzalez\", role=\"ctb\") ,person(\"Kamil\", \"Kozlowski\", role=\"ctb\") ,person(\"Erich\", \"Schubert\", role=\"ctb\", comment = c(\"fastpam options for pam()\", ORCID = \"0000-0001-9143-4880\")) ,person(\"Keefe\", \"Murphy\", role=\"ctb\", comment = \"volume.ellipsoid({d >= 3})\") #not yet ,person(\"Fischer-Rasmussen\", \"Kasper\", role = \"ctb\", comment = \"Gower distance for CLARA\") )",
|
||
"Depends": [
|
||
"R (>= 3.5.0)"
|
||
],
|
||
"Imports": [
|
||
"graphics",
|
||
"grDevices",
|
||
"stats",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"MASS",
|
||
"Matrix"
|
||
],
|
||
"SuggestsNote": "MASS: two examples using cov.rob() and mvrnorm(); Matrix tools for testing",
|
||
"Enhances": [
|
||
"mvoutlier",
|
||
"fpc",
|
||
"ellipse",
|
||
"sfsmisc"
|
||
],
|
||
"EnhancesNote": "xref-ed in man/*.Rd",
|
||
"LazyLoad": "yes",
|
||
"LazyData": "yes",
|
||
"ByteCompile": "yes",
|
||
"BuildResaveData": "no",
|
||
"License": "GPL (>= 2)",
|
||
"URL": "https://svn.r-project.org/R-packages/trunk/cluster/",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Martin Maechler [aut, cre] (<https://orcid.org/0000-0002-8685-9910>), Peter Rousseeuw [aut] (Fortran original, <https://orcid.org/0000-0002-3807-5353>), Anja Struyf [aut] (S original), Mia Hubert [aut] (S original, <https://orcid.org/0000-0001-6398-4850>), Kurt Hornik [trl, ctb] (port to R; maintenance(1999-2000), <https://orcid.org/0000-0003-4198-9911>), Matthias Studer [ctb], Pierre Roudier [ctb], Juan Gonzalez [ctb], Kamil Kozlowski [ctb], Erich Schubert [ctb] (fastpam options for pam(), <https://orcid.org/0000-0001-9143-4880>), Keefe Murphy [ctb] (volume.ellipsoid({d >= 3}))",
|
||
"Repository": "CRAN"
|
||
},
|
||
"coda": {
|
||
"Package": "coda",
|
||
"Version": "0.19-4.1",
|
||
"Source": "Repository",
|
||
"Date": "2020-09-30",
|
||
"Title": "Output Analysis and Diagnostics for MCMC",
|
||
"Authors@R": "c(person(\"Martyn\", \"Plummer\", role=c(\"aut\",\"cre\",\"trl\"), email=\"martyn.plummer@gmail.com\"), person(\"Nicky\", \"Best\", role=\"aut\"), person(\"Kate\", \"Cowles\", role=\"aut\"), person(\"Karen\", \"Vines\", role=\"aut\"), person(\"Deepayan\", \"Sarkar\", role=\"aut\"), person(\"Douglas\", \"Bates\", role=\"aut\"), person(\"Russell\", \"Almond\", role=\"aut\"), person(\"Arni\", \"Magnusson\", role=\"aut\"))",
|
||
"Depends": [
|
||
"R (>= 2.14.0)"
|
||
],
|
||
"Imports": [
|
||
"lattice"
|
||
],
|
||
"Description": "Provides functions for summarizing and plotting the output from Markov Chain Monte Carlo (MCMC) simulations, as well as diagnostic tests of convergence to the equilibrium distribution of the Markov chain.",
|
||
"License": "GPL (>= 2)",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Martyn Plummer [aut, cre, trl], Nicky Best [aut], Kate Cowles [aut], Karen Vines [aut], Deepayan Sarkar [aut], Douglas Bates [aut], Russell Almond [aut], Arni Magnusson [aut]",
|
||
"Maintainer": "Martyn Plummer <martyn.plummer@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"codetools": {
|
||
"Package": "codetools",
|
||
"Version": "0.2-20",
|
||
"Source": "Repository",
|
||
"Priority": "recommended",
|
||
"Author": "Luke Tierney <luke-tierney@uiowa.edu>",
|
||
"Description": "Code analysis tools for R.",
|
||
"Title": "Code Analysis Tools for R",
|
||
"Depends": [
|
||
"R (>= 2.1)"
|
||
],
|
||
"Maintainer": "Luke Tierney <luke-tierney@uiowa.edu>",
|
||
"URL": "https://gitlab.com/luke-tierney/codetools",
|
||
"License": "GPL",
|
||
"NeedsCompilation": "no",
|
||
"Repository": "CRAN"
|
||
},
|
||
"colorspace": {
|
||
"Package": "colorspace",
|
||
"Version": "2.1-1",
|
||
"Source": "Repository",
|
||
"Date": "2024-07-26",
|
||
"Title": "A Toolbox for Manipulating and Assessing Colors and Palettes",
|
||
"Authors@R": "c(person(given = \"Ross\", family = \"Ihaka\", role = \"aut\", email = \"ihaka@stat.auckland.ac.nz\"), person(given = \"Paul\", family = \"Murrell\", role = \"aut\", email = \"paul@stat.auckland.ac.nz\", comment = c(ORCID = \"0000-0002-3224-8858\")), person(given = \"Kurt\", family = \"Hornik\", role = \"aut\", email = \"Kurt.Hornik@R-project.org\", comment = c(ORCID = \"0000-0003-4198-9911\")), person(given = c(\"Jason\", \"C.\"), family = \"Fisher\", role = \"aut\", email = \"jfisher@usgs.gov\", comment = c(ORCID = \"0000-0001-9032-8912\")), person(given = \"Reto\", family = \"Stauffer\", role = \"aut\", email = \"Reto.Stauffer@uibk.ac.at\", comment = c(ORCID = \"0000-0002-3798-5507\")), person(given = c(\"Claus\", \"O.\"), family = \"Wilke\", role = \"aut\", email = \"wilke@austin.utexas.edu\", comment = c(ORCID = \"0000-0002-7470-9261\")), person(given = c(\"Claire\", \"D.\"), family = \"McWhite\", role = \"aut\", email = \"claire.mcwhite@utmail.utexas.edu\", comment = c(ORCID = \"0000-0001-7346-3047\")), person(given = \"Achim\", family = \"Zeileis\", role = c(\"aut\", \"cre\"), email = \"Achim.Zeileis@R-project.org\", comment = c(ORCID = \"0000-0003-0918-3766\")))",
|
||
"Description": "Carries out mapping between assorted color spaces including RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB, and polar CIELAB. Qualitative, sequential, and diverging color palettes based on HCL colors are provided along with corresponding ggplot2 color scales. Color palette choice is aided by an interactive app (with either a Tcl/Tk or a shiny graphical user interface) and shiny apps with an HCL color picker and a color vision deficiency emulator. Plotting functions for displaying and assessing palettes include color swatches, visualizations of the HCL space, and trajectories in HCL and/or RGB spectrum. Color manipulation functions include: desaturation, lightening/darkening, mixing, and simulation of color vision deficiencies (deutanomaly, protanomaly, tritanomaly). Details can be found on the project web page at <https://colorspace.R-Forge.R-project.org/> and in the accompanying scientific paper: Zeileis et al. (2020, Journal of Statistical Software, <doi:10.18637/jss.v096.i01>).",
|
||
"Depends": [
|
||
"R (>= 3.0.0)",
|
||
"methods"
|
||
],
|
||
"Imports": [
|
||
"graphics",
|
||
"grDevices",
|
||
"stats"
|
||
],
|
||
"Suggests": [
|
||
"datasets",
|
||
"utils",
|
||
"KernSmooth",
|
||
"MASS",
|
||
"kernlab",
|
||
"mvtnorm",
|
||
"vcd",
|
||
"tcltk",
|
||
"shiny",
|
||
"shinyjs",
|
||
"ggplot2",
|
||
"dplyr",
|
||
"scales",
|
||
"grid",
|
||
"png",
|
||
"jpeg",
|
||
"knitr",
|
||
"rmarkdown",
|
||
"RColorBrewer",
|
||
"rcartocolor",
|
||
"scico",
|
||
"viridis",
|
||
"wesanderson"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"License": "BSD_3_clause + file LICENSE",
|
||
"URL": "https://colorspace.R-Forge.R-project.org/, https://hclwizard.org/",
|
||
"BugReports": "https://colorspace.R-Forge.R-project.org/contact.html",
|
||
"LazyData": "yes",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.1",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Ross Ihaka [aut], Paul Murrell [aut] (<https://orcid.org/0000-0002-3224-8858>), Kurt Hornik [aut] (<https://orcid.org/0000-0003-4198-9911>), Jason C. Fisher [aut] (<https://orcid.org/0000-0001-9032-8912>), Reto Stauffer [aut] (<https://orcid.org/0000-0002-3798-5507>), Claus O. Wilke [aut] (<https://orcid.org/0000-0002-7470-9261>), Claire D. McWhite [aut] (<https://orcid.org/0000-0001-7346-3047>), Achim Zeileis [aut, cre] (<https://orcid.org/0000-0003-0918-3766>)",
|
||
"Maintainer": "Achim Zeileis <Achim.Zeileis@R-project.org>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"commonmark": {
|
||
"Package": "commonmark",
|
||
"Version": "1.9.2",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "High Performance CommonMark and Github Markdown Rendering in R",
|
||
"Authors@R": "c( person(\"Jeroen\", \"Ooms\", ,\"jeroenooms@gmail.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"John MacFarlane\", role = \"cph\", comment = \"Author of cmark\"))",
|
||
"Description": "The CommonMark specification <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.2.3",
|
||
"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 <jeroenooms@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"correlation": {
|
||
"Package": "correlation",
|
||
"Version": "0.8.7",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Methods for Correlation Analysis",
|
||
"Authors@R": "c(person(given = \"Dominique\", family = \"Makowski\", role = c(\"aut\", \"inv\"), email = \"dom.makowski@gmail.com\", comment = c(ORCID = \"0000-0001-5375-9967\")), person(given = \"Brenton M.\", family = \"Wiernik\", role = c(\"aut\", \"cre\"), email = \"brenton@wiernik.org\", comment = c(ORCID = \"0000-0001-9560-6336\")), person(given = \"Indrajeet\", family = \"Patil\", role = \"aut\", email = \"patilindrajeet.science@gmail.com\", comment = c(ORCID = \"0000-0003-1995-6531\")), person(given = \"Daniel\", family = \"Lüdecke\", role = \"aut\", email = \"d.luedecke@uke.de\", comment = c(ORCID = \"0000-0002-8895-3206\")), person(given = \"Mattan S.\", family = \"Ben-Shachar\", role = \"aut\", email = \"matanshm@post.bgu.ac.il\", comment = c(ORCID = \"0000-0002-4287-4801\")), person(given = \"Rémi\", family = \"Thériault\", role = c(\"aut\"), email = \"remi.theriault@mail.mcgill.ca\", comment = c(ORCID = \"0000-0003-4315-6788\")), person(given = \"Mark\", family = \"White\", email = \"markhwhiteii@gmail.com\", role = \"rev\"), person(given = \"Maximilian M.\", family = \"Rabe\", email = \"maximilian.rabe@uni-potsdam.de\", role = \"rev\", comment = c(ORCID = \"0000-0002-2556-5644\")))",
|
||
"Maintainer": "Brenton M. Wiernik <brenton@wiernik.org>",
|
||
"Description": "Lightweight package for computing different kinds of correlations, such as partial correlations, Bayesian correlations, multilevel correlations, polychoric correlations, biweight correlations, distance correlations and more. Part of the 'easystats' ecosystem. References: Makowski et al. (2020) <doi:10.21105/joss.02306>.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://easystats.github.io/correlation/",
|
||
"BugReports": "https://github.com/easystats/correlation/issues",
|
||
"Depends": [
|
||
"R (>= 4.1)"
|
||
],
|
||
"Imports": [
|
||
"bayestestR (>= 0.15.0)",
|
||
"datasets",
|
||
"datawizard (>= 1.0.0)",
|
||
"insight (>= 1.0.0)",
|
||
"parameters (>= 0.24.0)",
|
||
"stats"
|
||
],
|
||
"Suggests": [
|
||
"BayesFactor",
|
||
"energy",
|
||
"ggplot2",
|
||
"ggraph",
|
||
"gt",
|
||
"Hmisc",
|
||
"knitr",
|
||
"lme4",
|
||
"MASS",
|
||
"mbend",
|
||
"polycor",
|
||
"poorman",
|
||
"ppcor",
|
||
"psych",
|
||
"rmarkdown",
|
||
"rmcorr",
|
||
"rstanarm",
|
||
"see (>= 0.8.1)",
|
||
"testthat (>= 3.2.1)",
|
||
"tidygraph",
|
||
"wdm",
|
||
"WRS2",
|
||
"openxlsx2 (>= 1.0)"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Encoding": "UTF-8",
|
||
"Language": "en-US",
|
||
"RoxygenNote": "7.3.2",
|
||
"Config/testthat/edition": "3",
|
||
"Config/Needs/website": "rstudio/bslib, r-lib/pkgdown, easystats/easystatstemplate",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Dominique Makowski [aut, inv] (<https://orcid.org/0000-0001-5375-9967>), Brenton M. Wiernik [aut, cre] (<https://orcid.org/0000-0001-9560-6336>), Indrajeet Patil [aut] (<https://orcid.org/0000-0003-1995-6531>), Daniel Lüdecke [aut] (<https://orcid.org/0000-0002-8895-3206>), Mattan S. Ben-Shachar [aut] (<https://orcid.org/0000-0002-4287-4801>), Rémi Thériault [aut] (<https://orcid.org/0000-0003-4315-6788>), Mark White [rev], Maximilian M. Rabe [rev] (<https://orcid.org/0000-0002-2556-5644>)",
|
||
"Repository": "CRAN"
|
||
},
|
||
"cpp11": {
|
||
"Package": "cpp11",
|
||
"Version": "0.5.2",
|
||
"Source": "Repository",
|
||
"Title": "A C++11 Interface for R's C Interface",
|
||
"Authors@R": "c( person(\"Davis\", \"Vaughan\", email = \"davis@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4777-038X\")), person(\"Jim\",\"Hester\", role = \"aut\", comment = c(ORCID = \"0000-0002-2739-7082\")), person(\"Romain\", \"François\", role = \"aut\", comment = c(ORCID = \"0000-0002-2444-4226\")), person(\"Benjamin\", \"Kietzman\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "Provides a header only, C++11 interface to R's C interface. Compared to other approaches 'cpp11' strives to be safe against long jumps from the C API as well as C++ exceptions, conform to normal R function semantics and supports interaction with 'ALTREP' vectors.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://cpp11.r-lib.org, https://github.com/r-lib/cpp11",
|
||
"BugReports": "https://github.com/r-lib/cpp11/issues",
|
||
"Depends": [
|
||
"R (>= 4.0.0)"
|
||
],
|
||
"Suggests": [
|
||
"bench",
|
||
"brio",
|
||
"callr",
|
||
"cli",
|
||
"covr",
|
||
"decor",
|
||
"desc",
|
||
"ggplot2",
|
||
"glue",
|
||
"knitr",
|
||
"lobstr",
|
||
"mockery",
|
||
"progress",
|
||
"rmarkdown",
|
||
"scales",
|
||
"Rcpp",
|
||
"testthat (>= 3.2.0)",
|
||
"tibble",
|
||
"utils",
|
||
"vctrs",
|
||
"withr"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Config/Needs/website": "tidyverse/tidytemplate",
|
||
"Config/testthat/edition": "3",
|
||
"Config/Needs/cpp11/cpp_register": "brio, cli, decor, desc, glue, tibble, vctrs",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.2",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Davis Vaughan [aut, cre] (<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 <davis@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"crayon": {
|
||
"Package": "crayon",
|
||
"Version": "1.5.3",
|
||
"Source": "Repository",
|
||
"Title": "Colored Terminal Output",
|
||
"Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Brodie\", \"Gaslam\", , \"brodie.gaslam@yahoo.com\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "The crayon package is now superseded. Please use the 'cli' package for new projects. Colored terminal output on terminals that support 'ANSI' color and highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support is automatically detected. Colors and highlighting can be combined and nested. New styles can also be created easily. This package was inspired by the 'chalk' 'JavaScript' project.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://r-lib.github.io/crayon/, https://github.com/r-lib/crayon",
|
||
"BugReports": "https://github.com/r-lib/crayon/issues",
|
||
"Imports": [
|
||
"grDevices",
|
||
"methods",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"mockery",
|
||
"rstudioapi",
|
||
"testthat",
|
||
"withr"
|
||
],
|
||
"Config/Needs/website": "tidyverse/tidytemplate",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.1",
|
||
"Collate": "'aaa-rstudio-detect.R' 'aaaa-rematch2.R' 'aab-num-ansi-colors.R' 'aac-num-ansi-colors.R' 'ansi-256.R' 'ansi-palette.R' 'combine.R' 'string.R' 'utils.R' 'crayon-package.R' 'disposable.R' 'enc-utils.R' 'has_ansi.R' 'has_color.R' 'link.R' 'styles.R' 'machinery.R' 'parts.R' 'print.R' 'style-var.R' 'show.R' 'string_operations.R'",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Gábor Csárdi [aut, cre], Brodie Gaslam [ctb], Posit Software, PBC [cph, fnd]",
|
||
"Maintainer": "Gábor Csárdi <csardi.gabor@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"crosstalk": {
|
||
"Package": "crosstalk",
|
||
"Version": "1.2.1",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Inter-Widget Interactivity for HTML Widgets",
|
||
"Authors@R": "c( person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@posit.co\"), person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"carson@posit.co\", comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(family = \"jQuery Foundation\", role = \"cph\", comment = \"jQuery library and jQuery UI library\"), person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"), person(\"Mark\", \"Otto\", role = \"ctb\", comment = \"Bootstrap library\"), person(\"Jacob\", \"Thornton\", role = \"ctb\", comment = \"Bootstrap library\"), person(family = \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"), person(family = \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\"), person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"), comment = \"selectize.js library\"), person(\"Kristopher Michael\", \"Kowal\", role = c(\"ctb\", \"cph\"), comment = \"es5-shim library\"), person(family = \"es5-shim contributors\", role = c(\"ctb\", \"cph\"), comment = \"es5-shim library\"), person(\"Denis\", \"Ineshin\", role = c(\"ctb\", \"cph\"), comment = \"ion.rangeSlider library\"), person(\"Sami\", \"Samhuri\", role = c(\"ctb\", \"cph\"), comment = \"Javascript strftime library\") )",
|
||
"Description": "Provides building blocks for allowing HTML widgets to communicate with each other, with Shiny or without (i.e. static .html files). Currently supports linked brushing and filtering.",
|
||
"License": "MIT + file LICENSE",
|
||
"Imports": [
|
||
"htmltools (>= 0.3.6)",
|
||
"jsonlite",
|
||
"lazyeval",
|
||
"R6"
|
||
],
|
||
"Suggests": [
|
||
"shiny",
|
||
"ggplot2",
|
||
"testthat (>= 2.1.0)",
|
||
"sass",
|
||
"bslib"
|
||
],
|
||
"URL": "https://rstudio.github.io/crosstalk/, https://github.com/rstudio/crosstalk",
|
||
"BugReports": "https://github.com/rstudio/crosstalk/issues",
|
||
"RoxygenNote": "7.2.3",
|
||
"Encoding": "UTF-8",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Joe Cheng [aut], Carson Sievert [aut, cre] (<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 <carson@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"curl": {
|
||
"Package": "curl",
|
||
"Version": "6.2.1",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "A Modern and Flexible Web Client for R",
|
||
"Authors@R": "c( person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Hadley\", \"Wickham\", role = \"ctb\"), person(\"Posit Software, PBC\", role = \"cph\"))",
|
||
"Description": "Bindings to 'libcurl' <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 <jeroenooms@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"data.table": {
|
||
"Package": "data.table",
|
||
"Version": "1.17.0",
|
||
"Source": "Repository",
|
||
"Title": "Extension of `data.frame`",
|
||
"Depends": [
|
||
"R (>= 3.3.0)"
|
||
],
|
||
"Imports": [
|
||
"methods"
|
||
],
|
||
"Suggests": [
|
||
"bit64 (>= 4.0.0)",
|
||
"bit (>= 4.0.4)",
|
||
"R.utils",
|
||
"xts",
|
||
"zoo (>= 1.8-1)",
|
||
"yaml",
|
||
"knitr",
|
||
"markdown"
|
||
],
|
||
"Description": "Fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins, fast add/modify/delete of columns by group using no copies at all, list columns, friendly and fast character-separated-value read/write. Offers a natural and flexible syntax, for faster development.",
|
||
"License": "MPL-2.0 | file LICENSE",
|
||
"URL": "https://r-datatable.com, https://Rdatatable.gitlab.io/data.table, https://github.com/Rdatatable/data.table",
|
||
"BugReports": "https://github.com/Rdatatable/data.table/issues",
|
||
"VignetteBuilder": "knitr",
|
||
"Encoding": "UTF-8",
|
||
"ByteCompile": "TRUE",
|
||
"Authors@R": "c( person(\"Tyson\",\"Barrett\", role=c(\"aut\",\"cre\"), email=\"t.barrett88@gmail.com\", comment = c(ORCID=\"0000-0002-2137-1391\")), person(\"Matt\",\"Dowle\", role=\"aut\", email=\"mattjdowle@gmail.com\"), person(\"Arun\",\"Srinivasan\", role=\"aut\", email=\"asrini@pm.me\"), person(\"Jan\",\"Gorecki\", role=\"aut\"), person(\"Michael\",\"Chirico\", role=\"aut\", comment = c(ORCID=\"0000-0003-0787-087X\")), person(\"Toby\",\"Hocking\", role=\"aut\", comment = c(ORCID=\"0000-0002-3146-0865\")), person(\"Benjamin\",\"Schwendinger\",role=\"aut\", comment = c(ORCID=\"0000-0003-3315-8114\")), person(\"Ivan\", \"Krylov\", role=\"aut\", email=\"ikrylov@disroot.org\", comment = c(ORCID=\"0000-0002-0172-3812\")), person(\"Pasha\",\"Stetsenko\", role=\"ctb\"), person(\"Tom\",\"Short\", role=\"ctb\"), person(\"Steve\",\"Lianoglou\", role=\"ctb\"), person(\"Eduard\",\"Antonyan\", role=\"ctb\"), person(\"Markus\",\"Bonsch\", role=\"ctb\"), person(\"Hugh\",\"Parsonage\", role=\"ctb\"), person(\"Scott\",\"Ritchie\", role=\"ctb\"), person(\"Kun\",\"Ren\", role=\"ctb\"), person(\"Xianying\",\"Tan\", role=\"ctb\"), person(\"Rick\",\"Saporta\", role=\"ctb\"), person(\"Otto\",\"Seiskari\", role=\"ctb\"), person(\"Xianghui\",\"Dong\", role=\"ctb\"), person(\"Michel\",\"Lang\", role=\"ctb\"), person(\"Watal\",\"Iwasaki\", role=\"ctb\"), person(\"Seth\",\"Wenchel\", role=\"ctb\"), person(\"Karl\",\"Broman\", role=\"ctb\"), person(\"Tobias\",\"Schmidt\", role=\"ctb\"), person(\"David\",\"Arenburg\", role=\"ctb\"), person(\"Ethan\",\"Smith\", role=\"ctb\"), person(\"Francois\",\"Cocquemas\", role=\"ctb\"), person(\"Matthieu\",\"Gomez\", role=\"ctb\"), person(\"Philippe\",\"Chataignon\", role=\"ctb\"), person(\"Nello\",\"Blaser\", role=\"ctb\"), person(\"Dmitry\",\"Selivanov\", role=\"ctb\"), person(\"Andrey\",\"Riabushenko\", role=\"ctb\"), person(\"Cheng\",\"Lee\", role=\"ctb\"), person(\"Declan\",\"Groves\", role=\"ctb\"), person(\"Daniel\",\"Possenriede\", role=\"ctb\"), person(\"Felipe\",\"Parages\", role=\"ctb\"), person(\"Denes\",\"Toth\", role=\"ctb\"), person(\"Mus\",\"Yaramaz-David\", role=\"ctb\"), person(\"Ayappan\",\"Perumal\", role=\"ctb\"), person(\"James\",\"Sams\", role=\"ctb\"), person(\"Martin\",\"Morgan\", role=\"ctb\"), person(\"Michael\",\"Quinn\", role=\"ctb\"), person(\"@javrucebo\",\"\", role=\"ctb\"), person(\"@marc-outins\",\"\", role=\"ctb\"), person(\"Roy\",\"Storey\", role=\"ctb\"), person(\"Manish\",\"Saraswat\", role=\"ctb\"), person(\"Morgan\",\"Jacob\", role=\"ctb\"), person(\"Michael\",\"Schubmehl\", role=\"ctb\"), person(\"Davis\",\"Vaughan\", role=\"ctb\"), person(\"Leonardo\",\"Silvestri\", role=\"ctb\"), person(\"Jim\",\"Hester\", role=\"ctb\"), person(\"Anthony\",\"Damico\", role=\"ctb\"), person(\"Sebastian\",\"Freundt\", role=\"ctb\"), person(\"David\",\"Simons\", role=\"ctb\"), person(\"Elliott\",\"Sales de Andrade\", role=\"ctb\"), person(\"Cole\",\"Miller\", role=\"ctb\"), person(\"Jens Peder\",\"Meldgaard\", role=\"ctb\"), person(\"Vaclav\",\"Tlapak\", role=\"ctb\"), person(\"Kevin\",\"Ushey\", role=\"ctb\"), person(\"Dirk\",\"Eddelbuettel\", role=\"ctb\"), person(\"Tony\",\"Fischetti\", role=\"ctb\"), person(\"Ofek\",\"Shilon\", role=\"ctb\"), person(\"Vadim\",\"Khotilovich\", role=\"ctb\"), person(\"Hadley\",\"Wickham\", role=\"ctb\"), person(\"Bennet\",\"Becker\", role=\"ctb\"), person(\"Kyle\",\"Haynes\", role=\"ctb\"), person(\"Boniface Christian\",\"Kamgang\", role=\"ctb\"), person(\"Olivier\",\"Delmarcell\", role=\"ctb\"), person(\"Josh\",\"O'Brien\", role=\"ctb\"), person(\"Dereck\",\"de Mezquita\", role=\"ctb\"), person(\"Michael\",\"Czekanski\", role=\"ctb\"), person(\"Dmitry\", \"Shemetov\", role=\"ctb\"), person(\"Nitish\", \"Jha\", role=\"ctb\"), person(\"Joshua\", \"Wu\", role=\"ctb\"), person(\"Iago\", \"Giné-Vázquez\", role=\"ctb\"), person(\"Anirban\", \"Chetia\", role=\"ctb\"), person(\"Doris\", \"Amoakohene\", role=\"ctb\"), person(\"Angel\", \"Feliz\", role=\"ctb\"), person(\"Michael\",\"Young\", role=\"ctb\"), person(\"Mark\", \"Seeto\", role=\"ctb\"), person(\"Philippe\", \"Grosjean\", role=\"ctb\"), person(\"Vincent\", \"Runge\", role=\"ctb\"), person(\"Christian\", \"Wia\", role=\"ctb\"), person(\"Elise\", \"Maigné\", role=\"ctb\"), person(\"Vincent\", \"Rocher\", role=\"ctb\"), person(\"Vijay\", \"Lulla\", role=\"ctb\"), person(\"Aljaž\", \"Sluga\", role=\"ctb\"), person(\"Bill\", \"Evans\", role=\"ctb\") )",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Tyson Barrett [aut, cre] (<https://orcid.org/0000-0002-2137-1391>), Matt Dowle [aut], Arun Srinivasan [aut], Jan Gorecki [aut], Michael Chirico [aut] (<https://orcid.org/0000-0003-0787-087X>), Toby Hocking [aut] (<https://orcid.org/0000-0002-3146-0865>), Benjamin Schwendinger [aut] (<https://orcid.org/0000-0003-3315-8114>), Ivan Krylov [aut] (<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 <t.barrett88@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"datamods": {
|
||
"Package": "datamods",
|
||
"Version": "1.5.3",
|
||
"Source": "Repository",
|
||
"Title": "Modules to Import and Manipulate Data in 'Shiny'",
|
||
"Authors@R": "c(person(given = \"Victor\", family = \"Perrier\", role = c(\"aut\", \"cre\", \"cph\"), email = \"victor.perrier@dreamrs.fr\"), person(given = \"Fanny\", family = \"Meyer\", role = \"aut\"), person(given = \"Samra\", family = \"Goumri\", role = \"aut\"), person(given = \"Zauad Shahreer\", family = \"Abeer\", role = \"aut\", email = \"shahreyar.abeer@gmail.com\"), person(given = \"Eduard\", family = \"Szöcs\", role = \"ctb\", email = \"eduardszoecs@gmail.com\") )",
|
||
"Description": "'Shiny' modules to import data into an application or 'addin' from various sources, and to manipulate them after that.",
|
||
"License": "GPL-3",
|
||
"URL": "https://github.com/dreamRs/datamods, https://dreamrs.github.io/datamods/",
|
||
"BugReports": "https://github.com/dreamRs/datamods/issues",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.2",
|
||
"Imports": [
|
||
"bslib",
|
||
"classInt",
|
||
"data.table",
|
||
"htmltools",
|
||
"phosphoricons",
|
||
"reactable",
|
||
"readxl",
|
||
"rio",
|
||
"rlang",
|
||
"shiny (>= 1.5.0)",
|
||
"shinyWidgets (>= 0.8.4)",
|
||
"tibble",
|
||
"toastui (>= 0.3.3)",
|
||
"tools",
|
||
"shinybusy",
|
||
"writexl"
|
||
],
|
||
"Suggests": [
|
||
"ggplot2",
|
||
"jsonlite",
|
||
"knitr",
|
||
"MASS",
|
||
"rmarkdown",
|
||
"testthat",
|
||
"validate"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Depends": [
|
||
"R (>= 2.10)"
|
||
],
|
||
"LazyData": "true",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Victor Perrier [aut, cre, cph], Fanny Meyer [aut], Samra Goumri [aut], Zauad Shahreer Abeer [aut], Eduard Szöcs [ctb]",
|
||
"Maintainer": "Victor Perrier <victor.perrier@dreamrs.fr>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"datawizard": {
|
||
"Package": "datawizard",
|
||
"Version": "1.0.0",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Easy Data Wrangling and Statistical Transformations",
|
||
"Authors@R": "c( person(\"Indrajeet\", \"Patil\", , \"patilindrajeet.science@gmail.com\", role = \"aut\", comment = c(ORCID = \"0000-0003-1995-6531\")), person(\"Etienne\", \"Bacher\", , \"etienne.bacher@protonmail.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-9271-5075\")), person(\"Dominique\", \"Makowski\", , \"dom.makowski@gmail.com\", role = \"aut\", comment = c(ORCID = \"0000-0001-5375-9967\")), person(\"Daniel\", \"Lüdecke\", , \"d.luedecke@uke.de\", role = \"aut\", comment = c(ORCID = \"0000-0002-8895-3206\")), person(\"Mattan S.\", \"Ben-Shachar\", , \"matanshm@post.bgu.ac.il\", role = \"aut\", comment = c(ORCID = \"0000-0002-4287-4801\")), person(\"Brenton M.\", \"Wiernik\", , \"brenton@wiernik.org\", role = \"aut\", comment = c(ORCID = \"0000-0001-9560-6336\")), person(\"Rémi\", \"Thériault\", , \"remi.theriault@mail.mcgill.ca\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4315-6788\")), person(\"Thomas J.\", \"Faulkenberry\", , \"faulkenberry@tarleton.edu\", role = \"rev\"), person(\"Robert\", \"Garrett\", , \"rcg4@illinois.edu\", role = \"rev\") )",
|
||
"Maintainer": "Etienne Bacher <etienne.bacher@protonmail.com>",
|
||
"Description": "A lightweight package to assist in key steps involved in any data analysis workflow: (1) wrangling the raw data to get it in the needed form, (2) applying preprocessing steps and statistical transformations, and (3) compute statistical summaries of data properties and distributions. It is also the data wrangling backend for packages in 'easystats' ecosystem. References: Patil et al. (2022) <doi:10.21105/joss.04684>.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://easystats.github.io/datawizard/",
|
||
"BugReports": "https://github.com/easystats/datawizard/issues",
|
||
"Depends": [
|
||
"R (>= 4.0)"
|
||
],
|
||
"Imports": [
|
||
"insight (>= 1.0.0)",
|
||
"stats",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"bayestestR",
|
||
"boot",
|
||
"brms",
|
||
"curl",
|
||
"data.table",
|
||
"dplyr (>= 1.1)",
|
||
"effectsize",
|
||
"emmeans",
|
||
"gamm4",
|
||
"ggplot2 (>= 3.5.0)",
|
||
"gt",
|
||
"haven",
|
||
"httr",
|
||
"knitr",
|
||
"lme4",
|
||
"mediation",
|
||
"modelbased",
|
||
"parameters (>= 0.21.7)",
|
||
"poorman (>= 0.2.7)",
|
||
"psych",
|
||
"readxl",
|
||
"readr",
|
||
"rio",
|
||
"rmarkdown",
|
||
"rstanarm",
|
||
"see",
|
||
"testthat (>= 3.2.1)",
|
||
"tibble",
|
||
"tidyr",
|
||
"withr"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Encoding": "UTF-8",
|
||
"Language": "en-US",
|
||
"RoxygenNote": "7.3.2",
|
||
"Config/testthat/edition": "3",
|
||
"Config/testthat/parallel": "true",
|
||
"Config/Needs/website": "easystats/easystatstemplate",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Indrajeet Patil [aut] (<https://orcid.org/0000-0003-1995-6531>), Etienne Bacher [aut, cre] (<https://orcid.org/0000-0002-9271-5075>), Dominique Makowski [aut] (<https://orcid.org/0000-0001-5375-9967>), Daniel Lüdecke [aut] (<https://orcid.org/0000-0002-8895-3206>), Mattan S. Ben-Shachar [aut] (<https://orcid.org/0000-0002-4287-4801>), Brenton M. Wiernik [aut] (<https://orcid.org/0000-0001-9560-6336>), Rémi Thériault [ctb] (<https://orcid.org/0000-0003-4315-6788>), Thomas J. Faulkenberry [rev], Robert Garrett [rev]",
|
||
"Repository": "CRAN"
|
||
},
|
||
"desc": {
|
||
"Package": "desc",
|
||
"Version": "1.4.3",
|
||
"Source": "Repository",
|
||
"Title": "Manipulate DESCRIPTION Files",
|
||
"Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Kirill\", \"Müller\", role = \"aut\"), person(\"Jim\", \"Hester\", , \"james.f.hester@gmail.com\", role = \"aut\"), person(\"Maëlle\", \"Salmon\", role = \"ctb\", comment = c(ORCID = \"0000-0002-2815-0399\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Maintainer": "Gábor Csárdi <csardi.gabor@gmail.com>",
|
||
"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": "CRAN"
|
||
},
|
||
"digest": {
|
||
"Package": "digest",
|
||
"Version": "0.6.37",
|
||
"Source": "Repository",
|
||
"Authors@R": "c(person(\"Dirk\", \"Eddelbuettel\", role = c(\"aut\", \"cre\"), email = \"edd@debian.org\", comment = c(ORCID = \"0000-0001-6419-907X\")), person(\"Antoine\", \"Lucas\", role=\"ctb\"), person(\"Jarek\", \"Tuszynski\", role=\"ctb\"), person(\"Henrik\", \"Bengtsson\", role=\"ctb\", comment = c(ORCID = \"0000-0002-7579-5165\")), person(\"Simon\", \"Urbanek\", role=\"ctb\", comment = c(ORCID = \"0000-0003-2297-1732\")), person(\"Mario\", \"Frasca\", role=\"ctb\"), person(\"Bryan\", \"Lewis\", role=\"ctb\"), person(\"Murray\", \"Stokely\", role=\"ctb\"), person(\"Hannes\", \"Muehleisen\", role=\"ctb\"), person(\"Duncan\", \"Murdoch\", role=\"ctb\"), person(\"Jim\", \"Hester\", role=\"ctb\"), person(\"Wush\", \"Wu\", role=\"ctb\", comment = c(ORCID = \"0000-0001-5180-0567\")), person(\"Qiang\", \"Kou\", role=\"ctb\", comment = c(ORCID = \"0000-0001-6786-5453\")), person(\"Thierry\", \"Onkelinx\", role=\"ctb\", comment = c(ORCID = \"0000-0001-8804-4216\")), person(\"Michel\", \"Lang\", role=\"ctb\", comment = c(ORCID = \"0000-0001-9754-0393\")), person(\"Viliam\", \"Simko\", role=\"ctb\"), person(\"Kurt\", \"Hornik\", role=\"ctb\", comment = c(ORCID = \"0000-0003-4198-9911\")), person(\"Radford\", \"Neal\", role=\"ctb\", comment = c(ORCID = \"0000-0002-2473-3407\")), person(\"Kendon\", \"Bell\", role=\"ctb\", comment = c(ORCID = \"0000-0002-9093-8312\")), person(\"Matthew\", \"de Queljoe\", role=\"ctb\"), person(\"Dmitry\", \"Selivanov\", role=\"ctb\"), person(\"Ion\", \"Suruceanu\", role=\"ctb\"), person(\"Bill\", \"Denney\", role=\"ctb\"), person(\"Dirk\", \"Schumacher\", role=\"ctb\"), person(\"András\", \"Svraka\", role=\"ctb\"), person(\"Sergey\", \"Fedorov\", role=\"ctb\"), person(\"Will\", \"Landau\", role=\"ctb\", comment = c(ORCID = \"0000-0003-1878-3253\")), person(\"Floris\", \"Vanderhaeghe\", role=\"ctb\", comment = c(ORCID = \"0000-0002-6378-6229\")), person(\"Kevin\", \"Tappe\", role=\"ctb\"), person(\"Harris\", \"McGehee\", role=\"ctb\"), person(\"Tim\", \"Mastny\", role=\"ctb\"), person(\"Aaron\", \"Peikert\", role=\"ctb\", comment = c(ORCID = \"0000-0001-7813-818X\")), person(\"Mark\", \"van der Loo\", role=\"ctb\", comment = c(ORCID = \"0000-0002-9807-4686\")), person(\"Chris\", \"Muir\", role=\"ctb\", comment = c(ORCID = \"0000-0003-2555-3878\")), person(\"Moritz\", \"Beller\", role=\"ctb\", comment = c(ORCID = \"0000-0003-4852-0526\")), person(\"Sebastian\", \"Campbell\", role=\"ctb\"), person(\"Winston\", \"Chang\", role=\"ctb\", comment = c(ORCID = \"0000-0002-1576-2126\")), person(\"Dean\", \"Attali\", role=\"ctb\", comment = c(ORCID = \"0000-0002-5645-3493\")), person(\"Michael\", \"Chirico\", role=\"ctb\", comment = c(ORCID = \"0000-0003-0787-087X\")), person(\"Kevin\", \"Ushey\", role=\"ctb\"))",
|
||
"Date": "2024-08-19",
|
||
"Title": "Create Compact Hash Digests of R Objects",
|
||
"Description": "Implementation of a function 'digest()' for the creation of hash digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32', 'xxhash', 'murmurhash', 'spookyhash', 'blake3', 'crc32c', 'xxh3_64', and 'xxh3_128' algorithms) permitting easy comparison of R language objects, as well as functions such as'hmac()' to create hash-based message authentication code. Please note that this package is not meant to be deployed for cryptographic purposes for which more comprehensive (and widely tested) libraries such as 'OpenSSL' should be used.",
|
||
"URL": "https://github.com/eddelbuettel/digest, https://dirk.eddelbuettel.com/code/digest.html",
|
||
"BugReports": "https://github.com/eddelbuettel/digest/issues",
|
||
"Depends": [
|
||
"R (>= 3.3.0)"
|
||
],
|
||
"Imports": [
|
||
"utils"
|
||
],
|
||
"License": "GPL (>= 2)",
|
||
"Suggests": [
|
||
"tinytest",
|
||
"simplermarkdown"
|
||
],
|
||
"VignetteBuilder": "simplermarkdown",
|
||
"Encoding": "UTF-8",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Dirk Eddelbuettel [aut, cre] (<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 <edd@debian.org>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"doParallel": {
|
||
"Package": "doParallel",
|
||
"Version": "1.0.17",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Foreach Parallel Adaptor for the 'parallel' Package",
|
||
"Authors@R": "c(person(\"Folashade\", \"Daniel\", role=\"cre\", email=\"fdaniel@microsoft.com\"), person(\"Microsoft\", \"Corporation\", role=c(\"aut\", \"cph\")), person(\"Steve\", \"Weston\", role=\"aut\"), person(\"Dan\", \"Tenenbaum\", role=\"ctb\"))",
|
||
"Description": "Provides a parallel backend for the %dopar% function using the parallel package.",
|
||
"Depends": [
|
||
"R (>= 2.14.0)",
|
||
"foreach (>= 1.2.0)",
|
||
"iterators (>= 1.0.0)",
|
||
"parallel",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"caret",
|
||
"mlbench",
|
||
"rpart",
|
||
"RUnit"
|
||
],
|
||
"Enhances": [
|
||
"compiler"
|
||
],
|
||
"License": "GPL-2",
|
||
"URL": "https://github.com/RevolutionAnalytics/doparallel",
|
||
"BugReports": "https://github.com/RevolutionAnalytics/doparallel/issues",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Folashade Daniel [cre], Microsoft Corporation [aut, cph], Steve Weston [aut], Dan Tenenbaum [ctb]",
|
||
"Maintainer": "Folashade Daniel <fdaniel@microsoft.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"downlit": {
|
||
"Package": "downlit",
|
||
"Version": "0.4.4",
|
||
"Source": "Repository",
|
||
"Title": "Syntax Highlighting and Automatic Linking",
|
||
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "Syntax highlighting of R code, specifically designed for the needs of 'RMarkdown' packages like 'pkgdown', 'hugodown', and 'bookdown'. It includes linking of function calls to their documentation on the web, and automatic translation of ANSI escapes in output to the equivalent HTML.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://downlit.r-lib.org/, https://github.com/r-lib/downlit",
|
||
"BugReports": "https://github.com/r-lib/downlit/issues",
|
||
"Depends": [
|
||
"R (>= 4.0.0)"
|
||
],
|
||
"Imports": [
|
||
"brio",
|
||
"desc",
|
||
"digest",
|
||
"evaluate",
|
||
"fansi",
|
||
"memoise",
|
||
"rlang",
|
||
"vctrs",
|
||
"withr",
|
||
"yaml"
|
||
],
|
||
"Suggests": [
|
||
"covr",
|
||
"htmltools",
|
||
"jsonlite",
|
||
"MASS",
|
||
"MassSpecWavelet",
|
||
"pkgload",
|
||
"rmarkdown",
|
||
"testthat (>= 3.0.0)",
|
||
"xml2"
|
||
],
|
||
"Config/Needs/website": "tidyverse/tidytemplate",
|
||
"Config/testthat/edition": "3",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.1",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Hadley Wickham [aut, cre], Posit Software, PBC [cph, fnd]",
|
||
"Maintainer": "Hadley Wickham <hadley@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"dplyr": {
|
||
"Package": "dplyr",
|
||
"Version": "1.1.4",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "A Grammar of Data Manipulation",
|
||
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Romain\", \"François\", role = \"aut\", comment = c(ORCID = \"0000-0002-2444-4226\")), person(\"Lionel\", \"Henry\", role = \"aut\"), person(\"Kirill\", \"Müller\", role = \"aut\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4777-038X\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "A fast, consistent tool for working with data frame like objects, both in memory and out of memory.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://dplyr.tidyverse.org, https://github.com/tidyverse/dplyr",
|
||
"BugReports": "https://github.com/tidyverse/dplyr/issues",
|
||
"Depends": [
|
||
"R (>= 3.5.0)"
|
||
],
|
||
"Imports": [
|
||
"cli (>= 3.4.0)",
|
||
"generics",
|
||
"glue (>= 1.3.2)",
|
||
"lifecycle (>= 1.0.3)",
|
||
"magrittr (>= 1.5)",
|
||
"methods",
|
||
"pillar (>= 1.9.0)",
|
||
"R6",
|
||
"rlang (>= 1.1.0)",
|
||
"tibble (>= 3.2.0)",
|
||
"tidyselect (>= 1.2.0)",
|
||
"utils",
|
||
"vctrs (>= 0.6.4)"
|
||
],
|
||
"Suggests": [
|
||
"bench",
|
||
"broom",
|
||
"callr",
|
||
"covr",
|
||
"DBI",
|
||
"dbplyr (>= 2.2.1)",
|
||
"ggplot2",
|
||
"knitr",
|
||
"Lahman",
|
||
"lobstr",
|
||
"microbenchmark",
|
||
"nycflights13",
|
||
"purrr",
|
||
"rmarkdown",
|
||
"RMySQL",
|
||
"RPostgreSQL",
|
||
"RSQLite",
|
||
"stringi (>= 1.7.6)",
|
||
"testthat (>= 3.1.5)",
|
||
"tidyr (>= 1.3.0)",
|
||
"withr"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Config/Needs/website": "tidyverse, shiny, pkgdown, tidyverse/tidytemplate",
|
||
"Config/testthat/edition": "3",
|
||
"Encoding": "UTF-8",
|
||
"LazyData": "true",
|
||
"RoxygenNote": "7.2.3",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Hadley Wickham [aut, cre] (<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 <hadley@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"e1071": {
|
||
"Package": "e1071",
|
||
"Version": "1.7-16",
|
||
"Source": "Repository",
|
||
"Title": "Misc Functions of the Department of Statistics, Probability Theory Group (Formerly: E1071), TU Wien",
|
||
"Imports": [
|
||
"graphics",
|
||
"grDevices",
|
||
"class",
|
||
"stats",
|
||
"methods",
|
||
"utils",
|
||
"proxy"
|
||
],
|
||
"Suggests": [
|
||
"cluster",
|
||
"mlbench",
|
||
"nnet",
|
||
"randomForest",
|
||
"rpart",
|
||
"SparseM",
|
||
"xtable",
|
||
"Matrix",
|
||
"MASS",
|
||
"slam"
|
||
],
|
||
"Authors@R": "c(person(given = \"David\", family = \"Meyer\", role = c(\"aut\", \"cre\"), email = \"David.Meyer@R-project.org\", comment = c(ORCID = \"0000-0002-5196-3048\")), person(given = \"Evgenia\", family = \"Dimitriadou\", role = c(\"aut\",\"cph\")), person(given = \"Kurt\", family = \"Hornik\", role = \"aut\", email = \"Kurt.Hornik@R-project.org\", comment = c(ORCID = \"0000-0003-4198-9911\")), person(given = \"Andreas\", family = \"Weingessel\", role = \"aut\"), person(given = \"Friedrich\", family = \"Leisch\", role = \"aut\"), person(given = \"Chih-Chung\", family = \"Chang\", role = c(\"ctb\",\"cph\"), comment = \"libsvm C++-code\"), person(given = \"Chih-Chen\", family = \"Lin\", role = c(\"ctb\",\"cph\"), comment = \"libsvm C++-code\"))",
|
||
"Description": "Functions for latent class analysis, short time Fourier transform, fuzzy clustering, support vector machines, shortest path computation, bagged clustering, naive Bayes classifier, generalized k-nearest neighbour ...",
|
||
"License": "GPL-2 | GPL-3",
|
||
"LazyLoad": "yes",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "David Meyer [aut, cre] (<https://orcid.org/0000-0002-5196-3048>), Evgenia Dimitriadou [aut, cph], Kurt Hornik [aut] (<https://orcid.org/0000-0003-4198-9911>), Andreas Weingessel [aut], Friedrich Leisch [aut], Chih-Chung Chang [ctb, cph] (libsvm C++-code), Chih-Chen Lin [ctb, cph] (libsvm C++-code)",
|
||
"Maintainer": "David Meyer <David.Meyer@R-project.org>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"easystats": {
|
||
"Package": "easystats",
|
||
"Version": "0.7.4",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Framework for Easy Statistical Modeling, Visualization, and Reporting",
|
||
"Authors@R": "c(person(given = \"Daniel\", family = \"Lüdecke\", role = c(\"aut\", \"cre\"), email = \"d.luedecke@uke.de\", comment = c(ORCID = \"0000-0002-8895-3206\")), person(given = \"Dominique\", family = \"Makowski\", role = \"aut\", email = \"dom.makowski@gmail.com\", comment = c(ORCID = \"0000-0001-5375-9967\")), person(given = \"Mattan S.\", family = \"Ben-Shachar\", role = \"aut\", email = \"matanshm@post.bgu.ac.il\", comment = c(ORCID = \"0000-0002-4287-4801\")), person(given = \"Indrajeet\", family = \"Patil\", role = \"aut\", email = \"patilindrajeet.science@gmail.com\", comment = c(ORCID = \"0000-0003-1995-6531\")), person(given = \"Brenton M.\", family = \"Wiernik\", role = \"aut\", email = \"brenton@wiernik.org\", comment = c(ORCID = \"0000-0001-9560-6336\")), person(\"Etienne\", \"Bacher\", , \"etienne.bacher@protonmail.com\", role = \"aut\", comment = c(ORCID = \"0000-0002-9271-5075\")), person(given = \"Rémi\", family = \"Thériault\", role = \"aut\", email = \"remi.theriault@mail.mcgill.ca\", comment = c(ORCID = \"0000-0003-4315-6788\")))",
|
||
"Maintainer": "Daniel Lüdecke <d.luedecke@uke.de>",
|
||
"Description": "A meta-package that installs and loads a set of packages from 'easystats' ecosystem in a single step. This collection of packages provide a unifying and consistent framework for statistical modeling, visualization, and reporting. Additionally, it provides articles targeted at instructors for teaching 'easystats', and a dashboard targeted at new R users for easily conducting statistical analysis by accessing summary results, model fit indices, and visualizations with minimal programming.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://easystats.github.io/easystats/",
|
||
"BugReports": "https://github.com/easystats/easystats/issues",
|
||
"Depends": [
|
||
"R (>= 3.6)"
|
||
],
|
||
"Imports": [
|
||
"bayestestR (>= 0.15.1)",
|
||
"correlation (>= 0.8.6)",
|
||
"datawizard (>= 1.0.0)",
|
||
"effectsize (>= 1.0.0)",
|
||
"insight (>= 1.0.1)",
|
||
"modelbased (>= 0.9.0)",
|
||
"parameters (>= 0.24.1)",
|
||
"performance (>= 0.13.0)",
|
||
"report (>= 0.6.0)",
|
||
"see (>= 0.10.0)",
|
||
"tools",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"collapse",
|
||
"DHARMa",
|
||
"DT",
|
||
"flexdashboard (>= 0.6.2)",
|
||
"Formula",
|
||
"ggplot2",
|
||
"glmmTMB",
|
||
"httr",
|
||
"jsonlite",
|
||
"knitr",
|
||
"marginaleffects (>= 0.25.0)",
|
||
"mockery",
|
||
"pak",
|
||
"patchwork",
|
||
"rmarkdown",
|
||
"testthat (>= 3.2.1)",
|
||
"withr",
|
||
"xml2"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Encoding": "UTF-8",
|
||
"Language": "en-US",
|
||
"RoxygenNote": "7.3.2",
|
||
"Config/testthat/edition": "3",
|
||
"Config/Needs/website": "easystats/easystatstemplate",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Daniel Lüdecke [aut, cre] (<https://orcid.org/0000-0002-8895-3206>), Dominique Makowski [aut] (<https://orcid.org/0000-0001-5375-9967>), Mattan S. Ben-Shachar [aut] (<https://orcid.org/0000-0002-4287-4801>), Indrajeet Patil [aut] (<https://orcid.org/0000-0003-1995-6531>), Brenton M. Wiernik [aut] (<https://orcid.org/0000-0001-9560-6336>), Etienne Bacher [aut] (<https://orcid.org/0000-0002-9271-5075>), Rémi Thériault [aut] (<https://orcid.org/0000-0003-4315-6788>)",
|
||
"Repository": "CRAN"
|
||
},
|
||
"effectsize": {
|
||
"Package": "effectsize",
|
||
"Version": "1.0.0",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Indices of Effect Size",
|
||
"Authors@R": "c(person(given = \"Mattan S.\", family = \"Ben-Shachar\", role = c(\"aut\", \"cre\"), email = \"mattansb@msbstats.info\", comment = c(ORCID = \"0000-0002-4287-4801\")), person(given = \"Dominique\", family = \"Makowski\", role = \"aut\", email = \"dom.makowski@gmail.com\", comment = c(ORCID = \"0000-0001-5375-9967\")), person(given = \"Daniel\", family = \"Lüdecke\", role = \"aut\", email = \"d.luedecke@uke.de\", comment = c(ORCID = \"0000-0002-8895-3206\")), person(given = \"Indrajeet\", family = \"Patil\", role = \"aut\", email = \"patilindrajeet.science@gmail.com\", comment = c(ORCID = \"0000-0003-1995-6531\")), person(given = \"Brenton M.\", family = \"Wiernik\", role = \"aut\", email = \"brenton@wiernik.org\", comment = c(ORCID = \"0000-0001-9560-6336\")), person(given = \"Rémi\", family = \"Thériault\", role = \"aut\", email = \"remi.theriault@mail.mcgill.ca\", comment = c(ORCID = \"0000-0003-4315-6788\")), person(given = \"Ken\", family = \"Kelley\", role = \"ctb\"), person(given = \"David\", family = \"Stanley\", role = \"ctb\"), person(given = \"Aaron\", family = \"Caldwell\", role = \"ctb\", email = \"arcaldwell49@gmail.com\", comment = c(ORCID = \"0000-0002-4541-6283\")), person(given = \"Jessica\", family = \"Burnett\", role = \"rev\", email = \"jburnett@usgs.gov\", comment = c(ORCID = \"0000-0002-0896-5099\")), person(given = \"Johannes\", family = \"Karreth\", role = \"rev\", email = \"jkarreth@ursinus.edu\", comment = c(ORCID = \"0000-0003-4586-7153\")), person(given = \"Philip\", family = \"Waggoner\", role = c(\"aut\", \"ctb\"), email = \"philip.waggoner@gmail.com\", comment = c(ORCID = \"0000-0002-7825-7573\")))",
|
||
"Maintainer": "Mattan S. Ben-Shachar <mattansb@msbstats.info>",
|
||
"Description": "Provide utilities to work with indices of effect size for a wide variety of models and hypothesis tests (see list of supported models using the function 'insight::supported_models()'), allowing computation of and conversion between indices such as Cohen's d, r, odds, etc. References: Ben-Shachar et al. (2020) <doi:10.21105/joss.02815>.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://easystats.github.io/effectsize/",
|
||
"BugReports": "https://github.com/easystats/effectsize/issues/",
|
||
"Depends": [
|
||
"R (>= 3.6)"
|
||
],
|
||
"Imports": [
|
||
"bayestestR (>= 0.15.0)",
|
||
"insight (>= 1.0.0)",
|
||
"parameters (>= 0.24.0)",
|
||
"performance (>= 0.12.4)",
|
||
"datawizard (>= 0.13.0)",
|
||
"stats",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"correlation (>= 0.8.4)",
|
||
"see (>= 0.8.0)",
|
||
"afex",
|
||
"BayesFactor",
|
||
"boot",
|
||
"brms",
|
||
"car",
|
||
"emmeans",
|
||
"gt",
|
||
"knitr",
|
||
"lavaan",
|
||
"lme4",
|
||
"lmerTest",
|
||
"mgcv",
|
||
"parsnip",
|
||
"pwr",
|
||
"rmarkdown",
|
||
"rms",
|
||
"rstanarm",
|
||
"rstantools",
|
||
"testthat (>= 3.1.0)"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Encoding": "UTF-8",
|
||
"Language": "en-US",
|
||
"RoxygenNote": "7.3.2",
|
||
"Config/testthat/edition": "3",
|
||
"Config/testthat/parallel": "true",
|
||
"Config/Needs/website": "rstudio/bslib, r-lib/pkgdown, easystats/easystatstemplate",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Mattan S. Ben-Shachar [aut, cre] (<https://orcid.org/0000-0002-4287-4801>), Dominique Makowski [aut] (<https://orcid.org/0000-0001-5375-9967>), Daniel Lüdecke [aut] (<https://orcid.org/0000-0002-8895-3206>), Indrajeet Patil [aut] (<https://orcid.org/0000-0003-1995-6531>), Brenton M. Wiernik [aut] (<https://orcid.org/0000-0001-9560-6336>), Rémi Thériault [aut] (<https://orcid.org/0000-0003-4315-6788>), Ken Kelley [ctb], David Stanley [ctb], Aaron Caldwell [ctb] (<https://orcid.org/0000-0002-4541-6283>), Jessica Burnett [rev] (<https://orcid.org/0000-0002-0896-5099>), Johannes Karreth [rev] (<https://orcid.org/0000-0003-4586-7153>), Philip Waggoner [aut, ctb] (<https://orcid.org/0000-0002-7825-7573>)",
|
||
"Repository": "CRAN"
|
||
},
|
||
"esquisse": {
|
||
"Package": "esquisse",
|
||
"Version": "2.1.0",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Explore and Visualize Your Data Interactively",
|
||
"Authors@R": "c(person(\"Fanny\", \"Meyer\", role = c(\"aut\")), person(\"Victor\", \"Perrier\", email = \"victor.perrier@dreamrs.fr\", role = c(\"aut\", \"cre\")), person(\"Ian\", \"Carroll\", comment = \"Faceting support\", role = \"ctb\"), person(\"Xiangnan\", \"Dang\", comment = \"Facets rows and cols, X/Y limits\", role = \"ctb\"), person(\"Nicolas\", \"Bevacqua\", role = \"cph\", comment = \"author of dragula JavaScript library\"), person(\"Daybrush (Younkue Choi)\", role = \"cph\", comment = \"author of moveable JavaScript library\"), person(\"Zeno\", \"Rocha\", role = \"cph\", comment = \"author of clipboard JavaScript library\"))",
|
||
"Description": "A 'shiny' gadget to create 'ggplot2' figures interactively with drag-and-drop to map your variables to different aesthetics. You can quickly visualize your data accordingly to their type, export in various formats, and retrieve the code to reproduce the plot.",
|
||
"URL": "https://dreamrs.github.io/esquisse/, https://github.com/dreamRs/esquisse",
|
||
"BugReports": "https://github.com/dreamRs/esquisse/issues",
|
||
"License": "GPL-3 | file LICENSE",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.2",
|
||
"Imports": [
|
||
"bslib",
|
||
"datamods (>= 1.5.1)",
|
||
"downlit",
|
||
"ggplot2 (>= 3.0.0)",
|
||
"grDevices",
|
||
"htmltools (>= 0.5.0)",
|
||
"jsonlite",
|
||
"phosphoricons (>= 0.2.1)",
|
||
"rlang (>= 0.3.1)",
|
||
"rstudioapi",
|
||
"scales",
|
||
"shiny (>= 1.1.0)",
|
||
"shinybusy",
|
||
"shinyWidgets (>= 0.6.0)",
|
||
"zip"
|
||
],
|
||
"Suggests": [
|
||
"officer",
|
||
"rvg",
|
||
"rio",
|
||
"testthat (>= 2.1.0)",
|
||
"knitr",
|
||
"rmarkdown",
|
||
"ggthemes",
|
||
"hrbrthemes",
|
||
"plotly"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Fanny Meyer [aut], Victor Perrier [aut, cre], Ian Carroll [ctb] (Faceting support), Xiangnan Dang [ctb] (Facets rows and cols, X/Y limits), Nicolas Bevacqua [cph] (author of dragula JavaScript library), Daybrush (Younkue Choi) [cph] (author of moveable JavaScript library), Zeno Rocha [cph] (author of clipboard JavaScript library)",
|
||
"Maintainer": "Victor Perrier <victor.perrier@dreamrs.fr>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"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\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")), person(\"Yihui\", \"Xie\", role = \"aut\", comment = c(ORCID = \"0000-0003-0645-5666\")), person(\"Michael\", \"Lawrence\", role = \"ctb\"), person(\"Thomas\", \"Kluyver\", role = \"ctb\"), person(\"Jeroen\", \"Ooms\", role = \"ctb\"), person(\"Barret\", \"Schloerke\", role = \"ctb\"), person(\"Adam\", \"Ryczkowski\", role = \"ctb\"), person(\"Hiroaki\", \"Yutani\", role = \"ctb\"), person(\"Michel\", \"Lang\", role = \"ctb\"), person(\"Karolis\", \"Koncevičius\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "Parsing and evaluation tools that make it easy to recreate the command line behaviour of R.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://evaluate.r-lib.org/, https://github.com/r-lib/evaluate",
|
||
"BugReports": "https://github.com/r-lib/evaluate/issues",
|
||
"Depends": [
|
||
"R (>= 3.6.0)"
|
||
],
|
||
"Suggests": [
|
||
"callr",
|
||
"covr",
|
||
"ggplot2 (>= 3.3.6)",
|
||
"lattice",
|
||
"methods",
|
||
"pkgload",
|
||
"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 <hadley@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"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=\"brodie.gaslam@yahoo.com\", role=c(\"aut\", \"cre\")), person(\"Elliott\", \"Sales De Andrade\", role=\"ctb\"), person(family=\"R Core Team\", email=\"R-core@r-project.org\", role=\"cph\", comment=\"UTF8 byte length calcs from src/util.c\" ))",
|
||
"Depends": [
|
||
"R (>= 3.1.0)"
|
||
],
|
||
"License": "GPL-2 | GPL-3",
|
||
"URL": "https://github.com/brodieG/fansi",
|
||
"BugReports": "https://github.com/brodieG/fansi/issues",
|
||
"VignetteBuilder": "knitr",
|
||
"Suggests": [
|
||
"unitizer",
|
||
"knitr",
|
||
"rmarkdown"
|
||
],
|
||
"Imports": [
|
||
"grDevices",
|
||
"utils"
|
||
],
|
||
"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 <brodie.gaslam@yahoo.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"farver": {
|
||
"Package": "farver",
|
||
"Version": "2.1.2",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "High Performance Colour Space Manipulation",
|
||
"Authors@R": "c( person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Berendea\", \"Nicolae\", role = \"aut\", comment = \"Author of the ColorSpace C++ library\"), person(\"Romain\", \"François\", , \"romain@purrple.cat\", role = \"aut\", comment = c(ORCID = \"0000-0002-2444-4226\")), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "The encoding of colour can be handled in many different ways, using different colour spaces. As different colour spaces have different uses, efficient conversion between these representations are important. The 'farver' package provides a set of functions that gives access to very fast colour space conversion and comparisons implemented in C++, and offers speed improvements over the 'convertColor' function in the 'grDevices' package.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://farver.data-imaginist.com, https://github.com/thomasp85/farver",
|
||
"BugReports": "https://github.com/thomasp85/farver/issues",
|
||
"Suggests": [
|
||
"covr",
|
||
"testthat (>= 3.0.0)"
|
||
],
|
||
"Config/testthat/edition": "3",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.1",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Thomas Lin Pedersen [cre, aut] (<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 <thomas.pedersen@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"fastmap": {
|
||
"Package": "fastmap",
|
||
"Version": "1.2.0",
|
||
"Source": "Repository",
|
||
"Title": "Fast Data Structures",
|
||
"Authors@R": "c( person(\"Winston\", \"Chang\", email = \"winston@posit.co\", role = c(\"aut\", \"cre\")), person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(given = \"Tessil\", role = \"cph\", comment = \"hopscotch_map library\") )",
|
||
"Description": "Fast implementation of data structures, including a key-value store, stack, and queue. Environments are commonly used as key-value stores in R, but every time a new key is used, it is added to R's global symbol table, causing a small amount of memory leakage. This can be problematic in cases where many different keys are used. Fastmap avoids this memory leak issue by implementing the map using data structures in C++.",
|
||
"License": "MIT + file LICENSE",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.2.3",
|
||
"Suggests": [
|
||
"testthat (>= 2.1.1)"
|
||
],
|
||
"URL": "https://r-lib.github.io/fastmap/, https://github.com/r-lib/fastmap",
|
||
"BugReports": "https://github.com/r-lib/fastmap/issues",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Winston Chang [aut, cre], Posit Software, PBC [cph, fnd], Tessil [cph] (hopscotch_map library)",
|
||
"Maintainer": "Winston Chang <winston@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"filelock": {
|
||
"Package": "filelock",
|
||
"Version": "1.0.3",
|
||
"Source": "Repository",
|
||
"Title": "Portable File Locking",
|
||
"Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "Place an exclusive or shared lock on a file. It uses 'LockFile' on Windows and 'fcntl' locks on Unix-like systems.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://r-lib.github.io/filelock/, https://github.com/r-lib/filelock",
|
||
"BugReports": "https://github.com/r-lib/filelock/issues",
|
||
"Depends": [
|
||
"R (>= 3.4)"
|
||
],
|
||
"Suggests": [
|
||
"callr (>= 2.0.0)",
|
||
"covr",
|
||
"testthat (>= 3.0.0)"
|
||
],
|
||
"Config/Needs/website": "tidyverse/tidytemplate",
|
||
"Config/testthat/edition": "3",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.2.3",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Gábor Csárdi [aut, cre], Posit Software, PBC [cph, fnd]",
|
||
"Maintainer": "Gábor Csárdi <csardi.gabor@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"flextable": {
|
||
"Package": "flextable",
|
||
"Version": "0.9.7",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Functions for Tabular Reporting",
|
||
"Authors@R": "c( person(\"David\", \"Gohel\", , \"david.gohel@ardata.fr\", role = c(\"aut\", \"cre\")), person(\"ArData\", role = \"cph\"), person(\"Clementine\", \"Jager\", role = \"ctb\"), person(\"Eli\", \"Daniels\", role = \"ctb\"), person(\"Panagiotis\", \"Skintzos\", , \"panagiotis.skintzos@ardata.fr\", 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 <david.gohel@ardata.fr>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"fontBitstreamVera": {
|
||
"Package": "fontBitstreamVera",
|
||
"Version": "0.1.1",
|
||
"Source": "Repository",
|
||
"Title": "Fonts with 'Bitstream Vera Fonts' License",
|
||
"Authors@R": "c( person(\"Lionel\", \"Henry\", , \"lionel.hry@gmail.com\", 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 <lionel.hry@gmail.com>",
|
||
"License_is_FOSS": "yes",
|
||
"Repository": "CRAN"
|
||
},
|
||
"fontLiberation": {
|
||
"Package": "fontLiberation",
|
||
"Version": "0.1.0",
|
||
"Source": "Repository",
|
||
"Title": "Liberation Fonts",
|
||
"Authors@R": "c( person(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", \"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 <lionel@rstudio.com>",
|
||
"Repository": "CRAN",
|
||
"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\", , \"rich@posit.co\", c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-3925-190X\")), person(\"Christophe\", \"Dervieux\", , \"cderv@posit.co\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4474-2498\")), person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"ctb\"), person(\"Dave\", \"Gandy\", role = c(\"ctb\", \"cph\"), comment = \"Font-Awesome font\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://github.com/rstudio/fontawesome, https://rstudio.github.io/fontawesome/",
|
||
"BugReports": "https://github.com/rstudio/fontawesome/issues",
|
||
"Encoding": "UTF-8",
|
||
"ByteCompile": "true",
|
||
"RoxygenNote": "7.3.2",
|
||
"Depends": [
|
||
"R (>= 3.3.0)"
|
||
],
|
||
"Imports": [
|
||
"rlang (>= 1.0.6)",
|
||
"htmltools (>= 0.5.1.1)"
|
||
],
|
||
"Suggests": [
|
||
"covr",
|
||
"dplyr (>= 1.0.8)",
|
||
"gt (>= 0.9.0)",
|
||
"knitr (>= 1.31)",
|
||
"testthat (>= 3.0.0)",
|
||
"rsvg"
|
||
],
|
||
"Config/testthat/edition": "3",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Richard Iannone [aut, cre] (<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 <rich@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"fontquiver": {
|
||
"Package": "fontquiver",
|
||
"Version": "0.2.1",
|
||
"Source": "Repository",
|
||
"Title": "Set of Installed Fonts",
|
||
"Authors@R": "c( person(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", 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 <lionel@rstudio.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"forcats": {
|
||
"Package": "forcats",
|
||
"Version": "1.0.0",
|
||
"Source": "Repository",
|
||
"Title": "Tools for Working with Categorical Variables (Factors)",
|
||
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", 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 <hadley@rstudio.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"foreach": {
|
||
"Package": "foreach",
|
||
"Version": "1.5.2",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Provides Foreach Looping Construct",
|
||
"Authors@R": "c(person(\"Folashade\", \"Daniel\", role=\"cre\", email=\"fdaniel@microsoft.com\"), person(\"Hong\", \"Ooi\", role=\"ctb\"), person(\"Rich\", \"Calaway\", role=\"ctb\"), person(\"Microsoft\", role=c(\"aut\", \"cph\")), person(\"Steve\", \"Weston\", role=\"aut\"))",
|
||
"Description": "Support for the foreach looping construct. Foreach is an idiom that allows for iterating over elements in a collection, without the use of an explicit loop counter. This package in particular is intended to be used for its return value, rather than for its side effects. In that sense, it is similar to the standard lapply function, but doesn't require the evaluation of a function. Using foreach without side effects also facilitates executing the loop in parallel.",
|
||
"License": "Apache License (== 2.0)",
|
||
"URL": "https://github.com/RevolutionAnalytics/foreach",
|
||
"BugReports": "https://github.com/RevolutionAnalytics/foreach/issues",
|
||
"Depends": [
|
||
"R (>= 2.5.0)"
|
||
],
|
||
"Imports": [
|
||
"codetools",
|
||
"utils",
|
||
"iterators"
|
||
],
|
||
"Suggests": [
|
||
"randomForest",
|
||
"doMC",
|
||
"doParallel",
|
||
"testthat",
|
||
"knitr",
|
||
"rmarkdown"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"RoxygenNote": "7.1.1",
|
||
"Collate": "'callCombine.R' 'foreach.R' 'do.R' 'foreach-ext.R' 'foreach-pkg.R' 'getDoPar.R' 'getDoSeq.R' 'getsyms.R' 'iter.R' 'nextElem.R' 'onLoad.R' 'setDoPar.R' 'setDoSeq.R' 'times.R' 'utils.R'",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Folashade Daniel [cre], Hong Ooi [ctb], Rich Calaway [ctb], Microsoft [aut, cph], Steve Weston [aut]",
|
||
"Maintainer": "Folashade Daniel <fdaniel@microsoft.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"foreign": {
|
||
"Package": "foreign",
|
||
"Version": "0.8-88",
|
||
"Source": "Repository",
|
||
"Priority": "recommended",
|
||
"Date": "2025-01-10",
|
||
"Title": "Read Data Stored by 'Minitab', 'S', 'SAS', 'SPSS', 'Stata', 'Systat', 'Weka', 'dBase', ...",
|
||
"Depends": [
|
||
"R (>= 4.0.0)"
|
||
],
|
||
"Imports": [
|
||
"methods",
|
||
"utils",
|
||
"stats"
|
||
],
|
||
"Authors@R": "c( person(\"R Core Team\", email = \"R-core@R-project.org\", role = c(\"aut\", \"cph\", \"cre\"), comment = c(ROR = \"02zz1nj61\")), person(\"Roger\", \"Bivand\", role = c(\"ctb\", \"cph\")), person(c(\"Vincent\", \"J.\"), \"Carey\", role = c(\"ctb\", \"cph\")), person(\"Saikat\", \"DebRoy\", role = c(\"ctb\", \"cph\")), person(\"Stephen\", \"Eglen\", role = c(\"ctb\", \"cph\")), person(\"Rajarshi\", \"Guha\", role = c(\"ctb\", \"cph\")), person(\"Swetlana\", \"Herbrandt\", role = \"ctb\"), person(\"Nicholas\", \"Lewin-Koh\", role = c(\"ctb\", \"cph\")), person(\"Mark\", \"Myatt\", role = c(\"ctb\", \"cph\")), person(\"Michael\", \"Nelson\", role = \"ctb\"), person(\"Ben\", \"Pfaff\", role = \"ctb\"), person(\"Brian\", \"Quistorff\", role = \"ctb\"), person(\"Frank\", \"Warmerdam\", role = c(\"ctb\", \"cph\")), person(\"Stephen\", \"Weigand\", role = c(\"ctb\", \"cph\")), person(\"Free Software Foundation, Inc.\", role = \"cph\"))",
|
||
"Contact": "see 'MailingList'",
|
||
"Copyright": "see file COPYRIGHTS",
|
||
"Description": "Reading and writing data stored by some versions of 'Epi Info', 'Minitab', 'S', 'SAS', 'SPSS', 'Stata', 'Systat', 'Weka', and for reading and writing some 'dBase' files.",
|
||
"ByteCompile": "yes",
|
||
"Biarch": "yes",
|
||
"License": "GPL (>= 2)",
|
||
"BugReports": "https://bugs.r-project.org",
|
||
"MailingList": "R-help@r-project.org",
|
||
"URL": "https://svn.r-project.org/R-packages/trunk/foreign/",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "R Core Team [aut, cph, cre] (02zz1nj61), Roger Bivand [ctb, cph], Vincent J. Carey [ctb, cph], Saikat DebRoy [ctb, cph], Stephen Eglen [ctb, cph], Rajarshi Guha [ctb, cph], Swetlana Herbrandt [ctb], Nicholas Lewin-Koh [ctb, cph], Mark Myatt [ctb, cph], Michael Nelson [ctb], Ben Pfaff [ctb], Brian Quistorff [ctb], Frank Warmerdam [ctb, cph], Stephen Weigand [ctb, cph], Free Software Foundation, Inc. [cph]",
|
||
"Maintainer": "R Core Team <R-core@R-project.org>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"fs": {
|
||
"Package": "fs",
|
||
"Version": "1.6.5",
|
||
"Source": "Repository",
|
||
"Title": "Cross-Platform File System Operations Based on 'libuv'",
|
||
"Authors@R": "c( person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"libuv project contributors\", role = \"cph\", comment = \"libuv library\"), person(\"Joyent, Inc. and other Node contributors\", role = \"cph\", comment = \"libuv library\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "A cross-platform interface to file system operations, built on top of the 'libuv' C library.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://fs.r-lib.org, https://github.com/r-lib/fs",
|
||
"BugReports": "https://github.com/r-lib/fs/issues",
|
||
"Depends": [
|
||
"R (>= 3.6)"
|
||
],
|
||
"Imports": [
|
||
"methods"
|
||
],
|
||
"Suggests": [
|
||
"covr",
|
||
"crayon",
|
||
"knitr",
|
||
"pillar (>= 1.0.0)",
|
||
"rmarkdown",
|
||
"spelling",
|
||
"testthat (>= 3.0.0)",
|
||
"tibble (>= 1.1.0)",
|
||
"vctrs (>= 0.3.0)",
|
||
"withr"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"ByteCompile": "true",
|
||
"Config/Needs/website": "tidyverse/tidytemplate",
|
||
"Config/testthat/edition": "3",
|
||
"Copyright": "file COPYRIGHTS",
|
||
"Encoding": "UTF-8",
|
||
"Language": "en-US",
|
||
"RoxygenNote": "7.2.3",
|
||
"SystemRequirements": "GNU make",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Jim Hester [aut], Hadley Wickham [aut], Gábor Csárdi [aut, cre], libuv project contributors [cph] (libuv library), Joyent, Inc. and other Node contributors [cph] (libuv library), Posit Software, PBC [cph, fnd]",
|
||
"Maintainer": "Gábor Csárdi <csardi.gabor@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"furrr": {
|
||
"Package": "furrr",
|
||
"Version": "0.3.1",
|
||
"Source": "Repository",
|
||
"Title": "Apply Mapping Functions in Parallel using Futures",
|
||
"Authors@R": "c( person(\"Davis\", \"Vaughan\", , \"davis@rstudio.com\", role = c(\"aut\", \"cre\")), person(\"Matt\", \"Dancho\", , \"mdancho@business-science.io\", role = \"aut\"), person(\"RStudio\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "Implementations of the family of map() functions from 'purrr' that can be resolved using any 'future'-supported backend, e.g. parallel on the local machine or distributed on a compute cluster.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://github.com/DavisVaughan/furrr, https://furrr.futureverse.org/",
|
||
"BugReports": "https://github.com/DavisVaughan/furrr/issues",
|
||
"Depends": [
|
||
"future (>= 1.25.0)",
|
||
"R (>= 3.4.0)"
|
||
],
|
||
"Imports": [
|
||
"globals (>= 0.14.0)",
|
||
"lifecycle (>= 1.0.1)",
|
||
"purrr (>= 0.3.4)",
|
||
"rlang (>= 1.0.2)",
|
||
"vctrs (>= 0.4.1)"
|
||
],
|
||
"Suggests": [
|
||
"carrier",
|
||
"covr",
|
||
"dplyr (>= 0.7.4)",
|
||
"knitr",
|
||
"listenv (>= 0.6.0)",
|
||
"magrittr",
|
||
"rmarkdown",
|
||
"testthat (>= 3.0.0)",
|
||
"tidyselect",
|
||
"withr"
|
||
],
|
||
"Config/Needs/website": "progressr",
|
||
"Config/testthat/edition": "3",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.2.1",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Davis Vaughan [aut, cre], Matt Dancho [aut], RStudio [cph, fnd]",
|
||
"Maintainer": "Davis Vaughan <davis@rstudio.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"future": {
|
||
"Package": "future",
|
||
"Version": "1.34.0",
|
||
"Source": "Repository",
|
||
"Title": "Unified Parallel and Distributed Processing in R for Everyone",
|
||
"Imports": [
|
||
"digest",
|
||
"globals (>= 0.16.1)",
|
||
"listenv (>= 0.8.0)",
|
||
"parallel",
|
||
"parallelly (>= 1.38.0)",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"methods",
|
||
"RhpcBLASctl",
|
||
"R.rsp",
|
||
"markdown"
|
||
],
|
||
"VignetteBuilder": "R.rsp",
|
||
"Authors@R": "c(person(\"Henrik\", \"Bengtsson\", role = c(\"aut\", \"cre\", \"cph\"), email = \"henrikb@braju.com\", comment = c(ORCID = \"0000-0002-7579-5165\")))",
|
||
"Description": "The purpose of this package is to provide a lightweight and unified Future API for sequential and parallel processing of R expression via futures. The simplest way to evaluate an expression in parallel is to use `x %<-% { expression }` with `plan(multisession)`. This package implements sequential, multicore, multisession, and cluster futures. With these, R expressions can be evaluated on the local machine, in parallel a set of local machines, or distributed on a mix of local and remote machines. Extensions to this package implement additional backends for processing futures via compute cluster schedulers, etc. Because of its unified API, there is no need to modify any code in order switch from sequential on the local machine to, say, distributed processing on a remote compute cluster. Another strength of this package is that global variables and functions are automatically identified and exported as needed, making it straightforward to tweak existing code to make use of futures.",
|
||
"License": "LGPL (>= 2.1)",
|
||
"LazyLoad": "TRUE",
|
||
"ByteCompile": "TRUE",
|
||
"URL": "https://future.futureverse.org, https://github.com/HenrikBengtsson/future",
|
||
"BugReports": "https://github.com/HenrikBengtsson/future/issues",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.2",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Henrik Bengtsson [aut, cre, cph] (<https://orcid.org/0000-0002-7579-5165>)",
|
||
"Maintainer": "Henrik Bengtsson <henrikb@braju.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"gap": {
|
||
"Package": "gap",
|
||
"Version": "1.6",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Genetic Analysis Package",
|
||
"Date": "2024-8-26",
|
||
"Authors@R": "c( person(\"Jing Hua\", \"Zhao\", role = c(\"aut\", \"cre\"), email = \"jinghuazhao@hotmail.com\", comment = c(ORCID = \"0000-0002-1463-5870\", \"0000-0003-4930-3582\")), person(\"Kurt\", \"Hornik\", role = \"ctb\"), person(\"Brian\", \"Ripley\", role = \"ctb\"), person(\"Uwe\", \"Ligges\", role = \"ctb\"), person(\"Achim\", \"Zeileis\", role = \"ctb\") )",
|
||
"Description": "As first reported [Zhao, J. H. 2007. \"gap: Genetic Analysis Package\". J Stat Soft 23(8):1-18. <doi:10.18637/jss.v023.i08>], it is designed as an integrated package for genetic data analysis of both population and family data. Currently, it contains functions for sample size calculations of both population-based and family-based designs, probability of familial disease aggregation, kinship calculation, statistics in linkage analysis, and association analysis involving genetic markers including haplotype analysis with or without environmental covariates. Over years, the package has been developed in-between many projects hence also in line with the name (gap).",
|
||
"License": "GPL (>= 2)",
|
||
"URL": "https://github.com/jinghuazhao/R",
|
||
"BugReports": "https://github.com/jinghuazhao/R/issues",
|
||
"Depends": [
|
||
"R (>= 2.10)",
|
||
"gap.datasets (>= 0.0.6)"
|
||
],
|
||
"Imports": [
|
||
"dplyr",
|
||
"ggplot2",
|
||
"plotly",
|
||
"Rdpack"
|
||
],
|
||
"Suggests": [
|
||
"BradleyTerry2",
|
||
"DiagrammeR",
|
||
"DOT",
|
||
"MASS",
|
||
"Matrix",
|
||
"MCMCglmm",
|
||
"R2jags",
|
||
"bdsmatrix",
|
||
"bookdown",
|
||
"calibrate",
|
||
"circlize",
|
||
"coda",
|
||
"cowplot",
|
||
"coxme",
|
||
"foreign",
|
||
"genetics",
|
||
"grid",
|
||
"haplo.stats",
|
||
"htmlwidgets",
|
||
"jsonlite",
|
||
"kinship2",
|
||
"knitr",
|
||
"lattice",
|
||
"magic",
|
||
"manhattanly",
|
||
"matrixStats",
|
||
"meta",
|
||
"metafor",
|
||
"nlme",
|
||
"pedigree",
|
||
"pedigreemm",
|
||
"plotrix",
|
||
"readr",
|
||
"reshape",
|
||
"rmarkdown",
|
||
"rms",
|
||
"survival",
|
||
"valr"
|
||
],
|
||
"Enhances": [
|
||
"shiny"
|
||
],
|
||
"LazyData": "Yes",
|
||
"LazyLoad": "Yes",
|
||
"NeedsCompilation": "yes",
|
||
"Encoding": "UTF-8",
|
||
"VignetteBuilder": "knitr",
|
||
"RoxygenNote": "7.3.2",
|
||
"RdMacros": "Rdpack",
|
||
"Author": "Jing Hua Zhao [aut, cre] (<https://orcid.org/0000-0002-1463-5870>, 0000-0003-4930-3582), Kurt Hornik [ctb], Brian Ripley [ctb], Uwe Ligges [ctb], Achim Zeileis [ctb]",
|
||
"Maintainer": "Jing Hua Zhao <jinghuazhao@hotmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"gap.datasets": {
|
||
"Package": "gap.datasets",
|
||
"Version": "0.0.6",
|
||
"Source": "Repository",
|
||
"Date": "2023-8-14",
|
||
"Title": "Datasets for 'gap'",
|
||
"Authors@R": "c(person(\"Jing Hua\", \"Zhao\", role = c(\"aut\", \"cre\"), email=\"jinghuazhao@hotmail.com\"), person(\"Swetlana\", \"Herbrandt\", role = \"ctb\"))",
|
||
"Description": "Datasets associated with the 'gap' package. Currently, it includes an example data for regional association plot (CDKN), an example data for a genomewide association meta-analysis (OPG), data in studies of Parkinson's diease (PD), ALHD2 markers and alcoholism (aldh2), APOE/APOC1 markers and Schizophrenia (apoeapoc), cystic fibrosis (cf), a Olink/INF panel (inf1), Manhattan plots with (hr1420, mhtdata) and without (w4) gene annotations.",
|
||
"LazyData": "Yes",
|
||
"LazyLoad": "Yes",
|
||
"License": "GPL (>= 2)",
|
||
"URL": "https://jinghuazhao.github.io/R/",
|
||
"NeedsCompilation": "no",
|
||
"Depends": [
|
||
"R (>= 2.10)"
|
||
],
|
||
"RoxygenNote": "7.1.2",
|
||
"Author": "Jing Hua Zhao [aut, cre], Swetlana Herbrandt [ctb]",
|
||
"Maintainer": "Jing Hua Zhao <jinghuazhao@hotmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"gdtools": {
|
||
"Package": "gdtools",
|
||
"Version": "0.4.1",
|
||
"Source": "Repository",
|
||
"Title": "Utilities for Graphical Rendering and Fonts Management",
|
||
"Authors@R": "c( person(\"David\", \"Gohel\", , \"david.gohel@ardata.fr\", role = c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"), person(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = \"aut\"), person(\"Jeroen\", \"Ooms\", , \"jeroen@berkeley.edu\", 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 <david.gohel@ardata.fr>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"generics": {
|
||
"Package": "generics",
|
||
"Version": "0.1.3",
|
||
"Source": "Repository",
|
||
"Title": "Common S3 Generics not Provided by Base R Methods Related to Model Fitting",
|
||
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")), person(\"Max\", \"Kuhn\", , \"max@rstudio.com\", role = \"aut\"), person(\"Davis\", \"Vaughan\", , \"davis@rstudio.com\", role = \"aut\"), person(\"RStudio\", role = \"cph\") )",
|
||
"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.2)"
|
||
],
|
||
"Imports": [
|
||
"methods"
|
||
],
|
||
"Suggests": [
|
||
"covr",
|
||
"pkgload",
|
||
"testthat (>= 3.0.0)",
|
||
"tibble",
|
||
"withr"
|
||
],
|
||
"Config/Needs/website": "tidyverse/tidytemplate",
|
||
"Config/testthat/edition": "3",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.2.0",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Hadley Wickham [aut, cre], Max Kuhn [aut], Davis Vaughan [aut], RStudio [cph]",
|
||
"Maintainer": "Hadley Wickham <hadley@rstudio.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"ggalluvial": {
|
||
"Package": "ggalluvial",
|
||
"Version": "0.12.5",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Alluvial Plots in 'ggplot2'",
|
||
"Authors@R": "c( person(given = \"Jason Cory\", family = \"Brunson\", role = c(\"aut\", \"cre\"), email = \"cornelioid@gmail.com\"), person(given = \"Quentin D.\", family = \"Read\", role = 'aut'))",
|
||
"Maintainer": "Jason Cory Brunson <cornelioid@gmail.com>",
|
||
"Description": "Alluvial plots use variable-width ribbons and stacked bar plots to represent multi-dimensional or repeated-measures data with categorical or ordinal variables; see Riehmann, Hanfler, and Froehlich (2005) <doi:10.1109/INFVIS.2005.1532152> and Rosvall and Bergstrom (2010) <doi:10.1371/journal.pone.0008694>. Alluvial plots are statistical graphics in the sense of Wilkinson (2006) <doi:10.1007/0-387-28695-0>; they share elements with Sankey diagrams and parallel sets plots but are uniquely determined from the data and a small set of parameters. This package extends Wickham's (2010) <doi:10.1198/jcgs.2009.07098> layered grammar of graphics to generate alluvial plots from tidy data.",
|
||
"Depends": [
|
||
"R (>= 3.6)",
|
||
"ggplot2 (>= 2.2)"
|
||
],
|
||
"Imports": [
|
||
"stats",
|
||
"dplyr (>= 0.7)",
|
||
"tidyr (>= 0.7)",
|
||
"lazyeval",
|
||
"rlang",
|
||
"tidyselect"
|
||
],
|
||
"Suggests": [
|
||
"grid",
|
||
"alluvial",
|
||
"testthat",
|
||
"knitr",
|
||
"rmarkdown",
|
||
"babynames",
|
||
"sessioninfo",
|
||
"ggrepel",
|
||
"shiny (>= 1.4.0.2)",
|
||
"htmltools",
|
||
"sp (>= 1.4-0)",
|
||
"ggfittext (>= 0.6)",
|
||
"vdiffr (>= 0.2)"
|
||
],
|
||
"License": "GPL-3",
|
||
"LazyData": "true",
|
||
"URL": "http://corybrunson.github.io/ggalluvial/",
|
||
"BugReports": "https://github.com/corybrunson/ggalluvial/issues",
|
||
"VignetteBuilder": "knitr",
|
||
"RoxygenNote": "7.2.3",
|
||
"Encoding": "UTF-8",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Jason Cory Brunson [aut, cre], Quentin D. Read [aut]",
|
||
"Repository": "CRAN"
|
||
},
|
||
"ggeffects": {
|
||
"Package": "ggeffects",
|
||
"Version": "2.2.0",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Encoding": "UTF-8",
|
||
"Title": "Create Tidy Data Frames of Marginal Effects for 'ggplot' from Model Outputs",
|
||
"Authors@R": "c( person(\"Daniel\", \"Lüdecke\", role = c(\"aut\", \"cre\"), email = \"d.luedecke@uke.de\", comment = c(ORCID = \"0000-0002-8895-3206\")), person(\"Frederik\", \"Aust\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4900-788X\")), person(\"Sam\", \"Crawley\", role = \"ctb\", email = \"sam@crawley.nz\", comment = c(ORCID = \"0000-0002-7847-0411\")), person(c(\"Mattan\", \"S.\"), \"Ben-Shachar\", role = \"ctb\", email = \"matanshm@post.bgu.ac.il\", comment = c(ORCID = \"0000-0002-4287-4801\")), person(c(\"Sean\", \"C.\"), \"Anderson\", role = \"ctb\", email = \"sean@seananderson.ca\", comment = c(ORCID = \"0000-0001-9563-1937\")) )",
|
||
"Maintainer": "Daniel Lüdecke <d.luedecke@uke.de>",
|
||
"Description": "Compute marginal effects and adjusted predictions from statistical models and returns the result as tidy data frames. These data frames are ready to use with the 'ggplot2'-package. Effects and predictions can be calculated for many different models. Interaction terms, splines and polynomial terms are also supported. The main functions are ggpredict(), ggemmeans() and ggeffect(). There is a generic plot()-method to plot the results using 'ggplot2'.",
|
||
"Depends": [
|
||
"R (>= 3.6)"
|
||
],
|
||
"Imports": [
|
||
"graphics",
|
||
"insight (>= 1.0.1)",
|
||
"datawizard (>= 1.0.0)",
|
||
"stats",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"AER",
|
||
"afex",
|
||
"aod",
|
||
"bayestestR",
|
||
"betareg",
|
||
"brglm",
|
||
"brglm2",
|
||
"brms",
|
||
"broom",
|
||
"car",
|
||
"carData",
|
||
"clubSandwich",
|
||
"dfidx",
|
||
"effects (>= 4.2-2)",
|
||
"effectsize (>= 1.0.0)",
|
||
"emmeans (>= 1.8.9)",
|
||
"fixest",
|
||
"gam",
|
||
"gamlss",
|
||
"gamm4",
|
||
"gee",
|
||
"geepack",
|
||
"ggplot2",
|
||
"ggrepel",
|
||
"GLMMadaptive",
|
||
"glmmTMB (>= 1.1.7)",
|
||
"gridExtra",
|
||
"gt",
|
||
"haven",
|
||
"htmltools",
|
||
"httr2",
|
||
"jsonlite",
|
||
"knitr",
|
||
"lme4 (>= 1.1-35)",
|
||
"logistf",
|
||
"logitr",
|
||
"marginaleffects (>= 0.25.0)",
|
||
"modelbased (>= 0.9.0)",
|
||
"MASS",
|
||
"Matrix",
|
||
"mice",
|
||
"MCMCglmm",
|
||
"MuMIn",
|
||
"mgcv",
|
||
"mclogit",
|
||
"mlogit",
|
||
"nestedLogit (>= 0.3.0)",
|
||
"nlme",
|
||
"nnet",
|
||
"ordinal",
|
||
"parameters",
|
||
"parsnip",
|
||
"patchwork",
|
||
"pscl",
|
||
"plm",
|
||
"quantreg",
|
||
"rmarkdown",
|
||
"rms",
|
||
"robustbase",
|
||
"rstanarm",
|
||
"rstantools",
|
||
"sandwich",
|
||
"sdmTMB (>= 0.4.0)",
|
||
"see",
|
||
"sjlabelled (>= 1.1.2)",
|
||
"sjstats",
|
||
"speedglm",
|
||
"survey",
|
||
"survival",
|
||
"testthat",
|
||
"tibble",
|
||
"tinytable (>= 0.1.0)",
|
||
"vdiffr",
|
||
"withr",
|
||
"VGAM"
|
||
],
|
||
"URL": "https://strengejacke.github.io/ggeffects/",
|
||
"BugReports": "https://github.com/strengejacke/ggeffects/issues/",
|
||
"RoxygenNote": "7.3.2",
|
||
"VignetteBuilder": "knitr",
|
||
"Config/testthat/edition": "3",
|
||
"License": "MIT + file LICENSE",
|
||
"LazyData": "true",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Daniel Lüdecke [aut, cre] (<https://orcid.org/0000-0002-8895-3206>), Frederik Aust [ctb] (<https://orcid.org/0000-0003-4900-788X>), Sam Crawley [ctb] (<https://orcid.org/0000-0002-7847-0411>), Mattan S. Ben-Shachar [ctb] (<https://orcid.org/0000-0002-4287-4801>), Sean C. Anderson [ctb] (<https://orcid.org/0000-0001-9563-1937>)",
|
||
"Repository": "CRAN"
|
||
},
|
||
"ggiraph": {
|
||
"Package": "ggiraph",
|
||
"Version": "0.8.12",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Make 'ggplot2' Graphics Interactive",
|
||
"Authors@R": "c( person(\"David\", \"Gohel\", , \"david.gohel@ardata.fr\", role = c(\"aut\", \"cre\")), person(\"Panagiotis\", \"Skintzos\", , \"sigmapi@posteo.net\", role = \"aut\"), person(\"Mike\", \"Bostock\", role = \"cph\", comment = \"d3.js\"), person(\"Speros\", \"Kokenes\", role = \"cph\", comment = \"d3-lasso\"), person(\"Eric\", \"Shull\", role = \"cph\", comment = \"saveSvgAsPng js library\"), person(\"Lee\", \"Thomason\", role = \"cph\", comment = \"TinyXML2\"), person(\"Vladimir\", \"Agafonkin\", role = \"cph\", comment = \"Flatbush\"), person(\"Eric\", \"Book\", role = \"ctb\", comment = \"hline and vline geoms\") )",
|
||
"Description": "Create interactive 'ggplot2' graphics using 'htmlwidgets'.",
|
||
"License": "GPL-3",
|
||
"URL": "https://davidgohel.github.io/ggiraph/",
|
||
"BugReports": "https://github.com/davidgohel/ggiraph/issues",
|
||
"Imports": [
|
||
"cli",
|
||
"ggplot2 (>= 3.5.1)",
|
||
"grid",
|
||
"htmltools",
|
||
"htmlwidgets (>= 1.5)",
|
||
"purrr",
|
||
"Rcpp (>= 1.0)",
|
||
"rlang",
|
||
"stats",
|
||
"systemfonts",
|
||
"uuid",
|
||
"vctrs"
|
||
],
|
||
"Suggests": [
|
||
"dplyr",
|
||
"gdtools (>= 0.3.0)",
|
||
"ggrepel (>= 0.9.1)",
|
||
"hexbin",
|
||
"knitr",
|
||
"maps",
|
||
"quantreg",
|
||
"rmarkdown",
|
||
"sf (>= 1.0)",
|
||
"shiny",
|
||
"tinytest",
|
||
"xml2 (>= 1.0)"
|
||
],
|
||
"LinkingTo": [
|
||
"Rcpp",
|
||
"systemfonts"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Copyright": "See file COPYRIGHTS.",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.2",
|
||
"SystemRequirements": "libpng",
|
||
"Collate": "'RcppExports.R' 'ipar.R' 'utils_ggplot2_performance.R' 'utils_ggplot2.R' 'utils.R' 'annotate_interactive.R' 'annotation_raster_interactive.R' 'utils_css.R' 'fonts.R' 'girafe_options.R' 'default.R' 'dsvg.R' 'dsvg_view.R' 'element_interactive.R' 'facet_interactive.R' 'geom_abline_interactive.R' 'geom_path_interactive.R' 'geom_polygon_interactive.R' 'geom_rect_interactive.R' 'geom_bar_interactive.R' 'geom_bin_2d_interactive.R' 'geom_boxplot_interactive.R' 'geom_col_interactive.R' 'geom_contour_interactive.R' 'geom_count_interactive.R' 'geom_crossbar_interactive.R' 'geom_curve_interactive.R' 'geom_density_2d_interactive.R' 'geom_density_interactive.R' 'geom_dotplot_interactive.R' 'geom_errorbar_interactive.R' 'geom_errorbarh_interactive.R' 'geom_freqpoly_interactive.R' 'geom_hex_interactive.R' 'geom_histogram_interactive.R' 'geom_hline_interactive.R' 'geom_jitter_interactive.R' 'geom_label_interactive.R' 'geom_linerange_interactive.R' 'geom_map_interactive.R' 'geom_point_interactive.R' 'geom_pointrange_interactive.R' 'geom_quantile_interactive.R' 'geom_raster_interactive.R' 'geom_ribbon_interactive.R' 'geom_segment_interactive.R' 'geom_sf_interactive.R' 'geom_smooth_interactive.R' 'geom_spoke_interactive.R' 'geom_text_interactive.R' 'geom_text_repel_interactive.R' 'geom_tile_interactive.R' 'geom_violin_interactive.R' 'geom_vline_interactive.R' 'ggiraph.R' 'girafe.R' 'grob_interactive.R' 'guide_bins_interactive.R' 'guide_colourbar_interactive.R' 'guide_coloursteps_interactive.R' 'guide_interactive.R' 'guide_legend_interactive.R' 'interactive_circle_grob.R' 'interactive_curve_grob.R' 'interactive_path_grob.R' 'interactive_points_grob.R' 'interactive_polygon_grob.R' 'interactive_polyline_grob.R' 'interactive_raster_grob.R' 'interactive_rect_grob.R' 'interactive_roundrect_grob.R' 'interactive_segments_grob.R' 'interactive_text_grob.R' 'labeller_interactive.R' 'layer_interactive.R' 'scale_alpha_interactive.R' 'scale_brewer_interactive.R' 'scale_colour_interactive.R' 'scale_gradient_interactive.R' 'scale_interactive.R' 'scale_linetype_interactive.R' 'scale_manual_interactive.R' 'scale_shape_interactive.R' 'scale_size_interactive.R' 'scale_steps_interactive.R' 'scale_viridis_interactive.R' 'tracers.R'",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "David Gohel [aut, cre], Panagiotis Skintzos [aut], Mike Bostock [cph] (d3.js), Speros Kokenes [cph] (d3-lasso), Eric Shull [cph] (saveSvgAsPng js library), Lee Thomason [cph] (TinyXML2), Vladimir Agafonkin [cph] (Flatbush), Eric Book [ctb] (hline and vline geoms)",
|
||
"Maintainer": "David Gohel <david.gohel@ardata.fr>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"ggplot2": {
|
||
"Package": "ggplot2",
|
||
"Version": "3.5.1",
|
||
"Source": "Repository",
|
||
"Title": "Create Elegant Data Visualisations Using the Grammar of Graphics",
|
||
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Winston\", \"Chang\", role = \"aut\", comment = c(ORCID = \"0000-0002-1576-2126\")), person(\"Lionel\", \"Henry\", role = \"aut\"), person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Kohske\", \"Takahashi\", role = \"aut\"), person(\"Claus\", \"Wilke\", role = \"aut\", comment = c(ORCID = \"0000-0002-7470-9261\")), person(\"Kara\", \"Woo\", role = \"aut\", comment = c(ORCID = \"0000-0002-5125-4188\")), person(\"Hiroaki\", \"Yutani\", role = \"aut\", comment = c(ORCID = \"0000-0002-3385-7233\")), person(\"Dewey\", \"Dunnington\", role = \"aut\", comment = c(ORCID = \"0000-0002-9415-4582\")), person(\"Teun\", \"van den Brand\", role = \"aut\", comment = c(ORCID = \"0000-0002-9335-7468\")), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"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.1",
|
||
"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 <thomas.pedersen@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"ggridges": {
|
||
"Package": "ggridges",
|
||
"Version": "0.5.6",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Ridgeline Plots in 'ggplot2'",
|
||
"Authors@R": "person( given = \"Claus O.\", family = \"Wilke\", role = c(\"aut\", \"cre\"), email = \"wilke@austin.utexas.edu\", comment = c(ORCID = \"0000-0002-7470-9261\") )",
|
||
"Description": "Ridgeline plots provide a convenient way of visualizing changes in distributions over time or space. This package enables the creation of such plots in 'ggplot2'.",
|
||
"URL": "https://wilkelab.org/ggridges/",
|
||
"BugReports": "https://github.com/wilkelab/ggridges/issues",
|
||
"Depends": [
|
||
"R (>= 3.2)"
|
||
],
|
||
"Imports": [
|
||
"ggplot2 (>= 3.4.0)",
|
||
"grid (>= 3.0.0)",
|
||
"scales (>= 0.4.1)",
|
||
"withr (>= 2.1.1)"
|
||
],
|
||
"License": "GPL-2 | file LICENSE",
|
||
"LazyData": "true",
|
||
"Suggests": [
|
||
"covr",
|
||
"dplyr",
|
||
"patchwork",
|
||
"ggplot2movies",
|
||
"forcats",
|
||
"knitr",
|
||
"rmarkdown",
|
||
"testthat",
|
||
"vdiffr"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Collate": "'data.R' 'ggridges.R' 'geoms.R' 'geomsv.R' 'geoms-gradient.R' 'geom-density-line.R' 'position.R' 'scale-cyclical.R' 'scale-point.R' 'scale-vline.R' 'stats.R' 'theme.R' 'utils_ggplot2.R' 'utils.R'",
|
||
"RoxygenNote": "7.2.3",
|
||
"Encoding": "UTF-8",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Claus O. Wilke [aut, cre] (<https://orcid.org/0000-0002-7470-9261>)",
|
||
"Maintainer": "Claus O. Wilke <wilke@austin.utexas.edu>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"ggstats": {
|
||
"Package": "ggstats",
|
||
"Version": "0.8.0",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Extension to 'ggplot2' for Plotting Stats",
|
||
"Authors@R": "c( person(\"Joseph\", \"Larmarange\", , \"joseph@larmarange.net\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0001-7097-700X\")) )",
|
||
"Description": "Provides new statistics, new geometries and new positions for 'ggplot2' and a suite of functions to facilitate the creation of statistical plots.",
|
||
"License": "GPL (>= 3)",
|
||
"URL": "https://larmarange.github.io/ggstats/, https://github.com/larmarange/ggstats",
|
||
"BugReports": "https://github.com/larmarange/ggstats/issues",
|
||
"Depends": [
|
||
"R (>= 4.2)"
|
||
],
|
||
"Imports": [
|
||
"cli",
|
||
"dplyr",
|
||
"forcats",
|
||
"ggplot2 (>= 3.4.0)",
|
||
"lifecycle",
|
||
"patchwork",
|
||
"purrr",
|
||
"rlang",
|
||
"scales",
|
||
"stats",
|
||
"stringr",
|
||
"utils",
|
||
"tidyr"
|
||
],
|
||
"Suggests": [
|
||
"betareg",
|
||
"broom",
|
||
"broom.helpers (>= 1.17.0)",
|
||
"emmeans",
|
||
"glue",
|
||
"gtsummary",
|
||
"knitr",
|
||
"labelled (>= 2.11.0)",
|
||
"reshape",
|
||
"rmarkdown",
|
||
"nnet",
|
||
"parameters",
|
||
"pscl",
|
||
"testthat (>= 3.0.0)",
|
||
"spelling",
|
||
"survey",
|
||
"survival",
|
||
"vdiffr"
|
||
],
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.2",
|
||
"Config/testthat/edition": "3",
|
||
"Language": "en-US",
|
||
"VignetteBuilder": "knitr",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Joseph Larmarange [aut, cre] (<https://orcid.org/0000-0001-7097-700X>)",
|
||
"Maintainer": "Joseph Larmarange <joseph@larmarange.net>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"globals": {
|
||
"Package": "globals",
|
||
"Version": "0.16.3",
|
||
"Source": "Repository",
|
||
"Depends": [
|
||
"R (>= 3.1.2)"
|
||
],
|
||
"Imports": [
|
||
"codetools"
|
||
],
|
||
"Title": "Identify Global Objects in R Expressions",
|
||
"Authors@R": "c( person(\"Henrik\", \"Bengtsson\", role=c(\"aut\", \"cre\", \"cph\"), email=\"henrikb@braju.com\"), person(\"Davis\",\"Vaughan\", role=\"ctb\", email=\"davis@rstudio.com\"))",
|
||
"Description": "Identifies global (\"unknown\" or \"free\") objects in R expressions by code inspection using various strategies (ordered, liberal, or conservative). The objective of this package is to make it as simple as possible to identify global objects for the purpose of exporting them in parallel, distributed compute environments.",
|
||
"License": "LGPL (>= 2.1)",
|
||
"LazyLoad": "TRUE",
|
||
"ByteCompile": "TRUE",
|
||
"URL": "https://globals.futureverse.org, https://github.com/HenrikBengtsson/globals",
|
||
"BugReports": "https://github.com/HenrikBengtsson/globals/issues",
|
||
"RoxygenNote": "7.3.1",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Henrik Bengtsson [aut, cre, cph], Davis Vaughan [ctb]",
|
||
"Maintainer": "Henrik Bengtsson <henrikb@braju.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"glue": {
|
||
"Package": "glue",
|
||
"Version": "1.8.0",
|
||
"Source": "Repository",
|
||
"Title": "Interpreted String Literals",
|
||
"Authors@R": "c( person(\"Jim\", \"Hester\", role = \"aut\", comment = c(ORCID = \"0000-0002-2739-7082\")), person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "An implementation of interpreted string literals, inspired by Python's Literal String Interpolation <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 <jenny@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"gridExtra": {
|
||
"Package": "gridExtra",
|
||
"Version": "2.3",
|
||
"Source": "Repository",
|
||
"Authors@R": "c(person(\"Baptiste\", \"Auguie\", email = \"baptiste.auguie@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Anton\", \"Antonov\", email = \"tonytonov@gmail.com\", role = c(\"ctb\")))",
|
||
"License": "GPL (>= 2)",
|
||
"Title": "Miscellaneous Functions for \"Grid\" Graphics",
|
||
"Type": "Package",
|
||
"Description": "Provides a number of user-level functions to work with \"grid\" graphics, notably to arrange multiple grid-based plots on a page, and draw tables.",
|
||
"VignetteBuilder": "knitr",
|
||
"Imports": [
|
||
"gtable",
|
||
"grid",
|
||
"grDevices",
|
||
"graphics",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"ggplot2",
|
||
"egg",
|
||
"lattice",
|
||
"knitr",
|
||
"testthat"
|
||
],
|
||
"RoxygenNote": "6.0.1",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Baptiste Auguie [aut, cre], Anton Antonov [ctb]",
|
||
"Maintainer": "Baptiste Auguie <baptiste.auguie@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"gt": {
|
||
"Package": "gt",
|
||
"Version": "0.11.1",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Easily Create Presentation-Ready Display Tables",
|
||
"Authors@R": "c( person(\"Richard\", \"Iannone\", , \"rich@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-3925-190X\")), person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"), person(\"Barret\", \"Schloerke\", , \"barret@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0001-9986-114X\")), person(\"Ellis\", \"Hughes\", , \"ellis.h.hughes@gsk.com\", role = \"aut\", comment = c(ORCID = \"0000-0003-0637-4436\")), person(\"Alexandra\", \"Lauer\", , \"alexandralauer1@gmail.com\", role = \"aut\", comment = c(ORCID = \"0000-0002-4191-6301\")), person(\"JooYoung\", \"Seo\", , \"jseo1005@illinois.edu\", role = \"aut\", comment = c(ORCID = \"0000-0002-4064-6012\")), person(\"Ken\", \"Brevoort\", , \"ken@brevoort.com\", 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": [
|
||
"digest (>= 0.6.31)",
|
||
"fontawesome (>= 0.5.2)",
|
||
"ggplot2",
|
||
"grid",
|
||
"gtable",
|
||
"katex (>= 1.4.1)",
|
||
"knitr",
|
||
"lubridate",
|
||
"magick",
|
||
"paletteer",
|
||
"RColorBrewer",
|
||
"rmarkdown (>= 2.20)",
|
||
"rsvg",
|
||
"rvest",
|
||
"shiny (>= 1.9.1)",
|
||
"testthat (>= 3.1.9)",
|
||
"tidyr",
|
||
"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 <rich@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"gtable": {
|
||
"Package": "gtable",
|
||
"Version": "0.3.6",
|
||
"Source": "Repository",
|
||
"Title": "Arrange 'Grobs' in Tables",
|
||
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "Tools to make it easier to work with \"tables\" of 'grobs'. The 'gtable' package defines a 'gtable' grob class that specifies a grid along with a list of grobs and their placement in the grid. Further the package makes it easy to manipulate and combine 'gtable' objects so that complex compositions can be built up sequentially.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://gtable.r-lib.org, https://github.com/r-lib/gtable",
|
||
"BugReports": "https://github.com/r-lib/gtable/issues",
|
||
"Depends": [
|
||
"R (>= 4.0)"
|
||
],
|
||
"Imports": [
|
||
"cli",
|
||
"glue",
|
||
"grid",
|
||
"lifecycle",
|
||
"rlang (>= 1.1.0)",
|
||
"stats"
|
||
],
|
||
"Suggests": [
|
||
"covr",
|
||
"ggplot2",
|
||
"knitr",
|
||
"profvis",
|
||
"rmarkdown",
|
||
"testthat (>= 3.0.0)"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Config/Needs/website": "tidyverse/tidytemplate",
|
||
"Config/testthat/edition": "3",
|
||
"Config/usethis/last-upkeep": "2024-10-25",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.2",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Hadley Wickham [aut], Thomas Lin Pedersen [aut, cre], Posit Software, PBC [cph, fnd]",
|
||
"Maintainer": "Thomas Lin Pedersen <thomas.pedersen@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"gtsummary": {
|
||
"Package": "gtsummary",
|
||
"Version": "2.1.0",
|
||
"Source": "Repository",
|
||
"Title": "Presentation-Ready Data Summary and Analytic Result Tables",
|
||
"Authors@R": "c( person(\"Daniel D.\", \"Sjoberg\", , \"danield.sjoberg@gmail.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-0862-2018\")), person(\"Joseph\", \"Larmarange\", role = \"aut\", comment = c(ORCID = \"0000-0001-7097-700X\")), person(\"Michael\", \"Curry\", role = \"aut\", comment = c(ORCID = \"0000-0002-0261-4044\")), person(\"Jessica\", \"Lavery\", role = \"aut\", comment = c(ORCID = \"0000-0002-2746-5647\")), person(\"Karissa\", \"Whiting\", role = \"aut\", comment = c(ORCID = \"0000-0002-4683-1868\")), person(\"Emily C.\", \"Zabor\", role = \"aut\", comment = c(ORCID = \"0000-0002-1402-4498\")), person(\"Xing\", \"Bai\", role = \"ctb\"), person(\"Esther\", \"Drill\", role = \"ctb\", comment = c(ORCID = \"0000-0002-3315-4538\")), person(\"Jessica\", \"Flynn\", role = \"ctb\", comment = c(ORCID = \"0000-0001-8310-6684\")), person(\"Margie\", \"Hannum\", role = \"ctb\", comment = c(ORCID = \"0000-0002-2953-0449\")), person(\"Stephanie\", \"Lobaugh\", role = \"ctb\"), person(\"Shannon\", \"Pileggi\", role = \"ctb\", comment = c(ORCID = \"0000-0002-7732-4164\")), person(\"Amy\", \"Tin\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8005-0694\")), person(\"Gustavo\", \"Zapata Wainberg\", role = \"ctb\", comment = c(ORCID = \"0000-0002-2524-3637\")) )",
|
||
"Description": "Creates presentation-ready tables summarizing data sets, regression models, and more. The code to create the tables is concise and highly customizable. Data frames can be summarized with any function, e.g. mean(), median(), even user-written functions. Regression models are summarized and include the reference rows for categorical variables. Common regression models, such as logistic regression and Cox proportional hazards regression, are automatically identified and the tables are pre-filled with appropriate column headers.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://github.com/ddsjoberg/gtsummary, https://www.danieldsjoberg.com/gtsummary/",
|
||
"BugReports": "https://github.com/ddsjoberg/gtsummary/issues",
|
||
"Depends": [
|
||
"R (>= 4.2)"
|
||
],
|
||
"Imports": [
|
||
"cards (>= 0.5.0)",
|
||
"cli (>= 3.6.3)",
|
||
"dplyr (>= 1.1.3)",
|
||
"glue (>= 1.8.0)",
|
||
"gt (>= 0.11.1)",
|
||
"lifecycle (>= 1.0.3)",
|
||
"rlang (>= 1.1.1)",
|
||
"tidyr (>= 1.3.0)",
|
||
"vctrs (>= 0.6.4)"
|
||
],
|
||
"Suggests": [
|
||
"aod (>= 1.3.3)",
|
||
"broom (>= 1.0.5)",
|
||
"broom.helpers (>= 1.17.0)",
|
||
"broom.mixed (>= 0.2.9)",
|
||
"car (>= 3.0-11)",
|
||
"cardx (>= 0.2.3)",
|
||
"cmprsk",
|
||
"effectsize (>= 0.6.0)",
|
||
"emmeans (>= 1.7.3)",
|
||
"flextable (>= 0.8.1)",
|
||
"geepack (>= 1.3.10)",
|
||
"ggstats (>= 0.2.1)",
|
||
"huxtable (>= 5.4.0)",
|
||
"insight (>= 0.15.0)",
|
||
"kableExtra (>= 1.3.4)",
|
||
"knitr (>= 1.37)",
|
||
"lme4 (>= 1.1-31)",
|
||
"mice (>= 3.10.0)",
|
||
"nnet",
|
||
"officer",
|
||
"openxlsx",
|
||
"parameters (>= 0.20.2)",
|
||
"parsnip (>= 0.1.7)",
|
||
"rmarkdown",
|
||
"smd (>= 0.6.6)",
|
||
"spelling",
|
||
"survey (>= 4.2)",
|
||
"survival (>= 3.6-4)",
|
||
"testthat (>= 3.2.0)",
|
||
"withr (>= 2.5.0)",
|
||
"workflows (>= 0.2.4)"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Config/Needs/check": "hms",
|
||
"Config/Needs/website": "forcats, sandwich, scales",
|
||
"Config/testthat/edition": "3",
|
||
"Config/testthat/parallel": "true",
|
||
"Encoding": "UTF-8",
|
||
"Language": "en-US",
|
||
"LazyData": "true",
|
||
"RoxygenNote": "7.3.2",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Daniel D. Sjoberg [aut, cre] (<https://orcid.org/0000-0003-0862-2018>), Joseph Larmarange [aut] (<https://orcid.org/0000-0001-7097-700X>), Michael Curry [aut] (<https://orcid.org/0000-0002-0261-4044>), Jessica Lavery [aut] (<https://orcid.org/0000-0002-2746-5647>), Karissa Whiting [aut] (<https://orcid.org/0000-0002-4683-1868>), Emily C. Zabor [aut] (<https://orcid.org/0000-0002-1402-4498>), Xing Bai [ctb], Esther Drill [ctb] (<https://orcid.org/0000-0002-3315-4538>), Jessica Flynn [ctb] (<https://orcid.org/0000-0001-8310-6684>), Margie Hannum [ctb] (<https://orcid.org/0000-0002-2953-0449>), Stephanie Lobaugh [ctb], Shannon Pileggi [ctb] (<https://orcid.org/0000-0002-7732-4164>), Amy Tin [ctb] (<https://orcid.org/0000-0002-8005-0694>), Gustavo Zapata Wainberg [ctb] (<https://orcid.org/0000-0002-2524-3637>)",
|
||
"Maintainer": "Daniel D. Sjoberg <danield.sjoberg@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"gvlma": {
|
||
"Package": "gvlma",
|
||
"Version": "1.0.0.3",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Global Validation of Linear Models Assumptions",
|
||
"Author": "Edsel A. Pena <pena@stat.sc.edu> and Elizabeth H. Slate <eslate@fsu.edu>",
|
||
"Maintainer": "Elizabeth Slate <slate@stat.fsu.edu>",
|
||
"Description": "Methods from the paper: Pena, EA and Slate, EH, \"Global Validation of Linear Model Assumptions,\" J. American Statistical Association, 101(473):341-354, 2006.",
|
||
"Depends": [
|
||
"R (>= 2.1.1)"
|
||
],
|
||
"License": "GPL",
|
||
"NeedsCompilation": "no",
|
||
"Repository": "CRAN"
|
||
},
|
||
"haven": {
|
||
"Package": "haven",
|
||
"Version": "2.5.4",
|
||
"Source": "Repository",
|
||
"Title": "Import and Export 'SPSS', 'Stata' and 'SAS' Files",
|
||
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")), person(\"Evan\", \"Miller\", role = c(\"aut\", \"cph\"), comment = \"Author of included ReadStat code\"), person(\"Danny\", \"Smith\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "Import foreign statistical formats into R via the embedded 'ReadStat' C library, <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 <hadley@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"here": {
|
||
"Package": "here",
|
||
"Version": "1.0.1",
|
||
"Source": "Repository",
|
||
"Title": "A Simpler Way to Find Your Files",
|
||
"Date": "2020-12-13",
|
||
"Authors@R": "c(person(given = \"Kirill\", family = \"M\\u00fcller\", role = c(\"aut\", \"cre\"), email = \"krlmlr+r@mailbox.org\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Jennifer\", family = \"Bryan\", role = \"ctb\", email = \"jenny@rstudio.com\", comment = c(ORCID = \"0000-0002-6983-2759\")))",
|
||
"Description": "Constructs paths to your project's files. Declare the relative path of a file within your project with 'i_am()'. Use the 'here()' function as a drop-in replacement for 'file.path()', it will always locate the files relative to your project root.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://here.r-lib.org/, https://github.com/r-lib/here",
|
||
"BugReports": "https://github.com/r-lib/here/issues",
|
||
"Imports": [
|
||
"rprojroot (>= 2.0.2)"
|
||
],
|
||
"Suggests": [
|
||
"conflicted",
|
||
"covr",
|
||
"fs",
|
||
"knitr",
|
||
"palmerpenguins",
|
||
"plyr",
|
||
"readr",
|
||
"rlang",
|
||
"rmarkdown",
|
||
"testthat",
|
||
"uuid",
|
||
"withr"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Encoding": "UTF-8",
|
||
"LazyData": "true",
|
||
"RoxygenNote": "7.1.1.9000",
|
||
"Config/testthat/edition": "3",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>), Jennifer Bryan [ctb] (<https://orcid.org/0000-0002-6983-2759>)",
|
||
"Maintainer": "Kirill Müller <krlmlr+r@mailbox.org>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"highr": {
|
||
"Package": "highr",
|
||
"Version": "0.11",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Syntax Highlighting for R Source Code",
|
||
"Authors@R": "c( person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")), person(\"Yixuan\", \"Qiu\", role = \"aut\"), person(\"Christopher\", \"Gandrud\", role = \"ctb\"), person(\"Qiang\", \"Li\", role = \"ctb\") )",
|
||
"Description": "Provides syntax highlighting for R source code. Currently it supports LaTeX and HTML output. Source code of other languages is supported via Andre Simon's highlight package (<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 <xie@yihui.name>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"hms": {
|
||
"Package": "hms",
|
||
"Version": "1.1.3",
|
||
"Source": "Repository",
|
||
"Title": "Pretty Time of Day",
|
||
"Date": "2023-03-21",
|
||
"Authors@R": "c( person(\"Kirill\", \"Müller\", role = c(\"aut\", \"cre\"), email = \"kirill@cynkra.com\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(\"R Consortium\", role = \"fnd\"), person(\"RStudio\", role = \"fnd\") )",
|
||
"Description": "Implements an S3 class for storing and formatting time-of-day values, based on the 'difftime' class.",
|
||
"Imports": [
|
||
"lifecycle",
|
||
"methods",
|
||
"pkgconfig",
|
||
"rlang (>= 1.0.2)",
|
||
"vctrs (>= 0.3.8)"
|
||
],
|
||
"Suggests": [
|
||
"crayon",
|
||
"lubridate",
|
||
"pillar (>= 1.1.0)",
|
||
"testthat (>= 3.0.0)"
|
||
],
|
||
"License": "MIT + file LICENSE",
|
||
"Encoding": "UTF-8",
|
||
"URL": "https://hms.tidyverse.org/, https://github.com/tidyverse/hms",
|
||
"BugReports": "https://github.com/tidyverse/hms/issues",
|
||
"RoxygenNote": "7.2.3",
|
||
"Config/testthat/edition": "3",
|
||
"Config/autostyle/scope": "line_breaks",
|
||
"Config/autostyle/strict": "false",
|
||
"Config/Needs/website": "tidyverse/tidytemplate",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>), R Consortium [fnd], RStudio [fnd]",
|
||
"Maintainer": "Kirill Müller <kirill@cynkra.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"htmlTable": {
|
||
"Package": "htmlTable",
|
||
"Version": "2.4.3",
|
||
"Source": "Repository",
|
||
"Title": "Advanced Tables for Markdown/HTML",
|
||
"Authors@R": "c( person(\"Max\", \"Gordon\", email = \"max@gforge.se\", role = c(\"aut\", \"cre\")), person(\"Stephen\", \"Gragg\", role=c(\"aut\")), person(\"Peter\", \"Konings\", role=c(\"aut\")))",
|
||
"Maintainer": "Max Gordon <max@gforge.se>",
|
||
"Description": "Tables with state-of-the-art layout elements such as row spanners, column spanners, table spanners, zebra striping, and more. While allowing advanced layout, the underlying css-structure is simple in order to maximize compatibility with common word processors. The package also contains a few text formatting functions that help outputting text compatible with HTML/LaTeX.",
|
||
"License": "GPL (>= 3)",
|
||
"URL": "https://gforge.se/packages/",
|
||
"BugReports": "https://github.com/gforge/htmlTable/issues",
|
||
"Biarch": "yes",
|
||
"Depends": [
|
||
"R (>= 4.1)"
|
||
],
|
||
"Imports": [
|
||
"stringr",
|
||
"knitr (>= 1.6)",
|
||
"magrittr (>= 1.5)",
|
||
"methods",
|
||
"checkmate",
|
||
"htmlwidgets",
|
||
"htmltools",
|
||
"rstudioapi (>= 0.6)"
|
||
],
|
||
"Suggests": [
|
||
"testthat",
|
||
"XML",
|
||
"xml2",
|
||
"Hmisc",
|
||
"rmarkdown",
|
||
"chron",
|
||
"lubridate",
|
||
"tibble",
|
||
"purrr",
|
||
"tidyselect",
|
||
"glue",
|
||
"rlang",
|
||
"tidyr (>= 0.7.2)",
|
||
"dplyr (>= 0.7.4)"
|
||
],
|
||
"Encoding": "UTF-8",
|
||
"NeedsCompilation": "no",
|
||
"VignetteBuilder": "knitr",
|
||
"RoxygenNote": "7.2.2",
|
||
"Author": "Max Gordon [aut, cre], Stephen Gragg [aut], Peter Konings [aut]",
|
||
"Repository": "CRAN"
|
||
},
|
||
"htmltools": {
|
||
"Package": "htmltools",
|
||
"Version": "0.5.8.1",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Tools for HTML",
|
||
"Authors@R": "c( person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"), person(\"Carson\", \"Sievert\", , \"carson@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Barret\", \"Schloerke\", , \"barret@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0001-9986-114X\")), person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0002-1576-2126\")), person(\"Yihui\", \"Xie\", , \"yihui@posit.co\", role = \"aut\"), person(\"Jeff\", \"Allen\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "Tools for HTML generation and output.",
|
||
"License": "GPL (>= 2)",
|
||
"URL": "https://github.com/rstudio/htmltools, https://rstudio.github.io/htmltools/",
|
||
"BugReports": "https://github.com/rstudio/htmltools/issues",
|
||
"Depends": [
|
||
"R (>= 2.14.1)"
|
||
],
|
||
"Imports": [
|
||
"base64enc",
|
||
"digest",
|
||
"fastmap (>= 1.1.0)",
|
||
"grDevices",
|
||
"rlang (>= 1.0.0)",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"Cairo",
|
||
"markdown",
|
||
"ragg",
|
||
"shiny",
|
||
"testthat",
|
||
"withr"
|
||
],
|
||
"Enhances": [
|
||
"knitr"
|
||
],
|
||
"Config/Needs/check": "knitr",
|
||
"Config/Needs/website": "rstudio/quillt, bench",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.1",
|
||
"Collate": "'colors.R' 'fill.R' 'html_dependency.R' 'html_escape.R' 'html_print.R' 'htmltools-package.R' 'images.R' 'known_tags.R' 'selector.R' 'staticimports.R' 'tag_query.R' 'utils.R' 'tags.R' 'template.R'",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Joe Cheng [aut], Carson Sievert [aut, cre] (<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 <carson@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"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\", , \"joe@posit.co\", role = \"aut\"), person(\"Carson\", \"Sievert\", , \"carson@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Kenton\", \"Russell\", role = c(\"aut\", \"cph\")), person(\"Ellis\", \"Hughes\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "A framework for creating HTML widgets that render in various contexts including the R console, 'R Markdown' documents, and 'Shiny' web applications.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://github.com/ramnathv/htmlwidgets",
|
||
"BugReports": "https://github.com/ramnathv/htmlwidgets/issues",
|
||
"Imports": [
|
||
"grDevices",
|
||
"htmltools (>= 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 <carson@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"httpuv": {
|
||
"Package": "httpuv",
|
||
"Version": "1.6.15",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "HTTP and WebSocket Server Library",
|
||
"Authors@R": "c( person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"), person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit, PBC\", \"fnd\", role = \"cph\"), person(\"Hector\", \"Corrada Bravo\", role = \"ctb\"), person(\"Jeroen\", \"Ooms\", role = \"ctb\"), person(\"Andrzej\", \"Krzemienski\", role = \"cph\", comment = \"optional.hpp\"), person(\"libuv project contributors\", role = \"cph\", comment = \"libuv library, see src/libuv/AUTHORS file\"), person(\"Joyent, Inc. and other Node contributors\", role = \"cph\", comment = \"libuv library, see src/libuv/AUTHORS file; and http-parser library, see src/http-parser/AUTHORS file\"), person(\"Niels\", \"Provos\", role = \"cph\", comment = \"libuv subcomponent: tree.h\"), person(\"Internet Systems Consortium, Inc.\", role = \"cph\", comment = \"libuv subcomponent: inet_pton and inet_ntop, contained in src/libuv/src/inet.c\"), person(\"Alexander\", \"Chemeris\", role = \"cph\", comment = \"libuv subcomponent: stdint-msvc2008.h (from msinttypes)\"), person(\"Google, Inc.\", role = \"cph\", comment = \"libuv subcomponent: pthread-fixes.c\"), person(\"Sony Mobile Communcations AB\", role = \"cph\", comment = \"libuv subcomponent: pthread-fixes.c\"), person(\"Berkeley Software Design Inc.\", role = \"cph\", comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"), person(\"Kenneth\", \"MacKay\", role = \"cph\", comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"), person(\"Emergya (Cloud4all, FP7/2007-2013, grant agreement no 289016)\", role = \"cph\", comment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"), person(\"Steve\", \"Reid\", role = \"aut\", comment = \"SHA-1 implementation\"), person(\"James\", \"Brown\", role = \"aut\", comment = \"SHA-1 implementation\"), person(\"Bob\", \"Trower\", role = \"aut\", comment = \"base64 implementation\"), person(\"Alexander\", \"Peslyak\", role = \"aut\", comment = \"MD5 implementation\"), person(\"Trantor Standard Systems\", role = \"cph\", comment = \"base64 implementation\"), person(\"Igor\", \"Sysoev\", role = \"cph\", comment = \"http-parser\") )",
|
||
"Description": "Provides low-level socket and protocol support for handling HTTP and WebSocket requests directly from within R. It is primarily intended as a building block for other packages, rather than making it particularly easy to create complete web applications using httpuv alone. httpuv is built on top of the libuv and http-parser C libraries, both of which were developed by Joyent, Inc. (See LICENSE file for libuv and http-parser license information.)",
|
||
"License": "GPL (>= 2) | file LICENSE",
|
||
"URL": "https://github.com/rstudio/httpuv",
|
||
"BugReports": "https://github.com/rstudio/httpuv/issues",
|
||
"Depends": [
|
||
"R (>= 2.15.1)"
|
||
],
|
||
"Imports": [
|
||
"later (>= 0.8.0)",
|
||
"promises",
|
||
"R6",
|
||
"Rcpp (>= 1.0.7)",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"callr",
|
||
"curl",
|
||
"testthat",
|
||
"websocket"
|
||
],
|
||
"LinkingTo": [
|
||
"later",
|
||
"Rcpp"
|
||
],
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.1",
|
||
"SystemRequirements": "GNU make, zlib",
|
||
"Collate": "'RcppExports.R' 'httpuv.R' 'random_port.R' 'server.R' '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 <winston@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"httr": {
|
||
"Package": "httr",
|
||
"Version": "1.4.7",
|
||
"Source": "Repository",
|
||
"Title": "Tools for Working with URLs and HTTP",
|
||
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "Useful tools for working with HTTP organised by HTTP verbs (GET(), POST(), etc). Configuration functions make it easy to control additional request components (authenticate(), add_headers() and so on).",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://httr.r-lib.org/, https://github.com/r-lib/httr",
|
||
"BugReports": "https://github.com/r-lib/httr/issues",
|
||
"Depends": [
|
||
"R (>= 3.5)"
|
||
],
|
||
"Imports": [
|
||
"curl (>= 5.0.2)",
|
||
"jsonlite",
|
||
"mime",
|
||
"openssl (>= 0.8)",
|
||
"R6"
|
||
],
|
||
"Suggests": [
|
||
"covr",
|
||
"httpuv",
|
||
"jpeg",
|
||
"knitr",
|
||
"png",
|
||
"readr",
|
||
"rmarkdown",
|
||
"testthat (>= 0.8.0)",
|
||
"xml2"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Config/Needs/website": "tidyverse/tidytemplate",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.2.3",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Hadley Wickham [aut, cre], Posit, PBC [cph, fnd]",
|
||
"Maintainer": "Hadley Wickham <hadley@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"insight": {
|
||
"Package": "insight",
|
||
"Version": "1.1.0",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Easy Access to Model Information for Various Model Objects",
|
||
"Authors@R": "c(person(given = \"Daniel\", family = \"Lüdecke\", role = c(\"aut\", \"cre\"), email = \"d.luedecke@uke.de\", comment = c(ORCID = \"0000-0002-8895-3206\")), person(given = \"Dominique\", family = \"Makowski\", role = c(\"aut\", \"ctb\"), email = \"dom.makowski@gmail.com\", comment = c(ORCID = \"0000-0001-5375-9967\")), person(given = \"Indrajeet\", family = \"Patil\", role = c(\"aut\", \"ctb\"), email = \"patilindrajeet.science@gmail.com\", comment = c(ORCID = \"0000-0003-1995-6531\")), person(given = \"Philip\", family = \"Waggoner\", role = c(\"aut\", \"ctb\"), email = \"philip.waggoner@gmail.com\", comment = c(ORCID = \"0000-0002-7825-7573\")), person(given = \"Mattan S.\", family = \"Ben-Shachar\", role = c(\"aut\", \"ctb\"), email = \"matanshm@post.bgu.ac.il\", comment = c(ORCID = \"0000-0002-4287-4801\")), person(given = \"Brenton M.\", family = \"Wiernik\", role = c(\"aut\", \"ctb\"), email = \"brenton@wiernik.org\", comment = c(ORCID = \"0000-0001-9560-6336\")), person(given = \"Vincent\", family = \"Arel-Bundock\", email = \"vincent.arel-bundock@umontreal.ca\", role = c(\"aut\", \"ctb\"), comment = c(ORCID = \"0000-0003-2042-7063\")), person(given = \"Etienne\", family = \"Bacher\", email = \"etienne.bacher@protonmail.com\", role = c(\"aut\", \"ctb\"), comment = c(ORCID = \"0000-0002-9271-5075\")), person(given = \"Alex\", family = \"Hayes\", role = c(\"rev\"), email = \"alexpghayes@gmail.com\", comment = c(ORCID = \"0000-0002-4985-5160\")), person(given = \"Grant\", family = \"McDermott\", role = c(\"ctb\"), email = \"grantmcd@uoregon.edu\", comment = c(ORCID = \"0000-0001-7883-8573\")), person(given = \"Rémi\", family = \"Thériault\", role = \"ctb\", email = \"remi.theriault@mail.mcgill.ca\", comment = c(ORCID = \"0000-0003-4315-6788\")), person(given = \"Alex\", family = \"Reinhart\", role = \"ctb\", email = \"areinhar@stat.cmu.edu\", comment = c(ORCID = \"0000-0002-6658-514X\")))",
|
||
"Maintainer": "Daniel Lüdecke <d.luedecke@uke.de>",
|
||
"Description": "A tool to provide an easy, intuitive and consistent access to information contained in various R models, like model formulas, model terms, information about random effects, data that was used to fit the model or data from response variables. 'insight' mainly revolves around two types of functions: Functions that find (the names of) information, starting with 'find_', and functions that get the underlying data, starting with 'get_'. The package has a consistent syntax and works with many different model objects, where otherwise functions to access these information are missing.",
|
||
"License": "GPL-3",
|
||
"URL": "https://easystats.github.io/insight/",
|
||
"BugReports": "https://github.com/easystats/insight/issues",
|
||
"Depends": [
|
||
"R (>= 3.6)"
|
||
],
|
||
"Imports": [
|
||
"methods",
|
||
"stats",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"AER",
|
||
"afex",
|
||
"aod",
|
||
"ape",
|
||
"BayesFactor",
|
||
"bayestestR",
|
||
"bbmle",
|
||
"bdsmatrix",
|
||
"betareg",
|
||
"bife",
|
||
"biglm",
|
||
"BH",
|
||
"blavaan (>= 0.5-5)",
|
||
"blme",
|
||
"boot",
|
||
"brms",
|
||
"broom",
|
||
"car",
|
||
"carData",
|
||
"censReg",
|
||
"cgam",
|
||
"clubSandwich",
|
||
"cobalt",
|
||
"coxme",
|
||
"cplm",
|
||
"crch",
|
||
"curl",
|
||
"datawizard",
|
||
"effectsize",
|
||
"emmeans",
|
||
"epiR",
|
||
"estimatr",
|
||
"feisr",
|
||
"fixest (>= 0.11.2)",
|
||
"fungible",
|
||
"fwb",
|
||
"gam",
|
||
"gamlss",
|
||
"gamlss.data",
|
||
"gamm4",
|
||
"gbm",
|
||
"gee",
|
||
"geepack",
|
||
"geoR",
|
||
"ggeffects (>= 2.2.0)",
|
||
"GLMMadaptive",
|
||
"glmmTMB (>= 1.1.10)",
|
||
"glmtoolbox",
|
||
"gmnl",
|
||
"grDevices",
|
||
"gt",
|
||
"httptest2",
|
||
"httr2",
|
||
"interp",
|
||
"ivreg",
|
||
"JM",
|
||
"knitr",
|
||
"lavaan",
|
||
"lavaSearch2",
|
||
"lfe",
|
||
"lme4",
|
||
"lmerTest",
|
||
"lmtest",
|
||
"logistf",
|
||
"logitr",
|
||
"marginaleffects (>= 0.25.0)",
|
||
"MASS",
|
||
"Matrix",
|
||
"mclogit",
|
||
"mclust",
|
||
"MCMCglmm",
|
||
"merTools",
|
||
"metaBMA",
|
||
"metadat",
|
||
"metafor",
|
||
"metaplus",
|
||
"mgcv",
|
||
"mice (>= 3.17.0)",
|
||
"mlogit",
|
||
"mmrm",
|
||
"modelbased (>= 0.9.0)",
|
||
"multgee",
|
||
"MuMIn",
|
||
"nestedLogit",
|
||
"nlme",
|
||
"nnet",
|
||
"nonnest2",
|
||
"ordinal",
|
||
"panelr",
|
||
"parameters",
|
||
"parsnip",
|
||
"pbkrtest",
|
||
"performance",
|
||
"phylolm",
|
||
"plm",
|
||
"poorman",
|
||
"PROreg (>= 1.3.0)",
|
||
"pscl",
|
||
"psych",
|
||
"quantreg",
|
||
"Rcpp",
|
||
"RcppEigen",
|
||
"rmarkdown",
|
||
"rms",
|
||
"robustbase",
|
||
"robustlmm",
|
||
"rpart",
|
||
"rstanarm (>= 2.21.1)",
|
||
"rstantools (>= 2.1.0)",
|
||
"rstudioapi",
|
||
"sandwich",
|
||
"serp",
|
||
"speedglm",
|
||
"splines",
|
||
"statmod",
|
||
"survey",
|
||
"survival",
|
||
"svylme",
|
||
"testthat",
|
||
"tinytable (>= 0.1.0)",
|
||
"TMB",
|
||
"truncreg",
|
||
"tune",
|
||
"tweedie",
|
||
"VGAM",
|
||
"WeightIt",
|
||
"withr"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Encoding": "UTF-8",
|
||
"Language": "en-US",
|
||
"RoxygenNote": "7.3.2",
|
||
"Config/testthat/edition": "3",
|
||
"Config/testthat/parallel": "true",
|
||
"Config/Needs/website": "easystats/easystatstemplate",
|
||
"Config/Needs/check": "stan-dev/cmdstanr",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Daniel Lüdecke [aut, cre] (<https://orcid.org/0000-0002-8895-3206>), Dominique Makowski [aut, ctb] (<https://orcid.org/0000-0001-5375-9967>), Indrajeet Patil [aut, ctb] (<https://orcid.org/0000-0003-1995-6531>), Philip Waggoner [aut, ctb] (<https://orcid.org/0000-0002-7825-7573>), Mattan S. Ben-Shachar [aut, ctb] (<https://orcid.org/0000-0002-4287-4801>), Brenton M. Wiernik [aut, ctb] (<https://orcid.org/0000-0001-9560-6336>), Vincent Arel-Bundock [aut, ctb] (<https://orcid.org/0000-0003-2042-7063>), Etienne Bacher [aut, ctb] (<https://orcid.org/0000-0002-9271-5075>), Alex Hayes [rev] (<https://orcid.org/0000-0002-4985-5160>), Grant McDermott [ctb] (<https://orcid.org/0000-0001-7883-8573>), Rémi Thériault [ctb] (<https://orcid.org/0000-0003-4315-6788>), Alex Reinhart [ctb] (<https://orcid.org/0000-0002-6658-514X>)",
|
||
"Repository": "CRAN"
|
||
},
|
||
"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\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Claus O.\", \"Wilke\", , \"wilke@austin.utexas.edu\", role = \"aut\", comment = c(\"Original author\", ORCID = \"0000-0002-7470-9261\")), person(\"Thomas Lin\", \"Pedersen\", , \"thomasp85@gmail.com\", role = \"aut\", comment = c(ORCID = \"0000-0002-5147-4711\")) )",
|
||
"Description": "A fast C++ implementation to generate contour lines (isolines) and contour polygons (isobands) from regularly spaced grids containing elevation data.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://isoband.r-lib.org",
|
||
"BugReports": "https://github.com/r-lib/isoband/issues",
|
||
"Imports": [
|
||
"grid",
|
||
"utils"
|
||
],
|
||
"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 <hadley@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"iterators": {
|
||
"Package": "iterators",
|
||
"Version": "1.0.14",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Provides Iterator Construct",
|
||
"Authors@R": "c(person(\"Folashade\", \"Daniel\", role=\"cre\", email=\"fdaniel@microsoft.com\"), person(\"Revolution\", \"Analytics\", role=c(\"aut\", \"cph\")), person(\"Steve\", \"Weston\", role=\"aut\"))",
|
||
"Description": "Support for iterators, which allow a programmer to traverse through all the elements of a vector, list, or other collection of data.",
|
||
"URL": "https://github.com/RevolutionAnalytics/iterators",
|
||
"Depends": [
|
||
"R (>= 2.5.0)",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"RUnit",
|
||
"foreach"
|
||
],
|
||
"License": "Apache License (== 2.0)",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Folashade Daniel [cre], Revolution Analytics [aut, cph], Steve Weston [aut]",
|
||
"Maintainer": "Folashade Daniel <fdaniel@microsoft.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"janitor": {
|
||
"Package": "janitor",
|
||
"Version": "2.2.1",
|
||
"Source": "Repository",
|
||
"Title": "Simple Tools for Examining and Cleaning Dirty Data",
|
||
"Authors@R": "c(person(\"Sam\", \"Firke\", email = \"samuel.firke@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Bill\", \"Denney\", email = \"wdenney@humanpredictions.com\", role = \"ctb\"), person(\"Chris\", \"Haid\", email = \"chrishaid@gmail.com\", role = \"ctb\"), person(\"Ryan\", \"Knight\", email = \"ryangknight@gmail.com\", role = \"ctb\"), person(\"Malte\", \"Grosser\", email = \"malte.grosser@gmail.com\", role = \"ctb\"), person(\"Jonathan\", \"Zadra\", email = \"jonathan.zadra@sorensonimpact.com\", role = \"ctb\"))",
|
||
"Description": "The main janitor functions can: perfectly format data.frame column names; provide quick counts of variable combinations (i.e., frequency tables and crosstabs); and explore duplicate records. Other janitor functions nicely format the tabulation results. These tabulate-and-report functions approximate popular features of SPSS and Microsoft Excel. This package follows the principles of the \"tidyverse\" and works well with the pipe function %>%. janitor was built with beginning-to-intermediate R users in mind and is optimized for user-friendliness.",
|
||
"URL": "https://github.com/sfirke/janitor, https://sfirke.github.io/janitor/",
|
||
"BugReports": "https://github.com/sfirke/janitor/issues",
|
||
"Depends": [
|
||
"R (>= 3.1.2)"
|
||
],
|
||
"Imports": [
|
||
"dplyr (>= 1.0.0)",
|
||
"hms",
|
||
"lifecycle",
|
||
"lubridate",
|
||
"magrittr",
|
||
"purrr",
|
||
"rlang",
|
||
"stringi",
|
||
"stringr",
|
||
"snakecase (>= 0.9.2)",
|
||
"tidyselect (>= 1.0.0)",
|
||
"tidyr (>= 0.7.0)"
|
||
],
|
||
"License": "MIT + file LICENSE",
|
||
"RoxygenNote": "7.2.3",
|
||
"Suggests": [
|
||
"dbplyr",
|
||
"knitr",
|
||
"rmarkdown",
|
||
"RSQLite",
|
||
"sf",
|
||
"testthat (>= 3.0.0)",
|
||
"tibble",
|
||
"tidygraph"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Encoding": "UTF-8",
|
||
"Config/testthat/edition": "3",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Sam Firke [aut, cre], Bill Denney [ctb], Chris Haid [ctb], Ryan Knight [ctb], Malte Grosser [ctb], Jonathan Zadra [ctb]",
|
||
"Maintainer": "Sam Firke <samuel.firke@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"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 = \"carson@rstudio.com\", comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@rstudio.com\"), person(family = \"RStudio\", role = \"cph\"), person(family = \"jQuery Foundation\", role = \"cph\", comment = \"jQuery library and jQuery UI library\"), person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery library; authors listed in inst/lib/jquery-AUTHORS.txt\") )",
|
||
"Description": "Obtain any major version of 'jQuery' (<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 <carson@rstudio.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"jsonlite": {
|
||
"Package": "jsonlite",
|
||
"Version": "1.9.1",
|
||
"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 = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Duncan\", \"Temple Lang\", role = \"ctb\"), person(\"Lloyd\", \"Hilaiel\", role = \"cph\", comment=\"author of bundled libyajl\"))",
|
||
"URL": "https://jeroen.r-universe.dev/jsonlite https://arxiv.org/abs/1403.2805",
|
||
"BugReports": "https://github.com/jeroen/jsonlite/issues",
|
||
"Maintainer": "Jeroen Ooms <jeroenooms@gmail.com>",
|
||
"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.2.3",
|
||
"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"
|
||
},
|
||
"jtools": {
|
||
"Package": "jtools",
|
||
"Version": "2.3.0",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Analysis and Presentation of Social Scientific Data",
|
||
"Authors@R": "person(c(\"Jacob\",\"A.\"), \"Long\", email = \"jacob.long@sc.edu\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-1582-6214\"))",
|
||
"Description": "This is a collection of tools for more efficiently understanding and sharing the results of (primarily) regression analyses. There are also a number of miscellaneous functions for statistical and programming purposes. Support for models produced by the survey and lme4 packages are points of emphasis.",
|
||
"URL": "https://jtools.jacob-long.com",
|
||
"BugReports": "https://github.com/jacob-long/jtools/issues",
|
||
"License": "GPL (>= 3)",
|
||
"Encoding": "UTF-8",
|
||
"LazyData": "true",
|
||
"Imports": [
|
||
"cli",
|
||
"generics",
|
||
"broom",
|
||
"broom.mixed",
|
||
"ggplot2 (>= 3.4.0)",
|
||
"magrittr",
|
||
"pander",
|
||
"pkgconfig",
|
||
"rlang",
|
||
"sandwich",
|
||
"tibble"
|
||
],
|
||
"Suggests": [
|
||
"boot",
|
||
"huxtable",
|
||
"kableExtra",
|
||
"lme4",
|
||
"lmerTest",
|
||
"MASS",
|
||
"methods",
|
||
"pbkrtest",
|
||
"RColorBrewer",
|
||
"scales",
|
||
"survey",
|
||
"weights",
|
||
"knitr",
|
||
"rmarkdown",
|
||
"testthat",
|
||
"vdiffr"
|
||
],
|
||
"Enhances": [
|
||
"brms",
|
||
"quantreg",
|
||
"rstanarm"
|
||
],
|
||
"RoxygenNote": "7.3.2",
|
||
"VignetteBuilder": "knitr",
|
||
"Depends": [
|
||
"R (>= 3.6.0)"
|
||
],
|
||
"NeedsCompilation": "no",
|
||
"Author": "Jacob A. Long [aut, cre] (<https://orcid.org/0000-0002-1582-6214>)",
|
||
"Maintainer": "Jacob A. Long <jacob.long@sc.edu>",
|
||
"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\", , \"riannone@me.com\", 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 <riannone@me.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"kableExtra": {
|
||
"Package": "kableExtra",
|
||
"Version": "1.4.0",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Construct Complex Table with 'kable' and Pipe Syntax",
|
||
"Authors@R": "c( person('Hao', 'Zhu', email = 'haozhu233@gmail.com', role = c('aut', 'cre'), comment = c(ORCID = '0000-0002-3386-6076')), person('Thomas', 'Travison', role = 'ctb'), person('Timothy', 'Tsai', role = 'ctb'), person('Will', 'Beasley', email = 'wibeasley@hotmail.com', role = 'ctb'), person('Yihui', 'Xie', email = 'xie@yihui.name', role = 'ctb'), person('GuangChuang', 'Yu', email = 'guangchuangyu@gmail.com', role = 'ctb'), person('Stéphane', 'Laurent', role = 'ctb'), person('Rob', 'Shepherd', role = 'ctb'), person('Yoni', 'Sidi', role = 'ctb'), person('Brian', 'Salzer', role = 'ctb'), person('George', 'Gui', role = 'ctb'), person('Yeliang', 'Fan', role = 'ctb'), person('Duncan', 'Murdoch', role = 'ctb'), person('Vincent', 'Arel-Bundock', role = 'ctb'), person('Bill', 'Evans', role = 'ctb') )",
|
||
"Description": "Build complex HTML or 'LaTeX' tables using 'kable()' from 'knitr' and the piping syntax from 'magrittr'. Function 'kable()' is a light weight table generator coming from 'knitr'. This package simplifies the way to manipulate the HTML or 'LaTeX' codes generated by 'kable()' and allows users to construct complex tables and customize styles using a readable syntax.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "http://haozhu233.github.io/kableExtra/, https://github.com/haozhu233/kableExtra",
|
||
"BugReports": "https://github.com/haozhu233/kableExtra/issues",
|
||
"Depends": [
|
||
"R (>= 3.1.0)"
|
||
],
|
||
"Imports": [
|
||
"knitr (>= 1.33)",
|
||
"magrittr",
|
||
"stringr (>= 1.0)",
|
||
"xml2 (>= 1.1.1)",
|
||
"rmarkdown (>= 1.6.0)",
|
||
"scales",
|
||
"viridisLite",
|
||
"stats",
|
||
"grDevices",
|
||
"htmltools",
|
||
"rstudioapi",
|
||
"tools",
|
||
"digest",
|
||
"graphics",
|
||
"svglite"
|
||
],
|
||
"Suggests": [
|
||
"testthat",
|
||
"magick",
|
||
"tinytex",
|
||
"formattable",
|
||
"sparkline",
|
||
"webshot2"
|
||
],
|
||
"Config/testthat/edition": "3",
|
||
"VignetteBuilder": "knitr",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.2.3",
|
||
"Language": "en-US",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Hao Zhu [aut, cre] (<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 <haozhu233@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"keyring": {
|
||
"Package": "keyring",
|
||
"Version": "1.3.2",
|
||
"Source": "Repository",
|
||
"Title": "Access the System Credential Store from R",
|
||
"Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Alec\", \"Wong\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "Platform independent 'API' to access the operating system's credential store. Currently supports: 'Keychain' on 'macOS', Credential Store on 'Windows', the Secret Service 'API' on 'Linux', and simple, platform independent stores implemented with environment variables or encrypted files. Additional storage back-ends can be added easily.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://keyring.r-lib.org/, https://github.com/r-lib/keyring",
|
||
"BugReports": "https://github.com/r-lib/keyring/issues",
|
||
"Depends": [
|
||
"R (>= 3.6)"
|
||
],
|
||
"Imports": [
|
||
"askpass",
|
||
"assertthat",
|
||
"filelock",
|
||
"openssl",
|
||
"R6",
|
||
"rappdirs",
|
||
"sodium",
|
||
"tools",
|
||
"utils",
|
||
"yaml"
|
||
],
|
||
"Suggests": [
|
||
"callr",
|
||
"covr",
|
||
"mockery",
|
||
"testthat (>= 3.0.0)",
|
||
"withr"
|
||
],
|
||
"Config/Needs/website": "tidyverse/tidytemplate",
|
||
"Config/testthat/edition": "3",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.2.3",
|
||
"SystemRequirements": "Optional: libsecret on Linux (libsecret-1-dev on Debian/Ubuntu, libsecret-devel on Fedora/CentOS)",
|
||
"Collate": "'api.R' 'assertions.R' 'backend-class.R' 'backend-env.R' 'backend-file.R' 'backend-macos.R' 'backend-secret-service.R' 'backend-wincred.R' 'default_backend.R' 'keyring-package.R' 'package.R' 'pass.R' 'utils.R'",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Gábor Csárdi [aut, cre], Alec Wong [ctb], Posit Software, PBC [cph, fnd]",
|
||
"Maintainer": "Gábor Csárdi <csardi.gabor@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"knitr": {
|
||
"Package": "knitr",
|
||
"Version": "1.49",
|
||
"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 = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")), 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.48)",
|
||
"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.46)",
|
||
"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' 'utils.R' 'citation.R' 'hooks-html.R' 'plot.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>), 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 <xie@yihui.name>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"labeling": {
|
||
"Package": "labeling",
|
||
"Version": "0.4.3",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Axis Labeling",
|
||
"Date": "2023-08-29",
|
||
"Author": "Justin Talbot,",
|
||
"Maintainer": "Nuno Sempere <nuno.semperelh@gmail.com>",
|
||
"Description": "Functions which provide a range of axis labeling algorithms.",
|
||
"License": "MIT + file LICENSE | Unlimited",
|
||
"Collate": "'labeling.R'",
|
||
"NeedsCompilation": "no",
|
||
"Imports": [
|
||
"stats",
|
||
"graphics"
|
||
],
|
||
"Repository": "CRAN"
|
||
},
|
||
"labelled": {
|
||
"Package": "labelled",
|
||
"Version": "2.14.0",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Manipulating Labelled Data",
|
||
"Maintainer": "Joseph Larmarange <joseph@larmarange.net>",
|
||
"Authors@R": "c( person(\"Joseph\", \"Larmarange\", email = \"joseph@larmarange.net\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0001-7097-700X\")), person(\"Daniel\", \"Ludecke\", role = \"ctb\"), person(\"Hadley\", \"Wickham\", role = \"ctb\"), person(\"Michal\", \"Bojanowski\", role = \"ctb\"), person(\"François\", \"Briatte\", role = \"ctb\") )",
|
||
"Description": "Work with labelled data imported from 'SPSS' or 'Stata' with 'haven' or 'foreign'. This package provides useful functions to deal with \"haven_labelled\" and \"haven_labelled_spss\" classes introduced by 'haven' package.",
|
||
"License": "GPL (>= 3)",
|
||
"Encoding": "UTF-8",
|
||
"Depends": [
|
||
"R (>= 3.2)"
|
||
],
|
||
"Imports": [
|
||
"haven (>= 2.4.1)",
|
||
"cli",
|
||
"dplyr (>= 1.1.0)",
|
||
"lifecycle",
|
||
"rlang (>= 1.1.0)",
|
||
"vctrs",
|
||
"stringr",
|
||
"tidyr",
|
||
"tidyselect"
|
||
],
|
||
"Suggests": [
|
||
"testthat (>= 3.2.0)",
|
||
"knitr",
|
||
"rmarkdown",
|
||
"questionr",
|
||
"snakecase",
|
||
"spelling"
|
||
],
|
||
"Enhances": [
|
||
"memisc"
|
||
],
|
||
"URL": "https://larmarange.github.io/labelled/, https://github.com/larmarange/labelled",
|
||
"BugReports": "https://github.com/larmarange/labelled/issues",
|
||
"VignetteBuilder": "knitr",
|
||
"LazyData": "true",
|
||
"RoxygenNote": "7.3.2",
|
||
"Language": "en-US",
|
||
"Config/testthat/edition": "3",
|
||
"Config/Needs/check": "memisc",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Joseph Larmarange [aut, cre] (<https://orcid.org/0000-0001-7097-700X>), Daniel Ludecke [ctb], Hadley Wickham [ctb], Michal Bojanowski [ctb], François Briatte [ctb]",
|
||
"Repository": "CRAN"
|
||
},
|
||
"later": {
|
||
"Package": "later",
|
||
"Version": "1.4.1",
|
||
"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 = \"winston@posit.co\"), person(\"Joe\", \"Cheng\", role = c(\"aut\"), email = \"joe@posit.co\"), person(\"Charlie\", \"Gao\", role = c(\"aut\"), email = \"charlie.gao@shikokuchuo.net\", comment = c(ORCID = \"0000-0002-0750-061X\")), person(family = \"Posit Software, PBC\", role = \"cph\"), person(\"Marcus\", \"Geelnard\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\"), person(\"Evan\", \"Nemerson\", role = c(\"ctb\", \"cph\"), comment = \"TinyCThread library, https://tinycthread.github.io/\") )",
|
||
"Description": "Executes arbitrary R or C functions some time after the current time, after the R execution stack has emptied. The functions are scheduled in an event loop.",
|
||
"URL": "https://r-lib.github.io/later/, https://github.com/r-lib/later",
|
||
"BugReports": "https://github.com/r-lib/later/issues",
|
||
"License": "MIT + file LICENSE",
|
||
"Imports": [
|
||
"Rcpp (>= 0.12.9)",
|
||
"rlang"
|
||
],
|
||
"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 <winston@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"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 = \"deepayan.sarkar@r-project.org\", comment = c(ORCID = \"0000-0003-4107-1553\")), person(\"Felix\", \"Andrews\", role = \"ctb\"), person(\"Kevin\", \"Wright\", role = \"ctb\", comment = \"documentation\"), person(\"Neil\", \"Klepeis\", role = \"ctb\"), person(\"Johan\", \"Larsson\", role = \"ctb\", comment = \"miscellaneous improvements\"), person(\"Zhijian (Jason)\", \"Wen\", role = \"cph\", comment = \"filled contour code\"), person(\"Paul\", \"Murrell\", role = \"ctb\", email = \"paul@stat.auckland.ac.nz\"), person(\"Stefan\", \"Eng\", role = \"ctb\", comment = \"violin plot improvements\"), person(\"Achim\", \"Zeileis\", role = \"ctb\", comment = \"modern colors\"), person(\"Alexandre\", \"Courtiol\", role = \"ctb\", comment = \"generics for larrows, lpolygon, lrect and lsegments\") )",
|
||
"Description": "A powerful and elegant high-level data visualization system inspired by Trellis graphics, with an emphasis on multivariate data. Lattice is sufficient for typical graphics needs, and is also flexible enough to handle most nonstandard requirements. See ?Lattice for an introduction.",
|
||
"Depends": [
|
||
"R (>= 4.0.0)"
|
||
],
|
||
"Suggests": [
|
||
"KernSmooth",
|
||
"MASS",
|
||
"latticeExtra",
|
||
"colorspace"
|
||
],
|
||
"Imports": [
|
||
"grid",
|
||
"grDevices",
|
||
"graphics",
|
||
"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 <deepayan.sarkar@r-project.org>",
|
||
"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\", ,\"hadley@rstudio.com\", c(\"aut\", \"cre\")), person(\"RStudio\", role = \"cph\") )",
|
||
"License": "GPL-3",
|
||
"LazyData": "true",
|
||
"Depends": [
|
||
"R (>= 3.1.0)"
|
||
],
|
||
"Suggests": [
|
||
"knitr",
|
||
"rmarkdown (>= 0.2.65)",
|
||
"testthat",
|
||
"covr"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"RoxygenNote": "6.1.1",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Hadley Wickham [aut, cre], RStudio [cph]",
|
||
"Maintainer": "Hadley Wickham <hadley@rstudio.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"lifecycle": {
|
||
"Package": "lifecycle",
|
||
"Version": "1.0.4",
|
||
"Source": "Repository",
|
||
"Title": "Manage the Life Cycle of your Package Functions",
|
||
"Authors@R": "c( person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "Manage the life cycle of your exported functions with shared conventions, documentation badges, and user-friendly deprecation warnings.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://lifecycle.r-lib.org/, https://github.com/r-lib/lifecycle",
|
||
"BugReports": "https://github.com/r-lib/lifecycle/issues",
|
||
"Depends": [
|
||
"R (>= 3.6)"
|
||
],
|
||
"Imports": [
|
||
"cli (>= 3.4.0)",
|
||
"glue",
|
||
"rlang (>= 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 <lionel@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"listenv": {
|
||
"Package": "listenv",
|
||
"Version": "0.9.1",
|
||
"Source": "Repository",
|
||
"Depends": [
|
||
"R (>= 3.1.2)"
|
||
],
|
||
"Suggests": [
|
||
"R.utils",
|
||
"R.rsp",
|
||
"markdown"
|
||
],
|
||
"VignetteBuilder": "R.rsp",
|
||
"Title": "Environments Behaving (Almost) as Lists",
|
||
"Authors@R": "c(person(\"Henrik\", \"Bengtsson\", role=c(\"aut\", \"cre\", \"cph\"), email = \"henrikb@braju.com\"))",
|
||
"Description": "List environments are environments that have list-like properties. For instance, the elements of a list environment are ordered and can be accessed and iterated over using index subsetting, e.g. 'x <- listenv(a = 1, b = 2); for (i in seq_along(x)) x[[i]] <- x[[i]] ^ 2; y <- as.list(x)'.",
|
||
"License": "LGPL (>= 2.1)",
|
||
"LazyLoad": "TRUE",
|
||
"URL": "https://listenv.futureverse.org, https://github.com/HenrikBengtsson/listenv",
|
||
"BugReports": "https://github.com/HenrikBengtsson/listenv/issues",
|
||
"RoxygenNote": "7.3.1",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Henrik Bengtsson [aut, cre, cph]",
|
||
"Maintainer": "Henrik Bengtsson <henrikb@braju.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"lme4": {
|
||
"Package": "lme4",
|
||
"Version": "1.1-36",
|
||
"Source": "Repository",
|
||
"Title": "Linear Mixed-Effects Models using 'Eigen' and S4",
|
||
"Authors@R": "c( person(\"Douglas\",\"Bates\", role=\"aut\", comment=c(ORCID=\"0000-0001-8316-9503\")), person(\"Martin\",\"Maechler\", role=\"aut\", comment=c(ORCID=\"0000-0002-8685-9910\")), person(\"Ben\",\"Bolker\",email=\"bbolker+lme4@gmail.com\", role=c(\"aut\",\"cre\"), comment=c(ORCID=\"0000-0002-2127-0443\")), person(\"Steven\",\"Walker\",role=\"aut\", comment=c(ORCID=\"0000-0002-4394-9078\")), person(\"Rune Haubo Bojesen\",\"Christensen\", role=\"ctb\", comment=c(ORCID=\"0000-0002-4494-3399\")), person(\"Henrik\",\"Singmann\", role=\"ctb\", comment=c(ORCID=\"0000-0002-4842-3657\")), person(\"Bin\", \"Dai\", role=\"ctb\"), person(\"Fabian\", \"Scheipl\", role=\"ctb\", comment=c(ORCID=\"0000-0001-8172-3603\")), person(\"Gabor\", \"Grothendieck\", role=\"ctb\"), person(\"Peter\", \"Green\", role=\"ctb\", comment=c(ORCID=\"0000-0002-0238-9852\")), person(\"John\", \"Fox\", role=\"ctb\"), person(\"Alexander\", \"Bauer\", role=\"ctb\"), person(\"Pavel N.\", \"Krivitsky\", role=c(\"ctb\",\"cph\"), comment=c(ORCID=\"0000-0002-9101-3362\", \"shared copyright on simulate.formula\")), person(\"Emi\", \"Tanaka\", role = \"ctb\", comment = c(ORCID=\"0000-0002-1455-259X\")), person(\"Mikael\", \"Jagan\", role = \"ctb\", comment = c(ORCID=\"0000-0002-3542-2938\")) )",
|
||
"Description": "Fit linear and generalized linear mixed-effects models. The models and their components are represented using S4 classes and methods. The core computational algorithms are implemented using the 'Eigen' C++ library for numerical linear algebra and 'RcppEigen' \"glue\".",
|
||
"Depends": [
|
||
"R (>= 3.6.0)",
|
||
"Matrix",
|
||
"methods",
|
||
"stats"
|
||
],
|
||
"LinkingTo": [
|
||
"Rcpp (>= 0.10.5)",
|
||
"RcppEigen (>= 0.3.3.9.4)",
|
||
"Matrix (>= 1.2-3)"
|
||
],
|
||
"Imports": [
|
||
"graphics",
|
||
"grid",
|
||
"splines",
|
||
"utils",
|
||
"parallel",
|
||
"MASS",
|
||
"lattice",
|
||
"boot",
|
||
"nlme (>= 3.1-123)",
|
||
"minqa (>= 1.1.15)",
|
||
"nloptr (>= 1.0.4)",
|
||
"reformulas (>= 0.3.0)"
|
||
],
|
||
"Suggests": [
|
||
"knitr",
|
||
"rmarkdown",
|
||
"MEMSS",
|
||
"testthat (>= 0.8.1)",
|
||
"ggplot2",
|
||
"mlmRev",
|
||
"optimx (>= 2013.8.6)",
|
||
"gamm4",
|
||
"pbkrtest",
|
||
"HSAUR3",
|
||
"numDeriv",
|
||
"car",
|
||
"dfoptim",
|
||
"mgcv",
|
||
"statmod",
|
||
"rr2",
|
||
"semEff",
|
||
"tibble",
|
||
"merDeriv"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"LazyData": "yes",
|
||
"License": "GPL (>= 2)",
|
||
"URL": "https://github.com/lme4/lme4/",
|
||
"BugReports": "https://github.com/lme4/lme4/issues",
|
||
"Encoding": "UTF-8",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Douglas Bates [aut] (<https://orcid.org/0000-0001-8316-9503>), Martin Maechler [aut] (<https://orcid.org/0000-0002-8685-9910>), Ben Bolker [aut, cre] (<https://orcid.org/0000-0002-2127-0443>), Steven Walker [aut] (<https://orcid.org/0000-0002-4394-9078>), Rune Haubo Bojesen Christensen [ctb] (<https://orcid.org/0000-0002-4494-3399>), Henrik Singmann [ctb] (<https://orcid.org/0000-0002-4842-3657>), Bin Dai [ctb], Fabian Scheipl [ctb] (<https://orcid.org/0000-0001-8172-3603>), Gabor Grothendieck [ctb], Peter Green [ctb] (<https://orcid.org/0000-0002-0238-9852>), John Fox [ctb], Alexander Bauer [ctb], Pavel N. Krivitsky [ctb, cph] (<https://orcid.org/0000-0002-9101-3362>, shared copyright on simulate.formula), Emi Tanaka [ctb] (<https://orcid.org/0000-0002-1455-259X>), Mikael Jagan [ctb] (<https://orcid.org/0000-0002-3542-2938>)",
|
||
"Maintainer": "Ben Bolker <bbolker+lme4@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"lmtest": {
|
||
"Package": "lmtest",
|
||
"Version": "0.9-40",
|
||
"Source": "Repository",
|
||
"Title": "Testing Linear Regression Models",
|
||
"Date": "2022-03-21",
|
||
"Authors@R": "c(person(given = \"Torsten\", family = \"Hothorn\", role = \"aut\", email = \"Torsten.Hothorn@R-project.org\", comment = c(ORCID = \"0000-0001-8301-0471\")), person(given = \"Achim\", family = \"Zeileis\", role = c(\"aut\", \"cre\"), email = \"Achim.Zeileis@R-project.org\", comment = c(ORCID = \"0000-0003-0918-3766\")), person(given = c(\"Richard\", \"W.\"), family = \"Farebrother\", role = \"aut\", comment = \"pan.f\"), person(given = \"Clint\", family = \"Cummins\", role = \"aut\", comment = \"pan.f\"), person(given = \"Giovanni\", family = \"Millo\", role = \"ctb\"), person(given = \"David\", family = \"Mitchell\", role = \"ctb\"))",
|
||
"Description": "A collection of tests, data sets, and examples for diagnostic checking in linear regression models. Furthermore, some generic tools for inference in parametric models are provided.",
|
||
"LazyData": "yes",
|
||
"Depends": [
|
||
"R (>= 3.0.0)",
|
||
"stats",
|
||
"zoo"
|
||
],
|
||
"Suggests": [
|
||
"car",
|
||
"strucchange",
|
||
"sandwich",
|
||
"dynlm",
|
||
"stats4",
|
||
"survival",
|
||
"AER"
|
||
],
|
||
"Imports": [
|
||
"graphics"
|
||
],
|
||
"License": "GPL-2 | GPL-3",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Torsten Hothorn [aut] (<https://orcid.org/0000-0001-8301-0471>), Achim Zeileis [aut, cre] (<https://orcid.org/0000-0003-0918-3766>), Richard W. Farebrother [aut] (pan.f), Clint Cummins [aut] (pan.f), Giovanni Millo [ctb], David Mitchell [ctb]",
|
||
"Maintainer": "Achim Zeileis <Achim.Zeileis@R-project.org>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"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\", , \"spinuvit@gmail.com\", 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 <spinuvit@gmail.com>",
|
||
"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": "CRAN"
|
||
},
|
||
"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\", , \"stefan@stefanbache.dk\", role = c(\"aut\", \"cph\"), comment = \"Original author and creator of magrittr\"), person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = \"aut\"), person(\"Lionel\", \"Henry\", , \"lionel@rstudio.com\", role = \"cre\"), person(\"RStudio\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "Provides a mechanism for chaining commands with a new forward-pipe operator, %>%. This operator will forward a value, or the result of an expression, into the next function call/expression. There is flexible support for the type of right-hand side expressions. For more information, see package vignette. To quote Rene Magritte, \"Ceci n'est pas un pipe.\"",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://magrittr.tidyverse.org, https://github.com/tidyverse/magrittr",
|
||
"BugReports": "https://github.com/tidyverse/magrittr/issues",
|
||
"Depends": [
|
||
"R (>= 3.4.0)"
|
||
],
|
||
"Suggests": [
|
||
"covr",
|
||
"knitr",
|
||
"rlang",
|
||
"rmarkdown",
|
||
"testthat"
|
||
],
|
||
"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 <lionel@rstudio.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"markdown": {
|
||
"Package": "markdown",
|
||
"Version": "1.13",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Render Markdown with 'commonmark'",
|
||
"Authors@R": "c( person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", 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",
|
||
"commonmark (>= 1.9.0)",
|
||
"xfun (>= 0.38)"
|
||
],
|
||
"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.1",
|
||
"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 <xie@yihui.name>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"memoise": {
|
||
"Package": "memoise",
|
||
"Version": "2.0.1",
|
||
"Source": "Repository",
|
||
"Title": "'Memoisation' of Functions",
|
||
"Authors@R": "c(person(given = \"Hadley\", family = \"Wickham\", role = \"aut\", email = \"hadley@rstudio.com\"), person(given = \"Jim\", family = \"Hester\", role = \"aut\"), person(given = \"Winston\", family = \"Chang\", role = c(\"aut\", \"cre\"), email = \"winston@rstudio.com\"), person(given = \"Kirill\", family = \"Müller\", role = \"aut\", email = \"krlmlr+r@mailbox.org\"), person(given = \"Daniel\", family = \"Cook\", role = \"aut\", email = \"danielecook@gmail.com\"), person(given = \"Mark\", family = \"Edmondson\", role = \"ctb\", email = \"r@sunholo.com\"))",
|
||
"Description": "Cache the results of a function so that when you call it again with the same arguments it returns the previously computed value.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://memoise.r-lib.org, https://github.com/r-lib/memoise",
|
||
"BugReports": "https://github.com/r-lib/memoise/issues",
|
||
"Imports": [
|
||
"rlang (>= 0.4.10)",
|
||
"cachem"
|
||
],
|
||
"Suggests": [
|
||
"digest",
|
||
"aws.s3",
|
||
"covr",
|
||
"googleAuthR",
|
||
"googleCloudStorageR",
|
||
"httr",
|
||
"testthat"
|
||
],
|
||
"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 <winston@rstudio.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"mgcv": {
|
||
"Package": "mgcv",
|
||
"Version": "1.9-1",
|
||
"Source": "Repository",
|
||
"Author": "Simon Wood <simon.wood@r-project.org>",
|
||
"Maintainer": "Simon Wood <simon.wood@r-project.org>",
|
||
"Title": "Mixed GAM Computation Vehicle with Automatic Smoothness Estimation",
|
||
"Description": "Generalized additive (mixed) models, some of their extensions and other generalized ridge regression with multiple smoothing parameter estimation by (Restricted) Marginal Likelihood, Generalized Cross Validation and similar, or using iterated nested Laplace approximation for fully Bayesian inference. See Wood (2017) <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.12",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Map Filenames to MIME Types",
|
||
"Authors@R": "c( person(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")), 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.1.1",
|
||
"Encoding": "UTF-8",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Yihui Xie [aut, cre] (<https://orcid.org/0000-0003-0645-5666>), Jeffrey Horner [ctb], Beilei Bian [ctb]",
|
||
"Maintainer": "Yihui Xie <xie@yihui.name>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"minqa": {
|
||
"Package": "minqa",
|
||
"Version": "1.2.8",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Derivative-Free Optimization Algorithms by Quadratic Approximation",
|
||
"Authors@R": "c(person(given = \"Douglas\", family = \"Bates\", role = \"aut\"), person(given = c(\"Katharine\", \"M.\"), family = \"Mullen\", role = c(\"aut\", \"cre\"), email = \"katharine.mullen@stat.ucla.edu\"), person(given = c(\"John\", \"C.\"), family = \"Nash\", role = \"aut\"), person(given = \"Ravi\", family = \"Varadhan\", role = \"aut\"))",
|
||
"Maintainer": "Katharine M. Mullen <katharine.mullen@stat.ucla.edu>",
|
||
"Description": "Derivative-free optimization by quadratic approximation based on an interface to Fortran implementations by M. J. D. Powell.",
|
||
"License": "GPL-2",
|
||
"URL": "http://optimizer.r-forge.r-project.org",
|
||
"Imports": [
|
||
"Rcpp (>= 0.9.10)"
|
||
],
|
||
"LinkingTo": [
|
||
"Rcpp"
|
||
],
|
||
"SystemRequirements": "GNU make",
|
||
"NeedsCompilation": "yes",
|
||
"Repository": "CRAN",
|
||
"Author": "Douglas Bates [aut], Katharine M. Mullen [aut, cre], John C. Nash [aut], Ravi Varadhan [aut]"
|
||
},
|
||
"minty": {
|
||
"Package": "minty",
|
||
"Version": "0.0.5",
|
||
"Source": "Repository",
|
||
"Title": "Minimal Type Guesser",
|
||
"Authors@R": "c( person(\"Chung-hong\", \"Chan\", role = c(\"aut\", \"cre\"), email = \"chainsawtiney@gmail.com\", comment = c(ORCID = \"0000-0002-6232-7530\")), person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\", comment = \"author of the ported code from readr\"), person(\"Jim\", \"Hester\", role = \"aut\", comment = \"author of the ported code from readr\"), person(\"Romain\", \"Francois\", role = \"ctb\", comment = \"author of the ported code from readr\"), person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\"), comment = \"author of the ported code from readr\"), person(\"Shelby\", \"Bearrows\", role = \"ctb\", comment = \"author of the ported code from readr\"), person(\"Posit Software, PBC\", role = \"cph\", comment = \"copyright holder of readr\"), person(\"David\", \"Olson\", role = \"aut\", comment = \"author of src/tzfile.h\") )",
|
||
"Description": "Port the type guesser from 'readr' (so-called 'readr' first edition parsing engine, now superseded by 'vroom').",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://gesistsa.github.io/minty/, https://github.com/gesistsa/minty",
|
||
"BugReports": "https://github.com/gesistsa/minty/issues",
|
||
"Depends": [
|
||
"R (>= 3.6)"
|
||
],
|
||
"LinkingTo": [
|
||
"cpp11 (>= 0.5.0)",
|
||
"tzdb (>= 0.1.1)"
|
||
],
|
||
"Config/testthat/edition": "3",
|
||
"Config/testthat/parallel": "false",
|
||
"Encoding": "UTF-8",
|
||
"Language": "en-US",
|
||
"RoxygenNote": "7.3.2",
|
||
"Imports": [
|
||
"tzdb"
|
||
],
|
||
"Suggests": [
|
||
"knitr",
|
||
"stringi",
|
||
"testthat",
|
||
"withr",
|
||
"hms",
|
||
"readr"
|
||
],
|
||
"Config/Needs/website": "gesistsa/tsatemplate",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Chung-hong Chan [aut, cre] (<https://orcid.org/0000-0002-6232-7530>), Hadley Wickham [aut] (author of the ported code from readr), Jim Hester [aut] (author of the ported code from readr), Romain Francois [ctb] (author of the ported code from readr), Jennifer Bryan [aut] (author of the ported code from readr), Shelby Bearrows [ctb] (author of the ported code from readr), Posit Software, PBC [cph] (copyright holder of readr), David Olson [aut] (author of src/tzfile.h)",
|
||
"Maintainer": "Chung-hong Chan <chainsawtiney@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"mnormt": {
|
||
"Package": "mnormt",
|
||
"Version": "2.1.1",
|
||
"Source": "Repository",
|
||
"Date": "2022-09-26",
|
||
"Title": "The Multivariate Normal and t Distributions, and Their Truncated Versions",
|
||
"Author": "Adelchi Azzalini [aut, cre], Alan Genz [aut] (most Fortran code), Alan Miller [ctb] (Fortran routine PHI), Michael J. Wichura [ctb] (Fortran routine PHINV), G. W. Hill [ctb] (Fortran routine STDINV), Yihong Ge [ctb] (Fortran routines BNVU and MVBVU).",
|
||
"Maintainer": "Adelchi Azzalini <adelchi.azzalini@unipd.it>",
|
||
"Depends": [
|
||
"R (>= 2.2.0)"
|
||
],
|
||
"Description": "Functions are provided for computing the density and the distribution function of d-dimensional normal and \"t\" random variables, possibly truncated (on one side or two sides), and for generating random vectors sampled from these distributions, except sampling from the truncated \"t\". Moments of arbitrary order of a multivariate truncated normal are computed, and converted to cumulants up to order 4. Probabilities are computed via non-Monte Carlo methods; different routines are used in the case d=1, d=2, d=3, d>3, if d denotes the dimensionality.",
|
||
"License": "GPL-2 | GPL-3",
|
||
"URL": "http://azzalini.stat.unipd.it/SW/Pkg-mnormt/",
|
||
"NeedsCompilation": "yes",
|
||
"Encoding": "UTF-8",
|
||
"Repository": "CRAN"
|
||
},
|
||
"modelbased": {
|
||
"Package": "modelbased",
|
||
"Version": "0.9.0",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Estimation of Model-Based Predictions, Contrasts and Means",
|
||
"Authors@R": "c(person(given = \"Dominique\", family = \"Makowski\", role = c(\"aut\", \"cre\"), email = \"dom.makowski@gmail.com\", comment = c(ORCID = \"0000-0001-5375-9967\")), person(given = \"Daniel\", family = \"Lüdecke\", role = \"aut\", email = \"d.luedecke@uke.de\", comment = c(ORCID = \"0000-0002-8895-3206\")), person(given = \"Mattan S.\", family = \"Ben-Shachar\", role = \"aut\", email = \"matanshm@post.bgu.ac.il\", comment = c(ORCID = \"0000-0002-4287-4801\")), person(given = \"Indrajeet\", family = \"Patil\", role = \"aut\", email = \"patilindrajeet.science@gmail.com\", comment = c(ORCID = \"0000-0003-1995-6531\")))",
|
||
"Maintainer": "Dominique Makowski <dom.makowski@gmail.com>",
|
||
"Description": "Implements a general interface for model-based estimations for a wide variety of models, used in the computation of marginal means, contrast analysis and predictions. For a list of supported models, see 'insight::supported_models()'.",
|
||
"License": "GPL-3",
|
||
"URL": "https://easystats.github.io/modelbased/",
|
||
"BugReports": "https://github.com/easystats/modelbased/issues",
|
||
"Depends": [
|
||
"R (>= 3.6)"
|
||
],
|
||
"Imports": [
|
||
"bayestestR (>= 0.15.1)",
|
||
"datawizard (>= 1.0.0)",
|
||
"insight (>= 1.0.1)",
|
||
"parameters (>= 0.24.1)",
|
||
"graphics",
|
||
"stats",
|
||
"tools",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"BH",
|
||
"brms",
|
||
"coda",
|
||
"collapse",
|
||
"correlation",
|
||
"curl",
|
||
"easystats",
|
||
"effectsize (>= 1.0.0)",
|
||
"emmeans (>= 1.10.2)",
|
||
"Formula",
|
||
"gamm4",
|
||
"gganimate",
|
||
"ggplot2",
|
||
"glmmTMB",
|
||
"httr2",
|
||
"knitr",
|
||
"lme4",
|
||
"lmerTest",
|
||
"logspline",
|
||
"MASS",
|
||
"marginaleffects (>= 0.25.0)",
|
||
"mgcv",
|
||
"nanoparquet",
|
||
"performance (>= 0.13.0)",
|
||
"patchwork",
|
||
"pbkrtest",
|
||
"poorman",
|
||
"RcppEigen",
|
||
"report",
|
||
"rmarkdown",
|
||
"rstanarm",
|
||
"rtdists",
|
||
"see (>= 0.9.0)",
|
||
"testthat (>= 3.2.1)",
|
||
"vdiffr",
|
||
"withr"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Encoding": "UTF-8",
|
||
"Language": "en-US",
|
||
"RoxygenNote": "7.3.2",
|
||
"Config/testthat/edition": "3",
|
||
"Config/testthat/parallel": "true",
|
||
"Config/Needs/check": "stan-dev/cmdstanr",
|
||
"Config/Needs/website": "easystats/easystatstemplate",
|
||
"LazyData": "true",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Dominique Makowski [aut, cre] (<https://orcid.org/0000-0001-5375-9967>), Daniel Lüdecke [aut] (<https://orcid.org/0000-0002-8895-3206>), Mattan S. Ben-Shachar [aut] (<https://orcid.org/0000-0002-4287-4801>), Indrajeet Patil [aut] (<https://orcid.org/0000-0003-1995-6531>)",
|
||
"Repository": "CRAN"
|
||
},
|
||
"munsell": {
|
||
"Package": "munsell",
|
||
"Version": "0.5.1",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Utilities for Using Munsell Colours",
|
||
"Author": "Charlotte Wickham <cwickham@gmail.com>",
|
||
"Maintainer": "Charlotte Wickham <cwickham@gmail.com>",
|
||
"Description": "Provides easy access to, and manipulation of, the Munsell colours. Provides a mapping between Munsell's original notation (e.g. \"5R 5/10\") and hexadecimal strings suitable for use directly in R graphics. Also provides utilities to explore slices through the Munsell colour tree, to transform Munsell colours and display colour palettes.",
|
||
"Suggests": [
|
||
"ggplot2",
|
||
"testthat"
|
||
],
|
||
"Imports": [
|
||
"colorspace",
|
||
"methods"
|
||
],
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://cran.r-project.org/package=munsell, https://github.com/cwickham/munsell/",
|
||
"RoxygenNote": "7.3.1",
|
||
"Encoding": "UTF-8",
|
||
"BugReports": "https://github.com/cwickham/munsell/issues",
|
||
"NeedsCompilation": "no",
|
||
"Repository": "CRAN"
|
||
},
|
||
"nlme": {
|
||
"Package": "nlme",
|
||
"Version": "3.1-167",
|
||
"Source": "Repository",
|
||
"Date": "2025-01-27",
|
||
"Priority": "recommended",
|
||
"Title": "Linear and Nonlinear Mixed Effects Models",
|
||
"Authors@R": "c(person(\"José\", \"Pinheiro\", role = \"aut\", comment = \"S version\"), person(\"Douglas\", \"Bates\", role = \"aut\", comment = \"up to 2007\"), person(\"Saikat\", \"DebRoy\", role = \"ctb\", comment = \"up to 2002\"), person(\"Deepayan\", \"Sarkar\", role = \"ctb\", comment = \"up to 2005\"), person(\"EISPACK authors\", role = \"ctb\", comment = \"src/rs.f\"), person(\"Siem\", \"Heisterkamp\", role = \"ctb\", comment = \"Author fixed sigma\"), person(\"Bert\", \"Van Willigen\",role = \"ctb\", comment = \"Programmer fixed sigma\"), person(\"Johannes\", \"Ranke\", role = \"ctb\", comment = \"varConstProp()\"), person(\"R Core Team\", email = \"R-core@R-project.org\", role = c(\"aut\", \"cre\"), comment = c(ROR = \"02zz1nj61\")))",
|
||
"Contact": "see 'MailingList'",
|
||
"Description": "Fit and compare Gaussian linear and nonlinear mixed-effects models.",
|
||
"Depends": [
|
||
"R (>= 3.6.0)"
|
||
],
|
||
"Imports": [
|
||
"graphics",
|
||
"stats",
|
||
"utils",
|
||
"lattice"
|
||
],
|
||
"Suggests": [
|
||
"MASS",
|
||
"SASmixed"
|
||
],
|
||
"LazyData": "yes",
|
||
"Encoding": "UTF-8",
|
||
"License": "GPL (>= 2)",
|
||
"BugReports": "https://bugs.r-project.org",
|
||
"MailingList": "R-help@r-project.org",
|
||
"URL": "https://svn.r-project.org/R-packages/trunk/nlme/",
|
||
"NeedsCompilation": "yes",
|
||
"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 <R-core@R-project.org>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"nloptr": {
|
||
"Package": "nloptr",
|
||
"Version": "2.1.1",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "R Interface to NLopt",
|
||
"Authors@R": "c(person(\"Jelmer\", \"Ypma\", role = \"aut\", email = \"uctpjyy@ucl.ac.uk\"), person(c(\"Steven\", \"G.\"), \"Johnson\", role = \"aut\", comment = \"author of the NLopt C library\"), person(\"Aymeric\", \"Stamm\", role = c(\"ctb\", \"cre\"), email = \"aymeric.stamm@cnrs.fr\", comment = c(ORCID = \"0000-0002-8725-3654\")), person(c(\"Hans\", \"W.\"), \"Borchers\", role = \"ctb\", email = \"hwborchers@googlemail.com\"), person(\"Dirk\", \"Eddelbuettel\", role = \"ctb\", email = \"edd@debian.org\"), person(\"Brian\", \"Ripley\", role = \"ctb\", comment = \"build process on multiple OS\"), person(\"Kurt\", \"Hornik\", role = \"ctb\", comment = \"build process on multiple OS\"), person(\"Julien\", \"Chiquet\", role = \"ctb\"), person(\"Avraham\", \"Adler\", role = \"ctb\", email = \"Avraham.Adler@gmail.com\", comment = c(ORCID = \"0000-0002-3039-0703\")), person(\"Xiongtao\", \"Dai\", role = \"ctb\"), person(\"Jeroen\", \"Ooms\", role = \"ctb\", email = \"jeroen@berkeley.edu\"))",
|
||
"Description": "Solve optimization problems using an R interface to NLopt. NLopt is a free/open-source library for nonlinear optimization, providing a common interface for a number of different free optimization routines available online as well as original implementations of various other algorithms. See <https://nlopt.readthedocs.io/en/latest/NLopt_Algorithms/> for more information on the available algorithms. Building from included sources requires 'CMake'. On Linux and 'macOS', if a suitable system build of NLopt (2.7.0 or later) is found, it is used; otherwise, it is built from included sources via 'CMake'. On Windows, NLopt is obtained through 'rwinlib' for 'R <= 4.1.x' or grabbed from the appropriate toolchain for 'R >= 4.2.0'.",
|
||
"License": "LGPL (>= 3)",
|
||
"SystemRequirements": "cmake (>= 3.2.0) which is used only on Linux or macOS systems when no system build of nlopt (>= 2.7.0) can be found.",
|
||
"Biarch": "true",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.1",
|
||
"Suggests": [
|
||
"knitr",
|
||
"rmarkdown",
|
||
"covr",
|
||
"tinytest"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"URL": "https://github.com/astamm/nloptr, https://astamm.github.io/nloptr/",
|
||
"BugReports": "https://github.com/astamm/nloptr/issues",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Jelmer Ypma [aut], Steven G. Johnson [aut] (author of the NLopt C library), Aymeric Stamm [ctb, cre] (<https://orcid.org/0000-0002-8725-3654>), Hans W. Borchers [ctb], Dirk Eddelbuettel [ctb], Brian Ripley [ctb] (build process on multiple OS), Kurt Hornik [ctb] (build process on multiple OS), Julien Chiquet [ctb], Avraham Adler [ctb] (<https://orcid.org/0000-0002-3039-0703>), Xiongtao Dai [ctb], Jeroen Ooms [ctb]",
|
||
"Maintainer": "Aymeric Stamm <aymeric.stamm@cnrs.fr>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"nnet": {
|
||
"Package": "nnet",
|
||
"Version": "7.3-20",
|
||
"Source": "Repository",
|
||
"Priority": "recommended",
|
||
"Date": "2025-01-01",
|
||
"Depends": [
|
||
"R (>= 3.0.0)",
|
||
"stats",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"MASS"
|
||
],
|
||
"Authors@R": "c(person(\"Brian\", \"Ripley\", role = c(\"aut\", \"cre\", \"cph\"), email = \"Brian.Ripley@R-project.org\"), person(\"William\", \"Venables\", role = \"cph\"))",
|
||
"Description": "Software for feed-forward neural networks with a single hidden layer, and for multinomial log-linear models.",
|
||
"Title": "Feed-Forward Neural Networks and Multinomial Log-Linear Models",
|
||
"ByteCompile": "yes",
|
||
"License": "GPL-2 | GPL-3",
|
||
"URL": "http://www.stats.ox.ac.uk/pub/MASS4/",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Brian Ripley [aut, cre, cph], William Venables [cph]",
|
||
"Maintainer": "Brian Ripley <Brian.Ripley@R-project.org>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"officer": {
|
||
"Package": "officer",
|
||
"Version": "0.6.7",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Manipulation of Microsoft Word and PowerPoint Documents",
|
||
"Authors@R": "c( person(\"David\", \"Gohel\", , \"david.gohel@ardata.fr\", role = c(\"aut\", \"cre\")), person(\"Stefan\", \"Moog\", , \"moogs@gmx.de\", role = \"aut\"), person(\"Mark\", \"Heckmann\", , \"heckmann.mark@gmail.com\", role = \"aut\", comment = c(ORCID = \"0000-0002-0736-7417\")), person(\"ArData\", role = \"cph\"), person(\"Frank\", \"Hangler\", , \"frank@plotandscatter.com\", role = \"ctb\", comment = \"function body_replace_all_text\"), person(\"Liz\", \"Sander\", , \"lsander@civisanalytics.com\", role = \"ctb\", comment = \"several documentation fixes\"), person(\"Anton\", \"Victorson\", , \"anton@victorson.se\", role = \"ctb\", comment = \"fixes xml structures\"), person(\"Jon\", \"Calder\", , \"jonmcalder@gmail.com\", role = \"ctb\", comment = \"update vignettes\"), person(\"John\", \"Harrold\", , \"john.m.harrold@gmail.com\", role = \"ctb\", comment = \"function annotate_base\"), person(\"John\", \"Muschelli\", , \"muschellij2@gmail.com\", role = \"ctb\", comment = \"google doc compatibility\"), person(\"Bill\", \"Denney\", , \"wdenney@humanpredictions.com\", role = \"ctb\", comment = c(ORCID = \"0000-0002-5759-428X\", \"function as.matrix.rpptx\")), person(\"Nikolai\", \"Beck\", , \"beck.nikolai@gmail.com\", role = \"ctb\", comment = \"set speaker notes for .pptx documents\"), person(\"Greg\", \"Leleu\", , \"gregoire.leleu@gmail.com\", role = \"ctb\", comment = \"fields functionality in ppt\"), person(\"Majid\", \"Eismann\", role = \"ctb\"), person(\"Hongyuan\", \"Jia\", , \"hongyuanjia@cqust.edu.cn\", 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)",
|
||
"ggplot2",
|
||
"knitr",
|
||
"magick",
|
||
"rmarkdown",
|
||
"rsvg",
|
||
"testthat"
|
||
],
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.2",
|
||
"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 <david.gohel@ardata.fr>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"opdisDownsampling": {
|
||
"Package": "opdisDownsampling",
|
||
"Version": "1.0.1",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Optimal Distribution Preserving Down-Sampling of Bio-Medical Data",
|
||
"Description": "An optimized method for distribution-preserving class-proportional down-sampling of bio-medical data.",
|
||
"Depends": [
|
||
"R (>= 3.5.0)"
|
||
],
|
||
"Imports": [
|
||
"parallel",
|
||
"graphics",
|
||
"methods",
|
||
"stats",
|
||
"caTools",
|
||
"pracma",
|
||
"twosamples",
|
||
"doParallel",
|
||
"pbmcapply",
|
||
"foreach"
|
||
],
|
||
"LazyData": "true",
|
||
"Suggests": [
|
||
"testthat"
|
||
],
|
||
"License": "GPL-3",
|
||
"URL": "https://cran.r-project.org/package=opdisDownsampling",
|
||
"Encoding": "UTF-8",
|
||
"Author": "Jorn Lotsch [aut,cre] (<https://orcid.org/0000-0002-5818-6958>), Sebastian Malkusch [aut] (<https://orcid.org/0000-0001-6766-140X>), Alfred Ultsch [aut] (<https://orcid.org/0000-0002-7845-3283>)",
|
||
"Maintainer": "Jorn Lotsch <j.lotsch@em.uni-frankfurt.de>",
|
||
"NeedsCompilation": "no",
|
||
"Repository": "CRAN"
|
||
},
|
||
"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 = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Oliver\", \"Keyes\", role = \"ctb\"))",
|
||
"Description": "Bindings to OpenSSL libssl and libcrypto, plus custom SSH key parsers. Supports RSA, DSA and EC curves P-256, P-384, P-521, and curve25519. Cryptographic signatures can either be created and verified manually or via x509 certificates. AES can be used in cbc, ctr or gcm mode for symmetric encryption; RSA for asymmetric (public key) encryption or EC for Diffie Hellman. High-level envelope functions combine RSA and AES for encrypting arbitrary sized data. Other utilities include key generators, hash functions (md5, sha1, sha256, etc), base64 encoder, a secure random number generator, and 'bignum' math methods for manually performing crypto calculations on large multibyte integers.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://jeroen.r-universe.dev/openssl",
|
||
"BugReports": "https://github.com/jeroen/openssl/issues",
|
||
"SystemRequirements": "OpenSSL >= 1.0.2",
|
||
"VignetteBuilder": "knitr",
|
||
"Imports": [
|
||
"askpass"
|
||
],
|
||
"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 <jeroenooms@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"openxlsx2": {
|
||
"Package": "openxlsx2",
|
||
"Version": "1.13",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Read, Write and Edit 'xlsx' Files",
|
||
"Language": "en-US",
|
||
"Authors@R": "c( person(\"Jordan Mark\", \"Barbone\", email = \"jmbarbone@gmail.com\", role = \"aut\", comment = c(ORCID = \"0000-0001-9788-3628\")), person(\"Jan Marvin\", \"Garbuszus\", email = \"jan.garbuszus@ruhr-uni-bochum.de\", role = c(\"aut\", \"cre\")), person(\"Olivier\", \"Roy\", role = \"ctb\"), person(family = \"openxlsx authors\", role = \"cph\", comment = \"openxlsx package\"), person(\"Arseny\", \"Kapoulkine\", role = c(\"ctb\", \"cph\"), comment = \"Author of included pugixml code\") )",
|
||
"Description": "Simplifies the creation of 'xlsx' files by providing a high level interface to writing, styling and editing worksheets.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://janmarvin.github.io/openxlsx2/, https://github.com/JanMarvin/openxlsx2",
|
||
"BugReports": "https://github.com/JanMarvin/openxlsx2/issues",
|
||
"Depends": [
|
||
"R (>= 3.5.0)"
|
||
],
|
||
"Imports": [
|
||
"R6",
|
||
"Rcpp",
|
||
"grDevices",
|
||
"magrittr",
|
||
"stringi",
|
||
"utils",
|
||
"zip"
|
||
],
|
||
"LinkingTo": [
|
||
"Rcpp"
|
||
],
|
||
"Suggests": [
|
||
"ggplot2",
|
||
"knitr",
|
||
"mschart (>= 0.4)",
|
||
"rmarkdown",
|
||
"rvg",
|
||
"testthat (>= 3.0.0)",
|
||
"waldo"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.2",
|
||
"Config/testthat/edition": "3",
|
||
"Config/testthat/parallel": "true",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Jordan Mark Barbone [aut] (<https://orcid.org/0000-0001-9788-3628>), Jan Marvin Garbuszus [aut, cre], Olivier Roy [ctb], openxlsx authors [cph] (openxlsx package), Arseny Kapoulkine [ctb, cph] (Author of included pugixml code)",
|
||
"Maintainer": "Jan Marvin Garbuszus <jan.garbuszus@ruhr-uni-bochum.de>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"pander": {
|
||
"Package": "pander",
|
||
"Version": "0.6.6",
|
||
"Source": "Repository",
|
||
"Authors@R": "c( person(\"Gergely\", \"Daróczi\", , \"daroczig@rapporter.net\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-3149-8537\")), person(\"Roman\", \"Tsegelskyi\", , \"roman.tsegelskyi@gmail.com\", role = c(\"aut\")))",
|
||
"Title": "An R 'Pandoc' Writer",
|
||
"Type": "Package",
|
||
"Encoding": "UTF-8",
|
||
"Description": "Contains some functions catching all messages, 'stdout' and other useful information while evaluating R code and other helpers to return user specified text elements (like: header, paragraph, table, image, lists etc.) in 'pandoc' markdown or several type of R objects similarly automatically transformed to markdown format. Also capable of exporting/converting (the resulting) complex 'pandoc' documents to e.g. HTML, 'PDF', 'docx' or 'odt'. This latter reporting feature is supported in brew syntax or with a custom reference class with a smarty caching 'backend'.",
|
||
"Date": "2025-03-01",
|
||
"URL": "https://rapporter.github.io/pander/",
|
||
"BugReports": "https://github.com/rapporter/pander/issues",
|
||
"License": "AGPL-3 | file LICENSE",
|
||
"Depends": [
|
||
"R (>= 2.15.0)"
|
||
],
|
||
"Imports": [
|
||
"grDevices",
|
||
"graphics",
|
||
"methods",
|
||
"utils",
|
||
"stats",
|
||
"digest",
|
||
"tools",
|
||
"Rcpp"
|
||
],
|
||
"Suggests": [
|
||
"grid",
|
||
"lattice",
|
||
"ggplot2 (>= 0.9.2)",
|
||
"sylly",
|
||
"sylly.en",
|
||
"logger",
|
||
"survival",
|
||
"microbenchmark",
|
||
"zoo",
|
||
"nlme",
|
||
"descr",
|
||
"MASS",
|
||
"knitr",
|
||
"rmarkdown",
|
||
"tables",
|
||
"reshape",
|
||
"memisc",
|
||
"Epi",
|
||
"randomForest",
|
||
"tseries",
|
||
"gtable",
|
||
"rms",
|
||
"forecast",
|
||
"data.table"
|
||
],
|
||
"SystemRequirements": "pandoc (https://johnmacfarlane.net/pandoc) for exporting markdown files to other formats.",
|
||
"LinkingTo": [
|
||
"Rcpp"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"RoxygenNote": "7.3.2",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Gergely Daróczi [aut, cre] (<https://orcid.org/0000-0003-3149-8537>), Roman Tsegelskyi [aut]",
|
||
"Maintainer": "Gergely Daróczi <daroczig@rapporter.net>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"parallelly": {
|
||
"Package": "parallelly",
|
||
"Version": "1.42.0",
|
||
"Source": "Repository",
|
||
"Title": "Enhancing the 'parallel' Package",
|
||
"Imports": [
|
||
"parallel",
|
||
"tools",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"commonmark",
|
||
"base64enc"
|
||
],
|
||
"VignetteBuilder": "parallelly",
|
||
"Authors@R": "c( person(\"Henrik\", \"Bengtsson\", role = c(\"aut\", \"cre\", \"cph\"), email = \"henrikb@braju.com\", comment = c(ORCID = \"0000-0002-7579-5165\")), person(\"Mike\", \"Cheng\", role = c(\"ctb\"), email = \"mikefc@coolbutuseless.com\") )",
|
||
"Description": "Utility functions that enhance the 'parallel' package and support the built-in parallel backends of the 'future' package. For example, availableCores() gives the number of CPU cores available to your R process as given by the operating system, 'cgroups' and Linux containers, R options, and environment variables, including those set by job schedulers on high-performance compute clusters. If none is set, it will fall back to parallel::detectCores(). Another example is makeClusterPSOCK(), which is backward compatible with parallel::makePSOCKcluster() while doing a better job in setting up remote cluster workers without the need for configuring the firewall to do port-forwarding to your local computer.",
|
||
"License": "LGPL (>= 2.1)",
|
||
"LazyLoad": "TRUE",
|
||
"ByteCompile": "TRUE",
|
||
"URL": "https://parallelly.futureverse.org, https://github.com/futureverse/parallelly",
|
||
"BugReports": "https://github.com/futureverse/parallelly/issues",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.2",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Henrik Bengtsson [aut, cre, cph] (<https://orcid.org/0000-0002-7579-5165>), Mike Cheng [ctb]",
|
||
"Maintainer": "Henrik Bengtsson <henrikb@braju.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"parameters": {
|
||
"Package": "parameters",
|
||
"Version": "0.24.2",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Processing of Model Parameters",
|
||
"Authors@R": "c(person(given = \"Daniel\", family = \"Lüdecke\", role = c(\"aut\", \"cre\"), email = \"d.luedecke@uke.de\", comment = c(ORCID = \"0000-0002-8895-3206\")), person(given = \"Dominique\", family = \"Makowski\", role = \"aut\", email = \"dom.makowski@gmail.com\", comment = c(ORCID = \"0000-0001-5375-9967\")), person(given = \"Mattan S.\", family = \"Ben-Shachar\", role = \"aut\", email = \"matanshm@post.bgu.ac.il\", comment = c(ORCID = \"0000-0002-4287-4801\")), person(given = \"Indrajeet\", family = \"Patil\", role = \"aut\", email = \"patilindrajeet.science@gmail.com\", comment = c(ORCID = \"0000-0003-1995-6531\")), person(given = \"Søren\", family = \"Højsgaard\", role = \"aut\", email = \"sorenh@math.aau.dk\"), person(given = \"Brenton M.\", family = \"Wiernik\", role = \"aut\", email = \"brenton@wiernik.org\", comment = c(ORCID = \"0000-0001-9560-6336\")), person(given = \"Zen J.\", family = \"Lau\", role = \"ctb\", email = \"zenjuen.lau@ntu.edu.sg\"), person(given = \"Vincent\", family = \"Arel-Bundock\", role = \"ctb\", email = \"vincent.arel-bundock@umontreal.ca\", comment = c(ORCID = \"0000-0003-2042-7063\")), person(given = \"Jeffrey\", family = \"Girard\", role = \"ctb\", email = \"me@jmgirard.com\", comment = c(ORCID = \"0000-0002-7359-3746\")), person(given = \"Christina\", family = \"Maimone\", role = \"rev\", email = \"christina.maimone@northwestern.edu\"), person(given = \"Niels\", family = \"Ohlsen\", role = \"rev\"), person(given = \"Douglas Ezra\", family = \"Morrison\", role = \"ctb\", email = \"dmorrison01@ucla.edu\", comment = c(ORCID = \"0000-0002-7195-830X\")), person(given = \"Joseph\", family = \"Luchman\", role = \"ctb\", email = \"jluchman@gmail.com\", comment = c(ORCID = \"0000-0002-8886-9717\")))",
|
||
"Maintainer": "Daniel Lüdecke <d.luedecke@uke.de>",
|
||
"Description": "Utilities for processing the parameters of various statistical models. Beyond computing p values, CIs, and other indices for a wide variety of models (see list of supported models using the function 'insight::supported_models()'), this package implements features like bootstrapping or simulating of parameters and models, feature reduction (feature extraction and variable selection) as well as functions to describe data and variable characteristics (e.g. skewness, kurtosis, smoothness or distribution).",
|
||
"License": "GPL-3",
|
||
"URL": "https://easystats.github.io/parameters/",
|
||
"BugReports": "https://github.com/easystats/parameters/issues",
|
||
"Depends": [
|
||
"R (>= 3.6)"
|
||
],
|
||
"Imports": [
|
||
"bayestestR (>= 0.15.1)",
|
||
"datawizard (>= 1.0.0)",
|
||
"insight (>= 1.0.1)",
|
||
"graphics",
|
||
"methods",
|
||
"stats",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"AER",
|
||
"afex",
|
||
"aod",
|
||
"BayesFactor (>= 0.9.12-4.7)",
|
||
"BayesFM",
|
||
"bbmle",
|
||
"betareg",
|
||
"BH",
|
||
"biglm",
|
||
"blme",
|
||
"boot",
|
||
"brglm2",
|
||
"brms",
|
||
"broom",
|
||
"broom.mixed",
|
||
"cAIC4",
|
||
"car",
|
||
"carData",
|
||
"cgam",
|
||
"ClassDiscovery",
|
||
"clubSandwich",
|
||
"cluster",
|
||
"cobalt",
|
||
"coda",
|
||
"coxme",
|
||
"cplm",
|
||
"dbscan",
|
||
"did",
|
||
"distributional",
|
||
"domir (>= 0.2.0)",
|
||
"drc",
|
||
"DRR",
|
||
"effectsize (>= 0.8.6)",
|
||
"EGAnet",
|
||
"emmeans (>= 1.7.0)",
|
||
"epiR",
|
||
"estimatr",
|
||
"factoextra",
|
||
"FactoMineR",
|
||
"faraway",
|
||
"fastICA",
|
||
"fixest",
|
||
"fpc",
|
||
"gam",
|
||
"gamlss",
|
||
"gee",
|
||
"geepack",
|
||
"ggeffects (>= 1.3.2)",
|
||
"ggplot2",
|
||
"GLMMadaptive",
|
||
"glmmTMB (>= 1.1.10)",
|
||
"glmtoolbox",
|
||
"GPArotation",
|
||
"gt",
|
||
"haven",
|
||
"httr2",
|
||
"Hmisc",
|
||
"ivreg",
|
||
"knitr",
|
||
"lavaan",
|
||
"lfe",
|
||
"lm.beta",
|
||
"lme4",
|
||
"lmerTest",
|
||
"lmtest",
|
||
"logistf",
|
||
"logitr",
|
||
"logspline",
|
||
"lqmm",
|
||
"M3C",
|
||
"marginaleffects (>= 0.25.0)",
|
||
"modelbased (>= 0.9.0)",
|
||
"MASS",
|
||
"Matrix",
|
||
"mclogit",
|
||
"mclust",
|
||
"MCMCglmm",
|
||
"mediation",
|
||
"merDeriv",
|
||
"metaBMA",
|
||
"metafor",
|
||
"mfx",
|
||
"mgcv",
|
||
"mice (>= 3.17.0)",
|
||
"mmrm",
|
||
"multcomp",
|
||
"MuMIn",
|
||
"NbClust",
|
||
"nFactors",
|
||
"nestedLogit",
|
||
"nlme",
|
||
"nnet",
|
||
"openxlsx",
|
||
"ordinal",
|
||
"panelr",
|
||
"pbkrtest",
|
||
"PCDimension",
|
||
"performance (>= 0.12.0)",
|
||
"plm",
|
||
"PMCMRplus",
|
||
"poorman",
|
||
"posterior",
|
||
"PROreg (>= 1.3.0)",
|
||
"pscl",
|
||
"psych",
|
||
"pvclust",
|
||
"quantreg",
|
||
"randomForest",
|
||
"RcppEigen",
|
||
"rmarkdown",
|
||
"rms",
|
||
"rstan",
|
||
"rstanarm",
|
||
"sandwich",
|
||
"see (>= 0.8.1)",
|
||
"serp",
|
||
"sparsepca",
|
||
"survey",
|
||
"survival",
|
||
"svylme",
|
||
"testthat (>= 3.2.1)",
|
||
"tidyselect",
|
||
"tinytable (>= 0.1.0)",
|
||
"TMB",
|
||
"truncreg",
|
||
"vdiffr",
|
||
"VGAM",
|
||
"WeightIt (>= 1.2.0)",
|
||
"withr",
|
||
"WRS2"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Encoding": "UTF-8",
|
||
"Language": "en-US",
|
||
"RoxygenNote": "7.3.2",
|
||
"Config/testthat/edition": "3",
|
||
"Config/testthat/parallel": "true",
|
||
"Config/Needs/website": "easystats/easystatstemplate",
|
||
"Config/rcmdcheck/ignore-inconsequential-notes": "true",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Daniel Lüdecke [aut, cre] (<https://orcid.org/0000-0002-8895-3206>), Dominique Makowski [aut] (<https://orcid.org/0000-0001-5375-9967>), Mattan S. Ben-Shachar [aut] (<https://orcid.org/0000-0002-4287-4801>), Indrajeet Patil [aut] (<https://orcid.org/0000-0003-1995-6531>), Søren Højsgaard [aut], Brenton M. Wiernik [aut] (<https://orcid.org/0000-0001-9560-6336>), Zen J. Lau [ctb], Vincent Arel-Bundock [ctb] (<https://orcid.org/0000-0003-2042-7063>), Jeffrey Girard [ctb] (<https://orcid.org/0000-0002-7359-3746>), Christina Maimone [rev], Niels Ohlsen [rev], Douglas Ezra Morrison [ctb] (<https://orcid.org/0000-0002-7195-830X>), Joseph Luchman [ctb] (<https://orcid.org/0000-0002-8886-9717>)",
|
||
"Repository": "CRAN"
|
||
},
|
||
"patchwork": {
|
||
"Package": "patchwork",
|
||
"Version": "1.3.0",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "The Composer of Plots",
|
||
"Authors@R": "person(given = \"Thomas Lin\", family = \"Pedersen\", role = c(\"cre\", \"aut\"), email = \"thomasp85@gmail.com\", comment = c(ORCID = \"0000-0002-5147-4711\"))",
|
||
"Maintainer": "Thomas Lin Pedersen <thomasp85@gmail.com>",
|
||
"Description": "The 'ggplot2' package provides a strong API for sequentially building up a plot, but does not concern itself with composition of multiple plots. 'patchwork' is a package that expands the API to allow for arbitrarily complex composition of plots by, among others, providing mathematical operators for combining multiple plots. Other packages that try to address this need (but with a different approach) are 'gridExtra' and 'cowplot'.",
|
||
"License": "MIT + file LICENSE",
|
||
"Encoding": "UTF-8",
|
||
"Imports": [
|
||
"ggplot2 (>= 3.0.0)",
|
||
"gtable",
|
||
"grid",
|
||
"stats",
|
||
"grDevices",
|
||
"utils",
|
||
"graphics",
|
||
"rlang (>= 1.0.0)",
|
||
"cli",
|
||
"farver"
|
||
],
|
||
"RoxygenNote": "7.3.2",
|
||
"URL": "https://patchwork.data-imaginist.com, https://github.com/thomasp85/patchwork",
|
||
"BugReports": "https://github.com/thomasp85/patchwork/issues",
|
||
"Suggests": [
|
||
"knitr",
|
||
"rmarkdown",
|
||
"gridGraphics",
|
||
"gridExtra",
|
||
"ragg",
|
||
"testthat (>= 2.1.0)",
|
||
"vdiffr",
|
||
"covr",
|
||
"png",
|
||
"gt (>= 0.11.0)"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Config/Needs/website": "gifski",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Thomas Lin Pedersen [cre, aut] (<https://orcid.org/0000-0002-5147-4711>)",
|
||
"Repository": "CRAN"
|
||
},
|
||
"pbmcapply": {
|
||
"Package": "pbmcapply",
|
||
"Version": "1.5.1",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Tracking the Progress of Mc*pply with Progress Bar",
|
||
"Author": "Kevin Kuang (aut), Quyu Kong (ctb), Francesco Napolitano (ctb)",
|
||
"Maintainer": "Kevin kuang <kvn.kuang@mail.utoronto.ca>",
|
||
"Description": "A light-weight package helps you track and visualize the progress of parallel version of vectorized R functions (mc*apply). Parallelization (mc.core > 1) works only on *nix (Linux, Unix such as macOS) system due to the lack of fork() functionality, which is essential for mc*apply, on Windows.",
|
||
"Depends": [
|
||
"utils",
|
||
"parallel"
|
||
],
|
||
"BugReports": "https://github.com/kvnkuang/pbmcapply/issues",
|
||
"URL": "https://github.com/kvnkuang/pbmcapply",
|
||
"License": "MIT + file LICENSE",
|
||
"RoxygenNote": "6.1.1",
|
||
"Encoding": "UTF-8",
|
||
"NeedsCompilation": "yes",
|
||
"Repository": "CRAN"
|
||
},
|
||
"performance": {
|
||
"Package": "performance",
|
||
"Version": "0.13.0",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Assessment of Regression Models Performance",
|
||
"Authors@R": "c(person(given = \"Daniel\", family = \"Lüdecke\", role = c(\"aut\", \"cre\"), email = \"d.luedecke@uke.de\", comment = c(ORCID = \"0000-0002-8895-3206\")), person(given = \"Dominique\", family = \"Makowski\", role = c(\"aut\", \"ctb\"), email = \"dom.makowski@gmail.com\", comment = c(ORCID = \"0000-0001-5375-9967\")), person(given = \"Mattan S.\", family = \"Ben-Shachar\", role = c(\"aut\", \"ctb\"), email = \"matanshm@post.bgu.ac.il\", comment = c(ORCID = \"0000-0002-4287-4801\")), person(given = \"Indrajeet\", family = \"Patil\", role = c(\"aut\", \"ctb\"), email = \"patilindrajeet.science@gmail.com\", comment = c(ORCID = \"0000-0003-1995-6531\")), person(given = \"Philip\", family = \"Waggoner\", role = c(\"aut\", \"ctb\"), email = \"philip.waggoner@gmail.com\", comment = c(ORCID = \"0000-0002-7825-7573\")), person(given = \"Brenton M.\", family = \"Wiernik\", role = c(\"aut\", \"ctb\"), email = \"brenton@wiernik.org\", comment = c(ORCID = \"0000-0001-9560-6336\")), person(given = \"Rémi\", family = \"Thériault\", role = c(\"aut\", \"ctb\"), email = \"remi.theriault@mail.mcgill.ca\", comment = c(ORCID = \"0000-0003-4315-6788\")), person(given = \"Vincent\", family = \"Arel-Bundock\", email = \"vincent.arel-bundock@umontreal.ca\", role = \"ctb\", comment = c(ORCID = \"0000-0003-2042-7063\")), person(given = \"Martin\", family = \"Jullum\", role = \"rev\"), person(given = \"gjo11\", role = \"rev\"), person(given = \"Etienne\", family = \"Bacher\", , email = \"etienne.bacher@protonmail.com\", role = \"ctb\", comment = c(ORCID = \"0000-0002-9271-5075\")), person(given = \"Joseph\", family = \"Luchman\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8886-9717\")))",
|
||
"Maintainer": "Daniel Lüdecke <d.luedecke@uke.de>",
|
||
"Description": "Utilities for computing measures to assess model quality, which are not directly provided by R's 'base' or 'stats' packages. These include e.g. measures like r-squared, intraclass correlation coefficient (Nakagawa, Johnson & Schielzeth (2017) <doi:10.1098/rsif.2017.0213>), root mean squared error or functions to check models for overdispersion, singularity or zero-inflation and more. Functions apply to a large variety of regression models, including generalized linear models, mixed effects models and Bayesian models. References: Lüdecke et al. (2021) <doi:10.21105/joss.03139>.",
|
||
"License": "GPL-3",
|
||
"URL": "https://easystats.github.io/performance/",
|
||
"BugReports": "https://github.com/easystats/performance/issues",
|
||
"Depends": [
|
||
"R (>= 3.6)"
|
||
],
|
||
"Imports": [
|
||
"bayestestR (>= 0.15.0)",
|
||
"insight (>= 1.0.0)",
|
||
"datawizard (>= 0.13.0)",
|
||
"stats",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"AER",
|
||
"afex",
|
||
"BayesFactor",
|
||
"bayesplot",
|
||
"betareg",
|
||
"bigutilsr",
|
||
"blavaan",
|
||
"boot",
|
||
"brms",
|
||
"car",
|
||
"carData",
|
||
"CompQuadForm",
|
||
"correlation",
|
||
"cplm",
|
||
"dagitty",
|
||
"dbscan",
|
||
"DHARMa (>= 0.4.7)",
|
||
"estimatr",
|
||
"fixest",
|
||
"flextable",
|
||
"forecast",
|
||
"ftExtra",
|
||
"gamm4",
|
||
"ggdag",
|
||
"glmmTMB (>= 1.1.10)",
|
||
"graphics",
|
||
"Hmisc",
|
||
"httr2",
|
||
"ICS",
|
||
"ICSOutlier",
|
||
"ISLR",
|
||
"ivreg",
|
||
"lavaan",
|
||
"lme4",
|
||
"lmtest",
|
||
"loo",
|
||
"MASS",
|
||
"Matrix",
|
||
"mclogit",
|
||
"mclust",
|
||
"metadat",
|
||
"metafor",
|
||
"mgcv",
|
||
"mlogit",
|
||
"multimode",
|
||
"nestedLogit",
|
||
"nlme",
|
||
"nonnest2",
|
||
"ordinal",
|
||
"parallel",
|
||
"parameters (>= 0.22.0)",
|
||
"patchwork",
|
||
"pscl",
|
||
"psych",
|
||
"quantreg",
|
||
"qqplotr (>= 0.0.6)",
|
||
"randomForest",
|
||
"RcppEigen",
|
||
"rempsyc",
|
||
"rmarkdown",
|
||
"rstanarm",
|
||
"rstantools",
|
||
"sandwich",
|
||
"see (>= 0.9.0)",
|
||
"survey",
|
||
"survival",
|
||
"testthat (>= 3.2.1)",
|
||
"tweedie",
|
||
"VGAM",
|
||
"withr (>= 3.0.0)"
|
||
],
|
||
"Encoding": "UTF-8",
|
||
"Language": "en-US",
|
||
"RoxygenNote": "7.3.2",
|
||
"Config/testthat/edition": "3",
|
||
"Config/testthat/parallel": "true",
|
||
"Config/Needs/website": "rstudio/bslib, r-lib/pkgdown, easystats/easystatstemplate",
|
||
"Config/rcmdcheck/ignore-inconsequential-notes": "true",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Daniel Lüdecke [aut, cre] (<https://orcid.org/0000-0002-8895-3206>), Dominique Makowski [aut, ctb] (<https://orcid.org/0000-0001-5375-9967>), Mattan S. Ben-Shachar [aut, ctb] (<https://orcid.org/0000-0002-4287-4801>), Indrajeet Patil [aut, ctb] (<https://orcid.org/0000-0003-1995-6531>), Philip Waggoner [aut, ctb] (<https://orcid.org/0000-0002-7825-7573>), Brenton M. Wiernik [aut, ctb] (<https://orcid.org/0000-0001-9560-6336>), Rémi Thériault [aut, ctb] (<https://orcid.org/0000-0003-4315-6788>), Vincent Arel-Bundock [ctb] (<https://orcid.org/0000-0003-2042-7063>), Martin Jullum [rev], gjo11 [rev], Etienne Bacher [ctb] (<https://orcid.org/0000-0002-9271-5075>), Joseph Luchman [ctb] (<https://orcid.org/0000-0002-8886-9717>)",
|
||
"Repository": "CRAN"
|
||
},
|
||
"phosphoricons": {
|
||
"Package": "phosphoricons",
|
||
"Version": "0.2.1",
|
||
"Source": "Repository",
|
||
"Title": "'Phosphor' Icons for R",
|
||
"Authors@R": "c(person(given = \"Victor\", family = \"Perrier\", role = c(\"aut\", \"cre\", \"cph\"), email = \"victor.perrier@dreamrs.fr\"), person(given = \"Fanny\", family = \"Meyer\", role = \"aut\"), person(given = \"Phosphor Icons\", role = \"cph\", comment = \"Phosphor Icons <https://github.com/phosphor-icons>\"))",
|
||
"Description": "Use 'Phosphor' icons in 'shiny' applications or 'rmarkdown' documents. Icons are available in 5 different weights and can be customized by setting color, size, orientation and more.",
|
||
"License": "MIT + file LICENSE",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.1",
|
||
"Depends": [
|
||
"R (>= 2.10)"
|
||
],
|
||
"Imports": [
|
||
"htmltools (>= 0.3)"
|
||
],
|
||
"Suggests": [
|
||
"covr",
|
||
"shiny",
|
||
"tinytest"
|
||
],
|
||
"URL": "https://dreamrs.github.io/phosphoricons/, https://github.com/dreamRs/phosphoricons",
|
||
"BugReports": "https://github.com/dreamRs/phosphoricons/issues",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Victor Perrier [aut, cre, cph], Fanny Meyer [aut], Phosphor Icons [cph] (Phosphor Icons <https://github.com/phosphor-icons>)",
|
||
"Maintainer": "Victor Perrier <victor.perrier@dreamrs.fr>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"pillar": {
|
||
"Package": "pillar",
|
||
"Version": "1.10.1",
|
||
"Source": "Repository",
|
||
"Title": "Coloured Formatting for Columns",
|
||
"Authors@R": "c(person(given = \"Kirill\", family = \"M\\u00fcller\", role = c(\"aut\", \"cre\"), email = \"kirill@cynkra.com\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Hadley\", family = \"Wickham\", role = \"aut\"), person(given = \"RStudio\", role = \"cph\"))",
|
||
"Description": "Provides 'pillar' and 'colonnade' generics designed for formatting columns of data using the full range of colours provided by modern terminals.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://pillar.r-lib.org/, https://github.com/r-lib/pillar",
|
||
"BugReports": "https://github.com/r-lib/pillar/issues",
|
||
"Imports": [
|
||
"cli (>= 2.3.0)",
|
||
"glue",
|
||
"lifecycle",
|
||
"rlang (>= 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": "DiagrammeR=?ignore-before-r=3.5.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 <kirill@cynkra.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"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 <csardi.gabor@gmail.com>",
|
||
"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": "CRAN"
|
||
},
|
||
"plotly": {
|
||
"Package": "plotly",
|
||
"Version": "4.10.4",
|
||
"Source": "Repository",
|
||
"Title": "Create Interactive Web Graphics via 'plotly.js'",
|
||
"Authors@R": "c(person(\"Carson\", \"Sievert\", role = c(\"aut\", \"cre\"), email = \"cpsievert1@gmail.com\", comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Chris\", \"Parmer\", role = \"aut\", email = \"chris@plot.ly\"), person(\"Toby\", \"Hocking\", role = \"aut\", email = \"tdhock5@gmail.com\"), person(\"Scott\", \"Chamberlain\", role = \"aut\", email = \"myrmecocystus@gmail.com\"), person(\"Karthik\", \"Ram\", role = \"aut\", email = \"karthik.ram@gmail.com\"), person(\"Marianne\", \"Corvellec\", role = \"aut\", email = \"marianne.corvellec@igdore.org\", comment = c(ORCID = \"0000-0002-1994-3581\")), person(\"Pedro\", \"Despouy\", role = \"aut\", email = \"pedro@plot.ly\"), person(\"Salim\", \"Brüggemann\", role = \"ctb\", email = \"salim-b@pm.me\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Plotly Technologies Inc.\", role = \"cph\"))",
|
||
"License": "MIT + file LICENSE",
|
||
"Description": "Create interactive web graphics from 'ggplot2' graphs and/or a custom interface to the (MIT-licensed) JavaScript library 'plotly.js' inspired by the grammar of graphics.",
|
||
"URL": "https://plotly-r.com, https://github.com/plotly/plotly.R, https://plotly.com/r/",
|
||
"BugReports": "https://github.com/plotly/plotly.R/issues",
|
||
"Depends": [
|
||
"R (>= 3.2.0)",
|
||
"ggplot2 (>= 3.0.0)"
|
||
],
|
||
"Imports": [
|
||
"tools",
|
||
"scales",
|
||
"httr (>= 1.3.0)",
|
||
"jsonlite (>= 1.6)",
|
||
"magrittr",
|
||
"digest",
|
||
"viridisLite",
|
||
"base64enc",
|
||
"htmltools (>= 0.3.6)",
|
||
"htmlwidgets (>= 1.5.2.9001)",
|
||
"tidyr (>= 1.0.0)",
|
||
"RColorBrewer",
|
||
"dplyr",
|
||
"vctrs",
|
||
"tibble",
|
||
"lazyeval (>= 0.2.0)",
|
||
"rlang (>= 0.4.10)",
|
||
"crosstalk",
|
||
"purrr",
|
||
"data.table",
|
||
"promises"
|
||
],
|
||
"Suggests": [
|
||
"MASS",
|
||
"maps",
|
||
"hexbin",
|
||
"ggthemes",
|
||
"GGally",
|
||
"ggalluvial",
|
||
"testthat",
|
||
"knitr",
|
||
"shiny (>= 1.1.0)",
|
||
"shinytest (>= 1.3.0)",
|
||
"curl",
|
||
"rmarkdown",
|
||
"Cairo",
|
||
"broom",
|
||
"webshot",
|
||
"listviewer",
|
||
"dendextend",
|
||
"sf",
|
||
"png",
|
||
"IRdisplay",
|
||
"processx",
|
||
"plotlyGeoAssets",
|
||
"forcats",
|
||
"withr",
|
||
"palmerpenguins",
|
||
"rversions",
|
||
"reticulate",
|
||
"rsvg"
|
||
],
|
||
"LazyData": "true",
|
||
"RoxygenNote": "7.2.3",
|
||
"Encoding": "UTF-8",
|
||
"Config/Needs/check": "tidyverse/ggplot2, rcmdcheck, devtools, reshape2",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Carson Sievert [aut, cre] (<https://orcid.org/0000-0002-4958-2844>), Chris Parmer [aut], Toby Hocking [aut], Scott Chamberlain [aut], Karthik Ram [aut], Marianne Corvellec [aut] (<https://orcid.org/0000-0002-1994-3581>), Pedro Despouy [aut], Salim Brüggemann [ctb] (<https://orcid.org/0000-0002-5329-5987>), Plotly Technologies Inc. [cph]",
|
||
"Maintainer": "Carson Sievert <cpsievert1@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"plyr": {
|
||
"Package": "plyr",
|
||
"Version": "1.8.9",
|
||
"Source": "Repository",
|
||
"Title": "Tools for Splitting, Applying and Combining Data",
|
||
"Authors@R": "person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\"))",
|
||
"Description": "A set of tools that solves a common set of problems: you need to break a big problem down into manageable pieces, operate on each piece and then put all the pieces back together. For example, you might want to fit a model to each spatial location or time point in your study, summarise data by panels or collapse high-dimensional arrays to simpler summary statistics. The development of 'plyr' has been generously supported by 'Becton Dickinson'.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "http://had.co.nz/plyr, https://github.com/hadley/plyr",
|
||
"BugReports": "https://github.com/hadley/plyr/issues",
|
||
"Depends": [
|
||
"R (>= 3.1.0)"
|
||
],
|
||
"Imports": [
|
||
"Rcpp (>= 0.11.0)"
|
||
],
|
||
"Suggests": [
|
||
"abind",
|
||
"covr",
|
||
"doParallel",
|
||
"foreach",
|
||
"iterators",
|
||
"itertools",
|
||
"tcltk",
|
||
"testthat"
|
||
],
|
||
"LinkingTo": [
|
||
"Rcpp"
|
||
],
|
||
"Encoding": "UTF-8",
|
||
"LazyData": "true",
|
||
"RoxygenNote": "7.2.3",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Hadley Wickham [aut, cre]",
|
||
"Maintainer": "Hadley Wickham <hadley@rstudio.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"pracma": {
|
||
"Package": "pracma",
|
||
"Version": "2.4.4",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Date": "2023-11-08",
|
||
"Title": "Practical Numerical Math Functions",
|
||
"Authors@R": "person(\"Hans W.\", \"Borchers\", email=\"hwborchers@googlemail.com\", role=c(\"aut\", \"cre\"))",
|
||
"Depends": [
|
||
"R (>= 3.1.0)"
|
||
],
|
||
"Imports": [
|
||
"graphics",
|
||
"grDevices",
|
||
"stats",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"NlcOptim",
|
||
"quadprog"
|
||
],
|
||
"Description": "Provides a large number of functions from numerical analysis and linear algebra, numerical optimization, differential equations, time series, plus some well-known special mathematical functions. Uses 'MATLAB' function names where appropriate to simplify porting.",
|
||
"License": "GPL (>= 3)",
|
||
"ByteCompile": "true",
|
||
"LazyData": "yes",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Hans W. Borchers [aut, cre]",
|
||
"Maintainer": "Hans W. Borchers <hwborchers@googlemail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"prettyunits": {
|
||
"Package": "prettyunits",
|
||
"Version": "1.2.0",
|
||
"Source": "Repository",
|
||
"Title": "Pretty, Human Readable Formatting of Quantities",
|
||
"Authors@R": "c( person(\"Gabor\", \"Csardi\", email=\"csardi.gabor@gmail.com\", role=c(\"aut\", \"cre\")), person(\"Bill\", \"Denney\", email=\"wdenney@humanpredictions.com\", role=c(\"ctb\"), comment=c(ORCID=\"0000-0002-5759-428X\")), person(\"Christophe\", \"Regouby\", email=\"christophe.regouby@free.fr\", role=c(\"ctb\")) )",
|
||
"Description": "Pretty, human readable formatting of quantities. Time intervals: '1337000' -> '15d 11h 23m 20s'. Vague time intervals: '2674000' -> 'about a month ago'. Bytes: '1337' -> '1.34 kB'. Rounding: '99' with 3 significant digits -> '99.0' p-values: '0.00001' -> '<0.0001'. Colors: '#FF0000' -> 'red'. Quantities: '1239437' -> '1.24 M'.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://github.com/r-lib/prettyunits",
|
||
"BugReports": "https://github.com/r-lib/prettyunits/issues",
|
||
"Depends": [
|
||
"R(>= 2.10)"
|
||
],
|
||
"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 <csardi.gabor@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"processx": {
|
||
"Package": "processx",
|
||
"Version": "3.8.6",
|
||
"Source": "Repository",
|
||
"Title": "Execute and Control System Processes",
|
||
"Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"), comment = c(ORCID = \"0000-0001-7098-9676\")), person(\"Winston\", \"Chang\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"Ascent Digital Services\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "Tools to run system processes in the background. It can check if a background process is running; wait on a background process to finish; get the exit status of finished processes; kill background processes. It can read the standard output and error of the processes, using non-blocking connections. 'processx' can poll a process for standard output or error, with a timeout. It can also poll several processes at once.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://processx.r-lib.org, https://github.com/r-lib/processx",
|
||
"BugReports": "https://github.com/r-lib/processx/issues",
|
||
"Depends": [
|
||
"R (>= 3.4.0)"
|
||
],
|
||
"Imports": [
|
||
"ps (>= 1.2.0)",
|
||
"R6",
|
||
"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 <csardi.gabor@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"progress": {
|
||
"Package": "progress",
|
||
"Version": "1.2.3",
|
||
"Source": "Repository",
|
||
"Title": "Terminal Progress Bars",
|
||
"Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Rich\", \"FitzJohn\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "Configurable Progress bars, they may include percentage, elapsed time, and/or the estimated completion time. They work in terminals, in 'Emacs' 'ESS', 'RStudio', 'Windows' 'Rgui' and the 'macOS' 'R.app'. The package also provides a 'C++' 'API', that works with or without 'Rcpp'.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://github.com/r-lib/progress#readme, http://r-lib.github.io/progress/",
|
||
"BugReports": "https://github.com/r-lib/progress/issues",
|
||
"Depends": [
|
||
"R (>= 3.6)"
|
||
],
|
||
"Imports": [
|
||
"crayon",
|
||
"hms",
|
||
"prettyunits",
|
||
"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 <csardi.gabor@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"promises": {
|
||
"Package": "promises",
|
||
"Version": "1.3.2",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Abstractions for Promise-Based Asynchronous Programming",
|
||
"Authors@R": "c( person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"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 <joe@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"proxy": {
|
||
"Package": "proxy",
|
||
"Version": "0.4-27",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Distance and Similarity Measures",
|
||
"Authors@R": "c(person(given = \"David\", family = \"Meyer\", role = c(\"aut\", \"cre\"), email = \"David.Meyer@R-project.org\"), person(given = \"Christian\", family = \"Buchta\", role = \"aut\"))",
|
||
"Description": "Provides an extensible framework for the efficient calculation of auto- and cross-proximities, along with implementations of the most popular ones.",
|
||
"Depends": [
|
||
"R (>= 3.4.0)"
|
||
],
|
||
"Imports": [
|
||
"stats",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"cba"
|
||
],
|
||
"Collate": "registry.R database.R dist.R similarities.R dissimilarities.R util.R seal.R",
|
||
"License": "GPL-2",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "David Meyer [aut, cre], Christian Buchta [aut]",
|
||
"Maintainer": "David Meyer <David.Meyer@R-project.org>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"ps": {
|
||
"Package": "ps",
|
||
"Version": "1.9.0",
|
||
"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\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "List, query and manipulate all system processes, on 'Windows', 'Linux' and 'macOS'.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://github.com/r-lib/ps, https://ps.r-lib.org/",
|
||
"BugReports": "https://github.com/r-lib/ps/issues",
|
||
"Depends": [
|
||
"R (>= 3.4)"
|
||
],
|
||
"Imports": [
|
||
"utils"
|
||
],
|
||
"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 <csardi.gabor@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"psych": {
|
||
"Package": "psych",
|
||
"Version": "2.4.12",
|
||
"Source": "Repository",
|
||
"Date": "2024-12-05",
|
||
"Title": "Procedures for Psychological, Psychometric, and Personality Research",
|
||
"Authors@R": "person(\"William\", \"Revelle\", role =c(\"aut\",\"cre\"), email=\"revelle@northwestern.edu\", comment=c(ORCID = \"0000-0003-4880-9610\") )",
|
||
"Description": "A general purpose toolbox developed originally for personality, psychometric theory and experimental psychology. Functions are primarily for multivariate analysis and scale construction using factor analysis, principal component analysis, cluster analysis and reliability analysis, although others provide basic descriptive statistics. Item Response Theory is done using factor analysis of tetrachoric and polychoric correlations. Functions for analyzing data at multiple levels include within and between group statistics, including correlations and factor analysis. Validation and cross validation of scales developed using basic machine learning algorithms are provided, as are functions for simulating and testing particular item and test structures. Several functions serve as a useful front end for structural equation modeling. Graphical displays of path diagrams, including mediation models, factor analysis and structural equation models are created using basic graphics. Some of the functions are written to support a book on psychometric theory as well as publications in personality research. For more information, see the <https://personality-project.org/r/> web page.",
|
||
"License": "GPL (>= 2)",
|
||
"Imports": [
|
||
"mnormt",
|
||
"parallel",
|
||
"stats",
|
||
"graphics",
|
||
"grDevices",
|
||
"methods",
|
||
"lattice",
|
||
"nlme",
|
||
"GPArotation"
|
||
],
|
||
"Suggests": [
|
||
"psychTools",
|
||
"lavaan",
|
||
"lme4",
|
||
"Rcsdp",
|
||
"graph",
|
||
"knitr",
|
||
"Rgraphviz"
|
||
],
|
||
"LazyData": "yes",
|
||
"ByteCompile": "true",
|
||
"VignetteBuilder": "knitr",
|
||
"URL": "https://personality-project.org/r/psych/ https://personality-project.org/r/psych-manual.pdf",
|
||
"NeedsCompilation": "no",
|
||
"Author": "William Revelle [aut, cre] (<https://orcid.org/0000-0003-4880-9610>)",
|
||
"Maintainer": "William Revelle <revelle@northwestern.edu>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"purrr": {
|
||
"Package": "purrr",
|
||
"Version": "1.0.4",
|
||
"Source": "Repository",
|
||
"Title": "Functional Programming Tools",
|
||
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"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 <hadley@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"qgam": {
|
||
"Package": "qgam",
|
||
"Version": "1.3.4",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Smooth Additive Quantile Regression Models",
|
||
"Date": "2021-11-21",
|
||
"Authors@R": "c(person(\"Matteo\", \"Fasiolo\", email = \"matteo.fasiolo@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Simon\", \"N. Wood\", role = c(\"ctb\")), person(\"Margaux\", \"Zaffran\", role = c(\"ctb\")), person(\"Yannig\", \"Goude\", role = c(\"ctb\")), person(\"Raphael\", \"Nedellec\", role = c(\"ctb\")))",
|
||
"Maintainer": "Matteo Fasiolo <matteo.fasiolo@gmail.com>",
|
||
"Description": "Smooth additive quantile regression models, fitted using the methods of Fasiolo et al. (2020) <doi:10.1080/01621459.2020.1725521>. See Fasiolo at al. (2021) <doi:10.18637/jss.v100.i09> for an introduction to the package. Differently from 'quantreg', the smoothing parameters are estimated automatically by marginal loss minimization, while the regression coefficients are estimated using either PIRLS or Newton algorithm. The learning rate is determined so that the Bayesian credible intervals of the estimated effects have approximately the correct coverage. The main function is qgam() which is similar to gam() in 'mgcv', but fits non-parametric quantile regression models.",
|
||
"License": "GPL (>= 2)",
|
||
"Depends": [
|
||
"R (>= 3.5.0)",
|
||
"mgcv (>= 1.8-28)"
|
||
],
|
||
"Imports": [
|
||
"shiny",
|
||
"plyr",
|
||
"doParallel",
|
||
"parallel",
|
||
"grDevices"
|
||
],
|
||
"Suggests": [
|
||
"knitr",
|
||
"rmarkdown",
|
||
"MASS",
|
||
"RhpcBLASctl",
|
||
"testthat"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"RoxygenNote": "7.1.1",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Matteo Fasiolo [aut, cre], Simon N. Wood [ctb], Margaux Zaffran [ctb], Yannig Goude [ctb], Raphael Nedellec [ctb]",
|
||
"Repository": "CRAN"
|
||
},
|
||
"qqconf": {
|
||
"Package": "qqconf",
|
||
"Version": "1.3.2",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Creates Simultaneous Testing Bands for QQ-Plots",
|
||
"Authors@R": "c( person(\"Eric\", \"Weine\", email = \"ericweine15@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Mary Sara\", \"McPeek\", email = \"mcpeek@uchicago.edu\", role = \"aut\"), person(\"Abney\", \"Mark\", email = \"abney@uchicago.edu\", role = \"aut\"))",
|
||
"Description": "Provides functionality for creating Quantile-Quantile (QQ) and Probability-Probability (PP) plots with simultaneous testing bands to asses significance of sample deviation from a reference distribution <doi:10.18637/jss.v106.i10>.",
|
||
"License": "GPL-3",
|
||
"Depends": [
|
||
"R (>= 4.0.0)"
|
||
],
|
||
"SystemRequirements": "fftw3 (>= 3.1.2)",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.2.3",
|
||
"Imports": [
|
||
"MASS (>= 7.3-50)",
|
||
"robustbase (>= 0.93-4)",
|
||
"Rcpp"
|
||
],
|
||
"Suggests": [
|
||
"knitr",
|
||
"rmarkdown",
|
||
"distr (>= 2.8.0)"
|
||
],
|
||
"Collate": "'one_sided.R' 'ppplot.R' 'qqconf-package.R' 'qqplot.R' 'RcppExports.R' 'two_sided.R' 'utils.R'",
|
||
"VignetteBuilder": "knitr",
|
||
"LinkingTo": [
|
||
"Rcpp"
|
||
],
|
||
"URL": "https://github.com/eweine/qqconf",
|
||
"BugReports": "https://github.com/eweine/qqconf/issues",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Eric Weine [aut, cre], Mary Sara McPeek [aut], Abney Mark [aut]",
|
||
"Maintainer": "Eric Weine <ericweine15@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"qqplotr": {
|
||
"Package": "qqplotr",
|
||
"Version": "0.0.6",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Quantile-Quantile Plot Extensions for 'ggplot2'",
|
||
"Description": "Extensions of 'ggplot2' Q-Q plot functionalities.",
|
||
"Authors@R": "c(person(\"Alexandre\", \"Almeida\", email = \"almeida.xan@gmail.com\", role = c(\"aut\")), person(\"Adam\", \"Loy\", email = \"loyad01@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Heike\", \"Hofmann\", role = \"aut\"))",
|
||
"URL": "https://github.com/aloy/qqplotr",
|
||
"BugReports": "https://github.com/aloy/qqplotr/issues",
|
||
"License": "GPL-3 | file LICENSE",
|
||
"Encoding": "UTF-8",
|
||
"LazyData": "true",
|
||
"RoxygenNote": "7.2.2",
|
||
"Collate": "'data.R' 'geom_qq_band.R' 'qqplotr.R' 'runShinyExample.R' 'stat_pp_band.R' 'stat_pp_line.R' 'stat_pp_point.R' 'stat_qq_line.R' 'stat_qq_band.R' 'stat_qq_point.R'",
|
||
"VignetteBuilder": "knitr",
|
||
"Depends": [
|
||
"R (>= 3.1)",
|
||
"ggplot2 (>= 2.2)"
|
||
],
|
||
"Imports": [
|
||
"dplyr",
|
||
"robustbase",
|
||
"MASS",
|
||
"opdisDownsampling",
|
||
"qqconf (>= 1.3.1)"
|
||
],
|
||
"Suggests": [
|
||
"shiny",
|
||
"devtools",
|
||
"lattice",
|
||
"shinyBS",
|
||
"knitr",
|
||
"rmarkdown"
|
||
],
|
||
"NeedsCompilation": "no",
|
||
"Author": "Alexandre Almeida [aut], Adam Loy [aut, cre], Heike Hofmann [aut]",
|
||
"Maintainer": "Adam Loy <loyad01@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"quarto": {
|
||
"Package": "quarto",
|
||
"Version": "1.4.4",
|
||
"Source": "Repository",
|
||
"Title": "R Interface to 'Quarto' Markdown Publishing System",
|
||
"Authors@R": "c( person(\"JJ\", \"Allaire\", , \"jj@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-0174-9868\")), person(\"Christophe\", \"Dervieux\", , \"cderv@posit.co\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0003-4474-2498\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "Convert R Markdown documents and 'Jupyter' notebooks to a variety of output formats using 'Quarto'.",
|
||
"License": "GPL (>= 2)",
|
||
"URL": "https://github.com/quarto-dev/quarto-r, https://quarto-dev.github.io/quarto-r/",
|
||
"BugReports": "https://github.com/quarto-dev/quarto-r/issues",
|
||
"Depends": [
|
||
"R (>= 3.6)"
|
||
],
|
||
"Imports": [
|
||
"cli",
|
||
"jsonlite",
|
||
"later",
|
||
"processx",
|
||
"rlang",
|
||
"rmarkdown",
|
||
"rstudioapi",
|
||
"tools",
|
||
"utils",
|
||
"yaml"
|
||
],
|
||
"Suggests": [
|
||
"curl",
|
||
"knitr",
|
||
"rsconnect (>= 0.8.26)",
|
||
"testthat (>= 3.1.7)",
|
||
"withr",
|
||
"xfun"
|
||
],
|
||
"VignetteBuilder": "quarto",
|
||
"Config/testthat/edition": "3",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.2",
|
||
"SystemRequirements": "Quarto command line tool (<https://github.com/quarto-dev/quarto-cli>).",
|
||
"NeedsCompilation": "no",
|
||
"Author": "JJ Allaire [aut] (<https://orcid.org/0000-0003-0174-9868>), Christophe Dervieux [cre, aut] (<https://orcid.org/0000-0003-4474-2498>), Posit Software, PBC [cph, fnd]",
|
||
"Maintainer": "Christophe Dervieux <cderv@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"ragg": {
|
||
"Package": "ragg",
|
||
"Version": "1.3.3",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Graphic Devices Based on AGG",
|
||
"Authors@R": "c( person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Maxim\", \"Shemanarev\", role = c(\"aut\", \"cph\"), comment = \"Author of AGG\"), person(\"Tony\", \"Juricic\", , \"tonygeek@yahoo.com\", role = c(\"ctb\", \"cph\"), comment = \"Contributor to AGG\"), person(\"Milan\", \"Marusinec\", , \"milan@marusinec.sk\", role = c(\"ctb\", \"cph\"), comment = \"Contributor to AGG\"), person(\"Spencer\", \"Garrett\", role = \"ctb\", comment = \"Contributor to AGG\"), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Maintainer": "Thomas Lin Pedersen <thomas.pedersen@posit.co>",
|
||
"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.1",
|
||
"SystemRequirements": "freetype2, libpng, libtiff, libjpeg",
|
||
"Config/testthat/edition": "3",
|
||
"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": "CRAN"
|
||
},
|
||
"rankinPlot": {
|
||
"Package": "rankinPlot",
|
||
"Version": "1.1.0",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Convenient Plotting for the Modified Rankin Scale and Other Ordinal Outcome Data",
|
||
"Authors@R": "person(\"Hannah\",\"Johns\", role=c(\"aut\",\"cre\"),email=\"htjohns@gmail.com\",comment=c(ORCID=\"0000-0003-2135-0504\"))",
|
||
"Maintainer": "Hannah Johns <htjohns@gmail.com>",
|
||
"Description": "Provides convenient tools for visualising ordinal outcome data following the \"Grotta Bar\" approach pioneered by The National Institute of Neurological Disorders and Stroke rt-PA Stroke Study Group (1995) <doi:10.1056/NEJM199512143332401>.",
|
||
"License": "GPL (>= 2.0)",
|
||
"Encoding": "UTF-8",
|
||
"LazyData": "true",
|
||
"Depends": [
|
||
"R (>= 2.10)"
|
||
],
|
||
"Imports": [
|
||
"ggplot2 (>= 3.3)",
|
||
"scales (>= 1.2)"
|
||
],
|
||
"RoxygenNote": "7.2.1",
|
||
"Suggests": [
|
||
"viridis"
|
||
],
|
||
"NeedsCompilation": "no",
|
||
"Author": "Hannah Johns [aut, cre] (<https://orcid.org/0000-0003-2135-0504>)",
|
||
"Repository": "CRAN"
|
||
},
|
||
"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 = \"hadley@rstudio.com\"), person(given = \"RStudio\", role = \"cph\"), person(given = \"Sridhar\", family = \"Ratnakumar\", role = \"aut\"), person(given = \"Trent\", family = \"Mick\", role = \"aut\"), person(given = \"ActiveState\", role = \"cph\", comment = \"R/appdir.r, R/cache.r, R/data.r, R/log.r translated from appdirs\"), person(given = \"Eddy\", family = \"Petrisor\", role = \"ctb\"), person(given = \"Trevor\", family = \"Davis\", role = c(\"trl\", \"aut\")), person(given = \"Gabor\", family = \"Csardi\", role = \"ctb\"), person(given = \"Gregory\", family = \"Jefferis\", role = \"ctb\"))",
|
||
"Description": "An easy way to determine which directories on the users computer you should use to save data, caches and logs. A port of Python's 'Appdirs' (<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 <hadley@rstudio.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"rbibutils": {
|
||
"Package": "rbibutils",
|
||
"Version": "2.3",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Read 'Bibtex' Files and Convert Between Bibliography Formats",
|
||
"Authors@R": "c( person(given = c(\"Georgi\", \"N.\"), family = \"Boshnakov\", role = c(\"aut\", \"cre\"), \t email = \"georgi.boshnakov@manchester.ac.uk\", comment = \"R port, R code, new C code and modifications to bibutils' C code, conversion to Bibentry (R and C code)\" ), person(given = \"Chris\", family = \"Putman\", role = \"aut\", comment = \"src/*, author of the bibutils libraries, https://sourceforge.net/projects/bibutils/\"), person(given = \"Richard\", family = \"Mathar\", role = \"ctb\", comment = \"src/addsout.c\"), person(given = \"Johannes\", family = \"Wilm\", role = \"ctb\", comment = \"src/biblatexin.c, src/bltypes.c\"), person(\"R Core Team\", role = \"ctb\", comment = \"base R's bibentry and bibstyle implementation\") )",
|
||
"Description": "Read and write 'Bibtex' files. Convert between bibliography formats, including 'Bibtex', 'Biblatex', 'PubMed', 'Endnote', and 'Bibentry'. Includes a port of the 'bibutils' utilities by Chris Putnam <https://sourceforge.net/projects/bibutils/>. Supports all bibliography formats and character encodings implemented in 'bibutils'.",
|
||
"License": "GPL-2",
|
||
"URL": "https://geobosh.github.io/rbibutils/ (doc), https://github.com/GeoBosh/rbibutils (devel)",
|
||
"BugReports": "https://github.com/GeoBosh/rbibutils/issues",
|
||
"Depends": [
|
||
"R (>= 2.10)"
|
||
],
|
||
"Imports": [
|
||
"utils",
|
||
"tools"
|
||
],
|
||
"Suggests": [
|
||
"testthat"
|
||
],
|
||
"Encoding": "UTF-8",
|
||
"NeedsCompilation": "yes",
|
||
"Config/Needs/memcheck": "devtools, rcmdcheck",
|
||
"Author": "Georgi N. Boshnakov [aut, cre] (R port, R code, new C code and modifications to bibutils' C code, conversion to Bibentry (R and C code)), Chris Putman [aut] (src/*, author of the bibutils libraries, https://sourceforge.net/projects/bibutils/), Richard Mathar [ctb] (src/addsout.c), Johannes Wilm [ctb] (src/biblatexin.c, src/bltypes.c), R Core Team [ctb] (base R's bibentry and bibstyle implementation)",
|
||
"Maintainer": "Georgi N. Boshnakov <georgi.boshnakov@manchester.ac.uk>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"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 = \"kent.russell@timelyportfolio.com\" ), person( \"Alan\", \"Dipert\" , role = c(\"aut\") , comment = \"R interface\" , email = \"alan@rstudio.com\" ), person( \"Greg\", \"Lin\" , role = c(\"aut\") , comment = \"R interface\" , email = \"glin@glin.io\" ) )",
|
||
"Maintainer": "Kent Russell <kent.russell@timelyportfolio.com>",
|
||
"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": "CRAN"
|
||
},
|
||
"reactable": {
|
||
"Package": "reactable",
|
||
"Version": "0.4.4",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Interactive Data Tables for R",
|
||
"Authors@R": "c( person(\"Greg\", \"Lin\", email = \"glin@glin.io\", 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 <glin@glin.io>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"readODS": {
|
||
"Package": "readODS",
|
||
"Version": "2.3.2",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Read and Write ODS Files",
|
||
"Authors@R": "c(person(\"Gerrit-Jan\", \"Schutten\", role = c(\"aut\"), email = \"phonixor@gmail.com\"), person(\"Chung-hong\", \"Chan\", role = c(\"aut\", \"cre\"), email = \"chainsawtiney@gmail.com\", comment = c(ORCID = \"0000-0002-6232-7530\")), person(\"Peter\", \"Brohan\", role = c(\"aut\"), email = \"peter.brohan@gmail.com\"), person(\"Detlef\", \"Steuer\", role = c(\"aut\"), email = \"steuer@hsu-hh.de\", comment = c(ORCID = \"0000-0003-2676-5290\")), person(\"Thomas J.\", \"Leeper\", role = c(\"aut\"), email = \"thosjleeper@gmail.com\", comment = c(ORCID = \"0000-0003-4097-6326\")), person(\"John\", \"Foster\", role = c(\"ctb\"), email = \"john.x.foster@nab.com.au\"), person(\"Sergio\", \"Oller\", role = c(\"ctb\")), person(\"Jim\", \"Hester\", role = c(\"ctb\"), email = \"jim.hester@rstudio.com\", comment = c(ORCID = \"0000-0002-2739-7082\")), person(\"Stephen\", \"Watts\", role = c(\"ctb\")), person(\"Arthur\", \"Katossky\", role = c(\"ctb\")), person(\"Stas\", \"Malavin\", role = c(\"ctb\")), person(\"Duncan\", \"Garmonsway\", role = c(\"ctb\")), person(\"Mehrad\", \"Mahmoudian\", role = c(\"ctb\")), person(\"Matt\", \"Kerlogue\", role = c(\"ctb\")), person(\"Michal\", \"Lauer\", role = c(\"ctb\"), email = \"michal.lauer.25@gmail.com\"), person(\"Till\", \"Straube\", role = c(\"ctb\"), email = \"straube@geo.uni-frankfurt.de\"), person(\"Marcin\", \"Kalicinski\", role = c(\"ctb\", \"cph\"), comment = \"Author of included RapidXML code\"))",
|
||
"Description": "Read ODS (OpenDocument Spreadsheet) into R as data frame. Also support writing data frame into ODS file.",
|
||
"URL": "https://docs.ropensci.org/readODS/, https://github.com/ropensci/readODS",
|
||
"BugReports": "https://github.com/ropensci/readODS/issues",
|
||
"Imports": [
|
||
"cellranger",
|
||
"minty (>= 0.0.5)",
|
||
"stringi",
|
||
"tibble",
|
||
"vctrs (>= 0.4.2)",
|
||
"zip",
|
||
"tools"
|
||
],
|
||
"LinkingTo": [
|
||
"cpp11 (>= 0.5.0)"
|
||
],
|
||
"Suggests": [
|
||
"spelling",
|
||
"testthat",
|
||
"datasets",
|
||
"covr",
|
||
"knitr",
|
||
"rmarkdown",
|
||
"withr",
|
||
"readr (>= 1.2.1)"
|
||
],
|
||
"License": "GPL-3",
|
||
"RoxygenNote": "7.3.2",
|
||
"Encoding": "UTF-8",
|
||
"VignetteBuilder": "knitr",
|
||
"Depends": [
|
||
"R (>= 4.0)"
|
||
],
|
||
"Language": "en-GB",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Gerrit-Jan Schutten [aut], Chung-hong Chan [aut, cre] (<https://orcid.org/0000-0002-6232-7530>), Peter Brohan [aut], Detlef Steuer [aut] (<https://orcid.org/0000-0003-2676-5290>), Thomas J. Leeper [aut] (<https://orcid.org/0000-0003-4097-6326>), John Foster [ctb], Sergio Oller [ctb], Jim Hester [ctb] (<https://orcid.org/0000-0002-2739-7082>), Stephen Watts [ctb], Arthur Katossky [ctb], Stas Malavin [ctb], Duncan Garmonsway [ctb], Mehrad Mahmoudian [ctb], Matt Kerlogue [ctb], Michal Lauer [ctb], Till Straube [ctb], Marcin Kalicinski [ctb, cph] (Author of included RapidXML code)",
|
||
"Maintainer": "Chung-hong Chan <chainsawtiney@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"readr": {
|
||
"Package": "readr",
|
||
"Version": "2.1.5",
|
||
"Source": "Repository",
|
||
"Title": "Read Rectangular Text Data",
|
||
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Romain\", \"Francois\", role = \"ctb\"), person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"Shelby\", \"Bearrows\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"https://github.com/mandreyel/\", role = \"cph\", comment = \"mio library\"), person(\"Jukka\", \"Jylänki\", role = c(\"ctb\", \"cph\"), comment = \"grisu3 implementation\"), person(\"Mikkel\", \"Jørgensen\", role = c(\"ctb\", \"cph\"), comment = \"grisu3 implementation\") )",
|
||
"Description": "The goal of 'readr' is to provide a fast and friendly way to read rectangular data (like 'csv', 'tsv', and 'fwf'). It is designed to flexibly parse many types of data found in the wild, while still cleanly failing when data unexpectedly changes.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://readr.tidyverse.org, https://github.com/tidyverse/readr",
|
||
"BugReports": "https://github.com/tidyverse/readr/issues",
|
||
"Depends": [
|
||
"R (>= 3.6)"
|
||
],
|
||
"Imports": [
|
||
"cli (>= 3.2.0)",
|
||
"clipr",
|
||
"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 <jenny@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"readxl": {
|
||
"Package": "readxl",
|
||
"Version": "1.4.4",
|
||
"Source": "Repository",
|
||
"Title": "Read Excel Files",
|
||
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"), comment = \"Copyright holder of all R code and all C/C++ code without explicit copyright attribution\"), person(\"Marcin\", \"Kalicinski\", role = c(\"ctb\", \"cph\"), comment = \"Author of included RapidXML code\"), person(\"Komarov Valery\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\"), person(\"Christophe Leitienne\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\"), person(\"Bob Colbert\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\"), person(\"David Hoerl\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\"), person(\"Evan Miller\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\") )",
|
||
"Description": "Import excel files into R. Supports '.xls' via the embedded 'libxls' C library <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 <jenny@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"reformulas": {
|
||
"Package": "reformulas",
|
||
"Version": "0.4.0",
|
||
"Source": "Repository",
|
||
"Title": "Machinery for Processing Random Effect Formulas",
|
||
"Authors@R": "person(given = \"Ben\", family = \"Bolker\", role = c(\"aut\", \"cre\"), email = \"bolker@mcmaster.ca\", comment=c(ORCID=\"0000-0002-2127-0443\"))",
|
||
"Description": "Takes formulas including random-effects components (formatted as in 'lme4', 'glmmTMB', etc.) and processes them. Includes various helper functions.",
|
||
"URL": "https://github.com/bbolker/reformulas",
|
||
"License": "GPL-3",
|
||
"Encoding": "UTF-8",
|
||
"Imports": [
|
||
"stats",
|
||
"methods",
|
||
"Matrix",
|
||
"Rdpack"
|
||
],
|
||
"RdMacros": "Rdpack",
|
||
"Suggests": [
|
||
"lme4",
|
||
"tinytest"
|
||
],
|
||
"RoxygenNote": "7.3.2",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Ben Bolker [aut, cre] (<https://orcid.org/0000-0002-2127-0443>)",
|
||
"Maintainer": "Ben Bolker <bolker@mcmaster.ca>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"rematch": {
|
||
"Package": "rematch",
|
||
"Version": "2.0.0",
|
||
"Source": "Repository",
|
||
"Title": "Match Regular Expressions with a Nicer 'API'",
|
||
"Author": "Gabor Csardi",
|
||
"Maintainer": "Gabor Csardi <csardi.gabor@gmail.com>",
|
||
"Description": "A small wrapper on 'regexpr' to extract the matches and captured groups from the match of a regular expression to a character vector.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://github.com/gaborcsardi/rematch",
|
||
"BugReports": "https://github.com/gaborcsardi/rematch/issues",
|
||
"RoxygenNote": "5.0.1.9000",
|
||
"Suggests": [
|
||
"covr",
|
||
"testthat"
|
||
],
|
||
"Encoding": "UTF-8",
|
||
"NeedsCompilation": "no",
|
||
"Repository": "CRAN"
|
||
},
|
||
"rempsyc": {
|
||
"Package": "rempsyc",
|
||
"Version": "0.1.9",
|
||
"Source": "Repository",
|
||
"Title": "Convenience Functions for Psychology",
|
||
"Date": "2025-02-01",
|
||
"Authors@R": "person(\"Rémi\", \"Thériault\", , \"remi.theriault@mail.mcgill.ca\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4315-6788\"))",
|
||
"Description": "Make your workflow faster and easier. Easily customizable plots (via 'ggplot2'), nice APA tables (following the style of the *American Psychological Association*) exportable to Word (via 'flextable'), easily run statistical tests or check assumptions, and automatize various other tasks.",
|
||
"License": "GPL (>= 3)",
|
||
"URL": "https://rempsyc.remi-theriault.com",
|
||
"BugReports": "https://github.com/rempsyc/rempsyc/issues",
|
||
"Depends": [
|
||
"R (>= 3.6)"
|
||
],
|
||
"Imports": [
|
||
"rlang",
|
||
"dplyr (>= 1.1.0)"
|
||
],
|
||
"Suggests": [
|
||
"flextable (>= 0.9.1)",
|
||
"ggplot2 (>= 3.4.0)",
|
||
"effectsize (>= 0.8.5)",
|
||
"performance (>= 0.10.0)",
|
||
"insight (>= 0.18.4)",
|
||
"correlation",
|
||
"datawizard (>= 0.5.0)",
|
||
"report (>= 0.5.1)",
|
||
"modelbased",
|
||
"see",
|
||
"lmtest",
|
||
"ggrepel",
|
||
"boot",
|
||
"bootES",
|
||
"ggsignif",
|
||
"qqplotr (>= 0.0.6)",
|
||
"broom",
|
||
"emmeans",
|
||
"ggpubr",
|
||
"interactions",
|
||
"openxlsx2 (>= 0.8)",
|
||
"patchwork",
|
||
"psych",
|
||
"VennDiagram",
|
||
"Rmisc",
|
||
"methods",
|
||
"tidyr",
|
||
"testthat (>= 3.0.0)",
|
||
"knitr",
|
||
"markdown",
|
||
"rmarkdown"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Config/testthat/edition": "3",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.2",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Rémi Thériault [aut, cre] (<https://orcid.org/0000-0003-4315-6788>)",
|
||
"Maintainer": "Rémi Thériault <remi.theriault@mail.mcgill.ca>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"renv": {
|
||
"Package": "renv",
|
||
"Version": "1.1.2",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Project Environments",
|
||
"Authors@R": "c( person(\"Kevin\", \"Ushey\", role = c(\"aut\", \"cre\"), email = \"kevin@rstudio.com\", comment = c(ORCID = \"0000-0003-2880-7407\")), person(\"Hadley\", \"Wickham\", role = c(\"aut\"), email = \"hadley@rstudio.com\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "A dependency management toolkit for R. Using 'renv', you can create and manage project-local R libraries, save the state of these libraries to a 'lockfile', and later restore your library as required. Together, these tools can help make your projects more isolated, portable, and reproducible.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://rstudio.github.io/renv/, https://github.com/rstudio/renv",
|
||
"BugReports": "https://github.com/rstudio/renv/issues",
|
||
"Imports": [
|
||
"utils"
|
||
],
|
||
"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 <kevin@rstudio.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"report": {
|
||
"Package": "report",
|
||
"Version": "0.6.1",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Automated Reporting of Results and Statistical Models",
|
||
"Authors@R": "c(person(given = \"Dominique\", family = \"Makowski\", role = \"aut\", email = \"dom.makowski@gmail.com\", comment = c(ORCID = \"0000-0001-5375-9967\")), person(given = \"Daniel\", family = \"Lüdecke\", role = \"aut\", email = \"d.luedecke@uke.de\", comment = c(ORCID = \"0000-0002-8895-3206\")), person(given = \"Indrajeet\", family = \"Patil\", role = \"aut\", email = \"patilindrajeet.science@gmail.com\", comment = c(ORCID = \"0000-0003-1995-6531\")), person(given = \"Rémi\", family = \"Thériault\", role = c(\"aut\", \"cre\"), email = \"remi.theriault@mail.mcgill.ca\", comment = c(ORCID = \"0000-0003-4315-6788\")), person(given = \"Mattan S.\", family = \"Ben-Shachar\", role = \"aut\", email = \"matanshm@post.bgu.ac.il\", comment = c(ORCID = \"0000-0002-4287-4801\")), person(given = \"Brenton M.\", family = \"Wiernik\", role = \"aut\", email = \"brenton@wiernik.org\", comment = c(ORCID = \"0000-0001-9560-6336\")), person(given = \"Rudolf\", family = \"Siegel\", role = \"ctb\", email = \"mutlusun@users.noreply.github.com\", comment = c(ORCID = \"0000-0002-6021-804X\")), person(given = \"Camden\", family = \"Bock\", role = \"ctb\", email = \"camden.bock@maine.edu\", comment = c(ORCID = \"0000-0002-3907-7748\")))",
|
||
"Maintainer": "Rémi Thériault <remi.theriault@mail.mcgill.ca>",
|
||
"Description": "The aim of the 'report' package is to bridge the gap between R’s output and the formatted results contained in your manuscript. This package converts statistical models and data frames into textual reports suited for publication, ensuring standardization and quality in results reporting.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://easystats.github.io/report/",
|
||
"BugReports": "https://github.com/easystats/report/issues",
|
||
"Depends": [
|
||
"R (>= 3.6)"
|
||
],
|
||
"Imports": [
|
||
"bayestestR (>= 0.15.0)",
|
||
"effectsize (>= 1.0.0)",
|
||
"insight (>= 1.0.1)",
|
||
"parameters (>= 0.24.1)",
|
||
"performance (>= 0.13.0)",
|
||
"datawizard (>= 1.0.0)",
|
||
"stats",
|
||
"tools",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"BayesFactor",
|
||
"brms",
|
||
"collapse",
|
||
"ivreg",
|
||
"knitr",
|
||
"lavaan",
|
||
"lme4",
|
||
"dplyr",
|
||
"Formula",
|
||
"rmarkdown",
|
||
"rstanarm",
|
||
"survival",
|
||
"modelbased (>= 0.9.0)",
|
||
"emmeans",
|
||
"marginaleffects (>= 0.25.0)",
|
||
"RcppEigen",
|
||
"BH",
|
||
"testthat (>= 3.2.1)"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Encoding": "UTF-8",
|
||
"Language": "en-US",
|
||
"RoxygenNote": "7.3.2",
|
||
"Config/testthat/edition": "3",
|
||
"Config/Needs/website": "rstudio/bslib, r-lib/pkgdown, easystats/easystatstemplate",
|
||
"Collate": "'cite_easystats.R' 'format_algorithm.R' 'format_citation.R' 'format_formula.R' 'format_model.R' 'reexports.R' 'report-package.R' 'report.BFBayesFactor.R' 'utils_combine_tables.R' 'report.lm.R' 'report.MixMod.R' 'report_text.R' 'report.R' 'report.htest.R' 'report.aov.R' 'report.bayesfactor_models.R' 'report.lme4.R' 'report.stanreg.R' 'report.brmsfit.R' 'report.character.R' 'report.compare.loo.R' 'report.compare_performance.R' 'report.coxph.R' 'report.data.frame.R' 'report.default.R' 'report.estimate_contrasts.R' 'report.factor.R' 'report.glm.R' 'report.glmmTMB.R' 'report.ivreg.R' 'report.lavaan.R' 'report.lme.R' 'report.numeric.R' 'report.sessionInfo.R' 'report.survreg.R' 'report.test_performance.R' 'report.zeroinfl.R' 'report_effectsize.R' 'report_htest_chi2.R' 'report_htest_cor.R' 'report_htest_fisher.R' 'report_htest_friedman.R' 'report_htest_kruskal.R' 'report_htest_ttest.R' 'report_htest_wilcox.R' 'report_info.R' 'report_intercept.R' 'report_misc.R' 'report_model.R' 'report_parameters.R' 'report_participants.R' 'report_performance.R' 'report_priors.R' 'report_random.R' 'report_s.R' 'report_sample.R' 'report_statistics.R' 'report_table.R' 'utils_error_message.R' 'utils_grouped_df.R' 'utils_misspelled_variables.R' 'zzz.R'",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Dominique Makowski [aut] (<https://orcid.org/0000-0001-5375-9967>), Daniel Lüdecke [aut] (<https://orcid.org/0000-0002-8895-3206>), Indrajeet Patil [aut] (<https://orcid.org/0000-0003-1995-6531>), Rémi Thériault [aut, cre] (<https://orcid.org/0000-0003-4315-6788>), Mattan S. Ben-Shachar [aut] (<https://orcid.org/0000-0002-4287-4801>), Brenton M. Wiernik [aut] (<https://orcid.org/0000-0001-9560-6336>), Rudolf Siegel [ctb] (<https://orcid.org/0000-0002-6021-804X>), Camden Bock [ctb] (<https://orcid.org/0000-0002-3907-7748>)",
|
||
"Repository": "CRAN"
|
||
},
|
||
"reshape2": {
|
||
"Package": "reshape2",
|
||
"Version": "1.4.4",
|
||
"Source": "Repository",
|
||
"Title": "Flexibly Reshape Data: A Reboot of the Reshape Package",
|
||
"Author": "Hadley Wickham <h.wickham@gmail.com>",
|
||
"Maintainer": "Hadley Wickham <h.wickham@gmail.com>",
|
||
"Description": "Flexibly restructure and aggregate data using just two functions: melt and 'dcast' (or 'acast').",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://github.com/hadley/reshape",
|
||
"BugReports": "https://github.com/hadley/reshape/issues",
|
||
"Depends": [
|
||
"R (>= 3.1)"
|
||
],
|
||
"Imports": [
|
||
"plyr (>= 1.8.1)",
|
||
"Rcpp",
|
||
"stringr"
|
||
],
|
||
"Suggests": [
|
||
"covr",
|
||
"lattice",
|
||
"testthat (>= 0.8.0)"
|
||
],
|
||
"LinkingTo": [
|
||
"Rcpp"
|
||
],
|
||
"Encoding": "UTF-8",
|
||
"LazyData": "true",
|
||
"RoxygenNote": "7.1.0",
|
||
"NeedsCompilation": "yes",
|
||
"Repository": "CRAN"
|
||
},
|
||
"rio": {
|
||
"Package": "rio",
|
||
"Version": "1.2.3",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "A Swiss-Army Knife for Data I/O",
|
||
"Authors@R": "c(person(\"Jason\", \"Becker\", role = \"aut\", email = \"jason@jbecker.co\"), person(\"Chung-hong\", \"Chan\", role = c(\"aut\", \"cre\"), email = \"chainsawtiney@gmail.com\", comment = c(ORCID = \"0000-0002-6232-7530\")), person(\"David\", \"Schoch\", email = \"david@schochastics.net\", role = c(\"aut\"), comment = c(ORCID = \"0000-0003-2952-4812\")), person(\"Geoffrey CH\", \"Chan\", role = \"ctb\", email = \"gefchchan@gmail.com\"), person(\"Thomas J.\", \"Leeper\", role = \"aut\", email = \"thosjleeper@gmail.com\", comment = c(ORCID = \"0000-0003-4097-6326\")), person(\"Christopher\", \"Gandrud\", role = \"ctb\"), person(\"Andrew\", \"MacDonald\", role = \"ctb\"), person(\"Ista\", \"Zahn\", role = \"ctb\"), person(\"Stanislaus\", \"Stadlmann\", role = \"ctb\"), person(\"Ruaridh\", \"Williamson\", role = \"ctb\", email = \"ruaridh.williamson@gmail.com\"), person(\"Patrick\", \"Kennedy\", role = \"ctb\"), person(\"Ryan\", \"Price\", email = \"ryapric@gmail.com\", role = \"ctb\"), person(\"Trevor L\", \"Davis\", email = \"trevor.l.davis@gmail.com\", role = \"ctb\"), person(\"Nathan\", \"Day\", email = \"nathancday@gmail.com\", role = \"ctb\"), person(\"Bill\", \"Denney\", email=\"wdenney@humanpredictions.com\", role=\"ctb\", comment=c(ORCID=\"0000-0002-5759-428X\")), person(\"Alex\", \"Bokov\", email = \"alex.bokov@gmail.com\", role = \"ctb\", comment=c(ORCID=\"0000-0002-0511-9815\")), person(\"Hugo\", \"Gruson\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4094-1476\")) )",
|
||
"Description": "Streamlined data import and export by making assumptions that the user is probably willing to make: 'import()' and 'export()' determine the data format from the file extension, reasonable defaults are used for data import and export, web-based import is natively supported (including from SSL/HTTPS), compressed files can be read directly, and fast import packages are used where appropriate. An additional convenience function, 'convert()', provides a simple method for converting between file types.",
|
||
"URL": "https://gesistsa.github.io/rio/, https://github.com/gesistsa/rio",
|
||
"BugReports": "https://github.com/gesistsa/rio/issues",
|
||
"Depends": [
|
||
"R (>= 4.0)"
|
||
],
|
||
"Imports": [
|
||
"tools",
|
||
"stats",
|
||
"utils",
|
||
"foreign",
|
||
"haven (>= 1.1.2)",
|
||
"curl (>= 0.6)",
|
||
"data.table (>= 1.11.2)",
|
||
"readxl (>= 0.1.1)",
|
||
"tibble",
|
||
"writexl",
|
||
"lifecycle",
|
||
"R.utils",
|
||
"readr"
|
||
],
|
||
"Suggests": [
|
||
"datasets",
|
||
"bit64",
|
||
"testthat",
|
||
"knitr",
|
||
"magrittr",
|
||
"clipr",
|
||
"fst",
|
||
"hexView",
|
||
"jsonlite",
|
||
"pzfx",
|
||
"readODS (>= 2.1.0)",
|
||
"rmarkdown",
|
||
"rmatio",
|
||
"xml2 (>= 1.2.0)",
|
||
"yaml",
|
||
"qs",
|
||
"arrow (>= 0.17.0)",
|
||
"stringi",
|
||
"withr",
|
||
"nanoparquet"
|
||
],
|
||
"License": "GPL-2",
|
||
"VignetteBuilder": "knitr",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.1",
|
||
"Config/Needs/website": "gesistsa/tsatemplate",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Jason Becker [aut], Chung-hong Chan [aut, cre] (<https://orcid.org/0000-0002-6232-7530>), David Schoch [aut] (<https://orcid.org/0000-0003-2952-4812>), Geoffrey CH Chan [ctb], Thomas J. Leeper [aut] (<https://orcid.org/0000-0003-4097-6326>), Christopher Gandrud [ctb], Andrew MacDonald [ctb], Ista Zahn [ctb], Stanislaus Stadlmann [ctb], Ruaridh Williamson [ctb], Patrick Kennedy [ctb], Ryan Price [ctb], Trevor L Davis [ctb], Nathan Day [ctb], Bill Denney [ctb] (<https://orcid.org/0000-0002-5759-428X>), Alex Bokov [ctb] (<https://orcid.org/0000-0002-0511-9815>), Hugo Gruson [ctb] (<https://orcid.org/0000-0002-4094-1476>)",
|
||
"Maintainer": "Chung-hong Chan <chainsawtiney@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"rlang": {
|
||
"Package": "rlang",
|
||
"Version": "1.1.5",
|
||
"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\", ,\"lionel@posit.co\", c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", ,\"hadley@posit.co\", \"aut\"), person(given = \"mikefc\", email = \"mikefc@coolbutuseless.com\", role = \"cph\", comment = \"Hash implementation based on Mike's xxhashlite\"), person(given = \"Yann\", family = \"Collet\", role = \"cph\", comment = \"Author of the embedded xxHash library\"), person(given = \"Posit, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"License": "MIT + file LICENSE",
|
||
"ByteCompile": "true",
|
||
"Biarch": "true",
|
||
"Depends": [
|
||
"R (>= 3.5.0)"
|
||
],
|
||
"Imports": [
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"cli (>= 3.1.0)",
|
||
"covr",
|
||
"crayon",
|
||
"fs",
|
||
"glue",
|
||
"knitr",
|
||
"magrittr",
|
||
"methods",
|
||
"pillar",
|
||
"rmarkdown",
|
||
"stats",
|
||
"testthat (>= 3.0.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/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 <lionel@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"rmarkdown": {
|
||
"Package": "rmarkdown",
|
||
"Version": "2.29",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Dynamic Documents for R",
|
||
"Authors@R": "c( person(\"JJ\", \"Allaire\", , \"jj@posit.co\", role = \"aut\"), person(\"Yihui\", \"Xie\", , \"xie@yihui.name\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-0645-5666\")), person(\"Christophe\", \"Dervieux\", , \"cderv@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4474-2498\")), person(\"Jonathan\", \"McPherson\", , \"jonathan@posit.co\", role = \"aut\"), person(\"Javier\", \"Luraschi\", role = \"aut\"), person(\"Kevin\", \"Ushey\", , \"kevin@posit.co\", role = \"aut\"), person(\"Aron\", \"Atkins\", , \"aron@posit.co\", role = \"aut\"), person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"), person(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"aut\"), person(\"Richard\", \"Iannone\", , \"rich@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-3925-190X\")), person(\"Andrew\", \"Dunning\", role = \"ctb\", comment = c(ORCID = \"0000-0003-0464-5036\")), person(\"Atsushi\", \"Yasumoto\", role = c(\"ctb\", \"cph\"), comment = c(ORCID = \"0000-0002-8335-495X\", cph = \"Number sections Lua filter\")), person(\"Barret\", \"Schloerke\", role = \"ctb\"), person(\"Carson\", \"Sievert\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Devon\", \"Ryan\", , \"dpryan79@gmail.com\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8549-0971\")), person(\"Frederik\", \"Aust\", , \"frederik.aust@uni-koeln.de\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4900-788X\")), person(\"Jeff\", \"Allen\", , \"jeff@posit.co\", role = \"ctb\"), person(\"JooYoung\", \"Seo\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4064-6012\")), person(\"Malcolm\", \"Barrett\", role = \"ctb\"), person(\"Rob\", \"Hyndman\", , \"Rob.Hyndman@monash.edu\", role = \"ctb\"), person(\"Romain\", \"Lesur\", role = \"ctb\"), person(\"Roy\", \"Storey\", role = \"ctb\"), person(\"Ruben\", \"Arslan\", , \"ruben.arslan@uni-goettingen.de\", role = \"ctb\"), person(\"Sergio\", \"Oller\", role = \"ctb\"), person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(, \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery UI library; authors listed in inst/rmd/h/jqueryui/AUTHORS.txt\"), person(\"Mark\", \"Otto\", role = \"ctb\", comment = \"Bootstrap library\"), person(\"Jacob\", \"Thornton\", role = \"ctb\", comment = \"Bootstrap library\"), person(, \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"), person(, \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\"), person(\"Alexander\", \"Farkas\", role = c(\"ctb\", \"cph\"), comment = \"html5shiv library\"), person(\"Scott\", \"Jehl\", role = c(\"ctb\", \"cph\"), comment = \"Respond.js library\"), person(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"), comment = \"highlight.js library\"), person(\"Greg\", \"Franko\", role = c(\"ctb\", \"cph\"), comment = \"tocify library\"), person(\"John\", \"MacFarlane\", role = c(\"ctb\", \"cph\"), comment = \"Pandoc templates\"), person(, \"Google, Inc.\", role = c(\"ctb\", \"cph\"), comment = \"ioslides library\"), person(\"Dave\", \"Raggett\", role = \"ctb\", comment = \"slidy library\"), person(, \"W3C\", role = \"cph\", comment = \"slidy library\"), person(\"Dave\", \"Gandy\", role = c(\"ctb\", \"cph\"), comment = \"Font-Awesome\"), person(\"Ben\", \"Sperry\", role = \"ctb\", comment = \"Ionicons\"), person(, \"Drifty\", role = \"cph\", comment = \"Ionicons\"), person(\"Aidan\", \"Lister\", role = c(\"ctb\", \"cph\"), comment = \"jQuery StickyTabs\"), person(\"Benct Philip\", \"Jonsson\", role = c(\"ctb\", \"cph\"), comment = \"pagebreak Lua filter\"), person(\"Albert\", \"Krewinkel\", role = c(\"ctb\", \"cph\"), comment = \"pagebreak Lua filter\") )",
|
||
"Description": "Convert R Markdown documents into a variety of formats.",
|
||
"License": "GPL-3",
|
||
"URL": "https://github.com/rstudio/rmarkdown, https://pkgs.rstudio.com/rmarkdown/",
|
||
"BugReports": "https://github.com/rstudio/rmarkdown/issues",
|
||
"Depends": [
|
||
"R (>= 3.0)"
|
||
],
|
||
"Imports": [
|
||
"bslib (>= 0.2.5.1)",
|
||
"evaluate (>= 0.13)",
|
||
"fontawesome (>= 0.5.0)",
|
||
"htmltools (>= 0.5.1)",
|
||
"jquerylib",
|
||
"jsonlite",
|
||
"knitr (>= 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 <xie@yihui.name>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"robustbase": {
|
||
"Package": "robustbase",
|
||
"Version": "0.99-4-1",
|
||
"Source": "Repository",
|
||
"VersionNote": "Released 0.99-4 on 2024-08-19, 0.99-3 on 2024-07-01 and 0.99-2 on 2024-01-27 to CRAN",
|
||
"Date": "2024-09-24",
|
||
"Title": "Basic Robust Statistics",
|
||
"Authors@R": "c(person(\"Martin\",\"Maechler\", role=c(\"aut\",\"cre\"), email=\"maechler@stat.math.ethz.ch\", comment = c(ORCID = \"0000-0002-8685-9910\")) , person(\"Peter\", \"Rousseeuw\", role=\"ctb\", comment = \"Qn and Sn\") , person(\"Christophe\", \"Croux\", role=\"ctb\", comment = \"Qn and Sn\") , person(\"Valentin\", \"Todorov\", role = \"aut\", email = \"valentin.todorov@chello.at\", comment = \"most robust Cov\") , person(\"Andreas\", \"Ruckstuhl\", role = \"aut\", email = \"andreas.ruckstuhl@zhaw.ch\", comment = \"nlrob, anova, glmrob\") , person(\"Matias\", \"Salibian-Barrera\", role = \"aut\", email = \"matias@stat.ubc.ca\", comment = \"lmrob orig.\") , person(\"Tobias\", \"Verbeke\", role = c(\"ctb\",\"fnd\"), email = \"tobias.verbeke@openanalytics.eu\", comment = \"mc, adjbox\") , person(\"Manuel\", \"Koller\", role = \"aut\", email = \"koller.manuel@gmail.com\", comment = \"mc, lmrob, psi-func.\") , person(c(\"Eduardo\", \"L. T.\"), \"Conceicao\", role = \"aut\", email = \"mail@eduardoconceicao.org\", comment = \"MM-, tau-, CM-, and MTL- nlrob\") , person(\"Maria\", \"Anna di Palma\", role = \"ctb\", comment = \"initial version of Comedian\") )",
|
||
"URL": "https://robustbase.R-forge.R-project.org/, https://R-forge.R-project.org/R/?group_id=59, https://R-forge.R-project.org/scm/viewvc.php/pkg/robustbase/?root=robustbase, svn://svn.r-forge.r-project.org/svnroot/robustbase/pkg/robustbase",
|
||
"BugReports": "https://R-forge.R-project.org/tracker/?atid=302&group_id=59",
|
||
"Description": "\"Essential\" Robust Statistics. Tools allowing to analyze data with robust methods. This includes regression methodology including model selections and multivariate statistics where we strive to cover the book \"Robust Statistics, Theory and Methods\" by 'Maronna, Martin and Yohai'; Wiley 2006.",
|
||
"Depends": [
|
||
"R (>= 3.5.0)"
|
||
],
|
||
"Imports": [
|
||
"stats",
|
||
"graphics",
|
||
"utils",
|
||
"methods",
|
||
"DEoptimR"
|
||
],
|
||
"Suggests": [
|
||
"grid",
|
||
"MASS",
|
||
"lattice",
|
||
"boot",
|
||
"cluster",
|
||
"Matrix",
|
||
"robust",
|
||
"fit.models",
|
||
"MPV",
|
||
"xtable",
|
||
"ggplot2",
|
||
"GGally",
|
||
"RColorBrewer",
|
||
"reshape2",
|
||
"sfsmisc",
|
||
"catdata",
|
||
"doParallel",
|
||
"foreach",
|
||
"skewt"
|
||
],
|
||
"SuggestsNote": "mostly only because of vignette graphics and simulation",
|
||
"Enhances": [
|
||
"robustX",
|
||
"rrcov",
|
||
"matrixStats",
|
||
"quantreg",
|
||
"Hmisc"
|
||
],
|
||
"EnhancesNote": "linked to in man/*.Rd",
|
||
"LazyData": "yes",
|
||
"NeedsCompilation": "yes",
|
||
"License": "GPL (>= 2)",
|
||
"Author": "Martin Maechler [aut, cre] (<https://orcid.org/0000-0002-8685-9910>), Peter Rousseeuw [ctb] (Qn and Sn), Christophe Croux [ctb] (Qn and Sn), Valentin Todorov [aut] (most robust Cov), Andreas Ruckstuhl [aut] (nlrob, anova, glmrob), Matias Salibian-Barrera [aut] (lmrob orig.), Tobias Verbeke [ctb, fnd] (mc, adjbox), Manuel Koller [aut] (mc, lmrob, psi-func.), Eduardo L. T. Conceicao [aut] (MM-, tau-, CM-, and MTL- nlrob), Maria Anna di Palma [ctb] (initial version of Comedian)",
|
||
"Maintainer": "Martin Maechler <maechler@stat.math.ethz.ch>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"rpart": {
|
||
"Package": "rpart",
|
||
"Version": "4.1.24",
|
||
"Source": "Repository",
|
||
"Priority": "recommended",
|
||
"Date": "2025-01-06",
|
||
"Authors@R": "c(person(\"Terry\", \"Therneau\", role = \"aut\", email = \"therneau@mayo.edu\"), person(\"Beth\", \"Atkinson\", role = c(\"aut\", \"cre\"), email = \"atkinson@mayo.edu\"), person(\"Brian\", \"Ripley\", role = \"trl\", email = \"ripley@stats.ox.ac.uk\", comment = \"producer of the initial R port, maintainer 1999-2017\"))",
|
||
"Description": "Recursive partitioning for classification, regression and survival trees. An implementation of most of the functionality of the 1984 book by Breiman, Friedman, Olshen and Stone.",
|
||
"Title": "Recursive Partitioning and Regression Trees",
|
||
"Depends": [
|
||
"R (>= 2.15.0)",
|
||
"graphics",
|
||
"stats",
|
||
"grDevices"
|
||
],
|
||
"Suggests": [
|
||
"survival"
|
||
],
|
||
"License": "GPL-2 | GPL-3",
|
||
"LazyData": "yes",
|
||
"ByteCompile": "yes",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Terry Therneau [aut], Beth Atkinson [aut, cre], Brian Ripley [trl] (producer of the initial R port, maintainer 1999-2017)",
|
||
"Maintainer": "Beth Atkinson <atkinson@mayo.edu>",
|
||
"Repository": "CRAN",
|
||
"URL": "https://github.com/bethatkinson/rpart, https://cran.r-project.org/package=rpart",
|
||
"BugReports": "https://github.com/bethatkinson/rpart/issues"
|
||
},
|
||
"rprojroot": {
|
||
"Package": "rprojroot",
|
||
"Version": "2.0.4",
|
||
"Source": "Repository",
|
||
"Title": "Finding Files in Project Subdirectories",
|
||
"Authors@R": "person(given = \"Kirill\", family = \"M\\u00fcller\", role = c(\"aut\", \"cre\"), email = \"kirill@cynkra.com\", comment = c(ORCID = \"0000-0002-1416-3412\"))",
|
||
"Description": "Robust, reliable and flexible paths to files below a project root. The 'root' of a project is defined as a directory that matches a certain criterion, e.g., it contains a certain regular file.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://rprojroot.r-lib.org/, https://github.com/r-lib/rprojroot",
|
||
"BugReports": "https://github.com/r-lib/rprojroot/issues",
|
||
"Depends": [
|
||
"R (>= 3.0.0)"
|
||
],
|
||
"Suggests": [
|
||
"covr",
|
||
"knitr",
|
||
"lifecycle",
|
||
"mockr",
|
||
"rlang",
|
||
"rmarkdown",
|
||
"testthat (>= 3.0.0)",
|
||
"withr"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Config/testthat/edition": "3",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.2.3",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>)",
|
||
"Maintainer": "Kirill Müller <kirill@cynkra.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"rstudioapi": {
|
||
"Package": "rstudioapi",
|
||
"Version": "0.17.1",
|
||
"Source": "Repository",
|
||
"Title": "Safely Access the RStudio API",
|
||
"Description": "Access the RStudio API (if available) and provide informative error messages when it's not.",
|
||
"Authors@R": "c( person(\"Kevin\", \"Ushey\", role = c(\"aut\", \"cre\"), email = \"kevin@rstudio.com\"), person(\"JJ\", \"Allaire\", role = c(\"aut\"), email = \"jj@posit.co\"), person(\"Hadley\", \"Wickham\", role = c(\"aut\"), email = \"hadley@posit.co\"), person(\"Gary\", \"Ritchie\", role = c(\"aut\"), email = \"gary@posit.co\"), person(family = \"RStudio\", role = \"cph\") )",
|
||
"Maintainer": "Kevin Ushey <kevin@rstudio.com>",
|
||
"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": "CRAN"
|
||
},
|
||
"sandwich": {
|
||
"Package": "sandwich",
|
||
"Version": "3.1-1",
|
||
"Source": "Repository",
|
||
"Date": "2024-09-16",
|
||
"Title": "Robust Covariance Matrix Estimators",
|
||
"Authors@R": "c(person(given = \"Achim\", family = \"Zeileis\", role = c(\"aut\", \"cre\"), email = \"Achim.Zeileis@R-project.org\", comment = c(ORCID = \"0000-0003-0918-3766\")), person(given = \"Thomas\", family = \"Lumley\", role = \"aut\", email = \"t.lumley@auckland.ac.nz\", comment = c(ORCID = \"0000-0003-4255-5437\")), person(given = \"Nathaniel\", family = \"Graham\", role = \"ctb\", email = \"npgraham1@gmail.com\", comment = c(ORCID = \"0009-0002-1215-5256\")), person(given = \"Susanne\", family = \"Koell\", role = \"ctb\"))",
|
||
"Description": "Object-oriented software for model-robust covariance matrix estimators. Starting out from the basic robust Eicker-Huber-White sandwich covariance methods include: heteroscedasticity-consistent (HC) covariances for cross-section data; heteroscedasticity- and autocorrelation-consistent (HAC) covariances for time series data (such as Andrews' kernel HAC, Newey-West, and WEAVE estimators); clustered covariances (one-way and multi-way); panel and panel-corrected covariances; outer-product-of-gradients covariances; and (clustered) bootstrap covariances. All methods are applicable to (generalized) linear model objects fitted by lm() and glm() but can also be adapted to other classes through S3 methods. Details can be found in Zeileis et al. (2020) <doi:10.18637/jss.v095.i01>, Zeileis (2004) <doi:10.18637/jss.v011.i10> and Zeileis (2006) <doi:10.18637/jss.v016.i09>.",
|
||
"Depends": [
|
||
"R (>= 3.0.0)"
|
||
],
|
||
"Imports": [
|
||
"stats",
|
||
"utils",
|
||
"zoo"
|
||
],
|
||
"Suggests": [
|
||
"AER",
|
||
"car",
|
||
"geepack",
|
||
"lattice",
|
||
"lme4",
|
||
"lmtest",
|
||
"MASS",
|
||
"multiwayvcov",
|
||
"parallel",
|
||
"pcse",
|
||
"plm",
|
||
"pscl",
|
||
"scatterplot3d",
|
||
"stats4",
|
||
"strucchange",
|
||
"survival"
|
||
],
|
||
"License": "GPL-2 | GPL-3",
|
||
"URL": "https://sandwich.R-Forge.R-project.org/",
|
||
"BugReports": "https://sandwich.R-Forge.R-project.org/contact.html",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Achim Zeileis [aut, cre] (<https://orcid.org/0000-0003-0918-3766>), Thomas Lumley [aut] (<https://orcid.org/0000-0003-4255-5437>), Nathaniel Graham [ctb] (<https://orcid.org/0009-0002-1215-5256>), Susanne Koell [ctb]",
|
||
"Maintainer": "Achim Zeileis <Achim.Zeileis@R-project.org>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"sass": {
|
||
"Package": "sass",
|
||
"Version": "0.4.9",
|
||
"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\", , \"joe@rstudio.com\", \"aut\"), person(\"Timothy\", \"Mastny\", , \"tim.mastny@gmail.com\", \"aut\"), person(\"Richard\", \"Iannone\", , \"rich@rstudio.com\", \"aut\", comment = c(ORCID = \"0000-0003-3925-190X\")), person(\"Barret\", \"Schloerke\", , \"barret@rstudio.com\", \"aut\", comment = c(ORCID = \"0000-0001-9986-114X\")), person(\"Carson\", \"Sievert\", , \"carson@rstudio.com\", c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Christophe\", \"Dervieux\", , \"cderv@rstudio.com\", c(\"ctb\"), comment = c(ORCID = \"0000-0003-4474-2498\")), person(family = \"RStudio\", role = c(\"cph\", \"fnd\")), person(family = \"Sass Open Source Foundation\", role = c(\"ctb\", \"cph\"), comment = \"LibSass library\"), person(\"Greter\", \"Marcel\", role = c(\"ctb\", \"cph\"), comment = \"LibSass library\"), person(\"Mifsud\", \"Michael\", role = c(\"ctb\", \"cph\"), comment = \"LibSass library\"), person(\"Hampton\", \"Catlin\", role = c(\"ctb\", \"cph\"), comment = \"LibSass library\"), person(\"Natalie\", \"Weizenbaum\", role = c(\"ctb\", \"cph\"), comment = \"LibSass library\"), person(\"Chris\", \"Eppstein\", role = c(\"ctb\", \"cph\"), comment = \"LibSass library\"), person(\"Adams\", \"Joseph\", role = c(\"ctb\", \"cph\"), comment = \"json.cpp\"), person(\"Trifunovic\", \"Nemanja\", role = c(\"ctb\", \"cph\"), comment = \"utf8.h\") )",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://rstudio.github.io/sass/, https://github.com/rstudio/sass",
|
||
"BugReports": "https://github.com/rstudio/sass/issues",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.1",
|
||
"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 <carson@rstudio.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"scales": {
|
||
"Package": "scales",
|
||
"Version": "1.3.0",
|
||
"Source": "Repository",
|
||
"Title": "Scale Functions for Visualization",
|
||
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\")), person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Dana\", \"Seidel\", role = \"aut\"), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"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 (>= 3.6)"
|
||
],
|
||
"Imports": [
|
||
"cli",
|
||
"farver (>= 2.0.3)",
|
||
"glue",
|
||
"labeling",
|
||
"lifecycle",
|
||
"munsell (>= 0.5)",
|
||
"R6",
|
||
"RColorBrewer",
|
||
"rlang (>= 1.0.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",
|
||
"Encoding": "UTF-8",
|
||
"LazyLoad": "yes",
|
||
"RoxygenNote": "7.2.3",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Hadley Wickham [aut], Thomas Lin Pedersen [cre, aut] (<https://orcid.org/0000-0002-5147-4711>), Dana Seidel [aut], Posit, PBC [cph, fnd]",
|
||
"Maintainer": "Thomas Lin Pedersen <thomas.pedersen@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"see": {
|
||
"Package": "see",
|
||
"Version": "0.10.0",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Model Visualisation Toolbox for 'easystats' and 'ggplot2'",
|
||
"Authors@R": "c(person(given = \"Daniel\", family = \"Lüdecke\", role = c(\"aut\", \"ctb\"), email = \"d.luedecke@uke.de\", comment = c(ORCID = \"0000-0002-8895-3206\")), person(given = \"Dominique\", family = \"Makowski\", role = c(\"aut\", \"inv\"), email = \"dom.makowski@gmail.com\", comment = c(ORCID = \"0000-0001-5375-9967\")), person(given = \"Indrajeet\", family = \"Patil\", role = c(\"aut\", \"cre\"), email = \"patilindrajeet.science@gmail.com\", comment = c(ORCID = \"0000-0003-1995-6531\")), person(given = \"Mattan S.\", family = \"Ben-Shachar\", role = c(\"aut\", \"ctb\"), email = \"matanshm@post.bgu.ac.il\", comment = c(ORCID = \"0000-0002-4287-4801\")), person(given = \"Brenton M.\", family = \"Wiernik\", role = c(\"aut\", \"ctb\"), email = \"brenton@wiernik.org\", comment = c(ORCID = \"0000-0001-9560-6336\")), person(given = \"Philip\", family = \"Waggoner\", role = c(\"aut\", \"ctb\"), email = \"philip.waggoner@gmail.com\", comment = c(ORCID = \"0000-0002-7825-7573\")), person(given = \"Jeffrey R.\", family = \"Stevens\", role = \"ctb\", email = \"jeffrey.r.stevens@gmail.com\", comment = c(ORCID = \"0000-0003-2375-1360\")), person(given = \"Matthew\", family = \"Smith\", role = \"rev\", email = \"M.Smith3@napier.ac.uk\"), person(given = \"Jakob\", family = \"Bossek\", role = \"rev\", email = \"bossek@wi.uni-muenster.de\"))",
|
||
"Maintainer": "Indrajeet Patil <patilindrajeet.science@gmail.com>",
|
||
"Description": "Provides plotting utilities supporting packages in the 'easystats' ecosystem (<https://github.com/easystats/easystats>) and some extra themes, geoms, and scales for 'ggplot2'. Color scales are based on <https://materialui.co/>. References: Lüdecke et al. (2021) <doi:10.21105/joss.03393>.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://easystats.github.io/see/",
|
||
"BugReports": "https://github.com/easystats/see/issues",
|
||
"Depends": [
|
||
"graphics",
|
||
"grDevices",
|
||
"R (>= 4.0)",
|
||
"stats"
|
||
],
|
||
"Imports": [
|
||
"bayestestR (>= 0.15.1)",
|
||
"correlation (>= 0.8.6)",
|
||
"datawizard (>= 1.0.0)",
|
||
"effectsize (>= 1.0.0)",
|
||
"ggplot2 (>= 3.5.1)",
|
||
"insight (>= 1.0.1)",
|
||
"modelbased (>= 0.8.9)",
|
||
"patchwork (>= 1.3.0)",
|
||
"parameters (>= 0.24.1)",
|
||
"performance (>= 0.13.0)"
|
||
],
|
||
"Suggests": [
|
||
"BH",
|
||
"brms",
|
||
"collapse",
|
||
"curl",
|
||
"DHARMa",
|
||
"emmeans",
|
||
"factoextra",
|
||
"ggdag",
|
||
"ggdist",
|
||
"ggraph",
|
||
"ggrepel",
|
||
"ggridges",
|
||
"ggside",
|
||
"glmmTMB",
|
||
"grid",
|
||
"httr",
|
||
"httr2",
|
||
"lavaan",
|
||
"lme4",
|
||
"logspline",
|
||
"marginaleffects",
|
||
"MASS",
|
||
"mclogit",
|
||
"mclust",
|
||
"merDeriv",
|
||
"mgcv",
|
||
"metafor",
|
||
"NbClust",
|
||
"nFactors",
|
||
"poorman",
|
||
"psych",
|
||
"qqplotr (>= 0.0.6)",
|
||
"randomForest",
|
||
"RcppEigen",
|
||
"rlang",
|
||
"rmarkdown",
|
||
"rstanarm",
|
||
"scales (>= 1.3.0)",
|
||
"splines",
|
||
"testthat (>= 3.2.1)",
|
||
"tidygraph",
|
||
"vdiffr (>= 1.0.8)"
|
||
],
|
||
"Encoding": "UTF-8",
|
||
"Language": "en-US",
|
||
"RoxygenNote": "7.3.2",
|
||
"Config/testthat/edition": "3",
|
||
"Config/testthat/parallel": "true",
|
||
"Config/Needs/website": "easystats/easystatstemplate",
|
||
"Config/rcmdcheck/ignore-inconsequential-notes": "true",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Daniel Lüdecke [aut, ctb] (<https://orcid.org/0000-0002-8895-3206>), Dominique Makowski [aut, inv] (<https://orcid.org/0000-0001-5375-9967>), Indrajeet Patil [aut, cre] (<https://orcid.org/0000-0003-1995-6531>), Mattan S. Ben-Shachar [aut, ctb] (<https://orcid.org/0000-0002-4287-4801>), Brenton M. Wiernik [aut, ctb] (<https://orcid.org/0000-0001-9560-6336>), Philip Waggoner [aut, ctb] (<https://orcid.org/0000-0002-7825-7573>), Jeffrey R. Stevens [ctb] (<https://orcid.org/0000-0003-2375-1360>), Matthew Smith [rev], Jakob Bossek [rev]",
|
||
"Repository": "CRAN"
|
||
},
|
||
"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 = \"winston@posit.co\", comment = c(ORCID = \"0000-0002-1576-2126\")), person(\"Joe\", \"Cheng\", role = \"aut\", email = \"joe@posit.co\"), person(\"JJ\", \"Allaire\", role = \"aut\", email = \"jj@posit.co\"), person(\"Carson\", \"Sievert\", role = \"aut\", email = \"carson@posit.co\", comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Barret\", \"Schloerke\", role = \"aut\", email = \"barret@posit.co\", comment = c(ORCID = \"0000-0001-9986-114X\")), person(\"Yihui\", \"Xie\", role = \"aut\", email = \"yihui@posit.co\"), person(\"Jeff\", \"Allen\", role = \"aut\"), person(\"Jonathan\", \"McPherson\", role = \"aut\", email = \"jonathan@posit.co\"), person(\"Alan\", \"Dipert\", role = \"aut\"), person(\"Barbara\", \"Borges\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(family = \"jQuery Foundation\", role = \"cph\", comment = \"jQuery library and jQuery UI library\"), person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt\"), person(family = \"jQuery UI contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery UI library; authors listed in inst/www/shared/jqueryui/AUTHORS.txt\"), person(\"Mark\", \"Otto\", role = \"ctb\", comment = \"Bootstrap library\"), person(\"Jacob\", \"Thornton\", role = \"ctb\", comment = \"Bootstrap library\"), person(family = \"Bootstrap contributors\", role = \"ctb\", comment = \"Bootstrap library\"), person(family = \"Twitter, Inc\", role = \"cph\", comment = \"Bootstrap library\"), person(\"Prem Nawaz\", \"Khan\", role = \"ctb\", comment = \"Bootstrap accessibility plugin\"), person(\"Victor\", \"Tsaran\", role = \"ctb\", comment = \"Bootstrap accessibility plugin\"), person(\"Dennis\", \"Lembree\", role = \"ctb\", comment = \"Bootstrap accessibility plugin\"), person(\"Srinivasu\", \"Chakravarthula\", role = \"ctb\", comment = \"Bootstrap accessibility plugin\"), person(\"Cathy\", \"O'Connor\", role = \"ctb\", comment = \"Bootstrap accessibility plugin\"), person(family = \"PayPal, Inc\", role = \"cph\", comment = \"Bootstrap accessibility plugin\"), person(\"Stefan\", \"Petre\", role = c(\"ctb\", \"cph\"), comment = \"Bootstrap-datepicker library\"), person(\"Andrew\", \"Rowls\", role = c(\"ctb\", \"cph\"), comment = \"Bootstrap-datepicker library\"), person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"), comment = \"selectize.js library\"), person(\"Salmen\", \"Bejaoui\", role = c(\"ctb\", \"cph\"), comment = \"selectize-plugin-a11y library\"), person(\"Denis\", \"Ineshin\", role = c(\"ctb\", \"cph\"), comment = \"ion.rangeSlider library\"), person(\"Sami\", \"Samhuri\", role = c(\"ctb\", \"cph\"), comment = \"Javascript strftime library\"), person(family = \"SpryMedia Limited\", role = c(\"ctb\", \"cph\"), comment = \"DataTables library\"), person(\"John\", \"Fraser\", role = c(\"ctb\", \"cph\"), comment = \"showdown.js library\"), person(\"John\", \"Gruber\", role = c(\"ctb\", \"cph\"), comment = \"showdown.js library\"), person(\"Ivan\", \"Sagalaev\", role = c(\"ctb\", \"cph\"), comment = \"highlight.js library\"), person(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 <winston@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"shinyTime": {
|
||
"Package": "shinyTime",
|
||
"Version": "1.0.3",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "A Time Input Widget for Shiny",
|
||
"Authors@R": "person(\"Gerhard\", \"Burger\", email = \"burger.ga@gmail.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-1062-5576\"))",
|
||
"Description": "Provides a time input widget for Shiny. This widget allows intuitive time input in the '[hh]:[mm]:[ss]' or '[hh]:[mm]' (24H) format by using a separate numeric input for each time component. The interface with R uses date-time objects. See the project page for more information and examples.",
|
||
"License": "GPL-3 | file LICENSE",
|
||
"Imports": [
|
||
"htmltools",
|
||
"shiny"
|
||
],
|
||
"URL": "https://burgerga.github.io/shinyTime/, https://github.com/burgerga/shinyTime",
|
||
"BugReports": "https://github.com/burgerga/shinyTime/issues",
|
||
"RoxygenNote": "7.2.1",
|
||
"Encoding": "UTF-8",
|
||
"Language": "en-US",
|
||
"Suggests": [
|
||
"testthat (>= 2.1.0)",
|
||
"spelling",
|
||
"hms"
|
||
],
|
||
"NeedsCompilation": "no",
|
||
"Author": "Gerhard Burger [aut, cre] (<https://orcid.org/0000-0003-1062-5576>)",
|
||
"Maintainer": "Gerhard Burger <burger.ga@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"shinyWidgets": {
|
||
"Package": "shinyWidgets",
|
||
"Version": "0.9.0",
|
||
"Source": "Repository",
|
||
"Title": "Custom Inputs Widgets for Shiny",
|
||
"Authors@R": "c( person(\"Victor\", \"Perrier\", email = \"victor.perrier@dreamrs.fr\", role = c(\"aut\", \"cre\", \"cph\")), person(\"Fanny\", \"Meyer\", role = \"aut\"), person(\"David\", \"Granjon\", role = \"aut\"), person(\"Ian\", \"Fellows\", role = \"ctb\", comment = \"Methods for mutating vertical tabs & updateMultiInput\"), person(\"Wil\", \"Davis\", role = \"ctb\", comment = \"numericRangeInput function\"), person(\"Spencer\", \"Matthews\", role = \"ctb\", comment = \"autoNumeric methods\"), person(family = \"JavaScript and CSS libraries authors\", role = c(\"ctb\", \"cph\"), comment = \"All authors are listed in LICENSE.md\") )",
|
||
"Description": "Collection of custom input controls and user interface components for 'Shiny' applications. Give your applications a unique and colorful style !",
|
||
"URL": "https://github.com/dreamRs/shinyWidgets, https://dreamrs.github.io/shinyWidgets/",
|
||
"BugReports": "https://github.com/dreamRs/shinyWidgets/issues",
|
||
"License": "GPL-3",
|
||
"Encoding": "UTF-8",
|
||
"LazyData": "true",
|
||
"RoxygenNote": "7.3.2",
|
||
"Depends": [
|
||
"R (>= 3.1.0)"
|
||
],
|
||
"Imports": [
|
||
"bslib",
|
||
"sass",
|
||
"shiny (>= 1.6.0)",
|
||
"htmltools (>= 0.5.1)",
|
||
"jsonlite",
|
||
"grDevices",
|
||
"rlang"
|
||
],
|
||
"Suggests": [
|
||
"testthat",
|
||
"covr",
|
||
"ggplot2",
|
||
"DT",
|
||
"scales",
|
||
"shinydashboard",
|
||
"shinydashboardPlus"
|
||
],
|
||
"NeedsCompilation": "no",
|
||
"Author": "Victor Perrier [aut, cre, cph], Fanny Meyer [aut], David Granjon [aut], Ian Fellows [ctb] (Methods for mutating vertical tabs & updateMultiInput), Wil Davis [ctb] (numericRangeInput function), Spencer Matthews [ctb] (autoNumeric methods), JavaScript and CSS libraries authors [ctb, cph] (All authors are listed in LICENSE.md)",
|
||
"Maintainer": "Victor Perrier <victor.perrier@dreamrs.fr>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"shinybusy": {
|
||
"Package": "shinybusy",
|
||
"Version": "0.3.3",
|
||
"Source": "Repository",
|
||
"Title": "Busy Indicators and Notifications for 'Shiny' Applications",
|
||
"Authors@R": "c(person(\"Fanny\", \"Meyer\", role = \"aut\"), person(\"Victor\", \"Perrier\", email = \"victor.perrier@dreamrs.fr\", role = c(\"aut\", \"cre\")), person(\"Silex Technologies\", comment = \"https://www.silex-ip.com\", role = \"fnd\"))",
|
||
"Description": "Add indicators (spinner, progress bar, gif) in your 'shiny' applications to show the user that the server is busy. And other tools to let your users know something is happening (send notifications, reports, ...).",
|
||
"License": "GPL-3",
|
||
"Encoding": "UTF-8",
|
||
"Imports": [
|
||
"htmltools",
|
||
"shiny",
|
||
"jsonlite",
|
||
"htmlwidgets"
|
||
],
|
||
"RoxygenNote": "7.3.1",
|
||
"URL": "https://github.com/dreamRs/shinybusy, https://dreamrs.github.io/shinybusy/",
|
||
"BugReports": "https://github.com/dreamRs/shinybusy/issues",
|
||
"Suggests": [
|
||
"testthat",
|
||
"covr",
|
||
"knitr",
|
||
"rmarkdown"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Fanny Meyer [aut], Victor Perrier [aut, cre], Silex Technologies [fnd] (https://www.silex-ip.com)",
|
||
"Maintainer": "Victor Perrier <victor.perrier@dreamrs.fr>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"sjPlot": {
|
||
"Package": "sjPlot",
|
||
"Version": "2.8.17",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Encoding": "UTF-8",
|
||
"Title": "Data Visualization for Statistics in Social Science",
|
||
"Authors@R": "c( person(\"Daniel\", \"Lüdecke\", email = \"d.luedecke@uke.de\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-8895-3206\")), person(\"Alexander\", \"Bartel\", role = \"ctb\", comment = c(ORCID = \"0000-0002-1280-6138\")), person(\"Carsten\", \"Schwemmer\", email = \"carsten.schwemmer@uni-bamberg.de\", role = \"ctb\"), person(given = \"Chuck\", family = \"Powell\", role = \"ctb\", email = \"ibecav@gmail.com\", comment = c(ORCID = \"0000-0002-3606-2188\")), person(given = \"Amir\", family = \"Djalovski\", role = \"ctb\", email = \"Amir.DJV@gmail.com\"), person(given = \"Johannes\", family = \"Titz\", role = \"ctb\", email = \"johannes@titz.science\", comment = c(ORCID = \"0000-0002-1102-5719\")))",
|
||
"Maintainer": "Daniel Lüdecke <d.luedecke@uke.de>",
|
||
"Description": "Collection of plotting and table output functions for data visualization. Results of various statistical analyses (that are commonly used in social sciences) can be visualized using this package, including simple and cross tabulated frequencies, histograms, box plots, (generalized) linear models, mixed effects models, principal component analysis and correlation matrices, cluster analyses, scatter plots, stacked scales, effects plots of regression models (including interaction terms) and much more. This package supports labelled data.",
|
||
"License": "GPL-3",
|
||
"Depends": [
|
||
"R (>= 3.6)"
|
||
],
|
||
"Imports": [
|
||
"graphics",
|
||
"grDevices",
|
||
"stats",
|
||
"utils",
|
||
"bayestestR",
|
||
"datawizard",
|
||
"dplyr",
|
||
"ggeffects",
|
||
"ggplot2 (>= 3.2.0)",
|
||
"knitr",
|
||
"insight",
|
||
"MASS",
|
||
"parameters",
|
||
"performance",
|
||
"purrr",
|
||
"rlang",
|
||
"scales",
|
||
"sjlabelled (>= 1.1.2)",
|
||
"sjmisc (>= 2.8.2)",
|
||
"sjstats (>= 0.17.8)",
|
||
"tidyr (>= 1.0.0)"
|
||
],
|
||
"Suggests": [
|
||
"brms",
|
||
"car",
|
||
"clubSandwich",
|
||
"cluster",
|
||
"cowplot",
|
||
"effects",
|
||
"haven",
|
||
"GPArotation",
|
||
"ggrepel",
|
||
"glmmTMB",
|
||
"gridExtra",
|
||
"ggridges",
|
||
"httr",
|
||
"lme4",
|
||
"nFactors",
|
||
"pscl",
|
||
"psych",
|
||
"rmarkdown",
|
||
"rstanarm",
|
||
"sandwich",
|
||
"splines",
|
||
"survey",
|
||
"TMB",
|
||
"testthat"
|
||
],
|
||
"URL": "https://strengejacke.github.io/sjPlot/",
|
||
"BugReports": "https://github.com/strengejacke/sjPlot/issues",
|
||
"RoxygenNote": "7.3.2",
|
||
"VignetteBuilder": "knitr",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Daniel Lüdecke [aut, cre] (<https://orcid.org/0000-0002-8895-3206>), Alexander Bartel [ctb] (<https://orcid.org/0000-0002-1280-6138>), Carsten Schwemmer [ctb], Chuck Powell [ctb] (<https://orcid.org/0000-0002-3606-2188>), Amir Djalovski [ctb], Johannes Titz [ctb] (<https://orcid.org/0000-0002-1102-5719>)",
|
||
"Repository": "CRAN"
|
||
},
|
||
"sjlabelled": {
|
||
"Package": "sjlabelled",
|
||
"Version": "1.2.0",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Encoding": "UTF-8",
|
||
"Title": "Labelled Data Utility Functions",
|
||
"Authors@R": "c( person(\"Daniel\", \"Lüdecke\", role = c(\"aut\", \"cre\"), email = \"d.luedecke@uke.de\", comment = c(ORCID = \"0000-0002-8895-3206\")), person(\"avid\", \"Ranzolin\", role = \"ctb\", email = \"daranzolin@gmail.com\"), person(\"Jonathan\", \"De Troye\", role = \"ctb\", email = \"detroyejr@outlook.com\") )",
|
||
"Maintainer": "Daniel Lüdecke <d.luedecke@uke.de>",
|
||
"Description": "Collection of functions dealing with labelled data, like reading and writing data between R and other statistical software packages like 'SPSS', 'SAS' or 'Stata', and working with labelled data. This includes easy ways to get, set or change value and variable label attributes, to convert labelled vectors into factors or numeric (and vice versa), or to deal with multiple declared missing values.",
|
||
"License": "GPL-3",
|
||
"Depends": [
|
||
"R (>= 3.4)"
|
||
],
|
||
"Imports": [
|
||
"insight",
|
||
"datawizard",
|
||
"stats",
|
||
"tools",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"dplyr",
|
||
"haven (>= 1.1.2)",
|
||
"magrittr",
|
||
"sjmisc",
|
||
"sjPlot",
|
||
"knitr",
|
||
"rlang",
|
||
"rmarkdown",
|
||
"snakecase",
|
||
"testthat"
|
||
],
|
||
"URL": "https://strengejacke.github.io/sjlabelled/",
|
||
"BugReports": "https://github.com/strengejacke/sjlabelled/issues",
|
||
"RoxygenNote": "7.1.2",
|
||
"VignetteBuilder": "knitr",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Daniel Lüdecke [aut, cre] (<https://orcid.org/0000-0002-8895-3206>), avid Ranzolin [ctb], Jonathan De Troye [ctb]",
|
||
"Repository": "CRAN"
|
||
},
|
||
"sjmisc": {
|
||
"Package": "sjmisc",
|
||
"Version": "2.8.10",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Encoding": "UTF-8",
|
||
"Title": "Data and Variable Transformation Functions",
|
||
"Authors@R": "c(person(\"Daniel\", \"Lüdecke\", role = c(\"aut\", \"cre\"), email = \"d.luedecke@uke.de\", comment = c(ORCID = \"0000-0002-8895-3206\")), person(\"Iago\", \"Giné-Vázquez\", role = c(\"ctb\"), email = \"i.gine@pssjd.org\"), person(\"Alexander\", \"Bartel\", role = \"ctb\", email = \"alexander.bartel@fu-berlin.de\", comment = c(ORCID = \"0000-0002-1280-6138\")))",
|
||
"Maintainer": "Daniel Lüdecke <d.luedecke@uke.de>",
|
||
"Description": "Collection of miscellaneous utility functions, supporting data transformation tasks like recoding, dichotomizing or grouping variables, setting and replacing missing values. The data transformation functions also support labelled data, and all integrate seamlessly into a 'tidyverse'-workflow.",
|
||
"License": "GPL-3",
|
||
"Depends": [
|
||
"R (>= 3.4)"
|
||
],
|
||
"Imports": [
|
||
"dplyr",
|
||
"insight",
|
||
"datawizard",
|
||
"magrittr",
|
||
"methods",
|
||
"purrr",
|
||
"rlang",
|
||
"sjlabelled (>= 1.1.1)",
|
||
"stats",
|
||
"tidyselect",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"ggplot2",
|
||
"graphics",
|
||
"haven (>= 2.0.0)",
|
||
"mice",
|
||
"nnet",
|
||
"sjPlot",
|
||
"sjstats",
|
||
"knitr",
|
||
"rmarkdown",
|
||
"stringdist",
|
||
"testthat",
|
||
"tidyr"
|
||
],
|
||
"URL": "https://strengejacke.github.io/sjmisc/",
|
||
"BugReports": "https://github.com/strengejacke/sjmisc/issues",
|
||
"RoxygenNote": "7.3.1",
|
||
"VignetteBuilder": "knitr",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Daniel Lüdecke [aut, cre] (<https://orcid.org/0000-0002-8895-3206>), Iago Giné-Vázquez [ctb], Alexander Bartel [ctb] (<https://orcid.org/0000-0002-1280-6138>)",
|
||
"Repository": "CRAN"
|
||
},
|
||
"sjstats": {
|
||
"Package": "sjstats",
|
||
"Version": "0.19.0",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Encoding": "UTF-8",
|
||
"Title": "Collection of Convenient Functions for Common Statistical Computations",
|
||
"Authors@R": "person(\"Daniel\", \"Lüdecke\", role = c(\"aut\", \"cre\"), email = \"d.luedecke@uke.de\", comment = c(ORCID = \"0000-0002-8895-3206\"))",
|
||
"Maintainer": "Daniel Lüdecke <d.luedecke@uke.de>",
|
||
"Description": "Collection of convenient functions for common statistical computations, which are not directly provided by R's base or stats packages. This package aims at providing, first, shortcuts for statistical measures, which otherwise could only be calculated with additional effort (like Cramer's V, Phi, or effect size statistics like Eta or Omega squared), or for which currently no functions available. Second, another focus lies on weighted variants of common statistical measures and tests like weighted standard error, mean, t-test, correlation, and more.",
|
||
"License": "GPL-3",
|
||
"Depends": [
|
||
"R (>= 3.4)",
|
||
"utils"
|
||
],
|
||
"Imports": [
|
||
"datawizard",
|
||
"effectsize (>= 0.8.8)",
|
||
"insight",
|
||
"parameters",
|
||
"performance",
|
||
"stats"
|
||
],
|
||
"Suggests": [
|
||
"brms",
|
||
"car",
|
||
"coin",
|
||
"ggplot2",
|
||
"lme4",
|
||
"MASS",
|
||
"pscl",
|
||
"pwr",
|
||
"survey",
|
||
"testthat"
|
||
],
|
||
"URL": "https://strengejacke.github.io/sjstats/",
|
||
"BugReports": "https://github.com/strengejacke/sjstats/issues",
|
||
"RoxygenNote": "7.3.1",
|
||
"Config/testthat/edition": "3",
|
||
"Config/testthat/parallel": "true",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Daniel Lüdecke [aut, cre] (<https://orcid.org/0000-0002-8895-3206>)",
|
||
"Repository": "CRAN"
|
||
},
|
||
"snakecase": {
|
||
"Package": "snakecase",
|
||
"Version": "0.11.1",
|
||
"Source": "Repository",
|
||
"Date": "2023-08-27",
|
||
"Title": "Convert Strings into any Case",
|
||
"Description": "A consistent, flexible and easy to use tool to parse and convert strings into cases like snake or camel among others.",
|
||
"Authors@R": "c( person(\"Malte\", \"Grosser\", , \"malte.grosser@gmail.com\", role = c(\"aut\", \"cre\")))",
|
||
"Maintainer": "Malte Grosser <malte.grosser@gmail.com>",
|
||
"Depends": [
|
||
"R (>= 3.2)"
|
||
],
|
||
"Imports": [
|
||
"stringr",
|
||
"stringi"
|
||
],
|
||
"Suggests": [
|
||
"testthat",
|
||
"covr",
|
||
"tibble",
|
||
"purrrlyr",
|
||
"knitr",
|
||
"rmarkdown",
|
||
"magrittr"
|
||
],
|
||
"URL": "https://github.com/Tazinho/snakecase",
|
||
"BugReports": "https://github.com/Tazinho/snakecase/issues",
|
||
"Encoding": "UTF-8",
|
||
"License": "GPL-3",
|
||
"RoxygenNote": "6.1.1",
|
||
"VignetteBuilder": "knitr",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Malte Grosser [aut, cre]",
|
||
"Repository": "CRAN"
|
||
},
|
||
"sodium": {
|
||
"Package": "sodium",
|
||
"Version": "1.4.0",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "A Modern and Easy-to-Use Crypto Library",
|
||
"Authors@R": "person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\"))",
|
||
"Description": "Bindings to 'libsodium' <https://doc.libsodium.org/>: a modern, easy-to-use software library for encryption, decryption, signatures, password hashing and more. Sodium uses curve25519, a state-of-the-art Diffie-Hellman function by Daniel Bernstein, which has become very popular after it was discovered that the NSA had backdoored Dual EC DRBG.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://docs.ropensci.org/sodium/ https://github.com/r-lib/sodium",
|
||
"BugReports": "https://github.com/r-lib/sodium/issues",
|
||
"SystemRequirements": "libsodium (>= 1.0.3)",
|
||
"VignetteBuilder": "knitr",
|
||
"Suggests": [
|
||
"knitr",
|
||
"rmarkdown"
|
||
],
|
||
"RoxygenNote": "7.2.3",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>)",
|
||
"Maintainer": "Jeroen Ooms <jeroenooms@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"sourcetools": {
|
||
"Package": "sourcetools",
|
||
"Version": "0.1.7-1",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Tools for Reading, Tokenizing and Parsing R Code",
|
||
"Author": "Kevin Ushey",
|
||
"Maintainer": "Kevin Ushey <kevinushey@gmail.com>",
|
||
"Description": "Tools for the reading and tokenization of R code. The 'sourcetools' package provides both an R and C++ interface for the tokenization of R code, and helpers for interacting with the tokenized representation of R code.",
|
||
"License": "MIT + file LICENSE",
|
||
"Depends": [
|
||
"R (>= 3.0.2)"
|
||
],
|
||
"Suggests": [
|
||
"testthat"
|
||
],
|
||
"RoxygenNote": "5.0.1",
|
||
"BugReports": "https://github.com/kevinushey/sourcetools/issues",
|
||
"Encoding": "UTF-8",
|
||
"NeedsCompilation": "yes",
|
||
"Repository": "CRAN"
|
||
},
|
||
"sparkline": {
|
||
"Package": "sparkline",
|
||
"Version": "2.0",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "'jQuery' Sparkline 'htmlwidget'",
|
||
"Date": "2016-11-10",
|
||
"Authors@R": "c( person(\"Ramnath\", \"Vaidyanathan\", email = \"ramnath.vaidya@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Kent\", \"Russell\", email = \"kent.russell@timelyportfolio.com\", role = c(\"aut\", \"ctb\")), person(\"Gareth\", \"Watts\", role = c(\"aut\", \"cph\"), comment = \"jquery.sparkline library in htmlwidgets/lib, https://github.com/gwatts/jquery.sparkline\"), person(family = \"jQuery Foundation\", role = \"cph\", comment = \"jQuery library\"), person(family = \"jQuery contributors\", role = c(\"ctb\", \"cph\"), comment = \"jQuery library; authors listed in inst/htmlwidgets/lib/jquery/jquery-AUTHORS.txt\" ) )",
|
||
"Maintainer": "Ramnath Vaidyanathan <ramnath.vaidya@gmail.com>",
|
||
"Description": "Include interactive sparkline charts <http://omnipotent.net/jquery.sparkline> in all R contexts with the convenience of 'htmlwidgets'.",
|
||
"Imports": [
|
||
"htmltools",
|
||
"htmlwidgets (>= 0.8)"
|
||
],
|
||
"Suggests": [
|
||
"formattable",
|
||
"knitr",
|
||
"rmarkdown",
|
||
"shiny"
|
||
],
|
||
"License": "MIT + file LICENSE",
|
||
"RoxygenNote": "5.0.1",
|
||
"VignetteBuilder": "knitr",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Ramnath Vaidyanathan [aut, cre], Kent Russell [aut, ctb], Gareth Watts [aut, cph] (jquery.sparkline library in htmlwidgets/lib, https://github.com/gwatts/jquery.sparkline), jQuery Foundation [cph] (jQuery library), jQuery contributors [ctb, cph] (jQuery library; authors listed in inst/htmlwidgets/lib/jquery/jquery-AUTHORS.txt)",
|
||
"Repository": "CRAN"
|
||
},
|
||
"stringi": {
|
||
"Package": "stringi",
|
||
"Version": "1.8.4",
|
||
"Source": "Repository",
|
||
"Date": "2024-05-06",
|
||
"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",
|
||
"Author": "Marek Gagolewski [aut, cre, cph] (<https://orcid.org/0000-0003-0637-6028>), Bartek Tartanus [ctb], and others (stringi source code); Unicode, Inc. and others (ICU4C source code, Unicode Character Database)",
|
||
"Maintainer": "Marek Gagolewski <marek@gagolewski.com>",
|
||
"RoxygenNote": "7.2.3",
|
||
"Encoding": "UTF-8",
|
||
"NeedsCompilation": "yes",
|
||
"License_is_FOSS": "yes",
|
||
"Repository": "CRAN"
|
||
},
|
||
"stringr": {
|
||
"Package": "stringr",
|
||
"Version": "1.5.1",
|
||
"Source": "Repository",
|
||
"Title": "Simple, Consistent Wrappers for Common String Operations",
|
||
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\", \"cph\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "A consistent, simple and easy to use set of wrappers around the fantastic 'stringi' package. All function and argument names (and positions) are consistent, all functions deal with \"NA\"'s and zero length vectors in the same way, and the output from one function is easy to feed into the input of another.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://stringr.tidyverse.org, https://github.com/tidyverse/stringr",
|
||
"BugReports": "https://github.com/tidyverse/stringr/issues",
|
||
"Depends": [
|
||
"R (>= 3.6)"
|
||
],
|
||
"Imports": [
|
||
"cli",
|
||
"glue (>= 1.6.1)",
|
||
"lifecycle (>= 1.0.3)",
|
||
"magrittr",
|
||
"rlang (>= 1.0.0)",
|
||
"stringi (>= 1.5.3)",
|
||
"vctrs (>= 0.4.0)"
|
||
],
|
||
"Suggests": [
|
||
"covr",
|
||
"dplyr",
|
||
"gt",
|
||
"htmltools",
|
||
"htmlwidgets",
|
||
"knitr",
|
||
"rmarkdown",
|
||
"testthat (>= 3.0.0)",
|
||
"tibble"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Config/Needs/website": "tidyverse/tidytemplate",
|
||
"Config/testthat/edition": "3",
|
||
"Encoding": "UTF-8",
|
||
"LazyData": "true",
|
||
"RoxygenNote": "7.2.3",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Hadley Wickham [aut, cre, cph], Posit Software, PBC [cph, fnd]",
|
||
"Maintainer": "Hadley Wickham <hadley@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"svglite": {
|
||
"Package": "svglite",
|
||
"Version": "2.1.3",
|
||
"Source": "Repository",
|
||
"Title": "An 'SVG' Graphics Device",
|
||
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"), person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"T Jake\", \"Luciani\", , \"jake@apache.org\", role = \"aut\"), person(\"Matthieu\", \"Decorde\", , \"matthieu.decorde@ens-lyon.fr\", role = \"aut\"), person(\"Vaudor\", \"Lise\", , \"lise.vaudor@ens-lyon.fr\", role = \"aut\"), person(\"Tony\", \"Plate\", role = \"ctb\", comment = \"Early line dashing code\"), person(\"David\", \"Gohel\", role = \"ctb\", comment = \"Line dashing code and early raster code\"), person(\"Yixuan\", \"Qiu\", role = \"ctb\", comment = \"Improved styles; polypath implementation\"), person(\"Håkon\", \"Malmedal\", role = \"ctb\", comment = \"Opacity code\"), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"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 (>= 3.5.0)"
|
||
],
|
||
"Imports": [
|
||
"systemfonts (>= 1.0.0)"
|
||
],
|
||
"Suggests": [
|
||
"covr",
|
||
"fontquiver (>= 0.2.0)",
|
||
"htmltools",
|
||
"knitr",
|
||
"rmarkdown",
|
||
"testthat (>= 3.0.0)",
|
||
"xml2 (>= 1.0.0)"
|
||
],
|
||
"LinkingTo": [
|
||
"cpp11",
|
||
"systemfonts"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Config/Needs/website": "tidyverse/tidytemplate",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.2.3",
|
||
"SystemRequirements": "libpng",
|
||
"Config/testthat/edition": "3",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Hadley Wickham [aut], Lionel Henry [aut], Thomas Lin Pedersen [cre, aut] (<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, PBC [cph, fnd]",
|
||
"Maintainer": "Thomas Lin Pedersen <thomas.pedersen@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"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 = \"jeroenooms@gmail.com\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = \"ctb\"))",
|
||
"Description": "Drop-in replacements for the base system2() function with fine control and consistent behavior across platforms. Supports clean interruption, timeout, background tasks, and streaming STDIN / STDOUT / STDERR over binary or text connections. Arguments on Windows automatically get encoded and quoted to work on different locales.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://jeroen.r-universe.dev/sys",
|
||
"BugReports": "https://github.com/jeroen/sys/issues",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.1.1",
|
||
"Suggests": [
|
||
"unix (>= 1.4)",
|
||
"spelling",
|
||
"testthat"
|
||
],
|
||
"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 <jeroenooms@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"systemfonts": {
|
||
"Package": "systemfonts",
|
||
"Version": "1.2.1",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "System Native Font Finding",
|
||
"Authors@R": "c( person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Jeroen\", \"Ooms\", , \"jeroen@berkeley.edu\", role = \"aut\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"Devon\", \"Govett\", role = \"aut\", comment = \"Author of font-manager\"), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"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)"
|
||
],
|
||
"Suggests": [
|
||
"covr",
|
||
"farver",
|
||
"graphics",
|
||
"knitr",
|
||
"rmarkdown",
|
||
"testthat (>= 2.1.0)"
|
||
],
|
||
"LinkingTo": [
|
||
"cpp11 (>= 0.2.1)"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.2",
|
||
"SystemRequirements": "fontconfig, freetype2",
|
||
"Config/Needs/website": "tidyverse/tidytemplate",
|
||
"Imports": [
|
||
"grid",
|
||
"jsonlite",
|
||
"lifecycle",
|
||
"tools",
|
||
"utils"
|
||
],
|
||
"Config/build/compilation-database": "true",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Thomas Lin Pedersen [aut, cre] (<https://orcid.org/0000-0002-5147-4711>), Jeroen Ooms [aut] (<https://orcid.org/0000-0002-4035-0289>), Devon Govett [aut] (Author of font-manager), Posit, PBC [cph, fnd]",
|
||
"Maintainer": "Thomas Lin Pedersen <thomas.pedersen@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"textshaping": {
|
||
"Package": "textshaping",
|
||
"Version": "1.0.0",
|
||
"Source": "Repository",
|
||
"Title": "Bindings to the 'HarfBuzz' and 'Fribidi' Libraries for Text Shaping",
|
||
"Authors@R": "c( person(\"Thomas Lin\", \"Pedersen\", , \"thomas.pedersen@posit.co\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-5147-4711\")), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"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",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.2",
|
||
"SystemRequirements": "freetype2, harfbuzz, fribidi",
|
||
"Config/build/compilation-database": "true",
|
||
"Config/testthat/edition": "3",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Thomas Lin Pedersen [cre, aut] (<https://orcid.org/0000-0002-5147-4711>), Posit, PBC [cph, fnd]",
|
||
"Maintainer": "Thomas Lin Pedersen <thomas.pedersen@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"thematic": {
|
||
"Package": "thematic",
|
||
"Version": "0.1.6",
|
||
"Source": "Repository",
|
||
"Title": "Unified and Automatic 'Theming' of 'ggplot2', 'lattice', and 'base' R Graphics",
|
||
"Authors@R": "c( person(\"Carson\", \"Sievert\", , \"carson@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-4958-2844\")), person(\"Barret\", \"Schloerke\", , \"barret@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0001-9986-114X\")), person(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "Theme 'ggplot2', 'lattice', and 'base' graphics based on a few choices, including foreground color, background color, accent color, and font family. Fonts that aren't available on the system, but are available via download on 'Google Fonts', can be automatically downloaded, cached, and registered for use with the 'showtext' and 'ragg' packages.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://rstudio.github.io/thematic/, https://github.com/rstudio/thematic",
|
||
"BugReports": "https://github.com/rstudio/thematic/issues",
|
||
"Depends": [
|
||
"R (>= 3.0.0)"
|
||
],
|
||
"Imports": [
|
||
"farver",
|
||
"ggplot2 (>= 3.3.0)",
|
||
"graphics",
|
||
"grDevices",
|
||
"grid",
|
||
"rappdirs",
|
||
"rlang",
|
||
"rstudioapi (>= 0.8)",
|
||
"scales",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"bslib",
|
||
"Cairo",
|
||
"curl",
|
||
"gganimate",
|
||
"ggiraph",
|
||
"htmltools",
|
||
"jsonlite",
|
||
"knitr",
|
||
"lattice",
|
||
"ragg",
|
||
"rmarkdown",
|
||
"shiny (>= 1.5.0)",
|
||
"showtext",
|
||
"stats",
|
||
"svglite",
|
||
"sysfonts",
|
||
"systemfonts",
|
||
"testthat",
|
||
"vdiffr (>= 1.0.0)",
|
||
"withr"
|
||
],
|
||
"Config/Needs/check": "shinytest, callr, sf, ggthemes, patchwork, gridExtra, tinytex, devtools, rversions",
|
||
"Config/Needs/routine": "ggrepel",
|
||
"Config/Needs/website": "GGally, RColorBrewer, patchwork, apreshill/quillt",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.2",
|
||
"Collate": "'auto.R' 'base.R' 'cache.R' 'gfonts.R' 'ggplot.R' 'globals.R' 'hooks.R' 'knitr.R' 'lattice.R' 'onLoad.R' 'thematic-package.R' 'thematic-save-plot.R' 'thematic.R' 'utils.R' 'view-shinytest.R'",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Carson Sievert [aut, cre] (<https://orcid.org/0000-0002-4958-2844>), Barret Schloerke [aut] (<https://orcid.org/0000-0001-9986-114X>), Joe Cheng [aut], Posit Software, PBC [cph, fnd]",
|
||
"Maintainer": "Carson Sievert <carson@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"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 = \"kirill@cynkra.com\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Hadley\", family = \"Wickham\", role = \"aut\", email = \"hadley@rstudio.com\"), person(given = \"Romain\", family = \"Francois\", role = \"ctb\", email = \"romain@r-enthusiasts.com\"), person(given = \"Jennifer\", family = \"Bryan\", role = \"ctb\", email = \"jenny@rstudio.com\"), person(given = \"RStudio\", role = c(\"cph\", \"fnd\")))",
|
||
"Description": "Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the traditional data frame.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://tibble.tidyverse.org/, https://github.com/tidyverse/tibble",
|
||
"BugReports": "https://github.com/tidyverse/tibble/issues",
|
||
"Depends": [
|
||
"R (>= 3.4.0)"
|
||
],
|
||
"Imports": [
|
||
"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 <kirill@cynkra.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"tidyr": {
|
||
"Package": "tidyr",
|
||
"Version": "1.3.1",
|
||
"Source": "Repository",
|
||
"Title": "Tidy Messy Data",
|
||
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\")), person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\"), person(\"Maximilian\", \"Girlich\", role = \"aut\"), person(\"Kevin\", \"Ushey\", , \"kevin@posit.co\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "Tools to help to create tidy data, where each column is a variable, each row is an observation, and each cell contains a single value. 'tidyr' contains tools for changing the shape (pivoting) and hierarchy (nesting and 'unnesting') of a dataset, turning deeply nested lists into rectangular data frames ('rectangling'), and extracting values out of string columns. It also includes tools for working with missing values (both implicit and explicit).",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://tidyr.tidyverse.org, https://github.com/tidyverse/tidyr",
|
||
"BugReports": "https://github.com/tidyverse/tidyr/issues",
|
||
"Depends": [
|
||
"R (>= 3.6)"
|
||
],
|
||
"Imports": [
|
||
"cli (>= 3.4.1)",
|
||
"dplyr (>= 1.0.10)",
|
||
"glue",
|
||
"lifecycle (>= 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 <hadley@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"tidyselect": {
|
||
"Package": "tidyselect",
|
||
"Version": "1.2.1",
|
||
"Source": "Repository",
|
||
"Title": "Select from a Set of Strings",
|
||
"Authors@R": "c( person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")), person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "A backend for the selecting functions of the 'tidyverse'. It makes it easy to implement select-like functions in your own packages in a way that is consistent with other 'tidyverse' interfaces for selection.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://tidyselect.r-lib.org, https://github.com/r-lib/tidyselect",
|
||
"BugReports": "https://github.com/r-lib/tidyselect/issues",
|
||
"Depends": [
|
||
"R (>= 3.4)"
|
||
],
|
||
"Imports": [
|
||
"cli (>= 3.3.0)",
|
||
"glue (>= 1.3.0)",
|
||
"lifecycle (>= 1.0.3)",
|
||
"rlang (>= 1.0.4)",
|
||
"vctrs (>= 0.5.2)",
|
||
"withr"
|
||
],
|
||
"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 <lionel@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"timechange": {
|
||
"Package": "timechange",
|
||
"Version": "0.3.0",
|
||
"Source": "Repository",
|
||
"Title": "Efficient Manipulation of Date-Times",
|
||
"Authors@R": "c(person(\"Vitalie\", \"Spinu\", email = \"spinuvit@gmail.com\", 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 <spinuvit@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"tinytex": {
|
||
"Package": "tinytex",
|
||
"Version": "0.56",
|
||
"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 = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\")), person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"Christophe\", \"Dervieux\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4474-2498\")), person(\"Devon\", \"Ryan\", role = \"ctb\", email = \"dpryan79@gmail.com\", comment = c(ORCID = \"0000-0002-8549-0971\")), person(\"Ethan\", \"Heinzen\", role = \"ctb\"), person(\"Fernando\", \"Cagua\", role = \"ctb\"), person() )",
|
||
"Description": "Helper functions to install and maintain the 'LaTeX' distribution named 'TinyTeX' (<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 <xie@yihui.name>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"toastui": {
|
||
"Package": "toastui",
|
||
"Version": "0.3.4",
|
||
"Source": "Repository",
|
||
"Title": "Interactive Tables, Calendars and Charts for the Web",
|
||
"Authors@R": "c( person(\"Victor\", \"Perrier\", email = \"victor.perrier@dreamrs.fr\", role = c(\"aut\", \"cre\", \"cph\")), person(\"Fanny\", \"Meyer\", role = \"aut\"), person(\"NHN FE Development Lab\", role = \"cph\", comment = \"tui-grid, tui-calendar, tui-chart libraries\"))",
|
||
"Description": "Create interactive tables, calendars and charts with 'TOAST UI' <https://ui.toast.com/> libraries to integrate in 'shiny' applications or 'rmarkdown' 'HTML' documents.",
|
||
"License": "MIT + file LICENSE",
|
||
"Encoding": "UTF-8",
|
||
"LazyData": "true",
|
||
"Depends": [
|
||
"R (>= 2.10)"
|
||
],
|
||
"Imports": [
|
||
"utils",
|
||
"htmlwidgets",
|
||
"htmltools",
|
||
"magrittr",
|
||
"phosphoricons",
|
||
"rlang",
|
||
"shiny (>= 1.1.0)",
|
||
"shinyWidgets"
|
||
],
|
||
"Suggests": [
|
||
"apexcharter",
|
||
"bslib",
|
||
"knitr",
|
||
"rmarkdown",
|
||
"scales",
|
||
"tinytest"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"RoxygenNote": "7.3.2",
|
||
"URL": "https://dreamrs.github.io/toastui/",
|
||
"BugReports": "https://github.com/dreamRs/toastui/issues",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Victor Perrier [aut, cre, cph], Fanny Meyer [aut], NHN FE Development Lab [cph] (tui-grid, tui-calendar, tui-chart libraries)",
|
||
"Maintainer": "Victor Perrier <victor.perrier@dreamrs.fr>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"twosamples": {
|
||
"Package": "twosamples",
|
||
"Version": "2.0.1",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Fast Permutation Based Two Sample Tests",
|
||
"Authors@R": "person(\"Connor\", \"Dowd\", , \"cd@codowd.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-9782-0931\"))",
|
||
"Description": "Fast randomization based two sample tests. Testing the hypothesis that two samples come from the same distribution using randomization to create p-values. Included tests are: Kolmogorov-Smirnov, Kuiper, Cramer-von Mises, Anderson-Darling, Wasserstein, and DTS. The default test (two_sample) is based on the DTS test statistic, as it is the most powerful, and thus most useful to most users. The DTS test statistic builds on the Wasserstein distance by using a weighting scheme like that of Anderson-Darling. See the companion paper at <arXiv:2007.01360> or <https://codowd.com/public/DTS.pdf> for details of that test statistic, and non-standard uses of the package (parallel for big N, weighted observations, one sample tests, etc). We also include the permutation scheme to make test building simple for others.",
|
||
"License": "GPL (>= 2)",
|
||
"Encoding": "UTF-8",
|
||
"LinkingTo": [
|
||
"cpp11"
|
||
],
|
||
"RoxygenNote": "7.2.3",
|
||
"URL": "https://twosampletest.com, https://github.com/cdowd/twosamples",
|
||
"BugReports": "https://github.com/cdowd/twosamples/issues",
|
||
"Suggests": [
|
||
"testthat (>= 3.0.0)"
|
||
],
|
||
"Config/testthat/edition": "3",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Connor Dowd [aut, cre] (<https://orcid.org/0000-0002-9782-0931>)",
|
||
"Maintainer": "Connor Dowd <cd@codowd.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"tzdb": {
|
||
"Package": "tzdb",
|
||
"Version": "0.4.0",
|
||
"Source": "Repository",
|
||
"Title": "Time Zone Database Information",
|
||
"Authors@R": "c( person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = c(\"aut\", \"cre\")), person(\"Howard\", \"Hinnant\", role = \"cph\", comment = \"Author of the included date library\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "Provides an up-to-date copy of the Internet Assigned Numbers Authority (IANA) Time Zone Database. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight saving time rules. Additionally, this package provides a C++ interface for working with the 'date' library. 'date' provides comprehensive support for working with dates and date-times, which this package exposes to make it easier for other R packages to utilize. Headers are provided for calendar specific calculations, along with a limited interface for time zone manipulations.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://tzdb.r-lib.org, https://github.com/r-lib/tzdb",
|
||
"BugReports": "https://github.com/r-lib/tzdb/issues",
|
||
"Depends": [
|
||
"R (>= 3.5.0)"
|
||
],
|
||
"Suggests": [
|
||
"covr",
|
||
"testthat (>= 3.0.0)"
|
||
],
|
||
"LinkingTo": [
|
||
"cpp11 (>= 0.4.2)"
|
||
],
|
||
"Biarch": "yes",
|
||
"Config/Needs/website": "tidyverse/tidytemplate",
|
||
"Config/testthat/edition": "3",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.2.3",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Davis Vaughan [aut, cre], Howard Hinnant [cph] (Author of the included date library), Posit Software, PBC [cph, fnd]",
|
||
"Maintainer": "Davis Vaughan <davis@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"utf8": {
|
||
"Package": "utf8",
|
||
"Version": "1.2.4",
|
||
"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 = \"kirill@cynkra.com\"), 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.2.3",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Patrick O. Perry [aut, cph], Kirill Müller [cre], Unicode, Inc. [cph, dtc] (Unicode Character Database)",
|
||
"Maintainer": "Kirill Müller <kirill@cynkra.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"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 <Simon.Urbanek@r-project.org>",
|
||
"Authors@R": "c(person(\"Simon\", \"Urbanek\", role=c(\"aut\",\"cre\",\"cph\"), email=\"Simon.Urbanek@r-project.org\", comment=c(\"https://urbanek.org\", ORCID=\"0000-0003-2297-1732\")), person(\"Theodore\",\"Ts'o\", email=\"tytso@thunk.org\", 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": "CRAN"
|
||
},
|
||
"vctrs": {
|
||
"Package": "vctrs",
|
||
"Version": "0.6.5",
|
||
"Source": "Repository",
|
||
"Title": "Vector Helpers",
|
||
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"aut\"), person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = c(\"aut\", \"cre\")), person(\"data.table team\", role = \"cph\", comment = \"Radix sort based on data.table's forder() and their contribution to R's order()\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "Defines new notions of prototype and size that are used to provide tools for consistent and well-founded type-coercion and size-recycling, and are in turn connected to ideas of type- and size-stability useful for analysing function interfaces.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://vctrs.r-lib.org/, https://github.com/r-lib/vctrs",
|
||
"BugReports": "https://github.com/r-lib/vctrs/issues",
|
||
"Depends": [
|
||
"R (>= 3.5.0)"
|
||
],
|
||
"Imports": [
|
||
"cli (>= 3.4.0)",
|
||
"glue",
|
||
"lifecycle (>= 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 <davis@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"viridis": {
|
||
"Package": "viridis",
|
||
"Version": "0.6.5",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Colorblind-Friendly Color Maps for R",
|
||
"Date": "2024-01-28",
|
||
"Authors@R": "c( person(\"Simon\", \"Garnier\", email = \"garnier@njit.edu\", role = c(\"aut\", \"cre\")), person(\"Noam\", \"Ross\", email = \"noam.ross@gmail.com\", role = c(\"ctb\", \"cph\")), person(\"Bob\", \"Rudis\", email = \"bob@rud.is\", role = c(\"ctb\", \"cph\")), person(\"Marco\", \"Sciaini\", email = \"sciaini.marco@gmail.com\", role = c(\"ctb\", \"cph\")), person(\"Antônio Pedro\", \"Camargo\", role = c(\"ctb\", \"cph\")), person(\"Cédric\", \"Scherer\", email = \"scherer@izw-berlin.de\", role = c(\"ctb\", \"cph\")) )",
|
||
"Maintainer": "Simon Garnier <garnier@njit.edu>",
|
||
"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 package also contains 'ggplot2' bindings for discrete and continuous color and fill scales. A lean version of the package called 'viridisLite' that does not include the 'ggplot2' bindings can be found at <https://cran.r-project.org/package=viridisLite>.",
|
||
"License": "MIT + file LICENSE",
|
||
"Encoding": "UTF-8",
|
||
"Depends": [
|
||
"R (>= 2.10)",
|
||
"viridisLite (>= 0.4.0)"
|
||
],
|
||
"Imports": [
|
||
"ggplot2 (>= 1.0.1)",
|
||
"gridExtra"
|
||
],
|
||
"Suggests": [
|
||
"hexbin (>= 1.27.0)",
|
||
"scales",
|
||
"MASS",
|
||
"knitr",
|
||
"dichromat",
|
||
"colorspace",
|
||
"httr",
|
||
"mapproj",
|
||
"vdiffr",
|
||
"svglite (>= 1.2.0)",
|
||
"testthat",
|
||
"covr",
|
||
"rmarkdown",
|
||
"maps",
|
||
"terra"
|
||
],
|
||
"LazyData": "true",
|
||
"VignetteBuilder": "knitr",
|
||
"URL": "https://sjmgarnier.github.io/viridis/, https://github.com/sjmgarnier/viridis/",
|
||
"BugReports": "https://github.com/sjmgarnier/viridis/issues",
|
||
"RoxygenNote": "7.3.1",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Simon Garnier [aut, cre], Noam Ross [ctb, cph], Bob Rudis [ctb, cph], Marco Sciaini [ctb, cph], Antônio Pedro Camargo [ctb, cph], Cédric Scherer [ctb, cph]",
|
||
"Repository": "CRAN"
|
||
},
|
||
"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 = \"garnier@njit.edu\", role = c(\"aut\", \"cre\")), person(\"Noam\", \"Ross\", email = \"noam.ross@gmail.com\", role = c(\"ctb\", \"cph\")), person(\"Bob\", \"Rudis\", email = \"bob@rud.is\", role = c(\"ctb\", \"cph\")), person(\"Marco\", \"Sciaini\", email = \"sciaini.marco@gmail.com\", role = c(\"ctb\", \"cph\")), person(\"Antônio Pedro\", \"Camargo\", role = c(\"ctb\", \"cph\")), person(\"Cédric\", \"Scherer\", email = \"scherer@izw-berlin.de\", role = c(\"ctb\", \"cph\")) )",
|
||
"Maintainer": "Simon Garnier <garnier@njit.edu>",
|
||
"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": "CRAN"
|
||
},
|
||
"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\", , \"hadley@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"Shelby\", \"Bearrows\", role = \"ctb\"), person(\"https://github.com/mandreyel/\", role = \"cph\", comment = \"mio library\"), person(\"Jukka\", \"Jylänki\", role = \"cph\", comment = \"grisu3 implementation\"), person(\"Mikkel\", \"Jørgensen\", role = \"cph\", comment = \"grisu3 implementation\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "The goal of 'vroom' is to read and write data (like 'csv', 'tsv' and 'fwf') quickly. When reading it uses a quick initial indexing step, then reads the values lazily , so only the data you actually use needs to be read. The writer formats the data in parallel and writes to disk asynchronously from formatting.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://vroom.r-lib.org, https://github.com/tidyverse/vroom",
|
||
"BugReports": "https://github.com/tidyverse/vroom/issues",
|
||
"Depends": [
|
||
"R (>= 3.6)"
|
||
],
|
||
"Imports": [
|
||
"bit64",
|
||
"cli (>= 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 <jenny@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"webshot": {
|
||
"Package": "webshot",
|
||
"Version": "0.5.5",
|
||
"Source": "Repository",
|
||
"Title": "Take Screenshots of Web Pages",
|
||
"Authors@R": "c( person(\"Winston\", \"Chang\", email = \"winston@rstudio.com\", role = c(\"aut\", \"cre\")), person(\"Yihui\", \"Xie\", role = \"ctb\"), person(\"Francois\", \"Guillem\", role = \"ctb\"), person(\"Barret\", \"Schloerke\", role = \"ctb\"), person(\"Nicolas\", \"Perriault\", role = \"ctb\", comment = \"The CasperJS library\") )",
|
||
"Description": "Takes screenshots of web pages, including Shiny applications and R Markdown documents.",
|
||
"Depends": [
|
||
"R (>= 3.0)"
|
||
],
|
||
"Imports": [
|
||
"magrittr",
|
||
"jsonlite",
|
||
"callr"
|
||
],
|
||
"Suggests": [
|
||
"httpuv",
|
||
"knitr",
|
||
"rmarkdown",
|
||
"shiny",
|
||
"testthat (>= 3.0.0)"
|
||
],
|
||
"License": "GPL-2",
|
||
"SystemRequirements": "PhantomJS for taking screenshots, ImageMagick or GraphicsMagick and OptiPNG for manipulating images.",
|
||
"RoxygenNote": "7.2.3",
|
||
"Encoding": "UTF-8",
|
||
"URL": "https://wch.github.io/webshot/, https://github.com/wch/webshot/",
|
||
"BugReports": "https://github.com/wch/webshot/issues",
|
||
"Config/testthat/edition": "3",
|
||
"NeedsCompilation": "no",
|
||
"Author": "Winston Chang [aut, cre], Yihui Xie [ctb], Francois Guillem [ctb], Barret Schloerke [ctb], Nicolas Perriault [ctb] (The CasperJS library)",
|
||
"Maintainer": "Winston Chang <winston@rstudio.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"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\", , \"lionel@posit.co\", role = c(\"aut\", \"cre\")), person(\"Kirill\", \"Müller\", , \"krlmlr+r@mailbox.org\", role = \"aut\"), person(\"Kevin\", \"Ushey\", , \"kevinushey@gmail.com\", role = \"aut\"), person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Winston\", \"Chang\", role = \"aut\"), person(\"Jennifer\", \"Bryan\", role = \"ctb\"), person(\"Richard\", \"Cotton\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"Description": "A set of functions to run code 'with' safely and temporarily modified global state. Many of these functions were originally a part of the 'devtools' package, this provides a simple package with limited dependencies to provide access to these functions.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://withr.r-lib.org, https://github.com/r-lib/withr#readme",
|
||
"BugReports": "https://github.com/r-lib/withr/issues",
|
||
"Depends": [
|
||
"R (>= 3.6.0)"
|
||
],
|
||
"Imports": [
|
||
"graphics",
|
||
"grDevices"
|
||
],
|
||
"Suggests": [
|
||
"callr",
|
||
"DBI",
|
||
"knitr",
|
||
"methods",
|
||
"rlang",
|
||
"rmarkdown (>= 2.12)",
|
||
"RSQLite",
|
||
"testthat (>= 3.0.0)"
|
||
],
|
||
"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 <lionel@posit.co>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"writexl": {
|
||
"Package": "writexl",
|
||
"Version": "1.5.1",
|
||
"Source": "Repository",
|
||
"Type": "Package",
|
||
"Title": "Export Data Frames to Excel 'xlsx' Format",
|
||
"Authors@R": "c( person(\"Jeroen\", \"Ooms\", ,\"jeroenooms@gmail.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"John McNamara\", role = \"cph\", comment = \"Author of libxlsxwriter (see AUTHORS and COPYRIGHT files for details)\"))",
|
||
"Description": "Zero-dependency data frame to xlsx exporter based on 'libxlsxwriter' <https://libxlsxwriter.github.io>. Fast and no Java or Excel required.",
|
||
"License": "BSD_2_clause + file LICENSE",
|
||
"Encoding": "UTF-8",
|
||
"URL": "https://ropensci.r-universe.dev/writexl https://docs.ropensci.org/writexl/",
|
||
"BugReports": "https://github.com/ropensci/writexl/issues",
|
||
"RoxygenNote": "7.0.2",
|
||
"Suggests": [
|
||
"spelling",
|
||
"readxl",
|
||
"nycflights13",
|
||
"testthat",
|
||
"bit64"
|
||
],
|
||
"Language": "en-US",
|
||
"SystemRequirements": "zlib",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>), John McNamara [cph] (Author of libxlsxwriter (see AUTHORS and COPYRIGHT files for details))",
|
||
"Maintainer": "Jeroen Ooms <jeroenooms@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"xfun": {
|
||
"Package": "xfun",
|
||
"Version": "0.51",
|
||
"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 = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\", URL = \"https://yihui.org\")), person(\"Wush\", \"Wu\", role = \"ctb\"), person(\"Daijiang\", \"Li\", role = \"ctb\"), person(\"Xianying\", \"Tan\", role = \"ctb\"), person(\"Salim\", \"Brüggemann\", role = \"ctb\", email = \"salim-b@pm.me\", comment = c(ORCID = \"0000-0002-5329-5987\")), person(\"Christophe\", \"Dervieux\", role = \"ctb\"), person() )",
|
||
"Description": "Miscellaneous functions commonly used in other packages maintained by 'Yihui Xie'.",
|
||
"Depends": [
|
||
"R (>= 3.2.0)"
|
||
],
|
||
"Imports": [
|
||
"grDevices",
|
||
"stats",
|
||
"tools"
|
||
],
|
||
"Suggests": [
|
||
"testit",
|
||
"parallel",
|
||
"codetools",
|
||
"methods",
|
||
"rstudioapi",
|
||
"tinytex (>= 0.30)",
|
||
"mime",
|
||
"litedown (>= 0.4)",
|
||
"commonmark",
|
||
"knitr (>= 1.47)",
|
||
"remotes",
|
||
"pak",
|
||
"rhub",
|
||
"renv",
|
||
"curl",
|
||
"xml2",
|
||
"jsonlite",
|
||
"magick",
|
||
"yaml",
|
||
"qs",
|
||
"rmarkdown"
|
||
],
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://github.com/yihui/xfun",
|
||
"BugReports": "https://github.com/yihui/xfun/issues",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.3.2",
|
||
"VignetteBuilder": "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 <xie@yihui.name>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"xml2": {
|
||
"Package": "xml2",
|
||
"Version": "1.3.7",
|
||
"Source": "Repository",
|
||
"Title": "Parse XML",
|
||
"Authors@R": "c( person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Jeroen\", \"Ooms\", email = \"jeroenooms@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"R Foundation\", role = \"ctb\", comment = \"Copy of R-project homepage cached as example\") )",
|
||
"Description": "Bindings to 'libxml2' for working with XML data using a simple, consistent interface based on 'XPath' expressions. Also supports XML schema validation; for 'XSLT' transformations see the 'xslt' package.",
|
||
"License": "MIT + file LICENSE",
|
||
"URL": "https://xml2.r-lib.org, https://r-lib.r-universe.dev/xml2",
|
||
"BugReports": "https://github.com/r-lib/xml2/issues",
|
||
"Depends": [
|
||
"R (>= 3.6.0)"
|
||
],
|
||
"Imports": [
|
||
"cli",
|
||
"methods",
|
||
"rlang (>= 1.1.0)"
|
||
],
|
||
"Suggests": [
|
||
"covr",
|
||
"curl",
|
||
"httr",
|
||
"knitr",
|
||
"magrittr",
|
||
"mockery",
|
||
"rmarkdown",
|
||
"testthat (>= 3.2.0)",
|
||
"xslt"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Config/Needs/website": "tidyverse/tidytemplate",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.2.3",
|
||
"SystemRequirements": "libxml2: libxml2-dev (deb), libxml2-devel (rpm)",
|
||
"Collate": "'S4.R' 'as_list.R' 'xml_parse.R' 'as_xml_document.R' 'classes.R' 'format.R' 'import-standalone-obj-type.R' 'import-standalone-purrr.R' 'import-standalone-types-check.R' 'init.R' 'nodeset_apply.R' 'paths.R' 'utils.R' 'xml2-package.R' 'xml_attr.R' 'xml_children.R' 'xml_document.R' 'xml_find.R' 'xml_missing.R' 'xml_modify.R' 'xml_name.R' 'xml_namespaces.R' 'xml_node.R' 'xml_nodeset.R' 'xml_path.R' 'xml_schema.R' 'xml_serialize.R' 'xml_structure.R' 'xml_text.R' 'xml_type.R' 'xml_url.R' 'xml_write.R' 'zzz.R'",
|
||
"Config/testthat/edition": "3",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Hadley Wickham [aut], Jim Hester [aut], Jeroen Ooms [aut, cre], Posit Software, PBC [cph, fnd], R Foundation [ctb] (Copy of R-project homepage cached as example)",
|
||
"Maintainer": "Jeroen Ooms <jeroenooms@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"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=\"d.scott@auckland.ac.nz\"), person(\"Charles\", \"Roosen\", role=\"aut\"), person(\"Arni\", \"Magnusson\", role=\"aut\"), person(\"Jonathan\", \"Swinton\", role=\"aut\"), person(\"Ajay\", \"Shah\", role=\"ctb\"), person(\"Arne\", \"Henningsen\", role=\"ctb\"), person(\"Benno\", \"Puetz\", role=\"ctb\"), person(\"Bernhard\", \"Pfaff\", role=\"ctb\"), person(\"Claudio\", \"Agostinelli\", role=\"ctb\"), person(\"Claudius\", \"Loehnert\", role=\"ctb\"), person(\"David\", \"Mitchell\", role=\"ctb\"), person(\"David\", \"Whiting\", role=\"ctb\"), person(\"Fernando da\", \"Rosa\", role=\"ctb\"), person(\"Guido\", \"Gay\", role=\"ctb\"), person(\"Guido\", \"Schulz\", role=\"ctb\"), person(\"Ian\", \"Fellows\", role=\"ctb\"), person(\"Jeff\", \"Laake\", role=\"ctb\"), person(\"John\", \"Walker\", role=\"ctb\"), person(\"Jun\", \"Yan\", role=\"ctb\"), person(\"Liviu\", \"Andronic\", role=\"ctb\"), person(\"Markus\", \"Loecher\", role=\"ctb\"), person(\"Martin\", \"Gubri\", role=\"ctb\"), person(\"Matthieu\", \"Stigler\", role=\"ctb\"), person(\"Robert\", \"Castelo\", role=\"ctb\"), person(\"Seth\", \"Falcon\", role=\"ctb\"), person(\"Stefan\", \"Edwards\", role=\"ctb\"), person(\"Sven\", \"Garbade\", role=\"ctb\"), person(\"Uwe\", \"Ligges\", role=\"ctb\"))",
|
||
"Maintainer": "David Scott <d.scott@auckland.ac.nz>",
|
||
"Imports": [
|
||
"stats",
|
||
"utils"
|
||
],
|
||
"Suggests": [
|
||
"knitr",
|
||
"plm",
|
||
"zoo",
|
||
"survival"
|
||
],
|
||
"VignetteBuilder": "knitr",
|
||
"Description": "Coerce data to LaTeX and HTML tables.",
|
||
"URL": "http://xtable.r-forge.r-project.org/",
|
||
"Depends": [
|
||
"R (>= 2.10.0)"
|
||
],
|
||
"License": "GPL (>= 2)",
|
||
"Repository": "CRAN",
|
||
"NeedsCompilation": "no",
|
||
"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]"
|
||
},
|
||
"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 <shawn.garbett@vumc.org>",
|
||
"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.2",
|
||
"Source": "Repository",
|
||
"Title": "Cross-Platform 'zip' Compression",
|
||
"Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Kuba\", \"Podgórski\", role = \"ctb\"), person(\"Rich\", \"Geldreich\", role = \"ctb\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
|
||
"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",
|
||
"Encoding": "UTF-8",
|
||
"RoxygenNote": "7.2.3",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Gábor Csárdi [aut, cre], Kuba Podgórski [ctb], Rich Geldreich [ctb], Posit Software, PBC [cph, fnd]",
|
||
"Maintainer": "Gábor Csárdi <csardi.gabor@gmail.com>",
|
||
"Repository": "CRAN"
|
||
},
|
||
"zoo": {
|
||
"Package": "zoo",
|
||
"Version": "1.8-13",
|
||
"Source": "Repository",
|
||
"Date": "2025-02-20",
|
||
"Title": "S3 Infrastructure for Regular and Irregular Time Series (Z's Ordered Observations)",
|
||
"Authors@R": "c(person(given = \"Achim\", family = \"Zeileis\", role = c(\"aut\", \"cre\"), email = \"Achim.Zeileis@R-project.org\", comment = c(ORCID = \"0000-0003-0918-3766\")), person(given = \"Gabor\", family = \"Grothendieck\", role = \"aut\", email = \"ggrothendieck@gmail.com\"), person(given = c(\"Jeffrey\", \"A.\"), family = \"Ryan\", role = \"aut\", email = \"jeff.a.ryan@gmail.com\"), person(given = c(\"Joshua\", \"M.\"), family = \"Ulrich\", role = \"ctb\", email = \"josh.m.ulrich@gmail.com\"), person(given = \"Felix\", family = \"Andrews\", role = \"ctb\", email = \"felix@nfrac.org\"))",
|
||
"Description": "An S3 class with methods for totally ordered indexed observations. It is particularly aimed at irregular time series of numeric vectors/matrices and factors. zoo's key design goals are independence of a particular index/date/time class and consistency with ts and base R by providing methods to extend standard generics.",
|
||
"Depends": [
|
||
"R (>= 3.1.0)",
|
||
"stats"
|
||
],
|
||
"Suggests": [
|
||
"AER",
|
||
"coda",
|
||
"chron",
|
||
"ggplot2 (>= 3.0.0)",
|
||
"mondate",
|
||
"scales",
|
||
"stinepack",
|
||
"strucchange",
|
||
"timeDate",
|
||
"timeSeries",
|
||
"tinyplot",
|
||
"tis",
|
||
"tseries",
|
||
"xts"
|
||
],
|
||
"Imports": [
|
||
"utils",
|
||
"graphics",
|
||
"grDevices",
|
||
"lattice (>= 0.20-27)"
|
||
],
|
||
"License": "GPL-2 | GPL-3",
|
||
"URL": "https://zoo.R-Forge.R-project.org/",
|
||
"NeedsCompilation": "yes",
|
||
"Author": "Achim Zeileis [aut, cre] (<https://orcid.org/0000-0003-0918-3766>), Gabor Grothendieck [aut], Jeffrey A. Ryan [aut], Joshua M. Ulrich [ctb], Felix Andrews [ctb]",
|
||
"Maintainer": "Achim Zeileis <Achim.Zeileis@R-project.org>",
|
||
"Repository": "CRAN"
|
||
}
|
||
}
|
||
}
|