* using log directory 'd:/Rcompile/CRANpkg/local/4.2/intrinsicFRP.Rcheck' * using R version 4.2.3 (2023-03-15 ucrt) * using platform: x86_64-w64-mingw32 (64-bit) * using session charset: UTF-8 * checking for file 'intrinsicFRP/DESCRIPTION' ... OK * this is package 'intrinsicFRP' version '2.0.0' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'intrinsicFRP' can be installed ... ERROR Installation failed. See 'd:/Rcompile/CRANpkg/local/4.2/intrinsicFRP.Rcheck/00install.out' for details. * DONE The installation logfile: * installing *source* package 'intrinsicFRP' ... ** package 'intrinsicFRP' successfully unpacked and MD5 sums checked ** using staged installation ** libs make[1]: Entering directory '/d/temp/RtmpIlEOoo/R.INSTALL1aa2473a12b98/intrinsicFRP/src' g++ -std=gnu++14 -I"D:/RCompile/recent/R-4.2.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.2/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.2/RcppArmadillo/include' -I"d:/rtools42/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++14 -I"D:/RCompile/recent/R-4.2.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.2/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.2/RcppArmadillo/include' -I"d:/rtools42/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c adaptive_weights.cpp -o adaptive_weights.o g++ -std=gnu++14 -I"D:/RCompile/recent/R-4.2.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.2/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.2/RcppArmadillo/include' -I"d:/rtools42/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c frp.cpp -o frp.o frp.cpp: In function 'Rcpp::List FRPCpp(const mat&, const mat&, bool, bool, bool, double)': frp.cpp:31:5: error: call of overloaded 'Col(Rcpp::Vector<19>::NameProxy)' is ambiguous 31 | ); | ^ In file included from D:/RCompile/CRANpkg/lib/4.2/RcppArmadillo/include/armadillo:182, from D:/RCompile/CRANpkg/lib/4.2/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from D:/RCompile/CRANpkg/lib/4.2/RcppArmadillo/include/RcppArmadillo.h:29, from frp.h:6, from frp.cpp:3: D:/RCompile/CRANpkg/lib/4.2/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:91:21: note: candidate: 'arma::Col::Col(const arma::subview_cube&) [with eT = unsigned int]' 91 | inline Col(const subview_cube& X); | ^~~ D:/RCompile/CRANpkg/lib/4.2/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:67:21: note: candidate: 'arma::Col::Col(arma::Col&&) [with eT = unsigned int]' 67 | inline Col(Col&& m); | ^~~ D:/RCompile/CRANpkg/lib/4.2/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:64:21: note: candidate: 'arma::Col::Col(const std::initializer_list<_Tp>&) [with eT = unsigned int]' 64 | inline Col(const std::initializer_list& list); | ^~~ D:/RCompile/CRANpkg/lib/4.2/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:61:21: note: candidate: 'arma::Col::Col(const std::vector&) [with eT = unsigned int]' 61 | inline Col(const std::vector& x); | ^~~ D:/RCompile/CRANpkg/lib/4.2/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:58:21: note: candidate: 'arma::Col::Col(const string&) [with eT = unsigned int; std::string = std::__cxx11::basic_string]' 58 | inline Col(const std::string& text); | ^~~ D:/RCompile/CRANpkg/lib/4.2/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:55:21: note: candidate: 'arma::Col::Col(const char*) [with eT = unsigned int]' 55 | inline Col(const char* text); | ^~~ In file included from D:/RCompile/CRANpkg/lib/4.2/RcppArmadillo/include/armadillo:182, from D:/RCompile/CRANpkg/lib/4.2/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from D:/RCompile/CRANpkg/lib/4.2/RcppArmadillo/include/RcppArmadillo.h:29, from frp.h:6, from frp.cpp:3: D:/RCompile/CRANpkg/lib/4.2/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:41:19: note: candidate: 'arma::Col::Col(const arma::SizeMat&) [with eT = unsigned int]' 41 | inline explicit Col(const SizeMat& s); | ^~~ D:/RCompile/CRANpkg/lib/4.2/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:39:19: note: candidate: 'arma::Col::Col(arma::uword) [with eT = unsigned int; arma::uword = unsigned int]' 39 | inline explicit Col(const uword n_elem); | ^~~ D:/RCompile/CRANpkg/lib/4.2/RcppArmadillo/include/armadillo_bits/Col_bones.hpp:37:10: note: candidate: 'arma::Col::Col(const arma::Col&) [with eT = unsigned int]' 37 | inline Col(const Col& X); | ^~~ make[1]: *** [D:/RCompile/recent/R-4.2.3/etc/x64/Makeconf:260: frp.o] Error 1 make[1]: Leaving directory '/d/temp/RtmpIlEOoo/R.INSTALL1aa2473a12b98/intrinsicFRP/src' ERROR: compilation failed for package 'intrinsicFRP' * removing 'd:/Rcompile/CRANpkg/lib/4.2/intrinsicFRP' * restoring previous 'd:/Rcompile/CRANpkg/lib/4.2/intrinsicFRP'