Skip to content

Commit

Permalink
move all vignettes to articles #55
Browse files Browse the repository at this point in the history
  • Loading branch information
levenc committed Sep 4, 2024
1 parent 964b122 commit 21b534a
Show file tree
Hide file tree
Showing 54 changed files with 802 additions and 836 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
^\.github$
^CRAN-SUBMISSION$
^cran-comments\.md$
^vignettes/articles$
82 changes: 33 additions & 49 deletions docs/LICENSE.html

Large diffs are not rendered by default.

63 changes: 23 additions & 40 deletions docs/articles/a_posteriori_dosing.html

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,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');
}
}
}
});
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 21b534a

Please sign in to comment.