You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional documentation is available via the [Rcpp book](http://www.amazon.com/gp/product/1461468671/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1461468671&linkCode=as2&tag=rcpp-20&linkId=3P5LNUWOAQ2YMEJ6)
81
+
Additional documentation is available via the [Rcpp book](https://www.amazon.com/gp/product/1461468671/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1461468671&linkCode=as2&tag=rcpp-20&linkId=3P5LNUWOAQ2YMEJ6)
82
82
by Eddelbuettel (2013, Springer); see 'citation("Rcpp")' for details.
83
83
84
84
### Performance
@@ -109,11 +109,13 @@ 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 late December 2021,
113
-
there are 2469[CRAN](https://cran.r-project.org) packages using Rcpp, a further
114
-
242[BioConductor](https://www.bioconductor.org) packages in its current release
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
115
as well as an unknown number of GitHub, Bitbucket, R-Forge, ... repositories
116
-
using Rcpp. All these packages provide usage examples for Rcpp.
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).
117
119
118
120
### Installation
119
121
@@ -183,7 +185,7 @@ previous issues can be searched as well.
183
185
### Authors
184
186
185
187
Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
186
-
Nathan Russell, Doug Bates, and John Chambers
188
+
Nathan Russell, Iñaki Ucar, Doug Bates, and John Chambers
0 commit comments