Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: jmsigner
  • Language: R
  • Default Branch: master
  • Size: 33.8 MB
Statistics
  • Stars: 45
  • Watchers: 6
  • Forks: 13
  • Open Issues: 14
  • Releases: 5
Created over 9 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog

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

  • Name: Johannes Signer
  • Login: jmsigner
  • Kind: user
  • Location: Goettingen, Germany

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 492
  • Total Committers: 9
  • Avg Commits per committer: 54.667
  • Development Distribution Score (DDS): 0.157
Past Year
  • Commits: 8
  • Committers: 2
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.375
Top Committers
Name Email Commits
Johannes Signer j****r@g****m 415
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 (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 94
  • Total pull requests: 20
  • Average time to close issues: 3 months
  • Average time to close pull requests: 15 days
  • Total issue authors: 56
  • Total pull request authors: 7
  • Average comments per issue: 2.05
  • Average comments per pull request: 1.1
  • Merged pull requests: 19
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 13
  • Pull requests: 2
  • Average time to close issues: about 1 month
  • Average time to close pull requests: about 1 hour
  • Issue authors: 10
  • Pull request authors: 1
  • Average comments per issue: 1.69
  • Average comments per pull request: 1.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jmsigner (11)
  • bsmity13 (10)
  • bniebuhr (8)
  • pntoiv (3)
  • elmpero (3)
  • coverton-usgs (3)
  • anjankatna (3)
  • Sadie-SE (2)
  • sjclements9 (2)
  • elleryvincent (2)
  • joshcullen (2)
  • Vermin85 (1)
  • leilafouda (1)
  • bvpurse (1)
  • LuisLauM (1)
Pull Request Authors
  • bsmity13 (7)
  • robitalec (5)
  • JoshOBrien (4)
  • jmsigner (2)
  • romainfrancois (1)
  • krlmlr (1)
  • bniebuhr (1)
Top Labels
Issue Labels
enhancement (7) bug (4) help wanted (2) question (1) invalid (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 1,004 last-month
  • Total docker downloads: 21,613
  • Total dependent packages: 1
  • Total dependent repositories: 2
  • Total versions: 20
  • Total maintainers: 1
cran.r-project.org: amt

Animal Movement Tools

  • Versions: 20
  • Dependent Packages: 1
  • Dependent Repositories: 2
  • Downloads: 1,004 Last month
  • Docker Downloads: 21,613
Rankings
Docker downloads count: 0.6%
Forks count: 5.5%
Stargazers count: 8.8%
Average: 11.0%
Downloads: 13.6%
Dependent packages count: 18.2%
Dependent repos count: 19.3%
Maintainers (1)
Last synced: 11 months ago

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