Skip to content

Commit cc882d9

Browse files
committed
another tweak
1 parent 827c3b9 commit cc882d9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,23 @@ see 'citation("Rcpp")' for details.
5757

5858
## Installation
5959

60-
Released and tested versions of Rcpp available via the
61-
[CRAN](http://cran.r-project.org) network, and be installed from within R via
60+
Released and tested versions of Rcpp are available via the
61+
[CRAN](http://cran.r-project.org) network, and can be installed from within R via
6262

6363
```R
64-
install.packages( "Rcpp" )
64+
install.packages("Rcpp")
6565
```
6666

67-
To install Rcpp snapshots directly from the master branch at GitHub, first
68-
ensure you have a [package development environment](http://www.rstudio.com/ide/docs/packages/prerequisites), and
69-
then:
67+
To install Rcpp snapshots directly from the master branch at GitHub, do
7068

7169
```R
7270
install.packages("devtools")
7371
devtools::install_github("RcppCore/Rcpp")
7472
```
7573

74+
To install from source, ensure you have a
75+
[complete package development environment](http://www.rstudio.com/ide/docs/packages/prerequisites).
76+
7677
On OS X 10.9 (Mavericks) with Xcode 5.0 it is recommended to install Rcpp from source after
7778
setting these variables in `~/.R/Makevars`
7879

0 commit comments

Comments
 (0)