@@ -56,7 +56,7 @@ see 'citation("Rcpp")' for details.
5656The [ Rcpp Gallery] ( http://gallery.rcpp.org ) showcases over one hundred fully
5757documented and working examples.
5858
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
6060test functions provide additional usage examples.
6161
6262An 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
6565available for code relying on the older interface. New development should
6666always use this Rcpp package instead.
6767
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.
7374
7475
7576### Installation
0 commit comments