Skip to content

Commit 26e1408

Browse files
committed
Update package .bib file and re-rendered one pdf
1 parent 0cf8b96 commit 26e1408

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-02-18 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* vignettes/rmd/RcppArmadillo.bib: Updated, also show CRAN DOIs
4+
* vignettes/pdf/RcppArmadillo-sparseMatrix.pdf: Regenerated
5+
16
2025-02-17 Dirk Eddelbuettel <edd@debian.org>
27

38
* DESCRIPTION (Version, Date): RcppArmadillo 14.4.0-0
1.41 KB
Binary file not shown.

vignettes/rmd/RcppArmadillo.bib

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ @String{manuals
33
@String{RCoreTeam = "{R Development Core Team}" }
44
@String{RFoundation = "R Foundation for Statistical Computing" }
55
@String{R-Forge = "http://R-Forge.R-Project.org/" }
6+
@String{DOI = "10.32614/CRAN.package." }
7+
68

79
@manual{Abrahams+Grosse-Kunstleve:2003:Boost.Python,
810
author = { David Abrahams and Ralf W. Grosse-Kunstleve },
@@ -69,11 +71,12 @@ @Book{Chambers:2008:SoDA
6971
}
7072

7173
@Manual{CRAN:Matrix,
72-
title = {\pkg{Matrix}: Sparse and Dense Matrix Classes and Methods},
73-
author = {Douglas Bates and Martin Maechler},
74-
year = 2018,
75-
note = {R package version 1.2-14},
76-
url = CRAN # "package=Matrix"
74+
title = {\pkg{Matrix}: Sparse and Dense Matrix Classes and Methods},
75+
author = {Douglas Bates and Martin Maechler and Mikael Jagan},
76+
year = {2024},
77+
note = {R package version 1.7-1},
78+
doi = DOI # "Matrix",
79+
url = CRAN # "package=Matrix"
7780
}
7881

7982
@Manual{CRAN:RandomFields,
@@ -125,12 +128,11 @@ @Manual{CRAN:Rcpp
125128
}
126129

127130
@Manual{CRAN:RcppArmadillo,
128-
title = {RcppArmadillo: 'Rcpp' Integration for the
129-
'Armadillo' Templated Linear Algebra Library},
130-
author = {Dirk Eddelbuettel and Romain Francois and Doug Bates
131-
and Binxiang Ni},
132-
year = {2018},
133-
note = {R package version 0.8.600.0},
131+
title = {\pkg{RcppArmadillo}: 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra Library},
132+
author = {Dirk Eddelbuettel and Romain Francois and Doug Bates and Binxiang Ni and Conrad Sanderson},
133+
year = {2024},
134+
note = {R package version 14.2.2-1},
135+
doi = DOI # "RcppArmadillo",
134136
url = CRAN # "package=RcppArmadillo"
135137
}
136138

0 commit comments

Comments
 (0)