* installing *source* package 'rbridge' ...
** this is package 'rbridge' version '1.0.2'
** package 'rbridge' successfully unpacked and MD5 sums checked
** using staged installation
** libs
specified C++11
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2025_12_28_01_50_00_8710/RtmpwzCwhT/R.INSTALL7374358b4c15/rbridge/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c Main_functions.cpp -o Main_functions.o
Main_functions.cpp:322: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas]
  322 | # pragma omp parallel for num_threads(num_threads)
Main_functions.cpp:367: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas]
  367 | # pragma omp parallel for num_threads(num_threads)
Main_functions.cpp: In function 'arma::uvec SetDiff(arma::uvec&, arma::uvec&)':
Main_functions.cpp:40:54: warning: 'static out_eT arma::conv_to<out_eT>::from(const arma::Base<eT2, expr>&, const typename arma::arma_not_cx<in_eT>::result*) [with in_eT = unsigned int; T1 = arma::mtOp<unsigned int, arma::mtOp<unsigned int, arma::Col<unsigned int>, arma::op_rel_eq>, arma::op_find_simple>; out_eT = unsigned int; typename arma::arma_not_cx<in_eT>::result = unsigned int]' is deprecated: replace conv_to<...>::from(X) with as_scalar(X) [-Wdeprecated-declarations]
   40 |     arma::uword q1 = arma::conv_to<arma::uword>::from(arma::find(x == y[j]));
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
In file included from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo:496,
                 from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
                 from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo.h:32,
                 from Main_functions.cpp:1:
D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo_bits/fn_conv_to.hpp:72:1: note: declared here
   72 | conv_to<out_eT>::from(const Base<in_eT, T1>& in, const typename arma_not_cx<in_eT>::result* junk)
      | ^~~~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -shared -s -static-libgcc -o rbridge.dll tmp.def Main_functions.o RcppExports.o -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lquadmath -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_12_28_01_50_00_8710/RtmpwzCwhT/R.INSTALL7374358b4c15/rbridge/src'
make[1]: Entering directory '/d/temp/2025_12_28_01_50_00_8710/RtmpwzCwhT/R.INSTALL7374358b4c15/rbridge/src'
make[1]: Leaving directory '/d/temp/2025_12_28_01_50_00_8710/RtmpwzCwhT/R.INSTALL7374358b4c15/rbridge/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-rbridge/00new/rbridge/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 'rbridge' as rbridge_1.0.2.zip
* DONE (rbridge)