Changes in version 1.3.0.9000 Changes in version 1.2.0 - Replace deprecated std::random_shuffle with std::shuffle in C++ code. - Cleans vignettes - Disables nlm_fbm and nlm_gaussianfield functions for now, until they can be reimplemented with the new approach, eliminating the need for RandomFields - Adds user_seed argument to most functions Changes in version 1.1.1 - Adding onload function and help for users that dont have RandomFields Changes in version 1.1.0.9000 - move RandomFields and RandomFieldsUtils to Suggests and use AdditionalRepositories to provide these packages since they are no longer available from CRAN (with #95) Changes in version 0.4.2 (2019-02-27) - Bugfix in nlm_mosaicfield to rely on new version of RandomFields Changes in version 0.4.1 (2019-01-28) - Bugfix in nlm_mpd to not rely on landscapetools Changes in version 0.4 (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 Changes in version 0.3.2 (2018-10-02) - Update citation Changes in version 0.3.1 (2018-09-28) - Minor bug fixes - Updated documentation - removed purrr as dependency Changes in version 0.3.0 (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 now nlm_fbm Changes in version 0.2.1 (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 Changes in version 0.2 (2018-01-09) - Small bug fixes - New neutral landscape models - nlm_wheys: Simulates a wheyed neutral landscape model - Parameter p in nlm_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 Changes in version 0.1.0 (2017-11-30) v0.1.0 was released on 30/11/2017 - First stable release of NLMR