-
Notifications
You must be signed in to change notification settings - Fork 12
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
Showing
2 changed files
with
18 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,27 @@ | ||
## Test environments | ||
* ubuntu 14.04 (on travis-ci), R devel and release | ||
* mac os x sierra (on travis-ci), R release | ||
* win-builder, R devel | ||
* win-builder, R devel and release | ||
|
||
## R CMD check results | ||
There were no ERRORs or WARNINGs. 3 NOTEs: | ||
|
||
* checking installed package size ... NOTE | ||
installed size is 6.2Mb | ||
sub-directories of 1Mb or more: | ||
libs 4.1Mb | ||
|
||
Explanation: This package has a large installed library because it uses the Stan MCMC engine as a backend, and it comes with pre-compiled C++ modules that are loaded into Stan through the package `rstan`. As a result, the libraries are large, but the actual R code in the package is relatively small. | ||
There were no ERRORs or WARNINGs. 2 NOTEs: | ||
|
||
* checking for GNU extensions in Makefiles ... NOTE | ||
GNU make is a SystemRequirements. | ||
|
||
GNU Make is a requirement because of the C++ back-end used to compile and fit models using package `rstan`. | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Robert Kubinec <[email protected]>' | ||
|
||
New submission | ||
|
||
Package was archived on CRAN | ||
|
||
CRAN repository db overrides: | ||
X-CRAN-Comment: Archived on 2019-07-01 as check problems were not | ||
corrected in time. | ||
|
||
|
||
## Downstream dependencies | ||
None. |