-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Tutorial to include an underdispersion example
Also undo some changes to examples as it can't find autoplot.cmp for some reasons.
- Loading branch information
1 parent
4d698ca
commit 6c19792
Showing
6 changed files
with
29 additions
and
25 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
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,31 +1,35 @@ | ||
## Test environments | ||
* local R installation, R 4.0.2 | ||
* ubuntu 16.04 (on travis-ci), R 4.0.2 | ||
* ubuntu 16.04, Windows, macOS (on GitHub Actions), R 4.0.2 | ||
* win-builder (devel and release) | ||
* ubuntu 16.04 (on travis-ci), R 4.0.3 | ||
* ubuntu 16.04, Windows, macOS (on GitHub Actions), R 4.0.3 | ||
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
This is a patch submission to fix some issues picked up by CRAN checks. | ||
|
||
There were no ERRORs or WARNINGs. | ||
## R CMD check results | ||
|
||
There was 1 NOTE: | ||
0 errors | 0 warnings | 0 notes | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: ‘Thomas Fung <[email protected]>’ | ||
|
||
New maintainer: | ||
Thomas Fung <[email protected]> | ||
Old maintainer(s): | ||
Thomas Fung <[email protected]> | ||
Errors and notes from previous submission. | ||
|
||
The maintainer changed his email address. | ||
Version: 0.3.5 | ||
Check: dependencies in R code | ||
Result: NOTE | ||
Namespace in Imports field not imported from: ‘broom’ | ||
All declared Imports should be used. | ||
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-x86_64, r-oldrel-macos-x86_64 | ||
|
||
There are some issues with the ubuntu 16.04 check via GitHub actions: | ||
"Failed to get R 4.0.3: Failed to get R 4.0.3" but it passes the checks on travis-ci. | ||
* Moved `broom` to the `Suggests` field in Description. | ||
|
||
## Downstream dependency. | ||
Version: 0.3.5 | ||
Check: whether package can be installed | ||
Result: ERROR | ||
Installation failed. | ||
Flavor: r-patched-solaris-x86 | ||
|
||
There are currently no downstream dependencies for this package. | ||
* Cast integer to double for log function in Rcpp code. This should fix the solaris issue. | ||
|
||
## Downstream dependency. | ||
|
||
There are currently no downstream dependencies for this package. | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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