Skip to content

Commit d00a6d1

Browse files
committed
updated package counts, minor other edits
1 parent 6801f8d commit d00a6d1

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
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

96
R data types (`SEXP`) are matched to C++ objects in a class hierarchy. All R
107
types are supported (vectors, functions, environment, etc ...) and each
@@ -42,7 +39,7 @@ package development. Attributes are built on top of Rcpp modules and
4239
their implementation is based on previous work in the inline package.
4340
See 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

4744
The package ships with nine pdf vignettes.
4845

@@ -52,24 +49,25 @@ Francois (2011, JSS) paper (corresponding to the 'intro' vignette)
5249
and the [book](http://www.rcpp.org/book) by Eddelbuettel (2013, Springer);
5350
see '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
5855
and working examples.
5956

6057
A number of examples are included as are over 800 unit tests in over 400 unit
6158
test functions provide additional usage examples.
6259

6360
The [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

6664
An earlier version of Rcpp, containing what we now call the 'classic Rcpp
6765
API' was written during 2005 and 2006 by Dominick Samperi. This code has
6866
been factored out of Rcpp into the package RcppClassic, and it is still
6967
available for code relying on the older interface. New development should
7068
always use this Rcpp package instead.
7169

72-
## Installation
70+
### Installation
7371

7472
Released 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).
8381
Also 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

8785
Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Doug Bates, and John Chambers
8886

89-
## License
87+
### License
9088

9189
GPL (>= 2)

0 commit comments

Comments
 (0)