Skip to content

Commit 87207a9

Browse files
Merge pull request #74 from rsquaredacademy/develop
0.3.1 on CRAN
2 parents 7b8a7cc + 076dfe5 commit 87207a9

36 files changed

+1199
-1091
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: inferr
22
Type: Package
33
Title: Inferential Statistics
4-
Version: 0.3.1
4+
Version: 0.3.1.9000
55
Authors@R: person("Aravind", "Hebbali", email = "hebbali.aravind@gmail.com", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0001-9220-9669"))
77
Description: Select set of parametric and non-parametric statistical tests. 'inferr' builds upon the solid set of

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# inferr 0.3.0.1
1+
# inferr 0.3.1.9000
2+
3+
# inferr 0.3.1
24

35
This is a patch release to fix error on R-devel on Debian and Fedora.
46

README.Rmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,7 @@ infer_mcnemar_test(hb, himath, hiread)
109109
If you encounter a bug, please file a minimal reproducible example using
110110
[reprex](https://reprex.tidyverse.org/index.html) on github. For questions and
111111
clarifications, use [StackOverflow](https://stackoverflow.com/).
112+
113+
## Code of Conduct
114+
115+
Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,3 +215,9 @@ If you encounter a bug, please file a minimal reproducible example using
215215
[reprex](https://reprex.tidyverse.org/index.html) on github. For
216216
questions and clarifications, use
217217
[StackOverflow](https://stackoverflow.com/).
218+
219+
## Code of Conduct
220+
221+
Please note that this project is released with a [Contributor Code of
222+
Conduct](CONDUCT.md). By participating in this project you agree to
223+
abide by its terms.

docs/404.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CONDUCT.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/intro.html

Lines changed: 35 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
2+
// be compatible with the behavior of Pandoc < 2.8).
3+
document.addEventListener('DOMContentLoaded', function(e) {
4+
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
5+
var i, h, a;
6+
for (i = 0; i < hs.length; i++) {
7+
h = hs[i];
8+
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
9+
a = h.attributes;
10+
while (a.length > 0) h.removeAttribute(a[0].name);
11+
}
12+
});

0 commit comments

Comments
 (0)