amt 0.3.0
New features
- track_align()added to the package.
Fixes
- random_steps.bursted_track_xyt()if only one burst is
provided (reported by Gerben IJntema).
- 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.
amt 0.2.2
Fixes
- Fixed error within random_steps.brusted_track_xyt(),
whenburst_iddid not start with 1.
- Removed as_move().
- Fixed documentation (requested by CRAN)
- Fixed issue in make_trast()(reported by joshcullen;
#105)
- Fixed issue lonlat=TRUEwhen calculating step lengths
(#103, #107, #108)
amt 0.2.1
Fixes
- The correct step id is now given in
random_steps.brusted_track_xyt().
amt 0.2
updates
- Removed dependency on Rccp, all code is now in R.
- extract_covariates()no longer accepts a buffer.
- Updated time_of_day()to usesuncalcinstead ofmaptools.
- Updated hr_overlap()fromrastertoterra.
- Updated od()andhr_od()fromrastertoterra.
- Updated hr_isopleths()fromraster/sptoterra/sf.
- hr_cud()updated from- rasterto- terra.
- extrackt_covariates*()updated from- rasterto- terra.
- distance_to_center()was removed.
- Updated step, it now usessf::st_distance()instead ofraster::distance().
- Dependency on raster,sp,rgeosandspdepwere removed.
- as_sp()is now- as_sf()and replaced the
function call in the whole package.
- Rewrite parts of hr_akde()to useterrainstead ofraster.
- Rewrite parts of hr_locoh()to usesfinstead ofrgeos.
Fixes
- Fixed error in ta_correlation()reported by Ines
Khazar.
amt 0.1.8
updates
- fit_clogit()checks for strata.
amt 0.1.7
updates
- 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()
amt 0.1.6
updates
- 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
amt 0.1.5
updates
- support for hnormandlnormstep-length
distributions.
- support for st_crsfor CRS. Major updates for several
functions
- deprecated the function dist_cent.
- Added as_trackfordata.frames.
- Added argument verbosetomake_track().
- Fixed bug with hr_isopleths()for aKDE.
- Fix issue #48 (https://github.com/jmsigner/amt/issues/48). Zero step
lengths return now NA for direction.
amt 0.1.4
updates
- unnestworks 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.
bug fixes
- Fixed bug in confidence calculation for log_rss.
amt 0.1.3
updates
- hr_overlapgained two new arguments- labelsand- consecutive.only.
- log_rssnew CI
- I was asked to move Rdpackto imports.
bug fixes
- group_byfor random points works as expected.
amt 0.1.2
bug fixes
updates
- hr_mcpgained an argument- keep.data
- as_trackcan now convert- steps_xytback to
a- track_xyt
- plotfunction for home ranges improved
- Ported function for site_fidelityfrom packagerhr.
- Changed test in order to be compatible with the new dplyr
version.
amt 0.1.0
bug fixes
- random_stepsuses abs direction as reference instead of
relative direction
updates
- Streamlined home-range methods
- Added methods for overlaps and intersections of home ranges
- Added href scaled for KDE
amt 0.0.9
bug fixes
- extract_covariatenow works with new version of tibble
for raster stacks.
- fit_distrfor gamma distribution, now replaces 0 step
length with min step- length and informs the user with a message.
minor changes
- added citation to the description
- unnamed elements of fitted gamma
major changes
- replaced testthatwithtinytest
amt 0.0.8
new features
- New vignette for RSFs.
- New functions to calculate RSS.
- New vignette for interfacing other packages.
- Added method to interface the movepackages.
major changes
- Improved random_pointsby adding methods for track, hr
and spatial objects.
- Adjusted random_steps
- Removed dependency on velox. This makesextract_covariates_alongslower.
amt 0.0.7
new features
- 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
major changes
- hr_locoh_kid deprecated and will be part of- hr_locoh. Specifically- type = "k".
- All home range methods now return sfobjects.
amt 0.0.6.0
major changes
- random_points with kde home ranges now work with different home
range levels.
- random_steps now uses unitsto be explicit about the
turning angle.
- bboxis also available for steps and can return objects
of- sf.
- time_of_daypropgagates- NAin
coordinates.
- time_of_dayreturns factor with levels set
correctly.
amt 0.0.5.0
major changes
- random_stepsgained a new distribution for random steps
(exponential).
- bug fix in random_steps
- new function extract_covariates_along, extracts
covariates along a random step.
- stepsgains a new argument:- keep_colsin
order to keep columns from point when creating steps.
- simulate_tud: a convenience wrapper around- simulate_udto simulate transition UDs. # amt 0.0.4.0 ##
major changes
- Added an alias to mk_trackcalledmake_track.
- mk_trackgained a new argument- all_colsthat allows to carry over all columns to track.
- mk_trackgained a new argument- check_duplicatesthat allows to the user to specify if
temporal duplicates should give an error or not.
- Added hr_kdeto calculate Kernel home ranges.
- stepsnow uses- difftimeto calculate time
differences.
minor changes
- Removed: Depends tidyverse
- Fixed errors with lubridate::Periods within
data_frames
amt 0.0.3.0
minor changes
- Fixed vignette titles.
- Added Rdpackto suggest