-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
33 lines (26 loc) · 1.33 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
---
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 = "#>"
)
```
[![Build Status](https://travis-ci.org/karpfen/trajectory.svg?branch=master)](https://travis-ci.org/karpfen/trajectory)
[![Build status](https://ci.appveyor.com/api/projects/status/qg1crx6lgsva4j9w?svg=true)](https://ci.appveyor.com/project/karpfen/trajectory)
[![codecov](https://codecov.io/gh/karpfen/trajectory/branch/master/graph/badge.svg)](https://codecov.io/gh/karpfen/trajectory)
[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the
public.](http://www.repostatus.org/badges/latest/wip.svg)](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.