Skip to content

Commit 62d8686

Browse files
committed
three new doi badges
1 parent b7aced3 commit 62d8686

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2019-08-04 Dirk Eddelbuettel <[email protected]>
2+
3+
* README.md: Add thre doi badges
4+
5+
* inst/NEWS.Rd: Two minor edits
6+
17
2019-07-21 Dirk Eddelbuettel <[email protected]>
28

39
* DESCRIPTION (Version, Date): Roll minor version

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Rcpp [![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)
22

3+
[![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)
4+
5+
36
### Seamless R and C++ Integration
47

58
The [Rcpp package](https://cran.r-project.org/package=Rcpp) provides R

inst/NEWS.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
\itemize{
2727
\item The second END wrapper macro also gets \code{UNPROTECT} and
2828
a variable reference suppressing compiler warnings (Dirk in
29-
\ghpr{953}) fixing \ghit{951}).
29+
\ghpr{953} fixing \ghit{951}).
3030
\item Default function arguments are parsed correctly (Pierrick
3131
Roger in \ghpr{977} fixing \ghit{975})
3232
}
@@ -44,7 +44,7 @@
4444
\itemize{
4545
\item The \code{Rcpp-modules} vignette now covers the
4646
\code{RCPP_EXPOSED_*} macros, and the \code{Rcpp-extending} vignette
47-
references it (Ralf Stubner in \ghpr{959} fixing \ghit{952})
47+
references it (Ralf Stubner in \ghpr{959} fixing \ghit{952}).
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)