-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
address cran comments; recover lost codecov
- Loading branch information
1 parent
80ae276
commit edf953a
Showing
26 changed files
with
65 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
edf953a
There was a problem hiding this comment.
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: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/ggbetweenstats.R:159:1: style: functions should have cyclomatic complexity of less than 15, this has 24.
R/ggcoefstats.R:204:1: style: functions should have cyclomatic complexity of less than 15, this has 37.
R/ggpiestats.R:64:1: style: functions should have cyclomatic complexity of less than 15, this has 22.
R/ggscatterstats.R:89:1: style: functions should have cyclomatic complexity of less than 15, this has 22.
R/ggwithinstats.R:66:1: style: functions should have cyclomatic complexity of less than 15, this has 20.
R/helpers_gghistostats_graphics.R:180:3: warning: local variable ‘label.value’ assigned but may not be used
tests/testthat/test-ggbetweenstats.R:154:13: style: Commented code should be removed.
tests/testthat/test-ggwithinstats.R:379:15: style: Commented code should be removed.
vignettes/web_only/combine_plots.Rmd:98:17: style: Do not place spaces around code in parentheses or square brackets.
vignettes/web_only/ggcoefstats.Rmd:309:3: style: Commented code should be removed.
vignettes/web_only/ggcoefstats.Rmd:314:7: style: Commented code should be removed.
vignettes/web_only/ggcoefstats.Rmd:1566:20: style: Place a space before left parenthesis, except in a function call.
vignettes/web_only/ggcoefstats.Rmd:2196:28: style: Place a space before left parenthesis, except in a function call.
edf953a
There was a problem hiding this comment.
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: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/ggbetweenstats.R:159:1: style: functions should have cyclomatic complexity of less than 15, this has 24.
R/ggcoefstats.R:204:1: style: functions should have cyclomatic complexity of less than 15, this has 37.
R/ggpiestats.R:64:1: style: functions should have cyclomatic complexity of less than 15, this has 22.
R/ggscatterstats.R:89:1: style: functions should have cyclomatic complexity of less than 15, this has 22.
R/ggwithinstats.R:66:1: style: functions should have cyclomatic complexity of less than 15, this has 20.
R/helpers_gghistostats_graphics.R:180:3: warning: local variable ‘label.value’ assigned but may not be used
tests/testthat/test-ggbetweenstats.R:154:13: style: Commented code should be removed.
tests/testthat/test-ggwithinstats.R:379:15: style: Commented code should be removed.
vignettes/web_only/combine_plots.Rmd:98:17: style: Do not place spaces around code in parentheses or square brackets.
vignettes/web_only/ggcoefstats.Rmd:309:3: style: Commented code should be removed.
vignettes/web_only/ggcoefstats.Rmd:314:7: style: Commented code should be removed.
vignettes/web_only/ggcoefstats.Rmd:1566:20: style: Place a space before left parenthesis, except in a function call.
vignettes/web_only/ggcoefstats.Rmd:2196:28: style: Place a space before left parenthesis, except in a function call.
edf953a
There was a problem hiding this comment.
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: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/ggbetweenstats.R:159:1: style: functions should have cyclomatic complexity of less than 15, this has 24.
R/ggcoefstats.R:204:1: style: functions should have cyclomatic complexity of less than 15, this has 37.
R/ggpiestats.R:64:1: style: functions should have cyclomatic complexity of less than 15, this has 22.
R/ggscatterstats.R:89:1: style: functions should have cyclomatic complexity of less than 15, this has 22.
R/ggwithinstats.R:66:1: style: functions should have cyclomatic complexity of less than 15, this has 20.
R/helpers_gghistostats_graphics.R:180:3: warning: local variable ‘label.value’ assigned but may not be used
tests/testthat/test-ggbetweenstats.R:154:13: style: Commented code should be removed.
tests/testthat/test-ggwithinstats.R:379:15: style: Commented code should be removed.
vignettes/web_only/combine_plots.Rmd:98:17: style: Do not place spaces around code in parentheses or square brackets.
vignettes/web_only/ggcoefstats.Rmd:309:3: style: Commented code should be removed.
vignettes/web_only/ggcoefstats.Rmd:314:7: style: Commented code should be removed.
vignettes/web_only/ggcoefstats.Rmd:1566:20: style: Place a space before left parenthesis, except in a function call.
vignettes/web_only/ggcoefstats.Rmd:2196:28: style: Place a space before left parenthesis, except in a function call.
edf953a
There was a problem hiding this comment.
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: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/ggbetweenstats.R:159:1: style: functions should have cyclomatic complexity of less than 15, this has 24.
R/ggcoefstats.R:204:1: style: functions should have cyclomatic complexity of less than 15, this has 37.
R/ggpiestats.R:64:1: style: functions should have cyclomatic complexity of less than 15, this has 22.
R/ggscatterstats.R:89:1: style: functions should have cyclomatic complexity of less than 15, this has 22.
R/ggwithinstats.R:66:1: style: functions should have cyclomatic complexity of less than 15, this has 20.
R/helpers_gghistostats_graphics.R:180:3: warning: local variable ‘label.value’ assigned but may not be used
tests/testthat/test-ggbetweenstats.R:154:13: style: Commented code should be removed.
tests/testthat/test-ggwithinstats.R:379:15: style: Commented code should be removed.
vignettes/web_only/combine_plots.Rmd:98:17: style: Do not place spaces around code in parentheses or square brackets.
vignettes/web_only/ggcoefstats.Rmd:309:3: style: Commented code should be removed.
vignettes/web_only/ggcoefstats.Rmd:314:7: style: Commented code should be removed.
vignettes/web_only/ggcoefstats.Rmd:1566:20: style: Place a space before left parenthesis, except in a function call.
vignettes/web_only/ggcoefstats.Rmd:2196:28: style: Place a space before left parenthesis, except in a function call.