-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e4a943d
commit ad5db93
Showing
3 changed files
with
15 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Type: Package | ||
Package: sdmTMB | ||
Title: Spatial and Spatiotemporal SPDE-Based GLMMs with 'TMB' | ||
Version: 0.4.3.9013 | ||
Version: 0.5.0 | ||
Authors@R: c( | ||
person(c("Sean", "C."), "Anderson", , "[email protected]", | ||
role = c("aut", "cre"), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,18 @@ | ||
This version fixes bugs, adds minor functionality, and maintains | ||
compatibility with a revised version of a preprint introducing the package. | ||
This version fixes a unit test that was broken by an update to glmmTMB (as per | ||
an email from CRAN on March 20 2024). This version also adds minor functionality | ||
and fixes several bugs. | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 1 notes | ||
|
||
checking installed package size ... NOTE | ||
installed size is 6.1Mb | ||
sub-directories of 1Mb or more: | ||
libs 4.2Mb | ||
|
||
* This is due to compiled code; we cannot reduce the size further. | ||
0 errors | 0 warnings | 0 notes | ||
|
||
## Test environments | ||
|
||
* Local M2 macOS install, R 4.3.2 | ||
* Local M2 macOS install, R 4.3.3 | ||
* Intel macOS (on github-actions), R-release | ||
* Ubuntu 22.04.3 (on github-actions), R-release | ||
* Ubuntu 22.04.3 (on github-actions), R-devel | ||
* Ubuntu 22.04.3 (on github-actions), R-oldrel | ||
* Windows (on github-actions), R 4.3.2 | ||
* Ubuntu 22.04.3 (on github-actions), R-release | ||
* Windows (on github-actions), R-release | ||
* Windows (winbuilder), R-devel | ||
|
||
With sanitizer checks: | ||
|
||
* Ubuntu 22.04.3 (on github-actions), R-devel with valgrind | ||
|
||
* Windows (winbuilder), R-release | ||
* Windows (winbuilder), R-oldrelease |