Skip to content

Commit 959891b

Browse files
committed
Update usage counts in README.md
1 parent 88d50d2 commit 959891b

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* DESCRIPTION (Version, Date): Roll micro version and date
44
* inst/include/Rcpp/config.h: Idem
55

6+
* README.md: Update package usage and download figures
7+
68
2026-08-03 Kevin Ushey <kevinushey@gmail.com>
79

810
* src/module.cpp (class__newInstance, CppMethod__invoke,

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,14 @@ been factored out of Rcpp into the package RcppClassic, and it is still
112112
available for code relying on the older interface. New development should
113113
always use this Rcpp package instead.
114114

115-
Other usage examples are provided by packages using Rcpp. As of early July
116-
2025, there are 3043 [CRAN](https://cran.r-project.org) packages using Rcpp
117-
(corresponding to 13.6% of all packages, and 61.3% of packages containing
118-
compiled code), a further 271 [BioConductor](https://www.bioconductor.org)
115+
Other usage examples are provided by packages using Rcpp. As of early August
116+
2026, there are 3293 [CRAN](https://cran.r-project.org) packages using Rcpp
117+
(corresponding to 13.4% of all packages, and 61.3% of packages containing
118+
compiled code), a further 292 [BioConductor](https://www.bioconductor.org)
119119
packages in its current release as well as an unknown number of GitHub,
120120
Bitbucket, R-Forge, ... repositories using Rcpp. All these packages provide
121121
usage examples for Rcpp. The package is in widespread use and has been
122-
downloaded over 100.6 million times (per the partial logs from the cloud mirrors
122+
downloaded over 124.1 million times (per the partial logs from the cloud mirrors
123123
of CRAN).
124124

125125
### Installation

0 commit comments

Comments
 (0)