* installing *source* package 'Scalelink' ...
** package 'Scalelink' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
using C++11
make[1]: Entering directory '/d/temp/RtmpMnp773/R.INSTALL2eb402a79647a/Scalelink/src'
g++  -std=gnu++11 -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/RcppParallel/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DRCPP_PARALLEL_USE_TBB=1   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++  -std=gnu++11 -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/RcppParallel/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -DRCPP_PARALLEL_USE_TBB=1   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c rcpp_build_astar.cpp -o rcpp_build_astar.o
rcpp_build_astar.cpp: In function 'Rcpp::NumericMatrix buildAstar(Rcpp::NumericMatrix, Rcpp::NumericMatrix, int, bool)':
rcpp_build_astar.cpp:135:23: warning: comparison of integer expressions of different signedness: 'int' and 'uint64_t' {aka 'long long unsigned int'} [-Wsign-compare]
  135 |         if (grainsize < nrecfoi) {
      |             ~~~~~~~~~~^~~~~~~~~
In file included from D:/RCompile/CRANpkg/lib/4.4/RcppParallel/include/RcppParallel/TinyThread.h:7,
                 from D:/RCompile/CRANpkg/lib/4.4/RcppParallel/include/RcppParallel.h:6,
                 from rcpp_build_astar.cpp:3:
D:/RCompile/CRANpkg/lib/4.4/RcppParallel/include/RcppParallel/Common.h: In instantiation of 'int RcppParallel::resolveValue(const char*, T, U) [with T = long long unsigned int; U = int]':
D:/RCompile/CRANpkg/lib/4.4/RcppParallel/include/RcppParallel.h:57:28:   required from 'void RcppParallel::parallelReduce(std::size_t, std::size_t, Reducer&, std::size_t, int) [with Reducer = Accumulate; std::size_t = long long unsigned int]'
rcpp_build_astar.cpp:137:17:   required from here
D:/RCompile/CRANpkg/lib/4.4/RcppParallel/include/RcppParallel/Common.h:16:23: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'int' [-Wsign-compare]
   16 |    if (requestedValue != defaultValue && requestedValue > 0)
      |        ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
g++ -shared -s -static-libgcc -o Scalelink.dll tmp.def RcppExports.o rcpp_build_astar.o -LD:/RCompile/CRANpkg/lib/4.4/RcppParallel/lib/x64 -ltbb -ltbbmalloc -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/RtmpMnp773/R.INSTALL2eb402a79647a/Scalelink/src'
make[1]: Entering directory '/d/temp/RtmpMnp773/R.INSTALL2eb402a79647a/Scalelink/src'
make[1]: Leaving directory '/d/temp/RtmpMnp773/R.INSTALL2eb402a79647a/Scalelink/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-Scalelink/00new/Scalelink/libs/x64
** R
** data
** demo
** inst
** 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 'Scalelink' as Scalelink_1.0.zip
* DONE (Scalelink)