|
5 | 5 | [](https://cran.r-project.org/package=Rcpp) |
6 | 6 | [](https://cran.r-project.org/package=Rcpp) |
7 | 7 | [](https://codecov.io/github/RcppCore/Rcpp?branch=master) |
8 | | -[](https://packages.debian.org/sid/r-cran-rcpp) |
| 8 | +[](https://packages.debian.org/sid/r-cran-rcpp) |
| 9 | +[](https://github.com/RcppCore/Rcpp) |
9 | 10 | [](http://www.r-pkg.org/pkg/Rcpp) |
10 | 11 | [](https://cran.r-project.org/package=Rcpp) |
11 | 12 | [](https://cran.r-project.org/package=Rcpp) |
12 | 13 | [](https://cran.r-project.org/package=Rcpp) |
13 | | -[](https://stackoverflow.com/questions/tagged/rcpp) |
| 14 | +[](https://stackoverflow.com/questions/tagged/rcpp) |
14 | 15 | [](http://dx.doi.org/10.18637/jss.v040.i08) |
15 | 16 | [](https://www.springer.com/gp/book/9781461468677) |
16 | 17 | [](http://dx.doi.org/10.1080/00031305.2017.1375990) |
@@ -88,18 +89,18 @@ documented and working examples. The |
88 | 89 | [package RcppExamples](https://cran.r-project.org/package=RcppExamples) contains a few basic |
89 | 90 | examples covering the core data types. |
90 | 91 |
|
91 | | -A number of examples are included as are 1437 unit tests in 622 unit |
92 | | -test functions provide additional usage examples. |
| 92 | +A number of examples are included, as are 1560 unit tests which provide |
| 93 | +additional usage examples. |
93 | 94 |
|
94 | 95 | An earlier version of Rcpp, containing what we now call the 'classic Rcpp |
95 | 96 | API' was written during 2005 and 2006 by Dominick Samperi. This code has |
96 | 97 | been factored out of Rcpp into the package RcppClassic, and it is still |
97 | 98 | available for code relying on the older interface. New development should |
98 | 99 | always use this Rcpp package instead. |
99 | 100 |
|
100 | | -Other usage examples are provided by packages using Rcpp. As of September 2019, |
101 | | -there are 1790 [CRAN](https://cran.r-project.org) packages using Rcpp, a further |
102 | | -176 [BioConductor](http://www.bioconductor.org) packages in its current release |
| 101 | +Other usage examples are provided by packages using Rcpp. As of March 2020, |
| 102 | +there are 1900 [CRAN](https://cran.r-project.org) packages using Rcpp, a further |
| 103 | +191 [BioConductor](http://www.bioconductor.org) packages in its current release |
103 | 104 | as well as an unknown number of GitHub, Bitbucket, R-Forge, ... repositories |
104 | 105 | using Rcpp. All these packages provide usage examples for Rcpp. |
105 | 106 |
|
|
0 commit comments