Skip to content

Commit 63785f0

Browse files
committed
updated bibliography for CRAN packages
1 parent 4529e17 commit 63785f0

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2013-12-31 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* vignettes/Rcpp.bib: Updated CRAN package references
4+
15
2013-12-20 Kevin Ushey <kevinushey@gmail.com>
26

37
* inst/include/Rcpp/sugar/tools/mapcompare.h: Use a union for

vignettes/Rcpp.bib

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ @Manual{CRAN:RInside
9999
@Manual{CRAN:RProtoBuf,
100100
title = {RProtoBuf: R Interface to the Protocol Buffers API},
101101
author = {Romain Fran\c{c}ois and Dirk Eddelbuettel},
102-
year = 2012,
103-
note = {R package version 0.2.6},
102+
year = 2013,
103+
note = {R package version 0.3.2},
104104
url = CRAN # "package=RProtoBuf"
105105
}
106106

@@ -135,7 +135,7 @@ @Manual{CRAN:Rcpp
135135
title = {{Rcpp}: Seamless {R} and {C++} Integration},
136136
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois},
137137
year = 2013,
138-
note = {R package version 0.10.4},
138+
note = {R package version 0.10.6},
139139
url = CRAN # "package=Rcpp"
140140
}
141141

@@ -172,7 +172,7 @@ @Manual{CRAN:RcppArmadillo
172172
author = {Romain Fran\c{c}ois and Dirk Eddelbuettel and
173173
Douglas Bates},
174174
year = 2013,
175-
note = {R package version 0.3.900.0},
175+
note = {R package version 0.3.930.1},
176176
url = CRAN # "package=RcppArmadillo"
177177
}
178178

@@ -187,8 +187,8 @@ @Manual{CRAN:RcppClassic
187187
@Manual{CRAN:RcppDE,
188188
title = {RcppDE: Global optimization by differential evolution in C++},
189189
author = {Dirk Eddelbuettel},
190-
year = 2010,
191-
note = {R package version 0.1.0},
190+
year = 2013,
191+
note = {R package version 0.1.2},
192192
url = CRAN # "package=RcppDE"
193193
}
194194

@@ -197,7 +197,7 @@ @Manual{CRAN:RcppEigen
197197
algebra library},
198198
author = {Douglas Bates and Romain Fran\c{c}ois and Dirk Eddelbuettel},
199199
year = 2013,
200-
note = {{R} package version 0.3.1.2.1},
200+
note = {{R} package version 0.3.2.0.1},
201201
url = CRAN # "package=RcppEigen"
202202
}
203203

@@ -234,7 +234,7 @@ @Manual{CRAN:Rserve
234234
title = {Rserve: Binary R server},
235235
author = {Simon Urbanek},
236236
year = 2013,
237-
note = {R package version 0.6-8.1},
237+
note = {R package version 1.7-3},
238238
url = CRAN # "package=Rserve"
239239
}
240240

@@ -251,7 +251,7 @@ @Manual{CRAN:highlight
251251
title = {highlight: Syntax highlighter},
252252
author = {Romain Fran\c{c}ois},
253253
year = 2013,
254-
note = {R package with version 0.4.3},
254+
note = {R package with version 0.4.4},
255255
url = CRAN # "package=highlight"
256256
}
257257

@@ -261,15 +261,15 @@ @Manual{CRAN:inline
261261
author = {Oleg Sklyar and Duncan Murdoch and Mike Smith and
262262
Dirk Eddelbuettel and Romain Fran\c{c}ois},
263263
year = 2013,
264-
note = {R package version 0.3.12},
264+
note = {R package version 0.3.13},
265265
url = CRAN # "package=inline"
266266
}
267267

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

@@ -279,15 +279,15 @@ @Manual{CRAN:minqa
279279
author = {Douglas Bates and Katharine M. Mullen and John
280280
C. Nash and Ravi Varadhan},
281281
year = 2012,
282-
note = {R package version 1.2.1},
282+
note = {R package version 1.2.2},
283283
url = CRAN # "package=minqa"
284284
}
285285

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

0 commit comments

Comments
 (0)