Skip to content

Commit b883b03

Browse files
authored
Merge pull request #1186 from RcppCore/feature/doi_updates
Update doi entries per JSS request
2 parents 743bef2 + b1357d3 commit b883b03

File tree

5 files changed

+18
-12
lines changed

5 files changed

+18
-12
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2021-10-13 Dirk Eddelbuettel <[email protected]>
2+
3+
* README.md: Switch JSS url to doi form per JSS request
4+
* man/Rcpp-package.Rd: Idem
5+
* man/RcppLdFlags.Rd: Idem
6+
* inst/CITATION: Only use doi entries in three citEntry blocks
7+
18
2021-10-02 Dirk Eddelbuettel <[email protected]>
29

310
* .github/workflows/docker.yaml (jobs): Add container builder action

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ represented as instances of `Rcpp::Environment`, functions are represented as
3333
vignette (now published as a
3434
[TAS paper](https://amstat.tandfonline.com/doi/abs/10.1080/00031305.2017.1375990); an
3535
[earlier introduction](https://cran.r-project.org/package=Rcpp/vignettes/Rcpp-jss-2011.pdf)
36-
was also published as a [JSS paper](https://www.jstatsoft.org/v40/i08/))
36+
was also published as a [JSS paper](https://doi.org/10.18637/jss.v040.i08)
3737
provides a good entry point to Rcpp as do the [Rcpp
3838
website](http://www.rcpp.org), the [Rcpp
3939
page](https://dirk.eddelbuettel.com/code/rcpp.html) and the [Rcpp
@@ -73,7 +73,7 @@ TAS](https://amstat.tandfonline.com/doi/abs/10.1080/00031305.2017.1375990) (and
7373
[preprint in PeerJ](https://peerj.com/preprints/3188/)). Also available is an
7474
[earlier
7575
introduction](https://cran.r-project.org/package=Rcpp/vignettes/Rcpp-jss-2011.pdf)
76-
which was published as a [JSS paper](https://www.jstatsoft.org/v40/i08/))
76+
which was published as a [JSS paper](https://doi.org/10.18637/jss.v040.i08).
7777

7878
Among the other vignettes are the [Rcpp
7979
FAQ](https://cran.r-project.org/package=Rcpp/vignettes/Rcpp-FAQ.pdf) and the

inst/CITATION

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ citEntry(entry = "Article",
99
volume = "40",
1010
number = "8",
1111
pages = "1--18",
12-
url = "https://www.jstatsoft.org/v40/i08/",
1312
doi = "10.18637/jss.v040.i08",
1413

1514
textVersion = paste("Dirk Eddelbuettel and Romain Francois (2011).",
1615
"Rcpp: Seamless R and C++ Integration.",
17-
"Journal of Statistical Software, 40(8), 1-18.",
18-
"URL https://www.jstatsoft.org/v40/i08/.")
16+
"Journal of Statistical Software, 40(8), 1-18, ",
17+
"<doi:10.18637/jss.v040.i08>.")
1918
)
2019

2120
citEntry(entry = "Book",
@@ -28,8 +27,9 @@ citEntry(entry = "Book",
2827
doi = "10.1007/978-1-4614-6868-4",
2928

3029
textVersion = paste("Eddelbuettel, Dirk (2013)",
31-
"Seamless R and C++ Integration with Rcpp.",
32-
"Springer, New York. ISBN 978-1-4614-6867-7.")
30+
"Seamless R and C++ Integration with Rcpp,",
31+
"Springer, New York, ISBN 978-1-4614-6867-7,",
32+
"<doi:10.1007/978-1-4614-6868-4>.")
3333
)
3434

3535
citEntry(entry = "Article",
@@ -41,11 +41,10 @@ citEntry(entry = "Article",
4141
volume = "72",
4242
number = "1",
4343
pages = "28-36",
44-
url = "https://doi.org/10.1080/00031305.2017.1375990",
4544
doi = "10.1080/00031305.2017.1375990",
4645

4746
textVersion = paste("Dirk Eddelbuettel and James Joseph Balamuta (2018).",
4847
"Extending R with C++: A Brief Introduction to Rcpp.",
49-
"The American Statistician. 72(1).",
50-
"URL https://doi.org/10.1080/00031305.2017.1375990.")
48+
"The American Statistician. 72(1),",
49+
"<doi:10.1080/00031305.2017.1375990>.")
5150
)

man/Rcpp-package.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
\references{
2121
Dirk Eddelbuettel and Romain Francois (2011). \pkg{Rcpp}: Seamless R
2222
and C++ Integration. \emph{Journal of Statistical Software},
23-
\bold{40(8)}, 1-18. URL \url{https://www.jstatsoft.org/v40/i08/} and
23+
\bold{40(8)}, 1-18, \doi{10.18637/jss.v040.i08}. Also
2424
available as \code{vignette("Rcpp-introduction")}.
2525

2626
Eddelbuettel, Dirk (2013) Seamless R and C++ Integration with

man/RcppLdFlags.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
\references{
2121
Dirk Eddelbuettel and Romain Francois (2011). \pkg{Rcpp}: Seamless R
2222
and C++ Integration. \emph{Journal of Statistical Software},
23-
\bold{40(8)}, 1-18. URL http://www.jstatsoft.org/v40/i08/ and
23+
\bold{40(8)}, 1-18, \doi{10.18637/jss.v040.i08}. Also
2424
available as \code{vignette("Rcpp-introduction")}.
2525
}
2626
\author{Dirk Eddelbuettel and Romain Francois}

0 commit comments

Comments
 (0)