Changes in version 1.0.9 (2026-01-23) - Updated DESCRIPTION: Added funding information - Changed n1_map slot in sim_data object to integer matrix Changes in version 1.0.8 (2025-12-17) Minor improvements - N_map slot stored as integer instead of double in sim_results Changes in version 1.0.7 (2025-05-26) Minor improvements - to_rast is now a method of sim_results - Updated installation instructions Changes in version 1.0.6 (2025-02-26) Minor improvements - Updated Description - Updated tests Changes in version 1.0.5 (2025-02-14) Minor improvements - Added references to documentation (growth, initialise, to_rast) - Added more comments inside functions - Updated readme (lon/lat data) - Updated documentation (examples and some clarifications) Changes in version 1.0.4 Major improvements - Added support for lon/lat rasters as input maps Minor improvements - Default value of max_dist in initialise() is now equal to 0.99 quantile of kernel_fun instead of 0.9 - Added examples of lon/lat rasters to package data - Input maps (K_map and n1_map) are now wrapped in sim_data object Changes in version 1.0.3 Minor improvements - Remove print() from the vignette - All messages produced during initialise() are now turned off by default (by quiet parameter) - Changed the appearance of the progress bar in the sim() function to match that in initialise() - In summary.sim_data() the r parameter is now rounded to the 4th decimal place Changes in version 1.0.2 Major improvements - rangr is now based on the terra package - Added binomial distribution to get_observation() (new distribution defining the observation process) Minor improvements - Added more default values for initialize()'s parameters - Improved documentation for get_observation() - Improved documentation - titles formatting - Added more examples to plot.sim_results() Changes in version 1.0.1 Minor improvements - Improved documentation for get_observations(). - Added functionality description for get_observations() to the vignettes