* using log directory 'd:/Rcompile/CRANpkg/local/4.3/sits.Rcheck' * using R version 4.3.3 (2024-02-29 ucrt) * using platform: x86_64-w64-mingw32 (64-bit) * R was compiled by gcc.exe (GCC) 12.3.0 GNU Fortran (GCC) 12.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'sits/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'sits' version '1.4.2-1' * 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 'sits' can be installed ... ERROR Installation failed. See 'd:/Rcompile/CRANpkg/local/4.3/sits.Rcheck/00install.out' for details. * DONE The installation logfile: * installing *source* package 'sits' ... ** package 'sits' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 12.3.0' make[1]: Entering directory '/d/temp/RtmpeQOvXg/R.INSTALLe3786e054eb6/sits/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c combine_data.cpp -o combine_data.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c kernel.cpp -o kernel.o kernel.cpp: In function 'double _modal(const Rcpp::NumericVector&)': kernel.cpp:47:22: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare] 47 | for(size_t i=0; i > >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 85 | if (binX < 0 || binX >= bins.size() || binY < 0 || binY >= bins[0].size()) | ~~~~~^~~~~~~~~~~~~~ sample_points.cpp:85:65: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 85 | if (binX < 0 || binX >= bins.size() || binY < 0 || binY >= bins[0].size()) | ~~~~~^~~~~~~~~~~~~~~~~ sample_points.cpp: In function 'Rcpp::NumericMatrix sample_points_inclusion(const Rcpp::NumericMatrix&, int)': sample_points.cpp:134:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 134 | for (size_t i = 0; i < n_vertices; ++i){ | ~~^~~~~~~~~~~~ sample_points.cpp: In function 'Rcpp::NumericMatrix sample_points_crossings(const Rcpp::NumericMatrix&, int)': sample_points.cpp:174:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 174 | for (size_t i = 0; i < n_vertices; ++i){ | ~~^~~~~~~~~~~~ sample_points.cpp: In function 'Rcpp::NumericMatrix sample_points_bin(const Rcpp::NumericMatrix&, int)': sample_points.cpp:214:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 214 | for (size_t i = 0; i < n_vertices; ++i){ | ~~^~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sampling_window.cpp -o sampling_window.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c smooth.cpp -o smooth.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c smooth_bayes.cpp -o smooth_bayes.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c smooth_sgp.cpp -o smooth_sgp.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c smooth_whit.cpp -o smooth_whit.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c uncertainty.cpp -o uncertainty.o g++ -std=gnu++17 -shared -s -static-libgcc -o sits.dll tmp.def RcppExports.o combine_data.o kernel.o label_class.o linear_interp.o nnls_solver.o normalize_data.o normalize_data_0.o sample_points.o sampling_window.o smooth.o smooth_bayes.o smooth_sgp.o smooth_whit.o uncertainty.o -fopenmp -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR make[1]: Leaving directory '/d/temp/RtmpeQOvXg/R.INSTALLe3786e054eb6/sits/src' make[1]: Entering directory '/d/temp/RtmpeQOvXg/R.INSTALLe3786e054eb6/sits/src' make[1]: Leaving directory '/d/temp/RtmpeQOvXg/R.INSTALLe3786e054eb6/sits/src' installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-sits/00new/sits/libs/x64 ** R ** data *** moving datasets to lazyload DB ** 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 Error: package or namespace load failed for 'sits': .onLoad failed in loadNamespace() for 'sits', details: call: curl::curl_download(url, dest, handle = handle) error: Timeout was reached: [] Resolving timed out after 10001 milliseconds Error: loading failed Execution halted ERROR: loading failed * removing 'd:/Rcompile/CRANpkg/lib/4.3/sits' * restoring previous 'd:/Rcompile/CRANpkg/lib/4.3/sits'