Skip to content

Commit 678ca11

Browse files
committed
RcppArmadillo 14.0.2-1
1 parent f613cdb commit 678ca11

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-09-11 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): RcppArmadillo 14.0.2-1 CRAN release
4+
15
2024-08-06 Dirk Eddelbuettel <[email protected]>
26

37
* DESCRIPTION (Version): Increment micro version in branch

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: RcppArmadillo
22
Type: Package
33
Title: 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra Library
4-
Version: 14.0.2-0-1
5-
Date: 2024-08-06
4+
Version: 14.0.2-1
5+
Date: 2024-09-10
66
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
77
comment = c(ORCID = "0000-0001-6419-907X")),
88
person("Romain", "Francois", role = "aut",

inst/NEWS.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/RcppArmadillo/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/RcppArmadillo/issues/#1}{##1}}
55

6-
\section{Changes in RcppArmadillo version 14.0.2-0 (2024-08-06) (GitHub Only){
6+
\section{Changes in RcppArmadillo version 14.0.2-1 (2024-09-11)}{
77
\itemize{
88
\item Upgraded to Armadillo release 14.0.2 (Stochastic Parrot)
99
\itemize{
@@ -12,6 +12,7 @@
1212
}
1313
\item The order of items displayed by \code{citation()} is reversed (Conrad
1414
in \ghpr{449})
15+
\item The DESCRIPTION file now uses an Authors@R field with ORCID IDs
1516
}
1617
}
1718

0 commit comments

Comments
 (0)