Skip to content

Commit 9b32efe

Browse files
committed
Roll micro release
1 parent 255b6e3 commit 9b32efe

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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: 0.11.4.1.0.2
5-
Date: 2022-10-12
4+
Version: 0.11.4.1.0.3
5+
Date: 2022-10-14
66
Author: Dirk Eddelbuettel, Romain Francois, Doug Bates, Binxiang Ni, and Conrad Sanderson
77
Maintainer: Dirk Eddelbuettel <[email protected]>
88
Description: 'Armadillo' is a templated C++ linear algebra library (by Conrad

inst/include/RcppArmadilloForward.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
#include <Rconfig.h>
2727
#include <RcppArmadilloConfig.h>
2828

29-
#define ARMA_EXTRA_MAT_PROTO RcppArmadillo_impl/RcppArmadillo_bits/Mat_proto.h
30-
#define ARMA_EXTRA_MAT_MEAT RcppArmadillo_impl/RcppArmadillo_bits/Mat_meat.h
31-
#define ARMA_EXTRA_COL_PROTO RcppArmadillo_impl/RcppArmadillo_bits/Col_proto.h
32-
#define ARMA_EXTRA_COL_MEAT RcppArmadillo_impl/RcppArmadillo_bits/Col_meat.h
33-
#define ARMA_EXTRA_ROW_PROTO RcppArmadillo_impl/RcppArmadillo_bits/Row_proto.h
34-
#define ARMA_EXTRA_ROW_MEAT RcppArmadillo_impl/RcppArmadillo_bits/Row_meat.h
29+
#define ARMA_EXTRA_MAT_PROTO RcppArmadillo/internal/Mat_proto.h
30+
#define ARMA_EXTRA_MAT_MEAT RcppArmadillo/internal/Mat_meat.h
31+
#define ARMA_EXTRA_COL_PROTO RcppArmadillo/internal/Col_proto.h
32+
#define ARMA_EXTRA_COL_MEAT RcppArmadillo/internal/Col_meat.h
33+
#define ARMA_EXTRA_ROW_PROTO RcppArmadillo/internal/Row_proto.h
34+
#define ARMA_EXTRA_ROW_MEAT RcppArmadillo/internal/Row_meat.h
3535

3636
// Using this define makes the R RNG have precedent over both the
3737
// C++11-based RNG provided by Armadillo, as well as the C++98-based

0 commit comments

Comments
 (0)