@@ -56,7 +56,7 @@ see 'citation("Rcpp")' for details.
56
56
The [ Rcpp Gallery] ( http://gallery.rcpp.org ) showcases over one hundred fully
57
57
documented and working examples.
58
58
59
- A number of examples are included as are over 1100 unit tests in over 540 unit
59
+ A number of examples are included as are over 1160 unit tests in over 550 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,12 @@ 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 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.
68
+ Other usage examples are provided by packages using Rcpp. As of September 2016,
69
+ there are 759 [ CRAN] ( http://cran.r-project.org ) packages using Rcpp, a further
70
+ 76 [ BioConductor] ( http://www.bioconductor.org ) packages in its current release
71
+ (with 84 in its devel version) as well as an unknown number of GitHub,
72
+ Bitbucket, R-Forge, ... repositories using Rcpp. All these packages provide
73
+ usage examples for Rcpp.
73
74
74
75
75
76
### Installation
0 commit comments