Skip to content

Commit d04eae8

Browse files
committed
update Rcpp.bib
1 parent 6062d56 commit d04eae8

File tree

4 files changed

+42
-33
lines changed

4 files changed

+42
-33
lines changed

.Rbuildignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ vignettes/getCurrentVersionsOfCitedPackages.R
1717
inst/include/Rcpp.h.new
1818
inst/include/Rcpp.h.old
1919
LICENSE
20-
.*.tar.gz
20+
.*\.tar\.gz$
2121
\.editorconfig
2222
docker
2323
^GPATH

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2019-07-04 Dirk Eddelbuettel <[email protected]>
2+
3+
* vignettes/Rcpp.bib: Updated
4+
* inst/bib/Rcpp.bib: Idem
5+
6+
2019-05-05 Dirk Eddelbuettel <[email protected]>
7+
8+
* .Rbuildignore: Small tweak
9+
110
2019-04-27 Dirk Eddelbuettel <[email protected]>
211

312
* R/Rcpp.package.skeleton.R (Rcpp.package.skeleton): Use getRcppVersion()

inst/bib/Rcpp.bib

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -75,32 +75,32 @@ @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 = 2018,
79-
note = {R package version 1.2-14},
78+
year = 2019,
79+
note = {R package version 1.2-17},
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 = 2017,
87-
note = {R package version 0.2.14},
86+
year = 2019,
87+
note = {R package version 0.2.15},
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 = 2018,
95-
note = {R package version 0.4.12},
94+
year = 2019,
95+
note = {R package version 0.4.14},
9696
url = CRAN # "package=RProtoBuf"
9797
}
9898

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

@@ -174,8 +174,8 @@ @Manual{CRAN:RcppArmadillo
174174
templated linear algebra library},
175175
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and
176176
Douglas Bates and Binxiang Ni},
177-
year = 2018,
178-
note = {R package version 0.9.100.4.0},
177+
year = 2019,
178+
note = {R package version 0.9.500.2.0},
179179
url = CRAN # "package=RcppArmadillo"
180180
}
181181

@@ -200,7 +200,7 @@ @Manual{CRAN:RcppEigen
200200
algebra library},
201201
author = {Douglas Bates and Dirk Eddelbuettel and Romain Fran\c{c}ois and Yixuan Qiu},
202202
year = 2018,
203-
note = {{R} package version 0.3.3.4.0},
203+
note = {{R} package version 0.3.3.5.0},
204204
url = CRAN # "package=RcppEigen"
205205
}
206206

@@ -232,8 +232,8 @@ @Manual{CRAN:RcppZiggurat
232232
@Manual{CRAN:Rserve,
233233
title = {Rserve: Binary R server},
234234
author = {Simon Urbanek},
235-
year = 2013,
236-
note = {R package version 1.7-3},
235+
year = 2019,
236+
note = {R package version 1.7-3.1},
237237
url = CRAN # "package=Rserve"
238238
}
239239

@@ -268,8 +268,8 @@ @Manual{CRAN:inline
268268
R},
269269
author = {Oleg Sklyar and Duncan Murdoch and Mike Smith and
270270
Dirk Eddelbuettel and Romain Fran\c{c}ois},
271-
year = 2015,
272-
note = {R package version 0.3.14},
271+
year = 2018,
272+
note = {R package version 0.3.15},
273273
url = CRAN # "package=inline"
274274
}
275275

vignettes/Rcpp.bib

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -75,32 +75,32 @@ @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 = 2018,
79-
note = {R package version 1.2-14},
78+
year = 2019,
79+
note = {R package version 1.2-17},
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 = 2017,
87-
note = {R package version 0.2.14},
86+
year = 2019,
87+
note = {R package version 0.2.15},
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 = 2018,
95-
note = {R package version 0.4.12},
94+
year = 2019,
95+
note = {R package version 0.4.14},
9696
url = CRAN # "package=RProtoBuf"
9797
}
9898

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

@@ -174,8 +174,8 @@ @Manual{CRAN:RcppArmadillo
174174
templated linear algebra library},
175175
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and
176176
Douglas Bates and Binxiang Ni},
177-
year = 2018,
178-
note = {R package version 0.9.100.4.0},
177+
year = 2019,
178+
note = {R package version 0.9.500.2.0},
179179
url = CRAN # "package=RcppArmadillo"
180180
}
181181

@@ -200,7 +200,7 @@ @Manual{CRAN:RcppEigen
200200
algebra library},
201201
author = {Douglas Bates and Dirk Eddelbuettel and Romain Fran\c{c}ois and Yixuan Qiu},
202202
year = 2018,
203-
note = {{R} package version 0.3.3.4.0},
203+
note = {{R} package version 0.3.3.5.0},
204204
url = CRAN # "package=RcppEigen"
205205
}
206206

@@ -232,8 +232,8 @@ @Manual{CRAN:RcppZiggurat
232232
@Manual{CRAN:Rserve,
233233
title = {Rserve: Binary R server},
234234
author = {Simon Urbanek},
235-
year = 2013,
236-
note = {R package version 1.7-3},
235+
year = 2019,
236+
note = {R package version 1.7-3.1},
237237
url = CRAN # "package=Rserve"
238238
}
239239

@@ -268,8 +268,8 @@ @Manual{CRAN:inline
268268
R},
269269
author = {Oleg Sklyar and Duncan Murdoch and Mike Smith and
270270
Dirk Eddelbuettel and Romain Fran\c{c}ois},
271-
year = 2015,
272-
note = {R package version 0.3.14},
271+
year = 2018,
272+
note = {R package version 0.3.15},
273273
url = CRAN # "package=inline"
274274
}
275275

0 commit comments

Comments
 (0)