Skip to content

Commit 707142a

Browse files
committed
Update website for version 2.0.3
1 parent 99f12bf commit 707142a

File tree

202 files changed

+1727
-746
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+1727
-746
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Authors@R: c(person("Gustav", "Delius", email="[email protected]",
1818
comment = c(ORCID = "0000-0002-8478-3430")),
1919
person("Richard", "Southwell", email="[email protected]",
2020
role=c("ctb", "cph")))
21-
Version: 2.0.2.9001
21+
Version: 2.0.3
2222
License: GPL-3
2323
Imports:
2424
assertthat,

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mizer 2.0.2.9001
1+
# mizer 2.0.3
22

33
## Bug fixes
44

cran-comments.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@
44

55
0 errors ✓ | 0 warnings ✓ | 0 notes ✓
66

7+
* ubuntu 18.04 bionic, R 4.0.2
8+
9+
0 errors ✓ | 0 warnings ✓ | 0 notes ✓
10+
711
* win-builder (release and oldrelease)
812
No Notes, Warnings or Errors

docs/404.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CONTRIBUTING.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/a_multispecies_model_of_the_north_sea.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Hide empty <a> tag within highlighted CodeBlock for screen reader accessibility (see https://github.com/jgm/pandoc/issues/6352#issuecomment-626106786) -->
2+
// v0.0.1
3+
// Written by JooYoung Seo ([email protected]) and Atsushi Yasumoto on June 1st, 2020.
4+
5+
document.addEventListener('DOMContentLoaded', function() {
6+
const codeList = document.getElementsByClassName("sourceCode");
7+
for (var i = 0; i < codeList.length; i++) {
8+
var linkList = codeList[i].getElementsByTagName('a');
9+
for (var j = 0; j < linkList.length; j++) {
10+
if (linkList[j].innerHTML === "") {
11+
linkList[j].setAttribute('aria-hidden', 'true');
12+
}
13+
}
14+
}
15+
});
-596 Bytes
Loading
-1.18 KB
Loading

docs/articles/community_model.html

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)