Skip to content

Commit

Permalink
Switch to src/ files to RcppArmadillo/Lightest
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Feb 18, 2024
1 parent 0b030ff commit 1483c10
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2024-02-18 Dirk Eddelbuettel <[email protected]>

* src/fastLm.cpp: Switch to RcppArmadillo/Lightest
* src/RcppArmadillo.cpp: Idem

* README.md: Update count to February 2024, update example, edits

2024-02-08 Dirk Eddelbuettel <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions src/RcppArmadillo.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

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

#include <RcppArmadillo.h>
#include <RcppArmadillo/Lightest>

//' Report the version of Armadillo
//'
Expand Down
4 changes: 2 additions & 2 deletions src/fastLm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// fastLm.cpp: Rcpp/Armadillo glue example of a simple lm() alternative
//
// Copyright (C) 2010 - 2022 Dirk Eddelbuettel, Romain Francois and Douglas Bates
// Copyright (C) 2010 - 2024 Dirk Eddelbuettel, Romain Francois and Douglas Bates
//
// This file is part of RcppArmadillo.
//
Expand All @@ -19,7 +19,7 @@
// You should have received a copy of the GNU General Public License
// along with RcppArmadillo. If not, see <http://www.gnu.org/licenses/>.

#include <RcppArmadillo.h>
#include <RcppArmadillo/Lightest>

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

0 comments on commit 1483c10

Please sign in to comment.