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

Commit

Permalink
fix travis issues
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Apr 26, 2020
1 parent 53751ee commit 73eb52b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,19 @@ r_binary_packages:
- coin
- multcomp
- pbkrtest
- mc2d
- data.table
- lme4
- lmerTest
- GGally
- emmeans

r_packages:
- remotes
- knitr
- rmarkdown
- ipmisc
- afex

r_github_packages:
- jimhester/lintr
Expand Down

1 comment on commit 73eb52b

@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:29: warning: Avoid 1:NCOL(...) expressions, use seq_len.

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

R/games_howell.R:95:28: warning: Avoid 1:NCOL(...) expressions, use seq_len.

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

R/pairwise_comparisons.R:495: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.