Skip to content

Commit 0217b89

Browse files
committed
update references
1 parent e227330 commit 0217b89

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

inst/bib/Rcpp.bib

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ @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 = 2017,
79-
note = {R package version 1.2-12},
78+
year = 2018,
79+
note = {R package version 1.2-14},
8080
url = CRAN # "package=Matrix"
8181
}
8282

@@ -91,8 +91,8 @@ @Manual{CRAN:RInside
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 = 2017,
95-
note = {R package version 0.4.11},
94+
year = 2018,
95+
note = {R package version 0.4.12},
9696
url = CRAN # "package=RProtoBuf"
9797
}
9898

@@ -175,23 +175,23 @@ @Manual{CRAN:RcppArmadillo
175175
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and
176176
Douglas Bates and Binxiang Ni},
177177
year = 2018,
178-
note = {R package version 0.8.400.0.0},
178+
note = {R package version 0.8.600.0.0},
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 = 2017,
186-
note = {R package version 0.9.9},
185+
year = 2018,
186+
note = {R package version 0.9.11},
187187
url = CRAN # "package=RcppClassic"
188188
}
189189

190190
@Manual{CRAN:RcppDE,
191191
title = {RcppDE: Global optimization by differential evolution in C++},
192192
author = {Dirk Eddelbuettel},
193-
year = 2016,
194-
note = {R package version 0.1.5},
193+
year = 2018,
194+
note = {R package version 0.1.6},
195195
url = CRAN # "package=RcppDE"
196196
}
197197

@@ -216,16 +216,16 @@ @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 = 2017,
220-
note = {R package version 0.3.3},
219+
year = 2018,
220+
note = {R package version 0.3.6},
221221
url = CRAN # "package=RcppGSL"
222222
}
223223

224224
@Manual{CRAN:RcppZiggurat,
225225
title = {RcppZiggurat: Rcpp Integration of Different Ziggurat Normal RNG Implementations},
226226
author = {Dirk Eddelbuettel},
227-
year = 2017,
228-
note = {R package version 0.1.4},
227+
year = 2018,
228+
note = {R package version 0.1.5},
229229
url = CRAN # "package=RcppZiggurat"
230230
}
231231

@@ -662,7 +662,7 @@ @manual{R:Administration
662662
author = RCoreTeam,
663663
organization = RFoundation,
664664
address = {Vienna, Austria},
665-
year = 2017,
665+
year = 2018,
666666
title = "R Installation and Administration",
667667
annote = {{ISBN} 3-900051-09-7},
668668
url = manuals # "R-admin.html"
@@ -672,7 +672,7 @@ @manual{R:Extensions
672672
author = RCoreTeam,
673673
organization = RFoundation,
674674
address = {Vienna, Austria},
675-
year = 2017,
675+
year = 2018,
676676
title = "Writing R extensions",
677677
annote = {{ISBN} 3-900051-11-9},
678678
url = manuals # "R-exts.html"
@@ -682,7 +682,7 @@ @manual{R:Internals
682682
author = RCoreTeam,
683683
organization = RFoundation,
684684
address = {Vienna, Austria},
685-
year = 2017,
685+
year = 2018,
686686
title = "R internals",
687687
annote = {{ISBN} 3-900051-14-3},
688688
url = manuals # "R-ints.html"
@@ -692,7 +692,7 @@ @manual{R:Language
692692
author = RCoreTeam,
693693
organization = RFoundation,
694694
address = {Vienna, Austria},
695-
year = 2017,
695+
year = 2018,
696696
title = "R language",
697697
annote = {{ISBN} 3-900051-13-5},
698698
url = manuals # "R-lang.html"
@@ -704,7 +704,7 @@ @Manual{R:Main
704704
author = RCoreTeam,
705705
organization = RFoundation,
706706
address = {Vienna, Austria},
707-
year = 2017,
707+
year = 2018,
708708
url = {https://www.R-project.org/}
709709
}
710710

vignettes/Rcpp.bib

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ @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 = 2017,
79-
note = {R package version 1.2-12},
78+
year = 2018,
79+
note = {R package version 1.2-14},
8080
url = CRAN # "package=Matrix"
8181
}
8282

@@ -91,8 +91,8 @@ @Manual{CRAN:RInside
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 = 2017,
95-
note = {R package version 0.4.11},
94+
year = 2018,
95+
note = {R package version 0.4.12},
9696
url = CRAN # "package=RProtoBuf"
9797
}
9898

@@ -175,23 +175,23 @@ @Manual{CRAN:RcppArmadillo
175175
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and
176176
Douglas Bates and Binxiang Ni},
177177
year = 2018,
178-
note = {R package version 0.8.400.0.0},
178+
note = {R package version 0.8.600.0.0},
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 = 2017,
186-
note = {R package version 0.9.9},
185+
year = 2018,
186+
note = {R package version 0.9.11},
187187
url = CRAN # "package=RcppClassic"
188188
}
189189

190190
@Manual{CRAN:RcppDE,
191191
title = {RcppDE: Global optimization by differential evolution in C++},
192192
author = {Dirk Eddelbuettel},
193-
year = 2016,
194-
note = {R package version 0.1.5},
193+
year = 2018,
194+
note = {R package version 0.1.6},
195195
url = CRAN # "package=RcppDE"
196196
}
197197

@@ -216,16 +216,16 @@ @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 = 2017,
220-
note = {R package version 0.3.3},
219+
year = 2018,
220+
note = {R package version 0.3.6},
221221
url = CRAN # "package=RcppGSL"
222222
}
223223

224224
@Manual{CRAN:RcppZiggurat,
225225
title = {RcppZiggurat: Rcpp Integration of Different Ziggurat Normal RNG Implementations},
226226
author = {Dirk Eddelbuettel},
227-
year = 2017,
228-
note = {R package version 0.1.4},
227+
year = 2018,
228+
note = {R package version 0.1.5},
229229
url = CRAN # "package=RcppZiggurat"
230230
}
231231

@@ -662,7 +662,7 @@ @manual{R:Administration
662662
author = RCoreTeam,
663663
organization = RFoundation,
664664
address = {Vienna, Austria},
665-
year = 2017,
665+
year = 2018,
666666
title = "R Installation and Administration",
667667
annote = {{ISBN} 3-900051-09-7},
668668
url = manuals # "R-admin.html"
@@ -672,7 +672,7 @@ @manual{R:Extensions
672672
author = RCoreTeam,
673673
organization = RFoundation,
674674
address = {Vienna, Austria},
675-
year = 2017,
675+
year = 2018,
676676
title = "Writing R extensions",
677677
annote = {{ISBN} 3-900051-11-9},
678678
url = manuals # "R-exts.html"
@@ -682,7 +682,7 @@ @manual{R:Internals
682682
author = RCoreTeam,
683683
organization = RFoundation,
684684
address = {Vienna, Austria},
685-
year = 2017,
685+
year = 2018,
686686
title = "R internals",
687687
annote = {{ISBN} 3-900051-14-3},
688688
url = manuals # "R-ints.html"
@@ -692,7 +692,7 @@ @manual{R:Language
692692
author = RCoreTeam,
693693
organization = RFoundation,
694694
address = {Vienna, Austria},
695-
year = 2017,
695+
year = 2018,
696696
title = "R language",
697697
annote = {{ISBN} 3-900051-13-5},
698698
url = manuals # "R-lang.html"
@@ -704,7 +704,7 @@ @Manual{R:Main
704704
author = RCoreTeam,
705705
organization = RFoundation,
706706
address = {Vienna, Austria},
707-
year = 2017,
707+
year = 2018,
708708
url = {https://www.R-project.org/}
709709
}
710710

0 commit comments

Comments
 (0)