@@ -53,10 +53,10 @@ see 'citation("Rcpp")' for details.
5353
5454### Examples
5555
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.
5858
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
6060test functions provide additional usage examples.
6161
6262An 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
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 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.
7373
7474
7575### Installation
0 commit comments