Skip to content

Commit

Permalink
cran submission 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed May 30, 2020
1 parent c65e763 commit 77bb08f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 18 deletions.
4 changes: 2 additions & 2 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
This package was submitted to CRAN on 2020-04-15.
Once it is accepted, delete this file and tag the release (commit 0702036a40).
This package was submitted to CRAN on 2020-05-30.
Once it is accepted, delete this file and tag the release (commit c65e7632b3).
14 changes: 6 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,25 @@ BugReports: https://github.com/IndrajeetPatil/ggstatsplot/issues
Depends:
R (>= 3.6.0)
Imports:
broomExtra (>= 4.0.2),
broomExtra,
correlation,
cowplot,
dplyr,
dplyr (>= 1.0.0),
ggcorrplot,
ggExtra,
ggplot2,
ggrepel,
ggsignif,
groupedstats (>= 1.0.0),
groupedstats (>= 1.0.1),
insight,
ipmisc (>= 2.0.0),
ipmisc,
pairwiseComparisons (>= 1.0.0),
paletteer,
parameters (>= 0.7.0),
parameters,
purrr,
rlang,
stats,
statsExpressions (>= 0.4.1),
statsExpressions,
tidyr
Suggests:
forcats,
Expand All @@ -56,8 +56,6 @@ Suggests:
testthat,
tibble,
WRS2
Remotes:
IndrajeetPatil/pairwiseComparisons
VignetteBuilder:
knitr
Encoding: UTF-8
Expand Down
11 changes: 4 additions & 7 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@
"@type": "SoftwareApplication",
"identifier": "broomExtra",
"name": "broomExtra",
"version": ">= 4.0.2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -204,6 +203,7 @@
"@type": "SoftwareApplication",
"identifier": "dplyr",
"name": "dplyr",
"version": ">= 1.0.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -276,7 +276,7 @@
"@type": "SoftwareApplication",
"identifier": "groupedstats",
"name": "groupedstats",
"version": ">= 1.0.0",
"version": ">= 1.0.1",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -301,7 +301,6 @@
"@type": "SoftwareApplication",
"identifier": "ipmisc",
"name": "ipmisc",
"version": ">= 2.0.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -321,7 +320,7 @@
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://github.com/IndrajeetPatil/pairwiseComparisons"
"sameAs": "https://CRAN.R-project.org/package=pairwiseComparisons"
},
{
"@type": "SoftwareApplication",
Expand All @@ -339,7 +338,6 @@
"@type": "SoftwareApplication",
"identifier": "parameters",
"name": "parameters",
"version": ">= 0.7.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -381,7 +379,6 @@
"@type": "SoftwareApplication",
"identifier": "statsExpressions",
"name": "statsExpressions",
"version": ">= 0.4.1",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -468,5 +465,5 @@
],
"funder": {},
"readme": "https://github.com/IndrajeetPatil/ggstatsplot/blob/master/README.md",
"fileSize": "40610.837KB"
"fileSize": "40610.635KB"
}
1 change: 0 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@

0 errors | 0 warnings | 0 notes

- Makes compatible with the new release of `statsExpressions`.
- Minor internal refactoring and maintenance.

2 comments on commit 77bb08f

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/ggbarstats.R:48:1: style: functions should have cyclomatic complexity of less than 15, this has 16.

ggbarstats <- function(data,
^

R/ggbetweenstats.R:187:1: style: functions should have cyclomatic complexity of less than 15, this has 24.

ggbetweenstats <- function(data,
^

R/ggcoefstats.R:229:1: style: functions should have cyclomatic complexity of less than 15, this has 49.

ggcoefstats <- function(x,
^

R/gghistostats.R:70:1: style: functions should have cyclomatic complexity of less than 15, this has 18.

gghistostats <- function(data,
^

R/ggpiestats.R:73:1: style: functions should have cyclomatic complexity of less than 15, this has 19.

ggpiestats <- function(data,
^

R/ggscatterstats.R:94:1: style: functions should have cyclomatic complexity of less than 15, this has 28.

ggscatterstats <- function(data,
^

R/ggwithinstats.R:68:1: style: functions should have cyclomatic complexity of less than 15, this has 22.

ggwithinstats <- function(data,
^

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/ggbarstats.R:48:1: style: functions should have cyclomatic complexity of less than 15, this has 16.

ggbarstats <- function(data,
^

R/ggbetweenstats.R:187:1: style: functions should have cyclomatic complexity of less than 15, this has 24.

ggbetweenstats <- function(data,
^

R/ggcoefstats.R:229:1: style: functions should have cyclomatic complexity of less than 15, this has 49.

ggcoefstats <- function(x,
^

R/gghistostats.R:70:1: style: functions should have cyclomatic complexity of less than 15, this has 18.

gghistostats <- function(data,
^

R/ggpiestats.R:73:1: style: functions should have cyclomatic complexity of less than 15, this has 19.

ggpiestats <- function(data,
^

R/ggscatterstats.R:94:1: style: functions should have cyclomatic complexity of less than 15, this has 28.

ggscatterstats <- function(data,
^

R/ggwithinstats.R:68:1: style: functions should have cyclomatic complexity of less than 15, this has 22.

ggwithinstats <- function(data,
^

Please sign in to comment.