Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get rid of purrrlyr and ellipsis dependencies #309

Merged
merged 1 commit into from
Sep 13, 2019

Conversation

IndrajeetPatil
Copy link
Owner

No description provided.

@lintr-bot
Copy link

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

ggbarstats <- function(data,
^

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

ggbetweenstats <- function(data,
^

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

ggcoefstats <- function(x,
^

R/ggcorrmat.R:167:1: style: functions should have cyclomatic complexity of less than 15, this has 30.

ggcorrmat <- function(data,
^

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

gghistostats <- function(data,
^

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

ggpiestats <- function(data,
^

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

ggscatterstats <- function(data,
^

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

ggwithinstats <- function(data,
^

R/helpers_gghistostats_graphics.R:48:5: warning: local variable ‘label.value’ assigned but may not be used

label.value <- x_pos
    ^~~~~~~~~~~

1 similar comment
@lintr-bot
Copy link

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

ggbarstats <- function(data,
^

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

ggbetweenstats <- function(data,
^

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

ggcoefstats <- function(x,
^

R/ggcorrmat.R:167:1: style: functions should have cyclomatic complexity of less than 15, this has 30.

ggcorrmat <- function(data,
^

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

gghistostats <- function(data,
^

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

ggpiestats <- function(data,
^

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

ggscatterstats <- function(data,
^

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

ggwithinstats <- function(data,
^

R/helpers_gghistostats_graphics.R:48:5: warning: local variable ‘label.value’ assigned but may not be used

label.value <- x_pos
    ^~~~~~~~~~~

@codecov
Copy link

codecov bot commented Sep 13, 2019

Codecov Report

Merging #309 into master will not change coverage.
The diff coverage is 100%.

@@          Coverage Diff          @@
##           master   #309   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          27     27           
  Lines        3277   3289   +12     
=====================================
+ Hits         3277   3289   +12
Impacted Files Coverage Δ
R/ggcoefstats.R 100% <ø> (ø) ⬆️
R/helpers_ggbetweenstats_graphics.R 100% <ø> (ø) ⬆️
R/helpers_messages.R 100% <ø> (ø) ⬆️
R/helpers_ggcoefstats_graphics.R 100% <100%> (ø) ⬆️
R/helpers_ggcatstats_graphics.R 100% <100%> (ø) ⬆️

1 similar comment
@codecov
Copy link

codecov bot commented Sep 13, 2019

Codecov Report

Merging #309 into master will not change coverage.
The diff coverage is 100%.

@@          Coverage Diff          @@
##           master   #309   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          27     27           
  Lines        3277   3289   +12     
=====================================
+ Hits         3277   3289   +12
Impacted Files Coverage Δ
R/ggcoefstats.R 100% <ø> (ø) ⬆️
R/helpers_ggbetweenstats_graphics.R 100% <ø> (ø) ⬆️
R/helpers_messages.R 100% <ø> (ø) ⬆️
R/helpers_ggcoefstats_graphics.R 100% <100%> (ø) ⬆️
R/helpers_ggcatstats_graphics.R 100% <100%> (ø) ⬆️

@IndrajeetPatil IndrajeetPatil merged commit e94e924 into master Sep 13, 2019
@IndrajeetPatil IndrajeetPatil deleted the purrrlyr_removal branch September 13, 2019 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants