- Update for rstan 2.26 (#16)
- Rebuild with newest rstantools to avoid CRAN NOTE about C++ version
- Add back RcppParallel as an import
-
Fully delegate installation to rstantools (#15)
-
Other minor fixes to pass R CMD check on R devel
-
Add offset functionality
- Make compatible with updated broom.mixed
- Make compatible with C++14.
- Make compatible with R 3.6.0 staged installation and latest rstantools.
- Changed how Stan finds directories / files
-
Add support for random walk year effects with covariates. There are a few specific cases where covariates or the random year effect are not estimable. Examples are:
- estimating an intercept and AR year effects (intercept confounded with 1st year effect)
- estimating AR year effects and estimating 'phi' — the AR parameter in spatial field (also confounded)
-
Import S3 methods from rstantools instead of rstanarm (#5)
-
Adjust calculation of year index values to better allow for missing time slices
- Initial submission to CRAN.