I am currently building an R package relying on rstan (you can find it here). I cloned it with a new device and wanted to work on it from a new machine. For some reason, when I now call devtools::document() it starts to recompile all stan models (what it usually does not do) and aborts the documentation process. Also when I use the install function under the build tab it also aborts the installation process. I get warnings such as C:/Users/AppData/Local/R/win-library/4.5/BH/include/boost/math/quadrature/detail/exp_sinh_detail.hpp:498:7: warning: non-standard suffix on floating constant [-Wpedantic] or C:/Users/AppData/Local/R/win-library/4.5/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from ‘class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 4, 1>, 1>. I have no clue why and I can also find no references discussing this issue. I am happy for any help regarding this issue.
I am currently building an R package relying on rstan (you can find it here). I cloned it with a new device and wanted to work on it from a new machine. For some reason, when I now call
devtools::document()it starts to recompile all stan models (what it usually does not do) and aborts the documentation process. Also when I use the install function under the build tab it also aborts the installation process. I get warnings such asC:/Users/AppData/Local/R/win-library/4.5/BH/include/boost/math/quadrature/detail/exp_sinh_detail.hpp:498:7: warning: non-standard suffix on floating constant [-Wpedantic]orC:/Users/AppData/Local/R/win-library/4.5/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from ‘class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 4, 1>, 1>. I have no clue why and I can also find no references discussing this issue. I am happy for any help regarding this issue.