NEWS
colorednoise 1.1.2 (2024-02-28)
- Debugged some issues with sparse matrices in
matrix_model
.
colorednoise 1.1.1 (2023-09-22)
- Patched the issue with
@docType package
in roxygen2
.
colorednoise 1.1.0 (2020-08-05)
- New function exported:
stdev_transform
, which adapts standard deviations to different probability distributions.
- colorednoise now runs on
data.table
instead of dplyr
, tibble
, and tidyr
for faster simulations.
colorednoise 1.0.5 (2019-09-27)
- Updated to be compatible with
tidyr
v1.0.0
colorednoise 1.0.4 (2019-01-23)
- Updated to be compatible with
tibble
v2.0.0
colorednoise 1.0.3 (2018-06-01)
matrix_model
now has more options for dealing with survival values erroneously set to >1.
colorednoise 1.0.2
- The Makevars have been tweaked so the package runs on more operating systems and compilers.
colorednoise
no longer depends on the deprecated package purrrlyr
.
colorednoise 1.0.0
colorednoise
can now execute matrix population models with the matrix_model
function, along with its helper functions colored_multi_rnorm
, multi_rnorm
, and cor2cov
.
- Renamed
raw_noise
to colored_noise
and timeseries
to unstructured_pop
.
- The package now has a more extensive testing suite.
colorednoise 0.0.2 (2018-01-30)
- Recoded the
raw_noise
and timeseries
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.