Note: the module "R" cannot be unloaded because it was not loaded. WARNING: ignoring environment value of R_HOME R Under development (unstable) (2025-05-18 r88216) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > cargs <- commandArgs(trailingOnly=TRUE) > if(length(cargs)==0){ + ## before running interactively, make sure to start emacs/R with + ## environment defined in /scratch/...check_one.sh, particularly + ## R_LIBS_USER=/tmp/... otherwise we get error when installing + ## data.table. + base <- "/scratch/th798/data.table-revdeps/*" + cargs <- c( + Sys.glob(file.path(base,"deps.csv")), + "349", + Sys.glob(file.path(base, "data.table_release_*tar.gz")), + Sys.glob(file.path(base, "data.table_master_*tar.gz")) + ) + } > names(cargs) <- c("deps.csv", "task.str", "release", "master") > dput(cargs) c(deps.csv = "/scratch/th798/data.table-revdeps/2025-05-19/deps.csv", task.str = "150", release = "/scratch/th798/data.table-revdeps/2025-05-19/data.table_release_1.17.2.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-05-19/data.table_master_1.17.99.c4ea09e099b1833fae0eacb50552bce6f051ed82.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/17368324/R-devel/150" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/17368324/R-devel/150/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "CAST" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/17368324/R-devel/150/library" [2] "/projects/genomic-ml/R/R-devel/library" > options(repos=c(#this should be in ~/.Rprofile too. + CRAN="http://cloud.r-project.org")) > print(Sys.time()) [1] "2025-05-19 00:32:04 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/17368324/R-devel/150/library' (as 'lib' is unspecified) also installing the dependencies 'geometries', 'sfheaders', 'geojsonsf', 'leaflet.providers', 'spacesXYZ', 'jsonify', 'terra', 'slippymath', 'leafem', 'leaflet', 'leafpop', 'satellite', 'servr', 'cols4all', 'leafgl', 'leaflegend', 'leafsync', 'maptiles', 'tmaptools', 'twosamples', 'geodata', 'mapview', 'rnaturalearth', 'tmap', 'PCAmixdata', 'clustMixType' trying URL 'http://cloud.r-project.org/src/contrib/geometries_0.2.4.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/sfheaders_0.4.4.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/geojsonsf_2.0.3.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/leaflet.providers_2.0.0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/spacesXYZ_1.5-1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/jsonify_1.2.2.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/terra_1.8-50.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/slippymath_0.3.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/leafem_0.2.4.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/leaflet_2.2.2.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/leafpop_0.1.0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/satellite_1.0.5.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/servr_0.32.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/cols4all_0.8.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/leafgl_0.2.2.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/leaflegend_1.2.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/leafsync_0.1.0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/maptiles_0.10.0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/tmaptools_3.2.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/twosamples_2.0.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/geodata_0.6-2.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/mapview_2.11.2.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/rnaturalearth_1.0.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/tmap_4.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/PCAmixdata_3.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/clustMixType_0.4-2.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/CAST_1.0.3.tar.gz' * installing *source* package 'geometries' ... ** this is package 'geometries' version '0.2.4' ** package 'geometries' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bbox.cpp -o bbox.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c close.cpp -o close.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c columns.cpp -o columns.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coordinates.cpp -o coordinates.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geometries.cpp -o geometries.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c lines.cpp -o lines.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c lists.cpp -o lists.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nest.cpp -o nest.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shapes.cpp -o shapes.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c tests.cpp -o tests.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.cpp -o utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o geometries.so RcppExports.o bbox.o close.o columns.o coordinates.o geometries.o lines.o lists.o nest.o shapes.o tests.o utils.o installing to /tmp/th798/17368324/R-devel/150/library/00LOCK-geometries/00new/geometries/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 (geometries) * installing *source* package 'leaflet.providers' ... ** this is package 'leaflet.providers' version '2.0.0' ** package 'leaflet.providers' successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 * DONE (leaflet.providers) * installing *source* package 'spacesXYZ' ... ** this is package 'spacesXYZ' version '1.5-1' ** package 'spacesXYZ' successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB ** 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 * DONE (spacesXYZ) * installing *source* package 'jsonify' ... ** this is package 'jsonify' version '1.2.2' ** package 'jsonify' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' using C++11 /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-devel/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-devel/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c from_json.cpp -o from_json.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-devel/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c pretty.cpp -o pretty.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-devel/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read_json.cpp -o read_json.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-devel/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c tests.cpp -o tests.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-devel/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c to_json.cpp -o to_json.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-devel/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c validate.cpp -o validate.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o jsonify.so RcppExports.o from_json.o pretty.o read_json.o tests.o to_json.o validate.o installing to /tmp/th798/17368324/R-devel/150/library/00LOCK-jsonify/00new/jsonify/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 (jsonify) * installing *source* package 'terra' ... ** this is package 'terra' version '1.8-50' ** package 'terra' successfully unpacked and MD5 sums checked ** using staged installation configure: CC: /packages/gcc/12.2.0-nnbserq/bin/gcc configure: CXX: /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 checking for gdal-config... /packages/gdal/3.3.1/bin/gdal-config checking gdal-config usability... yes configure: GDAL: 3.3.1 checking GDAL version >= 2.0.1... yes checking for gcc... /packages/gcc/12.2.0-nnbserq/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /packages/gcc/12.2.0-nnbserq/bin/gcc accepts -g... yes checking for /packages/gcc/12.2.0-nnbserq/bin/gcc option to enable C11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for gdal.h... yes checking GDAL: linking with --libs only... yes checking GDAL: /packages/gdal/3.3.1/share/gdal/pcs.csv readable... no checking GDAL: checking whether PROJ is available for linking:... yes checking GDAL: checking whether PROJ is available for running:... yes configure: GDAL: 3.3.1 checking for proj.h... yes checking PROJ: checking whether PROJ and sqlite3 are available for linking:... yes checking for geos-config... /packages/gcc-8.3.1/geos/3.8.1-j7t4spf/bin/geos-config checking geos-config usability... yes configure: GEOS: 3.8.1 checking GEOS version >= 3.4.0... yes checking for geos_c.h... yes checking geos: linking with -L/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/lib -lgeos_c... yes checking Intel TBB exists:... no configure: WARNING: to support parallel processing install TBB devel or update the PKG_CONFIG_PATH environment variable configure: Package CPP flags: -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include configure: Package LIBS: -L/packages/gdal/3.3.1/lib -lgdal -lproj -L/packages/gdal/3.3.1/lib -lgdal -L/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/lib -lgeos_c configure: creating ./config.status config.status: creating src/Makevars ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using C++ compiler: 'g++ (Spack GCC) 12.2.0' using C++17 /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppFunctions.cpp -o RcppFunctions.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppModule.cpp -o RcppModule.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c arith.cpp -o arith.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c crs.cpp -o crs.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c distRaster.cpp -o distRaster.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c distValueRaster.cpp -o distValueRaster.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c distVector.cpp -o distVector.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c distance.cpp -o distance.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c extract.cpp -o extract.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c file_utils.cpp -o file_utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c focal.cpp -o focal.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gcp.cpp -o gcp.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gdal_algs.cpp -o gdal_algs.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gdal_multidimensional.cpp -o gdal_multidimensional.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gdalio.cpp -o gdalio.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geodesic.c -o geodesic.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geos_methods.cpp -o geos_methods.o geos_methods.cpp: In member function 'SpatVector SpatVector::delaunay(double, int, bool)': geos_methods.cpp:1235:1: warning: control reaches end of non-void function [-Wreturn-type] 1235 | } | ^ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geosphere.cpp -o geosphere.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c math_utils.cpp -o math_utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c mediancut.cpp -o mediancut.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c memory.cpp -o memory.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c movingWindow.cpp -o movingWindow.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ncdf.cpp -o ncdf.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nearest.cpp -o nearest.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c patches.cpp -o patches.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ram.cpp -o ram.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c raster_methods.cpp -o raster_methods.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c raster_stats.cpp -o raster_stats.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rasterize.cpp -o rasterize.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read.cpp -o read.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read_gdal.cpp -o read_gdal.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read_ogr.cpp -o read_ogr.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c sample.cpp -o sample.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c sort.cpp -o sort.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatBase.cpp -o spatBase.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatDataframe.cpp -o spatDataframe.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatFactor.cpp -o spatFactor.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatRaster.cpp -o spatRaster.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatRasterMultiple.cpp -o spatRasterMultiple.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatSources.cpp -o spatSources.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatTime.cpp -o spatTime.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatVector.cpp -o spatVector.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatVector2.cpp -o spatVector2.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c string_utils.cpp -o string_utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c surfArea.cpp -o surfArea.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c table_utils.cpp -o table_utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecmath.cpp -o vecmath.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecmathse.cpp -o vecmathse.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vector_methods.cpp -o vector_methods.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c watershed_internal.cpp -o watershed_internal.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c write.cpp -o write.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c write_gdal.cpp -o write_gdal.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c write_ogr.cpp -o write_ogr.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o terra.so RcppExports.o RcppFunctions.o RcppModule.o arith.o crs.o distRaster.o distValueRaster.o distVector.o distance.o extract.o file_utils.o focal.o gcp.o gdal_algs.o gdal_multidimensional.o gdalio.o geodesic.o geos_methods.o geosphere.o math_utils.o mediancut.o memory.o movingWindow.o ncdf.o nearest.o patches.o ram.o raster_methods.o raster_stats.o rasterize.o read.o read_gdal.o read_ogr.o sample.o sort.o spatBase.o spatDataframe.o spatFactor.o spatRaster.o spatRasterMultiple.o spatSources.o spatTime.o spatVector.o spatVector2.o string_utils.o surfArea.o table_utils.o vecmath.o vecmathse.o vector_methods.o watershed_internal.o write.o write_gdal.o write_ogr.o -L/packages/gdal/3.3.1/lib -lgdal -lproj -L/packages/gdal/3.3.1/lib -lgdal -L/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/lib -lgeos_c installing to /tmp/th798/17368324/R-devel/150/library/00LOCK-terra/00new/terra/libs ** R ** inst ** byte-compile and prepare package for lazy loading in method for 'sds' with signature 'x="stars"': no definition for class "stars" in method for 'sds' with signature 'x="stars_proxy"': no definition for class "stars_proxy" in method for 'svc' with signature 'x="sf"': no definition for class "sf" in method for 'coerce' with signature '"stars","SpatRasterDataset"': no definition for class "stars" in method for 'coerce' with signature '"ggmap","SpatRaster"': no definition for class "ggmap" in method for 'coerce' with signature '"sf","SpatRaster"': no definition for class "sf" in method for 'coerce' with signature '"sf","SpatVector"': no definition for class "sf" in method for 'coerce' with signature '"sfc","SpatVector"': no definition for class "sfc" in method for 'coerce' with signature '"sfg","SpatVector"': no definition for class "sfg" in method for 'coerce' with signature '"XY","SpatVector"': no definition for class "XY" in method for 'coerce' with signature '"im","SpatRaster"': no definition for class "im" in method for 'coerce' with signature '"SpatVector","Spatial"': no definition for class "Spatial" in method for 'coerce' with signature '"Spatial","SpatVector"': no definition for class "Spatial" in method for 'coerce' with signature '"SpatialGrid","SpatRaster"': no definition for class "SpatialGrid" in method for 'coerce' with signature '"SpatialPixels","SpatRaster"': no definition for class "SpatialPixels" in method for 'crs' with signature '"sf"': no definition for class "sf" Creating a generic function for 'ncol' from package 'base' in package 'terra' in method for 'distance' with signature 'x="SpatRaster",y="sf"': no definition for class "sf" in method for 'ext' with signature 'x="sf"': no definition for class "sf" in method for 'ext' with signature 'x="bbox"': no definition for class "bbox" in method for 'ext' with signature 'x="Extent"': no definition for class "Extent" in method for 'ext' with signature 'x="Raster"': no definition for class "Raster" in method for 'ext' with signature 'x="Spatial"': no definition for class "Spatial" in method for 'extract' with signature 'x="SpatRaster",y="sf"': no definition for class "sf" in method for 'mask' with signature 'x="SpatRaster",mask="sf"': no definition for class "sf" in method for 'points' with signature 'x="sf"': no definition for class "sf" in method for 'lines' with signature 'x="sf"': no definition for class "sf" in method for 'polys' with signature 'x="sf"': no definition for class "sf" in method for 'polys' with signature 'x="leaflet"': no definition for class "leaflet" in method for 'lines' with signature 'x="leaflet"': no definition for class "leaflet" in method for 'points' with signature 'x="leaflet"': no definition for class "leaflet" in method for 'rast' with signature 'x="stars"': no definition for class "stars" in method for 'rast' with signature 'x="stars_proxy"': no definition for class "stars_proxy" in method for 'rasterize' with signature 'x="sf",y="SpatRaster"': no definition for class "sf" Creating a generic function for 'rowSums' from package 'base' in package 'terra' Creating a generic function for 'colSums' from package 'base' in package 'terra' Creating a generic function for 'rowMeans' from package 'base' in package 'terra' Creating a generic function for 'colMeans' from package 'base' in package 'terra' in method for 'show' with signature '"Rcpp_SpatDataFrame"': no definition for class "Rcpp_SpatDataFrame" in method for 'show' with signature '"Rcpp_SpatCategories"': no definition for class "Rcpp_SpatCategories" in method for 'geomtype' with signature 'x="Spatial"': no definition for class "Spatial" Creating a generic function for 'identical' from package 'base' in package 'terra' in method for 'vect' with signature 'x="Spatial"': no definition for class "Spatial" in method for 'vect' with signature 'x="sf"': no definition for class "sf" in method for 'vect' with signature 'x="sfc"': no definition for class "sfc" in method for 'vect' with signature 'x="XY"': no definition for class "XY" Creating a generic function for 'unserialize' from package 'base' in package 'terra' Creating a generic function for 'readRDS' from package 'base' in package 'terra' ** help *** installing help indices *** copying figures ** building package indices ** testing if installed package can be loaded from temporary location Error: package or namespace load failed for 'terra' in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/tmp/th798/17368324/R-devel/150/library/00LOCK-terra/00new/terra/libs/terra.so': /tmp/th798/17368324/R-devel/150/library/00LOCK-terra/00new/terra/libs/terra.so: undefined symbol: nc_strerror Error: loading failed Execution halted ERROR: loading failed * removing '/tmp/th798/17368324/R-devel/150/library/terra' * installing *source* package 'slippymath' ... ** this is package 'slippymath' version '0.3.1' ** package 'slippymath' successfully unpacked and MD5 sums checked ** using staged installation ** 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 * DONE (slippymath) * installing *source* package 'leafpop' ... ** this is package 'leafpop' version '0.1.0' ** package 'leafpop' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 * DONE (leafpop) * installing *source* package 'servr' ... ** this is package 'servr' version '0.32' ** package 'servr' successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 * DONE (servr) * installing *source* package 'tmaptools' ... ** this is package 'tmaptools' version '3.2' ** package 'tmaptools' successfully unpacked and MD5 sums checked ** using staged installation ** 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 * DONE (tmaptools) * installing *source* package 'twosamples' ... ** this is package 'twosamples' version '2.0.1' ** package 'twosamples' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cpp11.cpp -o cpp11.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c stat_functions.cpp -o stat_functions.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o twosamples.so cpp11.o stat_functions.o installing to /tmp/th798/17368324/R-devel/150/library/00LOCK-twosamples/00new/twosamples/libs ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** 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 (twosamples) * installing *source* package 'PCAmixdata' ... ** this is package 'PCAmixdata' version '3.1' ** package 'PCAmixdata' successfully unpacked and MD5 sums checked ** using staged installation ** R ** data ** 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 * DONE (PCAmixdata) * installing *source* package 'clustMixType' ... ** this is package 'clustMixType' version '0.4-2' ** package 'clustMixType' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 * DONE (clustMixType) * installing *source* package 'sfheaders' ... ** this is package 'sfheaders' version '0.4.4' ** package 'sfheaders' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-devel/150/library/geometries/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-devel/150/library/geometries/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bbox.cpp -o bbox.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-devel/150/library/geometries/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cast.cpp -o cast.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-devel/150/library/geometries/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c lists.cpp -o lists.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-devel/150/library/geometries/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c sfg_dimension.cpp -o sfg_dimension.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-devel/150/library/geometries/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shapes.cpp -o shapes.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-devel/150/library/geometries/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c to_df.cpp -o to_df.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-devel/150/library/geometries/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c to_sf.cpp -o to_sf.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-devel/150/library/geometries/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c to_sfc.cpp -o to_sfc.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-devel/150/library/geometries/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c to_sfg.cpp -o to_sfg.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-devel/150/library/geometries/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.cpp -o utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o sfheaders.so RcppExports.o bbox.o cast.o lists.o sfg_dimension.o shapes.o to_df.o to_sf.o to_sfc.o to_sfg.o utils.o installing to /tmp/th798/17368324/R-devel/150/library/00LOCK-sfheaders/00new/sfheaders/libs ** R ** 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 ** 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 (sfheaders) * installing *source* package 'leaflet' ... ** this is package 'leaflet' version '2.2.2' ** package 'leaflet' successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB ** 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 * DONE (leaflet) * installing *source* package 'satellite' ... ** this is package 'satellite' version '1.0.5' ** package 'satellite' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c SatelliteCppFun.cpp -o SatelliteCppFun.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o satellite.so RcppExports.o SatelliteCppFun.o installing to /tmp/th798/17368324/R-devel/150/library/00LOCK-satellite/00new/satellite/libs ** R ** data *** moving datasets to lazyload DB ** 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 (satellite) * installing *source* package 'cols4all' ... ** this is package 'cols4all' version '0.8' ** package 'cols4all' successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 * DONE (cols4all) * installing *source* package 'maptiles' ... ** this is package 'maptiles' version '0.10.0' ** package 'maptiles' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : namespace 'terra' 1.7-83 is being loaded, but >= 1.8.21 is required Calls: ... namespaceImportFrom -> asNamespace -> loadNamespace Execution halted ERROR: lazy loading failed for package 'maptiles' * removing '/tmp/th798/17368324/R-devel/150/library/maptiles' * installing *source* package 'geodata' ... ** this is package 'geodata' version '0.6-2' ** package 'geodata' successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 * DONE (geodata) * installing *source* package 'rnaturalearth' ... ** this is package 'rnaturalearth' version '1.0.1' ** package 'rnaturalearth' successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 * DONE (rnaturalearth) * installing *source* package 'CAST' ... ** this is package 'CAST' version '1.0.3' ** package 'CAST' successfully unpacked and MD5 sums checked ** using staged installation ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 * DONE (CAST) * installing *source* package 'geojsonsf' ... ** this is package 'geojsonsf' version '2.0.3' ** package 'geojsonsf' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' using C++11 /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-devel/150/library/geometries/include' -I'/tmp/th798/17368324/R-devel/150/library/jsonify/include' -I'/projects/genomic-ml/R/R-devel/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/tmp/th798/17368324/R-devel/150/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-devel/150/library/geometries/include' -I'/tmp/th798/17368324/R-devel/150/library/jsonify/include' -I'/projects/genomic-ml/R/R-devel/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/tmp/th798/17368324/R-devel/150/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c df_geojson.cpp -o df_geojson.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-devel/150/library/geometries/include' -I'/tmp/th798/17368324/R-devel/150/library/jsonify/include' -I'/projects/genomic-ml/R/R-devel/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/tmp/th798/17368324/R-devel/150/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geojson_to_sf.cpp -o geojson_to_sf.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-devel/150/library/geometries/include' -I'/tmp/th798/17368324/R-devel/150/library/jsonify/include' -I'/projects/genomic-ml/R/R-devel/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/tmp/th798/17368324/R-devel/150/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geojson_to_wkt.cpp -o geojson_to_wkt.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-devel/150/library/geometries/include' -I'/tmp/th798/17368324/R-devel/150/library/jsonify/include' -I'/projects/genomic-ml/R/R-devel/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/tmp/th798/17368324/R-devel/150/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geojson_wkt.cpp -o geojson_wkt.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-devel/150/library/geometries/include' -I'/tmp/th798/17368324/R-devel/150/library/jsonify/include' -I'/projects/genomic-ml/R/R-devel/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/tmp/th798/17368324/R-devel/150/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read_geojson.cpp -o read_geojson.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-devel/150/library/geometries/include' -I'/tmp/th798/17368324/R-devel/150/library/jsonify/include' -I'/projects/genomic-ml/R/R-devel/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/tmp/th798/17368324/R-devel/150/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c sf_geojson.cpp -o sf_geojson.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o geojsonsf.so RcppExports.o df_geojson.o geojson_to_sf.o geojson_to_wkt.o geojson_wkt.o read_geojson.o sf_geojson.o installing to /tmp/th798/17368324/R-devel/150/library/00LOCK-geojsonsf/00new/geojsonsf/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (geojsonsf) * installing *source* package 'leaflegend' ... ** this is package 'leaflegend' version '1.2.1' ** package 'leaflegend' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 * DONE (leaflegend) * installing *source* package 'leafsync' ... ** this is package 'leafsync' version '0.1.0' ** package 'leafsync' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 * DONE (leafsync) * installing *source* package 'leafem' ... ** this is package 'leafem' version '0.2.4' ** package 'leafem' successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 * DONE (leafem) * installing *source* package 'leafgl' ... ** this is package 'leafgl' version '0.2.2' ** package 'leafgl' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 * DONE (leafgl) * installing *source* package 'mapview' ... ** this is package 'mapview' version '2.11.2' ** package 'mapview' successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB Warning in load(file, envir = tmp_env) : strings not representable in native encoding will be translated to UTF-8 Warning in load(file, envir = tmp_env) : strings not representable in native encoding will be translated to UTF-8 ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 * DONE (mapview) ERROR: dependency 'maptiles' is not available for package 'tmap' Perhaps try a variation of: install.packages('maptiles') * removing '/tmp/th798/17368324/R-devel/150/library/tmap' The downloaded source packages are in '/tmp/th798/17368324/RtmpEF4o0I/downloaded_packages' Warning messages: 1: In install.packages(rev.dep, dep = TRUE) : installation of package 'terra' had non-zero exit status 2: In install.packages(rev.dep, dep = TRUE) : installation of package 'maptiles' had non-zero exit status 3: In install.packages(rev.dep, dep = TRUE) : installation of package 'tmap' had non-zero exit status > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 671.971 39.041 870.683 > print(Sys.time()) [1] "2025-05-19 00:46:34 MST" > downloaded_packages <- file.path( + tempdir(), + "downloaded_packages") > dl.glob <- file.path( + downloaded_packages, + paste0(rev.dep,"_*.tar.gz")) > rev.dep.dl.row <- cbind(rev.dep, Sys.glob(dl.glob)) > colnames(rev.dep.dl.row) <- c("pkg","path") > rev.dep.release.tar.gz <- normalizePath(rev.dep.dl.row[,"path"], mustWork=TRUE) > pkg.Rcheck <- paste0(rev.dep, ".Rcheck") > > proj.dir <- "~/genomic-ml/data.table-revdeps" > source(file.path(proj.dir, "myStatus.R")) > Rvers <- gsub("[()]", "", gsub(" ", "_", R.version[["version.string"]])) > dir.create(Rvers, showWarnings=FALSE) > Rcheck.list <- list() > for(dt.version.short in c("release", "master")){ + dt.tar.gz <- cargs[[dt.version.short]] + dt.version <- gsub(".tar.gz|/.*?_", "", dt.tar.gz) + print(Sys.time()) + install.packages(dt.tar.gz, repos=NULL) + print(Sys.time()) + check.cmd <- get_check_cmd(rev.dep.release.tar.gz) + system(check.cmd) + print(Sys.time()) + dest.Rcheck <- file.path( + Rvers, + paste0(dt.version, ".Rcheck")) + unlink(dest.Rcheck, recursive=TRUE) + file.rename(pkg.Rcheck, dest.Rcheck) + Rcheck.list[[dt.version]] <- file.path(dest.Rcheck, "00check.log") + } [1] "2025-05-19 00:46:34 MST" Installing package into '/tmp/th798/17368324/R-devel/150/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** this is package 'data.table' version '1.17.2' ** package 'data.table' successfully unpacked and MD5 sums checked ** using staged installation zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c assign.c -o assign.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c between.c -o between.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bmerge.c -o bmerge.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c chmatch.c -o chmatch.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cj.c -o cj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coalesce.c -o coalesce.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dogroups.c -o dogroups.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastmean.c -o fastmean.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fcast.c -o fcast.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fifelse.c -o fifelse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fmelt.c -o fmelt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c forder.c -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frank.c -o frank.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fread.c -o fread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c freadR.c -o freadR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c froll.c -o froll.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollR.c -o frollR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frolladaptive.c -o frolladaptive.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fsort.c -o fsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwrite.c -o fwrite.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwriteR.c -o fwriteR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsumm.c -o gsumm.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c idatetime.c -o idatetime.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ijoin.c -o ijoin.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c inrange.c -o inrange.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nafill.c -o nafill.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c negate.c -o negate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nqrecreateindices.c -o nqrecreateindices.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c openmp-utils.c -o openmp-utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c programming.c -o programming.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c quickselect.c -o quickselect.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rbindlist.c -o rbindlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reorder.c -o reorder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shift.c -o shift.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snprintf.c -o snprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c subset.c -o subset.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c transpose.c -o transpose.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c types.c -o types.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uniqlist.c -o uniqlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.c -o utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecseq.c -o vecseq.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz PKG_CFLAGS = -fopenmp -I/home/th798/.conda/envs/emacs1/include PKG_LIBS = -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /tmp/th798/17368324/R-devel/150/library/00LOCK-data.table/00new/data.table/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 (data.table) [1] "2025-05-19 00:47:00 MST" * using log directory '/tmp/th798/17368324/R-devel/150/CAST.Rcheck' * using R Under development (unstable) (2025-05-18 r88216) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Spack GCC) 12.2.0 GNU Fortran (Spack GCC) 12.2.0 * running under: Red Hat Enterprise Linux 8.10 (Ootpa) * using session charset: ASCII * checking for file 'CAST/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'CAST' version '1.0.3' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... INFO Package suggested but not available for checking: 'tmap' * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package 'CAST' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... WARNING Warning in readLines(conn, n = last - first + 1L, warn = FALSE) : invalid input found on input connection './man/splotdata.Rd' Warning in readLines(conn, line - oldline, warn = FALSE) : invalid input found on input connection './man/splotdata.Rd' Warning in readLines(conn, line - oldline, warn = FALSE) : invalid input found on input connection './man/splotdata.Rd' Warning in readLines(conn, line - oldline, warn = FALSE) : invalid input found on input connection './man/splotdata.Rd' Warning in readLines(conn, line - oldline, warn = FALSE) : invalid input found on input connection './man/splotdata.Rd' * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking data for ASCII and uncompressed saves ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' ERROR Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(CAST) > > test_check("CAST") Loading required package: ggplot2 Loading required package: lattice note: variables were not weighted either because no weights or model were given, no variable importance could be retrieved from the given model, or the model has a single feature. Check caret::varImp(model) note: No model and no CV folds were given. The DI threshold is therefore based on all training data note: variables were not weighted either because no weights or model were given, no variable importance could be retrieved from the given model, or the model has a single feature. Check caret::varImp(model) note: No model and no CV folds were given. The DI threshold is therefore based on all training data [1] "model using Sepal.Length,Sepal.Width will be trained now..." note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [1] "maximum number of models that still need to be trained: 8" [1] "model using Sepal.Length,Petal.Length will be trained now..." note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [1] "maximum number of models that still need to be trained: 7" [1] "model using Sepal.Length,Petal.Width will be trained now..." note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [1] "maximum number of models that still need to be trained: 6" [1] "model using Sepal.Width,Petal.Length will be trained now..." note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [1] "maximum number of models that still need to be trained: 5" [1] "model using Sepal.Width,Petal.Width will be trained now..." note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [1] "maximum number of models that still need to be trained: 4" [1] "model using Petal.Length,Petal.Width will be trained now..." note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [1] "maximum number of models that still need to be trained: 3" [1] "vars selected: Petal.Length,Petal.Width with Accuracy 0.953" [1] "model using additional variable Sepal.Length will be trained now..." note: only 2 unique complexity parameters in default grid. Truncating the grid to 2 . [1] "maximum number of models that still need to be trained: 2" [1] "model using additional variable Sepal.Width will be trained now..." note: only 2 unique complexity parameters in default grid. Truncating the grid to 2 . [1] "maximum number of models that still need to be trained: 1" [1] "vars selected: Petal.Length,Petal.Width,Sepal.Width with Accuracy 0.954" [1] "model using additional variable Sepal.Length will be trained now..." [1] "maximum number of models that still need to be trained: 0" [1] "vars selected: Petal.Length,Petal.Width,Sepal.Width with Accuracy 0.954" Spherical geometry (s2) switched off Spherical geometry (s2) switched on Spherical geometry (s2) switched off Spherical geometry (s2) switched on features are extracted from the modeldomain samplesize for new data shouldn't be larger than number of pixels. Samplesize was reduced to 100 Spherical geometry (s2) switched off Spherical geometry (s2) switched on features are extracted from the modeldomain samplesize for new data shouldn't be larger than number of pixels. Samplesize was reduced to 100 Spherical geometry (s2) switched off features are extracted from the modeldomain samplesize for new data shouldn't be larger than number of pixels. Samplesize was reduced to 100 Spherical geometry (s2) switched on features are extracted from the modeldomain samplesize for new data shouldn't be larger than number of pixels. Samplesize was reduced to 100 Spherical geometry (s2) switched off variable(s) 'fct' is (are) treated as categorical variables time variable that has been selected: Date time variable that has been selected: Date time variable that has been selected: Date note: only 2 unique complexity parameters in default grid. Truncating the grid to 2 . note: only 2 unique complexity parameters in default grid. Truncating the grid to 2 . Spherical geometry (s2) switched on although coordinates are longitude/latitude, st_sample assumes that they are planar although coordinates are longitude/latitude, st_sample assumes that they are planar 1000 prediction points are sampled from the modeldomain Gij <= Gj; a random CV assignment is returned 1000 prediction points are sampled from the modeldomain Gij <= Gj; a random CV assignment is returned 1000 prediction points are sampled from the modeldomain predictor values are extracted for prediction points Gij <= Gj; a random CV assignment is returned 1000 prediction points are sampled from the modeldomain predictor values are extracted for prediction points Gij <= Gj; a random CV assignment is returned variable(s) 'fct' is (are) treated as categorical variables some prediction points contain NAs, which will be removed Gij <= Gj; a random CV assignment is returned 1000 prediction points are sampled from the modeldomain predictor values are extracted for prediction points variable(s) 'fct' is (are) treated as categorical variables 1000 prediction points are sampled from the modeldomain predictor values are extracted for prediction points variable(s) 'fct' is (are) treated as categorical variables 1000 prediction points are sampled from the modeldomain predictor values are extracted for prediction points 1000 prediction points are sampled from the modeldomain predictor values are extracted for prediction points 1000 prediction points are sampled from the modeldomain 1000 prediction points are sampled from the modeldomain 1000 prediction points are sampled from the modeldomain 1000 prediction points are sampled from the modeldomain [ FAIL 3 | WARN 199 | SKIP 10 | PASS 110 ] == Skipped tests (10) ========================================================== * On CRAN (10): 'test-errorProfiles.R:3:3', 'test-errorProfiles.R:36:3', 'test-errorProfiles.R:67:3', 'test-fss.R:3:3', 'test-fss.R:27:3', 'test-fss.R:47:3', 'test-fss.R:70:3', 'test-fss.R:120:5', 'test-fss.R:135:5', 'test-fss.R:152:5' == Failed tests ================================================================ -- Failure ('test-geodist.R:250:3'): geodist works with categorical variables in feature space -- `mean_prediction2sample` (`actual`) not equal to 0.1625 (`expected`). `actual`: 0.1626 `expected`: 0.1625 -- Error ('test-knndm.R:261:3'): kNNDM works in feature space with clustered training points -- Error in `wk_handle.wk_wkb(wkb, s2_geography_writer(oriented = oriented, check = check, tessellate_tol = if (planar) { tessellate_tol_m/s2_earth_radius_meters() } else { Inf }))`: Loop 9 is not valid: Edge 568 crosses edge 571 Backtrace: x 1. \-CAST::knndm(...) at test-knndm.R:261:3 2. +-sf::st_union(...) 3. \-sf:::st_union.sf(...) 4. +-sf::st_union(st_geometry(x), ..., by_feature = by_feature, is_coverage = is_coverage) 5. \-sf:::st_union.sfc(...) 6. +-sf::st_as_sfc(s2::s2_union_agg(x, ...), crs = st_crs(x)) 7. \-s2::s2_union_agg(x, ...) 8. +-s2:::new_s2_geography(...) 9. | \-base::structure(x, class = c("s2_geography", "wk_vctr")) 10. +-s2:::cpp_s2_union_agg(...) 11. \-s2::s2_union(x, options = options) 12. +-s2::as_s2_geography(x) 13. \-sf:::as_s2_geography.sfc(x) 14. \-sf:::st_as_s2.sfc(x, ..., oriented = oriented) 15. +-s2::as_s2_geography(st_as_binary(x), ..., oriented = oriented) 16. \-s2:::as_s2_geography.WKB(st_as_binary(x), ..., oriented = oriented) 17. \-s2::s2_geog_from_wkb(x, oriented = oriented, check = check) 18. +-wk::wk_handle(...) 19. \-wk:::wk_handle.wk_wkb(...) -- Error ('test-knndm.R:339:3'): kNNDM works in feature space with Mahalanobis distance -- Error in `wk_handle.wk_wkb(wkb, s2_geography_writer(oriented = oriented, check = check, tessellate_tol = if (planar) { tessellate_tol_m/s2_earth_radius_meters() } else { Inf }))`: Loop 9 is not valid: Edge 568 crosses edge 571 Backtrace: x 1. \-CAST::knndm(...) at test-knndm.R:339:3 2. +-sf::st_union(...) 3. \-sf:::st_union.sf(...) 4. +-sf::st_union(st_geometry(x), ..., by_feature = by_feature, is_coverage = is_coverage) 5. \-sf:::st_union.sfc(...) 6. +-sf::st_as_sfc(s2::s2_union_agg(x, ...), crs = st_crs(x)) 7. \-s2::s2_union_agg(x, ...) 8. +-s2:::new_s2_geography(...) 9. | \-base::structure(x, class = c("s2_geography", "wk_vctr")) 10. +-s2:::cpp_s2_union_agg(...) 11. \-s2::s2_union(x, options = options) 12. +-s2::as_s2_geography(x) 13. \-sf:::as_s2_geography.sfc(x) 14. \-sf:::st_as_s2.sfc(x, ..., oriented = oriented) 15. +-s2::as_s2_geography(st_as_binary(x), ..., oriented = oriented) 16. \-s2:::as_s2_geography.WKB(st_as_binary(x), ..., oriented = oriented) 17. \-s2::s2_geog_from_wkb(x, oriented = oriented, check = check) 18. +-wk::wk_handle(...) 19. \-wk:::wk_handle.wk_wkb(...) [ FAIL 3 | WARN 199 | SKIP 10 | PASS 110 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... ERROR Error(s) in re-building vignettes: --- re-building 'cast01-CAST-intro.Rmd' using rmarkdown CAST package:CAST R Documentation '_c_a_r_e_t' _A_p_p_l_i_c_a_t_i_o_n_s _f_o_r _S_p_a_t_i_a_l-_T_e_m_p_o_r_a_l _M_o_d_e_l_s _D_e_s_c_r_i_p_t_i_o_n: Supporting functionality to run 'caret' with spatial or spatial-temporal data. 'caret' is a frequently used package for model training and prediction using machine learning. CAST includes functions to improve spatial-temporal modelling tasks using 'caret'. It includes the newly suggested 'Nearest neighbor distance matching' cross-validation to estimate the performance of spatial prediction models and allows for spatial variable selection to selects suitable predictor variables in view to their contribution to the spatial model performance. CAST further includes functionality to estimate the (spatial) area of applicability of prediction models by analysing the similarity between new data and training data. Methods are described in Meyer et al. (2018); Meyer et al. (2019); Meyer and Pebesma (2021); Mil et al. (2022); Meyer and Pebesma (2022); Linnenbrink et al. (2023). The package is described in detail in Meyer et al. (2024). _D_e_t_a_i_l_s: 'caret' Applications for Spatio-Temporal models _A_u_t_h_o_r(_s): Hanna Meyer, Carles Mil, Marvin Ludwig, Jan Linnenbrink, Fabian Schumacher _R_e_f_e_r_e_n_c_e_s: * Meyer, H., Ludwig, L., Mil, C., Linnenbrink, J., Schumacher, F. (2024): The CAST package for training and assessment of spatial prediction models in R. arXiv, https://doi.org/10.48550/arXiv.2404.06978. * Linnenbrink, J., Mil, C., Ludwig, M., and Meyer, H.: kNNDM: k-fold Nearest Neighbour Distance Matching Cross-Validation for map accuracy estimation, EGUsphere [preprint], https://doi.org/10.5194/egusphere-2023-1308, 2023. * Mil, C., Mateu, J., Pebesma, E., Meyer, H. (2022): Nearest Neighbour Distance Matching Leave-One-Out Cross-Validation for map validation. Methods in Ecology and Evolution 00, 1<80><93> 13. * Meyer, H., Pebesma, E. (2022): Machine learning-based global maps of ecological variables and the challenge of assessing them. Nature Communications. 13. * Meyer, H., Pebesma, E. (2021): Predicting into unknown space? Estimating the area of applicability of spatial prediction models. Methods in Ecology and Evolution. 12, 1620<80><93> 1633. * Meyer, H., Reudenbach, C., Wllauer, S., Nauss, T. (2019): Importance of spatial predictor variable selection in machine learning applications - Moving from data reproduction to spatial prediction. Ecological Modelling. 411, 108815. * Meyer, H., Reudenbach, C., Hengl, T., Katurji, M., Nau<9f>, T. (2018): Improving performance of spatio-temporal machine learning models using forward feature selection and target-oriented validation. Environmental Modelling & Software 101: 1-9. _S_e_e _A_l_s_o: Useful links: * * * Report bugs at Quitting from lines 52-57 [unnamed-chunk-3] (cast01-CAST-intro.Rmd) Error: processing vignette 'cast01-CAST-intro.Rmd' failed with diagnostics: there is no package called 'tmap' --- failed re-building 'cast01-CAST-intro.Rmd' --- re-building 'cast02-plotgeodist.Rmd' using rmarkdown trying URL 'https://geodata.ucdavis.edu/climate/worldclim/2_1/base/wc2.1_10m_bio.zip' Content type 'application/zip' length 49869449 bytes (47.6 MB) ================================================== downloaded 47.6 MB --- finished re-building 'cast02-plotgeodist.Rmd' --- re-building 'cast03-CV.Rmd' using rmarkdown Quitting from lines 39-64 [read data] (cast03-CV.Rmd) Error: processing vignette 'cast03-CV.Rmd' failed with diagnostics: Cannot open "https://github.com/carlesmila/RF-spatial-proxies/raw/main/data/temp/temp_train.gpkg"; The file doesn't seem to exist. --- failed re-building 'cast03-CV.Rmd' --- re-building 'cast04-AOA-tutorial.Rmd' using rmarkdown --- finished re-building 'cast04-AOA-tutorial.Rmd' --- re-building 'cast05-parallel.Rmd' using rmarkdown --- finished re-building 'cast05-parallel.Rmd' SUMMARY: processing the following files failed: 'cast01-CAST-intro.Rmd' 'cast03-CV.Rmd' Error: Vignette re-building failed. Execution halted * checking PDF version of manual ... OK * DONE Status: 2 ERRORs, 1 WARNING See '/tmp/th798/17368324/R-devel/150/CAST.Rcheck/00check.log' for details. [1] "2025-05-19 00:58:12 MST" [1] "2025-05-19 00:58:12 MST" Installing package into '/tmp/th798/17368324/R-devel/150/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** this is package 'data.table' version '1.17.99' ** using staged installation zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c assign.c -o assign.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c between.c -o between.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bmerge.c -o bmerge.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c chmatch.c -o chmatch.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cj.c -o cj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coalesce.c -o coalesce.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dogroups.c -o dogroups.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastmean.c -o fastmean.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fcast.c -o fcast.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fifelse.c -o fifelse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fmelt.c -o fmelt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c forder.c -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frank.c -o frank.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fread.c -o fread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c freadR.c -o freadR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c froll.c -o froll.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollR.c -o frollR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frolladaptive.c -o frolladaptive.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fsort.c -o fsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwrite.c -o fwrite.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwriteR.c -o fwriteR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsumm.c -o gsumm.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c idatetime.c -o idatetime.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ijoin.c -o ijoin.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c inrange.c -o inrange.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nafill.c -o nafill.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c negate.c -o negate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nqrecreateindices.c -o nqrecreateindices.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c openmp-utils.c -o openmp-utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c programming.c -o programming.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c quickselect.c -o quickselect.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rbindlist.c -o rbindlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reorder.c -o reorder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shift.c -o shift.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snprintf.c -o snprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c subset.c -o subset.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c transpose.c -o transpose.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c types.c -o types.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uniqlist.c -o uniqlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.c -o utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecseq.c -o vecseq.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz PKG_CFLAGS = -fopenmp -I/home/th798/.conda/envs/emacs1/include PKG_LIBS = -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /tmp/th798/17368324/R-devel/150/library/00LOCK-data.table/00new/data.table/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 (data.table) [1] "2025-05-19 00:58:37 MST" * using log directory '/tmp/th798/17368324/R-devel/150/CAST.Rcheck' * using R Under development (unstable) (2025-05-18 r88216) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Spack GCC) 12.2.0 GNU Fortran (Spack GCC) 12.2.0 * running under: Red Hat Enterprise Linux 8.10 (Ootpa) * using session charset: ASCII * checking for file 'CAST/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'CAST' version '1.0.3' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... INFO Package suggested but not available for checking: 'tmap' * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package 'CAST' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... WARNING Warning in readLines(conn, n = last - first + 1L, warn = FALSE) : invalid input found on input connection './man/splotdata.Rd' Warning in readLines(conn, line - oldline, warn = FALSE) : invalid input found on input connection './man/splotdata.Rd' Warning in readLines(conn, line - oldline, warn = FALSE) : invalid input found on input connection './man/splotdata.Rd' Warning in readLines(conn, line - oldline, warn = FALSE) : invalid input found on input connection './man/splotdata.Rd' Warning in readLines(conn, line - oldline, warn = FALSE) : invalid input found on input connection './man/splotdata.Rd' * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking data for ASCII and uncompressed saves ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' ERROR Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(CAST) > > test_check("CAST") Loading required package: ggplot2 Loading required package: lattice note: variables were not weighted either because no weights or model were given, no variable importance could be retrieved from the given model, or the model has a single feature. Check caret::varImp(model) note: No model and no CV folds were given. The DI threshold is therefore based on all training data note: variables were not weighted either because no weights or model were given, no variable importance could be retrieved from the given model, or the model has a single feature. Check caret::varImp(model) note: No model and no CV folds were given. The DI threshold is therefore based on all training data [1] "model using Sepal.Length,Sepal.Width will be trained now..." note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [1] "maximum number of models that still need to be trained: 8" [1] "model using Sepal.Length,Petal.Length will be trained now..." note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [1] "maximum number of models that still need to be trained: 7" [1] "model using Sepal.Length,Petal.Width will be trained now..." note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [1] "maximum number of models that still need to be trained: 6" [1] "model using Sepal.Width,Petal.Length will be trained now..." note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [1] "maximum number of models that still need to be trained: 5" [1] "model using Sepal.Width,Petal.Width will be trained now..." note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [1] "maximum number of models that still need to be trained: 4" [1] "model using Petal.Length,Petal.Width will be trained now..." note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [1] "maximum number of models that still need to be trained: 3" [1] "vars selected: Petal.Length,Petal.Width with Accuracy 0.953" [1] "model using additional variable Sepal.Length will be trained now..." note: only 2 unique complexity parameters in default grid. Truncating the grid to 2 . [1] "maximum number of models that still need to be trained: 2" [1] "model using additional variable Sepal.Width will be trained now..." note: only 2 unique complexity parameters in default grid. Truncating the grid to 2 . [1] "maximum number of models that still need to be trained: 1" [1] "vars selected: Petal.Length,Petal.Width,Sepal.Width with Accuracy 0.954" [1] "model using additional variable Sepal.Length will be trained now..." [1] "maximum number of models that still need to be trained: 0" [1] "vars selected: Petal.Length,Petal.Width,Sepal.Width with Accuracy 0.954" Spherical geometry (s2) switched off Spherical geometry (s2) switched on Spherical geometry (s2) switched off Spherical geometry (s2) switched on features are extracted from the modeldomain samplesize for new data shouldn't be larger than number of pixels. Samplesize was reduced to 100 Spherical geometry (s2) switched off Spherical geometry (s2) switched on features are extracted from the modeldomain samplesize for new data shouldn't be larger than number of pixels. Samplesize was reduced to 100 Spherical geometry (s2) switched off features are extracted from the modeldomain samplesize for new data shouldn't be larger than number of pixels. Samplesize was reduced to 100 Spherical geometry (s2) switched on features are extracted from the modeldomain samplesize for new data shouldn't be larger than number of pixels. Samplesize was reduced to 100 Spherical geometry (s2) switched off variable(s) 'fct' is (are) treated as categorical variables time variable that has been selected: Date time variable that has been selected: Date time variable that has been selected: Date note: only 2 unique complexity parameters in default grid. Truncating the grid to 2 . note: only 2 unique complexity parameters in default grid. Truncating the grid to 2 . Spherical geometry (s2) switched on although coordinates are longitude/latitude, st_sample assumes that they are planar although coordinates are longitude/latitude, st_sample assumes that they are planar 1000 prediction points are sampled from the modeldomain Gij <= Gj; a random CV assignment is returned 1000 prediction points are sampled from the modeldomain Gij <= Gj; a random CV assignment is returned 1000 prediction points are sampled from the modeldomain predictor values are extracted for prediction points Gij <= Gj; a random CV assignment is returned 1000 prediction points are sampled from the modeldomain predictor values are extracted for prediction points Gij <= Gj; a random CV assignment is returned variable(s) 'fct' is (are) treated as categorical variables some prediction points contain NAs, which will be removed Gij <= Gj; a random CV assignment is returned 1000 prediction points are sampled from the modeldomain predictor values are extracted for prediction points variable(s) 'fct' is (are) treated as categorical variables 1000 prediction points are sampled from the modeldomain predictor values are extracted for prediction points variable(s) 'fct' is (are) treated as categorical variables 1000 prediction points are sampled from the modeldomain predictor values are extracted for prediction points 1000 prediction points are sampled from the modeldomain predictor values are extracted for prediction points 1000 prediction points are sampled from the modeldomain 1000 prediction points are sampled from the modeldomain 1000 prediction points are sampled from the modeldomain 1000 prediction points are sampled from the modeldomain [ FAIL 3 | WARN 199 | SKIP 10 | PASS 110 ] == Skipped tests (10) ========================================================== * On CRAN (10): 'test-errorProfiles.R:3:3', 'test-errorProfiles.R:36:3', 'test-errorProfiles.R:67:3', 'test-fss.R:3:3', 'test-fss.R:27:3', 'test-fss.R:47:3', 'test-fss.R:70:3', 'test-fss.R:120:5', 'test-fss.R:135:5', 'test-fss.R:152:5' == Failed tests ================================================================ -- Failure ('test-geodist.R:250:3'): geodist works with categorical variables in feature space -- `mean_prediction2sample` (`actual`) not equal to 0.1625 (`expected`). `actual`: 0.1626 `expected`: 0.1625 -- Error ('test-knndm.R:261:3'): kNNDM works in feature space with clustered training points -- Error in `wk_handle.wk_wkb(wkb, s2_geography_writer(oriented = oriented, check = check, tessellate_tol = if (planar) { tessellate_tol_m/s2_earth_radius_meters() } else { Inf }))`: Loop 9 is not valid: Edge 568 crosses edge 571 Backtrace: x 1. \-CAST::knndm(...) at test-knndm.R:261:3 2. +-sf::st_union(...) 3. \-sf:::st_union.sf(...) 4. +-sf::st_union(st_geometry(x), ..., by_feature = by_feature, is_coverage = is_coverage) 5. \-sf:::st_union.sfc(...) 6. +-sf::st_as_sfc(s2::s2_union_agg(x, ...), crs = st_crs(x)) 7. \-s2::s2_union_agg(x, ...) 8. +-s2:::new_s2_geography(...) 9. | \-base::structure(x, class = c("s2_geography", "wk_vctr")) 10. +-s2:::cpp_s2_union_agg(...) 11. \-s2::s2_union(x, options = options) 12. +-s2::as_s2_geography(x) 13. \-sf:::as_s2_geography.sfc(x) 14. \-sf:::st_as_s2.sfc(x, ..., oriented = oriented) 15. +-s2::as_s2_geography(st_as_binary(x), ..., oriented = oriented) 16. \-s2:::as_s2_geography.WKB(st_as_binary(x), ..., oriented = oriented) 17. \-s2::s2_geog_from_wkb(x, oriented = oriented, check = check) 18. +-wk::wk_handle(...) 19. \-wk:::wk_handle.wk_wkb(...) -- Error ('test-knndm.R:339:3'): kNNDM works in feature space with Mahalanobis distance -- Error in `wk_handle.wk_wkb(wkb, s2_geography_writer(oriented = oriented, check = check, tessellate_tol = if (planar) { tessellate_tol_m/s2_earth_radius_meters() } else { Inf }))`: Loop 9 is not valid: Edge 568 crosses edge 571 Backtrace: x 1. \-CAST::knndm(...) at test-knndm.R:339:3 2. +-sf::st_union(...) 3. \-sf:::st_union.sf(...) 4. +-sf::st_union(st_geometry(x), ..., by_feature = by_feature, is_coverage = is_coverage) 5. \-sf:::st_union.sfc(...) 6. +-sf::st_as_sfc(s2::s2_union_agg(x, ...), crs = st_crs(x)) 7. \-s2::s2_union_agg(x, ...) 8. +-s2:::new_s2_geography(...) 9. | \-base::structure(x, class = c("s2_geography", "wk_vctr")) 10. +-s2:::cpp_s2_union_agg(...) 11. \-s2::s2_union(x, options = options) 12. +-s2::as_s2_geography(x) 13. \-sf:::as_s2_geography.sfc(x) 14. \-sf:::st_as_s2.sfc(x, ..., oriented = oriented) 15. +-s2::as_s2_geography(st_as_binary(x), ..., oriented = oriented) 16. \-s2:::as_s2_geography.WKB(st_as_binary(x), ..., oriented = oriented) 17. \-s2::s2_geog_from_wkb(x, oriented = oriented, check = check) 18. +-wk::wk_handle(...) 19. \-wk:::wk_handle.wk_wkb(...) [ FAIL 3 | WARN 199 | SKIP 10 | PASS 110 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... ERROR Error(s) in re-building vignettes: --- re-building 'cast01-CAST-intro.Rmd' using rmarkdown CAST package:CAST R Documentation '_c_a_r_e_t' _A_p_p_l_i_c_a_t_i_o_n_s _f_o_r _S_p_a_t_i_a_l-_T_e_m_p_o_r_a_l _M_o_d_e_l_s _D_e_s_c_r_i_p_t_i_o_n: Supporting functionality to run 'caret' with spatial or spatial-temporal data. 'caret' is a frequently used package for model training and prediction using machine learning. CAST includes functions to improve spatial-temporal modelling tasks using 'caret'. It includes the newly suggested 'Nearest neighbor distance matching' cross-validation to estimate the performance of spatial prediction models and allows for spatial variable selection to selects suitable predictor variables in view to their contribution to the spatial model performance. CAST further includes functionality to estimate the (spatial) area of applicability of prediction models by analysing the similarity between new data and training data. Methods are described in Meyer et al. (2018); Meyer et al. (2019); Meyer and Pebesma (2021); Mil et al. (2022); Meyer and Pebesma (2022); Linnenbrink et al. (2023). The package is described in detail in Meyer et al. (2024). _D_e_t_a_i_l_s: 'caret' Applications for Spatio-Temporal models _A_u_t_h_o_r(_s): Hanna Meyer, Carles Mil, Marvin Ludwig, Jan Linnenbrink, Fabian Schumacher _R_e_f_e_r_e_n_c_e_s: * Meyer, H., Ludwig, L., Mil, C., Linnenbrink, J., Schumacher, F. (2024): The CAST package for training and assessment of spatial prediction models in R. arXiv, https://doi.org/10.48550/arXiv.2404.06978. * Linnenbrink, J., Mil, C., Ludwig, M., and Meyer, H.: kNNDM: k-fold Nearest Neighbour Distance Matching Cross-Validation for map accuracy estimation, EGUsphere [preprint], https://doi.org/10.5194/egusphere-2023-1308, 2023. * Mil, C., Mateu, J., Pebesma, E., Meyer, H. (2022): Nearest Neighbour Distance Matching Leave-One-Out Cross-Validation for map validation. Methods in Ecology and Evolution 00, 1<80><93> 13. * Meyer, H., Pebesma, E. (2022): Machine learning-based global maps of ecological variables and the challenge of assessing them. Nature Communications. 13. * Meyer, H., Pebesma, E. (2021): Predicting into unknown space? Estimating the area of applicability of spatial prediction models. Methods in Ecology and Evolution. 12, 1620<80><93> 1633. * Meyer, H., Reudenbach, C., Wllauer, S., Nauss, T. (2019): Importance of spatial predictor variable selection in machine learning applications - Moving from data reproduction to spatial prediction. Ecological Modelling. 411, 108815. * Meyer, H., Reudenbach, C., Hengl, T., Katurji, M., Nau<9f>, T. (2018): Improving performance of spatio-temporal machine learning models using forward feature selection and target-oriented validation. Environmental Modelling & Software 101: 1-9. _S_e_e _A_l_s_o: Useful links: * * * Report bugs at Quitting from lines 52-57 [unnamed-chunk-3] (cast01-CAST-intro.Rmd) Error: processing vignette 'cast01-CAST-intro.Rmd' failed with diagnostics: there is no package called 'tmap' --- failed re-building 'cast01-CAST-intro.Rmd' --- re-building 'cast02-plotgeodist.Rmd' using rmarkdown trying URL 'https://geodata.ucdavis.edu/climate/worldclim/2_1/base/wc2.1_10m_bio.zip' Content type 'application/zip' length 49869449 bytes (47.6 MB) ================================================== downloaded 47.6 MB --- finished re-building 'cast02-plotgeodist.Rmd' --- re-building 'cast03-CV.Rmd' using rmarkdown Quitting from lines 39-64 [read data] (cast03-CV.Rmd) Error: processing vignette 'cast03-CV.Rmd' failed with diagnostics: Cannot open "https://github.com/carlesmila/RF-spatial-proxies/raw/main/data/temp/temp_train.gpkg"; The file doesn't seem to exist. --- failed re-building 'cast03-CV.Rmd' --- re-building 'cast04-AOA-tutorial.Rmd' using rmarkdown --- finished re-building 'cast04-AOA-tutorial.Rmd' --- re-building 'cast05-parallel.Rmd' using rmarkdown --- finished re-building 'cast05-parallel.Rmd' SUMMARY: processing the following files failed: 'cast01-CAST-intro.Rmd' 'cast03-CV.Rmd' Error: Vignette re-building failed. Execution halted * checking PDF version of manual ... OK * DONE Status: 2 ERRORs, 1 WARNING See '/tmp/th798/17368324/R-devel/150/CAST.Rcheck/00check.log' for details. [1] "2025-05-19 01:09:44 MST" > system(paste(c("diff -u", Rcheck.list), collapse=" ")) > library(data.table, lib.loc=R.home("library")) > (sig.diff.dt <- myDiff(Rvers)) Key: Empty data.table (0 rows and 3 cols): checking,master,release > > ## If there are significant differences, use git bisect to find when > ## they started. > if(nrow(sig.diff.dt)){ + dt.git <- file.path(task.dir, "data.table.git") + system(paste("cd ~/R/data.table && git fetch --tags")) + system(paste("git clone ~/R/data.table", dt.git)) + release.tag <- gsub(".tar.gz|.*_", "", cargs[["release"]]) + rev.parse.cmd <- paste( + "cd", dt.git, "&& git rev-parse master") + master.sha <- system(rev.parse.cmd, intern=TRUE) + merge.base.cmd <- paste( + "cd", dt.git, "&& git merge-base master", release.tag) + merge.base.sha <- system(merge.base.cmd, intern=TRUE) + old.sha <- merge.base.sha + run_R <- file.path(proj.dir, "install_dt_then_check_dep.R") + sig.diff.dt[, first.bad.commit := NA_character_] + sig.diff.dt[, comments := NA_character_] + for(diff.i in 1:nrow(sig.diff.dt)){ + sig.diff.row <- sig.diff.dt[diff.i] + bisect.cmd <- paste( + "cd", dt.git, "&&", + "git bisect start &&", + "git bisect old", old.sha, "&&", + "git bisect new master &&", + "git bisect run", + R.home('bin/Rscript'), + run_R, + shQuote(sig.diff.row$checking), + sig.diff.row$release, + rev.dep.release.tar.gz, + release.tag) + print(bisect.cmd) + bisect.out <- system(bisect.cmd, intern=TRUE) + cat(bisect.out,sep="\n") + if(is.null(attr(bisect.out,"status"))){ + first.bad.sha <- nc::capture_all_str( + bisect.out, + sha="[0-9a-f]+", + " is the first new commit")$sha + parent.cmd <- paste( + "cd ~/R/data.table && git log --pretty=%P -n 1", + first.bad.sha) + parent.sha <- system(parent.cmd, intern=TRUE) + sig.diff.dt[diff.i, first.bad.commit := first.bad.sha] + parent.msg <- paste0("parent=", parent.sha) + this.comment <- if(parent.sha==old.sha){ + paste(parent.msg, "same as git bisect old") + }else if(first.bad.sha==master.sha){ + paste("same as git bisect new=master,", parent.msg) + }else{ + parent.msg + } + sig.diff.dt[diff.i, comments := this.comment] + } + } + ## add CRAN column. + sig.diff.dt[, CRAN := { + flavor <- get_flavor(Rvers) + details <- data.table(flavor=unique(flavor))[, { + base <- "https://www.r-project.org/nosvn/R.check/" + u <- paste0(base, flavor, "/", rev.dep, "-00check.txt") + check.txt <- tempfile() + tryCatch({ + download.file(u, check.txt, quiet=TRUE) + }, error=function(e){ + NULL + }) + check.lines <- if(file.exists(check.txt)){ + readLines(check.txt,encoding="UTF-8") + }else{ + "" + } + repl.lines <- gsub("[\u2018\u2019]", "'", check.lines) + ##gsub("[‘’]", "'", check.lines) does not work with LC_ALL=C. + myStatus(line.vec=repl.lines) + }, by=flavor] + select.dt <- data.table(flavor, checking) + details[select.dt, msg, on=.(flavor, checking)] + }] + dir.create(file.path(job.dir, Rvers)) + diffs.csv <- file.path(job.dir, Rvers, "significant_differences.csv") + data.table::fwrite(sig.diff.dt, diffs.csv) + print(sig.diff.dt) + } > WARNING: ignoring environment value of R_HOME R version 4.5.0 (2025-04-11) -- "How About a Twenty-Six" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > cargs <- commandArgs(trailingOnly=TRUE) > if(length(cargs)==0){ + ## before running interactively, make sure to start emacs/R with + ## environment defined in /scratch/...check_one.sh, particularly + ## R_LIBS_USER=/tmp/... otherwise we get error when installing + ## data.table. + base <- "/scratch/th798/data.table-revdeps/*" + cargs <- c( + Sys.glob(file.path(base,"deps.csv")), + "349", + Sys.glob(file.path(base, "data.table_release_*tar.gz")), + Sys.glob(file.path(base, "data.table_master_*tar.gz")) + ) + } > names(cargs) <- c("deps.csv", "task.str", "release", "master") > dput(cargs) c(deps.csv = "/scratch/th798/data.table-revdeps/2025-05-19/deps.csv", task.str = "150", release = "/scratch/th798/data.table-revdeps/2025-05-19/data.table_release_1.17.2.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-05-19/data.table_master_1.17.99.c4ea09e099b1833fae0eacb50552bce6f051ed82.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/17368324/R-release/150" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/17368324/R-release/150/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "CAST" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/17368324/R-release/150/library" [2] "/projects/genomic-ml/R/R-release/library" > options(repos=c(#this should be in ~/.Rprofile too. + CRAN="http://cloud.r-project.org")) > print(Sys.time()) [1] "2025-05-19 01:09:50 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/17368324/R-release/150/library' (as 'lib' is unspecified) also installing the dependencies 'geometries', 'sfheaders', 'geojsonsf', 'xfun', 'spacesXYZ', 'jsonify', 'terra', 'slippymath', 'leafem', 'leafpop', 'satellite', 'servr', 'cols4all', 'leafgl', 'leaflegend', 'leafsync', 'maptiles', 'tmaptools', 'twosamples', 'geodata', 'mapview', 'rnaturalearth', 'tmap', 'PCAmixdata', 'clustMixType' trying URL 'http://cloud.r-project.org/src/contrib/geometries_0.2.4.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/sfheaders_0.4.4.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/geojsonsf_2.0.3.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/xfun_0.52.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/spacesXYZ_1.5-1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/jsonify_1.2.2.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/terra_1.8-50.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/slippymath_0.3.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/leafem_0.2.4.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/leafpop_0.1.0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/satellite_1.0.5.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/servr_0.32.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/cols4all_0.8.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/leafgl_0.2.2.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/leaflegend_1.2.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/leafsync_0.1.0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/maptiles_0.10.0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/tmaptools_3.2.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/twosamples_2.0.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/geodata_0.6-2.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/mapview_2.11.2.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/rnaturalearth_1.0.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/tmap_4.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/PCAmixdata_3.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/clustMixType_0.4-2.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/CAST_1.0.3.tar.gz' * installing *source* package 'geometries' ... ** this is package 'geometries' version '0.2.4' ** package 'geometries' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bbox.cpp -o bbox.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c close.cpp -o close.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c columns.cpp -o columns.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coordinates.cpp -o coordinates.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geometries.cpp -o geometries.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c lines.cpp -o lines.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c lists.cpp -o lists.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nest.cpp -o nest.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shapes.cpp -o shapes.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c tests.cpp -o tests.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.cpp -o utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o geometries.so RcppExports.o bbox.o close.o columns.o coordinates.o geometries.o lines.o lists.o nest.o shapes.o tests.o utils.o installing to /tmp/th798/17368324/R-release/150/library/00LOCK-geometries/00new/geometries/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 (geometries) * installing *source* package 'xfun' ... ** this is package 'xfun' version '0.52' ** package 'xfun' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c base64.c -o base64.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rand_lcg.c -o rand_lcg.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o xfun.so base64.o init.o rand_lcg.o installing to /tmp/th798/17368324/R-release/150/library/00LOCK-xfun/00new/xfun/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 (xfun) * installing *source* package 'spacesXYZ' ... ** this is package 'spacesXYZ' version '1.5-1' ** package 'spacesXYZ' successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB ** 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 * DONE (spacesXYZ) * installing *source* package 'jsonify' ... ** this is package 'jsonify' version '1.2.2' ** package 'jsonify' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' using C++11 /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-release/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-release/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c from_json.cpp -o from_json.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-release/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c pretty.cpp -o pretty.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-release/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read_json.cpp -o read_json.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-release/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c tests.cpp -o tests.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-release/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c to_json.cpp -o to_json.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/projects/genomic-ml/R/R-release/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c validate.cpp -o validate.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o jsonify.so RcppExports.o from_json.o pretty.o read_json.o tests.o to_json.o validate.o installing to /tmp/th798/17368324/R-release/150/library/00LOCK-jsonify/00new/jsonify/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 (jsonify) * installing *source* package 'terra' ... ** this is package 'terra' version '1.8-50' ** package 'terra' successfully unpacked and MD5 sums checked ** using staged installation configure: CC: /packages/gcc/12.2.0-nnbserq/bin/gcc configure: CXX: /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 checking for gdal-config... /packages/gdal/3.3.1/bin/gdal-config checking gdal-config usability... yes configure: GDAL: 3.3.1 checking GDAL version >= 2.0.1... yes checking for gcc... /packages/gcc/12.2.0-nnbserq/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /packages/gcc/12.2.0-nnbserq/bin/gcc accepts -g... yes checking for /packages/gcc/12.2.0-nnbserq/bin/gcc option to enable C11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for gdal.h... yes checking GDAL: linking with --libs only... yes checking GDAL: /packages/gdal/3.3.1/share/gdal/pcs.csv readable... no checking GDAL: checking whether PROJ is available for linking:... yes checking GDAL: checking whether PROJ is available for running:... yes configure: GDAL: 3.3.1 checking for proj.h... yes checking PROJ: checking whether PROJ and sqlite3 are available for linking:... yes checking for geos-config... /packages/gcc-8.3.1/geos/3.8.1-j7t4spf/bin/geos-config checking geos-config usability... yes configure: GEOS: 3.8.1 checking GEOS version >= 3.4.0... yes checking for geos_c.h... yes checking geos: linking with -L/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/lib -lgeos_c... yes checking Intel TBB exists:... no configure: WARNING: to support parallel processing install TBB devel or update the PKG_CONFIG_PATH environment variable configure: Package CPP flags: -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include configure: Package LIBS: -L/packages/gdal/3.3.1/lib -lgdal -lproj -L/packages/gdal/3.3.1/lib -lgdal -L/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/lib -lgeos_c configure: creating ./config.status config.status: creating src/Makevars ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using C++ compiler: 'g++ (Spack GCC) 12.2.0' using C++17 /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppFunctions.cpp -o RcppFunctions.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppModule.cpp -o RcppModule.o RcppModule.cpp: In function 'void _rcpp_module_spat_init()': RcppModule.cpp:669:216: error: no matching function for call to 'Rcpp::class_::constructor, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector, std::allocator >, std::allocator, std::allocator > > >, bool, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, bool, bool, std::vector, std::allocator >, std::allocator, std::allocator > > > >()' 666 | class_("SpatRaster") | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 667 | .constructor() | ~~~~~~~~~~~~~~ 668 | // .constructor() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 669 | .constructor, std::vector, std::vector, bool, std::vector, std::vector, std::vector, bool, bool, std::vector>() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/module/class.h:114, from /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/Module.h:340, from /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp.h:69, from RcppModule.cpp:1: /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/module/Module_generated_class_constructor.h:34:11: note: candidate: 'template Rcpp::class_::self& Rcpp::class_::constructor(const char*, Rcpp::ValidConstructor) [with U1 = U0; U2 = U1; U3 = U2; U4 = U3; U5 = U4; U6 = U5; Class = SpatRaster]' 34 | self& constructor( const char* docstring = 0, ValidConstructor valid = &yes_arity<7> ){ | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/module/Module_generated_class_constructor.h:34:11: note: template argument deduction/substitution failed: RcppModule.cpp:669:216: error: wrong number of template arguments (10, should be 7) 666 | class_("SpatRaster") | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 667 | .constructor() | ~~~~~~~~~~~~~~ 668 | // .constructor() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 669 | .constructor, std::vector, std::vector, bool, std::vector, std::vector, std::vector, bool, bool, std::vector>() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/module/Module_generated_class_constructor.h:34:11: note: provided for 'template Rcpp::class_::self& Rcpp::class_::constructor(const char*, Rcpp::ValidConstructor) [with U1 = U0; U2 = U1; U3 = U2; U4 = U3; U5 = U4; U6 = U5; Class = SpatRaster]' 34 | self& constructor( const char* docstring = 0, ValidConstructor valid = &yes_arity<7> ){ | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/module/Module_generated_class_constructor.h:47:11: note: candidate: 'template Rcpp::class_::self& Rcpp::class_::constructor(const char*, Rcpp::ValidConstructor) [with U1 = U0; U2 = U1; U3 = U2; U4 = U3; U5 = U4; Class = SpatRaster]' 47 | self& constructor( const char* docstring = 0, ValidConstructor valid = &yes_arity<6> ){ | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/module/Module_generated_class_constructor.h:47:11: note: template argument deduction/substitution failed: RcppModule.cpp:669:216: error: wrong number of template arguments (10, should be 6) 666 | class_("SpatRaster") | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 667 | .constructor() | ~~~~~~~~~~~~~~ 668 | // .constructor() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 669 | .constructor, std::vector, std::vector, bool, std::vector, std::vector, std::vector, bool, bool, std::vector>() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/module/Module_generated_class_constructor.h:47:11: note: provided for 'template Rcpp::class_::self& Rcpp::class_::constructor(const char*, Rcpp::ValidConstructor) [with U1 = U0; U2 = U1; U3 = U2; U4 = U3; U5 = U4; Class = SpatRaster]' 47 | self& constructor( const char* docstring = 0, ValidConstructor valid = &yes_arity<6> ){ | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/module/Module_generated_class_constructor.h:59:11: note: candidate: 'template Rcpp::class_::self& Rcpp::class_::constructor(const char*, Rcpp::ValidConstructor) [with U1 = U0; U2 = U1; U3 = U2; U4 = U3; Class = SpatRaster]' 59 | self& constructor( const char* docstring = 0, ValidConstructor valid = &yes_arity<5>){ | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/module/Module_generated_class_constructor.h:59:11: note: template argument deduction/substitution failed: RcppModule.cpp:669:216: error: wrong number of template arguments (10, should be 5) 666 | class_("SpatRaster") | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 667 | .constructor() | ~~~~~~~~~~~~~~ 668 | // .constructor() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 669 | .constructor, std::vector, std::vector, bool, std::vector, std::vector, std::vector, bool, bool, std::vector>() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/module/Module_generated_class_constructor.h:59:11: note: provided for 'template Rcpp::class_::self& Rcpp::class_::constructor(const char*, Rcpp::ValidConstructor) [with U1 = U0; U2 = U1; U3 = U2; U4 = U3; Class = SpatRaster]' 59 | self& constructor( const char* docstring = 0, ValidConstructor valid = &yes_arity<5>){ | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/module/Module_generated_class_constructor.h:70:11: note: candidate: 'template Rcpp::class_::self& Rcpp::class_::constructor(const char*, Rcpp::ValidConstructor) [with U1 = U0; U2 = U1; U3 = U2; Class = SpatRaster]' 70 | self& constructor( const char* docstring="", ValidConstructor valid = &yes_arity<4>){ | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/module/Module_generated_class_constructor.h:70:11: note: template argument deduction/substitution failed: RcppModule.cpp:669:216: error: wrong number of template arguments (10, should be 4) 666 | class_("SpatRaster") | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 667 | .constructor() | ~~~~~~~~~~~~~~ 668 | // .constructor() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 669 | .constructor, std::vector, std::vector, bool, std::vector, std::vector, std::vector, bool, bool, std::vector>() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/module/Module_generated_class_constructor.h:70:11: note: provided for 'template Rcpp::class_::self& Rcpp::class_::constructor(const char*, Rcpp::ValidConstructor) [with U1 = U0; U2 = U1; U3 = U2; Class = SpatRaster]' 70 | self& constructor( const char* docstring="", ValidConstructor valid = &yes_arity<4>){ | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/module/Module_generated_class_constructor.h:81:11: note: candidate: 'template Rcpp::class_::self& Rcpp::class_::constructor(const char*, Rcpp::ValidConstructor) [with U1 = U0; U2 = U1; Class = SpatRaster]' 81 | self& constructor( const char* docstring="", ValidConstructor valid = &yes_arity<3>){ | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/module/Module_generated_class_constructor.h:81:11: note: template argument deduction/substitution failed: RcppModule.cpp:669:216: error: wrong number of template arguments (10, should be 3) 666 | class_("SpatRaster") | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 667 | .constructor() | ~~~~~~~~~~~~~~ 668 | // .constructor() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 669 | .constructor, std::vector, std::vector, bool, std::vector, std::vector, std::vector, bool, bool, std::vector>() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/module/Module_generated_class_constructor.h:81:11: note: provided for 'template Rcpp::class_::self& Rcpp::class_::constructor(const char*, Rcpp::ValidConstructor) [with U1 = U0; U2 = U1; Class = SpatRaster]' 81 | self& constructor( const char* docstring="", ValidConstructor valid = &yes_arity<3>){ | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/module/Module_generated_class_constructor.h:90:11: note: candidate: 'template Rcpp::class_::self& Rcpp::class_::constructor(const char*, Rcpp::ValidConstructor) [with U1 = U0; Class = SpatRaster]' 90 | self& constructor( const char* docstring="", ValidConstructor valid = &yes_arity<2>){ | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/module/Module_generated_class_constructor.h:90:11: note: template argument deduction/substitution failed: RcppModule.cpp:669:216: error: wrong number of template arguments (10, should be 2) 666 | class_("SpatRaster") | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 667 | .constructor() | ~~~~~~~~~~~~~~ 668 | // .constructor() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 669 | .constructor, std::vector, std::vector, bool, std::vector, std::vector, std::vector, bool, bool, std::vector>() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/module/Module_generated_class_constructor.h:90:11: note: provided for 'template Rcpp::class_::self& Rcpp::class_::constructor(const char*, Rcpp::ValidConstructor) [with U1 = U0; Class = SpatRaster]' 90 | self& constructor( const char* docstring="", ValidConstructor valid = &yes_arity<2>){ | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/module/Module_generated_class_constructor.h:98:11: note: candidate: 'template Rcpp::class_::self& Rcpp::class_::constructor(const char*, Rcpp::ValidConstructor) [with Class = SpatRaster]' 98 | self& constructor( const char* docstring="", ValidConstructor valid = &yes_arity<1>){ | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/module/Module_generated_class_constructor.h:98:11: note: template argument deduction/substitution failed: RcppModule.cpp:669:216: error: wrong number of template arguments (10, should be 1) 666 | class_("SpatRaster") | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 667 | .constructor() | ~~~~~~~~~~~~~~ 668 | // .constructor() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 669 | .constructor, std::vector, std::vector, bool, std::vector, std::vector, std::vector, bool, bool, std::vector>() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/module/Module_generated_class_constructor.h:98:11: note: provided for 'template Rcpp::class_::self& Rcpp::class_::constructor(const char*, Rcpp::ValidConstructor) [with Class = SpatRaster]' 98 | self& constructor( const char* docstring="", ValidConstructor valid = &yes_arity<1>){ | ^~~~~~~~~~~ RcppModule.cpp:671:49: error: expected primary-expression before ',' token 671 | .constructor, std::vector, std::string>() | ^ RcppModule.cpp:671:70: error: expected primary-expression before ',' token 671 | .constructor, std::vector, std::string>() | ^ RcppModule.cpp:671:83: error: expected primary-expression before '>' token 671 | .constructor, std::vector, std::string>() | ^ RcppModule.cpp:671:85: error: expected primary-expression before ')' token 671 | .constructor, std::vector, std::string>() | ^ make: *** [/home/th798/R/R-release/etc/Makeconf:211: RcppModule.o] Error 1 ERROR: compilation failed for package 'terra' * removing '/tmp/th798/17368324/R-release/150/library/terra' * installing *source* package 'slippymath' ... ** this is package 'slippymath' version '0.3.1' ** package 'slippymath' successfully unpacked and MD5 sums checked ** using staged installation ** 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 * DONE (slippymath) * installing *source* package 'leafpop' ... ** this is package 'leafpop' version '0.1.0' ** package 'leafpop' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 * DONE (leafpop) * installing *source* package 'leaflegend' ... ** this is package 'leaflegend' version '1.2.1' ** package 'leaflegend' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 * DONE (leaflegend) * installing *source* package 'leafsync' ... ** this is package 'leafsync' version '0.1.0' ** package 'leafsync' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 * DONE (leafsync) * installing *source* package 'tmaptools' ... ** this is package 'tmaptools' version '3.2' ** package 'tmaptools' successfully unpacked and MD5 sums checked ** using staged installation ** 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 * DONE (tmaptools) * installing *source* package 'twosamples' ... ** this is package 'twosamples' version '2.0.1' ** package 'twosamples' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/cpp11/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cpp11.cpp -o cpp11.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/cpp11/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c stat_functions.cpp -o stat_functions.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o twosamples.so cpp11.o stat_functions.o installing to /tmp/th798/17368324/R-release/150/library/00LOCK-twosamples/00new/twosamples/libs ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** 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 (twosamples) * installing *source* package 'PCAmixdata' ... ** this is package 'PCAmixdata' version '3.1' ** package 'PCAmixdata' successfully unpacked and MD5 sums checked ** using staged installation ** R ** data ** 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 * DONE (PCAmixdata) * installing *source* package 'clustMixType' ... ** this is package 'clustMixType' version '0.4-2' ** package 'clustMixType' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 * DONE (clustMixType) * installing *source* package 'sfheaders' ... ** this is package 'sfheaders' version '0.4.4' ** package 'sfheaders' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-release/150/library/geometries/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-release/150/library/geometries/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bbox.cpp -o bbox.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-release/150/library/geometries/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cast.cpp -o cast.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-release/150/library/geometries/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c lists.cpp -o lists.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-release/150/library/geometries/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c sfg_dimension.cpp -o sfg_dimension.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-release/150/library/geometries/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shapes.cpp -o shapes.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-release/150/library/geometries/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c to_df.cpp -o to_df.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-release/150/library/geometries/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c to_sf.cpp -o to_sf.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-release/150/library/geometries/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c to_sfc.cpp -o to_sfc.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-release/150/library/geometries/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c to_sfg.cpp -o to_sfg.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-release/150/library/geometries/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.cpp -o utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o sfheaders.so RcppExports.o bbox.o cast.o lists.o sfg_dimension.o shapes.o to_df.o to_sf.o to_sfc.o to_sfg.o utils.o installing to /tmp/th798/17368324/R-release/150/library/00LOCK-sfheaders/00new/sfheaders/libs ** R ** 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 ** 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 (sfheaders) * installing *source* package 'satellite' ... ** this is package 'satellite' version '1.0.5' ** package 'satellite' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c SatelliteCppFun.cpp -o SatelliteCppFun.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o satellite.so RcppExports.o SatelliteCppFun.o installing to /tmp/th798/17368324/R-release/150/library/00LOCK-satellite/00new/satellite/libs ** R ** data *** moving datasets to lazyload DB ** 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 (satellite) * installing *source* package 'servr' ... ** this is package 'servr' version '0.32' ** package 'servr' successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 * DONE (servr) * installing *source* package 'cols4all' ... ** this is package 'cols4all' version '0.8' ** package 'cols4all' successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 * DONE (cols4all) * installing *source* package 'maptiles' ... ** this is package 'maptiles' version '0.10.0' ** package 'maptiles' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : namespace 'terra' 1.7-71 is being loaded, but >= 1.8.21 is required Calls: ... namespaceImportFrom -> asNamespace -> loadNamespace Execution halted ERROR: lazy loading failed for package 'maptiles' * removing '/tmp/th798/17368324/R-release/150/library/maptiles' * installing *source* package 'geodata' ... ** this is package 'geodata' version '0.6-2' ** package 'geodata' successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 * DONE (geodata) * installing *source* package 'rnaturalearth' ... ** this is package 'rnaturalearth' version '1.0.1' ** package 'rnaturalearth' successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 * DONE (rnaturalearth) * installing *source* package 'CAST' ... ** this is package 'CAST' version '1.0.3' ** package 'CAST' successfully unpacked and MD5 sums checked ** using staged installation ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 * DONE (CAST) * installing *source* package 'geojsonsf' ... ** this is package 'geojsonsf' version '2.0.3' ** package 'geojsonsf' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' using C++11 /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-release/150/library/geometries/include' -I'/tmp/th798/17368324/R-release/150/library/jsonify/include' -I'/projects/genomic-ml/R/R-release/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/tmp/th798/17368324/R-release/150/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-release/150/library/geometries/include' -I'/tmp/th798/17368324/R-release/150/library/jsonify/include' -I'/projects/genomic-ml/R/R-release/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/tmp/th798/17368324/R-release/150/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c df_geojson.cpp -o df_geojson.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-release/150/library/geometries/include' -I'/tmp/th798/17368324/R-release/150/library/jsonify/include' -I'/projects/genomic-ml/R/R-release/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/tmp/th798/17368324/R-release/150/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geojson_to_sf.cpp -o geojson_to_sf.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-release/150/library/geometries/include' -I'/tmp/th798/17368324/R-release/150/library/jsonify/include' -I'/projects/genomic-ml/R/R-release/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/tmp/th798/17368324/R-release/150/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geojson_to_wkt.cpp -o geojson_to_wkt.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-release/150/library/geometries/include' -I'/tmp/th798/17368324/R-release/150/library/jsonify/include' -I'/projects/genomic-ml/R/R-release/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/tmp/th798/17368324/R-release/150/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geojson_wkt.cpp -o geojson_wkt.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-release/150/library/geometries/include' -I'/tmp/th798/17368324/R-release/150/library/jsonify/include' -I'/projects/genomic-ml/R/R-release/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/tmp/th798/17368324/R-release/150/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read_geojson.cpp -o read_geojson.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/17368324/R-release/150/library/geometries/include' -I'/tmp/th798/17368324/R-release/150/library/jsonify/include' -I'/projects/genomic-ml/R/R-release/library/rapidjsonr/include' -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/tmp/th798/17368324/R-release/150/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c sf_geojson.cpp -o sf_geojson.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++11 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o geojsonsf.so RcppExports.o df_geojson.o geojson_to_sf.o geojson_to_wkt.o geojson_wkt.o read_geojson.o sf_geojson.o installing to /tmp/th798/17368324/R-release/150/library/00LOCK-geojsonsf/00new/geojsonsf/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (geojsonsf) * installing *source* package 'leafem' ... ** this is package 'leafem' version '0.2.4' ** package 'leafem' successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 * DONE (leafem) * installing *source* package 'leafgl' ... ** this is package 'leafgl' version '0.2.2' ** package 'leafgl' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 * DONE (leafgl) * installing *source* package 'mapview' ... ** this is package 'mapview' version '2.11.2' ** package 'mapview' successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB Warning in load(file, envir = tmp_env) : strings not representable in native encoding will be translated to UTF-8 Warning in load(file, envir = tmp_env) : strings not representable in native encoding will be translated to UTF-8 ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 * DONE (mapview) ERROR: dependency 'maptiles' is not available for package 'tmap' Perhaps try a variation of: install.packages('maptiles') * removing '/tmp/th798/17368324/R-release/150/library/tmap' The downloaded source packages are in '/tmp/th798/17368324/RtmpeT2WA3/downloaded_packages' Warning messages: 1: In install.packages(rev.dep, dep = TRUE) : installation of package 'terra' had non-zero exit status 2: In install.packages(rev.dep, dep = TRUE) : installation of package 'maptiles' had non-zero exit status 3: In install.packages(rev.dep, dep = TRUE) : installation of package 'tmap' had non-zero exit status > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 438.156 23.462 473.277 > print(Sys.time()) [1] "2025-05-19 01:17:43 MST" > downloaded_packages <- file.path( + tempdir(), + "downloaded_packages") > dl.glob <- file.path( + downloaded_packages, + paste0(rev.dep,"_*.tar.gz")) > rev.dep.dl.row <- cbind(rev.dep, Sys.glob(dl.glob)) > colnames(rev.dep.dl.row) <- c("pkg","path") > rev.dep.release.tar.gz <- normalizePath(rev.dep.dl.row[,"path"], mustWork=TRUE) > pkg.Rcheck <- paste0(rev.dep, ".Rcheck") > > proj.dir <- "~/genomic-ml/data.table-revdeps" > source(file.path(proj.dir, "myStatus.R")) > Rvers <- gsub("[()]", "", gsub(" ", "_", R.version[["version.string"]])) > dir.create(Rvers, showWarnings=FALSE) > Rcheck.list <- list() > for(dt.version.short in c("release", "master")){ + dt.tar.gz <- cargs[[dt.version.short]] + dt.version <- gsub(".tar.gz|/.*?_", "", dt.tar.gz) + print(Sys.time()) + install.packages(dt.tar.gz, repos=NULL) + print(Sys.time()) + check.cmd <- get_check_cmd(rev.dep.release.tar.gz) + system(check.cmd) + print(Sys.time()) + dest.Rcheck <- file.path( + Rvers, + paste0(dt.version, ".Rcheck")) + unlink(dest.Rcheck, recursive=TRUE) + file.rename(pkg.Rcheck, dest.Rcheck) + Rcheck.list[[dt.version]] <- file.path(dest.Rcheck, "00check.log") + } [1] "2025-05-19 01:17:43 MST" Installing package into '/tmp/th798/17368324/R-release/150/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** this is package 'data.table' version '1.17.2' ** package 'data.table' successfully unpacked and MD5 sums checked ** using staged installation zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c assign.c -o assign.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c between.c -o between.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bmerge.c -o bmerge.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c chmatch.c -o chmatch.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cj.c -o cj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coalesce.c -o coalesce.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dogroups.c -o dogroups.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastmean.c -o fastmean.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fcast.c -o fcast.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fifelse.c -o fifelse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fmelt.c -o fmelt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c forder.c -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frank.c -o frank.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fread.c -o fread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c freadR.c -o freadR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c froll.c -o froll.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollR.c -o frollR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frolladaptive.c -o frolladaptive.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fsort.c -o fsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwrite.c -o fwrite.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwriteR.c -o fwriteR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsumm.c -o gsumm.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c idatetime.c -o idatetime.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ijoin.c -o ijoin.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c inrange.c -o inrange.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nafill.c -o nafill.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c negate.c -o negate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nqrecreateindices.c -o nqrecreateindices.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c openmp-utils.c -o openmp-utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c programming.c -o programming.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c quickselect.c -o quickselect.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rbindlist.c -o rbindlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reorder.c -o reorder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shift.c -o shift.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snprintf.c -o snprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c subset.c -o subset.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c transpose.c -o transpose.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c types.c -o types.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uniqlist.c -o uniqlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.c -o utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecseq.c -o vecseq.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz PKG_CFLAGS = -fopenmp -I/home/th798/.conda/envs/emacs1/include PKG_LIBS = -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /tmp/th798/17368324/R-release/150/library/00LOCK-data.table/00new/data.table/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 (data.table) [1] "2025-05-19 01:18:07 MST" * using log directory '/tmp/th798/17368324/R-release/150/CAST.Rcheck' * using R version 4.5.0 (2025-04-11) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Spack GCC) 12.2.0 GNU Fortran (Spack GCC) 12.2.0 * running under: Red Hat Enterprise Linux 8.10 (Ootpa) * using session charset: ASCII * checking for file 'CAST/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'CAST' version '1.0.3' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... INFO Package suggested but not available for checking: 'tmap' * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package 'CAST' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... WARNING Warning in readLines(conn, n = last - first + 1L, warn = FALSE) : invalid input found on input connection './man/splotdata.Rd' Warning in readLines(conn, line - oldline, warn = FALSE) : invalid input found on input connection './man/splotdata.Rd' Warning in readLines(conn, line - oldline, warn = FALSE) : invalid input found on input connection './man/splotdata.Rd' Warning in readLines(conn, line - oldline, warn = FALSE) : invalid input found on input connection './man/splotdata.Rd' Warning in readLines(conn, line - oldline, warn = FALSE) : invalid input found on input connection './man/splotdata.Rd' * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking data for ASCII and uncompressed saves ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' ERROR Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(CAST) > > test_check("CAST") Loading required package: ggplot2 Loading required package: lattice note: variables were not weighted either because no weights or model were given, no variable importance could be retrieved from the given model, or the model has a single feature. Check caret::varImp(model) note: No model and no CV folds were given. The DI threshold is therefore based on all training data note: variables were not weighted either because no weights or model were given, no variable importance could be retrieved from the given model, or the model has a single feature. Check caret::varImp(model) note: No model and no CV folds were given. The DI threshold is therefore based on all training data [1] "model using Sepal.Length,Sepal.Width will be trained now..." note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [1] "maximum number of models that still need to be trained: 8" [1] "model using Sepal.Length,Petal.Length will be trained now..." note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [1] "maximum number of models that still need to be trained: 7" [1] "model using Sepal.Length,Petal.Width will be trained now..." note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [1] "maximum number of models that still need to be trained: 6" [1] "model using Sepal.Width,Petal.Length will be trained now..." note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [1] "maximum number of models that still need to be trained: 5" [1] "model using Sepal.Width,Petal.Width will be trained now..." note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [1] "maximum number of models that still need to be trained: 4" [1] "model using Petal.Length,Petal.Width will be trained now..." note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [1] "maximum number of models that still need to be trained: 3" [1] "vars selected: Petal.Length,Petal.Width with Accuracy 0.953" [1] "model using additional variable Sepal.Length will be trained now..." note: only 2 unique complexity parameters in default grid. Truncating the grid to 2 . [1] "maximum number of models that still need to be trained: 2" [1] "model using additional variable Sepal.Width will be trained now..." note: only 2 unique complexity parameters in default grid. Truncating the grid to 2 . [1] "maximum number of models that still need to be trained: 1" [1] "vars selected: Petal.Length,Petal.Width,Sepal.Width with Accuracy 0.954" [1] "model using additional variable Sepal.Length will be trained now..." [1] "maximum number of models that still need to be trained: 0" [1] "vars selected: Petal.Length,Petal.Width,Sepal.Width with Accuracy 0.954" Spherical geometry (s2) switched off Spherical geometry (s2) switched on Spherical geometry (s2) switched off Spherical geometry (s2) switched on features are extracted from the modeldomain samplesize for new data shouldn't be larger than number of pixels. Samplesize was reduced to 100 Spherical geometry (s2) switched off Spherical geometry (s2) switched on features are extracted from the modeldomain samplesize for new data shouldn't be larger than number of pixels. Samplesize was reduced to 100 Spherical geometry (s2) switched off features are extracted from the modeldomain samplesize for new data shouldn't be larger than number of pixels. Samplesize was reduced to 100 Spherical geometry (s2) switched on features are extracted from the modeldomain samplesize for new data shouldn't be larger than number of pixels. Samplesize was reduced to 100 Spherical geometry (s2) switched off variable(s) 'fct' is (are) treated as categorical variables time variable that has been selected: Date time variable that has been selected: Date time variable that has been selected: Date note: only 2 unique complexity parameters in default grid. Truncating the grid to 2 . note: only 2 unique complexity parameters in default grid. Truncating the grid to 2 . Spherical geometry (s2) switched on although coordinates are longitude/latitude, st_sample assumes that they are planar although coordinates are longitude/latitude, st_sample assumes that they are planar 1000 prediction points are sampled from the modeldomain Gij <= Gj; a random CV assignment is returned 1000 prediction points are sampled from the modeldomain Gij <= Gj; a random CV assignment is returned 1000 prediction points are sampled from the modeldomain predictor values are extracted for prediction points Gij <= Gj; a random CV assignment is returned 1000 prediction points are sampled from the modeldomain predictor values are extracted for prediction points Gij <= Gj; a random CV assignment is returned variable(s) 'fct' is (are) treated as categorical variables some prediction points contain NAs, which will be removed Gij <= Gj; a random CV assignment is returned 1000 prediction points are sampled from the modeldomain predictor values are extracted for prediction points variable(s) 'fct' is (are) treated as categorical variables 1000 prediction points are sampled from the modeldomain predictor values are extracted for prediction points variable(s) 'fct' is (are) treated as categorical variables 1000 prediction points are sampled from the modeldomain predictor values are extracted for prediction points 1000 prediction points are sampled from the modeldomain predictor values are extracted for prediction points 1000 prediction points are sampled from the modeldomain 1000 prediction points are sampled from the modeldomain 1000 prediction points are sampled from the modeldomain 1000 prediction points are sampled from the modeldomain [ FAIL 3 | WARN 199 | SKIP 10 | PASS 110 ] == Skipped tests (10) ========================================================== * On CRAN (10): 'test-errorProfiles.R:3:3', 'test-errorProfiles.R:36:3', 'test-errorProfiles.R:67:3', 'test-fss.R:3:3', 'test-fss.R:27:3', 'test-fss.R:47:3', 'test-fss.R:70:3', 'test-fss.R:120:5', 'test-fss.R:135:5', 'test-fss.R:152:5' == Failed tests ================================================================ -- Failure ('test-geodist.R:250:3'): geodist works with categorical variables in feature space -- `mean_prediction2sample` (`actual`) not equal to 0.1625 (`expected`). `actual`: 0.1626 `expected`: 0.1625 -- Error ('test-knndm.R:261:3'): kNNDM works in feature space with clustered training points -- Error in `wk_handle.wk_wkb(wkb, s2_geography_writer(oriented = oriented, check = check, tessellate_tol = if (planar) { tessellate_tol_m/s2_earth_radius_meters() } else { Inf }))`: Loop 9 is not valid: Edge 568 crosses edge 571 Backtrace: x 1. \-CAST::knndm(...) at test-knndm.R:261:3 2. +-sf::st_union(...) 3. \-sf:::st_union.sf(...) 4. +-sf::st_union(st_geometry(x), ..., by_feature = by_feature, is_coverage = is_coverage) 5. \-sf:::st_union.sfc(...) 6. +-sf::st_as_sfc(s2::s2_union_agg(x, ...), crs = st_crs(x)) 7. \-s2::s2_union_agg(x, ...) 8. +-s2:::new_s2_geography(...) 9. | \-base::structure(x, class = c("s2_geography", "wk_vctr")) 10. +-s2:::cpp_s2_union_agg(...) 11. \-s2::s2_union(x, options = options) 12. +-s2::as_s2_geography(x) 13. \-sf:::as_s2_geography.sfc(x) 14. \-sf:::st_as_s2.sfc(x, ..., oriented = oriented) 15. +-s2::as_s2_geography(st_as_binary(x), ..., oriented = oriented) 16. \-s2:::as_s2_geography.WKB(st_as_binary(x), ..., oriented = oriented) 17. \-s2::s2_geog_from_wkb(x, oriented = oriented, check = check) 18. +-wk::wk_handle(...) 19. \-wk:::wk_handle.wk_wkb(...) -- Error ('test-knndm.R:339:3'): kNNDM works in feature space with Mahalanobis distance -- Error in `wk_handle.wk_wkb(wkb, s2_geography_writer(oriented = oriented, check = check, tessellate_tol = if (planar) { tessellate_tol_m/s2_earth_radius_meters() } else { Inf }))`: Loop 9 is not valid: Edge 568 crosses edge 571 Backtrace: x 1. \-CAST::knndm(...) at test-knndm.R:339:3 2. +-sf::st_union(...) 3. \-sf:::st_union.sf(...) 4. +-sf::st_union(st_geometry(x), ..., by_feature = by_feature, is_coverage = is_coverage) 5. \-sf:::st_union.sfc(...) 6. +-sf::st_as_sfc(s2::s2_union_agg(x, ...), crs = st_crs(x)) 7. \-s2::s2_union_agg(x, ...) 8. +-s2:::new_s2_geography(...) 9. | \-base::structure(x, class = c("s2_geography", "wk_vctr")) 10. +-s2:::cpp_s2_union_agg(...) 11. \-s2::s2_union(x, options = options) 12. +-s2::as_s2_geography(x) 13. \-sf:::as_s2_geography.sfc(x) 14. \-sf:::st_as_s2.sfc(x, ..., oriented = oriented) 15. +-s2::as_s2_geography(st_as_binary(x), ..., oriented = oriented) 16. \-s2:::as_s2_geography.WKB(st_as_binary(x), ..., oriented = oriented) 17. \-s2::s2_geog_from_wkb(x, oriented = oriented, check = check) 18. +-wk::wk_handle(...) 19. \-wk:::wk_handle.wk_wkb(...) [ FAIL 3 | WARN 199 | SKIP 10 | PASS 110 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... ERROR Error(s) in re-building vignettes: --- re-building 'cast01-CAST-intro.Rmd' using rmarkdown Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") CAST package:CAST R Documentation '_c_a_r_e_t' _A_p_p_l_i_c_a_t_i_o_n_s _f_o_r _S_p_a_t_i_a_l-_T_e_m_p_o_r_a_l _M_o_d_e_l_s _D_e_s_c_r_i_p_t_i_o_n: Supporting functionality to run 'caret' with spatial or spatial-temporal data. 'caret' is a frequently used package for model training and prediction using machine learning. CAST includes functions to improve spatial-temporal modelling tasks using 'caret'. It includes the newly suggested 'Nearest neighbor distance matching' cross-validation to estimate the performance of spatial prediction models and allows for spatial variable selection to selects suitable predictor variables in view to their contribution to the spatial model performance. CAST further includes functionality to estimate the (spatial) area of applicability of prediction models by analysing the similarity between new data and training data. Methods are described in Meyer et al. (2018); Meyer et al. (2019); Meyer and Pebesma (2021); Mil et al. (2022); Meyer and Pebesma (2022); Linnenbrink et al. (2023). The package is described in detail in Meyer et al. (2024). _D_e_t_a_i_l_s: 'caret' Applications for Spatio-Temporal models _A_u_t_h_o_r(_s): Hanna Meyer, Carles Mil, Marvin Ludwig, Jan Linnenbrink, Fabian Schumacher _R_e_f_e_r_e_n_c_e_s: * Meyer, H., Ludwig, L., Mil, C., Linnenbrink, J., Schumacher, F. (2024): The CAST package for training and assessment of spatial prediction models in R. arXiv, https://doi.org/10.48550/arXiv.2404.06978. * Linnenbrink, J., Mil, C., Ludwig, M., and Meyer, H.: kNNDM: k-fold Nearest Neighbour Distance Matching Cross-Validation for map accuracy estimation, EGUsphere [preprint], https://doi.org/10.5194/egusphere-2023-1308, 2023. * Mil, C., Mateu, J., Pebesma, E., Meyer, H. (2022): Nearest Neighbour Distance Matching Leave-One-Out Cross-Validation for map validation. Methods in Ecology and Evolution 00, 1<80><93> 13. * Meyer, H., Pebesma, E. (2022): Machine learning-based global maps of ecological variables and the challenge of assessing them. Nature Communications. 13. * Meyer, H., Pebesma, E. (2021): Predicting into unknown space? Estimating the area of applicability of spatial prediction models. Methods in Ecology and Evolution. 12, 1620<80><93> 1633. * Meyer, H., Reudenbach, C., Wllauer, S., Nauss, T. (2019): Importance of spatial predictor variable selection in machine learning applications - Moving from data reproduction to spatial prediction. Ecological Modelling. 411, 108815. * Meyer, H., Reudenbach, C., Hengl, T., Katurji, M., Nau<9f>, T. (2018): Improving performance of spatio-temporal machine learning models using forward feature selection and target-oriented validation. Environmental Modelling & Software 101: 1-9. _S_e_e _A_l_s_o: Useful links: * * * Report bugs at Error: processing vignette 'cast01-CAST-intro.Rmd' failed with diagnostics: argument "loc" is missing, with no default --- failed re-building 'cast01-CAST-intro.Rmd' --- re-building 'cast02-plotgeodist.Rmd' using rmarkdown Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") trying URL 'https://geodata.ucdavis.edu/climate/worldclim/2_1/base/wc2.1_10m_bio.zip' Content type 'application/zip' length 49869449 bytes (47.6 MB) ================================================== downloaded 47.6 MB --- finished re-building 'cast02-plotgeodist.Rmd' --- re-building 'cast03-CV.Rmd' using rmarkdown Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Error: processing vignette 'cast03-CV.Rmd' failed with diagnostics: argument "loc" is missing, with no default --- failed re-building 'cast03-CV.Rmd' --- re-building 'cast04-AOA-tutorial.Rmd' using rmarkdown Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") --- finished re-building 'cast04-AOA-tutorial.Rmd' --- re-building 'cast05-parallel.Rmd' using rmarkdown Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") --- finished re-building 'cast05-parallel.Rmd' SUMMARY: processing the following files failed: 'cast01-CAST-intro.Rmd' 'cast03-CV.Rmd' Error: Vignette re-building failed. Execution halted * checking PDF version of manual ... OK * DONE Status: 2 ERRORs, 1 WARNING See '/tmp/th798/17368324/R-release/150/CAST.Rcheck/00check.log' for details. [1] "2025-05-19 01:27:22 MST" [1] "2025-05-19 01:27:22 MST" Installing package into '/tmp/th798/17368324/R-release/150/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** this is package 'data.table' version '1.17.99' ** using staged installation zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c assign.c -o assign.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c between.c -o between.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bmerge.c -o bmerge.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c chmatch.c -o chmatch.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cj.c -o cj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coalesce.c -o coalesce.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dogroups.c -o dogroups.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastmean.c -o fastmean.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fcast.c -o fcast.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fifelse.c -o fifelse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fmelt.c -o fmelt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c forder.c -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frank.c -o frank.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fread.c -o fread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c freadR.c -o freadR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c froll.c -o froll.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollR.c -o frollR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frolladaptive.c -o frolladaptive.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fsort.c -o fsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwrite.c -o fwrite.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwriteR.c -o fwriteR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsumm.c -o gsumm.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c idatetime.c -o idatetime.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ijoin.c -o ijoin.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c inrange.c -o inrange.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nafill.c -o nafill.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c negate.c -o negate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nqrecreateindices.c -o nqrecreateindices.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c openmp-utils.c -o openmp-utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c programming.c -o programming.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c quickselect.c -o quickselect.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rbindlist.c -o rbindlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reorder.c -o reorder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shift.c -o shift.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snprintf.c -o snprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c subset.c -o subset.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c transpose.c -o transpose.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c types.c -o types.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uniqlist.c -o uniqlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.c -o utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecseq.c -o vecseq.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz PKG_CFLAGS = -fopenmp -I/home/th798/.conda/envs/emacs1/include PKG_LIBS = -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /tmp/th798/17368324/R-release/150/library/00LOCK-data.table/00new/data.table/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 (data.table) [1] "2025-05-19 01:27:46 MST" * using log directory '/tmp/th798/17368324/R-release/150/CAST.Rcheck' * using R version 4.5.0 (2025-04-11) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Spack GCC) 12.2.0 GNU Fortran (Spack GCC) 12.2.0 * running under: Red Hat Enterprise Linux 8.10 (Ootpa) * using session charset: ASCII * checking for file 'CAST/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'CAST' version '1.0.3' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... INFO Package suggested but not available for checking: 'tmap' * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package 'CAST' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... WARNING Warning in readLines(conn, n = last - first + 1L, warn = FALSE) : invalid input found on input connection './man/splotdata.Rd' Warning in readLines(conn, line - oldline, warn = FALSE) : invalid input found on input connection './man/splotdata.Rd' Warning in readLines(conn, line - oldline, warn = FALSE) : invalid input found on input connection './man/splotdata.Rd' Warning in readLines(conn, line - oldline, warn = FALSE) : invalid input found on input connection './man/splotdata.Rd' Warning in readLines(conn, line - oldline, warn = FALSE) : invalid input found on input connection './man/splotdata.Rd' * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking data for ASCII and uncompressed saves ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' ERROR Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(CAST) > > test_check("CAST") Loading required package: ggplot2 Loading required package: lattice note: variables were not weighted either because no weights or model were given, no variable importance could be retrieved from the given model, or the model has a single feature. Check caret::varImp(model) note: No model and no CV folds were given. The DI threshold is therefore based on all training data note: variables were not weighted either because no weights or model were given, no variable importance could be retrieved from the given model, or the model has a single feature. Check caret::varImp(model) note: No model and no CV folds were given. The DI threshold is therefore based on all training data [1] "model using Sepal.Length,Sepal.Width will be trained now..." note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [1] "maximum number of models that still need to be trained: 8" [1] "model using Sepal.Length,Petal.Length will be trained now..." note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [1] "maximum number of models that still need to be trained: 7" [1] "model using Sepal.Length,Petal.Width will be trained now..." note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [1] "maximum number of models that still need to be trained: 6" [1] "model using Sepal.Width,Petal.Length will be trained now..." note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [1] "maximum number of models that still need to be trained: 5" [1] "model using Sepal.Width,Petal.Width will be trained now..." note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [1] "maximum number of models that still need to be trained: 4" [1] "model using Petal.Length,Petal.Width will be trained now..." note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [1] "maximum number of models that still need to be trained: 3" [1] "vars selected: Petal.Length,Petal.Width with Accuracy 0.953" [1] "model using additional variable Sepal.Length will be trained now..." note: only 2 unique complexity parameters in default grid. Truncating the grid to 2 . [1] "maximum number of models that still need to be trained: 2" [1] "model using additional variable Sepal.Width will be trained now..." note: only 2 unique complexity parameters in default grid. Truncating the grid to 2 . [1] "maximum number of models that still need to be trained: 1" [1] "vars selected: Petal.Length,Petal.Width,Sepal.Width with Accuracy 0.954" [1] "model using additional variable Sepal.Length will be trained now..." [1] "maximum number of models that still need to be trained: 0" [1] "vars selected: Petal.Length,Petal.Width,Sepal.Width with Accuracy 0.954" Spherical geometry (s2) switched off Spherical geometry (s2) switched on Spherical geometry (s2) switched off Spherical geometry (s2) switched on features are extracted from the modeldomain samplesize for new data shouldn't be larger than number of pixels. Samplesize was reduced to 100 Spherical geometry (s2) switched off Spherical geometry (s2) switched on features are extracted from the modeldomain samplesize for new data shouldn't be larger than number of pixels. Samplesize was reduced to 100 Spherical geometry (s2) switched off features are extracted from the modeldomain samplesize for new data shouldn't be larger than number of pixels. Samplesize was reduced to 100 Spherical geometry (s2) switched on features are extracted from the modeldomain samplesize for new data shouldn't be larger than number of pixels. Samplesize was reduced to 100 Spherical geometry (s2) switched off variable(s) 'fct' is (are) treated as categorical variables time variable that has been selected: Date time variable that has been selected: Date time variable that has been selected: Date note: only 2 unique complexity parameters in default grid. Truncating the grid to 2 . note: only 2 unique complexity parameters in default grid. Truncating the grid to 2 . Spherical geometry (s2) switched on although coordinates are longitude/latitude, st_sample assumes that they are planar although coordinates are longitude/latitude, st_sample assumes that they are planar 1000 prediction points are sampled from the modeldomain Gij <= Gj; a random CV assignment is returned 1000 prediction points are sampled from the modeldomain Gij <= Gj; a random CV assignment is returned 1000 prediction points are sampled from the modeldomain predictor values are extracted for prediction points Gij <= Gj; a random CV assignment is returned 1000 prediction points are sampled from the modeldomain predictor values are extracted for prediction points Gij <= Gj; a random CV assignment is returned variable(s) 'fct' is (are) treated as categorical variables some prediction points contain NAs, which will be removed Gij <= Gj; a random CV assignment is returned 1000 prediction points are sampled from the modeldomain predictor values are extracted for prediction points variable(s) 'fct' is (are) treated as categorical variables 1000 prediction points are sampled from the modeldomain predictor values are extracted for prediction points variable(s) 'fct' is (are) treated as categorical variables 1000 prediction points are sampled from the modeldomain predictor values are extracted for prediction points 1000 prediction points are sampled from the modeldomain predictor values are extracted for prediction points 1000 prediction points are sampled from the modeldomain 1000 prediction points are sampled from the modeldomain 1000 prediction points are sampled from the modeldomain 1000 prediction points are sampled from the modeldomain [ FAIL 3 | WARN 199 | SKIP 10 | PASS 110 ] == Skipped tests (10) ========================================================== * On CRAN (10): 'test-errorProfiles.R:3:3', 'test-errorProfiles.R:36:3', 'test-errorProfiles.R:67:3', 'test-fss.R:3:3', 'test-fss.R:27:3', 'test-fss.R:47:3', 'test-fss.R:70:3', 'test-fss.R:120:5', 'test-fss.R:135:5', 'test-fss.R:152:5' == Failed tests ================================================================ -- Failure ('test-geodist.R:250:3'): geodist works with categorical variables in feature space -- `mean_prediction2sample` (`actual`) not equal to 0.1625 (`expected`). `actual`: 0.1626 `expected`: 0.1625 -- Error ('test-knndm.R:261:3'): kNNDM works in feature space with clustered training points -- Error in `wk_handle.wk_wkb(wkb, s2_geography_writer(oriented = oriented, check = check, tessellate_tol = if (planar) { tessellate_tol_m/s2_earth_radius_meters() } else { Inf }))`: Loop 9 is not valid: Edge 568 crosses edge 571 Backtrace: x 1. \-CAST::knndm(...) at test-knndm.R:261:3 2. +-sf::st_union(...) 3. \-sf:::st_union.sf(...) 4. +-sf::st_union(st_geometry(x), ..., by_feature = by_feature, is_coverage = is_coverage) 5. \-sf:::st_union.sfc(...) 6. +-sf::st_as_sfc(s2::s2_union_agg(x, ...), crs = st_crs(x)) 7. \-s2::s2_union_agg(x, ...) 8. +-s2:::new_s2_geography(...) 9. | \-base::structure(x, class = c("s2_geography", "wk_vctr")) 10. +-s2:::cpp_s2_union_agg(...) 11. \-s2::s2_union(x, options = options) 12. +-s2::as_s2_geography(x) 13. \-sf:::as_s2_geography.sfc(x) 14. \-sf:::st_as_s2.sfc(x, ..., oriented = oriented) 15. +-s2::as_s2_geography(st_as_binary(x), ..., oriented = oriented) 16. \-s2:::as_s2_geography.WKB(st_as_binary(x), ..., oriented = oriented) 17. \-s2::s2_geog_from_wkb(x, oriented = oriented, check = check) 18. +-wk::wk_handle(...) 19. \-wk:::wk_handle.wk_wkb(...) -- Error ('test-knndm.R:339:3'): kNNDM works in feature space with Mahalanobis distance -- Error in `wk_handle.wk_wkb(wkb, s2_geography_writer(oriented = oriented, check = check, tessellate_tol = if (planar) { tessellate_tol_m/s2_earth_radius_meters() } else { Inf }))`: Loop 9 is not valid: Edge 568 crosses edge 571 Backtrace: x 1. \-CAST::knndm(...) at test-knndm.R:339:3 2. +-sf::st_union(...) 3. \-sf:::st_union.sf(...) 4. +-sf::st_union(st_geometry(x), ..., by_feature = by_feature, is_coverage = is_coverage) 5. \-sf:::st_union.sfc(...) 6. +-sf::st_as_sfc(s2::s2_union_agg(x, ...), crs = st_crs(x)) 7. \-s2::s2_union_agg(x, ...) 8. +-s2:::new_s2_geography(...) 9. | \-base::structure(x, class = c("s2_geography", "wk_vctr")) 10. +-s2:::cpp_s2_union_agg(...) 11. \-s2::s2_union(x, options = options) 12. +-s2::as_s2_geography(x) 13. \-sf:::as_s2_geography.sfc(x) 14. \-sf:::st_as_s2.sfc(x, ..., oriented = oriented) 15. +-s2::as_s2_geography(st_as_binary(x), ..., oriented = oriented) 16. \-s2:::as_s2_geography.WKB(st_as_binary(x), ..., oriented = oriented) 17. \-s2::s2_geog_from_wkb(x, oriented = oriented, check = check) 18. +-wk::wk_handle(...) 19. \-wk:::wk_handle.wk_wkb(...) [ FAIL 3 | WARN 199 | SKIP 10 | PASS 110 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... ERROR Error(s) in re-building vignettes: --- re-building 'cast01-CAST-intro.Rmd' using rmarkdown Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") CAST package:CAST R Documentation '_c_a_r_e_t' _A_p_p_l_i_c_a_t_i_o_n_s _f_o_r _S_p_a_t_i_a_l-_T_e_m_p_o_r_a_l _M_o_d_e_l_s _D_e_s_c_r_i_p_t_i_o_n: Supporting functionality to run 'caret' with spatial or spatial-temporal data. 'caret' is a frequently used package for model training and prediction using machine learning. CAST includes functions to improve spatial-temporal modelling tasks using 'caret'. It includes the newly suggested 'Nearest neighbor distance matching' cross-validation to estimate the performance of spatial prediction models and allows for spatial variable selection to selects suitable predictor variables in view to their contribution to the spatial model performance. CAST further includes functionality to estimate the (spatial) area of applicability of prediction models by analysing the similarity between new data and training data. Methods are described in Meyer et al. (2018); Meyer et al. (2019); Meyer and Pebesma (2021); Mil et al. (2022); Meyer and Pebesma (2022); Linnenbrink et al. (2023). The package is described in detail in Meyer et al. (2024). _D_e_t_a_i_l_s: 'caret' Applications for Spatio-Temporal models _A_u_t_h_o_r(_s): Hanna Meyer, Carles Mil, Marvin Ludwig, Jan Linnenbrink, Fabian Schumacher _R_e_f_e_r_e_n_c_e_s: * Meyer, H., Ludwig, L., Mil, C., Linnenbrink, J., Schumacher, F. (2024): The CAST package for training and assessment of spatial prediction models in R. arXiv, https://doi.org/10.48550/arXiv.2404.06978. * Linnenbrink, J., Mil, C., Ludwig, M., and Meyer, H.: kNNDM: k-fold Nearest Neighbour Distance Matching Cross-Validation for map accuracy estimation, EGUsphere [preprint], https://doi.org/10.5194/egusphere-2023-1308, 2023. * Mil, C., Mateu, J., Pebesma, E., Meyer, H. (2022): Nearest Neighbour Distance Matching Leave-One-Out Cross-Validation for map validation. Methods in Ecology and Evolution 00, 1<80><93> 13. * Meyer, H., Pebesma, E. (2022): Machine learning-based global maps of ecological variables and the challenge of assessing them. Nature Communications. 13. * Meyer, H., Pebesma, E. (2021): Predicting into unknown space? Estimating the area of applicability of spatial prediction models. Methods in Ecology and Evolution. 12, 1620<80><93> 1633. * Meyer, H., Reudenbach, C., Wllauer, S., Nauss, T. (2019): Importance of spatial predictor variable selection in machine learning applications - Moving from data reproduction to spatial prediction. Ecological Modelling. 411, 108815. * Meyer, H., Reudenbach, C., Hengl, T., Katurji, M., Nau<9f>, T. (2018): Improving performance of spatio-temporal machine learning models using forward feature selection and target-oriented validation. Environmental Modelling & Software 101: 1-9. _S_e_e _A_l_s_o: Useful links: * * * Report bugs at Error: processing vignette 'cast01-CAST-intro.Rmd' failed with diagnostics: argument "loc" is missing, with no default --- failed re-building 'cast01-CAST-intro.Rmd' --- re-building 'cast02-plotgeodist.Rmd' using rmarkdown Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") trying URL 'https://geodata.ucdavis.edu/climate/worldclim/2_1/base/wc2.1_10m_bio.zip' Content type 'application/zip' length 49869449 bytes (47.6 MB) ================================================== downloaded 47.6 MB --- finished re-building 'cast02-plotgeodist.Rmd' --- re-building 'cast03-CV.Rmd' using rmarkdown Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Error: processing vignette 'cast03-CV.Rmd' failed with diagnostics: argument "loc" is missing, with no default --- failed re-building 'cast03-CV.Rmd' --- re-building 'cast04-AOA-tutorial.Rmd' using rmarkdown Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") --- finished re-building 'cast04-AOA-tutorial.Rmd' --- re-building 'cast05-parallel.Rmd' using rmarkdown Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") Warning in attr(x, "match.length") : 'xfun::attr()' is deprecated. Use 'xfun::attr2()' instead. See help("Deprecated") --- finished re-building 'cast05-parallel.Rmd' SUMMARY: processing the following files failed: 'cast01-CAST-intro.Rmd' 'cast03-CV.Rmd' Error: Vignette re-building failed. Execution halted * checking PDF version of manual ... OK * DONE Status: 2 ERRORs, 1 WARNING See '/tmp/th798/17368324/R-release/150/CAST.Rcheck/00check.log' for details. [1] "2025-05-19 01:36:59 MST" > system(paste(c("diff -u", Rcheck.list), collapse=" ")) > library(data.table, lib.loc=R.home("library")) > (sig.diff.dt <- myDiff(Rvers)) Key: Empty data.table (0 rows and 3 cols): checking,master,release > > ## If there are significant differences, use git bisect to find when > ## they started. > if(nrow(sig.diff.dt)){ + dt.git <- file.path(task.dir, "data.table.git") + system(paste("cd ~/R/data.table && git fetch --tags")) + system(paste("git clone ~/R/data.table", dt.git)) + release.tag <- gsub(".tar.gz|.*_", "", cargs[["release"]]) + rev.parse.cmd <- paste( + "cd", dt.git, "&& git rev-parse master") + master.sha <- system(rev.parse.cmd, intern=TRUE) + merge.base.cmd <- paste( + "cd", dt.git, "&& git merge-base master", release.tag) + merge.base.sha <- system(merge.base.cmd, intern=TRUE) + old.sha <- merge.base.sha + run_R <- file.path(proj.dir, "install_dt_then_check_dep.R") + sig.diff.dt[, first.bad.commit := NA_character_] + sig.diff.dt[, comments := NA_character_] + for(diff.i in 1:nrow(sig.diff.dt)){ + sig.diff.row <- sig.diff.dt[diff.i] + bisect.cmd <- paste( + "cd", dt.git, "&&", + "git bisect start &&", + "git bisect old", old.sha, "&&", + "git bisect new master &&", + "git bisect run", + R.home('bin/Rscript'), + run_R, + shQuote(sig.diff.row$checking), + sig.diff.row$release, + rev.dep.release.tar.gz, + release.tag) + print(bisect.cmd) + bisect.out <- system(bisect.cmd, intern=TRUE) + cat(bisect.out,sep="\n") + if(is.null(attr(bisect.out,"status"))){ + first.bad.sha <- nc::capture_all_str( + bisect.out, + sha="[0-9a-f]+", + " is the first new commit")$sha + parent.cmd <- paste( + "cd ~/R/data.table && git log --pretty=%P -n 1", + first.bad.sha) + parent.sha <- system(parent.cmd, intern=TRUE) + sig.diff.dt[diff.i, first.bad.commit := first.bad.sha] + parent.msg <- paste0("parent=", parent.sha) + this.comment <- if(parent.sha==old.sha){ + paste(parent.msg, "same as git bisect old") + }else if(first.bad.sha==master.sha){ + paste("same as git bisect new=master,", parent.msg) + }else{ + parent.msg + } + sig.diff.dt[diff.i, comments := this.comment] + } + } + ## add CRAN column. + sig.diff.dt[, CRAN := { + flavor <- get_flavor(Rvers) + details <- data.table(flavor=unique(flavor))[, { + base <- "https://www.r-project.org/nosvn/R.check/" + u <- paste0(base, flavor, "/", rev.dep, "-00check.txt") + check.txt <- tempfile() + tryCatch({ + download.file(u, check.txt, quiet=TRUE) + }, error=function(e){ + NULL + }) + check.lines <- if(file.exists(check.txt)){ + readLines(check.txt,encoding="UTF-8") + }else{ + "" + } + repl.lines <- gsub("[\u2018\u2019]", "'", check.lines) + ##gsub("[‘’]", "'", check.lines) does not work with LC_ALL=C. + myStatus(line.vec=repl.lines) + }, by=flavor] + select.dt <- data.table(flavor, checking) + details[select.dt, msg, on=.(flavor, checking)] + }] + dir.create(file.path(job.dir, Rvers)) + diffs.csv <- file.path(job.dir, Rvers, "significant_differences.csv") + data.table::fwrite(sig.diff.dt, diffs.csv) + print(sig.diff.dt) + } >