-
Notifications
You must be signed in to change notification settings - Fork 13
/
README.Rmd
41 lines (26 loc) · 1.4 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{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