Skip to content

Commit 89da081

Browse files
committed
Update usage numbers in README.md [ci skip]
1 parent 30a499c commit 89da081

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2023-07-02 Dirk Eddelbuettel <[email protected]>
2+
3+
* README.md: Update usage numbers in Examples section
4+
15
2023-07-01 Dirk Eddelbuettel <[email protected]>
26

37
* docker/ci-dev/Dockerfile: Make 'rm' more robust as 'rm -f'

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ 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 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)
112+
Other usage examples are provided by packages using Rcpp. As of early July
113+
2023, there are 2712 [CRAN](https://cran.r-project.org) packages using Rcpp
114+
(corresponding to 13.7% of all packages, and 59.5% of packages containing
115+
compiled code), a further 250 [BioConductor](https://www.bioconductor.org)
116116
packages in its current release as well as an unknown number of GitHub,
117117
Bitbucket, R-Forge, ... repositories using Rcpp. All these packages provide
118118
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
119+
downloaded over 72.3 million times (per the partial logs from the cloud mirrors
120120
of CRAN).
121121

122122
### Installation

0 commit comments

Comments
 (0)