Skip to content

Commit 92b6207

Browse files
committed
add SO tag to README.md, update package counts
1 parent 1789f09 commit 92b6207

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2019-09-28 Dirk Eddelbuettel <[email protected]>
2+
3+
* README.md: Add a stackoverflow tag to indicate where to ask questions,
4+
also updated package counts on CRAN and BioC for Rcpp users
5+
16
2019-08-06 Riccardo Porreca <[email protected]>
27

38
* vignettes/Rcpp-modules.Rmd: Extensive review and edit improving the

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Rcpp: Seamless R and C++ Integration
22

3-
[![Build Status](https://travis-ci.org/RcppCore/Rcpp.svg)](https://travis-ci.org/RcppCore/Rcpp) [![License](https://eddelbuettel.github.io/badges/GPL2+.svg)](http://www.gnu.org/licenses/gpl-2.0.html) [![CRAN](http://www.r-pkg.org/badges/version/Rcpp)](https://cran.r-project.org/package=Rcpp) [![Dependencies](https://tinyverse.netlify.com/badge/Rcpp)](https://cran.r-project.org/package=Rcpp) [![Downloads](http://cranlogs.r-pkg.org/badges/Rcpp?color=brightgreen)](http://www.r-pkg.org/pkg/Rcpp) [![Coverage Status](https://codecov.io/gh/RcppCore/Rcpp/graph/badge.svg)](https://codecov.io/github/RcppCore/Rcpp?branch=master)
3+
[![Build Status](https://travis-ci.org/RcppCore/Rcpp.svg)](https://travis-ci.org/RcppCore/Rcpp) [![License](https://eddelbuettel.github.io/badges/GPL2+.svg)](http://www.gnu.org/licenses/gpl-2.0.html) [![CRAN](http://www.r-pkg.org/badges/version/Rcpp)](https://cran.r-project.org/package=Rcpp) [![Dependencies](https://tinyverse.netlify.com/badge/Rcpp)](https://cran.r-project.org/package=Rcpp) [![Downloads](http://cranlogs.r-pkg.org/badges/Rcpp?color=brightgreen)](http://www.r-pkg.org/pkg/Rcpp) [![Coverage Status](https://codecov.io/gh/RcppCore/Rcpp/graph/badge.svg)](https://codecov.io/github/RcppCore/Rcpp?branch=master) [![StackOverflow](https://img.shields.io/badge/stackoverflow-rcpp-orange.svg)](https://stackoverflow.com/questions/tagged/rcpp)
44

55
[![JSS](https://img.shields.io/badge/JSS-10.18637%2Fjss.v040.i08-brightgreen)](http://dx.doi.org/10.18637/jss.v040.i08) [![Springer useR!](https://img.shields.io/badge/Springer%20useR!-10.1007%2F978--1--4614--6868--4-brightgreen)](https://www.springer.com/gp/book/9781461468677) [![TAS](https://img.shields.io/badge/TAS-10.1080%2F00031305.2017.1375990-brightgreen)](http://dx.doi.org/10.1080/00031305.2017.1375990)
66

@@ -86,9 +86,9 @@ been factored out of Rcpp into the package RcppClassic, and it is still
8686
available for code relying on the older interface. New development should
8787
always use this Rcpp package instead.
8888

89-
Other usage examples are provided by packages using Rcpp. As of November 2018,
90-
there are 1490 [CRAN](https://cran.r-project.org) packages using Rcpp, a further
91-
150 [BioConductor](http://www.bioconductor.org) packages in its current release
89+
Other usage examples are provided by packages using Rcpp. As of September 2019,
90+
there are 1790 [CRAN](https://cran.r-project.org) packages using Rcpp, a further
91+
176 [BioConductor](http://www.bioconductor.org) packages in its current release
9292
as well as an unknown number of GitHub, Bitbucket, R-Forge, ... repositories
9393
using Rcpp. All these packages provide usage examples for Rcpp.
9494

0 commit comments

Comments
 (0)