Skip to content

Commit 08093bc

Browse files
committed
Update usage numbers in README
1 parent 9b5324c commit 08093bc

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
2024-01-09 Dirk Eddelbuettel <[email protected]>
22

3+
* README.md: Update usage numbers
4+
35
* README.md: Remove StackOverflow badge which only works for
46
logged-in users and is unsuitable for the README
57

README.md

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

111-
Other usage examples are provided by packages using Rcpp. As of early July
112-
2023, there are 2712 [CRAN](https://cran.r-project.org) packages using Rcpp
113-
(corresponding to 13.7% of all packages, and 59.5% of packages containing
114-
compiled code), a further 250 [BioConductor](https://www.bioconductor.org)
111+
Other usage examples are provided by packages using Rcpp. As of early January
112+
2024, there are 2791 [CRAN](https://cran.r-project.org) packages using Rcpp
113+
(corresponding to 13.8% of all packages, and 59.9% of packages containing
114+
compiled code), a further 254 [BioConductor](https://www.bioconductor.org)
115115
packages in its current release as well as an unknown number of GitHub,
116116
Bitbucket, R-Forge, ... repositories using Rcpp. All these packages provide
117117
usage examples for Rcpp. The package is in widespread use and has been
118-
downloaded over 72.3 million times (per the partial logs from the cloud mirrors
118+
downloaded over 78.1 million times (per the partial logs from the cloud mirrors
119119
of CRAN).
120120

121121
### Installation

0 commit comments

Comments
 (0)