Skip to content

Commit 5101cb2

Browse files
committed
Ready for release 2.1.0. Updating website.
1 parent 48d9dae commit 5101cb2

File tree

312 files changed

+5589
-4099
lines changed

Some content is hidden

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

312 files changed

+5589
-4099
lines changed

R/helpers.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
#' @return TRUE or FALSE
99
#' @concept helper
1010
different <- function(a, b) {
11-
!isTRUE(all.equal(a, b, check.attributes = FALSE, scale = 1, tolerance = 0))
11+
!isTRUE(all.equal(a, b, check.attributes = FALSE, scale = 1,
12+
tolerance = .Machine$double.eps))
1213
}

cran-comments.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1-
## Resubmission
2-
3-
This is a resubmission. In this version I have added trailing slashes to two
4-
URLs in the README file.
5-
61
## Test environments
72

8-
* ubuntu 18.04 bionic, R 4.0.2
9-
10-
0 errors ✓ | 0 warnings ✓ | 1 note x
3+
* local ubuntu 18.04 bionic, R 4.0.3
114

12-
The note is not due to a problem in the package but due to a problem with
13-
the time server, see https://stackoverflow.com/questions/63613301/r-cmd-check-note-unable-to-verify-current-time
5+
0 errors ✓ | 0 warnings ✓ | 0 notes x
146

157
* win-builder (devel, release and oldrelease)
168
No Notes, Warnings or Errors

docs/404.html

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

docs/CONTRIBUTING.html

Lines changed: 4 additions & 4 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: 139 additions & 159 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
8.87 KB
Loading
63.3 KB
Loading
20.2 KB
Loading
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+
});

docs/articles/community_model.html

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

0 commit comments

Comments
 (0)