* installing *source* package ‘geojsonR’ ... ** package ‘geojsonR’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘clang version 18.1.4’ using C++ compiler: ‘clang version 18.1.4’ using C++11 make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/geojsonR/src' /usr/local/clang18/bin/clang++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include -fopenmp -DNDEBUG -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -c FROM_geojson.cpp -o FROM_geojson.o /usr/local/clang18/bin/clang++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include -fopenmp -DNDEBUG -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -c RcppExports.cpp -o RcppExports.o /usr/local/clang18/bin/clang++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include -fopenmp -DNDEBUG -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -c TO_geojson.cpp -o TO_geojson.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c init.c -o init.o FROM_geojson.cpp:23:9: warning: 'NDEBUG' macro redefined [-Wmacro-redefined] 23 | #define NDEBUG // disable assertions completely, due to '__assert_fail' errors when checking package [ add flag also in Makevars file ] | ^ :2:9: note: previous definition is here 2 | #define NDEBUG 1 | ^ TO_geojson.cpp:23:9: warning: 'NDEBUG' macro redefined [-Wmacro-redefined] 23 | #define NDEBUG // disable assertions completely, due to '__assert_fail' errors when checking package [ add flag also in Makevars file ] | ^ :2:9: note: previous definition is here 2 | #define NDEBUG 1 | ^ /usr/local/clang18/bin/clang++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include -fopenmp -DNDEBUG -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -c json11.cpp -o json11.o 1 warning generated. 1 warning generated. /usr/local/clang18/bin/clang++ -std=gnu++11 -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o geojsonR.so FROM_geojson.o RcppExports.o TO_geojson.o init.o json11.o -L/data/gannet/ripley/R/R-clang/lib -lRlapack -L/data/gannet/ripley/R/R-clang/lib -lRblas -lFortran_main -lFortranRuntime -lFortranDecimal -lm -fopenmp make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/geojsonR/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/geojsonR/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/geojsonR/src' installing to /data/gannet/ripley/R/packages/tests-clang/geojsonR.Rcheck/00LOCK-geojsonR/00new/geojsonR/libs ** 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 ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (geojsonR)