Skip to content

Commit 3b975be

Browse files
committed
Add installation instructions.
1 parent 80f702b commit 3b975be

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,12 @@ Rcpp
22
====
33

44
[![Build Status](https://travis-ci.org/RcppCore/Rcpp.png)](https://travis-ci.org/RcppCore/Rcpp)
5+
6+
## Installation
7+
8+
To install Rcpp from github, first make sure you have a [package development environment](http://www.rstudio.com/ide/docs/packages/prerequisites), and then:
9+
10+
```R
11+
install.packages("devtools")
12+
devtools::install_github("RcppCore/Rcpp")
13+
```

0 commit comments

Comments
 (0)