Changelog
Source:NEWS.md
simlandr 0.3.1
CRAN release: 2024-01-23
- Removed unused parameter
Umax
from the documentation ofmake_kernel_dist()
(an internal function).
simlandr 0.3.0
CRAN release: 2022-11-15
- Further improved documentation, function, and class names, and cleaned unnecessary exported functions. Removed some deprecated functions.
- Made the parameter names of the landscape functions more consistent; used better default values for landscape functions.
- For single simulation landscape functions, added
make_*d_single()
alias. - Removed some default values for barrier calculation functions (they are often not suitable and can be misleading).
- Added
print()
,summary()
andplot()
methods for several classes. - Replaced
get_geom()
with a method of theautolayer()
generic function fromggplot2
.get_geom()
is now deprecated. - Replaced
get_barrier_height()
with a method of thesummary()
generic function.get_barrier_height()
is now deprecated. - Renamed
hash_big.matrix
class tohash_big_matrix
for consistent use of dots; renamed related functions accordingly. - Added
coda::cumuplot()
as a possible option forcheck_conv()
. - For
barrier_batch
objects, renamed the columnb
tobarrier
to avoid possible conflicts. - Removed some unnecessary messages.
- Added some examples to
README
. - Updated the vignette: updated some function, object, and parameter names; removed some references that we are now questioning.
- Bug fix: Parameter
vg
inmake_barrier_grid_2d()
andmake_barrier_grid_3d()
was changed toag
and the class of this parameter was changed fromvar_grid
(deprecated) toarg_grid
.
simlandr 0.2.1
CRAN release: 2022-08-24
- Updated roxygen2 version to ensure html5 compatibility (>= R 4.2.0).
simlandr 0.2.0
CRAN release: 2022-03-16
- Renamed
var
andpar
in batch simulation functions toarg
(argument) andele
(element). - Adjusted the algorithm of calculating minimal energy paths (previously “minimal elevation paths”).
- Added an non-gradient example function
sim_fun_nongrad()
; renamedsim_fun_test2()
tosim_fun_grad()
. - Added title for the color bar in
plot_ly
based plots; usedtheme_bw()
throughout allggplot2
based plots. - Improved some documentation; included a new vignette.
simlandr 0.1.2
CRAN release: 2021-11-02
- Improved the manual.
- Added
sim_fun_test2
function for testing. - Added
...
forbatch_simulation()
. - Added border for white dots in the geom of
calculate_barrier_2d()
andcalculate_barrier_2d_batch()
.