| File | Date | Author | Commit |
|---|---|---|---|
| man | 2018-01-31 |
|
[4425c1] init |
| .Rbuildignore | 2018-01-31 |
|
[4425c1] init |
| .gitignore | 2018-02-01 |
|
[37eb33] init |
| CONDUCT.md | 2018-02-01 |
|
[37eb33] init |
| DESCRIPTION | 2018-01-31 |
|
[4425c1] init |
| NAMESPACE | 2018-01-31 |
|
[4425c1] init |
| NEWS.md | 2018-02-01 |
|
[37eb33] init |
| README.Rmd | 2018-02-01 |
|
[37eb33] init |
| README.md | 2018-02-01 |
|
[37eb33] init |
| cran-comments.md | 2018-01-31 |
|
[bc4a70] init |
| sfts.Rproj | 2018-01-31 |
|
[4425c1] init |
---
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-"
)
```
## why to use
A new s3 class (simple feature timestamp = sfts) for holding movement tracks and a set of tools to facilitate movement analysis.
## how to use
Simply install it and start calling its functions. We will document the package and write a vignette.
## how to get and install
```{r eval=F}
devtools::install_github("faridcher/sfts")
```
<!-- # Code of conduct -->
<!-- Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms. -->