Note: the module "R" cannot be unloaded because it was not loaded. WARNING: ignoring environment value of R_HOME R Under development (unstable) (2025-03-29 r88074) -- "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-03-30/deps.csv", task.str = "39", release = "/scratch/th798/data.table-revdeps/2025-03-30/data.table_release_1.17.0.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-03-30/data.table_master_1.17.99.2cb03162a21328cc5f68a8c3b0e554f5edfcb5b9.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/16189081/R-devel/39" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/16189081/R-devel/39/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "antaresRead" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/16189081/R-devel/39/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-03-30 01:01:09 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/16189081/R-devel/39/library' (as 'lib' is unspecified) also installing the dependency 'memuse' trying URL 'http://cloud.r-project.org/src/contrib/memuse_4.2-3.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/antaresRead_2.9.0.tar.gz' * installing *source* package 'memuse' ... ** this is package 'memuse' version '4.2-3' ** package 'memuse' successfully unpacked and MD5 sums checked ** using staged installation 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 features.h... yes configure: creating ./config.status config.status: creating src/meminfo/src/conf.h ** 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../inst/RNACI -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 meminfo/src/cacheinfo.c -o meminfo/src/cacheinfo.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/RNACI -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 meminfo/src/fileinfo.c -o meminfo/src/fileinfo.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/RNACI -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 meminfo/src/platform.c -o meminfo/src/platform.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/RNACI -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 meminfo/src/procinfo.c -o meminfo/src/procinfo.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/RNACI -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 meminfo/src/raminfo.c -o meminfo/src/raminfo.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/RNACI -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 meminfo/src/swapinfo.c -o meminfo/src/swapinfo.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/RNACI -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 wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/RNACI -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 memuse_native.c -o memuse_native.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 memuse.so meminfo/src/cacheinfo.o meminfo/src/fileinfo.o meminfo/src/platform.o meminfo/src/procinfo.o meminfo/src/raminfo.o meminfo/src/swapinfo.o wrappers.o memuse_native.o installing to /tmp/th798/16189081/R-devel/39/library/00LOCK-memuse/00new/memuse/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 (memuse) * installing *source* package 'antaresRead' ... ** this is package 'antaresRead' version '2.9.0' ** package 'antaresRead' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading varAliases is not defined and will be created ** 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 (antaresRead) The downloaded source packages are in '/tmp/th798/16189081/RtmpGBTtos/downloaded_packages' > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 30.612 2.995 83.814 > print(Sys.time()) [1] "2025-03-30 01:02:33 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-03-30 01:02:33 MST" Installing package into '/tmp/th798/16189081/R-devel/39/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** this is package 'data.table' version '1.17.0' ** 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/16189081/R-devel/39/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-03-30 01:03:08 MST" * using log directory '/tmp/th798/16189081/R-devel/39/antaresRead.Rcheck' * using R Under development (unstable) (2025-03-29 r88074) * 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 'antaresRead/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'antaresRead' version '2.9.0' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for 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 'antaresRead' 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 ... OK * 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 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: > #Copyright © 2016 RTE Réseau de transport d’électricité > > require(testthat) Loading required package: testthat > require(antaresRead) Loading required package: antaresRead > require(plyr) Loading required package: plyr > > > #Maybe include this in some test-file.R > #is.solaris<-function(){ > # grepl('SunOS',Sys.info()['sysname']) > #} > > #if(!is.solaris()){ > > test_check("antaresRead") Error in `[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + : j mixes positives and negatives Importing clustersSTs | | | 0% Importing areas | | | 0% | |======================= | 33% | |=============================================== | 67% | |======================================================================| 100% Importing binding constraints Importing mingen | | | 0% | |======================= | 33% | |=============================================== | 67% | |======================================================================| 100% [ FAIL 29 | WARN 375 | SKIP 3 | PASS 830 ] == Skipped tests (3) =========================================================== * Functions use warnings -- tests skipped for now (1): 'test-digest.R:5:1' * empty test (2): 'test-readInputClusters.R:61:1', 'test-readInputClusters.R:94:1' == Failed tests ================================================================ -- Error ('test-RemoveInputColumn.R:38:27'): (code run outside of `test_that()`) -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-base::sapply(...) at test-RemoveInputColumn.R:5:1 2. \-base::lapply(X = X, FUN = FUN, ...) 3. \-antaresRead (local) FUN(X[[i]], ...) 4. +-base::suppressWarnings(...) at test-RemoveInputColumn.R:38:3 5. | \-base::withCallingHandlers(...) 6. \-antaresRead::readAntares(...) at test-RemoveInputColumn.R:38:27 7. \-antaresRead:::.importOutputForClusters(...) 8. +-base::suppressWarnings(...) 9. | \-base::withCallingHandlers(...) 10. \-antaresRead:::.importOutput(...) 11. \-plyr::llply(...) 12. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 13. \-base::lapply(pieces, .fun, ...) 14. \-antaresRead (local) FUN(X[[i]], ...) 15. \-antaresRead (local) processFun(data) 16. \-antaresRead (local) reshapeFun(x) 17. \-antaresRead:::.reshape_details_file(...) 18. \-plyr::llply(...) 19. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 20. \-base::lapply(pieces, .fun, ...) 21. \-antaresRead (local) FUN(X[[i]], ...) 22. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 23. \-data.table:::`[.data.table`(...) 24. \-data.table:::stopf("j mixes positives and negatives") 25. \-data.table:::raise_condition(...) -- Error ('test-extractDataList.R:35:5'): extractDataList on areas, links clusters -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntares(...) at test-extractDataList.R:35:5 2. \-antaresRead:::.importOutputForClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 8. \-base::lapply(pieces, .fun, ...) 9. \-antaresRead (local) FUN(X[[i]], ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 17. \-data.table:::`[.data.table`(...) 18. \-data.table:::stopf("j mixes positives and negatives") 19. \-data.table:::raise_condition(...) -- Error ('test-importOutputForClusters.R:25:5'): .importOutputForClusters is ok -- Error in `setnames(dt, c(colNames, idVarsNames))`: Can't assign 2 names to a 3-column data.table Backtrace: x 1. \-antaresRead:::.importOutputForClusters(...) at test-importOutputForClusters.R:25:5 2. +-base::suppressWarnings(...) 3. | \-base::withCallingHandlers(...) 4. \-antaresRead:::.importOutput(...) 5. \-plyr::llply(...) 6. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 7. \-base::lapply(pieces, .fun, ...) 8. \-antaresRead (local) FUN(X[[i]], ...) 9. \-antaresRead (local) processFun(data) 10. \-antaresRead:::.reshape_details_file(...) 11. \-plyr::llply(...) 12. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 13. \-base::lapply(pieces, .fun, ...) 14. \-antaresRead (local) FUN(X[[i]], ...) 15. \-data.table::setnames(dt, c(colNames, idVarsNames)) 16. \-data.table:::stopf(...) 17. \-data.table:::raise_condition(...) -- Error ('test-importOutputForClusters.R:44:5'): .importOutputForResClusters is ok -- Error in `setnames(dt, c(colNames, idVarsNames))`: Can't assign 2 names to a 3-column data.table Backtrace: x 1. \-antaresRead:::.importOutputForResClusters(...) at test-importOutputForClusters.R:44:5 2. +-base::suppressWarnings(...) 3. | \-base::withCallingHandlers(...) 4. \-antaresRead:::.importOutput(...) 5. \-plyr::llply(...) 6. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 7. \-base::lapply(pieces, .fun, ...) 8. \-antaresRead (local) FUN(X[[i]], ...) 9. \-antaresRead (local) processFun(data) 10. \-antaresRead:::.reshape_details_file(...) 11. \-plyr::llply(...) 12. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 13. \-base::lapply(pieces, .fun, ...) 14. \-antaresRead (local) FUN(X[[i]], ...) 15. \-data.table::setnames(dt, c(colNames, idVarsNames)) 16. \-data.table:::stopf(...) 17. \-data.table:::raise_condition(...) -- Error ('test-importOutputForClusters.R:62:5'): .importOutputForSTClusters is ok -- Error in `setnames(dt, c(colNames, idVarsNames))`: Can't assign 2 names to a 3-column data.table Backtrace: x 1. \-antaresRead:::.importOutputForSTClusters(...) at test-importOutputForClusters.R:62:5 2. +-base::suppressWarnings(...) 3. | \-base::withCallingHandlers(...) 4. \-antaresRead:::.importOutput(...) 5. \-plyr::llply(...) 6. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 7. \-base::lapply(pieces, .fun, ...) 8. \-antaresRead (local) FUN(X[[i]], ...) 9. \-antaresRead (local) processFun(data) 10. \-antaresRead:::.reshape_details_file(...) 11. \-plyr::llply(...) 12. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 13. \-base::lapply(pieces, .fun, ...) 14. \-antaresRead (local) FUN(X[[i]], ...) 15. \-data.table::setnames(dt, c(colNames, idVarsNames)) 16. \-data.table:::stopf(...) 17. \-data.table:::raise_condition(...) -- Error ('test-mcaggreg.R:17:1'): (code run outside of `test_that()`) --------- Error in `FUN(X[[i]], ...)`: object 'struct' not found Backtrace: x 1. \-antaresRead:::aggregateResult_old(...) at test-mcaggreg.R:17:1 2. \-base::sapply(...) 3. \-base::lapply(X = X, FUN = FUN, ...) 4. \-antaresRead (local) FUN(X[[i]], ...) 5. \-antaresRead:::.formatOutput(...) -- Error ('test-readAntares.R:25:5'): Clusters importation is ok --------------- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntares(clusters = opts$areasWithClusters, showProgress = FALSE) at test-readAntares.R:25:5 2. \-antaresRead:::.importOutputForClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 8. \-base::lapply(pieces, .fun, ...) 9. \-antaresRead (local) FUN(X[[i]], ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 17. \-data.table:::`[.data.table`(...) 18. \-data.table:::stopf("j mixes positives and negatives") 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:32:5'): Clusters importation column names are ok -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntares(...) at test-readAntares.R:32:5 2. \-antaresRead:::.importOutputForClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 8. \-base::lapply(pieces, .fun, ...) 9. \-antaresRead (local) FUN(X[[i]], ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 17. \-data.table:::`[.data.table`(...) 18. \-data.table:::stopf("j mixes positives and negatives") 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:42:5'): importation of different objects works --- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntares(...) at test-readAntares.R:42:5 2. \-antaresRead:::.importOutputForClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 8. \-base::lapply(pieces, .fun, ...) 9. \-antaresRead (local) FUN(X[[i]], ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 17. \-data.table:::`[.data.table`(...) 18. \-data.table:::stopf("j mixes positives and negatives") 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:64:5'): the "all" alias is understood ------------ Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntares(...) at test-readAntares.R:64:5 2. \-antaresRead:::.importOutputForClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 8. \-base::lapply(pieces, .fun, ...) 9. \-antaresRead (local) FUN(X[[i]], ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 17. \-data.table:::`[.data.table`(...) 18. \-data.table:::stopf("j mixes positives and negatives") 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:121:9'): 'select' can be used to import input columns -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. +-base::suppressWarnings(...) at test-readAntares.R:120:7 2. | \-base::withCallingHandlers(...) 3. +-base::do.call(readAntares, params) at test-readAntares.R:121:9 4. \-antaresRead (local) ``(...) 5. \-antaresRead:::.importOutputForClusters(...) 6. +-base::suppressWarnings(...) 7. | \-base::withCallingHandlers(...) 8. \-antaresRead:::.importOutput(...) 9. \-plyr::llply(...) 10. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 11. \-base::lapply(pieces, .fun, ...) 12. \-antaresRead (local) FUN(X[[i]], ...) 13. \-antaresRead (local) processFun(data) 14. \-antaresRead:::.reshape_details_file(...) 15. \-plyr::llply(...) 16. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 17. \-base::lapply(pieces, .fun, ...) 18. \-antaresRead (local) FUN(X[[i]], ...) 19. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 20. \-data.table:::`[.data.table`(...) 21. \-data.table:::stopf("j mixes positives and negatives") 22. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:136:9'): 'select' can be used to import link, area, cluster, detailed data -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. +-base::suppressWarnings(...) at test-readAntares.R:135:7 2. | \-base::withCallingHandlers(...) 3. +-base::do.call(readAntares, params) at test-readAntares.R:136:9 4. \-antaresRead (local) ``(...) 5. \-antaresRead:::.importOutputForClusters(...) 6. +-base::suppressWarnings(...) 7. | \-base::withCallingHandlers(...) 8. \-antaresRead:::.importOutput(...) 9. \-plyr::llply(...) 10. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 11. \-base::lapply(pieces, .fun, ...) 12. \-antaresRead (local) FUN(X[[i]], ...) 13. \-antaresRead (local) processFun(data) 14. \-antaresRead:::.reshape_details_file(...) 15. \-plyr::llply(...) 16. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 17. \-base::lapply(pieces, .fun, ...) 18. \-antaresRead (local) FUN(X[[i]], ...) 19. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 20. \-data.table:::`[.data.table`(...) 21. \-data.table:::stopf("j mixes positives and negatives") 22. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:144:5'): import only data related to some areas with 'select' -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntares(...) at test-readAntares.R:144:5 2. \-antaresRead:::.importOutputForClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 8. \-base::lapply(pieces, .fun, ...) 9. \-antaresRead (local) FUN(X[[i]], ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 17. \-data.table:::`[.data.table`(...) 18. \-data.table:::stopf("j mixes positives and negatives") 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:153:7'): readAntaresAreas: returns data for a set of areas -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresAreas("a", showProgress = FALSE) at test-readAntares.R:153:7 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntaresClusters.R:10:5'): Clusters importation is ok ------- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresClusters(...) at test-readAntaresClusters.R:10:5 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntaresClusters.R:27:7'): one can import cluster hourly output -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresClusters(...) at test-readAntaresClusters.R:27:7 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntaresClusters.R:27:7'): one can import cluster daily output -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresClusters(...) at test-readAntaresClusters.R:27:7 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntaresClusters.R:27:7'): one can import cluster weekly output -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresClusters(...) at test-readAntaresClusters.R:27:7 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntaresClusters.R:27:7'): one can import cluster monthly output -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresClusters(...) at test-readAntaresClusters.R:27:7 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntaresClusters.R:27:7'): one can import cluster annual output -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresClusters(...) at test-readAntaresClusters.R:27:7 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntares_STclusters.R:11:3'): ST clusters importation is ok -- Error in `setnames(dt, c(colNames, idVarsNames))`: Can't assign 2 names to a 3-column data.table Backtrace: x 1. \-antaresRead::readAntares(...) at test-readAntares_STclusters.R:11:3 2. \-antaresRead:::.importOutputForSTClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-plyr:::loop_apply(n, do.ply) 8. \-plyr (local) ``(1L) 9. \-antaresRead (local) .fun(piece, ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. \-data.table::setnames(dt, c(colNames, idVarsNames)) 17. \-data.table:::stopf(...) 18. \-data.table:::raise_condition(...) -- Error ('test-readAntares_STclusters.R:22:3'): ST clusters importation is OK -- Error in `setnames(dt, c(colNames, idVarsNames))`: Can't assign 2 names to a 3-column data.table Backtrace: x 1. \-antaresRead::readAntaresSTClusters(...) at test-readAntares_STclusters.R:22:3 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForSTClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. \-data.table::setnames(dt, c(colNames, idVarsNames)) 18. \-data.table:::stopf(...) 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares_STclusters.R:41:5'): ST clusters importation is OK for all time resolutions. -- Error in `setnames(dt, c(colNames, idVarsNames))`: Can't assign 2 names to a 3-column data.table Backtrace: x 1. \-antaresRead::readAntaresSTClusters(...) at test-readAntares_STclusters.R:41:5 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForSTClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. \-data.table::setnames(dt, c(colNames, idVarsNames)) 18. \-data.table:::stopf(...) 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares_districts.R:9:3'): (code run outside of `test_that()`) -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-base::sapply(...) at test-readAntares_districts.R:4:1 2. \-base::lapply(X = X, FUN = FUN, ...) 3. \-antaresRead (local) FUN(X[[i]], ...) 4. +-base::suppressWarnings(...) at test-readAntares_districts.R:8:1 5. | \-base::withCallingHandlers(...) 6. \-antaresRead::readAntares(...) at test-readAntares_districts.R:9:3 7. \-antaresRead:::.importOutputForClusters(...) 8. +-base::suppressWarnings(...) 9. | \-base::withCallingHandlers(...) 10. \-antaresRead:::.importOutput(...) 11. \-plyr::llply(...) 12. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 13. \-base::lapply(pieces, .fun, ...) 14. \-antaresRead (local) FUN(X[[i]], ...) 15. \-antaresRead (local) processFun(data) 16. \-antaresRead (local) reshapeFun(x) 17. \-antaresRead:::.reshape_details_file(...) 18. \-plyr::llply(...) 19. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 20. \-base::lapply(pieces, .fun, ...) 21. \-antaresRead (local) FUN(X[[i]], ...) 22. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 23. \-data.table:::`[.data.table`(...) 24. \-data.table:::stopf("j mixes positives and negatives") 25. \-data.table:::raise_condition(...) -- Error ('test-readAntares_inputs.R:17:3'): Thermal availability importation is ok -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. +-base::suppressWarnings(...) at test-readAntares_inputs.R:17:3 2. | \-base::withCallingHandlers(...) 3. \-antaresRead::readAntares(...) 4. \-antaresRead:::.importOutputForClusters(...) 5. +-base::suppressWarnings(...) 6. | \-base::withCallingHandlers(...) 7. \-antaresRead:::.importOutput(...) 8. \-plyr::llply(...) 9. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 10. \-base::lapply(pieces, .fun, ...) 11. \-antaresRead (local) FUN(X[[i]], ...) 12. \-antaresRead (local) processFun(data) 13. \-antaresRead:::.reshape_details_file(...) 14. \-plyr::llply(...) 15. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 16. \-base::lapply(pieces, .fun, ...) 17. \-antaresRead (local) FUN(X[[i]], ...) 18. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 19. \-data.table:::`[.data.table`(...) 20. \-data.table:::stopf("j mixes positives and negatives") 21. \-data.table:::raise_condition(...) -- Error ('test-readAntares_mustRun.R:8:1'): (code run outside of `test_that()`) -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-base::sapply(...) at test-readAntares_mustRun.R:4:1 2. \-base::lapply(X = X, FUN = FUN, ...) 3. \-antaresRead (local) FUN(X[[i]], ...) 4. \-antaresRead::readAntares(...) at test-readAntares_mustRun.R:8:1 5. \-antaresRead:::.importOutputForClusters(...) 6. +-base::suppressWarnings(...) 7. | \-base::withCallingHandlers(...) 8. \-antaresRead:::.importOutput(...) 9. \-plyr::llply(...) 10. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 11. \-base::lapply(pieces, .fun, ...) 12. \-antaresRead (local) FUN(X[[i]], ...) 13. \-antaresRead (local) processFun(data) 14. \-antaresRead (local) reshapeFun(x) 15. \-antaresRead:::.reshape_details_file(...) 16. \-plyr::llply(...) 17. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 18. \-base::lapply(pieces, .fun, ...) 19. \-antaresRead (local) FUN(X[[i]], ...) 20. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 21. \-data.table:::`[.data.table`(...) 22. \-data.table:::stopf("j mixes positives and negatives") 23. \-data.table:::raise_condition(...) -- Error ('test-removeVirtualAreas.R:42:5'): RemoveVirtualAreas corrects column 'area' in the table 'clusters' -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. +-base::suppressWarnings(...) at test-removeVirtualAreas.R:42:5 2. | \-base::withCallingHandlers(...) 3. \-antaresRead::readAntares(...) 4. \-antaresRead:::.importOutputForClusters(...) 5. +-base::suppressWarnings(...) 6. | \-base::withCallingHandlers(...) 7. \-antaresRead:::.importOutput(...) 8. \-plyr::llply(...) 9. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 10. \-base::lapply(pieces, .fun, ...) 11. \-antaresRead (local) FUN(X[[i]], ...) 12. \-antaresRead (local) processFun(data) 13. \-antaresRead:::.reshape_details_file(...) 14. \-plyr::llply(...) 15. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 16. \-base::lapply(pieces, .fun, ...) 17. \-antaresRead (local) FUN(X[[i]], ...) 18. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 19. \-data.table:::`[.data.table`(...) 20. \-data.table:::stopf("j mixes positives and negatives") 21. \-data.table:::raise_condition(...) -- Error ('test-removeVirtualAreas.R:168:5'): removeVirtualAreas move the cluster from virtual areas to real areas -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. +-base::suppressWarnings(...) at test-removeVirtualAreas.R:168:5 2. | \-base::withCallingHandlers(...) 3. \-antaresRead::readAntares(...) 4. \-antaresRead:::.importOutputForClusters(...) 5. +-base::suppressWarnings(...) 6. | \-base::withCallingHandlers(...) 7. \-antaresRead:::.importOutput(...) 8. \-plyr::llply(...) 9. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 10. \-base::lapply(pieces, .fun, ...) 11. \-antaresRead (local) FUN(X[[i]], ...) 12. \-antaresRead (local) processFun(data) 13. \-antaresRead:::.reshape_details_file(...) 14. \-plyr::llply(...) 15. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 16. \-base::lapply(pieces, .fun, ...) 17. \-antaresRead (local) FUN(X[[i]], ...) 18. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 19. \-data.table:::`[.data.table`(...) 20. \-data.table:::stopf("j mixes positives and negatives") 21. \-data.table:::raise_condition(...) -- Error ('test-subset_antaresDataList.R:8:1'): (code run outside of `test_that()`) -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-base::sapply(...) at test-subset_antaresDataList.R:4:1 2. \-base::lapply(X = X, FUN = FUN, ...) 3. \-antaresRead (local) FUN(X[[i]], ...) 4. \-antaresRead::readAntares(...) at test-subset_antaresDataList.R:8:1 5. \-antaresRead:::.importOutputForClusters(...) 6. +-base::suppressWarnings(...) 7. | \-base::withCallingHandlers(...) 8. \-antaresRead:::.importOutput(...) 9. \-plyr::llply(...) 10. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 11. \-base::lapply(pieces, .fun, ...) 12. \-antaresRead (local) FUN(X[[i]], ...) 13. \-antaresRead (local) processFun(data) 14. \-antaresRead:::.reshape_details_file(...) 15. \-plyr::llply(...) 16. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 17. \-base::lapply(pieces, .fun, ...) 18. \-antaresRead (local) FUN(X[[i]], ...) 19. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 20. \-data.table:::`[.data.table`(...) 21. \-data.table:::stopf("j mixes positives and negatives") 22. \-data.table:::raise_condition(...) [ FAIL 29 | WARN 375 | SKIP 3 | PASS 830 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: 1 ERROR See '/tmp/th798/16189081/R-devel/39/antaresRead.Rcheck/00check.log' for details. [1] "2025-03-30 01:07:03 MST" [1] "2025-03-30 01:07:03 MST" Installing package into '/tmp/th798/16189081/R-devel/39/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/16189081/R-devel/39/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-03-30 01:07:34 MST" * using log directory '/tmp/th798/16189081/R-devel/39/antaresRead.Rcheck' * using R Under development (unstable) (2025-03-29 r88074) * 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 'antaresRead/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'antaresRead' version '2.9.0' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for 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 'antaresRead' 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 ... OK * 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 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: > #Copyright © 2016 RTE Réseau de transport d’électricité > > require(testthat) Loading required package: testthat > require(antaresRead) Loading required package: antaresRead > require(plyr) Loading required package: plyr > > > #Maybe include this in some test-file.R > #is.solaris<-function(){ > # grepl('SunOS',Sys.info()['sysname']) > #} > > #if(!is.solaris()){ > > test_check("antaresRead") Error in `[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + : j mixes positives and negatives Importing clustersSTs | | | 0% Importing areas | | | 0% | |======================= | 33% | |=============================================== | 67% | |======================================================================| 100% Importing binding constraints Importing mingen | | | 0% | |======================= | 33% | |=============================================== | 67% | |======================================================================| 100% [ FAIL 29 | WARN 375 | SKIP 3 | PASS 830 ] == Skipped tests (3) =========================================================== * Functions use warnings -- tests skipped for now (1): 'test-digest.R:5:1' * empty test (2): 'test-readInputClusters.R:61:1', 'test-readInputClusters.R:94:1' == Failed tests ================================================================ -- Error ('test-RemoveInputColumn.R:38:27'): (code run outside of `test_that()`) -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-base::sapply(...) at test-RemoveInputColumn.R:5:1 2. \-base::lapply(X = X, FUN = FUN, ...) 3. \-antaresRead (local) FUN(X[[i]], ...) 4. +-base::suppressWarnings(...) at test-RemoveInputColumn.R:38:3 5. | \-base::withCallingHandlers(...) 6. \-antaresRead::readAntares(...) at test-RemoveInputColumn.R:38:27 7. \-antaresRead:::.importOutputForClusters(...) 8. +-base::suppressWarnings(...) 9. | \-base::withCallingHandlers(...) 10. \-antaresRead:::.importOutput(...) 11. \-plyr::llply(...) 12. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 13. \-base::lapply(pieces, .fun, ...) 14. \-antaresRead (local) FUN(X[[i]], ...) 15. \-antaresRead (local) processFun(data) 16. \-antaresRead (local) reshapeFun(x) 17. \-antaresRead:::.reshape_details_file(...) 18. \-plyr::llply(...) 19. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 20. \-base::lapply(pieces, .fun, ...) 21. \-antaresRead (local) FUN(X[[i]], ...) 22. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 23. \-data.table:::`[.data.table`(...) 24. \-data.table:::stopf("j mixes positives and negatives") 25. \-data.table:::raise_condition(...) -- Error ('test-extractDataList.R:35:5'): extractDataList on areas, links clusters -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntares(...) at test-extractDataList.R:35:5 2. \-antaresRead:::.importOutputForClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 8. \-base::lapply(pieces, .fun, ...) 9. \-antaresRead (local) FUN(X[[i]], ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 17. \-data.table:::`[.data.table`(...) 18. \-data.table:::stopf("j mixes positives and negatives") 19. \-data.table:::raise_condition(...) -- Error ('test-importOutputForClusters.R:25:5'): .importOutputForClusters is ok -- Error in `setnames(dt, c(colNames, idVarsNames))`: Can't assign 2 names to a 3-column data.table Backtrace: x 1. \-antaresRead:::.importOutputForClusters(...) at test-importOutputForClusters.R:25:5 2. +-base::suppressWarnings(...) 3. | \-base::withCallingHandlers(...) 4. \-antaresRead:::.importOutput(...) 5. \-plyr::llply(...) 6. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 7. \-base::lapply(pieces, .fun, ...) 8. \-antaresRead (local) FUN(X[[i]], ...) 9. \-antaresRead (local) processFun(data) 10. \-antaresRead:::.reshape_details_file(...) 11. \-plyr::llply(...) 12. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 13. \-base::lapply(pieces, .fun, ...) 14. \-antaresRead (local) FUN(X[[i]], ...) 15. \-data.table::setnames(dt, c(colNames, idVarsNames)) 16. \-data.table:::stopf(...) 17. \-data.table:::raise_condition(...) -- Error ('test-importOutputForClusters.R:44:5'): .importOutputForResClusters is ok -- Error in `setnames(dt, c(colNames, idVarsNames))`: Can't assign 2 names to a 3-column data.table Backtrace: x 1. \-antaresRead:::.importOutputForResClusters(...) at test-importOutputForClusters.R:44:5 2. +-base::suppressWarnings(...) 3. | \-base::withCallingHandlers(...) 4. \-antaresRead:::.importOutput(...) 5. \-plyr::llply(...) 6. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 7. \-base::lapply(pieces, .fun, ...) 8. \-antaresRead (local) FUN(X[[i]], ...) 9. \-antaresRead (local) processFun(data) 10. \-antaresRead:::.reshape_details_file(...) 11. \-plyr::llply(...) 12. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 13. \-base::lapply(pieces, .fun, ...) 14. \-antaresRead (local) FUN(X[[i]], ...) 15. \-data.table::setnames(dt, c(colNames, idVarsNames)) 16. \-data.table:::stopf(...) 17. \-data.table:::raise_condition(...) -- Error ('test-importOutputForClusters.R:62:5'): .importOutputForSTClusters is ok -- Error in `setnames(dt, c(colNames, idVarsNames))`: Can't assign 2 names to a 3-column data.table Backtrace: x 1. \-antaresRead:::.importOutputForSTClusters(...) at test-importOutputForClusters.R:62:5 2. +-base::suppressWarnings(...) 3. | \-base::withCallingHandlers(...) 4. \-antaresRead:::.importOutput(...) 5. \-plyr::llply(...) 6. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 7. \-base::lapply(pieces, .fun, ...) 8. \-antaresRead (local) FUN(X[[i]], ...) 9. \-antaresRead (local) processFun(data) 10. \-antaresRead:::.reshape_details_file(...) 11. \-plyr::llply(...) 12. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 13. \-base::lapply(pieces, .fun, ...) 14. \-antaresRead (local) FUN(X[[i]], ...) 15. \-data.table::setnames(dt, c(colNames, idVarsNames)) 16. \-data.table:::stopf(...) 17. \-data.table:::raise_condition(...) -- Error ('test-mcaggreg.R:17:1'): (code run outside of `test_that()`) --------- Error in `FUN(X[[i]], ...)`: object 'struct' not found Backtrace: x 1. \-antaresRead:::aggregateResult_old(...) at test-mcaggreg.R:17:1 2. \-base::sapply(...) 3. \-base::lapply(X = X, FUN = FUN, ...) 4. \-antaresRead (local) FUN(X[[i]], ...) 5. \-antaresRead:::.formatOutput(...) -- Error ('test-readAntares.R:25:5'): Clusters importation is ok --------------- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntares(clusters = opts$areasWithClusters, showProgress = FALSE) at test-readAntares.R:25:5 2. \-antaresRead:::.importOutputForClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 8. \-base::lapply(pieces, .fun, ...) 9. \-antaresRead (local) FUN(X[[i]], ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 17. \-data.table:::`[.data.table`(...) 18. \-data.table:::stopf("j mixes positives and negatives") 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:32:5'): Clusters importation column names are ok -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntares(...) at test-readAntares.R:32:5 2. \-antaresRead:::.importOutputForClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 8. \-base::lapply(pieces, .fun, ...) 9. \-antaresRead (local) FUN(X[[i]], ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 17. \-data.table:::`[.data.table`(...) 18. \-data.table:::stopf("j mixes positives and negatives") 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:42:5'): importation of different objects works --- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntares(...) at test-readAntares.R:42:5 2. \-antaresRead:::.importOutputForClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 8. \-base::lapply(pieces, .fun, ...) 9. \-antaresRead (local) FUN(X[[i]], ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 17. \-data.table:::`[.data.table`(...) 18. \-data.table:::stopf("j mixes positives and negatives") 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:64:5'): the "all" alias is understood ------------ Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntares(...) at test-readAntares.R:64:5 2. \-antaresRead:::.importOutputForClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 8. \-base::lapply(pieces, .fun, ...) 9. \-antaresRead (local) FUN(X[[i]], ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 17. \-data.table:::`[.data.table`(...) 18. \-data.table:::stopf("j mixes positives and negatives") 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:121:9'): 'select' can be used to import input columns -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. +-base::suppressWarnings(...) at test-readAntares.R:120:7 2. | \-base::withCallingHandlers(...) 3. +-base::do.call(readAntares, params) at test-readAntares.R:121:9 4. \-antaresRead (local) ``(...) 5. \-antaresRead:::.importOutputForClusters(...) 6. +-base::suppressWarnings(...) 7. | \-base::withCallingHandlers(...) 8. \-antaresRead:::.importOutput(...) 9. \-plyr::llply(...) 10. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 11. \-base::lapply(pieces, .fun, ...) 12. \-antaresRead (local) FUN(X[[i]], ...) 13. \-antaresRead (local) processFun(data) 14. \-antaresRead:::.reshape_details_file(...) 15. \-plyr::llply(...) 16. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 17. \-base::lapply(pieces, .fun, ...) 18. \-antaresRead (local) FUN(X[[i]], ...) 19. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 20. \-data.table:::`[.data.table`(...) 21. \-data.table:::stopf("j mixes positives and negatives") 22. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:136:9'): 'select' can be used to import link, area, cluster, detailed data -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. +-base::suppressWarnings(...) at test-readAntares.R:135:7 2. | \-base::withCallingHandlers(...) 3. +-base::do.call(readAntares, params) at test-readAntares.R:136:9 4. \-antaresRead (local) ``(...) 5. \-antaresRead:::.importOutputForClusters(...) 6. +-base::suppressWarnings(...) 7. | \-base::withCallingHandlers(...) 8. \-antaresRead:::.importOutput(...) 9. \-plyr::llply(...) 10. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 11. \-base::lapply(pieces, .fun, ...) 12. \-antaresRead (local) FUN(X[[i]], ...) 13. \-antaresRead (local) processFun(data) 14. \-antaresRead:::.reshape_details_file(...) 15. \-plyr::llply(...) 16. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 17. \-base::lapply(pieces, .fun, ...) 18. \-antaresRead (local) FUN(X[[i]], ...) 19. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 20. \-data.table:::`[.data.table`(...) 21. \-data.table:::stopf("j mixes positives and negatives") 22. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:144:5'): import only data related to some areas with 'select' -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntares(...) at test-readAntares.R:144:5 2. \-antaresRead:::.importOutputForClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 8. \-base::lapply(pieces, .fun, ...) 9. \-antaresRead (local) FUN(X[[i]], ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 17. \-data.table:::`[.data.table`(...) 18. \-data.table:::stopf("j mixes positives and negatives") 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:153:7'): readAntaresAreas: returns data for a set of areas -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresAreas("a", showProgress = FALSE) at test-readAntares.R:153:7 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntaresClusters.R:10:5'): Clusters importation is ok ------- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresClusters(...) at test-readAntaresClusters.R:10:5 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntaresClusters.R:27:7'): one can import cluster hourly output -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresClusters(...) at test-readAntaresClusters.R:27:7 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntaresClusters.R:27:7'): one can import cluster daily output -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresClusters(...) at test-readAntaresClusters.R:27:7 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntaresClusters.R:27:7'): one can import cluster weekly output -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresClusters(...) at test-readAntaresClusters.R:27:7 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntaresClusters.R:27:7'): one can import cluster monthly output -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresClusters(...) at test-readAntaresClusters.R:27:7 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntaresClusters.R:27:7'): one can import cluster annual output -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresClusters(...) at test-readAntaresClusters.R:27:7 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntares_STclusters.R:11:3'): ST clusters importation is ok -- Error in `setnames(dt, c(colNames, idVarsNames))`: Can't assign 2 names to a 3-column data.table Backtrace: x 1. \-antaresRead::readAntares(...) at test-readAntares_STclusters.R:11:3 2. \-antaresRead:::.importOutputForSTClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-plyr:::loop_apply(n, do.ply) 8. \-plyr (local) ``(1L) 9. \-antaresRead (local) .fun(piece, ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. \-data.table::setnames(dt, c(colNames, idVarsNames)) 17. \-data.table:::stopf(...) 18. \-data.table:::raise_condition(...) -- Error ('test-readAntares_STclusters.R:22:3'): ST clusters importation is OK -- Error in `setnames(dt, c(colNames, idVarsNames))`: Can't assign 2 names to a 3-column data.table Backtrace: x 1. \-antaresRead::readAntaresSTClusters(...) at test-readAntares_STclusters.R:22:3 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForSTClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. \-data.table::setnames(dt, c(colNames, idVarsNames)) 18. \-data.table:::stopf(...) 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares_STclusters.R:41:5'): ST clusters importation is OK for all time resolutions. -- Error in `setnames(dt, c(colNames, idVarsNames))`: Can't assign 2 names to a 3-column data.table Backtrace: x 1. \-antaresRead::readAntaresSTClusters(...) at test-readAntares_STclusters.R:41:5 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForSTClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. \-data.table::setnames(dt, c(colNames, idVarsNames)) 18. \-data.table:::stopf(...) 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares_districts.R:9:3'): (code run outside of `test_that()`) -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-base::sapply(...) at test-readAntares_districts.R:4:1 2. \-base::lapply(X = X, FUN = FUN, ...) 3. \-antaresRead (local) FUN(X[[i]], ...) 4. +-base::suppressWarnings(...) at test-readAntares_districts.R:8:1 5. | \-base::withCallingHandlers(...) 6. \-antaresRead::readAntares(...) at test-readAntares_districts.R:9:3 7. \-antaresRead:::.importOutputForClusters(...) 8. +-base::suppressWarnings(...) 9. | \-base::withCallingHandlers(...) 10. \-antaresRead:::.importOutput(...) 11. \-plyr::llply(...) 12. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 13. \-base::lapply(pieces, .fun, ...) 14. \-antaresRead (local) FUN(X[[i]], ...) 15. \-antaresRead (local) processFun(data) 16. \-antaresRead (local) reshapeFun(x) 17. \-antaresRead:::.reshape_details_file(...) 18. \-plyr::llply(...) 19. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 20. \-base::lapply(pieces, .fun, ...) 21. \-antaresRead (local) FUN(X[[i]], ...) 22. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 23. \-data.table:::`[.data.table`(...) 24. \-data.table:::stopf("j mixes positives and negatives") 25. \-data.table:::raise_condition(...) -- Error ('test-readAntares_inputs.R:17:3'): Thermal availability importation is ok -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. +-base::suppressWarnings(...) at test-readAntares_inputs.R:17:3 2. | \-base::withCallingHandlers(...) 3. \-antaresRead::readAntares(...) 4. \-antaresRead:::.importOutputForClusters(...) 5. +-base::suppressWarnings(...) 6. | \-base::withCallingHandlers(...) 7. \-antaresRead:::.importOutput(...) 8. \-plyr::llply(...) 9. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 10. \-base::lapply(pieces, .fun, ...) 11. \-antaresRead (local) FUN(X[[i]], ...) 12. \-antaresRead (local) processFun(data) 13. \-antaresRead:::.reshape_details_file(...) 14. \-plyr::llply(...) 15. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 16. \-base::lapply(pieces, .fun, ...) 17. \-antaresRead (local) FUN(X[[i]], ...) 18. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 19. \-data.table:::`[.data.table`(...) 20. \-data.table:::stopf("j mixes positives and negatives") 21. \-data.table:::raise_condition(...) -- Error ('test-readAntares_mustRun.R:8:1'): (code run outside of `test_that()`) -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-base::sapply(...) at test-readAntares_mustRun.R:4:1 2. \-base::lapply(X = X, FUN = FUN, ...) 3. \-antaresRead (local) FUN(X[[i]], ...) 4. \-antaresRead::readAntares(...) at test-readAntares_mustRun.R:8:1 5. \-antaresRead:::.importOutputForClusters(...) 6. +-base::suppressWarnings(...) 7. | \-base::withCallingHandlers(...) 8. \-antaresRead:::.importOutput(...) 9. \-plyr::llply(...) 10. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 11. \-base::lapply(pieces, .fun, ...) 12. \-antaresRead (local) FUN(X[[i]], ...) 13. \-antaresRead (local) processFun(data) 14. \-antaresRead (local) reshapeFun(x) 15. \-antaresRead:::.reshape_details_file(...) 16. \-plyr::llply(...) 17. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 18. \-base::lapply(pieces, .fun, ...) 19. \-antaresRead (local) FUN(X[[i]], ...) 20. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 21. \-data.table:::`[.data.table`(...) 22. \-data.table:::stopf("j mixes positives and negatives") 23. \-data.table:::raise_condition(...) -- Error ('test-removeVirtualAreas.R:42:5'): RemoveVirtualAreas corrects column 'area' in the table 'clusters' -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. +-base::suppressWarnings(...) at test-removeVirtualAreas.R:42:5 2. | \-base::withCallingHandlers(...) 3. \-antaresRead::readAntares(...) 4. \-antaresRead:::.importOutputForClusters(...) 5. +-base::suppressWarnings(...) 6. | \-base::withCallingHandlers(...) 7. \-antaresRead:::.importOutput(...) 8. \-plyr::llply(...) 9. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 10. \-base::lapply(pieces, .fun, ...) 11. \-antaresRead (local) FUN(X[[i]], ...) 12. \-antaresRead (local) processFun(data) 13. \-antaresRead:::.reshape_details_file(...) 14. \-plyr::llply(...) 15. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 16. \-base::lapply(pieces, .fun, ...) 17. \-antaresRead (local) FUN(X[[i]], ...) 18. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 19. \-data.table:::`[.data.table`(...) 20. \-data.table:::stopf("j mixes positives and negatives") 21. \-data.table:::raise_condition(...) -- Error ('test-removeVirtualAreas.R:168:5'): removeVirtualAreas move the cluster from virtual areas to real areas -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. +-base::suppressWarnings(...) at test-removeVirtualAreas.R:168:5 2. | \-base::withCallingHandlers(...) 3. \-antaresRead::readAntares(...) 4. \-antaresRead:::.importOutputForClusters(...) 5. +-base::suppressWarnings(...) 6. | \-base::withCallingHandlers(...) 7. \-antaresRead:::.importOutput(...) 8. \-plyr::llply(...) 9. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 10. \-base::lapply(pieces, .fun, ...) 11. \-antaresRead (local) FUN(X[[i]], ...) 12. \-antaresRead (local) processFun(data) 13. \-antaresRead:::.reshape_details_file(...) 14. \-plyr::llply(...) 15. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 16. \-base::lapply(pieces, .fun, ...) 17. \-antaresRead (local) FUN(X[[i]], ...) 18. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 19. \-data.table:::`[.data.table`(...) 20. \-data.table:::stopf("j mixes positives and negatives") 21. \-data.table:::raise_condition(...) -- Error ('test-subset_antaresDataList.R:8:1'): (code run outside of `test_that()`) -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-base::sapply(...) at test-subset_antaresDataList.R:4:1 2. \-base::lapply(X = X, FUN = FUN, ...) 3. \-antaresRead (local) FUN(X[[i]], ...) 4. \-antaresRead::readAntares(...) at test-subset_antaresDataList.R:8:1 5. \-antaresRead:::.importOutputForClusters(...) 6. +-base::suppressWarnings(...) 7. | \-base::withCallingHandlers(...) 8. \-antaresRead:::.importOutput(...) 9. \-plyr::llply(...) 10. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 11. \-base::lapply(pieces, .fun, ...) 12. \-antaresRead (local) FUN(X[[i]], ...) 13. \-antaresRead (local) processFun(data) 14. \-antaresRead:::.reshape_details_file(...) 15. \-plyr::llply(...) 16. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 17. \-base::lapply(pieces, .fun, ...) 18. \-antaresRead (local) FUN(X[[i]], ...) 19. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 20. \-data.table:::`[.data.table`(...) 21. \-data.table:::stopf("j mixes positives and negatives") 22. \-data.table:::raise_condition(...) [ FAIL 29 | WARN 375 | SKIP 3 | PASS 830 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: 1 ERROR See '/tmp/th798/16189081/R-devel/39/antaresRead.Rcheck/00check.log' for details. [1] "2025-03-30 01:11:36 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.4.3 (2025-02-28) -- "Trophy Case" 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-03-30/deps.csv", task.str = "39", release = "/scratch/th798/data.table-revdeps/2025-03-30/data.table_release_1.17.0.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-03-30/data.table_master_1.17.99.2cb03162a21328cc5f68a8c3b0e554f5edfcb5b9.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/16189081/R-release/39" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/16189081/R-release/39/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "antaresRead" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/16189081/R-release/39/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-03-30 01:11:43 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/16189081/R-release/39/library' (as 'lib' is unspecified) also installing the dependency 'memuse' trying URL 'http://cloud.r-project.org/src/contrib/memuse_4.2-3.tar.gz' Content type 'application/x-gzip' length 696170 bytes (679 KB) ================================================== downloaded 679 KB trying URL 'http://cloud.r-project.org/src/contrib/antaresRead_2.9.0.tar.gz' Content type 'application/x-gzip' length 3171663 bytes (3.0 MB) ================================================== downloaded 3.0 MB * installing *source* package 'memuse' ... ** package 'memuse' successfully unpacked and MD5 sums checked ** using staged installation 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 features.h... yes configure: creating ./config.status config.status: creating src/meminfo/src/conf.h ** 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../inst/RNACI -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 meminfo/src/cacheinfo.c -o meminfo/src/cacheinfo.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/RNACI -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 meminfo/src/fileinfo.c -o meminfo/src/fileinfo.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/RNACI -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 meminfo/src/platform.c -o meminfo/src/platform.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/RNACI -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 meminfo/src/procinfo.c -o meminfo/src/procinfo.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/RNACI -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 meminfo/src/raminfo.c -o meminfo/src/raminfo.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/RNACI -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 meminfo/src/swapinfo.c -o meminfo/src/swapinfo.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/RNACI -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 wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/RNACI -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 memuse_native.c -o memuse_native.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 memuse.so meminfo/src/cacheinfo.o meminfo/src/fileinfo.o meminfo/src/platform.o meminfo/src/procinfo.o meminfo/src/raminfo.o meminfo/src/swapinfo.o wrappers.o memuse_native.o installing to /tmp/th798/16189081/R-release/39/library/00LOCK-memuse/00new/memuse/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 (memuse) * installing *source* package 'antaresRead' ... ** package 'antaresRead' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading varAliases is not defined and will be created ** 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 (antaresRead) The downloaded source packages are in '/tmp/th798/16189081/RtmpqEyHLB/downloaded_packages' > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 27.616 2.595 47.236 > print(Sys.time()) [1] "2025-03-30 01:12:31 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-03-30 01:12:31 MST" Installing package into '/tmp/th798/16189081/R-release/39/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** 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/16189081/R-release/39/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-03-30 01:12:59 MST" * using log directory '/tmp/th798/16189081/R-release/39/antaresRead.Rcheck' * using R version 4.4.3 (2025-02-28) * 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 'antaresRead/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'antaresRead' version '2.9.0' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for 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 'antaresRead' 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 ... OK * 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 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: > #Copyright © 2016 RTE Réseau de transport d’électricité > > require(testthat) Loading required package: testthat > require(antaresRead) Loading required package: antaresRead > require(plyr) Loading required package: plyr > > > #Maybe include this in some test-file.R > #is.solaris<-function(){ > # grepl('SunOS',Sys.info()['sysname']) > #} > > #if(!is.solaris()){ > > test_check("antaresRead") Error in `[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + : j mixes positives and negatives Importing clustersSTs | | | 0% Importing areas | | | 0% | |======================= | 33% | |=============================================== | 67% | |======================================================================| 100% Importing binding constraints Importing mingen | | | 0% | |======================= | 33% | |=============================================== | 67% | |======================================================================| 100% [ FAIL 29 | WARN 375 | SKIP 3 | PASS 830 ] == Skipped tests (3) =========================================================== * Functions use warnings -- tests skipped for now (1): 'test-digest.R:5:1' * empty test (2): 'test-readInputClusters.R:61:1', 'test-readInputClusters.R:94:1' == Failed tests ================================================================ -- Error ('test-RemoveInputColumn.R:38:27'): (code run outside of `test_that()`) -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-base::sapply(...) at test-RemoveInputColumn.R:5:1 2. \-base::lapply(X = X, FUN = FUN, ...) 3. \-antaresRead (local) FUN(X[[i]], ...) 4. +-base::suppressWarnings(...) at test-RemoveInputColumn.R:38:3 5. | \-base::withCallingHandlers(...) 6. \-antaresRead::readAntares(...) at test-RemoveInputColumn.R:38:27 7. \-antaresRead:::.importOutputForClusters(...) 8. +-base::suppressWarnings(...) 9. | \-base::withCallingHandlers(...) 10. \-antaresRead:::.importOutput(...) 11. \-plyr::llply(...) 12. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 13. \-base::lapply(pieces, .fun, ...) 14. \-antaresRead (local) FUN(X[[i]], ...) 15. \-antaresRead (local) processFun(data) 16. \-antaresRead (local) reshapeFun(x) 17. \-antaresRead:::.reshape_details_file(...) 18. \-plyr::llply(...) 19. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 20. \-base::lapply(pieces, .fun, ...) 21. \-antaresRead (local) FUN(X[[i]], ...) 22. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 23. \-data.table:::`[.data.table`(...) 24. \-data.table:::stopf("j mixes positives and negatives") 25. \-data.table:::raise_condition(...) -- Error ('test-extractDataList.R:35:5'): extractDataList on areas, links clusters -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntares(...) at test-extractDataList.R:35:5 2. \-antaresRead:::.importOutputForClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 8. \-base::lapply(pieces, .fun, ...) 9. \-antaresRead (local) FUN(X[[i]], ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 17. \-data.table:::`[.data.table`(...) 18. \-data.table:::stopf("j mixes positives and negatives") 19. \-data.table:::raise_condition(...) -- Error ('test-importOutputForClusters.R:25:5'): .importOutputForClusters is ok -- Error in `setnames(dt, c(colNames, idVarsNames))`: Can't assign 2 names to a 3-column data.table Backtrace: x 1. \-antaresRead:::.importOutputForClusters(...) at test-importOutputForClusters.R:25:5 2. +-base::suppressWarnings(...) 3. | \-base::withCallingHandlers(...) 4. \-antaresRead:::.importOutput(...) 5. \-plyr::llply(...) 6. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 7. \-base::lapply(pieces, .fun, ...) 8. \-antaresRead (local) FUN(X[[i]], ...) 9. \-antaresRead (local) processFun(data) 10. \-antaresRead:::.reshape_details_file(...) 11. \-plyr::llply(...) 12. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 13. \-base::lapply(pieces, .fun, ...) 14. \-antaresRead (local) FUN(X[[i]], ...) 15. \-data.table::setnames(dt, c(colNames, idVarsNames)) 16. \-data.table:::stopf(...) 17. \-data.table:::raise_condition(...) -- Error ('test-importOutputForClusters.R:44:5'): .importOutputForResClusters is ok -- Error in `setnames(dt, c(colNames, idVarsNames))`: Can't assign 2 names to a 3-column data.table Backtrace: x 1. \-antaresRead:::.importOutputForResClusters(...) at test-importOutputForClusters.R:44:5 2. +-base::suppressWarnings(...) 3. | \-base::withCallingHandlers(...) 4. \-antaresRead:::.importOutput(...) 5. \-plyr::llply(...) 6. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 7. \-base::lapply(pieces, .fun, ...) 8. \-antaresRead (local) FUN(X[[i]], ...) 9. \-antaresRead (local) processFun(data) 10. \-antaresRead:::.reshape_details_file(...) 11. \-plyr::llply(...) 12. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 13. \-base::lapply(pieces, .fun, ...) 14. \-antaresRead (local) FUN(X[[i]], ...) 15. \-data.table::setnames(dt, c(colNames, idVarsNames)) 16. \-data.table:::stopf(...) 17. \-data.table:::raise_condition(...) -- Error ('test-importOutputForClusters.R:62:5'): .importOutputForSTClusters is ok -- Error in `setnames(dt, c(colNames, idVarsNames))`: Can't assign 2 names to a 3-column data.table Backtrace: x 1. \-antaresRead:::.importOutputForSTClusters(...) at test-importOutputForClusters.R:62:5 2. +-base::suppressWarnings(...) 3. | \-base::withCallingHandlers(...) 4. \-antaresRead:::.importOutput(...) 5. \-plyr::llply(...) 6. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 7. \-base::lapply(pieces, .fun, ...) 8. \-antaresRead (local) FUN(X[[i]], ...) 9. \-antaresRead (local) processFun(data) 10. \-antaresRead:::.reshape_details_file(...) 11. \-plyr::llply(...) 12. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 13. \-base::lapply(pieces, .fun, ...) 14. \-antaresRead (local) FUN(X[[i]], ...) 15. \-data.table::setnames(dt, c(colNames, idVarsNames)) 16. \-data.table:::stopf(...) 17. \-data.table:::raise_condition(...) -- Error ('test-mcaggreg.R:17:1'): (code run outside of `test_that()`) --------- Error in `FUN(X[[i]], ...)`: object 'struct' not found Backtrace: x 1. \-antaresRead:::aggregateResult_old(...) at test-mcaggreg.R:17:1 2. \-base::sapply(...) 3. \-base::lapply(X = X, FUN = FUN, ...) 4. \-antaresRead (local) FUN(X[[i]], ...) 5. \-antaresRead:::.formatOutput(...) -- Error ('test-readAntares.R:25:5'): Clusters importation is ok --------------- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntares(clusters = opts$areasWithClusters, showProgress = FALSE) at test-readAntares.R:25:5 2. \-antaresRead:::.importOutputForClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 8. \-base::lapply(pieces, .fun, ...) 9. \-antaresRead (local) FUN(X[[i]], ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 17. \-data.table:::`[.data.table`(...) 18. \-data.table:::stopf("j mixes positives and negatives") 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:32:5'): Clusters importation column names are ok -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntares(...) at test-readAntares.R:32:5 2. \-antaresRead:::.importOutputForClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 8. \-base::lapply(pieces, .fun, ...) 9. \-antaresRead (local) FUN(X[[i]], ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 17. \-data.table:::`[.data.table`(...) 18. \-data.table:::stopf("j mixes positives and negatives") 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:42:5'): importation of different objects works --- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntares(...) at test-readAntares.R:42:5 2. \-antaresRead:::.importOutputForClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 8. \-base::lapply(pieces, .fun, ...) 9. \-antaresRead (local) FUN(X[[i]], ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 17. \-data.table:::`[.data.table`(...) 18. \-data.table:::stopf("j mixes positives and negatives") 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:64:5'): the "all" alias is understood ------------ Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntares(...) at test-readAntares.R:64:5 2. \-antaresRead:::.importOutputForClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 8. \-base::lapply(pieces, .fun, ...) 9. \-antaresRead (local) FUN(X[[i]], ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 17. \-data.table:::`[.data.table`(...) 18. \-data.table:::stopf("j mixes positives and negatives") 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:121:9'): 'select' can be used to import input columns -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. +-base::suppressWarnings(...) at test-readAntares.R:120:7 2. | \-base::withCallingHandlers(...) 3. +-base::do.call(readAntares, params) at test-readAntares.R:121:9 4. \-antaresRead (local) ``(...) 5. \-antaresRead:::.importOutputForClusters(...) 6. +-base::suppressWarnings(...) 7. | \-base::withCallingHandlers(...) 8. \-antaresRead:::.importOutput(...) 9. \-plyr::llply(...) 10. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 11. \-base::lapply(pieces, .fun, ...) 12. \-antaresRead (local) FUN(X[[i]], ...) 13. \-antaresRead (local) processFun(data) 14. \-antaresRead:::.reshape_details_file(...) 15. \-plyr::llply(...) 16. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 17. \-base::lapply(pieces, .fun, ...) 18. \-antaresRead (local) FUN(X[[i]], ...) 19. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 20. \-data.table:::`[.data.table`(...) 21. \-data.table:::stopf("j mixes positives and negatives") 22. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:136:9'): 'select' can be used to import link, area, cluster, detailed data -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. +-base::suppressWarnings(...) at test-readAntares.R:135:7 2. | \-base::withCallingHandlers(...) 3. +-base::do.call(readAntares, params) at test-readAntares.R:136:9 4. \-antaresRead (local) ``(...) 5. \-antaresRead:::.importOutputForClusters(...) 6. +-base::suppressWarnings(...) 7. | \-base::withCallingHandlers(...) 8. \-antaresRead:::.importOutput(...) 9. \-plyr::llply(...) 10. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 11. \-base::lapply(pieces, .fun, ...) 12. \-antaresRead (local) FUN(X[[i]], ...) 13. \-antaresRead (local) processFun(data) 14. \-antaresRead:::.reshape_details_file(...) 15. \-plyr::llply(...) 16. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 17. \-base::lapply(pieces, .fun, ...) 18. \-antaresRead (local) FUN(X[[i]], ...) 19. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 20. \-data.table:::`[.data.table`(...) 21. \-data.table:::stopf("j mixes positives and negatives") 22. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:144:5'): import only data related to some areas with 'select' -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntares(...) at test-readAntares.R:144:5 2. \-antaresRead:::.importOutputForClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 8. \-base::lapply(pieces, .fun, ...) 9. \-antaresRead (local) FUN(X[[i]], ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 17. \-data.table:::`[.data.table`(...) 18. \-data.table:::stopf("j mixes positives and negatives") 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:153:7'): readAntaresAreas: returns data for a set of areas -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresAreas("a", showProgress = FALSE) at test-readAntares.R:153:7 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntaresClusters.R:10:5'): Clusters importation is ok ------- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresClusters(...) at test-readAntaresClusters.R:10:5 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntaresClusters.R:27:7'): one can import cluster hourly output -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresClusters(...) at test-readAntaresClusters.R:27:7 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntaresClusters.R:27:7'): one can import cluster daily output -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresClusters(...) at test-readAntaresClusters.R:27:7 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntaresClusters.R:27:7'): one can import cluster weekly output -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresClusters(...) at test-readAntaresClusters.R:27:7 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntaresClusters.R:27:7'): one can import cluster monthly output -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresClusters(...) at test-readAntaresClusters.R:27:7 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntaresClusters.R:27:7'): one can import cluster annual output -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresClusters(...) at test-readAntaresClusters.R:27:7 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntares_STclusters.R:11:3'): ST clusters importation is ok -- Error in `setnames(dt, c(colNames, idVarsNames))`: Can't assign 2 names to a 3-column data.table Backtrace: x 1. \-antaresRead::readAntares(...) at test-readAntares_STclusters.R:11:3 2. \-antaresRead:::.importOutputForSTClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-plyr:::loop_apply(n, do.ply) 8. \-plyr (local) ``(1L) 9. \-antaresRead (local) .fun(piece, ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. \-data.table::setnames(dt, c(colNames, idVarsNames)) 17. \-data.table:::stopf(...) 18. \-data.table:::raise_condition(...) -- Error ('test-readAntares_STclusters.R:22:3'): ST clusters importation is OK -- Error in `setnames(dt, c(colNames, idVarsNames))`: Can't assign 2 names to a 3-column data.table Backtrace: x 1. \-antaresRead::readAntaresSTClusters(...) at test-readAntares_STclusters.R:22:3 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForSTClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. \-data.table::setnames(dt, c(colNames, idVarsNames)) 18. \-data.table:::stopf(...) 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares_STclusters.R:41:5'): ST clusters importation is OK for all time resolutions. -- Error in `setnames(dt, c(colNames, idVarsNames))`: Can't assign 2 names to a 3-column data.table Backtrace: x 1. \-antaresRead::readAntaresSTClusters(...) at test-readAntares_STclusters.R:41:5 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForSTClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. \-data.table::setnames(dt, c(colNames, idVarsNames)) 18. \-data.table:::stopf(...) 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares_districts.R:9:3'): (code run outside of `test_that()`) -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-base::sapply(...) at test-readAntares_districts.R:4:1 2. \-base::lapply(X = X, FUN = FUN, ...) 3. \-antaresRead (local) FUN(X[[i]], ...) 4. +-base::suppressWarnings(...) at test-readAntares_districts.R:8:1 5. | \-base::withCallingHandlers(...) 6. \-antaresRead::readAntares(...) at test-readAntares_districts.R:9:3 7. \-antaresRead:::.importOutputForClusters(...) 8. +-base::suppressWarnings(...) 9. | \-base::withCallingHandlers(...) 10. \-antaresRead:::.importOutput(...) 11. \-plyr::llply(...) 12. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 13. \-base::lapply(pieces, .fun, ...) 14. \-antaresRead (local) FUN(X[[i]], ...) 15. \-antaresRead (local) processFun(data) 16. \-antaresRead (local) reshapeFun(x) 17. \-antaresRead:::.reshape_details_file(...) 18. \-plyr::llply(...) 19. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 20. \-base::lapply(pieces, .fun, ...) 21. \-antaresRead (local) FUN(X[[i]], ...) 22. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 23. \-data.table:::`[.data.table`(...) 24. \-data.table:::stopf("j mixes positives and negatives") 25. \-data.table:::raise_condition(...) -- Error ('test-readAntares_inputs.R:17:3'): Thermal availability importation is ok -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. +-base::suppressWarnings(...) at test-readAntares_inputs.R:17:3 2. | \-base::withCallingHandlers(...) 3. \-antaresRead::readAntares(...) 4. \-antaresRead:::.importOutputForClusters(...) 5. +-base::suppressWarnings(...) 6. | \-base::withCallingHandlers(...) 7. \-antaresRead:::.importOutput(...) 8. \-plyr::llply(...) 9. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 10. \-base::lapply(pieces, .fun, ...) 11. \-antaresRead (local) FUN(X[[i]], ...) 12. \-antaresRead (local) processFun(data) 13. \-antaresRead:::.reshape_details_file(...) 14. \-plyr::llply(...) 15. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 16. \-base::lapply(pieces, .fun, ...) 17. \-antaresRead (local) FUN(X[[i]], ...) 18. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 19. \-data.table:::`[.data.table`(...) 20. \-data.table:::stopf("j mixes positives and negatives") 21. \-data.table:::raise_condition(...) -- Error ('test-readAntares_mustRun.R:8:1'): (code run outside of `test_that()`) -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-base::sapply(...) at test-readAntares_mustRun.R:4:1 2. \-base::lapply(X = X, FUN = FUN, ...) 3. \-antaresRead (local) FUN(X[[i]], ...) 4. \-antaresRead::readAntares(...) at test-readAntares_mustRun.R:8:1 5. \-antaresRead:::.importOutputForClusters(...) 6. +-base::suppressWarnings(...) 7. | \-base::withCallingHandlers(...) 8. \-antaresRead:::.importOutput(...) 9. \-plyr::llply(...) 10. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 11. \-base::lapply(pieces, .fun, ...) 12. \-antaresRead (local) FUN(X[[i]], ...) 13. \-antaresRead (local) processFun(data) 14. \-antaresRead (local) reshapeFun(x) 15. \-antaresRead:::.reshape_details_file(...) 16. \-plyr::llply(...) 17. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 18. \-base::lapply(pieces, .fun, ...) 19. \-antaresRead (local) FUN(X[[i]], ...) 20. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 21. \-data.table:::`[.data.table`(...) 22. \-data.table:::stopf("j mixes positives and negatives") 23. \-data.table:::raise_condition(...) -- Error ('test-removeVirtualAreas.R:42:5'): RemoveVirtualAreas corrects column 'area' in the table 'clusters' -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. +-base::suppressWarnings(...) at test-removeVirtualAreas.R:42:5 2. | \-base::withCallingHandlers(...) 3. \-antaresRead::readAntares(...) 4. \-antaresRead:::.importOutputForClusters(...) 5. +-base::suppressWarnings(...) 6. | \-base::withCallingHandlers(...) 7. \-antaresRead:::.importOutput(...) 8. \-plyr::llply(...) 9. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 10. \-base::lapply(pieces, .fun, ...) 11. \-antaresRead (local) FUN(X[[i]], ...) 12. \-antaresRead (local) processFun(data) 13. \-antaresRead:::.reshape_details_file(...) 14. \-plyr::llply(...) 15. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 16. \-base::lapply(pieces, .fun, ...) 17. \-antaresRead (local) FUN(X[[i]], ...) 18. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 19. \-data.table:::`[.data.table`(...) 20. \-data.table:::stopf("j mixes positives and negatives") 21. \-data.table:::raise_condition(...) -- Error ('test-removeVirtualAreas.R:168:5'): removeVirtualAreas move the cluster from virtual areas to real areas -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. +-base::suppressWarnings(...) at test-removeVirtualAreas.R:168:5 2. | \-base::withCallingHandlers(...) 3. \-antaresRead::readAntares(...) 4. \-antaresRead:::.importOutputForClusters(...) 5. +-base::suppressWarnings(...) 6. | \-base::withCallingHandlers(...) 7. \-antaresRead:::.importOutput(...) 8. \-plyr::llply(...) 9. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 10. \-base::lapply(pieces, .fun, ...) 11. \-antaresRead (local) FUN(X[[i]], ...) 12. \-antaresRead (local) processFun(data) 13. \-antaresRead:::.reshape_details_file(...) 14. \-plyr::llply(...) 15. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 16. \-base::lapply(pieces, .fun, ...) 17. \-antaresRead (local) FUN(X[[i]], ...) 18. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 19. \-data.table:::`[.data.table`(...) 20. \-data.table:::stopf("j mixes positives and negatives") 21. \-data.table:::raise_condition(...) -- Error ('test-subset_antaresDataList.R:8:1'): (code run outside of `test_that()`) -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-base::sapply(...) at test-subset_antaresDataList.R:4:1 2. \-base::lapply(X = X, FUN = FUN, ...) 3. \-antaresRead (local) FUN(X[[i]], ...) 4. \-antaresRead::readAntares(...) at test-subset_antaresDataList.R:8:1 5. \-antaresRead:::.importOutputForClusters(...) 6. +-base::suppressWarnings(...) 7. | \-base::withCallingHandlers(...) 8. \-antaresRead:::.importOutput(...) 9. \-plyr::llply(...) 10. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 11. \-base::lapply(pieces, .fun, ...) 12. \-antaresRead (local) FUN(X[[i]], ...) 13. \-antaresRead (local) processFun(data) 14. \-antaresRead:::.reshape_details_file(...) 15. \-plyr::llply(...) 16. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 17. \-base::lapply(pieces, .fun, ...) 18. \-antaresRead (local) FUN(X[[i]], ...) 19. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 20. \-data.table:::`[.data.table`(...) 21. \-data.table:::stopf("j mixes positives and negatives") 22. \-data.table:::raise_condition(...) [ FAIL 29 | WARN 375 | SKIP 3 | PASS 830 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: 1 ERROR See '/tmp/th798/16189081/R-release/39/antaresRead.Rcheck/00check.log' for details. [1] "2025-03-30 01:16:16 MST" [1] "2025-03-30 01:16:16 MST" Installing package into '/tmp/th798/16189081/R-release/39/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** 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/16189081/R-release/39/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-03-30 01:16:43 MST" * using log directory '/tmp/th798/16189081/R-release/39/antaresRead.Rcheck' * using R version 4.4.3 (2025-02-28) * 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 'antaresRead/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'antaresRead' version '2.9.0' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for 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 'antaresRead' 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 ... OK * 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 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: > #Copyright © 2016 RTE Réseau de transport d’électricité > > require(testthat) Loading required package: testthat > require(antaresRead) Loading required package: antaresRead > require(plyr) Loading required package: plyr > > > #Maybe include this in some test-file.R > #is.solaris<-function(){ > # grepl('SunOS',Sys.info()['sysname']) > #} > > #if(!is.solaris()){ > > test_check("antaresRead") Error in `[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + : j mixes positives and negatives Importing clustersSTs | | | 0% Importing areas | | | 0% | |======================= | 33% | |=============================================== | 67% | |======================================================================| 100% Importing binding constraints Importing mingen | | | 0% | |======================= | 33% | |=============================================== | 67% | |======================================================================| 100% [ FAIL 29 | WARN 375 | SKIP 3 | PASS 830 ] == Skipped tests (3) =========================================================== * Functions use warnings -- tests skipped for now (1): 'test-digest.R:5:1' * empty test (2): 'test-readInputClusters.R:61:1', 'test-readInputClusters.R:94:1' == Failed tests ================================================================ -- Error ('test-RemoveInputColumn.R:38:27'): (code run outside of `test_that()`) -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-base::sapply(...) at test-RemoveInputColumn.R:5:1 2. \-base::lapply(X = X, FUN = FUN, ...) 3. \-antaresRead (local) FUN(X[[i]], ...) 4. +-base::suppressWarnings(...) at test-RemoveInputColumn.R:38:3 5. | \-base::withCallingHandlers(...) 6. \-antaresRead::readAntares(...) at test-RemoveInputColumn.R:38:27 7. \-antaresRead:::.importOutputForClusters(...) 8. +-base::suppressWarnings(...) 9. | \-base::withCallingHandlers(...) 10. \-antaresRead:::.importOutput(...) 11. \-plyr::llply(...) 12. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 13. \-base::lapply(pieces, .fun, ...) 14. \-antaresRead (local) FUN(X[[i]], ...) 15. \-antaresRead (local) processFun(data) 16. \-antaresRead (local) reshapeFun(x) 17. \-antaresRead:::.reshape_details_file(...) 18. \-plyr::llply(...) 19. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 20. \-base::lapply(pieces, .fun, ...) 21. \-antaresRead (local) FUN(X[[i]], ...) 22. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 23. \-data.table:::`[.data.table`(...) 24. \-data.table:::stopf("j mixes positives and negatives") 25. \-data.table:::raise_condition(...) -- Error ('test-extractDataList.R:35:5'): extractDataList on areas, links clusters -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntares(...) at test-extractDataList.R:35:5 2. \-antaresRead:::.importOutputForClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 8. \-base::lapply(pieces, .fun, ...) 9. \-antaresRead (local) FUN(X[[i]], ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 17. \-data.table:::`[.data.table`(...) 18. \-data.table:::stopf("j mixes positives and negatives") 19. \-data.table:::raise_condition(...) -- Error ('test-importOutputForClusters.R:25:5'): .importOutputForClusters is ok -- Error in `setnames(dt, c(colNames, idVarsNames))`: Can't assign 2 names to a 3-column data.table Backtrace: x 1. \-antaresRead:::.importOutputForClusters(...) at test-importOutputForClusters.R:25:5 2. +-base::suppressWarnings(...) 3. | \-base::withCallingHandlers(...) 4. \-antaresRead:::.importOutput(...) 5. \-plyr::llply(...) 6. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 7. \-base::lapply(pieces, .fun, ...) 8. \-antaresRead (local) FUN(X[[i]], ...) 9. \-antaresRead (local) processFun(data) 10. \-antaresRead:::.reshape_details_file(...) 11. \-plyr::llply(...) 12. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 13. \-base::lapply(pieces, .fun, ...) 14. \-antaresRead (local) FUN(X[[i]], ...) 15. \-data.table::setnames(dt, c(colNames, idVarsNames)) 16. \-data.table:::stopf(...) 17. \-data.table:::raise_condition(...) -- Error ('test-importOutputForClusters.R:44:5'): .importOutputForResClusters is ok -- Error in `setnames(dt, c(colNames, idVarsNames))`: Can't assign 2 names to a 3-column data.table Backtrace: x 1. \-antaresRead:::.importOutputForResClusters(...) at test-importOutputForClusters.R:44:5 2. +-base::suppressWarnings(...) 3. | \-base::withCallingHandlers(...) 4. \-antaresRead:::.importOutput(...) 5. \-plyr::llply(...) 6. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 7. \-base::lapply(pieces, .fun, ...) 8. \-antaresRead (local) FUN(X[[i]], ...) 9. \-antaresRead (local) processFun(data) 10. \-antaresRead:::.reshape_details_file(...) 11. \-plyr::llply(...) 12. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 13. \-base::lapply(pieces, .fun, ...) 14. \-antaresRead (local) FUN(X[[i]], ...) 15. \-data.table::setnames(dt, c(colNames, idVarsNames)) 16. \-data.table:::stopf(...) 17. \-data.table:::raise_condition(...) -- Error ('test-importOutputForClusters.R:62:5'): .importOutputForSTClusters is ok -- Error in `setnames(dt, c(colNames, idVarsNames))`: Can't assign 2 names to a 3-column data.table Backtrace: x 1. \-antaresRead:::.importOutputForSTClusters(...) at test-importOutputForClusters.R:62:5 2. +-base::suppressWarnings(...) 3. | \-base::withCallingHandlers(...) 4. \-antaresRead:::.importOutput(...) 5. \-plyr::llply(...) 6. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 7. \-base::lapply(pieces, .fun, ...) 8. \-antaresRead (local) FUN(X[[i]], ...) 9. \-antaresRead (local) processFun(data) 10. \-antaresRead:::.reshape_details_file(...) 11. \-plyr::llply(...) 12. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 13. \-base::lapply(pieces, .fun, ...) 14. \-antaresRead (local) FUN(X[[i]], ...) 15. \-data.table::setnames(dt, c(colNames, idVarsNames)) 16. \-data.table:::stopf(...) 17. \-data.table:::raise_condition(...) -- Error ('test-mcaggreg.R:17:1'): (code run outside of `test_that()`) --------- Error in `FUN(X[[i]], ...)`: object 'struct' not found Backtrace: x 1. \-antaresRead:::aggregateResult_old(...) at test-mcaggreg.R:17:1 2. \-base::sapply(...) 3. \-base::lapply(X = X, FUN = FUN, ...) 4. \-antaresRead (local) FUN(X[[i]], ...) 5. \-antaresRead:::.formatOutput(...) -- Error ('test-readAntares.R:25:5'): Clusters importation is ok --------------- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntares(clusters = opts$areasWithClusters, showProgress = FALSE) at test-readAntares.R:25:5 2. \-antaresRead:::.importOutputForClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 8. \-base::lapply(pieces, .fun, ...) 9. \-antaresRead (local) FUN(X[[i]], ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 17. \-data.table:::`[.data.table`(...) 18. \-data.table:::stopf("j mixes positives and negatives") 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:32:5'): Clusters importation column names are ok -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntares(...) at test-readAntares.R:32:5 2. \-antaresRead:::.importOutputForClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 8. \-base::lapply(pieces, .fun, ...) 9. \-antaresRead (local) FUN(X[[i]], ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 17. \-data.table:::`[.data.table`(...) 18. \-data.table:::stopf("j mixes positives and negatives") 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:42:5'): importation of different objects works --- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntares(...) at test-readAntares.R:42:5 2. \-antaresRead:::.importOutputForClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 8. \-base::lapply(pieces, .fun, ...) 9. \-antaresRead (local) FUN(X[[i]], ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 17. \-data.table:::`[.data.table`(...) 18. \-data.table:::stopf("j mixes positives and negatives") 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:64:5'): the "all" alias is understood ------------ Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntares(...) at test-readAntares.R:64:5 2. \-antaresRead:::.importOutputForClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 8. \-base::lapply(pieces, .fun, ...) 9. \-antaresRead (local) FUN(X[[i]], ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 17. \-data.table:::`[.data.table`(...) 18. \-data.table:::stopf("j mixes positives and negatives") 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:121:9'): 'select' can be used to import input columns -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. +-base::suppressWarnings(...) at test-readAntares.R:120:7 2. | \-base::withCallingHandlers(...) 3. +-base::do.call(readAntares, params) at test-readAntares.R:121:9 4. \-antaresRead (local) ``(...) 5. \-antaresRead:::.importOutputForClusters(...) 6. +-base::suppressWarnings(...) 7. | \-base::withCallingHandlers(...) 8. \-antaresRead:::.importOutput(...) 9. \-plyr::llply(...) 10. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 11. \-base::lapply(pieces, .fun, ...) 12. \-antaresRead (local) FUN(X[[i]], ...) 13. \-antaresRead (local) processFun(data) 14. \-antaresRead:::.reshape_details_file(...) 15. \-plyr::llply(...) 16. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 17. \-base::lapply(pieces, .fun, ...) 18. \-antaresRead (local) FUN(X[[i]], ...) 19. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 20. \-data.table:::`[.data.table`(...) 21. \-data.table:::stopf("j mixes positives and negatives") 22. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:136:9'): 'select' can be used to import link, area, cluster, detailed data -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. +-base::suppressWarnings(...) at test-readAntares.R:135:7 2. | \-base::withCallingHandlers(...) 3. +-base::do.call(readAntares, params) at test-readAntares.R:136:9 4. \-antaresRead (local) ``(...) 5. \-antaresRead:::.importOutputForClusters(...) 6. +-base::suppressWarnings(...) 7. | \-base::withCallingHandlers(...) 8. \-antaresRead:::.importOutput(...) 9. \-plyr::llply(...) 10. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 11. \-base::lapply(pieces, .fun, ...) 12. \-antaresRead (local) FUN(X[[i]], ...) 13. \-antaresRead (local) processFun(data) 14. \-antaresRead:::.reshape_details_file(...) 15. \-plyr::llply(...) 16. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 17. \-base::lapply(pieces, .fun, ...) 18. \-antaresRead (local) FUN(X[[i]], ...) 19. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 20. \-data.table:::`[.data.table`(...) 21. \-data.table:::stopf("j mixes positives and negatives") 22. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:144:5'): import only data related to some areas with 'select' -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntares(...) at test-readAntares.R:144:5 2. \-antaresRead:::.importOutputForClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 8. \-base::lapply(pieces, .fun, ...) 9. \-antaresRead (local) FUN(X[[i]], ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 17. \-data.table:::`[.data.table`(...) 18. \-data.table:::stopf("j mixes positives and negatives") 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares.R:153:7'): readAntaresAreas: returns data for a set of areas -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresAreas("a", showProgress = FALSE) at test-readAntares.R:153:7 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntaresClusters.R:10:5'): Clusters importation is ok ------- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresClusters(...) at test-readAntaresClusters.R:10:5 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntaresClusters.R:27:7'): one can import cluster hourly output -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresClusters(...) at test-readAntaresClusters.R:27:7 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntaresClusters.R:27:7'): one can import cluster daily output -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresClusters(...) at test-readAntaresClusters.R:27:7 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntaresClusters.R:27:7'): one can import cluster weekly output -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresClusters(...) at test-readAntaresClusters.R:27:7 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntaresClusters.R:27:7'): one can import cluster monthly output -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresClusters(...) at test-readAntaresClusters.R:27:7 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntaresClusters.R:27:7'): one can import cluster annual output -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-antaresRead::readAntaresClusters(...) at test-readAntaresClusters.R:27:7 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 18. \-data.table:::`[.data.table`(...) 19. \-data.table:::stopf("j mixes positives and negatives") 20. \-data.table:::raise_condition(...) -- Error ('test-readAntares_STclusters.R:11:3'): ST clusters importation is ok -- Error in `setnames(dt, c(colNames, idVarsNames))`: Can't assign 2 names to a 3-column data.table Backtrace: x 1. \-antaresRead::readAntares(...) at test-readAntares_STclusters.R:11:3 2. \-antaresRead:::.importOutputForSTClusters(...) 3. +-base::suppressWarnings(...) 4. | \-base::withCallingHandlers(...) 5. \-antaresRead:::.importOutput(...) 6. \-plyr::llply(...) 7. +-plyr:::loop_apply(n, do.ply) 8. \-plyr (local) ``(1L) 9. \-antaresRead (local) .fun(piece, ...) 10. \-antaresRead (local) processFun(data) 11. \-antaresRead:::.reshape_details_file(...) 12. \-plyr::llply(...) 13. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 14. \-base::lapply(pieces, .fun, ...) 15. \-antaresRead (local) FUN(X[[i]], ...) 16. \-data.table::setnames(dt, c(colNames, idVarsNames)) 17. \-data.table:::stopf(...) 18. \-data.table:::raise_condition(...) -- Error ('test-readAntares_STclusters.R:22:3'): ST clusters importation is OK -- Error in `setnames(dt, c(colNames, idVarsNames))`: Can't assign 2 names to a 3-column data.table Backtrace: x 1. \-antaresRead::readAntaresSTClusters(...) at test-readAntares_STclusters.R:22:3 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForSTClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. \-data.table::setnames(dt, c(colNames, idVarsNames)) 18. \-data.table:::stopf(...) 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares_STclusters.R:41:5'): ST clusters importation is OK for all time resolutions. -- Error in `setnames(dt, c(colNames, idVarsNames))`: Can't assign 2 names to a 3-column data.table Backtrace: x 1. \-antaresRead::readAntaresSTClusters(...) at test-readAntares_STclusters.R:41:5 2. \-antaresRead::readAntares(...) 3. \-antaresRead:::.importOutputForSTClusters(...) 4. +-base::suppressWarnings(...) 5. | \-base::withCallingHandlers(...) 6. \-antaresRead:::.importOutput(...) 7. \-plyr::llply(...) 8. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 9. \-base::lapply(pieces, .fun, ...) 10. \-antaresRead (local) FUN(X[[i]], ...) 11. \-antaresRead (local) processFun(data) 12. \-antaresRead:::.reshape_details_file(...) 13. \-plyr::llply(...) 14. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 15. \-base::lapply(pieces, .fun, ...) 16. \-antaresRead (local) FUN(X[[i]], ...) 17. \-data.table::setnames(dt, c(colNames, idVarsNames)) 18. \-data.table:::stopf(...) 19. \-data.table:::raise_condition(...) -- Error ('test-readAntares_districts.R:9:3'): (code run outside of `test_that()`) -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-base::sapply(...) at test-readAntares_districts.R:4:1 2. \-base::lapply(X = X, FUN = FUN, ...) 3. \-antaresRead (local) FUN(X[[i]], ...) 4. +-base::suppressWarnings(...) at test-readAntares_districts.R:8:1 5. | \-base::withCallingHandlers(...) 6. \-antaresRead::readAntares(...) at test-readAntares_districts.R:9:3 7. \-antaresRead:::.importOutputForClusters(...) 8. +-base::suppressWarnings(...) 9. | \-base::withCallingHandlers(...) 10. \-antaresRead:::.importOutput(...) 11. \-plyr::llply(...) 12. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 13. \-base::lapply(pieces, .fun, ...) 14. \-antaresRead (local) FUN(X[[i]], ...) 15. \-antaresRead (local) processFun(data) 16. \-antaresRead (local) reshapeFun(x) 17. \-antaresRead:::.reshape_details_file(...) 18. \-plyr::llply(...) 19. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 20. \-base::lapply(pieces, .fun, ...) 21. \-antaresRead (local) FUN(X[[i]], ...) 22. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 23. \-data.table:::`[.data.table`(...) 24. \-data.table:::stopf("j mixes positives and negatives") 25. \-data.table:::raise_condition(...) -- Error ('test-readAntares_inputs.R:17:3'): Thermal availability importation is ok -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. +-base::suppressWarnings(...) at test-readAntares_inputs.R:17:3 2. | \-base::withCallingHandlers(...) 3. \-antaresRead::readAntares(...) 4. \-antaresRead:::.importOutputForClusters(...) 5. +-base::suppressWarnings(...) 6. | \-base::withCallingHandlers(...) 7. \-antaresRead:::.importOutput(...) 8. \-plyr::llply(...) 9. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 10. \-base::lapply(pieces, .fun, ...) 11. \-antaresRead (local) FUN(X[[i]], ...) 12. \-antaresRead (local) processFun(data) 13. \-antaresRead:::.reshape_details_file(...) 14. \-plyr::llply(...) 15. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 16. \-base::lapply(pieces, .fun, ...) 17. \-antaresRead (local) FUN(X[[i]], ...) 18. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 19. \-data.table:::`[.data.table`(...) 20. \-data.table:::stopf("j mixes positives and negatives") 21. \-data.table:::raise_condition(...) -- Error ('test-readAntares_mustRun.R:8:1'): (code run outside of `test_that()`) -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-base::sapply(...) at test-readAntares_mustRun.R:4:1 2. \-base::lapply(X = X, FUN = FUN, ...) 3. \-antaresRead (local) FUN(X[[i]], ...) 4. \-antaresRead::readAntares(...) at test-readAntares_mustRun.R:8:1 5. \-antaresRead:::.importOutputForClusters(...) 6. +-base::suppressWarnings(...) 7. | \-base::withCallingHandlers(...) 8. \-antaresRead:::.importOutput(...) 9. \-plyr::llply(...) 10. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 11. \-base::lapply(pieces, .fun, ...) 12. \-antaresRead (local) FUN(X[[i]], ...) 13. \-antaresRead (local) processFun(data) 14. \-antaresRead (local) reshapeFun(x) 15. \-antaresRead:::.reshape_details_file(...) 16. \-plyr::llply(...) 17. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 18. \-base::lapply(pieces, .fun, ...) 19. \-antaresRead (local) FUN(X[[i]], ...) 20. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 21. \-data.table:::`[.data.table`(...) 22. \-data.table:::stopf("j mixes positives and negatives") 23. \-data.table:::raise_condition(...) -- Error ('test-removeVirtualAreas.R:42:5'): RemoveVirtualAreas corrects column 'area' in the table 'clusters' -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. +-base::suppressWarnings(...) at test-removeVirtualAreas.R:42:5 2. | \-base::withCallingHandlers(...) 3. \-antaresRead::readAntares(...) 4. \-antaresRead:::.importOutputForClusters(...) 5. +-base::suppressWarnings(...) 6. | \-base::withCallingHandlers(...) 7. \-antaresRead:::.importOutput(...) 8. \-plyr::llply(...) 9. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 10. \-base::lapply(pieces, .fun, ...) 11. \-antaresRead (local) FUN(X[[i]], ...) 12. \-antaresRead (local) processFun(data) 13. \-antaresRead:::.reshape_details_file(...) 14. \-plyr::llply(...) 15. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 16. \-base::lapply(pieces, .fun, ...) 17. \-antaresRead (local) FUN(X[[i]], ...) 18. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 19. \-data.table:::`[.data.table`(...) 20. \-data.table:::stopf("j mixes positives and negatives") 21. \-data.table:::raise_condition(...) -- Error ('test-removeVirtualAreas.R:168:5'): removeVirtualAreas move the cluster from virtual areas to real areas -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. +-base::suppressWarnings(...) at test-removeVirtualAreas.R:168:5 2. | \-base::withCallingHandlers(...) 3. \-antaresRead::readAntares(...) 4. \-antaresRead:::.importOutputForClusters(...) 5. +-base::suppressWarnings(...) 6. | \-base::withCallingHandlers(...) 7. \-antaresRead:::.importOutput(...) 8. \-plyr::llply(...) 9. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 10. \-base::lapply(pieces, .fun, ...) 11. \-antaresRead (local) FUN(X[[i]], ...) 12. \-antaresRead (local) processFun(data) 13. \-antaresRead:::.reshape_details_file(...) 14. \-plyr::llply(...) 15. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 16. \-base::lapply(pieces, .fun, ...) 17. \-antaresRead (local) FUN(X[[i]], ...) 18. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 19. \-data.table:::`[.data.table`(...) 20. \-data.table:::stopf("j mixes positives and negatives") 21. \-data.table:::raise_condition(...) -- Error ('test-subset_antaresDataList.R:8:1'): (code run outside of `test_that()`) -- Error in ``[.data.table`(x, , c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE)`: j mixes positives and negatives Backtrace: x 1. \-base::sapply(...) at test-subset_antaresDataList.R:4:1 2. \-base::lapply(X = X, FUN = FUN, ...) 3. \-antaresRead (local) FUN(X[[i]], ...) 4. \-antaresRead::readAntares(...) at test-subset_antaresDataList.R:8:1 5. \-antaresRead:::.importOutputForClusters(...) 6. +-base::suppressWarnings(...) 7. | \-base::withCallingHandlers(...) 8. \-antaresRead:::.importOutput(...) 9. \-plyr::llply(...) 10. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 11. \-base::lapply(pieces, .fun, ...) 12. \-antaresRead (local) FUN(X[[i]], ...) 13. \-antaresRead (local) processFun(data) 14. \-antaresRead:::.reshape_details_file(...) 15. \-plyr::llply(...) 16. +-base::structure(lapply(pieces, .fun, ...), dim = dim(pieces)) 17. \-base::lapply(pieces, .fun, ...) 18. \-antaresRead (local) FUN(X[[i]], ...) 19. +-x[, c(nclusters * 0:(length(colNames) - 1) + i, idVarsId), with = FALSE] 20. \-data.table:::`[.data.table`(...) 21. \-data.table:::stopf("j mixes positives and negatives") 22. \-data.table:::raise_condition(...) [ FAIL 29 | WARN 375 | SKIP 3 | PASS 830 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: 1 ERROR See '/tmp/th798/16189081/R-release/39/antaresRead.Rcheck/00check.log' for details. [1] "2025-03-30 01:19:52 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) + } >