Skip to content

Commit

Permalink
cran submission
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jan 22, 2020
1 parent 2dd7fe8 commit 3b12f15
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ language: r
latex: true
warnings_are_errors: TRUE

env:
global:
#- R_MAX_NUM_DLLS=999
- _R_CHECK_FORCE_SUGGESTS_=true
- _R_CHECK_CRAN_INCOMING_=true

cache:
- packages
- ccache
Expand Down
2 changes: 2 additions & 0 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This package was submitted to CRAN on 2020-01-22.
Once it is accepted, delete this file and tag the release (commit 2dd7fe859a).
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Description: Statistical processing backend for 'ggstatsplot',
this package creates expressions with details from statistical tests.
Currently, it supports only the most common types of statistical
tests: parametric, nonparametric, robust, and bayesian versions of
t-test/anova, correlation analyses, contingency table analysis.
t-test/anova, correlation analyses, contingency table analysis, and
meta-analysis.
License: GPL-3 | file LICENSE
URL: https://indrajeetpatil.github.io/statsExpressions,
https://github.com/IndrajeetPatil/statsExpressions
Expand All @@ -28,7 +29,7 @@ Depends:
R (>= 3.5.0)
Imports:
BayesFactor (>= 0.9.12-4.2),
boot (>= 1.3-22),
boot (>= 1.3-24),
broomExtra (>= 1.0.1),
crayon (>= 1.3.4),
dplyr (>= 0.8.3),
Expand All @@ -37,7 +38,7 @@ Imports:
metaBMA (>= 0.6.2),
metafor (>= 2.1-0),
metaplus (>= 0.7-11),
psych (>= 1.8.12),
psych (>= 1.9.12.31),
purrr (>= 0.3.3),
rcompanion (>= 2.3.21),
rlang (>= 0.4.2),
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"@type": "SoftwareSourceCode",
"identifier": "statsExpressions",
"description": "Statistical processing backend for 'ggstatsplot',\n this package creates expressions with details from statistical tests.\n Currently, it supports only the most common types of statistical\n tests: parametric, nonparametric, robust, and bayesian versions of\n t-test/anova, correlation analyses, contingency table analysis.",
"description": "Statistical processing backend for 'ggstatsplot',\n this package creates expressions with details from statistical tests.\n Currently, it supports only the most common types of statistical\n tests: parametric, nonparametric, robust, and bayesian versions of\n t-test/anova, correlation analyses, contingency table analysis, and\n meta-analysis.",
"name": "statsExpressions: Expressions with Statistical Details",
"codeRepository": "https://github.com/IndrajeetPatil/statsExpressions",
"relatedLink": [
Expand Down Expand Up @@ -146,7 +146,7 @@
"@type": "SoftwareApplication",
"identifier": "boot",
"name": "boot",
"version": ">= 1.3-22",
"version": ">= 1.3-24",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -263,7 +263,7 @@
"@type": "SoftwareApplication",
"identifier": "psych",
"name": "psych",
"version": ">= 1.8.12",
"version": ">= 1.9.12.31",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down

0 comments on commit 3b12f15

Please sign in to comment.