Skip to content

Commit

Permalink
readme updated to indicate rlc is on cran
Browse files Browse the repository at this point in the history
  • Loading branch information
kloivenn committed Oct 18, 2019
1 parent f569174 commit 94abf4e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[![Travis Build Status](https://travis-ci.org/anders-biostat/rlc.svg?branch=master)](https://travis-ci.org/anders-biostat/rlc)
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/rlc)](https://cran.r-project.org/package=rlc)
[![Downloads](http://cranlogs.r-pkg.org/badges/rlc?color=brightgreen)](http://www.r-pkg.org/pkg/rlc)

# rlc

This package is an R wrapper for the JavaScript
Expand All @@ -12,7 +15,13 @@ of the others.

## Installation

To install rlc from GitHub use the following commands:
`rlc` can be installed from CRAN:

```
install.package("rlc")
```

You can also intall the latest devolopmental version from GitHub:

```
install.packages("devtools")
Expand Down

0 comments on commit 94abf4e

Please sign in to comment.