- Adding onload function and help for users that dont have
RandomFields
- move
RandomFields
andRandomFieldsUtils
to Suggests and use AdditionalRepositories to provide these packages since they are no longer available from CRAN (with #95)
- Bugfix in nlm_mosaicfield to rely on new version of RandomFields
- Bugfix in nlm_mpd to not rely on landscapetools
- 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
- Update citation
- Minor bug fixes
- Updated documentation
- removed purrr as dependency
- 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
- 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
- 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
v0.1.0 was released on 30/11/2017
- First stable release of NLMR