Skip to content

Commit 7416859

Browse files
committed
add 'last commit' badge, update usage numbers
1 parent 391d48e commit 7416859

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
[![CRAN](http://www.r-pkg.org/badges/version/Rcpp)](https://cran.r-project.org/package=Rcpp)
66
[![Dependencies](https://tinyverse.netlify.com/badge/Rcpp)](https://cran.r-project.org/package=Rcpp)
77
[![Coverage Status](https://codecov.io/gh/RcppCore/Rcpp/graph/badge.svg)](https://codecov.io/github/RcppCore/Rcpp?branch=master)
8-
[![Debian package](https://img.shields.io/debian/v/r-cran-rcpp/sid?color=brightgreen)](https://packages.debian.org/sid/r-cran-rcpp)
8+
[![Debian package](https://img.shields.io/debian/v/r-cran-rcpp/sid?color=brightgreen)](https://packages.debian.org/sid/r-cran-rcpp)
9+
[![Last Commit](https://img.shields.io/github/last-commit/RcppCore/Rcpp)](https://github.com/RcppCore/Rcpp)
910
[![Downloads](http://cranlogs.r-pkg.org/badges/Rcpp?color=brightgreen)](http://www.r-pkg.org/pkg/Rcpp)
1011
[![CRAN use](https://jangorecki.gitlab.io/rdeps/Rcpp/CRAN_usage.svg?sanitize=true)](https://cran.r-project.org/package=Rcpp)
1112
[![CRAN indirect](https://jangorecki.gitlab.io/rdeps/Rcpp/indirect_usage.svg?sanitize=true)](https://cran.r-project.org/package=Rcpp)
1213
[![BioConductor use](https://jangorecki.gitlab.io/rdeps/Rcpp/BioC_usage.svg?sanitize=true)](https://cran.r-project.org/package=Rcpp)
13-
[![StackOverflow](https://img.shields.io/badge/stackoverflow-rcpp-orange.svg)](https://stackoverflow.com/questions/tagged/rcpp)
14+
[![StackOverflow](https://img.shields.io/badge/stackoverflow-rcpp-orange.svg)](https://stackoverflow.com/questions/tagged/rcpp)
1415
[![JSS](https://img.shields.io/badge/JSS-10.18637%2Fjss.v040.i08-brightgreen)](http://dx.doi.org/10.18637/jss.v040.i08)
1516
[![Springer useR!](https://img.shields.io/badge/Springer%20useR!-10.1007%2F978--1--4614--6868--4-brightgreen)](https://www.springer.com/gp/book/9781461468677)
1617
[![TAS](https://img.shields.io/badge/TAS-10.1080%2F00031305.2017.1375990-brightgreen)](http://dx.doi.org/10.1080/00031305.2017.1375990)
@@ -88,18 +89,18 @@ documented and working examples. The
8889
[package RcppExamples](https://cran.r-project.org/package=RcppExamples) contains a few basic
8990
examples covering the core data types.
9091

91-
A number of examples are included as are 1437 unit tests in 622 unit
92-
test functions provide additional usage examples.
92+
A number of examples are included, as are 1560 unit tests which provide
93+
additional usage examples.
9394

9495
An earlier version of Rcpp, containing what we now call the 'classic Rcpp
9596
API' was written during 2005 and 2006 by Dominick Samperi. This code has
9697
been factored out of Rcpp into the package RcppClassic, and it is still
9798
available for code relying on the older interface. New development should
9899
always use this Rcpp package instead.
99100

100-
Other usage examples are provided by packages using Rcpp. As of September 2019,
101-
there are 1790 [CRAN](https://cran.r-project.org) packages using Rcpp, a further
102-
176 [BioConductor](http://www.bioconductor.org) packages in its current release
101+
Other usage examples are provided by packages using Rcpp. As of March 2020,
102+
there are 1900 [CRAN](https://cran.r-project.org) packages using Rcpp, a further
103+
191 [BioConductor](http://www.bioconductor.org) packages in its current release
103104
as well as an unknown number of GitHub, Bitbucket, R-Forge, ... repositories
104105
using Rcpp. All these packages provide usage examples for Rcpp.
105106

0 commit comments

Comments
 (0)