Skip to content

Commit f2496f4

Browse files
committed
updated references
1 parent b447de9 commit f2496f4

File tree

4 files changed

+65
-35
lines changed

4 files changed

+65
-35
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2017-09-23 Dirk Eddelbuettel <[email protected]>
2+
3+
* inst/bib/Rcpp.bib: Updated references
4+
* viignettes/Rcpp.bib: Idem
5+
16
2017-09-21 Dirk Eddelbuettel <[email protected]>
27

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

inst/NEWS.Rd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
\item New const iterators functions \code{cbegin()} and \code{cend()} have
1111
been added to several vector and matrix classes (Dan Dillon and James
1212
Balamuta in \ghpr{748}) starting to address \ghit{741}).
13-
\item The \code{tinyformat.h} header now ends in a newline (\ghit{701}).
1413
}
1514
\item Changes in Rcpp Modules:
1615
\itemize{

inst/bib/Rcpp.bib

Lines changed: 30 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -75,24 +75,24 @@ @Misc{Brokken:2011:Cpp
7575
@Manual{CRAN:Matrix,
7676
title = {\pkg{Matrix}: Sparse and Dense Matrix Classes and Methods},
7777
author = {Douglas Bates and Martin Maechler},
78-
year = 2016,
79-
note = {R package version 1.2-7.1},
78+
year = 2017,
79+
note = {R package version 1.2-11},
8080
url = CRAN # "package=Matrix"
8181
}
8282

8383
@Manual{CRAN:RInside,
8484
title = {RInside: C++ classes to embed R in C++ applications},
8585
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois},
86-
year = 2015,
87-
note = {R package version 0.2.13},
86+
year = 2017,
87+
note = {R package version 0.2.14},
8888
url = CRAN # "package=RInside"
8989
}
9090

9191
@Manual{CRAN:RProtoBuf,
9292
title = {RProtoBuf: R Interface to the Protocol Buffers API},
9393
author = {Romain Fran\c{c}ois and Dirk Eddelbuettel and Murray Stokely and Jeroen Ooms},
94-
year = 2016,
95-
note = {R package version 0.4.7},
94+
year = 2017,
95+
note = {R package version 0.4.10},
9696
url = CRAN # "package=RProtoBuf"
9797
}
9898

@@ -174,16 +174,16 @@ @Manual{CRAN:RcppArmadillo
174174
templated linear algebra library},
175175
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and
176176
Douglas Bates},
177-
year = 2016,
178-
note = {R package version 0.7.400.2.0},
177+
year = 2017,
178+
note = {R package version 0.7.960.1.2},
179179
url = CRAN # "package=RcppArmadillo"
180180
}
181181

182182
@Manual{CRAN:RcppClassic,
183183
title = {RcppClassic: Deprecated 'classic' Rcpp API},
184184
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois},
185-
year = 2015,
186-
note = {R package version 0.9.6},
185+
year = 2017,
186+
note = {R package version 0.9.7},
187187
url = CRAN # "package=RcppClassic"
188188
}
189189

@@ -198,9 +198,9 @@ @Manual{CRAN:RcppDE
198198
@Manual{CRAN:RcppEigen,
199199
title = {RcppEigen: Rcpp integration for the Eigen templated linear
200200
algebra library},
201-
author = {Douglas Bates and Romain Fran\c{c}ois and Dirk Eddelbuettel},
202-
year = 2016,
203-
note = {{R} package version 0.3.2.9.0},
201+
author = {Douglas Bates and Dirk Eddelbuettel and Romain Fran\c{c}ois and Yixuan Qiu}
202+
year = 2017,
203+
note = {{R} package version 0.3.3.3.0},
204204
url = CRAN # "package=RcppEigen"
205205
}
206206

@@ -216,8 +216,8 @@ @Manual{CRAN:RcppExamples
216216
@Manual{CRAN:RcppGSL,
217217
title = {RcppGSL: Rcpp integration for GNU GSL vectors and matrices},
218218
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois},
219-
year = 2016,
220-
note = {R package version 0.3.1},
219+
year = 2017,
220+
note = {R package version 0.3.2},
221221
url = CRAN # "package=RcppGSL"
222222
}
223223

@@ -258,8 +258,8 @@ @Manual{CRAN:devtools
258258
@Manual{CRAN:highlight,
259259
title = {highlight: Syntax highlighter},
260260
author = {Romain Fran\c{c}ois},
261-
year = 2015,
262-
note = {R package with version 0.4.7},
261+
year = 2017,
262+
note = {R package with version 0.4.7.1},
263263
url = CRAN # "package=highlight"
264264
}
265265

@@ -491,6 +491,19 @@ @article{Ihaka:1996
491491
Year = 1996
492492
}
493493

494+
@article{JOSS:RcppCNPy,
495+
doi = {10.21105/joss.00055},
496+
url = {https://doi.org/10.21105/joss.00055},
497+
year = {2016},
498+
month = {sep},
499+
publisher = {The Open Journal},
500+
volume = {1},
501+
number = {5},
502+
author = {Dirk Eddelbuettel and Wush Wu},
503+
title = {{RcppCNPy}: Read-Write Support for {NumPy} Files in R},
504+
journal = {The Journal of Open Source Software}
505+
}
506+
494507
@Article{JSS:RProtoBuf,
495508
title = {{RProtoBuf}: Efficient Cross-Language Data Serialization in
496509
{R}},

vignettes/Rcpp.bib

Lines changed: 30 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -75,24 +75,24 @@ @Misc{Brokken:2011:Cpp
7575
@Manual{CRAN:Matrix,
7676
title = {\pkg{Matrix}: Sparse and Dense Matrix Classes and Methods},
7777
author = {Douglas Bates and Martin Maechler},
78-
year = 2016,
79-
note = {R package version 1.2-7.1},
78+
year = 2017,
79+
note = {R package version 1.2-11},
8080
url = CRAN # "package=Matrix"
8181
}
8282

8383
@Manual{CRAN:RInside,
8484
title = {RInside: C++ classes to embed R in C++ applications},
8585
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois},
86-
year = 2015,
87-
note = {R package version 0.2.13},
86+
year = 2017,
87+
note = {R package version 0.2.14},
8888
url = CRAN # "package=RInside"
8989
}
9090

9191
@Manual{CRAN:RProtoBuf,
9292
title = {RProtoBuf: R Interface to the Protocol Buffers API},
9393
author = {Romain Fran\c{c}ois and Dirk Eddelbuettel and Murray Stokely and Jeroen Ooms},
94-
year = 2016,
95-
note = {R package version 0.4.7},
94+
year = 2017,
95+
note = {R package version 0.4.10},
9696
url = CRAN # "package=RProtoBuf"
9797
}
9898

@@ -174,16 +174,16 @@ @Manual{CRAN:RcppArmadillo
174174
templated linear algebra library},
175175
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and
176176
Douglas Bates},
177-
year = 2016,
178-
note = {R package version 0.7.400.2.0},
177+
year = 2017,
178+
note = {R package version 0.7.960.1.2},
179179
url = CRAN # "package=RcppArmadillo"
180180
}
181181

182182
@Manual{CRAN:RcppClassic,
183183
title = {RcppClassic: Deprecated 'classic' Rcpp API},
184184
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois},
185-
year = 2015,
186-
note = {R package version 0.9.6},
185+
year = 2017,
186+
note = {R package version 0.9.7},
187187
url = CRAN # "package=RcppClassic"
188188
}
189189

@@ -198,9 +198,9 @@ @Manual{CRAN:RcppDE
198198
@Manual{CRAN:RcppEigen,
199199
title = {RcppEigen: Rcpp integration for the Eigen templated linear
200200
algebra library},
201-
author = {Douglas Bates and Romain Fran\c{c}ois and Dirk Eddelbuettel},
202-
year = 2016,
203-
note = {{R} package version 0.3.2.9.0},
201+
author = {Douglas Bates and Dirk Eddelbuettel and Romain Fran\c{c}ois and Yixuan Qiu}
202+
year = 2017,
203+
note = {{R} package version 0.3.3.3.0},
204204
url = CRAN # "package=RcppEigen"
205205
}
206206

@@ -216,8 +216,8 @@ @Manual{CRAN:RcppExamples
216216
@Manual{CRAN:RcppGSL,
217217
title = {RcppGSL: Rcpp integration for GNU GSL vectors and matrices},
218218
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois},
219-
year = 2016,
220-
note = {R package version 0.3.1},
219+
year = 2017,
220+
note = {R package version 0.3.2},
221221
url = CRAN # "package=RcppGSL"
222222
}
223223

@@ -258,8 +258,8 @@ @Manual{CRAN:devtools
258258
@Manual{CRAN:highlight,
259259
title = {highlight: Syntax highlighter},
260260
author = {Romain Fran\c{c}ois},
261-
year = 2015,
262-
note = {R package with version 0.4.7},
261+
year = 2017,
262+
note = {R package with version 0.4.7.1},
263263
url = CRAN # "package=highlight"
264264
}
265265

@@ -491,6 +491,19 @@ @article{Ihaka:1996
491491
Year = 1996
492492
}
493493

494+
@article{JOSS:RcppCNPy,
495+
doi = {10.21105/joss.00055},
496+
url = {https://doi.org/10.21105/joss.00055},
497+
year = {2016},
498+
month = {sep},
499+
publisher = {The Open Journal},
500+
volume = {1},
501+
number = {5},
502+
author = {Dirk Eddelbuettel and Wush Wu},
503+
title = {{RcppCNPy}: Read-Write Support for {NumPy} Files in R},
504+
journal = {The Journal of Open Source Software}
505+
}
506+
494507
@Article{JSS:RProtoBuf,
495508
title = {{RProtoBuf}: Efficient Cross-Language Data Serialization in
496509
{R}},

0 commit comments

Comments
 (0)