@@ -109,13 +109,15 @@ been factored out of Rcpp into the package RcppClassic, and it is still
109
109
available for code relying on the older interface. New development should
110
110
always use this Rcpp package instead.
111
111
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).
119
121
120
122
### Installation
121
123
0 commit comments