Skip to content

Commit

Permalink
CRAN release v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
saudiwin committed Jul 10, 2019
1 parent 67ecad1 commit 3099a5d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#Release v0.7.2
* Updated to be compatible with most recent `rstan` (version 2.19.2).
* Added `id_plot_cov` function for marginal effects plotting of covariates.
* Added `id_plot_irf` for calculating impulse-response functions for AR(1) models covariates.

#Release v0.7.1
* Fixed bug where time series vignette did not show on CRAN screen

Expand Down
22 changes: 13 additions & 9 deletions cran-comments.md
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.

0 comments on commit 3099a5d

Please sign in to comment.