Changelog
Source:NEWS.md
rangr 1.0.4 (2024-05-30)
Minor improvements
Default value of
max_dist
ininitialise()
is now equal to 0.99 quantile ofkernel_fun
instead of 0.9Added examples of lon/lat rasters to package data
Input maps (
K_map
andn1_map
) are now wrapped insim_data
object
rangr 1.0.3 (2024-01-23)
Minor improvements
Remove
print()
from the vignetteAll messages produced during
initialise()
are now turned off by default (byquiet
parameter)Changed the appearance of the progress bar in the
sim()
function to match that ininitialise()
In
summary.sim_data()
ther
parameter is now rounded to the 4th decimal place
rangr 1.0.2 (2024-01-16)
Major improvements
rangr
is now based on theterra
packageAdded binomial distribution to
get_observation()
(new distribution defining the observation process)
Minor improvements
Added more default values for
initialize()
’s parametersImproved documentation for
get_observation()
Improved documentation - titles formatting
Added more examples to
plot.sim_results()
rangr 1.0.1 (2023-09-04)
Minor improvements
Improved documentation for
get_observations()
.Added functionality description for
get_observations()
to the vignettes