Skip to content

Commit 1483c10

Browse files
committed
Switch to src/ files to RcppArmadillo/Lightest
1 parent 0b030ff commit 1483c10

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

ChangeLog

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

3+
* src/fastLm.cpp: Switch to RcppArmadillo/Lightest
4+
* src/RcppArmadillo.cpp: Idem
5+
36
* README.md: Update count to February 2024, update example, edits
47

58
2024-02-08 Dirk Eddelbuettel <[email protected]>

src/RcppArmadillo.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
// RcppArmadillo.cpp: Rcpp/Armadillo glue
33
//
4-
// Copyright (C) 2010 - 2023 Dirk Eddelbuettel, Romain Francois and Douglas Bates
4+
// Copyright (C) 2010 - 2024 Dirk Eddelbuettel, Romain Francois and Douglas Bates
55
//
66
// This file is part of RcppArmadillo.
77
//
@@ -18,7 +18,7 @@
1818
// You should have received a copy of the GNU General Public License
1919
// along with RcppArmadillo. If not, see <http://www.gnu.org/licenses/>.
2020

21-
#include <RcppArmadillo.h>
21+
#include <RcppArmadillo/Lightest>
2222

2323
//' Report the version of Armadillo
2424
//'

src/fastLm.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// fastLm.cpp: Rcpp/Armadillo glue example of a simple lm() alternative
44
//
5-
// Copyright (C) 2010 - 2022 Dirk Eddelbuettel, Romain Francois and Douglas Bates
5+
// Copyright (C) 2010 - 2024 Dirk Eddelbuettel, Romain Francois and Douglas Bates
66
//
77
// This file is part of RcppArmadillo.
88
//
@@ -19,7 +19,7 @@
1919
// You should have received a copy of the GNU General Public License
2020
// along with RcppArmadillo. If not, see <http://www.gnu.org/licenses/>.
2121

22-
#include <RcppArmadillo.h>
22+
#include <RcppArmadillo/Lightest>
2323

2424
// [[Rcpp::export]]
2525
Rcpp::List fastLm_impl(const arma::mat& X, const arma::colvec& y) {

0 commit comments

Comments
 (0)