-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
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.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to | ||
// be compatible with the behavior of Pandoc < 2.8). | ||
document.addEventListener('DOMContentLoaded', function(e) { | ||
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); | ||
var i, h, a; | ||
for (i = 0; i < hs.length; i++) { | ||
h = hs[i]; | ||
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 | ||
a = h.attributes; | ||
while (a.length > 0) h.removeAttribute(a[0].name); | ||
} | ||
}); |
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.
a3074ab
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:155:1: style: functions should have cyclomatic complexity of less than 15, this has 24.
R/ggcoefstats.R:200:1: style: functions should have cyclomatic complexity of less than 15, this has 40.
R/ggpiestats.R:67:1: style: functions should have cyclomatic complexity of less than 15, this has 23.
R/ggscatterstats.R:90:1: style: functions should have cyclomatic complexity of less than 15, this has 22.
R/ggwithinstats.R:71:1: style: functions should have cyclomatic complexity of less than 15, this has 26.
R/ggwithinstats.R:165:1: style: Lines should not be more than 120 characters.
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:378:15: style: Commented code should be removed.
vignettes/web_only/ggcoefstats.Rmd:180:3: style: Commented code should be removed.
vignettes/web_only/ggcoefstats.Rmd:185:7: style: Commented code should be removed.
a3074ab
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:155:1: style: functions should have cyclomatic complexity of less than 15, this has 24.
R/ggcoefstats.R:200:1: style: functions should have cyclomatic complexity of less than 15, this has 40.
R/ggpiestats.R:67:1: style: functions should have cyclomatic complexity of less than 15, this has 23.
R/ggscatterstats.R:90:1: style: functions should have cyclomatic complexity of less than 15, this has 22.
R/ggwithinstats.R:71:1: style: functions should have cyclomatic complexity of less than 15, this has 26.
R/ggwithinstats.R:165:1: style: Lines should not be more than 120 characters.
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:378:15: style: Commented code should be removed.
vignettes/web_only/ggcoefstats.Rmd:180:3: style: Commented code should be removed.
vignettes/web_only/ggcoefstats.Rmd:185:7: style: Commented code should be removed.
a3074ab
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:155:1: style: functions should have cyclomatic complexity of less than 15, this has 24.
R/ggcoefstats.R:200:1: style: functions should have cyclomatic complexity of less than 15, this has 40.
R/ggpiestats.R:67:1: style: functions should have cyclomatic complexity of less than 15, this has 23.
R/ggscatterstats.R:90:1: style: functions should have cyclomatic complexity of less than 15, this has 22.
R/ggwithinstats.R:71:1: style: functions should have cyclomatic complexity of less than 15, this has 26.
R/ggwithinstats.R:165:1: style: Lines should not be more than 120 characters.
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:378:15: style: Commented code should be removed.
vignettes/web_only/ggcoefstats.Rmd:180:3: style: Commented code should be removed.
vignettes/web_only/ggcoefstats.Rmd:185:7: style: Commented code should be removed.
a3074ab
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:155:1: style: functions should have cyclomatic complexity of less than 15, this has 24.
R/ggcoefstats.R:200:1: style: functions should have cyclomatic complexity of less than 15, this has 40.
R/ggpiestats.R:67:1: style: functions should have cyclomatic complexity of less than 15, this has 23.
R/ggscatterstats.R:90:1: style: functions should have cyclomatic complexity of less than 15, this has 22.
R/ggwithinstats.R:71:1: style: functions should have cyclomatic complexity of less than 15, this has 26.
R/ggwithinstats.R:165:1: style: Lines should not be more than 120 characters.
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:378:15: style: Commented code should be removed.
vignettes/web_only/ggcoefstats.Rmd:180:3: style: Commented code should be removed.
vignettes/web_only/ggcoefstats.Rmd:185:7: style: Commented code should be removed.