Skip to content

Commit df4fd67

Browse files
committed
reported example count in two places; now one; updated number
1 parent 6c9be42 commit df4fd67

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,17 @@ and working examples.
5959
A number of examples are included as are over 920 unit tests in over 470 unit
6060
test functions provide additional usage examples.
6161

62-
The [CRAN](http://cran.r-project.org) network contains
63-
(as of May 2015) over 380 packages which also provide usage
64-
examples, with another 50+ as part of [BioConductor](http://www.bioconductor.org).
65-
6662
An earlier version of Rcpp, containing what we now call the 'classic Rcpp
6763
API' was written during 2005 and 2006 by Dominick Samperi. This code has
6864
been factored out of Rcpp into the package RcppClassic, and it is still
6965
available for code relying on the older interface. New development should
7066
always use this Rcpp package instead.
7167

72-
Other usage examples are provided by packages using Rcpp. As of July 2015, there
73-
are about 423 CRAN packages using Rcpp, a further 57 BioConductor packages as
68+
Other usage examples are provided by packages using Rcpp. As of January 2016, there
69+
are about 550 CRAN packages using Rcpp, a further [BioConductor](http://www.bioconductor.org) packages as
7470
well as an unknown number of GitHub, Bitbucket, R-Forge, ... repositories using
75-
Rcpp.
71+
Rcpp. All these packages provide usage examples for Rcpp.
72+
7673

7774
### Installation
7875

0 commit comments

Comments
 (0)