Skip to content

Commit bc910d7

Browse files
committed
references in bibtex file updated
1 parent 1b5068f commit bc910d7

File tree

4 files changed

+30
-26
lines changed

4 files changed

+30
-26
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
2018-02-25 Dirk Eddelbuettel <[email protected]>
22

3+
* vignettes/Rcpp.bib: Updated
4+
* inst/bib/Rcpp.bib: Idem
5+
36
* vignettes/Rcpp-FAQ.Rmd (Note): Expand conda answer by adding link
47

58
2018-02-14 Dirk Eddelbuettel <[email protected]>

inst/NEWS.Rd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
\item The Rcpp FAQ vignette is now indexed as `Rcpp-FAQ`; a stale Gmane
2121
reference was removed and entry for getting compilers under Conda was added.
2222
\item The top-level README.md now has a _Support_ section.
23+
\item The Rcpp.bib reference file was refreshed to current versions.
2324
}
2425
}
2526
}

inst/bib/Rcpp.bib

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ @Manual{CRAN:Matrix
7676
title = {\pkg{Matrix}: Sparse and Dense Matrix Classes and Methods},
7777
author = {Douglas Bates and Martin Maechler},
7878
year = 2017,
79-
note = {R package version 1.2-11},
79+
note = {R package version 1.2-12},
8080
url = CRAN # "package=Matrix"
8181
}
8282

@@ -92,15 +92,15 @@ @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},
9494
year = 2017,
95-
note = {R package version 0.4.10},
95+
note = {R package version 0.4.11},
9696
url = CRAN # "package=RProtoBuf"
9797
}
9898

9999
@Manual{CRAN:RQuantLib,
100100
title = {RQuantLib: {R} interface to the {QuantLib} library},
101101
author = {Dirk Eddelbuettel and Khanh Nguyen},
102-
year = 2016,
103-
note = {R package version 0.4.3},
102+
year = 2017,
103+
note = {R package version 0.4.4},
104104
url = CRAN # "package=RQuantLib"
105105
}
106106

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

@@ -199,8 +199,8 @@ @Manual{CRAN:RcppEigen
199199
title = {RcppEigen: Rcpp integration for the Eigen templated linear
200200
algebra library},
201201
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},
202+
year = 2018,
203+
note = {{R} package version 0.3.3.4.0},
204204
url = CRAN # "package=RcppEigen"
205205
}
206206

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

@@ -259,7 +259,7 @@ @Manual{CRAN:highlight
259259
title = {highlight: Syntax highlighter},
260260
author = {Romain Fran\c{c}ois},
261261
year = 2017,
262-
note = {R package with version 0.4.7.1},
262+
note = {R package with version 0.4.7.2},
263263
url = CRAN # "package=highlight"
264264
}
265265

@@ -318,8 +318,8 @@ @Manual{CRAN:rbenchmark
318318
@Manual{CRAN:roxygen2,
319319
title = {roxygen2: In-source documentation for R},
320320
author = {Hadley Wickham and Peter Danenberg and Manuel Eugster},
321-
year = 2015,
322-
note = {R package version 5.0.1},
321+
year = 2017,
322+
note = {R package version 6.0.1},
323323
url = CRAN # "package=roxygen2"
324324
}
325325

vignettes/Rcpp.bib

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ @Manual{CRAN:Matrix
7676
title = {\pkg{Matrix}: Sparse and Dense Matrix Classes and Methods},
7777
author = {Douglas Bates and Martin Maechler},
7878
year = 2017,
79-
note = {R package version 1.2-11},
79+
note = {R package version 1.2-12},
8080
url = CRAN # "package=Matrix"
8181
}
8282

@@ -92,15 +92,15 @@ @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},
9494
year = 2017,
95-
note = {R package version 0.4.10},
95+
note = {R package version 0.4.11},
9696
url = CRAN # "package=RProtoBuf"
9797
}
9898

9999
@Manual{CRAN:RQuantLib,
100100
title = {RQuantLib: {R} interface to the {QuantLib} library},
101101
author = {Dirk Eddelbuettel and Khanh Nguyen},
102-
year = 2016,
103-
note = {R package version 0.4.3},
102+
year = 2017,
103+
note = {R package version 0.4.4},
104104
url = CRAN # "package=RQuantLib"
105105
}
106106

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

@@ -199,8 +199,8 @@ @Manual{CRAN:RcppEigen
199199
title = {RcppEigen: Rcpp integration for the Eigen templated linear
200200
algebra library},
201201
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},
202+
year = 2018,
203+
note = {{R} package version 0.3.3.4.0},
204204
url = CRAN # "package=RcppEigen"
205205
}
206206

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

@@ -259,7 +259,7 @@ @Manual{CRAN:highlight
259259
title = {highlight: Syntax highlighter},
260260
author = {Romain Fran\c{c}ois},
261261
year = 2017,
262-
note = {R package with version 0.4.7.1},
262+
note = {R package with version 0.4.7.2},
263263
url = CRAN # "package=highlight"
264264
}
265265

@@ -318,8 +318,8 @@ @Manual{CRAN:rbenchmark
318318
@Manual{CRAN:roxygen2,
319319
title = {roxygen2: In-source documentation for R},
320320
author = {Hadley Wickham and Peter Danenberg and Manuel Eugster},
321-
year = 2015,
322-
note = {R package version 5.0.1},
321+
year = 2017,
322+
note = {R package version 6.0.1},
323323
url = CRAN # "package=roxygen2"
324324
}
325325

0 commit comments

Comments
 (0)