* installing *source* package 'asteRisk' ...
** package 'asteRisk' 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/Rtmp428S5s/R.INSTALL308ec79786004/asteRisk/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 -DEIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS   -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 -DEIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c oceanTides.cpp -o oceanTides.o
oceanTides.cpp: In member function 'virtual void OceanTidesCorrections::operator()(std::size_t, std::size_t)':
oceanTides.cpp:134:18: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
  134 |             if(n > nmax) {
      |                ~~^~~~~~
oceanTides.cpp: In function 'Rcpp::List parallelOceanTidesCorrections(Rcpp::NumericVector, Rcpp::NumericMatrix, Rcpp::NumericVector, Rcpp::NumericMatrix, Rcpp::NumericMatrix, double, double)':
oceanTides.cpp:189:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  189 |     for(int i = 0; i < oceanTidesCorrections.dCnm.size(); i++) {
      |                    ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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 oceanTides.cpp:5:
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 = OceanTidesCorrections; std::size_t = long long unsigned int]'
oceanTides.cpp:188:19:   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++  -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 -DEIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c utils.cpp -o utils.o
g++ -shared -s -static-libgcc -o asteRisk.dll tmp.def RcppExports.o oceanTides.o utils.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/Rtmp428S5s/R.INSTALL308ec79786004/asteRisk/src'
make[1]: Entering directory '/d/temp/Rtmp428S5s/R.INSTALL308ec79786004/asteRisk/src'
make[1]: Leaving directory '/d/temp/Rtmp428S5s/R.INSTALL308ec79786004/asteRisk/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-asteRisk/00new/asteRisk/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 'asteRisk' as asteRisk_1.4.3.zip
* DONE (asteRisk)