Installation of blavaan failed when I tried to install it from native R (not RStudio) on my Ubuntu 20.04 desktop. No real failure reason or error message given. It was installing normally up to the last call to make:
/> home/larry/R/x86_64-pc-linux-gnu-library/4.1/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here
/home/larry/R/x86_64-pc-linux-gnu-library/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes]
make: *** [/usr/lib/R/etc/Makeconf:175: stan_files/stanmarg.o] Error 1
rm stan_files/stanmarg.cc
ERROR: compilation failed for package ‘blavaan’
- removing ‘/home/larry/R/x86_64-pc-linux-gnu-library/4.1/blavaan’
Any suggestions? Thanks in advance.
Larry Hunsicker