Skip to content

Commit 0c31c96

Browse files
committed
update bibtex references
1 parent 2a19c72 commit 0c31c96

File tree

3 files changed

+40
-34
lines changed

3 files changed

+40
-34
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
* vignettes/Rcpp-unitTests.Rnw: Remove a now superfluous global var
66

7+
* vignettes/Rcpp.bib: Updated references to current packages
8+
79
2014-02-01 JJ Allaire <[email protected]>
810

911
* R/Attributes.R: Embedded R code chunks in sourceCpp can

inst/NEWS.Rd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
\itemize{
4040
\item The Rcpp-FAQ and Rcpp-package vignettes have been updated and expanded.
4141
\item Vignettes are now typeset with grey background for code boxes.
42+
\item The bibtex reference file has been update to reflexct
43+
current package versions.
4244
}
4345
\item Changes in Rcpp unit tests:
4446
\itemize{

vignettes/Rcpp.bib

Lines changed: 36 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -98,17 +98,17 @@ @Manual{CRAN:RInside
9898

9999
@Manual{CRAN:RProtoBuf,
100100
title = {RProtoBuf: R Interface to the Protocol Buffers API},
101-
author = {Romain Fran\c{c}ois and Dirk Eddelbuettel},
102-
year = 2013,
103-
note = {R package version 0.3.2},
101+
author = {Romain Fran\c{c}ois and Dirk Eddelbuettel and Murray Stokely and Jeroen Ooms},
102+
year = 2014,
103+
note = {R package version 0.4.0},
104104
url = CRAN # "package=RProtoBuf"
105105
}
106106

107107
@Manual{CRAN:RQuantLib,
108108
title = {RQuantLib: {R} interface to the {QuantLib} library},
109109
author = {Dirk Eddelbuettel and Khanh Nguyen},
110-
year = 2013,
111-
note = {R package version 0.3.10},
110+
year = 2014,
111+
note = {R package version 0.3.11},
112112
url = CRAN # "package=RQuantLib"
113113
}
114114

@@ -152,7 +152,7 @@ @Manual{CRAN:Rcpp:Modules
152152
crossref = {CRAN:Rcpp},
153153
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois},
154154
title = {Exposing {C++} functions and classes with {Rcpp} modules},
155-
year = 2013,
155+
year = 2014,
156156
note = {Vignette included in R package Rcpp},
157157
url = CRAN # "package=Rcpp"
158158
}
@@ -161,7 +161,7 @@ @Manual{CRAN:Rcpp:Sugar
161161
crossref = {CRAN:Rcpp},
162162
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois},
163163
title = {{Rcpp} syntactic sugar},
164-
year = 2013,
164+
year = 2014,
165165
note = {Vignette included in R package Rcpp},
166166
url = CRAN # "package=Rcpp"
167167
}
@@ -171,16 +171,16 @@ @Manual{CRAN:RcppArmadillo
171171
templated linear algebra library},
172172
author = {Romain Fran\c{c}ois and Dirk Eddelbuettel and
173173
Douglas Bates},
174-
year = 2013,
175-
note = {R package version 0.3.930.1},
174+
year = 2014,
175+
note = {R package version 0.4.000.2},
176176
url = CRAN # "package=RcppArmadillo"
177177
}
178178

179179
@Manual{CRAN:RcppClassic,
180180
title = {RcppClassic: Deprecated 'classic' Rcpp API},
181181
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois},
182-
year = 2012,
183-
note = {R package version 0.9.3},
182+
year = 2014,
183+
note = {R package version 0.9.5},
184184
url = CRAN # "package=RcppClassic"
185185
}
186186

@@ -196,8 +196,8 @@ @Manual{CRAN:RcppEigen
196196
title = {RcppEigen: Rcpp integration for the Eigen templated linear
197197
algebra library},
198198
author = {Douglas Bates and Romain Fran\c{c}ois and Dirk Eddelbuettel},
199-
year = 2013,
200-
note = {{R} package version 0.3.2.0.1},
199+
year = 2014,
200+
note = {{R} package version 0.3.2.0.2},
201201
url = CRAN # "package=RcppEigen"
202202
}
203203

@@ -268,8 +268,8 @@ @Manual{CRAN:inline
268268
@Manual{CRAN:Matrix,
269269
title = {\pkg{Matrix}: Sparse and Dense Matrix Classes and Methods},
270270
author = {Douglas Bates and Martin Maechler},
271-
year = 2013,
272-
note = {R package version 1.1-1.1},
271+
year = 2014,
272+
note = {R package version 1.1-2},
273273
url = CRAN # "package=Matrix"
274274
}
275275

@@ -286,8 +286,8 @@ @Manual{CRAN:minqa
286286
@Manual{CRAN:roxygen2,
287287
title = {roxygen2: In-source documentation for R},
288288
author = {Hadley Wickham and Peter Danenberg and Manuel Eugster},
289-
year = 2011,
290-
note = {R package version 3.0.0},
289+
year = 2014,
290+
note = {R package version 3.1.0},
291291
url = CRAN # "package=roxygen2"
292292
}
293293

@@ -466,7 +466,7 @@ @manual{R:Administration
466466
author = RCoreTeam,
467467
organization = RFoundation,
468468
address = {Vienna, Austria},
469-
year = 2012,
469+
year = 2013,
470470
title = "R Installation and Administration",
471471
note = {{ISBN} 3-900051-09-7},
472472
url = manuals # "R-admin.html"
@@ -478,17 +478,17 @@ @manual{R:Extensions
478478
address = {Vienna, Austria},
479479
year = 2012,
480480
title = "Writing R extensions",
481-
note = {{ISBN} 3-900051-11-9},
481+
annote = {{ISBN} 3-900051-11-9},
482482
url = manuals # "R-exts.html"
483483
}
484484

485485
@manual{R:Internals,
486486
author = RCoreTeam,
487487
organization = RFoundation,
488488
address = {Vienna, Austria},
489-
year = 2012,
489+
year = 2013,
490490
title = "R internals",
491-
note = {{ISBN} 3-900051-14-3},
491+
annote = {{ISBN} 3-900051-14-3},
492492
url = manuals # "R-ints.html"
493493
}
494494

@@ -506,9 +506,9 @@ @manual{R:Language
506506
author = RCoreTeam,
507507
organization = RFoundation,
508508
address = {Vienna, Austria},
509-
year = 2012,
509+
year = 2013,
510510
title = "R language",
511-
note = {{ISBN} 3-900051-13-5},
511+
annote = {{ISBN} 3-900051-13-5},
512512
url = manuals # "R-lang.html"
513513
}
514514

@@ -592,12 +592,14 @@ @Article{TempleLang:2009:RGCCTranslationUnit
592592
}
593593

594594
@InProceedings{Maurer+Wong:2008:AttributesInC++,
595-
author = {Jens Maurer and Michael Wong},
596-
title = {Towards support for attributes in {C++} (Revision 6)},
597-
booktitle = {JTC1/SC22/WG21 - The C++ Standards Committee},
598-
year = {2008},
599-
url = {http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2761.pdf},
600-
note = {{N2761=08-0271}}
595+
author = {Jens Maurer and Michael Wong},
596+
title = {Towards support for attributes in {C++} (Revision
597+
6)},
598+
booktitle = {JTC1/SC22/WG21 - The C++ Standards Committee},
599+
year = {2008},
600+
url =
601+
{http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2761.pdf},
602+
note = {{N2761=08-0271}}
601603
}
602604

603605
@InProceedings{Urbanek:2003:Rserve,
@@ -634,9 +636,9 @@ @inproceedings{Veldhuizen:1998:Blitz
634636
}
635637

636638
@misc{KDE-TechBase:2012,
637-
author = {KDE-TechBase},
638-
title = {Binary Compatibility Issues With {C++}},
639-
howpublished = "\url{http://techbase.kde.org/Policies/Binary_Compatibility_Issues_With_C++}",
640-
year = {2012},
641-
note = "[Online; accessed 24-November-2012]"
639+
author = {KDE-TechBase},
640+
title = {Binary Compatibility Issues With {C++}},
641+
url = "http://techbase.kde.org/Policies/Binary_Compatibility_Issues_With_C++",
642+
year = 2012,
643+
note = "[Online; accessed 24-November-2012]"
642644
}

0 commit comments

Comments
 (0)