Changelog
Source:NEWS.md
NLMR 1.1.0.9000 Release Notes
- move
RandomFields
andRandomFieldsUtils
to Suggests and use AdditionalRepositories to provide these packages since they are no longer available from CRAN (with #95)
NLMR 0.4.2 Release Notes
CRAN release: 2019-02-27
- Bugfix in nlm_mosaicfield to rely on new version of RandomFields
NLMR 0.4 Release Notes
CRAN release: 2018-11-16
- nlm_neigh, nlm_mpd and nlm_randomrectangularcluster are now implemented in Rcpp
- all of the Rcpp also take the R random seed
- Minor bug fixes
- Improvements to documentation
- More examples on the package website
NLMR 0.3.1 Release Notes
CRAN release: 2018-09-28
- Minor bug fixes
- Updated documentation
- removed purrr as dependency
NLMR 0.3.0 Release Notes
CRAN release: 2018-04-03
- successful review through rOpenSci
- split package into two packages:
-
NLMR
- contains now only the neutral landscape models, minimal dependencies
-
landscapetools
- contains now only utility functions
-
- small bug fixes
-
nlm_fBm
is nownlm_fbm
NLMR 0.2.1 Release Notes
CRAN release: 2018-02-16
- Skip one test on CRAN to keep the Roboto font available
- Function
show_landscape
to plot a list of rasters as ggplot2 facet - Small updates to the webpage
NLMR 0.2 Release Notes
CRAN release: 2018-01-09
- Small bug fixes
- New neutral landscape models
-
nlm_wheys
: Simulates a wheyed neutral landscape model
-
- Parameter
p
innlm_curds
now controls the proportion of habitat instead of the amount of matrix - Implemented new theme
theme_nlm
- Functions to coerce raster to tibbles and vice versa (for facetting with
ggplot2
) - We now have unit tests covering the main functionality of the package
- Removed several packages as dependencies