-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
33 lines (26 loc) · 1.33 KB
/
README.Rmd
File metadata and controls
33 lines (26 loc) · 1.33 KB
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
---
output: rmarkdown::github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r opts, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
warning = TRUE,
message = TRUE,
width = 120,
comment = "#>"
)
```
[](https://travis-ci.org/karpfen/trajectory)
[](https://ci.appveyor.com/project/karpfen/trajectory)
[](https://codecov.io/gh/karpfen/trajectory)
[](http://www.repostatus.org/#wip)
# trajectory
Tools and scripts for trajectory analysis
## Install
``` {r, eval = FALSE}
devtools::install_github ('karpfen/trajectory')
```
## Code of Conduct
Please note that this project is released with a [Contributor Code of Conduct](https://github.com/karpfen/trajectory/blob/master/CONDUCT.md). By participating in this project you agree to abide by its terms.