Closed daliakopoulos closed 4 years ago
The error Eigen/Dense: No such file or directory
with the CRAN
install indicates that the package RcppEigen
is missing on your
system.
Hello, RcppEigen is there, something else must be wrong
What output do you get from:
system.file("include", package = "RcppEigen")
?
C:/[...]/R/win-library/3.4/RcppEigen/include
In that case the problem is with the tshydro
package (DESCRIPTION
file).
See https://github.com/kaskr/adcomp/wiki/Development under 'Distributing code'.
Hello,
When installing through CRAN all seems to work but then I get a
"fatal error: Eigen/Dense: No such file or directory"
in TMB.hpp when trying to install other packages that require TMB (e.g. cavios/tshydro). When I install from source using install_windows.R (after updating the RTools vs RBuildTools problem) tsHydro works fine.
Cheers, YD