Skip to content

Commit

Permalink
recompling with fresh env
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues committed Jun 22, 2020
1 parent 7e541a6 commit 75c421f
Show file tree
Hide file tree
Showing 15 changed files with 3,748 additions and 3,249 deletions.
1,796 changes: 913 additions & 883 deletions docs/defining-your-own-functions.html

Large diffs are not rendered by default.

1,848 changes: 957 additions & 891 deletions docs/descriptive-statistics-and-data-manipulation.html

Large diffs are not rendered by default.

161 changes: 101 additions & 60 deletions docs/further-topics.html

Large diffs are not rendered by default.

195 changes: 118 additions & 77 deletions docs/getting-to-know-rstudio.html

Large diffs are not rendered by default.

651 changes: 346 additions & 305 deletions docs/graphs.html

Large diffs are not rendered by default.

198 changes: 123 additions & 75 deletions docs/index.html

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions docs/libs/accessible-code-block-0.0.1/empty-anchor.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// Hide empty <a> tag within highlighted CodeBlock for screen reader accessibility (see https://github.com/jgm/pandoc/issues/6352#issuecomment-626106786) -->
// v0.0.1
// Written by JooYoung Seo ([email protected]) and Atsushi Yasumoto on June 1st, 2020.

document.addEventListener('DOMContentLoaded', function() {
const codeList = document.getElementsByClassName("sourceCode");
for (var i = 0; i < codeList.length; i++) {
var linkList = codeList[i].getElementsByTagName('a');
for (var j = 0; j < linkList.length; j++) {
if (linkList[j].innerHTML === "") {
linkList[j].setAttribute('aria-hidden', 'true');
}
}
}
});
12 changes: 12 additions & 0 deletions docs/libs/header-attrs-2.3/header-attrs.js
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);
}
});
461 changes: 251 additions & 210 deletions docs/objects-types-and-useful-r-functions-to-get-started.html

Large diffs are not rendered by default.

451 changes: 246 additions & 205 deletions docs/package-development.html

Large diffs are not rendered by default.

267 changes: 154 additions & 113 deletions docs/reading-and-writing-data.html

Large diffs are not rendered by default.

159 changes: 100 additions & 59 deletions docs/references.html

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion docs/search_index.json

Large diffs are not rendered by default.

771 changes: 401 additions & 370 deletions docs/statistical-models.html

Large diffs are not rendered by default.

Binary file modified my_list.RDS
Binary file not shown.

0 comments on commit 75c421f

Please sign in to comment.