Skip to content

Commit

Permalink
beta version on drat now
Browse files Browse the repository at this point in the history
  • Loading branch information
markvanderloo committed Aug 11, 2016
1 parent 6f0776b commit 96c165f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,16 @@
[![Coverage Status](https://coveralls.io/repos/github/markvanderloo/rtrim/badge.svg?branch=master)](https://coveralls.io/github/markvanderloo/rtrim?branch=master)
# rtrim
Reimplementation of [TRIM](https://www.cbs.nl/en-gb/society/nature-and-environment/indices-and-trends--trim--) for R



### Install the beta version

A beta version can be installed from my [drat](https://cran.r-project.org/package=drat) repository. As this is a source distribution, you need to install [Rtools](https://cran.r-project.org/bin/windows/Rtools/) if your OS is not unix-like (OSX, Linux, Solaris).
```
if(!require(drat)) install.packages('drat')
drat::addRepo('markvanderloo')
install.packages('gower',type='source')
```


0 comments on commit 96c165f

Please sign in to comment.