File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ 2025-09-05 Dirk Eddelbuettel <edd@debian.org>
2+
3+ * inst/include/armadillo: Add full copyright header
4+
152025-09-02 Dirk Eddelbuettel <edd@debian.org>
26
37 * inst/include/armadillo: Moved back up from legacy/ to restore path
Original file line number Diff line number Diff line change 11
2+ // Emacs, please make this -*- mode: C++; -*-
3+
4+ // RcppArmadillo: Rcpp/Armadillo glue
5+ //
6+ // Copyright (C) 2025-current Dirk Eddelbuettel
7+ //
8+ // This file is part of RcppArmadillo.
9+ //
10+ // RcppArmadillo is free software: you can redistribute it and/or modify it
11+ // under the terms of the GNU General Public License as published by
12+ // the Free Software Foundation, either version 2 of the License, or
13+ // (at your option) any later version.
14+ //
15+ // RcppArmadillo is distributed in the hope that it will be useful, but
16+ // WITHOUT ANY WARRANTY; without even the implied warranty of
17+ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+ // GNU General Public License for more details.
19+ //
20+ // You should have received a copy of the GNU General Public License
21+ // along with RcppArmadillo. If not, see <http://www.gnu.org/licenses/>.
22+
23+
224// Replacement header providing the original path so that '#include <armadillo>' works
325// with the R package -- but it is recommended to include only the RcppArmadillo header
26+ //
27+ // Once the Armadillo 15.0.* / 14.6.3 transition is done this file will fall back to
28+ // the default Armadillo header
429
530
631#ifndef RcppArmadillo__armadillo__h
You can’t perform that action at this time.
0 commit comments