diff --git a/CITATION.cff b/CITATION.cff index 26f8add6..00133b98 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -97,7 +97,7 @@ references: given-names: Mattan S. year: '2024' doi: 10.32614/CRAN.package.afex - version: '>= 1.3-1' + version: '>= 1.4-1' - type: software title: BayesFactor abstract: 'BayesFactor: Computation of Bayes Factors for Common Designs' @@ -181,7 +181,7 @@ references: orcid: https://orcid.org/0000-0001-9560-6336 year: '2024' doi: 10.32614/CRAN.package.datawizard - version: '>= 0.12.2' + version: '>= 0.12.3' - type: software title: dplyr abstract: 'dplyr: A Grammar of Data Manipulation' @@ -304,7 +304,7 @@ references: orcid: https://orcid.org/0000-0002-9271-5075 year: '2024' doi: 10.32614/CRAN.package.insight - version: '>= 0.20.2' + version: '>= 0.20.4' - type: software title: magrittr abstract: 'magrittr: A Forward-Pipe Operator for R' @@ -353,7 +353,7 @@ references: orcid: https://orcid.org/0000-0001-9560-6336 year: '2024' doi: 10.32614/CRAN.package.parameters - version: '>= 0.22.1' + version: '>= 0.22.2' - type: software title: performance abstract: 'performance: Assessment of Regression Models Performance' @@ -391,7 +391,7 @@ references: orcid: https://orcid.org/0000-0003-4315-6788 year: '2024' doi: 10.32614/CRAN.package.performance - version: '>= 0.12.2' + version: '>= 0.12.3' - type: software title: PMCMRplus abstract: 'PMCMRplus: Calculate Pairwise Multiple Comparisons of Mean Rank Sums @@ -449,7 +449,6 @@ references: name: R Foundation for Statistical Computing address: Vienna, Austria year: '2024' - doi: 10.32614/CRAN.package.stats - type: software title: tibble abstract: 'tibble: Simple Data Frames' @@ -510,7 +509,7 @@ references: given-names: Winston year: '2024' doi: 10.32614/CRAN.package.withr - version: '>= 3.0.0' + version: '>= 3.0.1' - type: software title: WRS2 abstract: 'WRS2: A Collection of Robust Statistical Methods' @@ -545,7 +544,7 @@ references: abstract: 'bayestestR: Understand and Describe Bayesian Models and Posterior Distributions' notes: Suggests url: https://easystats.github.io/bayestestR/ - repository: https://easystats.r-universe.dev + repository: https://CRAN.R-project.org/package=bayestestR authors: - family-names: Makowski given-names: Dominique @@ -676,6 +675,18 @@ references: year: '2024' doi: 10.32614/CRAN.package.metaplus version: '>= 1.0-5' +- type: software + title: patrick + abstract: 'patrick: Parameterized Unit Testing' + notes: Suggests + url: https://github.com/google/patrick + repository: https://CRAN.R-project.org/package=patrick + authors: + - family-names: Quinn + given-names: Michael + email: msquinn@google.com + year: '2024' + doi: 10.32614/CRAN.package.patrick - type: software title: rmarkdown abstract: 'rmarkdown: Dynamic Documents for R' @@ -775,4 +786,3 @@ references: name: R Foundation for Statistical Computing address: Vienna, Austria year: '2024' - doi: 10.32614/CRAN.package.utils diff --git a/DESCRIPTION b/DESCRIPTION index 31429afb..c44558fe 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -22,24 +22,24 @@ BugReports: https://github.com/IndrajeetPatil/statsExpressions/issues Depends: R (>= 4.1.0) Imports: - afex (>= 1.3-1), + afex (>= 1.4-1), BayesFactor (>= 0.9.12-4.7), correlation (>= 0.8.5), - datawizard (>= 0.12.2), + datawizard (>= 0.12.3), dplyr (>= 1.1.4), effectsize (>= 0.8.9), glue (>= 1.7.0), - insight (>= 0.20.2), + insight (>= 0.20.4), magrittr (>= 2.0.3), - parameters (>= 0.22.1), - performance (>= 0.12.2), + parameters (>= 0.22.2), + performance (>= 0.12.3), PMCMRplus (>= 1.9.10), purrr (>= 1.0.2), rlang (>= 1.1.4), stats, tibble (>= 3.2.1), tidyr (>= 1.3.1), - withr (>= 3.0.0), + withr (>= 3.0.1), WRS2 (>= 1.1-6), zeallot (>= 0.1.0) Suggests: @@ -49,10 +49,10 @@ Suggests: metaBMA, metafor, metaplus (>= 1.0-5), + patrick, rmarkdown, rstantools, survival, - patrick, testthat (>= 3.2.1), utils VignetteBuilder: diff --git a/codemeta.json b/codemeta.json index 090c3492..9abfb6b7 100644 --- a/codemeta.json +++ b/codemeta.json @@ -123,6 +123,18 @@ }, "sameAs": "https://CRAN.R-project.org/package=metaplus" }, + { + "@type": "SoftwareApplication", + "identifier": "patrick", + "name": "patrick", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=patrick" + }, { "@type": "SoftwareApplication", "identifier": "rmarkdown", @@ -189,7 +201,7 @@ "@type": "SoftwareApplication", "identifier": "afex", "name": "afex", - "version": ">= 1.3-1", + "version": ">= 1.4-1", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -228,7 +240,7 @@ "@type": "SoftwareApplication", "identifier": "datawizard", "name": "datawizard", - "version": ">= 0.12.2", + "version": ">= 0.12.3", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -280,7 +292,7 @@ "@type": "SoftwareApplication", "identifier": "insight", "name": "insight", - "version": ">= 0.20.2", + "version": ">= 0.20.4", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -306,7 +318,7 @@ "@type": "SoftwareApplication", "identifier": "parameters", "name": "parameters", - "version": ">= 0.22.1", + "version": ">= 0.22.2", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -319,7 +331,7 @@ "@type": "SoftwareApplication", "identifier": "performance", "name": "performance", - "version": ">= 0.12.2", + "version": ">= 0.12.3", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -402,7 +414,7 @@ "@type": "SoftwareApplication", "identifier": "withr", "name": "withr", - "version": ">= 3.0.0", + "version": ">= 3.0.1", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -439,7 +451,7 @@ }, "SystemRequirements": null }, - "fileSize": "4129.212KB", + "fileSize": "4135.693KB", "citation": [ { "@type": "ScholarlyArticle",