Skip to content

Commit d127cbd

Browse files
committed
updates to ChangeLog, NEWS, DESCRIPTION, CITATION
1 parent 995b015 commit d127cbd

File tree

4 files changed

+70
-27
lines changed

4 files changed

+70
-27
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
2017-09-29 Dirk Eddelbuettel <[email protected]>
22

3+
* DESCRIPTION (Version, Date): Roll minor version
4+
35
* DESCRIPTION (Description): Add <doi:...> per suggestion by CRAN
46

7+
* inst/CITATION: Add PeerJ article, add doi info, reindent
8+
59
2017-09-26 Daniel C. Dillon <[email protected]>
610

711
* inst/include/Rcpp/vector/MatrixRow.h: Added cbegin() / cend() to

DESCRIPTION

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 0.12.13
4-
Date: 2017-09-24
3+
Version: 0.12.13.1
4+
Date: 2017-09-29
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>
@@ -11,8 +11,9 @@ Description: The 'Rcpp' package provides R functions as well as C++ classes whic
1111
code as well as easier integration of third-party libraries. Documentation
1212
about 'Rcpp' is provided by several vignettes included in this package, via the
1313
'Rcpp Gallery' site at <http://gallery.rcpp.org>, the paper by Eddelbuettel and
14-
Francois (2011, JSS), the book by Eddelbuettel (2013, Springer) and the paper
15-
by Eddelbuettel and Balamuta (2017, PeerJ); see 'citation("Rcpp")' for details.
14+
Francois (2011, <doi:10.18637/jss.v040.i08), the book by Eddelbuettel (2013,
15+
<doi:10.1007/978-1-4614-6868-4>) and the paper by Eddelbuettel and Balamuta (2017,
16+
<doi:10.7287/peerj.preprints.3188v1>); see 'citation("Rcpp")' for details.
1617
Depends: R (>= 3.0.0)
1718
Imports: methods, utils
1819
Suggests: RUnit, inline, rbenchmark, knitr, rmarkdown, pinp, pkgKitten (>= 0.1.2)

inst/CITATION

Lines changed: 43 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,52 @@
11
citHeader("To cite Rcpp in publications use:")
22

33
citEntry(entry = "Article",
4-
title = "{Rcpp}: Seamless {R} and {C++} Integration",
5-
author = personList(as.person("Dirk Eddelbuettel"),
6-
as.person("Romain Fran\\c{c}ois")),
7-
journal = "Journal of Statistical Software",
8-
year = "2011",
9-
volume = "40",
10-
number = "8",
11-
pages = "1--18",
12-
url = "http://www.jstatsoft.org/v40/i08/",
4+
title = "{Rcpp}: Seamless {R} and {C++} Integration",
5+
author = personList(as.person("Dirk Eddelbuettel"),
6+
as.person("Romain Fran\\c{c}ois")),
7+
journal = "Journal of Statistical Software",
8+
year = "2011",
9+
volume = "40",
10+
number = "8",
11+
pages = "1--18",
12+
url = "http://www.jstatsoft.org/v40/i08/",
13+
doi = "10.18637/jss.v040.i08",
1314

14-
textVersion =
15-
paste("Dirk Eddelbuettel and Romain Francois (2011).",
16-
"Rcpp: Seamless R and C++ Integration.",
17-
"Journal of Statistical Software, 40(8), 1-18.",
18-
"URL http://www.jstatsoft.org/v40/i08/.")
15+
textVersion = paste("Dirk Eddelbuettel and Romain Francois (2011).",
16+
"Rcpp: Seamless R and C++ Integration.",
17+
"Journal of Statistical Software, 40(8), 1-18.",
18+
"URL http://www.jstatsoft.org/v40/i08/.")
1919
)
2020

2121
citEntry(entry = "Book",
22-
title = "Seamless {R} and {C++} Integration with {Rcpp}",
23-
author = personList(as.person("Dirk Eddelbuettel")),
24-
publisher = "Springer",
25-
address = "New York",
26-
year = 2013,
27-
note = "ISBN 978-1-4614-6867-7",
22+
title = "Seamless {R} and {C++} Integration with {Rcpp}",
23+
author = personList(as.person("Dirk Eddelbuettel")),
24+
publisher = "Springer",
25+
address = "New York",
26+
year = 2013,
27+
note = "ISBN 978-1-4614-6867-7",
28+
doi = "10.1007/978-1-4614-6868-4",
2829

29-
textVersion = paste("Eddelbuettel, Dirk (2013)",
30-
"Seamless R and C++ Integration with Rcpp.",
31-
"Springer, New York. ISBN 978-1-4614-6867-7.")
30+
textVersion = paste("Eddelbuettel, Dirk (2013)",
31+
"Seamless R and C++ Integration with Rcpp.",
32+
"Springer, New York. ISBN 978-1-4614-6867-7.")
33+
)
34+
35+
citEntry(entry = "Article",
36+
title = "{Extending \textit{R} with \textit{C++}: A Brief Introduction to \textit{Rcpp}}",
37+
author = personList(as.person("Dirk Eddelbuettel"),
38+
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",
47+
48+
textVersion = paste("Dirk Eddelbuettel and James Joseph Balamuta (2017).",
49+
"Extending R with C++: A Brief Introduction to Rcpp.",
50+
"PeerJ Preprints 5:e3188v1.",
51+
"URL https://doi.org/10.7287/peerj.preprints.3188v1.")
3252
)

inst/NEWS.Rd

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
55

6+
\section{Changes in Rcpp version 0.12.14 [unreleased] (2017-11-xx)}{
7+
\itemize{
8+
\item Changes in Rcpp API:
9+
\itemize{
10+
\item New const iterators functions \code{cbegin()} and \code{cend()}
11+
added to \code{MatrixRow} as well (Dan Dillon in \ghpr{750}).
12+
}
13+
\item Changes in Rcpp Package:
14+
\itemize{
15+
\item DESCRIPTION file now list doi information per CRAN suggestion.
16+
}
17+
\item Changes in Rcpp Documentation:
18+
\itemize{
19+
\item Update CITATION file with doi information and PeerJ preprint.
20+
}
21+
}
22+
}
23+
624
\section{Changes in Rcpp version 0.12.13 (2017-09-24)}{
725
\itemize{
826
\item Changes in Rcpp API:

0 commit comments

Comments
 (0)