Skip to content

Commit

Permalink
argh
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Oct 6, 2020
1 parent d3f3aa6 commit 39fa5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -441,5 +441,5 @@
],
"funder": {},
"readme": "https://github.com/IndrajeetPatil/ggstatsplot/blob/master/README.md",
"fileSize": "57535.465KB"
"fileSize": "57535.43KB"
}

4 comments on commit 39fa5d1

@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/Titanic_full.R:16:10: warning: Avoid 1:nrow(...) expressions, use seq_len.

df[rep(1:nrow(df), rep), ]
         ^

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

ggbetweenstats <- function(data,
^

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

ggcoefstats <- function(x,
^

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

ggpiestats <- function(data,
^

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

ggscatterstats <- function(data,
^

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

ggwithinstats <- function(data,
^

vignettes/web_only/combine_plots.Rmd:98:17: style: Do not place spaces around code in parentheses or square brackets.

dplyr::mutate( 
                ^

vignettes/web_only/ggcoefstats.Rmd:1378:20: style: Place a space before left parenthesis, except in a function call.

p <- 1 / (1 + exp(-(beta[1] + beta[2] * x)))
                   ^

vignettes/web_only/ggcoefstats.Rmd:1962:28: style: Place a space before left parenthesis, except in a function call.

gradtol.weights = 10^(-6)
                           ^

vignettes/web_only/ggcoefstats.Rmd:4074:3: style: Commented code should be removed.

# data("raceDolls")
  ^~~~~~~~~~~~~~~~~

vignettes/web_only/ggcoefstats.Rmd:4079:7: style: Commented code should be removed.

#     fixedMargin = "cols"
      ^~~~~~~~~~~~~~~~~~~~

@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/Titanic_full.R:16:10: warning: Avoid 1:nrow(...) expressions, use seq_len.

df[rep(1:nrow(df), rep), ]
         ^

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

ggbetweenstats <- function(data,
^

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

ggcoefstats <- function(x,
^

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

ggpiestats <- function(data,
^

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

ggscatterstats <- function(data,
^

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

ggwithinstats <- function(data,
^

vignettes/web_only/combine_plots.Rmd:98:17: style: Do not place spaces around code in parentheses or square brackets.

dplyr::mutate( 
                ^

vignettes/web_only/ggcoefstats.Rmd:1378:20: style: Place a space before left parenthesis, except in a function call.

p <- 1 / (1 + exp(-(beta[1] + beta[2] * x)))
                   ^

vignettes/web_only/ggcoefstats.Rmd:1962:28: style: Place a space before left parenthesis, except in a function call.

gradtol.weights = 10^(-6)
                           ^

vignettes/web_only/ggcoefstats.Rmd:4074:3: style: Commented code should be removed.

# data("raceDolls")
  ^~~~~~~~~~~~~~~~~

vignettes/web_only/ggcoefstats.Rmd:4079:7: style: Commented code should be removed.

#     fixedMargin = "cols"
      ^~~~~~~~~~~~~~~~~~~~

@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/Titanic_full.R:16:10: warning: Avoid 1:nrow(...) expressions, use seq_len.

df[rep(1:nrow(df), rep), ]
         ^

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

ggbetweenstats <- function(data,
^

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

ggcoefstats <- function(x,
^

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

ggpiestats <- function(data,
^

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

ggscatterstats <- function(data,
^

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

ggwithinstats <- function(data,
^

vignettes/web_only/combine_plots.Rmd:98:17: style: Do not place spaces around code in parentheses or square brackets.

dplyr::mutate( 
                ^

vignettes/web_only/ggcoefstats.Rmd:1378:20: style: Place a space before left parenthesis, except in a function call.

p <- 1 / (1 + exp(-(beta[1] + beta[2] * x)))
                   ^

vignettes/web_only/ggcoefstats.Rmd:1962:28: style: Place a space before left parenthesis, except in a function call.

gradtol.weights = 10^(-6)
                           ^

vignettes/web_only/ggcoefstats.Rmd:4074:3: style: Commented code should be removed.

# data("raceDolls")
  ^~~~~~~~~~~~~~~~~

vignettes/web_only/ggcoefstats.Rmd:4079:7: style: Commented code should be removed.

#     fixedMargin = "cols"
      ^~~~~~~~~~~~~~~~~~~~

@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/Titanic_full.R:16:10: warning: Avoid 1:nrow(...) expressions, use seq_len.

df[rep(1:nrow(df), rep), ]
         ^

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

ggbetweenstats <- function(data,
^

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

ggcoefstats <- function(x,
^

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

ggpiestats <- function(data,
^

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

ggscatterstats <- function(data,
^

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

ggwithinstats <- function(data,
^

vignettes/web_only/combine_plots.Rmd:98:17: style: Do not place spaces around code in parentheses or square brackets.

dplyr::mutate( 
                ^

vignettes/web_only/ggcoefstats.Rmd:1378:20: style: Place a space before left parenthesis, except in a function call.

p <- 1 / (1 + exp(-(beta[1] + beta[2] * x)))
                   ^

vignettes/web_only/ggcoefstats.Rmd:1962:28: style: Place a space before left parenthesis, except in a function call.

gradtol.weights = 10^(-6)
                           ^

vignettes/web_only/ggcoefstats.Rmd:4074:3: style: Commented code should be removed.

# data("raceDolls")
  ^~~~~~~~~~~~~~~~~

vignettes/web_only/ggcoefstats.Rmd:4079:7: style: Commented code should be removed.

#     fixedMargin = "cols"
      ^~~~~~~~~~~~~~~~~~~~

Please sign in to comment.