amt

Make handling and analyzing animal telemetry data easier by providing functions that simplify common tasks, such as data filtering, calculation of path characteristics and home ranges, and the preparing data for more complex analyse.
https://github.com/jmsigner/amt

Category: Biosphere
Sub Category: Terrestrial Wildlife

Last synced: about 1 hour ago
JSON representation

Repository metadata

README.Rmd

          ---
output: github_document
---



```{r, echo = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)
```

[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/amt)](https://cran.r-project.org/package=amt) 
[![](https://cranlogs.r-pkg.org/badges/amt)](https://cran.r-project.org/package=amt)
[![Travis-CI Build Status](https://travis-ci.org/jmsigner/amt.svg?branch=master)](https://travis-ci.org/jmsigner/amt)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/jmsigner/amt?branch=master&svg=true)](https://ci.appveyor.com/project/jmsigner/amt)



# amt (animal movement tools)

The aim of `amt` is to make handling and analyzing animal telemetry data easier by providing functions that simplify common tasks, such as data filtering, calculation of path characteristics and home ranges, and the preparing data for more complex analyses (e.g., step selection functions and alike).


## Installation

To install the current development version of `amt` use:

```{r, eval=FALSE}
devtools::install_github("jmsigner/amt")

```


## Questions
- Some discussion can be found here: https://github.com/jmsigner/amt/discussions
- Answers and links to FAQs are here: https://github.com/jmsigner/amt/wiki
- If you find a bug, please post a new issue here: https://github.com/jmsigner/amt/issues/new


        

Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 3 days ago

Total Commits: 498
Total Committers: 9
Avg Commits per committer: 55.333
Development Distribution Score (DDS): 0.155

Commits in past year: 6
Committers in past year: 1
Avg Commits per committer in past year: 6.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Johannes Signer j****r@g****m 421
bsmity13 b****3@g****m 58
JoshOBrien j****n@g****m 5
Alec L. Robitaille r****c@g****m 5
Johannes Signer j****r@g****e 5
Romain Francois r****n@r****m 1
Benrnardo Niebuhr b****m@y****r 1
Johannes Signer j****r@J****x 1
Johannes Signer j****r@J****x 1

Committer domains:


Issue and Pull Request metadata

Last synced: 9 days ago

Total issues: 100
Total pull requests: 21
Average time to close issues: 3 months
Average time to close pull requests: 14 days
Total issue authors: 62
Total pull request authors: 7
Average comments per issue: 1.79
Average comments per pull request: 1.05
Merged pull request: 20
Bot issues: 0
Bot pull requests: 0

Past year issues: 9
Past year pull requests: 0
Past year average time to close issues: 6 days
Past year average time to close pull requests: N/A
Past year issue authors: 9
Past year pull request authors: 0
Past year average comments per issue: 0.89
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/jmsigner/amt

Top Issue Authors

  • jmsigner (11)
  • bsmity13 (10)
  • bniebuhr (8)
  • pntoiv (3)
  • elmpero (3)
  • coverton-usgs (3)
  • anjankatna (3)
  • joshcullen (2)
  • Sadie-SE (2)
  • sjclements9 (2)
  • elleryvincent (2)
  • WhitneyH1317 (1)
  • nschiraldi (1)
  • LuisLauM (1)
  • geodevm (1)

Top Pull Request Authors

  • bsmity13 (7)
  • robitalec (5)
  • JoshOBrien (4)
  • jmsigner (2)
  • romainfrancois (1)
  • krlmlr (1)
  • bniebuhr (1)

Top Issue Labels

  • enhancement (7)
  • bug (4)
  • help wanted (2)
  • invalid (1)
  • question (1)

Top Pull Request Labels


Package metadata

cran.r-project.org: amt

Animal Movement Tools

  • Homepage: https://github.com/jmsigner/amt
  • Documentation: http://cran.r-project.org/web/packages/amt/amt.pdf
  • Licenses: GPL-3
  • Latest release: 0.1.7 (published about 4 years ago)
  • Last Synced: 2026-05-11T04:01:56.037Z (3 days ago)
  • Versions: 21
  • Dependent Packages: 1
  • Dependent Repositories: 2
  • Downloads: 1,240 Last month
  • Docker Downloads: 21,613
  • Rankings:
    • Docker downloads count: 0.579%
    • Forks count: 5.46%
    • Stargazers count: 8.809%
    • Average: 10.986%
    • Downloads: 13.636%
    • Dependent packages count: 18.156%
    • Dependent repos count: 19.274%
  • Maintainers (1)

Dependencies

DESCRIPTION cran
  • R >= 3.5 depends
  • MASS * imports
  • Rcpp >= 0.12.7 imports
  • Rdpack * imports
  • checkmate * imports
  • circular * imports
  • ctmm * imports
  • dplyr >= 0.7.0 imports
  • fitdistrplus * imports
  • lubridate * imports
  • magrittr * imports
  • methods * imports
  • purrr * imports
  • raster * imports
  • rgeos * imports
  • rlang * imports
  • sf * imports
  • sp * imports
  • survival * imports
  • tibble * imports
  • tidyr >= 1.0.0 imports
  • FNN * suggests
  • KernSmooth * suggests
  • adehabitatLT * suggests
  • adehabitatMA * suggests
  • broom * suggests
  • geosphere * suggests
  • ggplot2 * suggests
  • ggraph * suggests
  • knitr * suggests
  • leaflet * suggests
  • maptools * suggests
  • move * suggests
  • moveHMM * suggests
  • rmarkdown * suggests
  • sessioninfo * suggests
  • spacetime * suggests
  • tidygraph * suggests
  • tinytest * suggests
  • trajectories * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/check-r-package v1 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
  • r-lib/actions/setup-r-dependencies v1 composite
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4.4.1 composite
  • actions/checkout v3 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pr-commands.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/pr-fetch v2 composite
  • r-lib/actions/pr-push v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite

Score: 16.361415406838855