-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #314 from IndrajeetPatil/ggcoef_insightification
more refactoring of `ggcoefstats` using `insight`
- Loading branch information
Showing
44 changed files
with
346 additions
and
271 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
Oops, something went wrong.
808e2e7
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.
R/ggbarstats.R:70:1: style: functions should have cyclomatic complexity of less than 15, this has 20.
R/ggbetweenstats.R:196:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/ggcoefstats.R:303:1: style: functions should have cyclomatic complexity of less than 15, this has 58.
R/ggcorrmat.R:167:1: style: functions should have cyclomatic complexity of less than 15, this has 30.
R/gghistostats.R:79:1: style: functions should have cyclomatic complexity of less than 15, this has 24.
R/ggpiestats.R:110:1: style: functions should have cyclomatic complexity of less than 15, this has 22.
R/ggscatterstats.R:96:1: style: functions should have cyclomatic complexity of less than 15, this has 34.
R/ggwithinstats.R:63:1: style: functions should have cyclomatic complexity of less than 15, this has 31.
R/helpers_ggbetweenstats_graphics.R:369:26: style:
%>%
should always have a space before it and a new line after it, unless the full pipeline fits on one line.R/helpers_gghistostats_graphics.R:48:5: warning: local variable ‘label.value’ assigned but may not be used
808e2e7
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.
R/ggbarstats.R:70:1: style: functions should have cyclomatic complexity of less than 15, this has 20.
R/ggbetweenstats.R:196:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/ggcoefstats.R:303:1: style: functions should have cyclomatic complexity of less than 15, this has 58.
R/ggcorrmat.R:167:1: style: functions should have cyclomatic complexity of less than 15, this has 30.
R/gghistostats.R:79:1: style: functions should have cyclomatic complexity of less than 15, this has 24.
R/ggpiestats.R:110:1: style: functions should have cyclomatic complexity of less than 15, this has 22.
R/ggscatterstats.R:96:1: style: functions should have cyclomatic complexity of less than 15, this has 34.
R/ggwithinstats.R:63:1: style: functions should have cyclomatic complexity of less than 15, this has 31.
R/helpers_ggbetweenstats_graphics.R:369:26: style:
%>%
should always have a space before it and a new line after it, unless the full pipeline fits on one line.R/helpers_gghistostats_graphics.R:48:5: warning: local variable ‘label.value’ assigned but may not be used