1- Rcpp: Seamless R and C++ Integration
2- ====================================
1+ ## Rcpp: Seamless R and C++ Integration [ ![ Build Status] ( https://travis-ci.org/RcppCore/Rcpp.png )] ( https://travis-ci.org/RcppCore/Rcpp )
32
4- [ ![ Build Status] ( https://travis-ci.org/RcppCore/Rcpp.png )] ( https://travis-ci.org/RcppCore/Rcpp )
5-
6- The [ Rcpp package] ( http://cran.r-project.org/package=Rcpp ) provides R functions as well as a C++ library
7- which facilitate the integration of R and C++
3+ The [ Rcpp package] ( http://cran.r-project.org/package=Rcpp ) provides R functions as and a C++ library
4+ facilitating the integration of R and C++
85
96R data types (` SEXP ` ) are matched to C++ objects in a class hierarchy. All R
107types are supported (vectors, functions, environment, etc ...) and each
@@ -42,7 +39,7 @@ package development. Attributes are built on top of Rcpp modules and
4239their implementation is based on previous work in the inline package.
4340See the [ Rcpp-atttributes] ( http://cran.r-project.org/web/packages/Rcpp/vignettes/Rcpp-attributes.pdf ) vignettes for more details.
4441
45- ## Documentation
42+ ### Documentation
4643
4744The package ships with nine pdf vignettes.
4845
@@ -52,24 +49,25 @@ Francois (2011, JSS) paper (corresponding to the 'intro' vignette)
5249and the [ book] ( http://www.rcpp.org/book ) by Eddelbuettel (2013, Springer);
5350see 'citation("Rcpp")' for details.
5451
55- ## Examples
52+ ### Examples
5653
57- The [ Rcpp Gallery] ( http://gallery.rcpp.org ) showcases over 70 fully documented
54+ The [ Rcpp Gallery] ( http://gallery.rcpp.org ) showcases over 80 fully documented
5855and working examples.
5956
6057A number of examples are included as are over 800 unit tests in over 400 unit
6158test functions provide additional usage examples.
6259
6360The [ CRAN] ( http://cran.r-project.org ) network contains
64- (as over early 2014) over 160 packages which also provide usage examples.
61+ (as over early 2015) well over 300 packages which also provide usage
62+ examples, with another 40+ as part of [ BioConductor] ( http://www.bioconductor.org ) .
6563
6664An earlier version of Rcpp, containing what we now call the 'classic Rcpp
6765API' was written during 2005 and 2006 by Dominick Samperi. This code has
6866been factored out of Rcpp into the package RcppClassic, and it is still
6967available for code relying on the older interface. New development should
7068always use this Rcpp package instead.
7169
72- ## Installation
70+ ### Installation
7371
7472Released and tested versions of Rcpp are available via the
7573[ CRAN] ( http://cran.r-project.org ) network, and can be installed from within R via
@@ -82,10 +80,10 @@ To install from source, ensure you have a
8280[ complete package development environment] ( http://www.rstudio.com/ide/docs/packages/prerequisites ) .
8381Also see questions 1.2 and 1.3 in the [ Rcpp-FAQ] ( http://cran.r-project.org/web/packages/Rcpp/vignettes/Rcpp-FAQ.pdf ) .
8482
85- ## Authors
83+ ### Authors
8684
8785Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Doug Bates, and John Chambers
8886
89- ## License
87+ ### License
9088
9189GPL (>= 2)
0 commit comments