track_align()
added to the package.
- Upgraded from raster to terra for hr_area().
- Fixed issue #109
- Solved issue #108
- Fixed NA in tac()
- Fixed error in steps_by_burst()/random_steps() if there is only 1 burst.
- Fixed error within
random_steps.brusted_track_xyt()
, whenburst_id
did not start with 1. - Removed
as_move()
. - Fixed documentation (requested by CRAN)
- Fixed issue in
make_trast()
(reported by joshcullen; #105) - Fixed issue
lonlat=TRUE
when calculating step lengths (#103, #107, #108)
- The correct step id is now given in
random_steps.brusted_track_xyt()
.
- Removed dependency on Rccp, all code is now in R.
extract_covariates()
no longer accepts a buffer.- Updated
time_of_day()
to usesuncalc
instead ofmaptools
. - Updated
hr_overlap()
fromraster
toterra
. - Updated
od()
andhr_od()
fromraster
toterra
. - Updated
hr_isopleths()
fromraster
/sp
toterra
/sf
. hr_cud()
updated fromraster
toterra
.extrackt_covariates*()
updated fromraster
toterra
.distance_to_center()
was removed.- Updated
step
, it now usessf::st_distance()
instead ofraster::distance()
. - Dependency on
raster
,sp
,rgeos
andspdep
were removed. as_sp()
is nowas_sf()
and replaced the function call in the whole package.- Rewrite parts of
hr_akde()
to useterra
instead ofraster
. - Rewrite parts of
hr_locoh()
to usesf
instead ofrgeos
.
- Fixed error in
ta_correlation()
reported by Ines Khazar.
fit_clogit()
checks for strata.
- Accepted merge to have to have buffers for
extract_covariates()
. - Accepted merge to fix error in
as_ltraj()
. - Accepted merge to typo.
- New method
remove_incomplete_strata()
- fixed issue #54.
- fixed issue #43 by adding a an example.
- fixed issue #57.
- fixed issue #58.
- fixed issue #56: levels for
akde
- added enhancement #55
- fixed small error in
steps()
for calculating the absolute direction. - New method
add_nsd()
to calculate the NSD for tracks and steps. - Fixed error with time_of_day and CRS
- support for
hnorm
andlnorm
step-length distributions. - support for
st_crs
for CRS. Major updates for several functions - deprecated the function
dist_cent
. - Added
as_track
fordata.frames
. - Added argument
verbose
tomake_track()
. - Fixed bug with
hr_isopleths()
for aKDE. - Fix issue #48 (#48). Zero step lengths return now NA for direction.
unnest
works for track_xy*- Major updates for
hr_akde
. This includes that now CI are available for - new vignette and methods for
hr_overlap
- reduced package dependencies.
- Fixed bug in confidence calculation for
log_rss
.
hr_overlap
gained two new argumentslabels
andconsecutive.only
.log_rss
new CI- I was asked to move
Rdpack
to imports.
group_by
for random points works as expected.
hr_mcp
gained an argumentkeep.data
as_track
can now convertsteps_xyt
back to atrack_xyt
plot
function for home ranges improved- Ported function for
site_fidelity
from packagerhr
. - Changed test in order to be compatible with the new dplyr version.
random_steps
uses abs direction as reference instead of relative direction
- Streamlined home-range methods
- Added methods for overlaps and intersections of home ranges
- Added href scaled for KDE
extract_covariate
now works with new version of tibble for raster stacks.fit_distr
for gamma distribution, now replaces 0 step length with min step- length and informs the user with a message.
- added citation to the description
- unnamed elements of fitted gamma
- replaced
testthat
withtinytest
- New vignette for RSFs.
- New functions to calculate RSS.
- New vignette for interfacing other packages.
- Added method to interface the
move
packages.
- Improved
random_points
by adding methods for track, hr and spatial objects. - Adjusted
random_steps
- Removed dependency on
velox
. This makesextract_covariates_along
slower.
- Added a dplyr count method for track, steps, random_steps and random_points
- Added a AIC method for
fit_(i)ssf
. - Added for KDE: pi and lscv for bandwidth estimation
hr_locoh_k
id deprecated and will be part ofhr_locoh
. Specificallytype = "k"
.- All home range methods now return
sf
objects.
- random_points with kde home ranges now work with different home range levels.
- random_steps now uses
units
to be explicit about the turning angle. bbox
is also available for steps and can return objects ofsf
.time_of_day
propgagatesNA
in coordinates.time_of_day
returns factor with levels set correctly.
random_steps
gained a new distribution for random steps (exponential).- bug fix in
random_steps
- new function
extract_covariates_along
, extracts covariates along a random step. steps
gains a new argument:keep_cols
in order to keep columns from point when creating steps.simulate_tud
: a convenience wrapper aroundsimulate_ud
to simulate transition UDs.
- Added an alias to
mk_track
calledmake_track
. mk_track
gained a new argumentall_cols
that allows to carry over all columns to track.mk_track
gained a new argumentcheck_duplicates
that allows to the user to specify if temporal duplicates should give an error or not.- Added
hr_kde
to calculate Kernel home ranges. steps
now usesdifftime
to calculate time differences.
- Removed: Depends tidyverse
- Fixed errors with lubridate::Periods within
data_frame
s
- Fixed vignette titles.
- Added
Rdpack
to suggest