Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
cran submission 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 12, 2020
1 parent 8049c44 commit 8364669
Show file tree
Hide file tree
Showing 29 changed files with 391 additions and 343 deletions.
4 changes: 2 additions & 2 deletions CRAN-RELEASE
@@ -1,2 +1,2 @@
This package was submitted to CRAN on 2020-09-04.
Once it is accepted, delete this file and tag the release (commit 8ab15c7).
This package was submitted to CRAN on 2020-09-12.
Once it is accepted, delete this file and tag the release (commit 8049c44).
6 changes: 3 additions & 3 deletions DESCRIPTION
@@ -1,7 +1,7 @@
Type: Package
Package: pairwiseComparisons
Title: Multiple Pairwise Comparison Tests
Version: 2.0.0.9000
Version: 2.0.1
Authors@R:
person(given = "Indrajeet",
family = "Patil",
Expand All @@ -28,15 +28,15 @@ Imports:
dplyr,
dunn.test,
forcats,
ipmisc (>= 3.0.1),
ipmisc,
PMCMRplus,
purrr,
rlang,
stats,
tidyBF (>= 0.2.1),
tidyr,
utils,
WRS2 (>= 1.1-0)
WRS2
Suggests:
knitr,
rmarkdown,
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
@@ -1,4 +1,6 @@
# pairwiseComparisons 2.0.0.9000
# pairwiseComparisons 2.0.1

- Hotfix release to fix failing tests due to release of `tidyBF 0.3.0`.

# pairwiseComparisons 2.0.0

Expand Down
118 changes: 77 additions & 41 deletions README.md

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions codemeta.json
Expand Up @@ -14,13 +14,13 @@
],
"issueTracker": "\n https://github.com/IndrajeetPatil/pairwiseComparisons/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "2.0.0.9000",
"version": "2.0.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R Under development (unstable) (2020-09-01 r79114)",
"runtimePlatform": "R Under development (unstable) (2020-09-04 r79137)",
"author": [
{
"@type": "Person",
Expand Down Expand Up @@ -159,7 +159,6 @@
"@type": "SoftwareApplication",
"identifier": "ipmisc",
"name": "ipmisc",
"version": ">= 3.0.1",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -243,7 +242,6 @@
"@type": "SoftwareApplication",
"identifier": "WRS2",
"name": "WRS2",
"version": ">= 1.1-0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -278,5 +276,5 @@
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"fileSize": "1321.401KB"
"fileSize": "1322.73KB"
}
3 changes: 1 addition & 2 deletions cran-comments.md
Expand Up @@ -7,5 +7,4 @@

0 errors | 0 warnings | 0 note

- Fixes a bug which affected results for within-subjects design when the
dataframe wasn't sorted by `x`.
- Hotfix release to fix failing tests due to release of `tidyBF 0.3.0`.
4 changes: 2 additions & 2 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/CODE_OF_CONDUCT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/SUPPORT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 comments on commit 8364669

@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/games_howell.R:53:28: warning: Avoid 1:NCOL(...) expressions, use seq_len.

statistics <- lapply(X = 1:NCOL(combs), FUN = function(x) {
                           ^

R/games_howell.R:86:13: warning: Avoid 1:NCOL(...) expressions, use seq_len.

X = 1:NCOL(combs),
            ^

R/games_howell.R:93:13: warning: Avoid 1:NCOL(...) expressions, use seq_len.

X = 1:NCOL(combs),
            ^

R/games_howell.R:102:5: warning: local variable ‘stats’ assigned but may not be used

stats <- list(group1, group2, mean.diff, se, t, df, p, conf.high[[1]], conf.low[[1]])
    ^~~~~

R/pairwise_comparisons.R:455:3: warning: local variable ‘adjust_text’ assigned but may not be used

adjust_text <- ifelse(p.adjust.method == "none", "unadjusted", "adjusted")
  ^~~~~~~~~~~

@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/games_howell.R:53:28: warning: Avoid 1:NCOL(...) expressions, use seq_len.

statistics <- lapply(X = 1:NCOL(combs), FUN = function(x) {
                           ^

R/games_howell.R:86:13: warning: Avoid 1:NCOL(...) expressions, use seq_len.

X = 1:NCOL(combs),
            ^

R/games_howell.R:93:13: warning: Avoid 1:NCOL(...) expressions, use seq_len.

X = 1:NCOL(combs),
            ^

R/games_howell.R:102:5: warning: local variable ‘stats’ assigned but may not be used

stats <- list(group1, group2, mean.diff, se, t, df, p, conf.high[[1]], conf.low[[1]])
    ^~~~~

R/pairwise_comparisons.R:455:3: warning: local variable ‘adjust_text’ assigned but may not be used

adjust_text <- ifelse(p.adjust.method == "none", "unadjusted", "adjusted")
  ^~~~~~~~~~~

@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/games_howell.R:53:28: warning: Avoid 1:NCOL(...) expressions, use seq_len.

statistics <- lapply(X = 1:NCOL(combs), FUN = function(x) {
                           ^

R/games_howell.R:86:13: warning: Avoid 1:NCOL(...) expressions, use seq_len.

X = 1:NCOL(combs),
            ^

R/games_howell.R:93:13: warning: Avoid 1:NCOL(...) expressions, use seq_len.

X = 1:NCOL(combs),
            ^

R/games_howell.R:102:5: warning: local variable ‘stats’ assigned but may not be used

stats <- list(group1, group2, mean.diff, se, t, df, p, conf.high[[1]], conf.low[[1]])
    ^~~~~

R/pairwise_comparisons.R:455:3: warning: local variable ‘adjust_text’ assigned but may not be used

adjust_text <- ifelse(p.adjust.method == "none", "unadjusted", "adjusted")
  ^~~~~~~~~~~

@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/games_howell.R:53:28: warning: Avoid 1:NCOL(...) expressions, use seq_len.

statistics <- lapply(X = 1:NCOL(combs), FUN = function(x) {
                           ^

R/games_howell.R:86:13: warning: Avoid 1:NCOL(...) expressions, use seq_len.

X = 1:NCOL(combs),
            ^

R/games_howell.R:93:13: warning: Avoid 1:NCOL(...) expressions, use seq_len.

X = 1:NCOL(combs),
            ^

R/games_howell.R:102:5: warning: local variable ‘stats’ assigned but may not be used

stats <- list(group1, group2, mean.diff, se, t, df, p, conf.high[[1]], conf.low[[1]])
    ^~~~~

R/pairwise_comparisons.R:455:3: warning: local variable ‘adjust_text’ assigned but may not be used

adjust_text <- ifelse(p.adjust.method == "none", "unadjusted", "adjusted")
  ^~~~~~~~~~~

@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/games_howell.R:53:28: warning: Avoid 1:NCOL(...) expressions, use seq_len.

statistics <- lapply(X = 1:NCOL(combs), FUN = function(x) {
                           ^

R/games_howell.R:86:13: warning: Avoid 1:NCOL(...) expressions, use seq_len.

X = 1:NCOL(combs),
            ^

R/games_howell.R:93:13: warning: Avoid 1:NCOL(...) expressions, use seq_len.

X = 1:NCOL(combs),
            ^

R/games_howell.R:102:5: warning: local variable ‘stats’ assigned but may not be used

stats <- list(group1, group2, mean.diff, se, t, df, p, conf.high[[1]], conf.low[[1]])
    ^~~~~

R/pairwise_comparisons.R:455:3: warning: local variable ‘adjust_text’ assigned but may not be used

adjust_text <- ifelse(p.adjust.method == "none", "unadjusted", "adjusted")
  ^~~~~~~~~~~

@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/games_howell.R:53:28: warning: Avoid 1:NCOL(...) expressions, use seq_len.

statistics <- lapply(X = 1:NCOL(combs), FUN = function(x) {
                           ^

R/games_howell.R:86:13: warning: Avoid 1:NCOL(...) expressions, use seq_len.

X = 1:NCOL(combs),
            ^

R/games_howell.R:93:13: warning: Avoid 1:NCOL(...) expressions, use seq_len.

X = 1:NCOL(combs),
            ^

R/games_howell.R:102:5: warning: local variable ‘stats’ assigned but may not be used

stats <- list(group1, group2, mean.diff, se, t, df, p, conf.high[[1]], conf.low[[1]])
    ^~~~~

R/pairwise_comparisons.R:455:3: warning: local variable ‘adjust_text’ assigned but may not be used

adjust_text <- ifelse(p.adjust.method == "none", "unadjusted", "adjusted")
  ^~~~~~~~~~~

Please sign in to comment.