Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jan 21, 2020
1 parent 6a11676 commit 71d4aea
Show file tree
Hide file tree
Showing 51 changed files with 2,907 additions and 2,571 deletions.
7 changes: 3 additions & 4 deletions DESCRIPTION
Expand Up @@ -48,9 +48,9 @@ Imports:
metafor (>= 2.1-0),
pairwiseComparisons (>= 0.1.4),
paletteer (>= 1.0.0),
parameters (>= 0.4.0),
parameters (>= 0.4.1),
performance (>= 0.4.2),
psych (>= 1.8.12),
psych (>= 1.9.12.31),
purrr (>= 0.3.3),
rlang (>= 0.4.2),
scales (>= 1.1.0),
Expand All @@ -75,8 +75,7 @@ Suggests:
VignetteBuilder:
knitr
Remotes:
IndrajeetPatil/pairwiseComparisons,
easystats/performance
IndrajeetPatil/pairwiseComparisons
Encoding: UTF-8
Language: en-US
LazyData: true
Expand Down
Binary file modified Rplots.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -37,12 +37,12 @@ environment:
- R_VERSION: release
R_ARCH: x64
GCC_PATH: mingw_64
PKGTYPE: both
#PKGTYPE: both

- R_VERSION: devel
R_ARCH: x64
GCC_PATH: mingw_64
PKGTYPE: both
#PKGTYPE: both

matrix:
fast_finish: true
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Expand Up @@ -432,7 +432,7 @@
"@type": "SoftwareApplication",
"identifier": "parameters",
"name": "parameters",
"version": ">= 0.4.0",
"version": ">= 0.4.1",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -452,13 +452,13 @@
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://github.com/easystats/performance"
"sameAs": "https://CRAN.R-project.org/package=performance"
},
{
"@type": "SoftwareApplication",
"identifier": "psych",
"name": "psych",
"version": ">= 1.8.12",
"version": ">= 1.9.12.31",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down
3,376 changes: 1,698 additions & 1,678 deletions docs/articles/web_only/ggcoefstats.html

Large diffs are not rendered by default.

Binary file modified docs/articles/web_only/ggcoefstats_files/figure-html/meta1-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/web_only/ggcoefstats_files/figure-html/meta2-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -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);
}
});
442 changes: 222 additions & 220 deletions docs/articles/web_only/session_info.html

Large diffs are not rendered by default.

@@ -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);
}
});
26 changes: 13 additions & 13 deletions docs/reference/Titanic_full.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions docs/reference/VR_dilemma.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/reference/bartlett_message.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions docs/reference/bf_meta_message.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 71d4aea

Please sign in to comment.