Skip to content

Commit 2629b6c

Browse files
committed
add license shield; update number of tests
1 parent fbc175e commit 2629b6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rcpp: Seamless R and C++ Integration [![Build Status](https://travis-ci.org/RcppCore/Rcpp.png)](https://travis-ci.org/RcppCore/Rcpp)
1+
## Rcpp: Seamless R and C++ Integration [![Build Status](https://travis-ci.org/RcppCore/Rcpp.png)](https://travis-ci.org/RcppCore/Rcpp) [![License](http://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-2.0.html)
22

33
The [Rcpp package](http://cran.r-project.org/package=Rcpp) provides R functions as and a C++ library
44
facilitating the integration of R and C++
@@ -54,7 +54,7 @@ see 'citation("Rcpp")' for details.
5454
The [Rcpp Gallery](http://gallery.rcpp.org) showcases over 80 fully documented
5555
and working examples.
5656

57-
A number of examples are included as are over 800 unit tests in over 400 unit
57+
A number of examples are included as are over 900 unit tests in over 460 unit
5858
test functions provide additional usage examples.
5959

6060
The [CRAN](http://cran.r-project.org) network contains

0 commit comments

Comments
 (0)