Skip to content

Commit 52d415b

Browse files
authored
Merge branch 'master' into fix/1461
2 parents 6cab64d + e5b03df commit 52d415b

File tree

3 files changed

+20
-14
lines changed

3 files changed

+20
-14
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
* inst/include/Rcpp/internal/r_vector.h: Return null start for empty vectors
44
instead of an invalid pointer, which causes UB in e.g. std::copy
55

6+
2026-03-26 Dirk Eddelbuettel <edd@debian.org>
7+
8+
* inst/bib/Rcpp.bib: Refreshed a few more references
9+
610
2026-03-06 Dirk Eddelbuettel <edd@debian.org>
711

812
* DESCRIPTION (Version, Date): Roll micro version and date (twice)

inst/bib/Rcpp.bib

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ @Manual{CRAN:BH
104104
@Manual{CRAN:Matrix,
105105
title = {\pkg{Matrix}: Sparse and Dense Matrix Classes and Methods},
106106
author = {Douglas Bates and Martin Maechler},
107-
year = 2025,
108-
note = {R package version 1.7-4},
107+
year = 2026,
108+
note = {R package version 1.7-5},
109109
oldurl = CRAN # "package=Matrix",
110110
doi = DOI # "Matrix"
111111
}
@@ -260,8 +260,8 @@ @Manual{CRAN:RcppDate
260260
@Manual{CRAN:RcppDE,
261261
title = {RcppDE: Global Optimization by Differential Evolution in C++},
262262
author = {Dirk Eddelbuettel},
263-
year = 2025,
264-
note = {R package version 0.1.8},
263+
year = 2026,
264+
note = {R package version 0.1.9},
265265
oldurl = CRAN # "package=RcppDE",
266266
doi = DOI # "RcppDE"
267267
}
@@ -289,8 +289,8 @@ @Manual{CRAN:RcppExamples
289289
@Manual{CRAN:RcppGSL,
290290
title = {RcppGSL: Rcpp Integration for GNU GSL Vectors and Matrices},
291291
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois},
292-
year = 2023,
293-
note = {R package version 0.3.13},
292+
year = 2026,
293+
note = {R package version 0.3.14},
294294
oldurl = CRAN # "package=RcppGSL",
295295
doi = DOI # "RcppGSL"
296296
}
@@ -535,7 +535,8 @@ @Book{Eddelbuettel:2013:Rcpp
535535
series = {Use R!},
536536
year = 2013,
537537
address = {New York},
538-
isbn = {978-1-4614-6867-7}
538+
isbn = {978-1-4614-6867-7},
539+
doi = {10.1007/978-1-4614-6868-4}
539540
}
540541

541542
@article{Efron:1979:Bootstrap,

vignettes/rmd/Rcpp.bib

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ @Manual{CRAN:BH
104104
@Manual{CRAN:Matrix,
105105
title = {\pkg{Matrix}: Sparse and Dense Matrix Classes and Methods},
106106
author = {Douglas Bates and Martin Maechler},
107-
year = 2025,
108-
note = {R package version 1.7-4},
107+
year = 2026,
108+
note = {R package version 1.7-5},
109109
oldurl = CRAN # "package=Matrix",
110110
doi = DOI # "Matrix"
111111
}
@@ -260,8 +260,8 @@ @Manual{CRAN:RcppDate
260260
@Manual{CRAN:RcppDE,
261261
title = {RcppDE: Global Optimization by Differential Evolution in C++},
262262
author = {Dirk Eddelbuettel},
263-
year = 2025,
264-
note = {R package version 0.1.8},
263+
year = 2026,
264+
note = {R package version 0.1.9},
265265
oldurl = CRAN # "package=RcppDE",
266266
doi = DOI # "RcppDE"
267267
}
@@ -289,8 +289,8 @@ @Manual{CRAN:RcppExamples
289289
@Manual{CRAN:RcppGSL,
290290
title = {RcppGSL: Rcpp Integration for GNU GSL Vectors and Matrices},
291291
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois},
292-
year = 2023,
293-
note = {R package version 0.3.13},
292+
year = 2026,
293+
note = {R package version 0.3.14},
294294
oldurl = CRAN # "package=RcppGSL",
295295
doi = DOI # "RcppGSL"
296296
}
@@ -535,7 +535,8 @@ @Book{Eddelbuettel:2013:Rcpp
535535
series = {Use R!},
536536
year = 2013,
537537
address = {New York},
538-
isbn = {978-1-4614-6867-7}
538+
isbn = {978-1-4614-6867-7},
539+
doi = {10.1007/978-1-4614-6868-4}
539540
}
540541

541542
@article{Efron:1979:Bootstrap,

0 commit comments

Comments
 (0)