Skip to content

Commit ae258f6

Browse files
committed
Update usage and download number in README.md
1 parent c5b1572 commit ae258f6

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,15 @@ been factored out of Rcpp into the package RcppClassic, and it is still
109109
available for code relying on the older interface. New development should
110110
always use this Rcpp package instead.
111111

112-
Other usage examples are provided by packages using Rcpp. As of early July 2022,
113-
there are 2560 [CRAN](https://cran.r-project.org) packages using Rcpp, a further
114-
252 [BioConductor](https://www.bioconductor.org) packages in its current release
115-
as well as an unknown number of GitHub, Bitbucket, R-Forge, ... repositories
116-
using Rcpp. All these packages provide usage examples for Rcpp. The package
117-
is in widespread use and has been downloaded over 61 million times (per the
118-
partial logs from the cloud mirrors of CRAN).
112+
Other usage examples are provided by packages using Rcpp. As of early January
113+
2023, there are 2623 [CRAN](https://cran.r-project.org) packages using Rcpp
114+
(corresponding to 13.7% of all packages, and 58.7% of packages containing
115+
compiled code), a further 252 [BioConductor](https://www.bioconductor.org)
116+
packages in its current release as well as an unknown number of GitHub,
117+
Bitbucket, R-Forge, ... repositories using Rcpp. All these packages provide
118+
usage examples for Rcpp. The package is in widespread use and has been
119+
downloaded over 67.1 million times (per the partial logs from the cloud mirrors
120+
of CRAN).
119121

120122
### Installation
121123

0 commit comments

Comments
 (0)