Skip to content

Commit a72a27c

Browse files
committed
change PeerJ reference to TAS
1 parent 2c89aa8 commit a72a27c

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* inst/CITATION: Ditto
66
* man/Rcpp-package.Rd: Ditto
77

8+
* inst/CITATION: Change from PeerJ Preprint to TAS
9+
810
2020-10-25 Dirk Eddelbuettel <[email protected]>
911

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

inst/CITATION

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,16 @@ citEntry(entry = "Article",
3636
title = "{Extending \textit{R} with \textit{C++}: A Brief Introduction to \textit{Rcpp}}",
3737
author = personList(as.person("Dirk Eddelbuettel"),
3838
as.person("James Joseph Balamuta")),
39-
journal = "PeerJ Preprints",
40-
year = "2017",
41-
month = "aug",
42-
volume = "5",
43-
pages = "e3188v1",
44-
issn = "2167-9843",
45-
url = "https://doi.org/10.7287/peerj.preprints.3188v1",
46-
doi = "10.7287/peerj.preprints.3188v1",
39+
journal = "The American Statistician",
40+
year = "2018",
41+
volume = "72",
42+
number = "1",
43+
pages = "28-36",
44+
url = "https://doi.org/10.1080/00031305.2017.1375990",
45+
doi = "10.1080/00031305.2017.1375990",
4746

48-
textVersion = paste("Dirk Eddelbuettel and James Joseph Balamuta (2017).",
47+
textVersion = paste("Dirk Eddelbuettel and James Joseph Balamuta (2018).",
4948
"Extending R with C++: A Brief Introduction to Rcpp.",
50-
"PeerJ Preprints 5:e3188v1.",
51-
"URL https://doi.org/10.7287/peerj.preprints.3188v1.")
49+
"The American Statistician. 72(1).",
50+
"URL https://doi.org/10.1080/00031305.2017.1375990.")
5251
)

0 commit comments

Comments
 (0)