Skip to content

Commit b6731b3

Browse files
committed
update JSS url to doi form
1 parent f746f7b commit b6731b3

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2021-10-10 Dirk Eddelbuettel <[email protected]>
2+
3+
* inst/CITATION: Switch JSS url to doi form per JSS request
4+
* README.md: Idem
5+
16
2021-07-19 Dirk Eddelbuettel <[email protected]>
27

38
* inst/include/RcppEigenWrap.h: Two more #nocov tags

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[![CRAN use](https://jangorecki.gitlab.io/rdeps/RcppEigen/CRAN_usage.svg?sanitize=true)](https://cran.r-project.org/package=RcppEigen)
1414
[![BioConductor use](https://jangorecki.gitlab.io/rdeps/RcppEigen/BioC_usage.svg?sanitize=true)](https://cran.r-project.org/package=RcppEigen)
1515
[![StackOverflow](https://img.shields.io/badge/stackoverflow-rcpp-orange.svg)](https://stackoverflow.com/questions/tagged/rcpp)
16-
[![JSS](https://img.shields.io/badge/JSS-10.18637%2Fjss.v052.i05-brightgreen)](https://dx.doi.org/10.18637/jss.v052.i05)
16+
[![JSS](https://img.shields.io/badge/JSS-10.18637%2Fjss.v052.i05-brightgreen)](https://doi.org/10.18637/jss.v052.i05)
1717

1818

1919
### Synopsis
@@ -68,8 +68,7 @@ The package is mature and under active development, following the
6868
### Documentation
6969
7070
The package contains a pdf vignette which is a pre-print of the [paper by
71-
Bates and Eddelbuettel](https://www.jstatsoft.org/article/view/v052i05)
72-
in JSS (2013, v52i05).
71+
Bates and Eddelbuettel](https://doi.org/10.18637/jss.v052.i05) in JSS (2013, v52i05).
7372
7473
### Authors
7574

inst/CITATION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ citEntry(entry = "Article",
99
volume = "52",
1010
number = "5",
1111
pages = "1--24",
12-
url = "https://www.jstatsoft.org/v52/i05/",
12+
url = "https://doi.org/10.18637/jss.v052.i05",
1313

1414
textVersion =
1515
paste("Douglas Bates, Dirk Eddelbuettel (2013).",
1616
"Fast and Elegant Numerical Linear Algebra Using the RcppEigen Package.",
1717
"Journal of Statistical Software, 52(5), 1-24.",
18-
"URL https://www.jstatsoft.org/v52/i05/.")
18+
"URL https://doi.org/10.18637/jss.v052.i05/.")
1919
)

0 commit comments

Comments
 (0)