-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Type: Package | ||
Package: ggstatsplot | ||
Title: 'ggplot2' Based Plots with Statistical Details | ||
Version: 0.0.8.9000 | ||
Version: 0.0.9 | ||
Authors@R: | ||
c(person(given = "Indrajeet", | ||
family = "Patil", | ||
role = c("aut", "cre"), | ||
role = c("cre", "aut", "ctb"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-1995-6531")), | ||
person(given = "Chuck", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
], | ||
"issueTracker": "https://github.com/IndrajeetPatil/ggstatsplot/issues", | ||
"license": "https://spdx.org/licenses/GPL-3.0", | ||
"version": "0.0.8.9000", | ||
"version": "0.0.9", | ||
"programmingLanguage": { | ||
"@type": "ComputerLanguage", | ||
"name": "R", | ||
|
@@ -45,6 +45,13 @@ | |
} | ||
], | ||
"contributor": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "Indrajeet", | ||
"familyName": "Patil", | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0003-1995-6531" | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Chuck", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
601cf19
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/ggcorrmat.R:270:5: warning: local variable ‘corr.method.text’ assigned but may not be used
R/ggcorrmat.R:379:9: warning: local variable ‘n_summary’ assigned but may not be used
R/ggscatterstats.R:215:5: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/helpers_ggbetween_anova_subtitles.R:282:1: style: Variable and function names should not be longer than 30 characters.
R/helpers_ggbetween_t_subtitles.R:706:1: style: Lines should not be more than 100 characters.
R/helpers_ggbetween_t_subtitles.R:881:5: warning: local variable ‘diffscores’ assigned but may not be used
R/helpers_gghistostats.R:49:5: warning: local variable ‘label.value’ assigned but may not be used
tests/testthat/test_ggbetweenstats.R:177:7: style: Commented code should be removed.
601cf19
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/ggcorrmat.R:270:5: warning: local variable ‘corr.method.text’ assigned but may not be used
R/ggcorrmat.R:379:9: warning: local variable ‘n_summary’ assigned but may not be used
R/ggscatterstats.R:215:5: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/helpers_ggbetween_anova_subtitles.R:282:1: style: Variable and function names should not be longer than 30 characters.
R/helpers_ggbetween_t_subtitles.R:706:1: style: Lines should not be more than 100 characters.
R/helpers_ggbetween_t_subtitles.R:881:5: warning: local variable ‘diffscores’ assigned but may not be used
R/helpers_gghistostats.R:49:5: warning: local variable ‘label.value’ assigned but may not be used
tests/testthat/test_ggbetweenstats.R:177:7: style: Commented code should be removed.
601cf19
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/ggcorrmat.R:270:5: warning: local variable ‘corr.method.text’ assigned but may not be used
R/ggcorrmat.R:379:9: warning: local variable ‘n_summary’ assigned but may not be used
R/ggscatterstats.R:215:5: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/helpers_ggbetween_anova_subtitles.R:282:1: style: Variable and function names should not be longer than 30 characters.
R/helpers_ggbetween_t_subtitles.R:706:1: style: Lines should not be more than 100 characters.
R/helpers_ggbetween_t_subtitles.R:881:5: warning: local variable ‘diffscores’ assigned but may not be used
R/helpers_gghistostats.R:49:5: warning: local variable ‘label.value’ assigned but may not be used
tests/testthat/test_ggbetweenstats.R:177:7: style: Commented code should be removed.
601cf19
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/ggcorrmat.R:270:5: warning: local variable ‘corr.method.text’ assigned but may not be used
R/ggcorrmat.R:379:9: warning: local variable ‘n_summary’ assigned but may not be used
R/ggscatterstats.R:215:5: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/helpers_ggbetween_anova_subtitles.R:282:1: style: Variable and function names should not be longer than 30 characters.
R/helpers_ggbetween_t_subtitles.R:706:1: style: Lines should not be more than 100 characters.
R/helpers_ggbetween_t_subtitles.R:881:5: warning: local variable ‘diffscores’ assigned but may not be used
R/helpers_gghistostats.R:49:5: warning: local variable ‘label.value’ assigned but may not be used
tests/testthat/test_ggbetweenstats.R:177:7: style: Commented code should be removed.