* installing *source* package 'StepwiseTest' ...
** package 'StepwiseTest' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpCqW1uo/R.INSTALL1689435ba7dd5/StepwiseTest/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c StepwiseTest.cpp -o StepwiseTest.o
In file included from D:/RCompile/CRANpkg/lib/4.4/Rcpp/include/RcppCommon.h:188,
                 from D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:25,
                 from D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/RcppArmadillo.h:29,
                 from StepwiseTest.cpp:1:
In function 'SEXPREC* Rcpp::internal::primitive_wrap__impl__cast(const T&, Rcpp::traits::false_type) [with T = double]',
    inlined from 'SEXPREC* Rcpp::internal::primitive_wrap__impl(const T&, Rcpp::traits::r_type_primitive_tag) [with T = double]' at D:/RCompile/CRANpkg/lib/4.4/Rcpp/include/Rcpp/internal/wrap.h:465:46,
    inlined from 'SEXPREC* Rcpp::internal::primitive_wrap(const T&) [with T = double]' at D:/RCompile/CRANpkg/lib/4.4/Rcpp/include/Rcpp/internal/wrap.h:489:40,
    inlined from 'SEXPREC* Rcpp::internal::wrap_dispatch(const T&, Rcpp::traits::wrap_type_primitive_tag) [with T = double]' at D:/RCompile/CRANpkg/lib/4.4/Rcpp/include/Rcpp/internal/wrap.h:744:34,
    inlined from 'SEXPREC* Rcpp::wrap(const T&) [with T = double]' at D:/RCompile/CRANpkg/lib/4.4/Rcpp/include/Rcpp/internal/wrap_end.h:30:38,
    inlined from 'static SEXPREC* Rcpp::internal::generic_element_converter<RTYPE>::get(const T&) [with T = double; int RTYPE = 19]' at D:/RCompile/CRANpkg/lib/4.4/Rcpp/include/Rcpp/vector/converter.h:80:23,
    inlined from 'static void Rcpp::Vector<RTYPE, StoragePolicy>::replace_element__dispatch__isArgument(Rcpp::traits::false_type, iterator, SEXP, R_xlen_t, const U&) [with U = Rcpp::traits::named_object<double>; int RTYPE = 19; StoragePolicy = Rcpp::PreserveStorage]' at D:/RCompile/CRANpkg/lib/4.4/Rcpp/include/Rcpp/vector/Vector.h:532:13,
    inlined from 'static void Rcpp::Vector<RTYPE, StoragePolicy>::replace_element__dispatch(Rcpp::traits::true_type, iterator, SEXP, R_xlen_t, const U&) [with U = Rcpp::traits::named_object<double>; int RTYPE = 19; StoragePolicy = Rcpp::PreserveStorage]' at D:/RCompile/CRANpkg/lib/4.4/Rcpp/include/Rcpp/vector/Vector.h:525:46,
    inlined from 'static void Rcpp::Vector<RTYPE, StoragePolicy>::replace_element(iterator, SEXP, R_xlen_t, const U&) [with U = Rcpp::traits::named_object<double>; int RTYPE = 19; StoragePolicy = Rcpp::PreserveStorage]' at D:/RCompile/CRANpkg/lib/4.4/Rcpp/include/Rcpp/vector/Vector.h:514:34,
    inlined from 'static Rcpp::Vector<RTYPE, StoragePolicy> Rcpp::Vector<RTYPE, StoragePolicy>::create__dispatch(Rcpp::traits::true_type, const T1&, const T2&) [with T1 = Rcpp::traits::named_object<arma::Op<arma::Col<double>, arma::op_htrans> >; T2 = Rcpp::traits::named_object<double>; int RTYPE = 19; StoragePolicy = Rcpp::PreserveStorage]' at D:/RCompile/CRANpkg/lib/4.4/Rcpp/include/Rcpp/generated/Vector__create.h:140:24,
    inlined from 'static Rcpp::Vector<RTYPE, StoragePolicy> Rcpp::Vector<RTYPE, StoragePolicy>::create(const T1&, const T2&) [with T1 = Rcpp::traits::named_object<arma::Op<arma::Col<double>, arma::op_htrans> >; T2 = Rcpp::traits::named_object<double>; int RTYPE = 19; StoragePolicy = Rcpp::PreserveStorage]' at D:/RCompile/CRANpkg/lib/4.4/Rcpp/include/Rcpp/generated/Vector__create.h:113:21,
    inlined from 'Rcpp::List FWERkControl(arma::vec, arma::mat, int, double)' at StepwiseTest.cpp:58:1:
D:/RCompile/CRANpkg/lib/4.4/Rcpp/include/Rcpp/internal/wrap.h:442:41: warning: 'CV' may be used uninitialized [-Wmaybe-uninitialized]
  442 |             r_vector_start<RTYPE>(x)[0] = object;
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
StepwiseTest.cpp: In function 'Rcpp::List FWERkControl(arma::vec, arma::mat, int, double)':
StepwiseTest.cpp:29:10: note: 'CV' was declared here
   29 |   double CV;
      |          ^~
g++ -std=gnu++17 -shared -s -static-libgcc -o StepwiseTest.dll tmp.def RcppExports.o StepwiseTest.o -LD:/RCompile/recent/R-4.4.0/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.4.0/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpCqW1uo/R.INSTALL1689435ba7dd5/StepwiseTest/src'
make[1]: Entering directory '/d/temp/RtmpCqW1uo/R.INSTALL1689435ba7dd5/StepwiseTest/src'
make[1]: Leaving directory '/d/temp/RtmpCqW1uo/R.INSTALL1689435ba7dd5/StepwiseTest/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-StepwiseTest/00new/StepwiseTest/libs/x64
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'StepwiseTest' as StepwiseTest_1.0.zip
* DONE (StepwiseTest)