- Debugged some issues with sparse matrices in
matrix_model
.
- Patched the issue with
@docType package
inroxygen2
.
- New function exported:
stdev_transform
, which adapts standard deviations to different probability distributions. - colorednoise now runs on
data.table
instead ofdplyr
,tibble
, andtidyr
for faster simulations.
- Updated to be compatible with
tidyr
v1.0.0
- Updated to be compatible with
tibble
v2.0.0
matrix_model
now has more options for dealing with survival values erroneously set to >1.
- The Makevars have been tweaked so the package runs on more operating systems and compilers.
colorednoise
no longer depends on the deprecated packagepurrrlyr
.
colorednoise
can now execute matrix population models with thematrix_model
function, along with its helper functionscolored_multi_rnorm
,multi_rnorm
, andcor2cov
.- Renamed
raw_noise
tocolored_noise
andtimeseries
tounstructured_pop
. - The package now has a more extensive testing suite.
- Recoded the
raw_noise
andtimeseries
functions in Rcpp. - Changed
timeseries
to take separate autocorrelation values for survival and fertility. - The output variance of survival probabilities in
timeseries
now reliably matches the input variance.