File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff 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
7270install.packages(" devtools" )
7371devtools :: 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+
7677On OS X 10.9 (Mavericks) with Xcode 5.0 it is recommended to install Rcpp from source after
7778setting these variables in ` ~/.R/Makevars `
7879
You can’t perform that action at this time.
0 commit comments