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

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jul 15, 2020
1 parent e044736 commit c990501
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,7 @@ addons:
- libgdal-dev
- libproj-dev
- libmpfr-dev
- libnode-dev

env:
global:
Expand Down

3 comments on commit c990501

@lintr-bot
Copy link

Choose a reason for hiding this comment

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

data-raw/movies_wide_long.R:18:1: style: Lines should not be more than 120 characters.

dplyr::mutate(.data = ., NumGenre = as.integer(rowSums(select(., Action:Romance)))) %>% # calculate number of genres a film appears in
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

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

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

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

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

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

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

data-raw/movies_wide_long.R:18:1: style: Lines should not be more than 120 characters.

dplyr::mutate(.data = ., NumGenre = as.integer(rowSums(select(., Action:Romance)))) %>% # calculate number of genres a film appears in
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

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

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

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

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

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

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

data-raw/movies_wide_long.R:18:1: style: Lines should not be more than 120 characters.

dplyr::mutate(.data = ., NumGenre = as.integer(rowSums(select(., Action:Romance)))) %>% # calculate number of genres a film appears in
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

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

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

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

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

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

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