@@ -53,10 +53,10 @@ see 'citation("Rcpp")' for details.
53
53
54
54
### Examples
55
55
56
- The [ Rcpp Gallery] ( http://gallery.rcpp.org ) showcases over 90 fully documented
57
- and working examples.
56
+ The [ Rcpp Gallery] ( http://gallery.rcpp.org ) showcases over one hundred fully
57
+ documented and working examples.
58
58
59
- A number of examples are included as are over 920 unit tests in over 470 unit
59
+ A number of examples are included as are over 1100 unit tests in over 540 unit
60
60
test functions provide additional usage examples.
61
61
62
62
An earlier version of Rcpp, containing what we now call the 'classic Rcpp
@@ -65,11 +65,11 @@ been factored out of Rcpp into the package RcppClassic, and it is still
65
65
available for code relying on the older interface. New development should
66
66
always use this Rcpp package instead.
67
67
68
- Other usage examples are provided by packages using Rcpp. As of January 2016, there
69
- are about 550 [ CRAN] ( http://cran.r-project.org ) packages using Rcpp, a further
70
- [ BioConductor] ( http://www.bioconductor.org ) packages as well as an unknown
71
- number of GitHub, Bitbucket, R-Forge, ... repositories using
72
- Rcpp. All these packages provide usage examples for Rcpp.
68
+ Other usage examples are provided by packages using Rcpp. As of July 2016, there
69
+ are about 700 [ CRAN] ( http://cran.r-project.org ) packages using Rcpp, a further
70
+ 72 [ BioConductor] ( http://www.bioconductor.org ) packages as well as an unknown
71
+ number of GitHub, Bitbucket, R-Forge, ... repositories using Rcpp. All these
72
+ packages provide usage examples for Rcpp.
73
73
74
74
75
75
### Installation
0 commit comments