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-28 r88067) -- "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-29/deps.csv", task.str = "1214", release = "/scratch/th798/data.table-revdeps/2025-03-29/data.table_release_1.17.0.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-03-29/data.table_master_1.17.99.2cb03162a21328cc5f68a8c3b0e554f5edfcb5b9.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/16180273/R-devel/1214" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/16180273/R-devel/1214/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "rio" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/16180273/R-devel/1214/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-29 01:15:52 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/16180273/R-devel/1214/library' (as 'lib' is unspecified) also installing the dependencies 'minty', 'hexView', 'pzfx', 'readODS', 'rmatio' trying URL 'http://cloud.r-project.org/src/contrib/minty_0.0.5.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/hexView_0.3-4.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/pzfx_0.3.0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/readODS_2.3.2.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/rmatio_0.19.0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/rio_1.2.3.tar.gz' * installing *source* package 'minty' ... ** this is package 'minty' version '0.0.5' ** package 'minty' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I'/projects/genomic-ml/R/R-devel/library/tzdb/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Collector.cpp -o Collector.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I'/projects/genomic-ml/R/R-devel/library/tzdb/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c CollectorGuess.cpp -o CollectorGuess.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I'/projects/genomic-ml/R/R-devel/library/tzdb/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Iconv.cpp -o Iconv.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I'/projects/genomic-ml/R/R-devel/library/tzdb/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c LocaleInfo.cpp -o LocaleInfo.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I'/projects/genomic-ml/R/R-devel/library/tzdb/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Source.cpp -o Source.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I'/projects/genomic-ml/R/R-devel/library/tzdb/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Tokenizer.cpp -o Tokenizer.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I'/projects/genomic-ml/R/R-devel/library/tzdb/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cpp11.cpp -o cpp11.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I'/projects/genomic-ml/R/R-devel/library/tzdb/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c parse.cpp -o parse.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I'/projects/genomic-ml/R/R-devel/library/tzdb/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c type_convert.cpp -o type_convert.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o minty.so Collector.o CollectorGuess.o Iconv.o LocaleInfo.o Source.o Tokenizer.o cpp11.o parse.o type_convert.o installing to /tmp/th798/16180273/R-devel/1214/library/00LOCK-minty/00new/minty/libs ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (minty) * installing *source* package 'hexView' ... ** this is package 'hexView' version '0.3-4' ** package 'hexView' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (hexView) * installing *source* package 'pzfx' ... ** this is package 'pzfx' version '0.3.0' ** package 'pzfx' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** 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 (pzfx) * installing *source* package 'rmatio' ... ** this is package 'rmatio' version '0.19.0' ** package 'rmatio' successfully unpacked and MD5 sums checked ** using staged installation checking for pkg-config... /home/th798/.conda/envs/emacs1/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking inttypes.h... yes checking stdlib.h... yes checking stdint.h... yes checking strings.h... yes checking string.h... yes checking sys/stat.h... yes checking sys/types.h... yes checking unistd.h... checking for zlib... yes checking size of char... 1 checking size of short... 2 checking size of double... 8 checking size of float... 4 checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of size_t... 8 checking size of void *... 8 checking for mat_int8_t... int8_t checking for mat_int16_t... int16_t checking for mat_int32_t... int32_t checking for mat_int64_t... int64_t checking for mat_uint8_t... uint8_t checking for mat_uint16_t... uint16_t checking for mat_uint32_t... uint32_t checking for mat_uint64_t... uint64_t configure: creating ./config.status config.status: creating src/Makevars config.status: creating src/matio/config.h config.status: src/matio/config.h is unchanged ** 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 -DR_NO_REMAP -DSTRICT_R_HEADERS -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c matio/endian.c -o matio/endian.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c matio/inflate.c -o matio/inflate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c matio/mat4.c -o matio/mat4.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c matio/mat5.c -o matio/mat5.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c matio/mat.c -o matio/mat.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c matio/matvar_cell.c -o matio/matvar_cell.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c matio/matvar_struct.c -o matio/matvar_struct.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c matio/read_data.c -o matio/read_data.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rmatio.c -o rmatio.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 rmatio.so matio/endian.o matio/inflate.o matio/mat4.o matio/mat5.o matio/mat.o matio/matvar_cell.o matio/matvar_struct.o matio/read_data.o rmatio.o -L/home/th798/.conda/envs/emacs1/lib -lz installing to /tmp/th798/16180273/R-devel/1214/library/00LOCK-rmatio/00new/rmatio/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (rmatio) * installing *source* package 'rio' ... ** this is package 'rio' version '1.2.3' ** package 'rio' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** 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 (rio) * installing *source* package 'readODS' ... ** this is package 'readODS' version '2.3.2' ** package 'readODS' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cpp11.cpp -o cpp11.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c get_sheet_names.cpp -o get_sheet_names.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c is_ods.cpp -o is_ods.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read_flat_ods_.cpp -o read_flat_ods_.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read_ods_.cpp -o read_ods_.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read_ods_internals.cpp -o read_ods_internals.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c splice.cpp -o splice.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/projects/genomic-ml/R/R-devel/library/cpp11/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c write_sheet_file_.cpp -o write_sheet_file_.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o readODS.so cpp11.o get_sheet_names.o is_ods.o read_flat_ods_.o read_ods_.o read_ods_internals.o splice.o write_sheet_file_.o installing to /tmp/th798/16180273/R-devel/1214/library/00LOCK-readODS/00new/readODS/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (readODS) The downloaded source packages are in '/tmp/th798/16180273/Rtmpl8SQhZ/downloaded_packages' > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 36.438 5.890 73.280 > print(Sys.time()) [1] "2025-03-29 01:17:05 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-29 01:17:05 MST" Installing package into '/tmp/th798/16180273/R-devel/1214/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/16180273/R-devel/1214/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-29 01:17:26 MST" * using log directory '/tmp/th798/16180273/R-devel/1214/rio.Rcheck' * using R Under development (unstable) (2025-03-28 r88067) * 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 'rio/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'rio' version '1.2.3' * 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 'rio' 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 whether startup messages can be suppressed ... 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 R/sysdata.rda ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' ERROR Running the tests in 'tests/testthat.R' failed. Complete output: > library("testthat") > library("rio") > test_check("rio", reporter = "summary") characterize: characterize()/factorize(): W.WW.WW.WW.WW.W.W check_file: ..................W.....W....W.....W....W compress: Compressed files: W.W.W.W.W.W.W adding: file303ce55c9fc7dc.csv (deflated 78%) W.W.W.W.WW.W.W.W.WW.W.W.W.W.WW.W.W.W.W.WW.W.W.W.WW.W.W.W.W.W adding: mtcars1.csv (deflated 48%) adding: mtcars2.csv (deflated 50%) adding: mtcars3.csv (deflated 47%) W...W.W.W1W adding: file303ce545228ba0.xlsx (deflated 11%) ...W../usr/bin/gtar: NA: Not found in archive /usr/bin/gtar: Exiting with failure status due to previous errors .W../usr/bin/gtar: NA: Not found in archive /usr/bin/gtar: Exiting with failure status due to previous errors .W../usr/bin/gtar: NA: Not found in archive /usr/bin/gtar: Exiting with failure status due to previous errors .W../usr/bin/gtar: NA: Not found in archive /usr/bin/gtar: Exiting with failure status due to previous errors .W../usr/bin/gtar: NA: Not found in archive /usr/bin/gtar: Exiting with failure status due to previous errors .2W........WSW adding: tmp/th798/16180273/RtmpIQQyU4/file303ce55a483403.csv (stored 0%) .W.W.W.W adding: file_1.csv (deflated 48%) adding: file_2.csv (deflated 50%) adding: file_3.csv (deflated 47%) W.W..W convert: W.W.WW.W.W.W.W create_outfiles: ...W.....W errors: .W....W..W.WW..W.W export_corner_cases: W..W.WW..W.WW.3W4W export_list: ..W.W. adding: file_1.csv (deflated 48%) adding: file_2.csv (deflated 50%) adding: file_3.csv (deflated 47%) W. adding: file_1.csv (deflated 48%) adding: file_2.csv (deflated 50%) adding: file_3.csv (deflated 47%) W.W.W.W.W......W.. adding: file_1.csv (deflated 48%) adding: file_2.csv (deflated 50%) adding: file_3.csv (deflated 47%) .W.W.W.W....W.WSW extensions: .W..W format_R: W.W.W.W.W format_arff: W.W.W format_csv: W.WW.W.W.WW.W.W.W.WW.W.WW.W.W.W.W.W.W.W..W...W format_csvy: W.W.W format_dbf: W.W.W.W format_dif: W.W format_dta: W..WW...WW...W..W format_eviews: W.W format_external_packages: ...........W....W format_feather: W.W.W format_fortran: W.W format_fst: W.W.W format_fwf: W.W.W.W.W...WW.W.W..W format_html: W.W.WW.WW.W.WW.W.W.W.W...............W format_json: W.W.WW.W.W.W.W.W format_matlab: SW format_mtp: format_ods: ..W.W.W..WW.W.W.WW.W...W.W...W format_parquet: W.W.W format_psv: W.W.W..W format_pzfx: W.W.W.W.W.W format_qs: W.W.W format_rdata: W.W.W.W.W.W.W.W.W..WW.W.W.W.W.W.W.W.W..W format_rds: W.W.WW.W.W.W format_rec: format_sas: W.W.WW.W format_sav: W.W.W.W.W.W.W.W.W.W.W...WW.W.W.W.W.W.W.W.W.W.W.W format_syd: W.W format_tsv: W.W.W..W format_xls: W.W.W.W.W.W.W...W..WW.W.W.W format_xml: W.W.W...............W format_yml: W.W...W5W gather_attrs: W.W.W.W.W.W.W.W.W.W.WW.W.W.W.W.W.WW.W.W.W.W.W.W guess: .....W........WW.W..W identical: ...W....W.W..W.W....W..W.W import_list: .W.W.W.WW.W.WW.W.W.W.WW.W.W.W.WW.W.W.W.W.W.W.W.W.WW.W adding: file303ce53d0c935e.csv (deflated 58%) W.W.W.W adding: mtcars1.csv (deflated 48%) adding: mtcars2.csv (deflated 50%) adding: mtcars3.csv (deflated 47%) ..W..W.W.W.WW..W..W.W.W.WW.W.W..W..WSW adding: file303ce5579c8a67.xlsx (deflated 8%) .. adding: file303ce53ab43aa9.dta (deflated 89%) .. adding: file303ce5664e3ef3.sav (deflated 62%) .. adding: file303ce54e719347.csv (deflated 58%) .. adding: file303ce56e22841c.csv2 (deflated 58%) ..W adding: file303ce552bfa009.qs (stored 0%) .. adding: file303ce552710bd5.parquet (deflated 40%) .. adding: file303ce5efe3fa.ods (deflated 7%) ..WW.W..WW.W.W..W..W mapping: .........W.W..W matrix: W.W.W.W remote: S set_class: W.W.W.W.W.WW.W.W.WW.W.W.WW.W.W.W.W.W.W.W.W suggestions: SWSWSW trust: ..W..W..W..W...W..W...W...W == Skipped ===================================================================== 1. tar export error for R < 4.0.3 ('test_compress.R:101:5') - Reason: getRversion() >= "4.0.3" is TRUE 2. tar export error for R < 4.0.3 ('test_export_list.R:67:5') - Reason: getRversion() >= "4.0.3" is TRUE 3. Export to and import from matlab ('test_format_matlab.R:4:5') - Reason: failing mysteriously 4. URL #294 ('test_import_list.R:140:5') - Reason: On CRAN 5. (code run outside of `test_that()`) ('test_remote.R:1:1') - Reason: On CRAN 6. uninstalled_formats() ('test_suggestions.R:2:5') - Reason: On CRAN 7. show_unsupported_formats (in the fully supported environment) on CI ('test_suggestions.R:13:5') - Reason: On CRAN 8. show_unsupported_formats (in the partial supported environment) on CI ('test_suggestions.R:22:5') - Reason: On CRAN == Warnings ==================================================================== 1. test characterize.default() ('test_characterize.R:9:5') - Changing language has no effect when envvar LC_ALL='C' 2. (code run outside of `test_that()`) ('test_characterize.R:8:1') - Changing language has no effect when envvar LC_ALL='C' 3. test characterize.default() ('test_characterize.R:13:5') - Changing language has no effect when envvar LC_ALL='C' 4. (code run outside of `test_that()`) ('test_characterize.R:12:1') - Changing language has no effect when envvar LC_ALL='C' 5. test factorize.data.frame() ('test_characterize.R:17:5') - Changing language has no effect when envvar LC_ALL='C' 6. (code run outside of `test_that()`) ('test_characterize.R:16:1') - Changing language has no effect when envvar LC_ALL='C' 7. test factorize.data.frame() ('test_characterize.R:21:5') - Changing language has no effect when envvar LC_ALL='C' 8. (code run outside of `test_that()`) ('test_characterize.R:20:1') - Changing language has no effect when envvar LC_ALL='C' 9. test factorize coerce_character ('test_characterize.R:25:5') - Changing language has no effect when envvar LC_ALL='C' 10. test factorize coerce_character ('test_characterize.R:26:5') - Changing language has no effect when envvar LC_ALL='C' 11. (code run outside of `test_that()`) ('test_characterize.R:24:1') - Changing language has no effect when envvar LC_ALL='C' 12. (code run outside of `test_that()`) ('test_check_file.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 13. (code run outside of `test_that()`) ('test_check_file.R:27:1') - Changing language has no effect when envvar LC_ALL='C' 14. (code run outside of `test_that()`) ('test_check_file.R:39:1') - Changing language has no effect when envvar LC_ALL='C' 15. (code run outside of `test_that()`) ('test_check_file.R:50:1') - Changing language has no effect when envvar LC_ALL='C' 16. (code run outside of `test_that()`) ('test_check_file.R:62:1') - Changing language has no effect when envvar LC_ALL='C' 17. Recognize compressed file types ('test_compress.R:4:5') - Changing language has no effect when envvar LC_ALL='C' 18. Recognize compressed file types ('test_compress.R:5:5') - Changing language has no effect when envvar LC_ALL='C' 19. Recognize compressed file types ('test_compress.R:6:5') - Changing language has no effect when envvar LC_ALL='C' 20. Recognize compressed file types ('test_compress.R:7:5') - Changing language has no effect when envvar LC_ALL='C' 21. Recognize compressed file types ('test_compress.R:8:5') - Changing language has no effect when envvar LC_ALL='C' 22. Recognize compressed file types ('test_compress.R:9:5') - Changing language has no effect when envvar LC_ALL='C' 23. (code run outside of `test_that()`) ('test_compress.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 24. Export to compressed (zip, tar) / import ('test_compress.R:18:13') - Changing language has no effect when envvar LC_ALL='C' 25. Export to compressed (zip, tar) / import ('test_compress.R:19:13') - Changing language has no effect when envvar LC_ALL='C' 26. Export to compressed (zip, tar) / import ('test_compress.R:20:13') - Changing language has no effect when envvar LC_ALL='C' 27. Export to compressed (zip, tar) / import ('test_compress.R:22:13') - Changing language has no effect when envvar LC_ALL='C' 28. Export to compressed (zip, tar) / import ('test_compress.R:17:13') - invalid uid value replaced by that for user 'nobody' 29. Export to compressed (zip, tar) / import ('test_compress.R:18:13') - Changing language has no effect when envvar LC_ALL='C' 30. Export to compressed (zip, tar) / import ('test_compress.R:19:13') - Changing language has no effect when envvar LC_ALL='C' 31. Export to compressed (zip, tar) / import ('test_compress.R:20:13') - Changing language has no effect when envvar LC_ALL='C' 32. Export to compressed (zip, tar) / import ('test_compress.R:22:13') - Changing language has no effect when envvar LC_ALL='C' 33. Export to compressed (zip, tar) / import ('test_compress.R:17:13') - invalid uid value replaced by that for user 'nobody' 34. Export to compressed (zip, tar) / import ('test_compress.R:18:13') - Changing language has no effect when envvar LC_ALL='C' 35. Export to compressed (zip, tar) / import ('test_compress.R:19:13') - Changing language has no effect when envvar LC_ALL='C' 36. Export to compressed (zip, tar) / import ('test_compress.R:20:13') - Changing language has no effect when envvar LC_ALL='C' 37. Export to compressed (zip, tar) / import ('test_compress.R:22:13') - Changing language has no effect when envvar LC_ALL='C' 38. Export to compressed (zip, tar) / import ('test_compress.R:24:17') - Changing language has no effect when envvar LC_ALL='C' 39. Export to compressed (zip, tar) / import ('test_compress.R:17:13') - invalid uid value replaced by that for user 'nobody' 40. Export to compressed (zip, tar) / import ('test_compress.R:18:13') - Changing language has no effect when envvar LC_ALL='C' 41. Export to compressed (zip, tar) / import ('test_compress.R:19:13') - Changing language has no effect when envvar LC_ALL='C' 42. Export to compressed (zip, tar) / import ('test_compress.R:20:13') - Changing language has no effect when envvar LC_ALL='C' 43. Export to compressed (zip, tar) / import ('test_compress.R:22:13') - Changing language has no effect when envvar LC_ALL='C' 44. Export to compressed (zip, tar) / import ('test_compress.R:24:17') - Changing language has no effect when envvar LC_ALL='C' 45. Export to compressed (zip, tar) / import ('test_compress.R:17:13') - invalid uid value replaced by that for user 'nobody' 46. Export to compressed (zip, tar) / import ('test_compress.R:18:13') - Changing language has no effect when envvar LC_ALL='C' 47. Export to compressed (zip, tar) / import ('test_compress.R:19:13') - Changing language has no effect when envvar LC_ALL='C' 48. Export to compressed (zip, tar) / import ('test_compress.R:20:13') - Changing language has no effect when envvar LC_ALL='C' 49. Export to compressed (zip, tar) / import ('test_compress.R:22:13') - Changing language has no effect when envvar LC_ALL='C' 50. Export to compressed (zip, tar) / import ('test_compress.R:17:13') - invalid uid value replaced by that for user 'nobody' 51. Export to compressed (zip, tar) / import ('test_compress.R:18:13') - Changing language has no effect when envvar LC_ALL='C' 52. Export to compressed (zip, tar) / import ('test_compress.R:19:13') - Changing language has no effect when envvar LC_ALL='C' 53. Export to compressed (zip, tar) / import ('test_compress.R:20:13') - Changing language has no effect when envvar LC_ALL='C' 54. Export to compressed (zip, tar) / import ('test_compress.R:22:13') - Changing language has no effect when envvar LC_ALL='C' 55. Export to compressed (zip, tar) / import ('test_compress.R:27:17') - Changing language has no effect when envvar LC_ALL='C' 56. (code run outside of `test_that()`) ('test_compress.R:12:1') - Changing language has no effect when envvar LC_ALL='C' 57. Multi-item zip ('test_compress.R:40:13') - Changing language has no effect when envvar LC_ALL='C' 58. Multi-item zip ('test_compress.R:43:13') - Changing language has no effect when envvar LC_ALL='C' 59. Multi-item zip ('test_compress.R:44:13') - Changing language has no effect when envvar LC_ALL='C' 60. (code run outside of `test_that()`) ('test_compress.R:33:1') - Changing language has no effect when envvar LC_ALL='C' 61. (code run outside of `test_that()`) ('test_compress.R:49:1') - Changing language has no effect when envvar LC_ALL='C' 62. Prevent the reuse of `which` for zip and tar ('test_compress.R:71:13') - invalid uid value replaced by that for user 'nobody' 63. Prevent the reuse of `which` for zip and tar ('test_compress.R:71:13') - invalid uid value replaced by that for user 'nobody' 64. Prevent the reuse of `which` for zip and tar ('test_compress.R:71:13') - invalid uid value replaced by that for user 'nobody' 65. Prevent the reuse of `which` for zip and tar ('test_compress.R:71:13') - invalid uid value replaced by that for user 'nobody' 66. Prevent the reuse of `which` for zip and tar ('test_compress.R:71:13') - invalid uid value replaced by that for user 'nobody' 67. (code run outside of `test_that()`) ('test_compress.R:66:1') - Changing language has no effect when envvar LC_ALL='C' 68. (code run outside of `test_that()`) ('test_compress.R:89:1') - Changing language has no effect when envvar LC_ALL='C' 69. (code run outside of `test_that()`) ('test_compress.R:100:1') - Changing language has no effect when envvar LC_ALL='C' 70. Wild zip and tar ref $425 ('test_compress.R:122:13') - invalid uid value replaced by that for user 'nobody' 71. Wild zip and tar ref $425 ('test_compress.R:122:13') - invalid uid value replaced by that for user 'nobody' 72. Wild zip and tar ref $425 ('test_compress.R:122:13') - invalid uid value replaced by that for user 'nobody' 73. (code run outside of `test_that()`) ('test_compress.R:107:1') - Changing language has no effect when envvar LC_ALL='C' 74. Relative path #438 ('test_compress.R:137:9') - Changing language has no effect when envvar LC_ALL='C' 75. (code run outside of `test_that()`) ('test_compress.R:128:1') - Changing language has no effect when envvar LC_ALL='C' 76. (code run outside of `test_that()`) ('test_compress.R:141:1') - Changing language has no effect when envvar LC_ALL='C' 77. Basic file conversion ('test_convert.R:9:9') - Changing language has no effect when envvar LC_ALL='C' 78. Basic file conversion ('test_convert.R:10:9') - Changing language has no effect when envvar LC_ALL='C' 79. (code run outside of `test_that()`) ('test_convert.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 80. File conversion with arguments ('test_convert.R:18:9') - Changing language has no effect when envvar LC_ALL='C' 81. File conversion with arguments ('test_convert.R:19:9') - Changing language has no effect when envvar LC_ALL='C' 82. File conversion with arguments ('test_convert.R:22:9') - Changing language has no effect when envvar LC_ALL='C' 83. (code run outside of `test_that()`) ('test_convert.R:14:1') - Changing language has no effect when envvar LC_ALL='C' 84. (code run outside of `test_that()`) ('test_convert.R:26:1') - Changing language has no effect when envvar LC_ALL='C' 85. (code run outside of `test_that()`) ('test_create_outfiles.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 86. (code run outside of `test_that()`) ('test_create_outfiles.R:17:1') - Changing language has no effect when envvar LC_ALL='C' 87. (code run outside of `test_that()`) ('test_errors.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 88. (code run outside of `test_that()`) ('test_errors.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 89. (code run outside of `test_that()`) ('test_errors.R:19:1') - Changing language has no effect when envvar LC_ALL='C' 90. (code run outside of `test_that()`) ('test_errors.R:26:1') - Changing language has no effect when envvar LC_ALL='C' 91. Column widths printed for fixed-width format ('test_errors.R:34:9') - Changing language has no effect when envvar LC_ALL='C' 92. (code run outside of `test_that()`) ('test_errors.R:32:1') - Changing language has no effect when envvar LC_ALL='C' 93. (code run outside of `test_that()`) ('test_errors.R:39:1') - Changing language has no effect when envvar LC_ALL='C' 94. export to nonexisting directory #347 ('test_export_corner_cases.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 95. export to nonexisting directory #347 ('test_export_corner_cases.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 96. (code run outside of `test_that()`) ('test_export_corner_cases.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 97. export to existing directory (contra previous one) #347 ('test_export_corner_cases.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 98. export to existing directory (contra previous one) #347 ('test_export_corner_cases.R:16:9') - Changing language has no effect when envvar LC_ALL='C' 99. (code run outside of `test_that()`) ('test_export_corner_cases.R:10:1') - Changing language has no effect when envvar LC_ALL='C' 100. export to nonexisting directory also for compressed file #347 ('test_export_corner_cases.R:23:9') - Changing language has no effect when envvar LC_ALL='C' 101. export to nonexisting directory also for compressed file #347 ('test_export_corner_cases.R:25:9') - Changing language has no effect when envvar LC_ALL='C' 102. (code run outside of `test_that()`) ('test_export_corner_cases.R:20:1') - Changing language has no effect when envvar LC_ALL='C' 103. export_list() works ('test_export_list.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 104. export_list() works ('test_export_list.R:16:9') - Changing language has no effect when envvar LC_ALL='C' 105. export_list() works ('test_export_list.R:18:9') - Changing language has no effect when envvar LC_ALL='C' 106. export_list() works ('test_export_list.R:19:9') - Changing language has no effect when envvar LC_ALL='C' 107. export_list() works ('test_export_list.R:21:9') - Changing language has no effect when envvar LC_ALL='C' 108. export_list() works ('test_export_list.R:22:9') - Changing language has no effect when envvar LC_ALL='C' 109. export_list() works ('test_export_list.R:23:9') - Changing language has no effect when envvar LC_ALL='C' 110. export_list() works ('test_export_list.R:26:9') - Changing language has no effect when envvar LC_ALL='C' 111. (code run outside of `test_that()`) ('test_export_list.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 112. archive formats, #415 ('test_export_list.R:46:9') - invalid uid value replaced by that for user 'nobody' 113. archive formats, #415 ('test_export_list.R:47:9') - invalid uid value replaced by that for user 'nobody' 114. archive formats, #415 ('test_export_list.R:48:9') - invalid uid value replaced by that for user 'nobody' 115. (code run outside of `test_that()`) ('test_export_list.R:39:1') - Changing language has no effect when envvar LC_ALL='C' 116. List length of one, #385 ('test_export_list.R:62:9') - Changing language has no effect when envvar LC_ALL='C' 117. (code run outside of `test_that()`) ('test_export_list.R:52:1') - Changing language has no effect when envvar LC_ALL='C' 118. (code run outside of `test_that()`) ('test_export_list.R:66:1') - Changing language has no effect when envvar LC_ALL='C' 119. (code run outside of `test_that()`) ('test_extensions.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 120. (code run outside of `test_that()`) ('test_extensions.R:15:1') - Changing language has no effect when envvar LC_ALL='C' 121. Export / Import to .R dump file ('test_format_R.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 122. Export / Import to .R dump file ('test_format_R.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 123. Export / Import to .R dump file ('test_format_R.R:12:9') - Changing language has no effect when envvar LC_ALL='C' 124. Export / Import to .R dump file ('test_format_R.R:13:9') - Changing language has no effect when envvar LC_ALL='C' 125. (code run outside of `test_that()`) ('test_format_R.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 126. Weka (.arff) imports/exports ('test_format_arff.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 127. Weka (.arff) imports/exports ('test_format_arff.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 128. (code run outside of `test_that()`) ('test_format_arff.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 129. Export to CSV ('test_format_csv.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 130. (code run outside of `test_that()`) ('test_format_csv.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 131. Export (Append) to CSV ('test_format_csv.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 132. Export (Append) to CSV ('test_format_csv.R:17:9') - Changing language has no effect when envvar LC_ALL='C' 133. (code run outside of `test_that()`) ('test_format_csv.R:10:1') - Changing language has no effect when envvar LC_ALL='C' 134. (code run outside of `test_that()`) ('test_format_csv.R:21:1') - Changing language has no effect when envvar LC_ALL='C' 135. Import from (European-style) CSV with semicolon separator ('test_format_csv.R:29:9') - Changing language has no effect when envvar LC_ALL='C' 136. Import from (European-style) CSV with semicolon separator ('test_format_csv.R:31:9') - Changing language has no effect when envvar LC_ALL='C' 137. Import from (European-style) CSV with semicolon separator ('test_format_csv.R:34:9') - Changing language has no effect when envvar LC_ALL='C' 138. Import from (European-style) CSV with semicolon separator ('test_format_csv.R:35:9') - Changing language has no effect when envvar LC_ALL='C' 139. (code run outside of `test_that()`) ('test_format_csv.R:26:1') - Changing language has no effect when envvar LC_ALL='C' 140. Export to and Import from CSV2 ('test_format_csv.R:42:9') - Changing language has no effect when envvar LC_ALL='C' 141. Export to and Import from CSV2 ('test_format_csv.R:43:9') - Changing language has no effect when envvar LC_ALL='C' 142. (code run outside of `test_that()`) ('test_format_csv.R:39:1') - Changing language has no effect when envvar LC_ALL='C' 143. Export to and Import from TSV with CSV extension ('test_format_csv.R:50:9') - Changing language has no effect when envvar LC_ALL='C' 144. Export to and Import from TSV with CSV extension ('test_format_csv.R:51:9') - Changing language has no effect when envvar LC_ALL='C' 145. Export to and Import from TSV with CSV extension ('test_format_csv.R:52:9') - Changing language has no effect when envvar LC_ALL='C' 146. Export to and Import from TSV with CSV extension ('test_format_csv.R:53:9') - Changing language has no effect when envvar LC_ALL='C' 147. Export to and Import from TSV with CSV extension ('test_format_csv.R:54:9') - Changing language has no effect when envvar LC_ALL='C' 148. Export to and Import from TSV with CSV extension ('test_format_csv.R:55:9') - Changing language has no effect when envvar LC_ALL='C' 149. Export to and Import from TSV with CSV extension ('test_format_csv.R:56:9') - Changing language has no effect when envvar LC_ALL='C' 150. (code run outside of `test_that()`) ('test_format_csv.R:47:1') - Changing language has no effect when envvar LC_ALL='C' 151. (code run outside of `test_that()`) ('test_format_csv.R:60:1') - Changing language has no effect when envvar LC_ALL='C' 152. (code run outside of `test_that()`) ('test_format_csv.R:68:1') - Changing language has no effect when envvar LC_ALL='C' 153. Export to and import from CSVY ('test_format_csvy.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 154. Export to and import from CSVY ('test_format_csvy.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 155. (code run outside of `test_that()`) ('test_format_csvy.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 156. Export to and import from XBASE (.dbf) ('test_format_dbf.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 157. Export to and import from XBASE (.dbf) ('test_format_dbf.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 158. Export to and import from XBASE (.dbf) ('test_format_dbf.R:8:9') - Changing language has no effect when envvar LC_ALL='C' 159. (code run outside of `test_that()`) ('test_format_dbf.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 160. Import from DIF ('test_format_dif.R:3:5') - Changing language has no effect when envvar LC_ALL='C' 161. (code run outside of `test_that()`) ('test_format_dif.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 162. Export to Stata ('test_format_dta.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 163. (code run outside of `test_that()`) ('test_format_dta.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 164. Import from Stata (read_dta) ('test_format_dta.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 165. (code run outside of `test_that()`) ('test_format_dta.R:11:1') - Changing language has no effect when envvar LC_ALL='C' 166. Import from Stata with extended Haven features (read_dta) ('test_format_dta.R:25:9') - Changing language has no effect when envvar LC_ALL='C' 167. (code run outside of `test_that()`) ('test_format_dta.R:21:1') - Changing language has no effect when envvar LC_ALL='C' 168. (code run outside of `test_that()`) ('test_format_dta.R:34:1') - Changing language has no effect when envvar LC_ALL='C' 169. Import from EViews ('test_format_eviews.R:3:5') - Changing language has no effect when envvar LC_ALL='C' 170. (code run outside of `test_that()`) ('test_format_eviews.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 171. (code run outside of `test_that()`) ('test_format_external_packages.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 172. (code run outside of `test_that()`) ('test_format_external_packages.R:11:1') - Changing language has no effect when envvar LC_ALL='C' 173. Export to and import from feather ('test_format_feather.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 174. Export to and import from feather ('test_format_feather.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 175. (code run outside of `test_that()`) ('test_format_feather.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 176. Import from Fortran ('test_format_fortran.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 177. (code run outside of `test_that()`) ('test_format_fortran.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 178. Export to and import from fst ('test_format_fst.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 179. Export to and import from fst ('test_format_fst.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 180. (code run outside of `test_that()`) ('test_format_fst.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 181. Export to and import from FWF .fwf ('test_format_fwf.R:8:9') - Changing language has no effect when envvar LC_ALL='C' 182. Export to and import from FWF .fwf ('test_format_fwf.R:9:9') - Changing language has no effect when envvar LC_ALL='C' 183. Export to and import from FWF .fwf ('test_format_fwf.R:10:9') - Changing language has no effect when envvar LC_ALL='C' 184. Export to and import from FWF .fwf ('test_format_fwf.R:11:9') - Changing language has no effect when envvar LC_ALL='C' 185. Export to and import from FWF .fwf ('test_format_fwf.R:13:9') - Changing language has no effect when envvar LC_ALL='C' 186. (code run outside of `test_that()`) ('test_format_fwf.R:5:1') - Changing language has no effect when envvar LC_ALL='C' 187. Export to and import from FWF .txt ('test_format_fwf.R:23:9') - Changing language has no effect when envvar LC_ALL='C' 188. Export to and import from FWF .txt ('test_format_fwf.R:24:9') - Changing language has no effect when envvar LC_ALL='C' 189. (code run outside of `test_that()`) ('test_format_fwf.R:20:1') - Changing language has no effect when envvar LC_ALL='C' 190. (code run outside of `test_that()`) ('test_format_fwf.R:28:1') - Changing language has no effect when envvar LC_ALL='C' 191. Export to and import from HTML ('test_format_html.R:18:9') - Changing language has no effect when envvar LC_ALL='C' 192. Export to and import from HTML ('test_format_html.R:19:9') - Changing language has no effect when envvar LC_ALL='C' 193. (code run outside of `test_that()`) ('test_format_html.R:15:1') - Changing language has no effect when envvar LC_ALL='C' 194. Export to HTML with ampersands ('test_format_html.R:30:9') - Changing language has no effect when envvar LC_ALL='C' 195. (code run outside of `test_that()`) ('test_format_html.R:23:1') - Changing language has no effect when envvar LC_ALL='C' 196. Import from HTML ('test_format_html.R:37:5') - Changing language has no effect when envvar LC_ALL='C' 197. Import from HTML ('test_format_html.R:38:5') - Changing language has no effect when envvar LC_ALL='C' 198. (code run outside of `test_that()`) ('test_format_html.R:35:1') - Changing language has no effect when envvar LC_ALL='C' 199. Import from HTML with multiple tbody elements ('test_format_html.R:42:5') - Changing language has no effect when envvar LC_ALL='C' 200. Import from HTML with multiple tbody elements ('test_format_html.R:43:5') - Changing language has no effect when envvar LC_ALL='C' 201. Import from HTML with multiple tbody elements ('test_format_html.R:44:5') - Changing language has no effect when envvar LC_ALL='C' 202. Import from HTML with multiple tbody elements ('test_format_html.R:45:5') - Changing language has no effect when envvar LC_ALL='C' 203. (code run outside of `test_that()`) ('test_format_html.R:41:1') - Changing language has no effect when envvar LC_ALL='C' 204. (code run outside of `test_that()`) ('test_format_html.R:48:1') - Changing language has no effect when envvar LC_ALL='C' 205. Export to and import from JSON ('test_format_json.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 206. Export to and import from JSON ('test_format_json.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 207. (code run outside of `test_that()`) ('test_format_json.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 208. Export to JSON (non-data frame) ('test_format_json.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 209. Export to JSON (non-data frame) ('test_format_json.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 210. Export to JSON (non-data frame) ('test_format_json.R:16:9') - Changing language has no effect when envvar LC_ALL='C' 211. Export to JSON (non-data frame) ('test_format_json.R:17:9') - Changing language has no effect when envvar LC_ALL='C' 212. (code run outside of `test_that()`) ('test_format_json.R:11:1') - Changing language has no effect when envvar LC_ALL='C' 213. (code run outside of `test_that()`) ('test_format_json.R:21:1') - Changing language has no effect when envvar LC_ALL='C' 214. (code run outside of `test_that()`) ('test_format_matlab.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 215. Import from ODS ('test_format_ods.R:9:5') - Changing language has no effect when envvar LC_ALL='C' 216. Import from ODS ('test_format_ods.R:10:5') - Changing language has no effect when envvar LC_ALL='C' 217. Import from ODS ('test_format_ods.R:11:5') - Changing language has no effect when envvar LC_ALL='C' 218. (code run outside of `test_that()`) ('test_format_ods.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 219. Export to and import from ODS ('test_format_ods.R:18:9') - Changing language has no effect when envvar LC_ALL='C' 220. Export to and import from ODS ('test_format_ods.R:19:9') - Changing language has no effect when envvar LC_ALL='C' 221. (code run outside of `test_that()`) ('test_format_ods.R:15:1') - Changing language has no effect when envvar LC_ALL='C' 222. (code run outside of `test_that()`) ('test_format_ods.R:23:1') - Changing language has no effect when envvar LC_ALL='C' 223. Export and Import FODS ('test_format_ods.R:33:9') - Changing language has no effect when envvar LC_ALL='C' 224. Export and Import FODS ('test_format_ods.R:34:9') - Changing language has no effect when envvar LC_ALL='C' 225. Export and Import FODS ('test_format_ods.R:38:9') - Changing language has no effect when envvar LC_ALL='C' 226. (code run outside of `test_that()`) ('test_format_ods.R:30:1') - Changing language has no effect when envvar LC_ALL='C' 227. (code run outside of `test_that()`) ('test_format_ods.R:43:1') - Changing language has no effect when envvar LC_ALL='C' 228. Export to and import from parquet ('test_format_parquet.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 229. Export to and import from parquet ('test_format_parquet.R:8:9') - Changing language has no effect when envvar LC_ALL='C' 230. (code run outside of `test_that()`) ('test_format_parquet.R:4:1') - Changing language has no effect when envvar LC_ALL='C' 231. Export to and import from PSV ('test_format_psv.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 232. Export to and import from PSV ('test_format_psv.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 233. (code run outside of `test_that()`) ('test_format_psv.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 234. (code run outside of `test_that()`) ('test_format_psv.R:10:1') - Changing language has no effect when envvar LC_ALL='C' 235. Export to and import from pzfx ('test_format_pzfx.R:9:9') - Changing language has no effect when envvar LC_ALL='C' 236. Export to and import from pzfx ('test_format_pzfx.R:10:9') - Changing language has no effect when envvar LC_ALL='C' 237. Export to and import from pzfx ('test_format_pzfx.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 238. Export to and import from pzfx ('test_format_pzfx.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 239. Export to and import from pzfx ('test_format_pzfx.R:16:9') - Changing language has no effect when envvar LC_ALL='C' 240. (code run outside of `test_that()`) ('test_format_pzfx.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 241. Export to and import from qs ('test_format_qs.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 242. Export to and import from qs ('test_format_qs.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 243. (code run outside of `test_that()`) ('test_format_qs.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 244. Export to and import from Rdata ('test_format_rdata.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 245. Export to and import from Rdata ('test_format_rdata.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 246. Export to and import from Rdata ('test_format_rdata.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 247. Export to and import from Rdata ('test_format_rdata.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 248. Export to and import from Rdata ('test_format_rdata.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 249. Export to and import from Rdata ('test_format_rdata.R:16:9') - Changing language has no effect when envvar LC_ALL='C' 250. Export to and import from Rdata ('test_format_rdata.R:21:9') - Changing language has no effect when envvar LC_ALL='C' 251. Export to and import from Rdata ('test_format_rdata.R:22:9') - Changing language has no effect when envvar LC_ALL='C' 252. Export to and import from Rdata ('test_format_rdata.R:23:9') - Changing language has no effect when envvar LC_ALL='C' 253. (code run outside of `test_that()`) ('test_format_rdata.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 254. Export to and import from rda ('test_format_rdata.R:35:9') - Changing language has no effect when envvar LC_ALL='C' 255. Export to and import from rda ('test_format_rdata.R:36:9') - Changing language has no effect when envvar LC_ALL='C' 256. Export to and import from rda ('test_format_rdata.R:37:9') - Changing language has no effect when envvar LC_ALL='C' 257. Export to and import from rda ('test_format_rdata.R:44:9') - Changing language has no effect when envvar LC_ALL='C' 258. Export to and import from rda ('test_format_rdata.R:45:9') - Changing language has no effect when envvar LC_ALL='C' 259. Export to and import from rda ('test_format_rdata.R:46:9') - Changing language has no effect when envvar LC_ALL='C' 260. Export to and import from rda ('test_format_rdata.R:51:9') - Changing language has no effect when envvar LC_ALL='C' 261. Export to and import from rda ('test_format_rdata.R:52:9') - Changing language has no effect when envvar LC_ALL='C' 262. Export to and import from rda ('test_format_rdata.R:53:9') - Changing language has no effect when envvar LC_ALL='C' 263. (code run outside of `test_that()`) ('test_format_rdata.R:31:1') - Changing language has no effect when envvar LC_ALL='C' 264. Export to and import from rds ('test_format_rds.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 265. Export to and import from rds ('test_format_rds.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 266. (code run outside of `test_that()`) ('test_format_rds.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 267. Export to rds (non-data frame) ('test_format_rds.R:12:9') - Changing language has no effect when envvar LC_ALL='C' 268. Export to rds (non-data frame) ('test_format_rds.R:13:9') - Changing language has no effect when envvar LC_ALL='C' 269. Export to rds (non-data frame) ('test_format_rds.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 270. (code run outside of `test_that()`) ('test_format_rds.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 271. Export to and import from SAS (.xpt) ('test_format_sas.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 272. Export to and import from SAS (.xpt) ('test_format_sas.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 273. (code run outside of `test_that()`) ('test_format_sas.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 274. Export SAS (.sas7bdat) ('test_format_sas.R:12:9') - Changing language has no effect when envvar LC_ALL='C' 275. (code run outside of `test_that()`) ('test_format_sas.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 276. Export to SPSS (.sav) ('test_format_sav.R:13:9') - Changing language has no effect when envvar LC_ALL='C' 277. Export to SPSS (.sav) ('test_format_sav.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 278. Export to SPSS (.sav) ('test_format_sav.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 279. Export to SPSS (.sav) ('test_format_sav.R:19:9') - Changing language has no effect when envvar LC_ALL='C' 280. Export to SPSS (.sav) ('test_format_sav.R:20:9') - Changing language has no effect when envvar LC_ALL='C' 281. Export to SPSS (.sav) ('test_format_sav.R:21:9') - Changing language has no effect when envvar LC_ALL='C' 282. Export to SPSS (.sav) ('test_format_sav.R:22:9') - Changing language has no effect when envvar LC_ALL='C' 283. Export to SPSS (.sav) ('test_format_sav.R:24:9') - Changing language has no effect when envvar LC_ALL='C' 284. Export to SPSS (.sav) ('test_format_sav.R:25:9') - Changing language has no effect when envvar LC_ALL='C' 285. Export to SPSS (.sav) ('test_format_sav.R:28:9') - Changing language has no effect when envvar LC_ALL='C' 286. Export to SPSS (.sav) ('test_format_sav.R:29:9') - Changing language has no effect when envvar LC_ALL='C' 287. (code run outside of `test_that()`) ('test_format_sav.R:2:1') - Changing language has no effect when envvar LC_ALL='C' 288. Export to SPSS compressed (.zsav) ('test_format_sav.R:47:9') - Changing language has no effect when envvar LC_ALL='C' 289. Export to SPSS compressed (.zsav) ('test_format_sav.R:48:9') - Changing language has no effect when envvar LC_ALL='C' 290. Export to SPSS compressed (.zsav) ('test_format_sav.R:49:9') - Changing language has no effect when envvar LC_ALL='C' 291. Export to SPSS compressed (.zsav) ('test_format_sav.R:52:9') - Changing language has no effect when envvar LC_ALL='C' 292. Export to SPSS compressed (.zsav) ('test_format_sav.R:53:9') - Changing language has no effect when envvar LC_ALL='C' 293. Export to SPSS compressed (.zsav) ('test_format_sav.R:54:9') - Changing language has no effect when envvar LC_ALL='C' 294. Export to SPSS compressed (.zsav) ('test_format_sav.R:55:9') - Changing language has no effect when envvar LC_ALL='C' 295. Export to SPSS compressed (.zsav) ('test_format_sav.R:58:9') - Changing language has no effect when envvar LC_ALL='C' 296. Export to SPSS compressed (.zsav) ('test_format_sav.R:59:9') - Changing language has no effect when envvar LC_ALL='C' 297. Export to SPSS compressed (.zsav) ('test_format_sav.R:62:9') - Changing language has no effect when envvar LC_ALL='C' 298. Export to SPSS compressed (.zsav) ('test_format_sav.R:63:9') - Changing language has no effect when envvar LC_ALL='C' 299. (code run outside of `test_that()`) ('test_format_sav.R:36:1') - Changing language has no effect when envvar LC_ALL='C' 300. Import from Systat ('test_format_syd.R:4:5') - Changing language has no effect when envvar LC_ALL='C' 301. (code run outside of `test_that()`) ('test_format_syd.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 302. Export to and import from TSV ('test_format_tsv.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 303. Export to and import from TSV ('test_format_tsv.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 304. (code run outside of `test_that()`) ('test_format_tsv.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 305. (code run outside of `test_that()`) ('test_format_tsv.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 306. Export to Excel (.xlsx) ('test_format_xls.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 307. Export to Excel (.xlsx) ('test_format_xls.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 308. Export to Excel (.xlsx) ('test_format_xls.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 309. Export to Excel (.xlsx) ('test_format_xls.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 310. Export to Excel (.xlsx) ('test_format_xls.R:8:9') - Changing language has no effect when envvar LC_ALL='C' 311. (code run outside of `test_that()`) ('test_format_xls.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 312. (code run outside of `test_that()`) ('test_format_xls.R:12:1') - Changing language has no effect when envvar LC_ALL='C' 313. (code run outside of `test_that()`) ('test_format_xls.R:23:1') - Changing language has no effect when envvar LC_ALL='C' 314. (code run outside of `test_that()`) ('test_format_xls.R:39:1') - Changing language has no effect when envvar LC_ALL='C' 315. Import from Excel (.xls) ('test_format_xls.R:48:5') - Changing language has no effect when envvar LC_ALL='C' 316. Import from Excel (.xls) ('test_format_xls.R:49:5') - Changing language has no effect when envvar LC_ALL='C' 317. Import from Excel (.xls) ('test_format_xls.R:50:5') - Changing language has no effect when envvar LC_ALL='C' 318. (code run outside of `test_that()`) ('test_format_xls.R:47:1') - Changing language has no effect when envvar LC_ALL='C' 319. Export to and import from XML ('test_format_xml.R:18:9') - Changing language has no effect when envvar LC_ALL='C' 320. Export to and import from XML ('test_format_xml.R:19:9') - Changing language has no effect when envvar LC_ALL='C' 321. (code run outside of `test_that()`) ('test_format_xml.R:15:1') - Changing language has no effect when envvar LC_ALL='C' 322. (code run outside of `test_that()`) ('test_format_xml.R:23:1') - Changing language has no effect when envvar LC_ALL='C' 323. Export to and import from YAML ('test_format_yml.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 324. Export to and import from YAML ('test_format_yml.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 325. (code run outside of `test_that()`) ('test_format_yml.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 326. (code run outside of `test_that()`) ('test_format_yml.R:13:1') - Changing language has no effect when envvar LC_ALL='C' 327. Gather attrs from Stata ('test_gather_attrs.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 328. Gather attrs from Stata ('test_gather_attrs.R:8:9') - Changing language has no effect when envvar LC_ALL='C' 329. Gather attrs from Stata ('test_gather_attrs.R:9:9') - Changing language has no effect when envvar LC_ALL='C' 330. Gather attrs from Stata ('test_gather_attrs.R:10:9') - Changing language has no effect when envvar LC_ALL='C' 331. Gather attrs from Stata ('test_gather_attrs.R:11:9') - Changing language has no effect when envvar LC_ALL='C' 332. Gather attrs from Stata ('test_gather_attrs.R:12:9') - Changing language has no effect when envvar LC_ALL='C' 333. Gather attrs from Stata ('test_gather_attrs.R:13:9') - Changing language has no effect when envvar LC_ALL='C' 334. Gather attrs from Stata ('test_gather_attrs.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 335. Gather attrs from Stata ('test_gather_attrs.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 336. Gather attrs from Stata ('test_gather_attrs.R:16:9') - Changing language has no effect when envvar LC_ALL='C' 337. (code run outside of `test_that()`) ('test_gather_attrs.R:6:5') - Changing language has no effect when envvar LC_ALL='C' 338. Spread attrs from Stata ('test_gather_attrs.R:22:9') - Changing language has no effect when envvar LC_ALL='C' 339. Spread attrs from Stata ('test_gather_attrs.R:23:9') - Changing language has no effect when envvar LC_ALL='C' 340. Spread attrs from Stata ('test_gather_attrs.R:25:9') - Changing language has no effect when envvar LC_ALL='C' 341. Spread attrs from Stata ('test_gather_attrs.R:26:9') - Changing language has no effect when envvar LC_ALL='C' 342. Spread attrs from Stata ('test_gather_attrs.R:27:9') - Changing language has no effect when envvar LC_ALL='C' 343. Spread attrs from Stata ('test_gather_attrs.R:28:9') - Changing language has no effect when envvar LC_ALL='C' 344. (code run outside of `test_that()`) ('test_gather_attrs.R:19:5') - Changing language has no effect when envvar LC_ALL='C' 345. Gather empty attributes ('test_gather_attrs.R:34:9') - Changing language has no effect when envvar LC_ALL='C' 346. Gather empty attributes ('test_gather_attrs.R:35:9') - Changing language has no effect when envvar LC_ALL='C' 347. Gather empty attributes ('test_gather_attrs.R:36:9') - Changing language has no effect when envvar LC_ALL='C' 348. Gather empty attributes ('test_gather_attrs.R:37:9') - Changing language has no effect when envvar LC_ALL='C' 349. (code run outside of `test_that()`) ('test_gather_attrs.R:31:5') - Changing language has no effect when envvar LC_ALL='C' 350. (code run outside of `test_that()`) ('test_gather_attrs.R:40:5') - Changing language has no effect when envvar LC_ALL='C' 351. (code run outside of `test_that()`) ('test_gather_attrs.R:44:5') - Changing language has no effect when envvar LC_ALL='C' 352. (code run outside of `test_that()`) ('test_guess.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 353. (code run outside of `test_that()`) ('test_guess.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 354. Export without file specified ('test_guess.R:24:9') - Changing language has no effect when envvar LC_ALL='C' 355. (code run outside of `test_that()`) ('test_guess.R:20:1') - Changing language has no effect when envvar LC_ALL='C' 356. (code run outside of `test_that()`) ('test_guess.R:28:1') - Changing language has no effect when envvar LC_ALL='C' 357. (code run outside of `test_that()`) ('test_identical.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 358. (code run outside of `test_that()`) ('test_identical.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 359. (code run outside of `test_that()`) ('test_identical.R:18:1') - Changing language has no effect when envvar LC_ALL='C' 360. (code run outside of `test_that()`) ('test_identical.R:25:1') - Changing language has no effect when envvar LC_ALL='C' 361. (code run outside of `test_that()`) ('test_identical.R:32:1') - Changing language has no effect when envvar LC_ALL='C' 362. (code run outside of `test_that()`) ('test_identical.R:38:1') - Changing language has no effect when envvar LC_ALL='C' 363. Data identical (optional arguments) ('test_identical.R:54:9') - Changing language has no effect when envvar LC_ALL='C' 364. (code run outside of `test_that()`) ('test_identical.R:49:1') - Changing language has no effect when envvar LC_ALL='C' 365. Data identical (import_list) ('test_import_list.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 366. Data identical (import_list) ('test_import_list.R:8:9') - Changing language has no effect when envvar LC_ALL='C' 367. Data identical (import_list) ('test_import_list.R:9:9') - Changing language has no effect when envvar LC_ALL='C' 368. (code run outside of `test_that()`) ('test_import_list.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 369. Import multi-object .Rdata in import_list() ('test_import_list.R:17:9') - Changing language has no effect when envvar LC_ALL='C' 370. Import multi-object .Rdata in import_list() ('test_import_list.R:18:9') - Changing language has no effect when envvar LC_ALL='C' 371. (code run outside of `test_that()`) ('test_import_list.R:13:1') - Changing language has no effect when envvar LC_ALL='C' 372. Import multiple HTML tables in import_list() ('test_import_list.R:24:5') - Changing language has no effect when envvar LC_ALL='C' 373. Import multiple HTML tables in import_list() ('test_import_list.R:25:5') - Changing language has no effect when envvar LC_ALL='C' 374. Import multiple HTML tables in import_list() ('test_import_list.R:26:5') - Changing language has no effect when envvar LC_ALL='C' 375. Import multiple HTML tables in import_list() ('test_import_list.R:27:5') - Changing language has no effect when envvar LC_ALL='C' 376. (code run outside of `test_that()`) ('test_import_list.R:22:1') - Changing language has no effect when envvar LC_ALL='C' 377. Import multiple HTML tables in import_list() but with htm #350 ('test_import_list.R:35:9') - Changing language has no effect when envvar LC_ALL='C' 378. Import multiple HTML tables in import_list() but with htm #350 ('test_import_list.R:36:9') - Changing language has no effect when envvar LC_ALL='C' 379. Import multiple HTML tables in import_list() but with htm #350 ('test_import_list.R:37:9') - Changing language has no effect when envvar LC_ALL='C' 380. Import multiple HTML tables in import_list() but with htm #350 ('test_import_list.R:38:9') - Changing language has no effect when envvar LC_ALL='C' 381. (code run outside of `test_that()`) ('test_import_list.R:30:1') - Changing language has no effect when envvar LC_ALL='C' 382. import_list() preserves 'which' names when specified ('test_import_list.R:45:9') - Changing language has no effect when envvar LC_ALL='C' 383. import_list() preserves 'which' names when specified ('test_import_list.R:46:9') - Changing language has no effect when envvar LC_ALL='C' 384. import_list() preserves 'which' names when specified ('test_import_list.R:47:9') - Changing language has no effect when envvar LC_ALL='C' 385. import_list() preserves 'which' names when specified ('test_import_list.R:48:9') - Changing language has no effect when envvar LC_ALL='C' 386. import_list() preserves 'which' names when specified ('test_import_list.R:49:9') - Changing language has no effect when envvar LC_ALL='C' 387. import_list() preserves 'which' names when specified ('test_import_list.R:50:9') - Changing language has no effect when envvar LC_ALL='C' 388. import_list() preserves 'which' names when specified ('test_import_list.R:51:9') - Changing language has no effect when envvar LC_ALL='C' 389. import_list() preserves 'which' names when specified ('test_import_list.R:52:9') - Changing language has no effect when envvar LC_ALL='C' 390. import_list() preserves 'which' names when specified ('test_import_list.R:53:9') - Changing language has no effect when envvar LC_ALL='C' 391. (code run outside of `test_that()`) ('test_import_list.R:42:1') - Changing language has no effect when envvar LC_ALL='C' 392. Import single file via import_list() ('test_import_list.R:60:9') - Changing language has no effect when envvar LC_ALL='C' 393. (code run outside of `test_that()`) ('test_import_list.R:57:1') - Changing language has no effect when envvar LC_ALL='C' 394. Import single file from zip via import_list() ('test_import_list.R:67:9') - Changing language has no effect when envvar LC_ALL='C' 395. Import single file from zip via import_list() ('test_import_list.R:68:9') - Changing language has no effect when envvar LC_ALL='C' 396. Import single file from zip via import_list() ('test_import_list.R:70:9') - Changing language has no effect when envvar LC_ALL='C' 397. (code run outside of `test_that()`) ('test_import_list.R:64:1') - Changing language has no effect when envvar LC_ALL='C' 398. Import multiple files from zip via import_list() ('test_import_list.R:79:9') - Changing language has no effect when envvar LC_ALL='C' 399. Import multiple files from zip via import_list() ('test_import_list.R:81:9') - Changing language has no effect when envvar LC_ALL='C' 400. Import multiple files from zip via import_list() ('test_import_list.R:82:9') - Changing language has no effect when envvar LC_ALL='C' 401. Import multiple files from zip via import_list() ('test_import_list.R:83:9') - Changing language has no effect when envvar LC_ALL='C' 402. (code run outside of `test_that()`) ('test_import_list.R:74:1') - Changing language has no effect when envvar LC_ALL='C' 403. Import multiple files from zip via import_list() ('test_import_list.R:91:9') - invalid uid value replaced by that for user 'nobody' 404. Import multiple files from zip via import_list() ('test_import_list.R:93:9') - Changing language has no effect when envvar LC_ALL='C' 405. Import multiple files from zip via import_list() ('test_import_list.R:95:9') - Changing language has no effect when envvar LC_ALL='C' 406. Import multiple files from zip via import_list() ('test_import_list.R:96:9') - Changing language has no effect when envvar LC_ALL='C' 407. Import multiple files from zip via import_list() ('test_import_list.R:97:9') - Changing language has no effect when envvar LC_ALL='C' 408. (code run outside of `test_that()`) ('test_import_list.R:87:1') - Changing language has no effect when envvar LC_ALL='C' 409. Using setclass in import_list() ('test_import_list.R:105:9') - Changing language has no effect when envvar LC_ALL='C' 410. Using setclass in import_list() ('test_import_list.R:107:9') - Changing language has no effect when envvar LC_ALL='C' 411. (code run outside of `test_that()`) ('test_import_list.R:101:1') - Changing language has no effect when envvar LC_ALL='C' 412. (code run outside of `test_that()`) ('test_import_list.R:111:1') - Changing language has no effect when envvar LC_ALL='C' 413. (code run outside of `test_that()`) ('test_import_list.R:127:1') - Changing language has no effect when envvar LC_ALL='C' 414. (code run outside of `test_that()`) ('test_import_list.R:139:1') - Changing language has no effect when envvar LC_ALL='C' 415. (code run outside of `test_that()`) ('test_import_list.R:156:1') - Changing language has no effect when envvar LC_ALL='C' 416. (code run outside of `test_that()`) ('test_import_list.R:167:1') - Changing language has no effect when envvar LC_ALL='C' 417. Informative message when files are not found #389 ('test_import_list.R:185:9') - Changing language has no effect when envvar LC_ALL='C' 418. Informative message when files are not found #389 ('test_import_list.R:186:9') - Changing language has no effect when envvar LC_ALL='C' 419. (code run outside of `test_that()`) ('test_import_list.R:182:1') - Changing language has no effect when envvar LC_ALL='C' 420. Missing files and rbind ('test_import_list.R:194:9') - Changing language has no effect when envvar LC_ALL='C' 421. Missing files and rbind ('test_import_list.R:195:9') - Changing language has no effect when envvar LC_ALL='C' 422. Missing files and rbind ('test_import_list.R:196:9') - Changing language has no effect when envvar LC_ALL='C' 423. Missing files and rbind ('test_import_list.R:198:9') - Changing language has no effect when envvar LC_ALL='C' 424. (code run outside of `test_that()`) ('test_import_list.R:191:1') - Changing language has no effect when envvar LC_ALL='C' 425. (code run outside of `test_that()`) ('test_mapping.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 426. (code run outside of `test_that()`) ('test_mapping.R:16:1') - Changing language has no effect when envvar LC_ALL='C' 427. (code run outside of `test_that()`) ('test_mapping.R:23:1') - Changing language has no effect when envvar LC_ALL='C' 428. Export matrix to and import from CSV ('test_matrix.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 429. Export matrix to and import from CSV ('test_matrix.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 430. Export matrix to and import from CSV ('test_matrix.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 431. (code run outside of `test_that()`) ('test_matrix.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 432. Set object class ('test_set_class.R:7:5') - Changing language has no effect when envvar LC_ALL='C' 433. Set object class ('test_set_class.R:8:5') - Changing language has no effect when envvar LC_ALL='C' 434. Set object class ('test_set_class.R:9:5') - Changing language has no effect when envvar LC_ALL='C' 435. Set object class ('test_set_class.R:10:5') - Changing language has no effect when envvar LC_ALL='C' 436. Set object class ('test_set_class.R:11:5') - Changing language has no effect when envvar LC_ALL='C' 437. (code run outside of `test_that()`) ('test_set_class.R:4:1') - Changing language has no effect when envvar LC_ALL='C' 438. Set object class as tibble ('test_set_class.R:17:5') - Changing language has no effect when envvar LC_ALL='C' 439. Set object class as tibble ('test_set_class.R:18:5') - Changing language has no effect when envvar LC_ALL='C' 440. Set object class as tibble ('test_set_class.R:19:5') - Changing language has no effect when envvar LC_ALL='C' 441. (code run outside of `test_that()`) ('test_set_class.R:14:1') - Changing language has no effect when envvar LC_ALL='C' 442. Set object class as data.table ('test_set_class.R:23:5') - Changing language has no effect when envvar LC_ALL='C' 443. Set object class as data.table ('test_set_class.R:26:9') - Changing language has no effect when envvar LC_ALL='C' 444. Set object class as data.table ('test_set_class.R:27:9') - Changing language has no effect when envvar LC_ALL='C' 445. (code run outside of `test_that()`) ('test_set_class.R:22:1') - Changing language has no effect when envvar LC_ALL='C' 446. Set object class as arrow table ('test_set_class.R:35:5') - Changing language has no effect when envvar LC_ALL='C' 447. Set object class as arrow table ('test_set_class.R:36:5') - Changing language has no effect when envvar LC_ALL='C' 448. Set object class as arrow table ('test_set_class.R:37:5') - Changing language has no effect when envvar LC_ALL='C' 449. Set object class as arrow table ('test_set_class.R:40:9') - Changing language has no effect when envvar LC_ALL='C' 450. Set object class as arrow table ('test_set_class.R:41:9') - Changing language has no effect when envvar LC_ALL='C' 451. (code run outside of `test_that()`) ('test_set_class.R:31:1') - Changing language has no effect when envvar LC_ALL='C' 452. ArrowTabular can be exported ('test_set_class.R:51:9') - Changing language has no effect when envvar LC_ALL='C' 453. (code run outside of `test_that()`) ('test_set_class.R:45:1') - Changing language has no effect when envvar LC_ALL='C' 454. (code run outside of `test_that()`) ('test_set_class.R:55:1') - Changing language has no effect when envvar LC_ALL='C' 455. (code run outside of `test_that()`) ('test_suggestions.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 456. (code run outside of `test_that()`) ('test_suggestions.R:12:1') - Changing language has no effect when envvar LC_ALL='C' 457. (code run outside of `test_that()`) ('test_suggestions.R:21:1') - Changing language has no effect when envvar LC_ALL='C' 458. (code run outside of `test_that()`) ('test_trust.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 459. (code run outside of `test_that()`) ('test_trust.R:11:1') - Changing language has no effect when envvar LC_ALL='C' 460. (code run outside of `test_that()`) ('test_trust.R:21:1') - Changing language has no effect when envvar LC_ALL='C' 461. (code run outside of `test_that()`) ('test_trust.R:31:1') - Changing language has no effect when envvar LC_ALL='C' 462. (code run outside of `test_that()`) ('test_trust.R:39:1') - Changing language has no effect when envvar LC_ALL='C' 463. (code run outside of `test_that()`) ('test_trust.R:55:1') - Changing language has no effect when envvar LC_ALL='C' 464. (code run outside of `test_that()`) ('test_trust.R:63:1') - Changing language has no effect when envvar LC_ALL='C' 465. (code run outside of `test_that()`) ('test_trust.R:73:1') - Changing language has no effect when envvar LC_ALL='C' == Failed ====================================================================== -- 1. Error ('test_compress.R:53:13'): Export to compressed (gz, bz2) / import - Error in `regexpr(as.character(pattern), text, ignore.case, perl, fixed, useBytes)`: NA in coercion to boolean Backtrace: x 1. \-withr::with_tempfile(...) at test_compress.R:52:9 2. \-base::eval(substitute(code), envir = env) 3. \-base::eval(substitute(code), envir = env) 4. \-rio::export(iris, iris_path) at test_compress.R:53:13 5. \-rio:::compress_out(cfile = cfile, filename = file, type = compress) 6. \-rio:::.compress_rutils(filename, cfile, ext = ext) 7. +-R.utils::compressFile(...) 8. \-R.utils::compressFile.default(...) 9. +-R.utils::popTemporaryFile(destnameT) 10. \-R.utils::popTemporaryFile.default(destnameT) 11. \-base::regexpr(pattern, "", pathnameT) -- 2. Error ('test_compress.R:82:13'): Prevent the reuse of `which` for zip and Error in `regexpr(as.character(pattern), text, ignore.case, perl, fixed, useBytes)`: NA in coercion to boolean Backtrace: x 1. \-withr::with_tempfile(...) at test_compress.R:81:9 2. \-base::eval(substitute(code), envir = env) 3. \-base::eval(substitute(code), envir = env) 4. \-rio::export(list(some_iris = head(iris)), data_path) at test_compress.R:82:13 5. \-rio:::compress_out(cfile = cfile, filename = file, type = compress) 6. \-rio:::.compress_rutils(filename, cfile, ext = ext) 7. +-R.utils::compressFile(...) 8. \-R.utils::compressFile.default(...) 9. +-R.utils::popTemporaryFile(destnameT) 10. \-R.utils::popTemporaryFile.default(destnameT) 11. \-base::regexpr(pattern, "", pathnameT) -- 3. Failure ('test_export_corner_cases.R:24:9'): export to nonexisting directo `export(iris, file.path(output_dir, "iris.csv.gz"))` threw an error. Message: NA in coercion to boolean Class: simpleError/error/condition Backtrace: x 1. +-withr::with_tempdir(...) at test_export_corner_cases.R:21:5 2. | \-withr::with_dir(tmp, code) 3. | \-base::force(code) 4. +-testthat::expect_error(...) at test_export_corner_cases.R:24:9 5. | \-testthat:::quasi_capture(...) 6. | +-testthat (local) .capture(...) 7. | | \-base::withCallingHandlers(...) 8. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. \-rio::export(iris, file.path(output_dir, "iris.csv.gz")) 10. \-rio:::compress_out(cfile = cfile, filename = file, type = compress) 11. \-rio:::.compress_rutils(filename, cfile, ext = ext) 12. +-R.utils::compressFile(...) 13. \-R.utils::compressFile.default(...) 14. +-R.utils::popTemporaryFile(destnameT) 15. \-R.utils::popTemporaryFile.default(destnameT) 16. \-base::regexpr(pattern, "", pathnameT) -- 4. Failure ('test_export_corner_cases.R:25:9'): export to nonexisting directo file.exists(file.path(output_dir, "iris.csv.gz")) is not TRUE `actual`: FALSE `expected`: TRUE Backtrace: x 1. +-withr::with_tempdir(...) at test_export_corner_cases.R:21:5 2. | \-withr::with_dir(tmp, code) 3. | \-base::force(code) 4. \-testthat::expect_true(file.exists(file.path(output_dir, "iris.csv.gz"))) at test_export_corner_cases.R:25:9 -- 5. Failure ('test_format_yml.R:19:9'): utf-8 -------------------------------- `content` not equal to y$col. 6/7 mismatches x[2]: "\u010d" y[2]: "" x[3]: "\u0161" y[3]: "" x[4]: "\u00c4" y[4]: "" x[5]: "\u5b57" y[5]: "" x[6]: "\u30a2" y[6]: "" Backtrace: x 1. \-withr::with_tempfile(...) at test_format_yml.R:15:5 2. \-base::eval(substitute(code), envir = env) 3. \-base::eval(substitute(code), envir = env) 4. \-testthat::expect_equal(content, y$col) at test_format_yml.R:19:9 == DONE ======================================================================== 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/16180273/R-devel/1214/rio.Rcheck/00check.log' for details. [1] "2025-03-29 01:18:40 MST" [1] "2025-03-29 01:18:40 MST" Installing package into '/tmp/th798/16180273/R-devel/1214/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/16180273/R-devel/1214/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-29 01:19:00 MST" * using log directory '/tmp/th798/16180273/R-devel/1214/rio.Rcheck' * using R Under development (unstable) (2025-03-28 r88067) * 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 'rio/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'rio' version '1.2.3' * 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 'rio' 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 whether startup messages can be suppressed ... 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 R/sysdata.rda ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' ERROR Running the tests in 'tests/testthat.R' failed. Complete output: > library("testthat") > library("rio") > test_check("rio", reporter = "summary") characterize: characterize()/factorize(): W.WW.WW.WW.WW.W.W check_file: ..................W.....W....W.....W....W compress: Compressed files: W.W.W.W.W.W.W adding: file30c79971728d39.csv (deflated 78%) W.W.W.W.WW.W.W.W.WW.W.W.W.W.WW.W.W.W.W.WW.W.W.W.WW.W.W.W.W.W adding: mtcars1.csv (deflated 48%) adding: mtcars2.csv (deflated 50%) adding: mtcars3.csv (deflated 47%) W...W.W.W1W adding: file30c79945ce609a.xlsx (deflated 10%) ...W../usr/bin/gtar: NA: Not found in archive /usr/bin/gtar: Exiting with failure status due to previous errors .W../usr/bin/gtar: NA: Not found in archive /usr/bin/gtar: Exiting with failure status due to previous errors .W../usr/bin/gtar: NA: Not found in archive /usr/bin/gtar: Exiting with failure status due to previous errors .W../usr/bin/gtar: NA: Not found in archive /usr/bin/gtar: Exiting with failure status due to previous errors .W../usr/bin/gtar: NA: Not found in archive /usr/bin/gtar: Exiting with failure status due to previous errors .2W........WSW adding: tmp/th798/16180273/RtmpfiyIk9/file30c79979be44ee.csv (stored 0%) .W.W.W.W adding: file_1.csv (deflated 48%) adding: file_2.csv (deflated 50%) adding: file_3.csv (deflated 47%) W.W..W convert: W.W.WW.W.W.W.W create_outfiles: ...W.....W errors: .W....W..W.WW..W.W export_corner_cases: W..W.WW..W.WW.3W4W export_list: ..W.W. adding: file_1.csv (deflated 48%) adding: file_2.csv (deflated 50%) adding: file_3.csv (deflated 47%) W. adding: file_1.csv (deflated 48%) adding: file_2.csv (deflated 50%) adding: file_3.csv (deflated 47%) W.W.W.W.W......W.. adding: file_1.csv (deflated 48%) adding: file_2.csv (deflated 50%) adding: file_3.csv (deflated 47%) .W.W.W.W....W.WSW extensions: .W..W format_R: W.W.W.W.W format_arff: W.W.W format_csv: W.WW.W.W.WW.W.W.W.WW.W.WW.W.W.W.W.W.W.W..W...W format_csvy: W.W.W format_dbf: W.W.W.W format_dif: W.W format_dta: W..WW...WW...W..W format_eviews: W.W format_external_packages: ...........W....W format_feather: W.W.W format_fortran: W.W format_fst: W.W.W format_fwf: W.W.W.W.W...WW.W.W..W format_html: W.W.WW.WW.W.WW.W.W.W.W...............W format_json: W.W.WW.W.W.W.W.W format_matlab: SW format_mtp: format_ods: ..W.W.W..WW.W.W.WW.W...W.W...W format_parquet: W.W.W format_psv: W.W.W..W format_pzfx: W.W.W.W.W.W format_qs: W.W.W format_rdata: W.W.W.W.W.W.W.W.W..WW.W.W.W.W.W.W.W.W..W format_rds: W.W.WW.W.W.W format_rec: format_sas: W.W.WW.W format_sav: W.W.W.W.W.W.W.W.W.W.W...WW.W.W.W.W.W.W.W.W.W.W.W format_syd: W.W format_tsv: W.W.W..W format_xls: W.W.W.W.W.W.W...W..WW.W.W.W format_xml: W.W.W...............W format_yml: W.W...W5W gather_attrs: W.W.W.W.W.W.W.W.W.W.WW.W.W.W.W.W.WW.W.W.W.W.W.W guess: .....W........WW.W..W identical: ...W....W.W..W.W....W..W.W import_list: .W.W.W.WW.W.WW.W.W.W.WW.W.W.W.WW.W.W.W.W.W.W.W.W.WW.W adding: file30c7996ade3674.csv (deflated 58%) W.W.W.W adding: mtcars1.csv (deflated 48%) adding: mtcars2.csv (deflated 50%) adding: mtcars3.csv (deflated 47%) ..W..W.W.W.WW..W..W.W.W.WW.W.W..W..WSW adding: file30c7995db2145b.xlsx (deflated 8%) .. adding: file30c7991d8d19a2.dta (deflated 89%) .. adding: file30c7996fa7333.sav (deflated 62%) .. adding: file30c799200f0b25.csv (deflated 58%) .. adding: file30c7992323a7fd.csv2 (deflated 58%) ..W adding: file30c7991ed1ffbe.qs (stored 0%) .. adding: file30c7995815fe5b.parquet (deflated 40%) .. adding: file30c79932a52795.ods (deflated 7%) ..WW.W..WW.W.W..W..W mapping: .........W.W..W matrix: W.W.W.W remote: S set_class: W.W.W.W.W.WW.W.W.WW.W.W.WW.W.W.W.W.W.W.W.W suggestions: SWSWSW trust: ..W..W..W..W...W..W...W...W == Skipped ===================================================================== 1. tar export error for R < 4.0.3 ('test_compress.R:101:5') - Reason: getRversion() >= "4.0.3" is TRUE 2. tar export error for R < 4.0.3 ('test_export_list.R:67:5') - Reason: getRversion() >= "4.0.3" is TRUE 3. Export to and import from matlab ('test_format_matlab.R:4:5') - Reason: failing mysteriously 4. URL #294 ('test_import_list.R:140:5') - Reason: On CRAN 5. (code run outside of `test_that()`) ('test_remote.R:1:1') - Reason: On CRAN 6. uninstalled_formats() ('test_suggestions.R:2:5') - Reason: On CRAN 7. show_unsupported_formats (in the fully supported environment) on CI ('test_suggestions.R:13:5') - Reason: On CRAN 8. show_unsupported_formats (in the partial supported environment) on CI ('test_suggestions.R:22:5') - Reason: On CRAN == Warnings ==================================================================== 1. test characterize.default() ('test_characterize.R:9:5') - Changing language has no effect when envvar LC_ALL='C' 2. (code run outside of `test_that()`) ('test_characterize.R:8:1') - Changing language has no effect when envvar LC_ALL='C' 3. test characterize.default() ('test_characterize.R:13:5') - Changing language has no effect when envvar LC_ALL='C' 4. (code run outside of `test_that()`) ('test_characterize.R:12:1') - Changing language has no effect when envvar LC_ALL='C' 5. test factorize.data.frame() ('test_characterize.R:17:5') - Changing language has no effect when envvar LC_ALL='C' 6. (code run outside of `test_that()`) ('test_characterize.R:16:1') - Changing language has no effect when envvar LC_ALL='C' 7. test factorize.data.frame() ('test_characterize.R:21:5') - Changing language has no effect when envvar LC_ALL='C' 8. (code run outside of `test_that()`) ('test_characterize.R:20:1') - Changing language has no effect when envvar LC_ALL='C' 9. test factorize coerce_character ('test_characterize.R:25:5') - Changing language has no effect when envvar LC_ALL='C' 10. test factorize coerce_character ('test_characterize.R:26:5') - Changing language has no effect when envvar LC_ALL='C' 11. (code run outside of `test_that()`) ('test_characterize.R:24:1') - Changing language has no effect when envvar LC_ALL='C' 12. (code run outside of `test_that()`) ('test_check_file.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 13. (code run outside of `test_that()`) ('test_check_file.R:27:1') - Changing language has no effect when envvar LC_ALL='C' 14. (code run outside of `test_that()`) ('test_check_file.R:39:1') - Changing language has no effect when envvar LC_ALL='C' 15. (code run outside of `test_that()`) ('test_check_file.R:50:1') - Changing language has no effect when envvar LC_ALL='C' 16. (code run outside of `test_that()`) ('test_check_file.R:62:1') - Changing language has no effect when envvar LC_ALL='C' 17. Recognize compressed file types ('test_compress.R:4:5') - Changing language has no effect when envvar LC_ALL='C' 18. Recognize compressed file types ('test_compress.R:5:5') - Changing language has no effect when envvar LC_ALL='C' 19. Recognize compressed file types ('test_compress.R:6:5') - Changing language has no effect when envvar LC_ALL='C' 20. Recognize compressed file types ('test_compress.R:7:5') - Changing language has no effect when envvar LC_ALL='C' 21. Recognize compressed file types ('test_compress.R:8:5') - Changing language has no effect when envvar LC_ALL='C' 22. Recognize compressed file types ('test_compress.R:9:5') - Changing language has no effect when envvar LC_ALL='C' 23. (code run outside of `test_that()`) ('test_compress.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 24. Export to compressed (zip, tar) / import ('test_compress.R:18:13') - Changing language has no effect when envvar LC_ALL='C' 25. Export to compressed (zip, tar) / import ('test_compress.R:19:13') - Changing language has no effect when envvar LC_ALL='C' 26. Export to compressed (zip, tar) / import ('test_compress.R:20:13') - Changing language has no effect when envvar LC_ALL='C' 27. Export to compressed (zip, tar) / import ('test_compress.R:22:13') - Changing language has no effect when envvar LC_ALL='C' 28. Export to compressed (zip, tar) / import ('test_compress.R:17:13') - invalid uid value replaced by that for user 'nobody' 29. Export to compressed (zip, tar) / import ('test_compress.R:18:13') - Changing language has no effect when envvar LC_ALL='C' 30. Export to compressed (zip, tar) / import ('test_compress.R:19:13') - Changing language has no effect when envvar LC_ALL='C' 31. Export to compressed (zip, tar) / import ('test_compress.R:20:13') - Changing language has no effect when envvar LC_ALL='C' 32. Export to compressed (zip, tar) / import ('test_compress.R:22:13') - Changing language has no effect when envvar LC_ALL='C' 33. Export to compressed (zip, tar) / import ('test_compress.R:17:13') - invalid uid value replaced by that for user 'nobody' 34. Export to compressed (zip, tar) / import ('test_compress.R:18:13') - Changing language has no effect when envvar LC_ALL='C' 35. Export to compressed (zip, tar) / import ('test_compress.R:19:13') - Changing language has no effect when envvar LC_ALL='C' 36. Export to compressed (zip, tar) / import ('test_compress.R:20:13') - Changing language has no effect when envvar LC_ALL='C' 37. Export to compressed (zip, tar) / import ('test_compress.R:22:13') - Changing language has no effect when envvar LC_ALL='C' 38. Export to compressed (zip, tar) / import ('test_compress.R:24:17') - Changing language has no effect when envvar LC_ALL='C' 39. Export to compressed (zip, tar) / import ('test_compress.R:17:13') - invalid uid value replaced by that for user 'nobody' 40. Export to compressed (zip, tar) / import ('test_compress.R:18:13') - Changing language has no effect when envvar LC_ALL='C' 41. Export to compressed (zip, tar) / import ('test_compress.R:19:13') - Changing language has no effect when envvar LC_ALL='C' 42. Export to compressed (zip, tar) / import ('test_compress.R:20:13') - Changing language has no effect when envvar LC_ALL='C' 43. Export to compressed (zip, tar) / import ('test_compress.R:22:13') - Changing language has no effect when envvar LC_ALL='C' 44. Export to compressed (zip, tar) / import ('test_compress.R:24:17') - Changing language has no effect when envvar LC_ALL='C' 45. Export to compressed (zip, tar) / import ('test_compress.R:17:13') - invalid uid value replaced by that for user 'nobody' 46. Export to compressed (zip, tar) / import ('test_compress.R:18:13') - Changing language has no effect when envvar LC_ALL='C' 47. Export to compressed (zip, tar) / import ('test_compress.R:19:13') - Changing language has no effect when envvar LC_ALL='C' 48. Export to compressed (zip, tar) / import ('test_compress.R:20:13') - Changing language has no effect when envvar LC_ALL='C' 49. Export to compressed (zip, tar) / import ('test_compress.R:22:13') - Changing language has no effect when envvar LC_ALL='C' 50. Export to compressed (zip, tar) / import ('test_compress.R:17:13') - invalid uid value replaced by that for user 'nobody' 51. Export to compressed (zip, tar) / import ('test_compress.R:18:13') - Changing language has no effect when envvar LC_ALL='C' 52. Export to compressed (zip, tar) / import ('test_compress.R:19:13') - Changing language has no effect when envvar LC_ALL='C' 53. Export to compressed (zip, tar) / import ('test_compress.R:20:13') - Changing language has no effect when envvar LC_ALL='C' 54. Export to compressed (zip, tar) / import ('test_compress.R:22:13') - Changing language has no effect when envvar LC_ALL='C' 55. Export to compressed (zip, tar) / import ('test_compress.R:27:17') - Changing language has no effect when envvar LC_ALL='C' 56. (code run outside of `test_that()`) ('test_compress.R:12:1') - Changing language has no effect when envvar LC_ALL='C' 57. Multi-item zip ('test_compress.R:40:13') - Changing language has no effect when envvar LC_ALL='C' 58. Multi-item zip ('test_compress.R:43:13') - Changing language has no effect when envvar LC_ALL='C' 59. Multi-item zip ('test_compress.R:44:13') - Changing language has no effect when envvar LC_ALL='C' 60. (code run outside of `test_that()`) ('test_compress.R:33:1') - Changing language has no effect when envvar LC_ALL='C' 61. (code run outside of `test_that()`) ('test_compress.R:49:1') - Changing language has no effect when envvar LC_ALL='C' 62. Prevent the reuse of `which` for zip and tar ('test_compress.R:71:13') - invalid uid value replaced by that for user 'nobody' 63. Prevent the reuse of `which` for zip and tar ('test_compress.R:71:13') - invalid uid value replaced by that for user 'nobody' 64. Prevent the reuse of `which` for zip and tar ('test_compress.R:71:13') - invalid uid value replaced by that for user 'nobody' 65. Prevent the reuse of `which` for zip and tar ('test_compress.R:71:13') - invalid uid value replaced by that for user 'nobody' 66. Prevent the reuse of `which` for zip and tar ('test_compress.R:71:13') - invalid uid value replaced by that for user 'nobody' 67. (code run outside of `test_that()`) ('test_compress.R:66:1') - Changing language has no effect when envvar LC_ALL='C' 68. (code run outside of `test_that()`) ('test_compress.R:89:1') - Changing language has no effect when envvar LC_ALL='C' 69. (code run outside of `test_that()`) ('test_compress.R:100:1') - Changing language has no effect when envvar LC_ALL='C' 70. Wild zip and tar ref $425 ('test_compress.R:122:13') - invalid uid value replaced by that for user 'nobody' 71. Wild zip and tar ref $425 ('test_compress.R:122:13') - invalid uid value replaced by that for user 'nobody' 72. Wild zip and tar ref $425 ('test_compress.R:122:13') - invalid uid value replaced by that for user 'nobody' 73. (code run outside of `test_that()`) ('test_compress.R:107:1') - Changing language has no effect when envvar LC_ALL='C' 74. Relative path #438 ('test_compress.R:137:9') - Changing language has no effect when envvar LC_ALL='C' 75. (code run outside of `test_that()`) ('test_compress.R:128:1') - Changing language has no effect when envvar LC_ALL='C' 76. (code run outside of `test_that()`) ('test_compress.R:141:1') - Changing language has no effect when envvar LC_ALL='C' 77. Basic file conversion ('test_convert.R:9:9') - Changing language has no effect when envvar LC_ALL='C' 78. Basic file conversion ('test_convert.R:10:9') - Changing language has no effect when envvar LC_ALL='C' 79. (code run outside of `test_that()`) ('test_convert.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 80. File conversion with arguments ('test_convert.R:18:9') - Changing language has no effect when envvar LC_ALL='C' 81. File conversion with arguments ('test_convert.R:19:9') - Changing language has no effect when envvar LC_ALL='C' 82. File conversion with arguments ('test_convert.R:22:9') - Changing language has no effect when envvar LC_ALL='C' 83. (code run outside of `test_that()`) ('test_convert.R:14:1') - Changing language has no effect when envvar LC_ALL='C' 84. (code run outside of `test_that()`) ('test_convert.R:26:1') - Changing language has no effect when envvar LC_ALL='C' 85. (code run outside of `test_that()`) ('test_create_outfiles.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 86. (code run outside of `test_that()`) ('test_create_outfiles.R:17:1') - Changing language has no effect when envvar LC_ALL='C' 87. (code run outside of `test_that()`) ('test_errors.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 88. (code run outside of `test_that()`) ('test_errors.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 89. (code run outside of `test_that()`) ('test_errors.R:19:1') - Changing language has no effect when envvar LC_ALL='C' 90. (code run outside of `test_that()`) ('test_errors.R:26:1') - Changing language has no effect when envvar LC_ALL='C' 91. Column widths printed for fixed-width format ('test_errors.R:34:9') - Changing language has no effect when envvar LC_ALL='C' 92. (code run outside of `test_that()`) ('test_errors.R:32:1') - Changing language has no effect when envvar LC_ALL='C' 93. (code run outside of `test_that()`) ('test_errors.R:39:1') - Changing language has no effect when envvar LC_ALL='C' 94. export to nonexisting directory #347 ('test_export_corner_cases.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 95. export to nonexisting directory #347 ('test_export_corner_cases.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 96. (code run outside of `test_that()`) ('test_export_corner_cases.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 97. export to existing directory (contra previous one) #347 ('test_export_corner_cases.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 98. export to existing directory (contra previous one) #347 ('test_export_corner_cases.R:16:9') - Changing language has no effect when envvar LC_ALL='C' 99. (code run outside of `test_that()`) ('test_export_corner_cases.R:10:1') - Changing language has no effect when envvar LC_ALL='C' 100. export to nonexisting directory also for compressed file #347 ('test_export_corner_cases.R:23:9') - Changing language has no effect when envvar LC_ALL='C' 101. export to nonexisting directory also for compressed file #347 ('test_export_corner_cases.R:25:9') - Changing language has no effect when envvar LC_ALL='C' 102. (code run outside of `test_that()`) ('test_export_corner_cases.R:20:1') - Changing language has no effect when envvar LC_ALL='C' 103. export_list() works ('test_export_list.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 104. export_list() works ('test_export_list.R:16:9') - Changing language has no effect when envvar LC_ALL='C' 105. export_list() works ('test_export_list.R:18:9') - Changing language has no effect when envvar LC_ALL='C' 106. export_list() works ('test_export_list.R:19:9') - Changing language has no effect when envvar LC_ALL='C' 107. export_list() works ('test_export_list.R:21:9') - Changing language has no effect when envvar LC_ALL='C' 108. export_list() works ('test_export_list.R:22:9') - Changing language has no effect when envvar LC_ALL='C' 109. export_list() works ('test_export_list.R:23:9') - Changing language has no effect when envvar LC_ALL='C' 110. export_list() works ('test_export_list.R:26:9') - Changing language has no effect when envvar LC_ALL='C' 111. (code run outside of `test_that()`) ('test_export_list.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 112. archive formats, #415 ('test_export_list.R:46:9') - invalid uid value replaced by that for user 'nobody' 113. archive formats, #415 ('test_export_list.R:47:9') - invalid uid value replaced by that for user 'nobody' 114. archive formats, #415 ('test_export_list.R:48:9') - invalid uid value replaced by that for user 'nobody' 115. (code run outside of `test_that()`) ('test_export_list.R:39:1') - Changing language has no effect when envvar LC_ALL='C' 116. List length of one, #385 ('test_export_list.R:62:9') - Changing language has no effect when envvar LC_ALL='C' 117. (code run outside of `test_that()`) ('test_export_list.R:52:1') - Changing language has no effect when envvar LC_ALL='C' 118. (code run outside of `test_that()`) ('test_export_list.R:66:1') - Changing language has no effect when envvar LC_ALL='C' 119. (code run outside of `test_that()`) ('test_extensions.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 120. (code run outside of `test_that()`) ('test_extensions.R:15:1') - Changing language has no effect when envvar LC_ALL='C' 121. Export / Import to .R dump file ('test_format_R.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 122. Export / Import to .R dump file ('test_format_R.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 123. Export / Import to .R dump file ('test_format_R.R:12:9') - Changing language has no effect when envvar LC_ALL='C' 124. Export / Import to .R dump file ('test_format_R.R:13:9') - Changing language has no effect when envvar LC_ALL='C' 125. (code run outside of `test_that()`) ('test_format_R.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 126. Weka (.arff) imports/exports ('test_format_arff.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 127. Weka (.arff) imports/exports ('test_format_arff.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 128. (code run outside of `test_that()`) ('test_format_arff.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 129. Export to CSV ('test_format_csv.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 130. (code run outside of `test_that()`) ('test_format_csv.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 131. Export (Append) to CSV ('test_format_csv.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 132. Export (Append) to CSV ('test_format_csv.R:17:9') - Changing language has no effect when envvar LC_ALL='C' 133. (code run outside of `test_that()`) ('test_format_csv.R:10:1') - Changing language has no effect when envvar LC_ALL='C' 134. (code run outside of `test_that()`) ('test_format_csv.R:21:1') - Changing language has no effect when envvar LC_ALL='C' 135. Import from (European-style) CSV with semicolon separator ('test_format_csv.R:29:9') - Changing language has no effect when envvar LC_ALL='C' 136. Import from (European-style) CSV with semicolon separator ('test_format_csv.R:31:9') - Changing language has no effect when envvar LC_ALL='C' 137. Import from (European-style) CSV with semicolon separator ('test_format_csv.R:34:9') - Changing language has no effect when envvar LC_ALL='C' 138. Import from (European-style) CSV with semicolon separator ('test_format_csv.R:35:9') - Changing language has no effect when envvar LC_ALL='C' 139. (code run outside of `test_that()`) ('test_format_csv.R:26:1') - Changing language has no effect when envvar LC_ALL='C' 140. Export to and Import from CSV2 ('test_format_csv.R:42:9') - Changing language has no effect when envvar LC_ALL='C' 141. Export to and Import from CSV2 ('test_format_csv.R:43:9') - Changing language has no effect when envvar LC_ALL='C' 142. (code run outside of `test_that()`) ('test_format_csv.R:39:1') - Changing language has no effect when envvar LC_ALL='C' 143. Export to and Import from TSV with CSV extension ('test_format_csv.R:50:9') - Changing language has no effect when envvar LC_ALL='C' 144. Export to and Import from TSV with CSV extension ('test_format_csv.R:51:9') - Changing language has no effect when envvar LC_ALL='C' 145. Export to and Import from TSV with CSV extension ('test_format_csv.R:52:9') - Changing language has no effect when envvar LC_ALL='C' 146. Export to and Import from TSV with CSV extension ('test_format_csv.R:53:9') - Changing language has no effect when envvar LC_ALL='C' 147. Export to and Import from TSV with CSV extension ('test_format_csv.R:54:9') - Changing language has no effect when envvar LC_ALL='C' 148. Export to and Import from TSV with CSV extension ('test_format_csv.R:55:9') - Changing language has no effect when envvar LC_ALL='C' 149. Export to and Import from TSV with CSV extension ('test_format_csv.R:56:9') - Changing language has no effect when envvar LC_ALL='C' 150. (code run outside of `test_that()`) ('test_format_csv.R:47:1') - Changing language has no effect when envvar LC_ALL='C' 151. (code run outside of `test_that()`) ('test_format_csv.R:60:1') - Changing language has no effect when envvar LC_ALL='C' 152. (code run outside of `test_that()`) ('test_format_csv.R:68:1') - Changing language has no effect when envvar LC_ALL='C' 153. Export to and import from CSVY ('test_format_csvy.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 154. Export to and import from CSVY ('test_format_csvy.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 155. (code run outside of `test_that()`) ('test_format_csvy.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 156. Export to and import from XBASE (.dbf) ('test_format_dbf.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 157. Export to and import from XBASE (.dbf) ('test_format_dbf.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 158. Export to and import from XBASE (.dbf) ('test_format_dbf.R:8:9') - Changing language has no effect when envvar LC_ALL='C' 159. (code run outside of `test_that()`) ('test_format_dbf.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 160. Import from DIF ('test_format_dif.R:3:5') - Changing language has no effect when envvar LC_ALL='C' 161. (code run outside of `test_that()`) ('test_format_dif.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 162. Export to Stata ('test_format_dta.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 163. (code run outside of `test_that()`) ('test_format_dta.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 164. Import from Stata (read_dta) ('test_format_dta.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 165. (code run outside of `test_that()`) ('test_format_dta.R:11:1') - Changing language has no effect when envvar LC_ALL='C' 166. Import from Stata with extended Haven features (read_dta) ('test_format_dta.R:25:9') - Changing language has no effect when envvar LC_ALL='C' 167. (code run outside of `test_that()`) ('test_format_dta.R:21:1') - Changing language has no effect when envvar LC_ALL='C' 168. (code run outside of `test_that()`) ('test_format_dta.R:34:1') - Changing language has no effect when envvar LC_ALL='C' 169. Import from EViews ('test_format_eviews.R:3:5') - Changing language has no effect when envvar LC_ALL='C' 170. (code run outside of `test_that()`) ('test_format_eviews.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 171. (code run outside of `test_that()`) ('test_format_external_packages.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 172. (code run outside of `test_that()`) ('test_format_external_packages.R:11:1') - Changing language has no effect when envvar LC_ALL='C' 173. Export to and import from feather ('test_format_feather.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 174. Export to and import from feather ('test_format_feather.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 175. (code run outside of `test_that()`) ('test_format_feather.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 176. Import from Fortran ('test_format_fortran.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 177. (code run outside of `test_that()`) ('test_format_fortran.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 178. Export to and import from fst ('test_format_fst.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 179. Export to and import from fst ('test_format_fst.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 180. (code run outside of `test_that()`) ('test_format_fst.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 181. Export to and import from FWF .fwf ('test_format_fwf.R:8:9') - Changing language has no effect when envvar LC_ALL='C' 182. Export to and import from FWF .fwf ('test_format_fwf.R:9:9') - Changing language has no effect when envvar LC_ALL='C' 183. Export to and import from FWF .fwf ('test_format_fwf.R:10:9') - Changing language has no effect when envvar LC_ALL='C' 184. Export to and import from FWF .fwf ('test_format_fwf.R:11:9') - Changing language has no effect when envvar LC_ALL='C' 185. Export to and import from FWF .fwf ('test_format_fwf.R:13:9') - Changing language has no effect when envvar LC_ALL='C' 186. (code run outside of `test_that()`) ('test_format_fwf.R:5:1') - Changing language has no effect when envvar LC_ALL='C' 187. Export to and import from FWF .txt ('test_format_fwf.R:23:9') - Changing language has no effect when envvar LC_ALL='C' 188. Export to and import from FWF .txt ('test_format_fwf.R:24:9') - Changing language has no effect when envvar LC_ALL='C' 189. (code run outside of `test_that()`) ('test_format_fwf.R:20:1') - Changing language has no effect when envvar LC_ALL='C' 190. (code run outside of `test_that()`) ('test_format_fwf.R:28:1') - Changing language has no effect when envvar LC_ALL='C' 191. Export to and import from HTML ('test_format_html.R:18:9') - Changing language has no effect when envvar LC_ALL='C' 192. Export to and import from HTML ('test_format_html.R:19:9') - Changing language has no effect when envvar LC_ALL='C' 193. (code run outside of `test_that()`) ('test_format_html.R:15:1') - Changing language has no effect when envvar LC_ALL='C' 194. Export to HTML with ampersands ('test_format_html.R:30:9') - Changing language has no effect when envvar LC_ALL='C' 195. (code run outside of `test_that()`) ('test_format_html.R:23:1') - Changing language has no effect when envvar LC_ALL='C' 196. Import from HTML ('test_format_html.R:37:5') - Changing language has no effect when envvar LC_ALL='C' 197. Import from HTML ('test_format_html.R:38:5') - Changing language has no effect when envvar LC_ALL='C' 198. (code run outside of `test_that()`) ('test_format_html.R:35:1') - Changing language has no effect when envvar LC_ALL='C' 199. Import from HTML with multiple tbody elements ('test_format_html.R:42:5') - Changing language has no effect when envvar LC_ALL='C' 200. Import from HTML with multiple tbody elements ('test_format_html.R:43:5') - Changing language has no effect when envvar LC_ALL='C' 201. Import from HTML with multiple tbody elements ('test_format_html.R:44:5') - Changing language has no effect when envvar LC_ALL='C' 202. Import from HTML with multiple tbody elements ('test_format_html.R:45:5') - Changing language has no effect when envvar LC_ALL='C' 203. (code run outside of `test_that()`) ('test_format_html.R:41:1') - Changing language has no effect when envvar LC_ALL='C' 204. (code run outside of `test_that()`) ('test_format_html.R:48:1') - Changing language has no effect when envvar LC_ALL='C' 205. Export to and import from JSON ('test_format_json.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 206. Export to and import from JSON ('test_format_json.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 207. (code run outside of `test_that()`) ('test_format_json.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 208. Export to JSON (non-data frame) ('test_format_json.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 209. Export to JSON (non-data frame) ('test_format_json.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 210. Export to JSON (non-data frame) ('test_format_json.R:16:9') - Changing language has no effect when envvar LC_ALL='C' 211. Export to JSON (non-data frame) ('test_format_json.R:17:9') - Changing language has no effect when envvar LC_ALL='C' 212. (code run outside of `test_that()`) ('test_format_json.R:11:1') - Changing language has no effect when envvar LC_ALL='C' 213. (code run outside of `test_that()`) ('test_format_json.R:21:1') - Changing language has no effect when envvar LC_ALL='C' 214. (code run outside of `test_that()`) ('test_format_matlab.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 215. Import from ODS ('test_format_ods.R:9:5') - Changing language has no effect when envvar LC_ALL='C' 216. Import from ODS ('test_format_ods.R:10:5') - Changing language has no effect when envvar LC_ALL='C' 217. Import from ODS ('test_format_ods.R:11:5') - Changing language has no effect when envvar LC_ALL='C' 218. (code run outside of `test_that()`) ('test_format_ods.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 219. Export to and import from ODS ('test_format_ods.R:18:9') - Changing language has no effect when envvar LC_ALL='C' 220. Export to and import from ODS ('test_format_ods.R:19:9') - Changing language has no effect when envvar LC_ALL='C' 221. (code run outside of `test_that()`) ('test_format_ods.R:15:1') - Changing language has no effect when envvar LC_ALL='C' 222. (code run outside of `test_that()`) ('test_format_ods.R:23:1') - Changing language has no effect when envvar LC_ALL='C' 223. Export and Import FODS ('test_format_ods.R:33:9') - Changing language has no effect when envvar LC_ALL='C' 224. Export and Import FODS ('test_format_ods.R:34:9') - Changing language has no effect when envvar LC_ALL='C' 225. Export and Import FODS ('test_format_ods.R:38:9') - Changing language has no effect when envvar LC_ALL='C' 226. (code run outside of `test_that()`) ('test_format_ods.R:30:1') - Changing language has no effect when envvar LC_ALL='C' 227. (code run outside of `test_that()`) ('test_format_ods.R:43:1') - Changing language has no effect when envvar LC_ALL='C' 228. Export to and import from parquet ('test_format_parquet.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 229. Export to and import from parquet ('test_format_parquet.R:8:9') - Changing language has no effect when envvar LC_ALL='C' 230. (code run outside of `test_that()`) ('test_format_parquet.R:4:1') - Changing language has no effect when envvar LC_ALL='C' 231. Export to and import from PSV ('test_format_psv.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 232. Export to and import from PSV ('test_format_psv.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 233. (code run outside of `test_that()`) ('test_format_psv.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 234. (code run outside of `test_that()`) ('test_format_psv.R:10:1') - Changing language has no effect when envvar LC_ALL='C' 235. Export to and import from pzfx ('test_format_pzfx.R:9:9') - Changing language has no effect when envvar LC_ALL='C' 236. Export to and import from pzfx ('test_format_pzfx.R:10:9') - Changing language has no effect when envvar LC_ALL='C' 237. Export to and import from pzfx ('test_format_pzfx.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 238. Export to and import from pzfx ('test_format_pzfx.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 239. Export to and import from pzfx ('test_format_pzfx.R:16:9') - Changing language has no effect when envvar LC_ALL='C' 240. (code run outside of `test_that()`) ('test_format_pzfx.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 241. Export to and import from qs ('test_format_qs.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 242. Export to and import from qs ('test_format_qs.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 243. (code run outside of `test_that()`) ('test_format_qs.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 244. Export to and import from Rdata ('test_format_rdata.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 245. Export to and import from Rdata ('test_format_rdata.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 246. Export to and import from Rdata ('test_format_rdata.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 247. Export to and import from Rdata ('test_format_rdata.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 248. Export to and import from Rdata ('test_format_rdata.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 249. Export to and import from Rdata ('test_format_rdata.R:16:9') - Changing language has no effect when envvar LC_ALL='C' 250. Export to and import from Rdata ('test_format_rdata.R:21:9') - Changing language has no effect when envvar LC_ALL='C' 251. Export to and import from Rdata ('test_format_rdata.R:22:9') - Changing language has no effect when envvar LC_ALL='C' 252. Export to and import from Rdata ('test_format_rdata.R:23:9') - Changing language has no effect when envvar LC_ALL='C' 253. (code run outside of `test_that()`) ('test_format_rdata.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 254. Export to and import from rda ('test_format_rdata.R:35:9') - Changing language has no effect when envvar LC_ALL='C' 255. Export to and import from rda ('test_format_rdata.R:36:9') - Changing language has no effect when envvar LC_ALL='C' 256. Export to and import from rda ('test_format_rdata.R:37:9') - Changing language has no effect when envvar LC_ALL='C' 257. Export to and import from rda ('test_format_rdata.R:44:9') - Changing language has no effect when envvar LC_ALL='C' 258. Export to and import from rda ('test_format_rdata.R:45:9') - Changing language has no effect when envvar LC_ALL='C' 259. Export to and import from rda ('test_format_rdata.R:46:9') - Changing language has no effect when envvar LC_ALL='C' 260. Export to and import from rda ('test_format_rdata.R:51:9') - Changing language has no effect when envvar LC_ALL='C' 261. Export to and import from rda ('test_format_rdata.R:52:9') - Changing language has no effect when envvar LC_ALL='C' 262. Export to and import from rda ('test_format_rdata.R:53:9') - Changing language has no effect when envvar LC_ALL='C' 263. (code run outside of `test_that()`) ('test_format_rdata.R:31:1') - Changing language has no effect when envvar LC_ALL='C' 264. Export to and import from rds ('test_format_rds.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 265. Export to and import from rds ('test_format_rds.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 266. (code run outside of `test_that()`) ('test_format_rds.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 267. Export to rds (non-data frame) ('test_format_rds.R:12:9') - Changing language has no effect when envvar LC_ALL='C' 268. Export to rds (non-data frame) ('test_format_rds.R:13:9') - Changing language has no effect when envvar LC_ALL='C' 269. Export to rds (non-data frame) ('test_format_rds.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 270. (code run outside of `test_that()`) ('test_format_rds.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 271. Export to and import from SAS (.xpt) ('test_format_sas.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 272. Export to and import from SAS (.xpt) ('test_format_sas.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 273. (code run outside of `test_that()`) ('test_format_sas.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 274. Export SAS (.sas7bdat) ('test_format_sas.R:12:9') - Changing language has no effect when envvar LC_ALL='C' 275. (code run outside of `test_that()`) ('test_format_sas.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 276. Export to SPSS (.sav) ('test_format_sav.R:13:9') - Changing language has no effect when envvar LC_ALL='C' 277. Export to SPSS (.sav) ('test_format_sav.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 278. Export to SPSS (.sav) ('test_format_sav.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 279. Export to SPSS (.sav) ('test_format_sav.R:19:9') - Changing language has no effect when envvar LC_ALL='C' 280. Export to SPSS (.sav) ('test_format_sav.R:20:9') - Changing language has no effect when envvar LC_ALL='C' 281. Export to SPSS (.sav) ('test_format_sav.R:21:9') - Changing language has no effect when envvar LC_ALL='C' 282. Export to SPSS (.sav) ('test_format_sav.R:22:9') - Changing language has no effect when envvar LC_ALL='C' 283. Export to SPSS (.sav) ('test_format_sav.R:24:9') - Changing language has no effect when envvar LC_ALL='C' 284. Export to SPSS (.sav) ('test_format_sav.R:25:9') - Changing language has no effect when envvar LC_ALL='C' 285. Export to SPSS (.sav) ('test_format_sav.R:28:9') - Changing language has no effect when envvar LC_ALL='C' 286. Export to SPSS (.sav) ('test_format_sav.R:29:9') - Changing language has no effect when envvar LC_ALL='C' 287. (code run outside of `test_that()`) ('test_format_sav.R:2:1') - Changing language has no effect when envvar LC_ALL='C' 288. Export to SPSS compressed (.zsav) ('test_format_sav.R:47:9') - Changing language has no effect when envvar LC_ALL='C' 289. Export to SPSS compressed (.zsav) ('test_format_sav.R:48:9') - Changing language has no effect when envvar LC_ALL='C' 290. Export to SPSS compressed (.zsav) ('test_format_sav.R:49:9') - Changing language has no effect when envvar LC_ALL='C' 291. Export to SPSS compressed (.zsav) ('test_format_sav.R:52:9') - Changing language has no effect when envvar LC_ALL='C' 292. Export to SPSS compressed (.zsav) ('test_format_sav.R:53:9') - Changing language has no effect when envvar LC_ALL='C' 293. Export to SPSS compressed (.zsav) ('test_format_sav.R:54:9') - Changing language has no effect when envvar LC_ALL='C' 294. Export to SPSS compressed (.zsav) ('test_format_sav.R:55:9') - Changing language has no effect when envvar LC_ALL='C' 295. Export to SPSS compressed (.zsav) ('test_format_sav.R:58:9') - Changing language has no effect when envvar LC_ALL='C' 296. Export to SPSS compressed (.zsav) ('test_format_sav.R:59:9') - Changing language has no effect when envvar LC_ALL='C' 297. Export to SPSS compressed (.zsav) ('test_format_sav.R:62:9') - Changing language has no effect when envvar LC_ALL='C' 298. Export to SPSS compressed (.zsav) ('test_format_sav.R:63:9') - Changing language has no effect when envvar LC_ALL='C' 299. (code run outside of `test_that()`) ('test_format_sav.R:36:1') - Changing language has no effect when envvar LC_ALL='C' 300. Import from Systat ('test_format_syd.R:4:5') - Changing language has no effect when envvar LC_ALL='C' 301. (code run outside of `test_that()`) ('test_format_syd.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 302. Export to and import from TSV ('test_format_tsv.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 303. Export to and import from TSV ('test_format_tsv.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 304. (code run outside of `test_that()`) ('test_format_tsv.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 305. (code run outside of `test_that()`) ('test_format_tsv.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 306. Export to Excel (.xlsx) ('test_format_xls.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 307. Export to Excel (.xlsx) ('test_format_xls.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 308. Export to Excel (.xlsx) ('test_format_xls.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 309. Export to Excel (.xlsx) ('test_format_xls.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 310. Export to Excel (.xlsx) ('test_format_xls.R:8:9') - Changing language has no effect when envvar LC_ALL='C' 311. (code run outside of `test_that()`) ('test_format_xls.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 312. (code run outside of `test_that()`) ('test_format_xls.R:12:1') - Changing language has no effect when envvar LC_ALL='C' 313. (code run outside of `test_that()`) ('test_format_xls.R:23:1') - Changing language has no effect when envvar LC_ALL='C' 314. (code run outside of `test_that()`) ('test_format_xls.R:39:1') - Changing language has no effect when envvar LC_ALL='C' 315. Import from Excel (.xls) ('test_format_xls.R:48:5') - Changing language has no effect when envvar LC_ALL='C' 316. Import from Excel (.xls) ('test_format_xls.R:49:5') - Changing language has no effect when envvar LC_ALL='C' 317. Import from Excel (.xls) ('test_format_xls.R:50:5') - Changing language has no effect when envvar LC_ALL='C' 318. (code run outside of `test_that()`) ('test_format_xls.R:47:1') - Changing language has no effect when envvar LC_ALL='C' 319. Export to and import from XML ('test_format_xml.R:18:9') - Changing language has no effect when envvar LC_ALL='C' 320. Export to and import from XML ('test_format_xml.R:19:9') - Changing language has no effect when envvar LC_ALL='C' 321. (code run outside of `test_that()`) ('test_format_xml.R:15:1') - Changing language has no effect when envvar LC_ALL='C' 322. (code run outside of `test_that()`) ('test_format_xml.R:23:1') - Changing language has no effect when envvar LC_ALL='C' 323. Export to and import from YAML ('test_format_yml.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 324. Export to and import from YAML ('test_format_yml.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 325. (code run outside of `test_that()`) ('test_format_yml.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 326. (code run outside of `test_that()`) ('test_format_yml.R:13:1') - Changing language has no effect when envvar LC_ALL='C' 327. Gather attrs from Stata ('test_gather_attrs.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 328. Gather attrs from Stata ('test_gather_attrs.R:8:9') - Changing language has no effect when envvar LC_ALL='C' 329. Gather attrs from Stata ('test_gather_attrs.R:9:9') - Changing language has no effect when envvar LC_ALL='C' 330. Gather attrs from Stata ('test_gather_attrs.R:10:9') - Changing language has no effect when envvar LC_ALL='C' 331. Gather attrs from Stata ('test_gather_attrs.R:11:9') - Changing language has no effect when envvar LC_ALL='C' 332. Gather attrs from Stata ('test_gather_attrs.R:12:9') - Changing language has no effect when envvar LC_ALL='C' 333. Gather attrs from Stata ('test_gather_attrs.R:13:9') - Changing language has no effect when envvar LC_ALL='C' 334. Gather attrs from Stata ('test_gather_attrs.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 335. Gather attrs from Stata ('test_gather_attrs.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 336. Gather attrs from Stata ('test_gather_attrs.R:16:9') - Changing language has no effect when envvar LC_ALL='C' 337. (code run outside of `test_that()`) ('test_gather_attrs.R:6:5') - Changing language has no effect when envvar LC_ALL='C' 338. Spread attrs from Stata ('test_gather_attrs.R:22:9') - Changing language has no effect when envvar LC_ALL='C' 339. Spread attrs from Stata ('test_gather_attrs.R:23:9') - Changing language has no effect when envvar LC_ALL='C' 340. Spread attrs from Stata ('test_gather_attrs.R:25:9') - Changing language has no effect when envvar LC_ALL='C' 341. Spread attrs from Stata ('test_gather_attrs.R:26:9') - Changing language has no effect when envvar LC_ALL='C' 342. Spread attrs from Stata ('test_gather_attrs.R:27:9') - Changing language has no effect when envvar LC_ALL='C' 343. Spread attrs from Stata ('test_gather_attrs.R:28:9') - Changing language has no effect when envvar LC_ALL='C' 344. (code run outside of `test_that()`) ('test_gather_attrs.R:19:5') - Changing language has no effect when envvar LC_ALL='C' 345. Gather empty attributes ('test_gather_attrs.R:34:9') - Changing language has no effect when envvar LC_ALL='C' 346. Gather empty attributes ('test_gather_attrs.R:35:9') - Changing language has no effect when envvar LC_ALL='C' 347. Gather empty attributes ('test_gather_attrs.R:36:9') - Changing language has no effect when envvar LC_ALL='C' 348. Gather empty attributes ('test_gather_attrs.R:37:9') - Changing language has no effect when envvar LC_ALL='C' 349. (code run outside of `test_that()`) ('test_gather_attrs.R:31:5') - Changing language has no effect when envvar LC_ALL='C' 350. (code run outside of `test_that()`) ('test_gather_attrs.R:40:5') - Changing language has no effect when envvar LC_ALL='C' 351. (code run outside of `test_that()`) ('test_gather_attrs.R:44:5') - Changing language has no effect when envvar LC_ALL='C' 352. (code run outside of `test_that()`) ('test_guess.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 353. (code run outside of `test_that()`) ('test_guess.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 354. Export without file specified ('test_guess.R:24:9') - Changing language has no effect when envvar LC_ALL='C' 355. (code run outside of `test_that()`) ('test_guess.R:20:1') - Changing language has no effect when envvar LC_ALL='C' 356. (code run outside of `test_that()`) ('test_guess.R:28:1') - Changing language has no effect when envvar LC_ALL='C' 357. (code run outside of `test_that()`) ('test_identical.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 358. (code run outside of `test_that()`) ('test_identical.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 359. (code run outside of `test_that()`) ('test_identical.R:18:1') - Changing language has no effect when envvar LC_ALL='C' 360. (code run outside of `test_that()`) ('test_identical.R:25:1') - Changing language has no effect when envvar LC_ALL='C' 361. (code run outside of `test_that()`) ('test_identical.R:32:1') - Changing language has no effect when envvar LC_ALL='C' 362. (code run outside of `test_that()`) ('test_identical.R:38:1') - Changing language has no effect when envvar LC_ALL='C' 363. Data identical (optional arguments) ('test_identical.R:54:9') - Changing language has no effect when envvar LC_ALL='C' 364. (code run outside of `test_that()`) ('test_identical.R:49:1') - Changing language has no effect when envvar LC_ALL='C' 365. Data identical (import_list) ('test_import_list.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 366. Data identical (import_list) ('test_import_list.R:8:9') - Changing language has no effect when envvar LC_ALL='C' 367. Data identical (import_list) ('test_import_list.R:9:9') - Changing language has no effect when envvar LC_ALL='C' 368. (code run outside of `test_that()`) ('test_import_list.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 369. Import multi-object .Rdata in import_list() ('test_import_list.R:17:9') - Changing language has no effect when envvar LC_ALL='C' 370. Import multi-object .Rdata in import_list() ('test_import_list.R:18:9') - Changing language has no effect when envvar LC_ALL='C' 371. (code run outside of `test_that()`) ('test_import_list.R:13:1') - Changing language has no effect when envvar LC_ALL='C' 372. Import multiple HTML tables in import_list() ('test_import_list.R:24:5') - Changing language has no effect when envvar LC_ALL='C' 373. Import multiple HTML tables in import_list() ('test_import_list.R:25:5') - Changing language has no effect when envvar LC_ALL='C' 374. Import multiple HTML tables in import_list() ('test_import_list.R:26:5') - Changing language has no effect when envvar LC_ALL='C' 375. Import multiple HTML tables in import_list() ('test_import_list.R:27:5') - Changing language has no effect when envvar LC_ALL='C' 376. (code run outside of `test_that()`) ('test_import_list.R:22:1') - Changing language has no effect when envvar LC_ALL='C' 377. Import multiple HTML tables in import_list() but with htm #350 ('test_import_list.R:35:9') - Changing language has no effect when envvar LC_ALL='C' 378. Import multiple HTML tables in import_list() but with htm #350 ('test_import_list.R:36:9') - Changing language has no effect when envvar LC_ALL='C' 379. Import multiple HTML tables in import_list() but with htm #350 ('test_import_list.R:37:9') - Changing language has no effect when envvar LC_ALL='C' 380. Import multiple HTML tables in import_list() but with htm #350 ('test_import_list.R:38:9') - Changing language has no effect when envvar LC_ALL='C' 381. (code run outside of `test_that()`) ('test_import_list.R:30:1') - Changing language has no effect when envvar LC_ALL='C' 382. import_list() preserves 'which' names when specified ('test_import_list.R:45:9') - Changing language has no effect when envvar LC_ALL='C' 383. import_list() preserves 'which' names when specified ('test_import_list.R:46:9') - Changing language has no effect when envvar LC_ALL='C' 384. import_list() preserves 'which' names when specified ('test_import_list.R:47:9') - Changing language has no effect when envvar LC_ALL='C' 385. import_list() preserves 'which' names when specified ('test_import_list.R:48:9') - Changing language has no effect when envvar LC_ALL='C' 386. import_list() preserves 'which' names when specified ('test_import_list.R:49:9') - Changing language has no effect when envvar LC_ALL='C' 387. import_list() preserves 'which' names when specified ('test_import_list.R:50:9') - Changing language has no effect when envvar LC_ALL='C' 388. import_list() preserves 'which' names when specified ('test_import_list.R:51:9') - Changing language has no effect when envvar LC_ALL='C' 389. import_list() preserves 'which' names when specified ('test_import_list.R:52:9') - Changing language has no effect when envvar LC_ALL='C' 390. import_list() preserves 'which' names when specified ('test_import_list.R:53:9') - Changing language has no effect when envvar LC_ALL='C' 391. (code run outside of `test_that()`) ('test_import_list.R:42:1') - Changing language has no effect when envvar LC_ALL='C' 392. Import single file via import_list() ('test_import_list.R:60:9') - Changing language has no effect when envvar LC_ALL='C' 393. (code run outside of `test_that()`) ('test_import_list.R:57:1') - Changing language has no effect when envvar LC_ALL='C' 394. Import single file from zip via import_list() ('test_import_list.R:67:9') - Changing language has no effect when envvar LC_ALL='C' 395. Import single file from zip via import_list() ('test_import_list.R:68:9') - Changing language has no effect when envvar LC_ALL='C' 396. Import single file from zip via import_list() ('test_import_list.R:70:9') - Changing language has no effect when envvar LC_ALL='C' 397. (code run outside of `test_that()`) ('test_import_list.R:64:1') - Changing language has no effect when envvar LC_ALL='C' 398. Import multiple files from zip via import_list() ('test_import_list.R:79:9') - Changing language has no effect when envvar LC_ALL='C' 399. Import multiple files from zip via import_list() ('test_import_list.R:81:9') - Changing language has no effect when envvar LC_ALL='C' 400. Import multiple files from zip via import_list() ('test_import_list.R:82:9') - Changing language has no effect when envvar LC_ALL='C' 401. Import multiple files from zip via import_list() ('test_import_list.R:83:9') - Changing language has no effect when envvar LC_ALL='C' 402. (code run outside of `test_that()`) ('test_import_list.R:74:1') - Changing language has no effect when envvar LC_ALL='C' 403. Import multiple files from zip via import_list() ('test_import_list.R:91:9') - invalid uid value replaced by that for user 'nobody' 404. Import multiple files from zip via import_list() ('test_import_list.R:93:9') - Changing language has no effect when envvar LC_ALL='C' 405. Import multiple files from zip via import_list() ('test_import_list.R:95:9') - Changing language has no effect when envvar LC_ALL='C' 406. Import multiple files from zip via import_list() ('test_import_list.R:96:9') - Changing language has no effect when envvar LC_ALL='C' 407. Import multiple files from zip via import_list() ('test_import_list.R:97:9') - Changing language has no effect when envvar LC_ALL='C' 408. (code run outside of `test_that()`) ('test_import_list.R:87:1') - Changing language has no effect when envvar LC_ALL='C' 409. Using setclass in import_list() ('test_import_list.R:105:9') - Changing language has no effect when envvar LC_ALL='C' 410. Using setclass in import_list() ('test_import_list.R:107:9') - Changing language has no effect when envvar LC_ALL='C' 411. (code run outside of `test_that()`) ('test_import_list.R:101:1') - Changing language has no effect when envvar LC_ALL='C' 412. (code run outside of `test_that()`) ('test_import_list.R:111:1') - Changing language has no effect when envvar LC_ALL='C' 413. (code run outside of `test_that()`) ('test_import_list.R:127:1') - Changing language has no effect when envvar LC_ALL='C' 414. (code run outside of `test_that()`) ('test_import_list.R:139:1') - Changing language has no effect when envvar LC_ALL='C' 415. (code run outside of `test_that()`) ('test_import_list.R:156:1') - Changing language has no effect when envvar LC_ALL='C' 416. (code run outside of `test_that()`) ('test_import_list.R:167:1') - Changing language has no effect when envvar LC_ALL='C' 417. Informative message when files are not found #389 ('test_import_list.R:185:9') - Changing language has no effect when envvar LC_ALL='C' 418. Informative message when files are not found #389 ('test_import_list.R:186:9') - Changing language has no effect when envvar LC_ALL='C' 419. (code run outside of `test_that()`) ('test_import_list.R:182:1') - Changing language has no effect when envvar LC_ALL='C' 420. Missing files and rbind ('test_import_list.R:194:9') - Changing language has no effect when envvar LC_ALL='C' 421. Missing files and rbind ('test_import_list.R:195:9') - Changing language has no effect when envvar LC_ALL='C' 422. Missing files and rbind ('test_import_list.R:196:9') - Changing language has no effect when envvar LC_ALL='C' 423. Missing files and rbind ('test_import_list.R:198:9') - Changing language has no effect when envvar LC_ALL='C' 424. (code run outside of `test_that()`) ('test_import_list.R:191:1') - Changing language has no effect when envvar LC_ALL='C' 425. (code run outside of `test_that()`) ('test_mapping.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 426. (code run outside of `test_that()`) ('test_mapping.R:16:1') - Changing language has no effect when envvar LC_ALL='C' 427. (code run outside of `test_that()`) ('test_mapping.R:23:1') - Changing language has no effect when envvar LC_ALL='C' 428. Export matrix to and import from CSV ('test_matrix.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 429. Export matrix to and import from CSV ('test_matrix.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 430. Export matrix to and import from CSV ('test_matrix.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 431. (code run outside of `test_that()`) ('test_matrix.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 432. Set object class ('test_set_class.R:7:5') - Changing language has no effect when envvar LC_ALL='C' 433. Set object class ('test_set_class.R:8:5') - Changing language has no effect when envvar LC_ALL='C' 434. Set object class ('test_set_class.R:9:5') - Changing language has no effect when envvar LC_ALL='C' 435. Set object class ('test_set_class.R:10:5') - Changing language has no effect when envvar LC_ALL='C' 436. Set object class ('test_set_class.R:11:5') - Changing language has no effect when envvar LC_ALL='C' 437. (code run outside of `test_that()`) ('test_set_class.R:4:1') - Changing language has no effect when envvar LC_ALL='C' 438. Set object class as tibble ('test_set_class.R:17:5') - Changing language has no effect when envvar LC_ALL='C' 439. Set object class as tibble ('test_set_class.R:18:5') - Changing language has no effect when envvar LC_ALL='C' 440. Set object class as tibble ('test_set_class.R:19:5') - Changing language has no effect when envvar LC_ALL='C' 441. (code run outside of `test_that()`) ('test_set_class.R:14:1') - Changing language has no effect when envvar LC_ALL='C' 442. Set object class as data.table ('test_set_class.R:23:5') - Changing language has no effect when envvar LC_ALL='C' 443. Set object class as data.table ('test_set_class.R:26:9') - Changing language has no effect when envvar LC_ALL='C' 444. Set object class as data.table ('test_set_class.R:27:9') - Changing language has no effect when envvar LC_ALL='C' 445. (code run outside of `test_that()`) ('test_set_class.R:22:1') - Changing language has no effect when envvar LC_ALL='C' 446. Set object class as arrow table ('test_set_class.R:35:5') - Changing language has no effect when envvar LC_ALL='C' 447. Set object class as arrow table ('test_set_class.R:36:5') - Changing language has no effect when envvar LC_ALL='C' 448. Set object class as arrow table ('test_set_class.R:37:5') - Changing language has no effect when envvar LC_ALL='C' 449. Set object class as arrow table ('test_set_class.R:40:9') - Changing language has no effect when envvar LC_ALL='C' 450. Set object class as arrow table ('test_set_class.R:41:9') - Changing language has no effect when envvar LC_ALL='C' 451. (code run outside of `test_that()`) ('test_set_class.R:31:1') - Changing language has no effect when envvar LC_ALL='C' 452. ArrowTabular can be exported ('test_set_class.R:51:9') - Changing language has no effect when envvar LC_ALL='C' 453. (code run outside of `test_that()`) ('test_set_class.R:45:1') - Changing language has no effect when envvar LC_ALL='C' 454. (code run outside of `test_that()`) ('test_set_class.R:55:1') - Changing language has no effect when envvar LC_ALL='C' 455. (code run outside of `test_that()`) ('test_suggestions.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 456. (code run outside of `test_that()`) ('test_suggestions.R:12:1') - Changing language has no effect when envvar LC_ALL='C' 457. (code run outside of `test_that()`) ('test_suggestions.R:21:1') - Changing language has no effect when envvar LC_ALL='C' 458. (code run outside of `test_that()`) ('test_trust.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 459. (code run outside of `test_that()`) ('test_trust.R:11:1') - Changing language has no effect when envvar LC_ALL='C' 460. (code run outside of `test_that()`) ('test_trust.R:21:1') - Changing language has no effect when envvar LC_ALL='C' 461. (code run outside of `test_that()`) ('test_trust.R:31:1') - Changing language has no effect when envvar LC_ALL='C' 462. (code run outside of `test_that()`) ('test_trust.R:39:1') - Changing language has no effect when envvar LC_ALL='C' 463. (code run outside of `test_that()`) ('test_trust.R:55:1') - Changing language has no effect when envvar LC_ALL='C' 464. (code run outside of `test_that()`) ('test_trust.R:63:1') - Changing language has no effect when envvar LC_ALL='C' 465. (code run outside of `test_that()`) ('test_trust.R:73:1') - Changing language has no effect when envvar LC_ALL='C' == Failed ====================================================================== -- 1. Error ('test_compress.R:53:13'): Export to compressed (gz, bz2) / import - Error in `regexpr(as.character(pattern), text, ignore.case, perl, fixed, useBytes)`: NA in coercion to boolean Backtrace: x 1. \-withr::with_tempfile(...) at test_compress.R:52:9 2. \-base::eval(substitute(code), envir = env) 3. \-base::eval(substitute(code), envir = env) 4. \-rio::export(iris, iris_path) at test_compress.R:53:13 5. \-rio:::compress_out(cfile = cfile, filename = file, type = compress) 6. \-rio:::.compress_rutils(filename, cfile, ext = ext) 7. +-R.utils::compressFile(...) 8. \-R.utils::compressFile.default(...) 9. +-R.utils::popTemporaryFile(destnameT) 10. \-R.utils::popTemporaryFile.default(destnameT) 11. \-base::regexpr(pattern, "", pathnameT) -- 2. Error ('test_compress.R:82:13'): Prevent the reuse of `which` for zip and Error in `regexpr(as.character(pattern), text, ignore.case, perl, fixed, useBytes)`: NA in coercion to boolean Backtrace: x 1. \-withr::with_tempfile(...) at test_compress.R:81:9 2. \-base::eval(substitute(code), envir = env) 3. \-base::eval(substitute(code), envir = env) 4. \-rio::export(list(some_iris = head(iris)), data_path) at test_compress.R:82:13 5. \-rio:::compress_out(cfile = cfile, filename = file, type = compress) 6. \-rio:::.compress_rutils(filename, cfile, ext = ext) 7. +-R.utils::compressFile(...) 8. \-R.utils::compressFile.default(...) 9. +-R.utils::popTemporaryFile(destnameT) 10. \-R.utils::popTemporaryFile.default(destnameT) 11. \-base::regexpr(pattern, "", pathnameT) -- 3. Failure ('test_export_corner_cases.R:24:9'): export to nonexisting directo `export(iris, file.path(output_dir, "iris.csv.gz"))` threw an error. Message: NA in coercion to boolean Class: simpleError/error/condition Backtrace: x 1. +-withr::with_tempdir(...) at test_export_corner_cases.R:21:5 2. | \-withr::with_dir(tmp, code) 3. | \-base::force(code) 4. +-testthat::expect_error(...) at test_export_corner_cases.R:24:9 5. | \-testthat:::quasi_capture(...) 6. | +-testthat (local) .capture(...) 7. | | \-base::withCallingHandlers(...) 8. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. \-rio::export(iris, file.path(output_dir, "iris.csv.gz")) 10. \-rio:::compress_out(cfile = cfile, filename = file, type = compress) 11. \-rio:::.compress_rutils(filename, cfile, ext = ext) 12. +-R.utils::compressFile(...) 13. \-R.utils::compressFile.default(...) 14. +-R.utils::popTemporaryFile(destnameT) 15. \-R.utils::popTemporaryFile.default(destnameT) 16. \-base::regexpr(pattern, "", pathnameT) -- 4. Failure ('test_export_corner_cases.R:25:9'): export to nonexisting directo file.exists(file.path(output_dir, "iris.csv.gz")) is not TRUE `actual`: FALSE `expected`: TRUE Backtrace: x 1. +-withr::with_tempdir(...) at test_export_corner_cases.R:21:5 2. | \-withr::with_dir(tmp, code) 3. | \-base::force(code) 4. \-testthat::expect_true(file.exists(file.path(output_dir, "iris.csv.gz"))) at test_export_corner_cases.R:25:9 -- 5. Failure ('test_format_yml.R:19:9'): utf-8 -------------------------------- `content` not equal to y$col. 6/7 mismatches x[2]: "\u010d" y[2]: "" x[3]: "\u0161" y[3]: "" x[4]: "\u00c4" y[4]: "" x[5]: "\u5b57" y[5]: "" x[6]: "\u30a2" y[6]: "" Backtrace: x 1. \-withr::with_tempfile(...) at test_format_yml.R:15:5 2. \-base::eval(substitute(code), envir = env) 3. \-base::eval(substitute(code), envir = env) 4. \-testthat::expect_equal(content, y$col) at test_format_yml.R:19:9 == DONE ======================================================================== 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/16180273/R-devel/1214/rio.Rcheck/00check.log' for details. [1] "2025-03-29 01:20:09 MST" > system(paste(c("diff -u", Rcheck.list), collapse=" ")) --- R_Under_development_unstable_2025-03-28_r88067/release_1.17.0.Rcheck/00check.log 2025-03-29 01:18:40.425042270 -0700 +++ R_Under_development_unstable_2025-03-28_r88067/master_1.17.99.2cb03162a21328cc5f68a8c3b0e554f5edfcb5b9.Rcheck/00check.log 2025-03-29 01:20:09.295529916 -0700 @@ -64,11 +64,11 @@ characterize()/factorize(): W.WW.WW.WW.WW.W.W check_file: ..................W.....W....W.....W....W compress: - Compressed files: W.W.W.W.W.W.W adding: file303ce55c9fc7dc.csv (deflated 78%) + Compressed files: W.W.W.W.W.W.W adding: file30c79971728d39.csv (deflated 78%) W.W.W.W.WW.W.W.W.WW.W.W.W.W.WW.W.W.W.W.WW.W.W.W.WW.W.W.W.W.W adding: mtcars1.csv (deflated 48%) adding: mtcars2.csv (deflated 50%) adding: mtcars3.csv (deflated 47%) - W...W.W.W1W adding: file303ce545228ba0.xlsx (deflated 11%) + W...W.W.W1W adding: file30c79945ce609a.xlsx (deflated 10%) ...W../usr/bin/gtar: NA: Not found in archive /usr/bin/gtar: Exiting with failure status due to previous errors .W../usr/bin/gtar: NA: Not found in archive @@ -79,7 +79,7 @@ /usr/bin/gtar: Exiting with failure status due to previous errors .W../usr/bin/gtar: NA: Not found in archive /usr/bin/gtar: Exiting with failure status due to previous errors - .2W........WSW adding: tmp/th798/16180273/RtmpIQQyU4/file303ce55a483403.csv (stored 0%) + .2W........WSW adding: tmp/th798/16180273/RtmpfiyIk9/file30c79979be44ee.csv (stored 0%) .W.W.W.W adding: file_1.csv (deflated 48%) adding: file_2.csv (deflated 50%) adding: file_3.csv (deflated 47%) @@ -134,18 +134,18 @@ gather_attrs: W.W.W.W.W.W.W.W.W.W.WW.W.W.W.W.W.WW.W.W.W.W.W.W guess: .....W........WW.W..W identical: ...W....W.W..W.W....W..W.W - import_list: .W.W.W.WW.W.WW.W.W.W.WW.W.W.W.WW.W.W.W.W.W.W.W.W.WW.W adding: file303ce53d0c935e.csv (deflated 58%) + import_list: .W.W.W.WW.W.WW.W.W.W.WW.W.W.W.WW.W.W.W.W.W.W.W.W.WW.W adding: file30c7996ade3674.csv (deflated 58%) W.W.W.W adding: mtcars1.csv (deflated 48%) adding: mtcars2.csv (deflated 50%) adding: mtcars3.csv (deflated 47%) - ..W..W.W.W.WW..W..W.W.W.WW.W.W..W..WSW adding: file303ce5579c8a67.xlsx (deflated 8%) - .. adding: file303ce53ab43aa9.dta (deflated 89%) - .. adding: file303ce5664e3ef3.sav (deflated 62%) - .. adding: file303ce54e719347.csv (deflated 58%) - .. adding: file303ce56e22841c.csv2 (deflated 58%) - ..W adding: file303ce552bfa009.qs (stored 0%) - .. adding: file303ce552710bd5.parquet (deflated 40%) - .. adding: file303ce5efe3fa.ods (deflated 7%) + ..W..W.W.W.WW..W..W.W.W.WW.W.W..W..WSW adding: file30c7995db2145b.xlsx (deflated 8%) + .. adding: file30c7991d8d19a2.dta (deflated 89%) + .. adding: file30c7996fa7333.sav (deflated 62%) + .. adding: file30c799200f0b25.csv (deflated 58%) + .. adding: file30c7992323a7fd.csv2 (deflated 58%) + ..W adding: file30c7991ed1ffbe.qs (stored 0%) + .. adding: file30c7995815fe5b.parquet (deflated 40%) + .. adding: file30c79932a52795.ods (deflated 7%) ..WW.W..WW.W.W..W..W mapping: .........W.W..W matrix: W.W.W.W > 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-29/deps.csv", task.str = "1214", release = "/scratch/th798/data.table-revdeps/2025-03-29/data.table_release_1.17.0.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-03-29/data.table_master_1.17.99.2cb03162a21328cc5f68a8c3b0e554f5edfcb5b9.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/16180273/R-release/1214" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/16180273/R-release/1214/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "rio" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/16180273/R-release/1214/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-29 01:20:14 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/16180273/R-release/1214/library' (as 'lib' is unspecified) also installing the dependencies 'minty', 'cpp11', 'hexView', 'pzfx', 'readODS', 'rmatio', 'nanoparquet' trying URL 'http://cloud.r-project.org/src/contrib/minty_0.0.5.tar.gz' Content type 'application/x-gzip' length 200552 bytes (195 KB) ================================================== downloaded 195 KB trying URL 'http://cloud.r-project.org/src/contrib/cpp11_0.5.2.tar.gz' Content type 'application/x-gzip' length 291993 bytes (285 KB) ================================================== downloaded 285 KB trying URL 'http://cloud.r-project.org/src/contrib/hexView_0.3-4.tar.gz' Content type 'application/x-gzip' length 17603 bytes (17 KB) ================================================== downloaded 17 KB trying URL 'http://cloud.r-project.org/src/contrib/pzfx_0.3.0.tar.gz' Content type 'application/x-gzip' length 589159 bytes (575 KB) ================================================== downloaded 575 KB trying URL 'http://cloud.r-project.org/src/contrib/readODS_2.3.2.tar.gz' Content type 'application/x-gzip' length 565881 bytes (552 KB) ================================================== downloaded 552 KB trying URL 'http://cloud.r-project.org/src/contrib/rmatio_0.19.0.tar.gz' Content type 'application/x-gzip' length 860121 bytes (839 KB) ================================================== downloaded 839 KB trying URL 'http://cloud.r-project.org/src/contrib/nanoparquet_0.4.2.tar.gz' Content type 'application/x-gzip' length 1150612 bytes (1.1 MB) ================================================== downloaded 1.1 MB trying URL 'http://cloud.r-project.org/src/contrib/rio_1.2.3.tar.gz' Content type 'application/x-gzip' length 531681 bytes (519 KB) ================================================== downloaded 519 KB * installing *source* package 'cpp11' ... ** package 'cpp11' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (cpp11) * installing *source* package 'hexView' ... ** package 'hexView' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (hexView) * installing *source* package 'pzfx' ... ** package 'pzfx' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** 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 (pzfx) * installing *source* package 'rmatio' ... ** package 'rmatio' successfully unpacked and MD5 sums checked ** using staged installation checking for pkg-config... /home/th798/.conda/envs/emacs1/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking inttypes.h... yes checking stdlib.h... yes checking stdint.h... yes checking strings.h... yes checking string.h... yes checking sys/stat.h... yes checking sys/types.h... yes checking unistd.h... checking for zlib... yes checking size of char... 1 checking size of short... 2 checking size of double... 8 checking size of float... 4 checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of size_t... 8 checking size of void *... 8 checking for mat_int8_t... int8_t checking for mat_int16_t... int16_t checking for mat_int32_t... int32_t checking for mat_int64_t... int64_t checking for mat_uint8_t... uint8_t checking for mat_uint16_t... uint16_t checking for mat_uint32_t... uint32_t checking for mat_uint64_t... uint64_t configure: creating ./config.status config.status: creating src/Makevars config.status: creating src/matio/config.h config.status: src/matio/config.h is unchanged ** 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 -DR_NO_REMAP -DSTRICT_R_HEADERS -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c matio/endian.c -o matio/endian.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c matio/inflate.c -o matio/inflate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c matio/mat4.c -o matio/mat4.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c matio/mat5.c -o matio/mat5.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c matio/mat.c -o matio/mat.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c matio/matvar_cell.c -o matio/matvar_cell.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c matio/matvar_struct.c -o matio/matvar_struct.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c matio/read_data.c -o matio/read_data.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -DR_NO_REMAP -DSTRICT_R_HEADERS -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rmatio.c -o rmatio.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 rmatio.so matio/endian.o matio/inflate.o matio/mat4.o matio/mat5.o matio/mat.o matio/matvar_cell.o matio/matvar_struct.o matio/read_data.o rmatio.o -L/home/th798/.conda/envs/emacs1/lib -lz installing to /tmp/th798/16180273/R-release/1214/library/00LOCK-rmatio/00new/rmatio/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (rmatio) * installing *source* package 'nanoparquet' ... ** package 'nanoparquet' successfully unpacked and MD5 sums checked ** using staged installation ** using 64 processors (unless configured differently in Makeconf). ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c lib/ParquetReader.cpp -o lib/ParquetReader.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RParquetReader.cpp -o RParquetReader.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RParquetAppender.cpp -o RParquetAppender.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RParquetOutFile.cpp -o RParquetOutFile.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c r-utils.cpp -o r-utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rwrapper.cpp -o rwrapper.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c protect.cpp -o protect.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read2.cpp -o read2.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c write2.cpp -o write2.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cpp-utils.cpp -o cpp-utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read-metadata.cpp -o read-metadata.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read-pages.cpp -o read-pages.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c arrow-schema.cpp -o arrow-schema.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c base64.cpp -o base64.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c r-base64.cpp -o r-base64.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snappy.cpp -o snappy.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c encodings.cpp -o encodings.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dictionary-encoding.cpp -o dictionary-encoding.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c test.cpp -o test.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c lib/ParquetOutFile.cpp -o lib/ParquetOutFile.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c lib/RleBpDecoder.cpp -o lib/RleBpDecoder.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c parquet/parquet_types.cpp -o parquet/parquet_types.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c thrift/protocol/TProtocol.cpp -o thrift/protocol/TProtocol.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c thrift/transport/TTransportException.cpp -o thrift/transport/TTransportException.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c thrift/transport/TBufferTransports.cpp -o thrift/transport/TBufferTransports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastpforlib/bitpacking.cpp -o fastpforlib/bitpacking.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snappy/snappy.cc -o snappy/snappy.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snappy/snappy-sinksource.cc -o snappy/snappy-sinksource.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c miniz/miniz.cpp -o miniz/miniz.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c zstd/common/entropy_common.cpp -o zstd/common/entropy_common.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c zstd/common/error_private.cpp -o zstd/common/error_private.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c zstd/common/fse_decompress.cpp -o zstd/common/fse_decompress.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c zstd/common/xxhash.cpp -o zstd/common/xxhash.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c zstd/common/zstd_common.cpp -o zstd/common/zstd_common.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c zstd/decompress/huf_decompress.cpp -o zstd/decompress/huf_decompress.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c zstd/decompress/zstd_ddict.cpp -o zstd/decompress/zstd_ddict.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c zstd/decompress/zstd_decompress.cpp -o zstd/decompress/zstd_decompress.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c zstd/decompress/zstd_decompress_block.cpp -o zstd/decompress/zstd_decompress_block.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c zstd/compress/fse_compress.cpp -o zstd/compress/fse_compress.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c zstd/compress/hist.cpp -o zstd/compress/hist.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c zstd/compress/huf_compress.cpp -o zstd/compress/huf_compress.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c zstd/compress/zstd_compress.cpp -o zstd/compress/zstd_compress.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c zstd/compress/zstd_compress_literals.cpp -o zstd/compress/zstd_compress_literals.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c zstd/compress/zstd_compress_sequences.cpp -o zstd/compress/zstd_compress_sequences.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c zstd/compress/zstd_compress_superblock.cpp -o zstd/compress/zstd_compress_superblock.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c zstd/compress/zstd_double_fast.cpp -o zstd/compress/zstd_double_fast.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c zstd/compress/zstd_fast.cpp -o zstd/compress/zstd_fast.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c zstd/compress/zstd_lazy.cpp -o zstd/compress/zstd_lazy.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c zstd/compress/zstd_ldm.cpp -o zstd/compress/zstd_ldm.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -Ithrift -I. -Izstd/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -DR_NO_REMAP -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c zstd/compress/zstd_opt.cpp -o zstd/compress/zstd_opt.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o nanoparquet.so lib/ParquetReader.o RParquetReader.o RParquetAppender.o RParquetOutFile.o r-utils.o rwrapper.o protect.o read2.o write2.o cpp-utils.o read-metadata.o read-pages.o arrow-schema.o base64.o r-base64.o snappy.o encodings.o dictionary-encoding.o test.o lib/ParquetOutFile.o lib/RleBpDecoder.o parquet/parquet_types.o thrift/protocol/TProtocol.o thrift/transport/TTransportException.o thrift/transport/TBufferTransports.o fastpforlib/bitpacking.o snappy/snappy.o snappy/snappy-sinksource.o miniz/miniz.o zstd/common/entropy_common.o zstd/common/error_private.o zstd/common/fse_decompress.o zstd/common/xxhash.o zstd/common/zstd_common.o zstd/decompress/huf_decompress.o zstd/decompress/zstd_ddict.o zstd/decompress/zstd_decompress.o zstd/decompress/zstd_decompress_block.o zstd/compress/fse_compress.o zstd/compress/hist.o zstd/compress/huf_compress.o zstd/compress/zstd_compress.o zstd/compress/zstd_compress_literals.o zstd/compress/zstd_compress_sequences.o zstd/compress/zstd_compress_superblock.o zstd/compress/zstd_double_fast.o zstd/compress/zstd_fast.o zstd/compress/zstd_lazy.o zstd/compress/zstd_ldm.o zstd/compress/zstd_opt.o installing via 'install.libs.R' to /tmp/th798/16180273/R-release/1214/library/00LOCK-nanoparquet/00new/nanoparquet ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (nanoparquet) * installing *source* package 'rio' ... ** package 'rio' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** 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 (rio) * installing *source* package 'minty' ... ** package 'minty' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/tmp/th798/16180273/R-release/1214/library/cpp11/include' -I'/projects/genomic-ml/R/R-release/library/tzdb/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Collector.cpp -o Collector.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/tmp/th798/16180273/R-release/1214/library/cpp11/include' -I'/projects/genomic-ml/R/R-release/library/tzdb/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c CollectorGuess.cpp -o CollectorGuess.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/tmp/th798/16180273/R-release/1214/library/cpp11/include' -I'/projects/genomic-ml/R/R-release/library/tzdb/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Iconv.cpp -o Iconv.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/tmp/th798/16180273/R-release/1214/library/cpp11/include' -I'/projects/genomic-ml/R/R-release/library/tzdb/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c LocaleInfo.cpp -o LocaleInfo.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/tmp/th798/16180273/R-release/1214/library/cpp11/include' -I'/projects/genomic-ml/R/R-release/library/tzdb/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Source.cpp -o Source.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/tmp/th798/16180273/R-release/1214/library/cpp11/include' -I'/projects/genomic-ml/R/R-release/library/tzdb/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Tokenizer.cpp -o Tokenizer.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/tmp/th798/16180273/R-release/1214/library/cpp11/include' -I'/projects/genomic-ml/R/R-release/library/tzdb/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cpp11.cpp -o cpp11.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/tmp/th798/16180273/R-release/1214/library/cpp11/include' -I'/projects/genomic-ml/R/R-release/library/tzdb/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c parse.cpp -o parse.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/tmp/th798/16180273/R-release/1214/library/cpp11/include' -I'/projects/genomic-ml/R/R-release/library/tzdb/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c type_convert.cpp -o type_convert.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o minty.so Collector.o CollectorGuess.o Iconv.o LocaleInfo.o Source.o Tokenizer.o cpp11.o parse.o type_convert.o installing to /tmp/th798/16180273/R-release/1214/library/00LOCK-minty/00new/minty/libs ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (minty) * installing *source* package 'readODS' ... ** package 'readODS' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/tmp/th798/16180273/R-release/1214/library/cpp11/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cpp11.cpp -o cpp11.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/tmp/th798/16180273/R-release/1214/library/cpp11/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c get_sheet_names.cpp -o get_sheet_names.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/tmp/th798/16180273/R-release/1214/library/cpp11/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c is_ods.cpp -o is_ods.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/tmp/th798/16180273/R-release/1214/library/cpp11/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read_flat_ods_.cpp -o read_flat_ods_.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/tmp/th798/16180273/R-release/1214/library/cpp11/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read_ods_.cpp -o read_ods_.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/tmp/th798/16180273/R-release/1214/library/cpp11/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read_ods_internals.cpp -o read_ods_internals.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/tmp/th798/16180273/R-release/1214/library/cpp11/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c splice.cpp -o splice.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/tmp/th798/16180273/R-release/1214/library/cpp11/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c write_sheet_file_.cpp -o write_sheet_file_.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o readODS.so cpp11.o get_sheet_names.o is_ods.o read_flat_ods_.o read_ods_.o read_ods_internals.o splice.o write_sheet_file_.o installing to /tmp/th798/16180273/R-release/1214/library/00LOCK-readODS/00new/readODS/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (readODS) The downloaded source packages are in '/tmp/th798/16180273/RtmpJTjIGQ/downloaded_packages' > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 72.828 9.023 84.655 > print(Sys.time()) [1] "2025-03-29 01:21:39 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-29 01:21:39 MST" Installing package into '/tmp/th798/16180273/R-release/1214/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/16180273/R-release/1214/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-29 01:21:57 MST" * using log directory '/tmp/th798/16180273/R-release/1214/rio.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 'rio/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'rio' version '1.2.3' * 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 'rio' 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 whether startup messages can be suppressed ... 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 R/sysdata.rda ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' ERROR Running the tests in 'tests/testthat.R' failed. Complete output: > library("testthat") > library("rio") > test_check("rio", reporter = "summary") characterize: characterize()/factorize(): W.WW.WW.WW.WW.W.W check_file: ..................W.....W....W.....W....W compress: Compressed files: W.W.W.W.W.W.W adding: file3180e01a083459.csv (deflated 78%) W.W.W.W.WW.W.W.W.WW.W.W.W.W.WW.W.W.W.W.WW.W.W.W.WW.W.W.W.W.W adding: mtcars1.csv (deflated 48%) adding: mtcars2.csv (deflated 50%) adding: mtcars3.csv (deflated 47%) W...W.W.WW.W.W.W.W.W.W.W.W.W.W.W.W adding: file3180e02f6c1ee3.xlsx (deflated 10%) ...W../usr/bin/gtar: NA: Not found in archive /usr/bin/gtar: Exiting with failure status due to previous errors .W../usr/bin/gtar: NA: Not found in archive /usr/bin/gtar: Exiting with failure status due to previous errors .W../usr/bin/gtar: NA: Not found in archive /usr/bin/gtar: Exiting with failure status due to previous errors .W../usr/bin/gtar: NA: Not found in archive /usr/bin/gtar: Exiting with failure status due to previous errors .W../usr/bin/gtar: NA: Not found in archive /usr/bin/gtar: Exiting with failure status due to previous errors .....W........WSW adding: tmp/th798/16180273/RtmpXv4WUt/file3180e060ccecc.csv (stored 0%) .W.W.W.W adding: file_1.csv (deflated 48%) adding: file_2.csv (deflated 50%) adding: file_3.csv (deflated 47%) W.W..W convert: W.W.WW.W.W.W.W create_outfiles: ...W.....W errors: .W....W..W.WW..W.W export_corner_cases: W..W.WW..W.WW..W.W export_list: ..W.W. adding: file_1.csv (deflated 48%) adding: file_2.csv (deflated 50%) adding: file_3.csv (deflated 47%) W. adding: file_1.csv (deflated 48%) adding: file_2.csv (deflated 50%) adding: file_3.csv (deflated 47%) W.W.W.W.W......W.. adding: file_1.csv (deflated 48%) adding: file_2.csv (deflated 50%) adding: file_3.csv (deflated 47%) .W.W.W.W....W.WSW extensions: .W..W format_R: W.W.W.W.W format_arff: W.W.W format_csv: W.WW.W.W.WW.W.W.W.WW.W.WW.W.W.W.W.W.W.W..W...W format_csvy: W.W.W format_dbf: W.W.W.W format_dif: W.W format_dta: W..WW...WW...W..W format_eviews: W.W format_external_packages: ...........W....W format_feather: W.W.W format_fortran: W.W format_fst: W.W.W format_fwf: W.W.W.W.W...WW.W.W..W format_html: W.W.WW.WW.W.WW.W.W.W.W...............W format_json: W.W.WW.W.W.W.W.W format_matlab: SW format_mtp: format_ods: ..W.W.W..WW.W.W.WW.W...W.W...W format_parquet: W.W.W format_psv: W.W.W..W format_pzfx: W.W.W.W.W.W format_qs: W.W.W format_rdata: W.W.W.W.W.W.W.W.W..WW.W.W.W.W.W.W.W.W..W format_rds: W.W.WW.W.W.W format_rec: format_sas: W.W.WW.W format_sav: W.W.W.W.W.W.W.W.W.W.W...WW.W.W.W.W.W.W.W.W.W.W.W format_syd: W.W format_tsv: W.W.W..W format_xls: W.W.W.W.W.W.W...W..WW.W.W.W format_xml: W.W.W...............W format_yml: W.W...W1W gather_attrs: W.W.W.W.W.W.W.W.W.W.WW.W.W.W.W.W.WW.W.W.W.W.W.W guess: .....W........WW.W..W identical: ...W....W.W..W.W....W..W.W import_list: .W.W.W.WW.W.WW.W.W.W.WW.W.W.W.WW.W.W.W.W.W.W.W.W.WW.W adding: file3180e01a929e20.csv (deflated 58%) W.W.W.W adding: mtcars1.csv (deflated 48%) adding: mtcars2.csv (deflated 50%) adding: mtcars3.csv (deflated 47%) ..W..W.W.W.WW..W..W.W.W.WW.W.W..W..WSW adding: file3180e04f108be9.xlsx (deflated 8%) .. adding: file3180e02c931a37.dta (deflated 89%) .. adding: file3180e0545ad1d6.sav (deflated 62%) .. adding: file3180e029fd4255.csv (deflated 58%) .. adding: file3180e04d69b4e2.csv2 (deflated 58%) ..W adding: file3180e05d3b94e2.qs (stored 0%) .. adding: file3180e01964f434.parquet (deflated 43%) .. adding: file3180e055b6d50b.ods (deflated 7%) ..WW.W..WW.W.W..W..W mapping: .........W.W..W matrix: W.W.W.W remote: S set_class: W.W.W.W.W.WW.W.W.WW.W.W.WW.W.W.W.W.W.W.W.W suggestions: SWSWSW trust: ..W..W..W..W...W..W...W...W == Skipped ===================================================================== 1. tar export error for R < 4.0.3 ('test_compress.R:101:5') - Reason: getRversion() >= "4.0.3" is TRUE 2. tar export error for R < 4.0.3 ('test_export_list.R:67:5') - Reason: getRversion() >= "4.0.3" is TRUE 3. Export to and import from matlab ('test_format_matlab.R:4:5') - Reason: failing mysteriously 4. URL #294 ('test_import_list.R:140:5') - Reason: On CRAN 5. (code run outside of `test_that()`) ('test_remote.R:1:1') - Reason: On CRAN 6. uninstalled_formats() ('test_suggestions.R:2:5') - Reason: On CRAN 7. show_unsupported_formats (in the fully supported environment) on CI ('test_suggestions.R:13:5') - Reason: On CRAN 8. show_unsupported_formats (in the partial supported environment) on CI ('test_suggestions.R:22:5') - Reason: On CRAN == Warnings ==================================================================== 1. test characterize.default() ('test_characterize.R:9:5') - Changing language has no effect when envvar LC_ALL='C' 2. (code run outside of `test_that()`) ('test_characterize.R:8:1') - Changing language has no effect when envvar LC_ALL='C' 3. test characterize.default() ('test_characterize.R:13:5') - Changing language has no effect when envvar LC_ALL='C' 4. (code run outside of `test_that()`) ('test_characterize.R:12:1') - Changing language has no effect when envvar LC_ALL='C' 5. test factorize.data.frame() ('test_characterize.R:17:5') - Changing language has no effect when envvar LC_ALL='C' 6. (code run outside of `test_that()`) ('test_characterize.R:16:1') - Changing language has no effect when envvar LC_ALL='C' 7. test factorize.data.frame() ('test_characterize.R:21:5') - Changing language has no effect when envvar LC_ALL='C' 8. (code run outside of `test_that()`) ('test_characterize.R:20:1') - Changing language has no effect when envvar LC_ALL='C' 9. test factorize coerce_character ('test_characterize.R:25:5') - Changing language has no effect when envvar LC_ALL='C' 10. test factorize coerce_character ('test_characterize.R:26:5') - Changing language has no effect when envvar LC_ALL='C' 11. (code run outside of `test_that()`) ('test_characterize.R:24:1') - Changing language has no effect when envvar LC_ALL='C' 12. (code run outside of `test_that()`) ('test_check_file.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 13. (code run outside of `test_that()`) ('test_check_file.R:27:1') - Changing language has no effect when envvar LC_ALL='C' 14. (code run outside of `test_that()`) ('test_check_file.R:39:1') - Changing language has no effect when envvar LC_ALL='C' 15. (code run outside of `test_that()`) ('test_check_file.R:50:1') - Changing language has no effect when envvar LC_ALL='C' 16. (code run outside of `test_that()`) ('test_check_file.R:62:1') - Changing language has no effect when envvar LC_ALL='C' 17. Recognize compressed file types ('test_compress.R:4:5') - Changing language has no effect when envvar LC_ALL='C' 18. Recognize compressed file types ('test_compress.R:5:5') - Changing language has no effect when envvar LC_ALL='C' 19. Recognize compressed file types ('test_compress.R:6:5') - Changing language has no effect when envvar LC_ALL='C' 20. Recognize compressed file types ('test_compress.R:7:5') - Changing language has no effect when envvar LC_ALL='C' 21. Recognize compressed file types ('test_compress.R:8:5') - Changing language has no effect when envvar LC_ALL='C' 22. Recognize compressed file types ('test_compress.R:9:5') - Changing language has no effect when envvar LC_ALL='C' 23. (code run outside of `test_that()`) ('test_compress.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 24. Export to compressed (zip, tar) / import ('test_compress.R:18:13') - Changing language has no effect when envvar LC_ALL='C' 25. Export to compressed (zip, tar) / import ('test_compress.R:19:13') - Changing language has no effect when envvar LC_ALL='C' 26. Export to compressed (zip, tar) / import ('test_compress.R:20:13') - Changing language has no effect when envvar LC_ALL='C' 27. Export to compressed (zip, tar) / import ('test_compress.R:22:13') - Changing language has no effect when envvar LC_ALL='C' 28. Export to compressed (zip, tar) / import ('test_compress.R:17:13') - invalid uid value replaced by that for user 'nobody' 29. Export to compressed (zip, tar) / import ('test_compress.R:18:13') - Changing language has no effect when envvar LC_ALL='C' 30. Export to compressed (zip, tar) / import ('test_compress.R:19:13') - Changing language has no effect when envvar LC_ALL='C' 31. Export to compressed (zip, tar) / import ('test_compress.R:20:13') - Changing language has no effect when envvar LC_ALL='C' 32. Export to compressed (zip, tar) / import ('test_compress.R:22:13') - Changing language has no effect when envvar LC_ALL='C' 33. Export to compressed (zip, tar) / import ('test_compress.R:17:13') - invalid uid value replaced by that for user 'nobody' 34. Export to compressed (zip, tar) / import ('test_compress.R:18:13') - Changing language has no effect when envvar LC_ALL='C' 35. Export to compressed (zip, tar) / import ('test_compress.R:19:13') - Changing language has no effect when envvar LC_ALL='C' 36. Export to compressed (zip, tar) / import ('test_compress.R:20:13') - Changing language has no effect when envvar LC_ALL='C' 37. Export to compressed (zip, tar) / import ('test_compress.R:22:13') - Changing language has no effect when envvar LC_ALL='C' 38. Export to compressed (zip, tar) / import ('test_compress.R:24:17') - Changing language has no effect when envvar LC_ALL='C' 39. Export to compressed (zip, tar) / import ('test_compress.R:17:13') - invalid uid value replaced by that for user 'nobody' 40. Export to compressed (zip, tar) / import ('test_compress.R:18:13') - Changing language has no effect when envvar LC_ALL='C' 41. Export to compressed (zip, tar) / import ('test_compress.R:19:13') - Changing language has no effect when envvar LC_ALL='C' 42. Export to compressed (zip, tar) / import ('test_compress.R:20:13') - Changing language has no effect when envvar LC_ALL='C' 43. Export to compressed (zip, tar) / import ('test_compress.R:22:13') - Changing language has no effect when envvar LC_ALL='C' 44. Export to compressed (zip, tar) / import ('test_compress.R:24:17') - Changing language has no effect when envvar LC_ALL='C' 45. Export to compressed (zip, tar) / import ('test_compress.R:17:13') - invalid uid value replaced by that for user 'nobody' 46. Export to compressed (zip, tar) / import ('test_compress.R:18:13') - Changing language has no effect when envvar LC_ALL='C' 47. Export to compressed (zip, tar) / import ('test_compress.R:19:13') - Changing language has no effect when envvar LC_ALL='C' 48. Export to compressed (zip, tar) / import ('test_compress.R:20:13') - Changing language has no effect when envvar LC_ALL='C' 49. Export to compressed (zip, tar) / import ('test_compress.R:22:13') - Changing language has no effect when envvar LC_ALL='C' 50. Export to compressed (zip, tar) / import ('test_compress.R:17:13') - invalid uid value replaced by that for user 'nobody' 51. Export to compressed (zip, tar) / import ('test_compress.R:18:13') - Changing language has no effect when envvar LC_ALL='C' 52. Export to compressed (zip, tar) / import ('test_compress.R:19:13') - Changing language has no effect when envvar LC_ALL='C' 53. Export to compressed (zip, tar) / import ('test_compress.R:20:13') - Changing language has no effect when envvar LC_ALL='C' 54. Export to compressed (zip, tar) / import ('test_compress.R:22:13') - Changing language has no effect when envvar LC_ALL='C' 55. Export to compressed (zip, tar) / import ('test_compress.R:27:17') - Changing language has no effect when envvar LC_ALL='C' 56. (code run outside of `test_that()`) ('test_compress.R:12:1') - Changing language has no effect when envvar LC_ALL='C' 57. Multi-item zip ('test_compress.R:40:13') - Changing language has no effect when envvar LC_ALL='C' 58. Multi-item zip ('test_compress.R:43:13') - Changing language has no effect when envvar LC_ALL='C' 59. Multi-item zip ('test_compress.R:44:13') - Changing language has no effect when envvar LC_ALL='C' 60. (code run outside of `test_that()`) ('test_compress.R:33:1') - Changing language has no effect when envvar LC_ALL='C' 61. Export to compressed (gz, bz2) / import ('test_compress.R:54:13') - Changing language has no effect when envvar LC_ALL='C' 62. Export to compressed (gz, bz2) / import ('test_compress.R:55:13') - Changing language has no effect when envvar LC_ALL='C' 63. Export to compressed (gz, bz2) / import ('test_compress.R:57:17') - Changing language has no effect when envvar LC_ALL='C' 64. Export to compressed (gz, bz2) / import ('test_compress.R:54:13') - Changing language has no effect when envvar LC_ALL='C' 65. Export to compressed (gz, bz2) / import ('test_compress.R:55:13') - Changing language has no effect when envvar LC_ALL='C' 66. Export to compressed (gz, bz2) / import ('test_compress.R:57:17') - Changing language has no effect when envvar LC_ALL='C' 67. Export to compressed (gz, bz2) / import ('test_compress.R:54:13') - Changing language has no effect when envvar LC_ALL='C' 68. Export to compressed (gz, bz2) / import ('test_compress.R:55:13') - Changing language has no effect when envvar LC_ALL='C' 69. Export to compressed (gz, bz2) / import ('test_compress.R:60:17') - Changing language has no effect when envvar LC_ALL='C' 70. Export to compressed (gz, bz2) / import ('test_compress.R:54:13') - Changing language has no effect when envvar LC_ALL='C' 71. Export to compressed (gz, bz2) / import ('test_compress.R:55:13') - Changing language has no effect when envvar LC_ALL='C' 72. Export to compressed (gz, bz2) / import ('test_compress.R:60:17') - Changing language has no effect when envvar LC_ALL='C' 73. (code run outside of `test_that()`) ('test_compress.R:49:1') - Changing language has no effect when envvar LC_ALL='C' 74. Prevent the reuse of `which` for zip and tar ('test_compress.R:71:13') - invalid uid value replaced by that for user 'nobody' 75. Prevent the reuse of `which` for zip and tar ('test_compress.R:71:13') - invalid uid value replaced by that for user 'nobody' 76. Prevent the reuse of `which` for zip and tar ('test_compress.R:71:13') - invalid uid value replaced by that for user 'nobody' 77. Prevent the reuse of `which` for zip and tar ('test_compress.R:71:13') - invalid uid value replaced by that for user 'nobody' 78. Prevent the reuse of `which` for zip and tar ('test_compress.R:71:13') - invalid uid value replaced by that for user 'nobody' 79. (code run outside of `test_that()`) ('test_compress.R:66:1') - Changing language has no effect when envvar LC_ALL='C' 80. (code run outside of `test_that()`) ('test_compress.R:89:1') - Changing language has no effect when envvar LC_ALL='C' 81. (code run outside of `test_that()`) ('test_compress.R:100:1') - Changing language has no effect when envvar LC_ALL='C' 82. Wild zip and tar ref $425 ('test_compress.R:122:13') - invalid uid value replaced by that for user 'nobody' 83. Wild zip and tar ref $425 ('test_compress.R:122:13') - invalid uid value replaced by that for user 'nobody' 84. Wild zip and tar ref $425 ('test_compress.R:122:13') - invalid uid value replaced by that for user 'nobody' 85. (code run outside of `test_that()`) ('test_compress.R:107:1') - Changing language has no effect when envvar LC_ALL='C' 86. Relative path #438 ('test_compress.R:137:9') - Changing language has no effect when envvar LC_ALL='C' 87. (code run outside of `test_that()`) ('test_compress.R:128:1') - Changing language has no effect when envvar LC_ALL='C' 88. (code run outside of `test_that()`) ('test_compress.R:141:1') - Changing language has no effect when envvar LC_ALL='C' 89. Basic file conversion ('test_convert.R:9:9') - Changing language has no effect when envvar LC_ALL='C' 90. Basic file conversion ('test_convert.R:10:9') - Changing language has no effect when envvar LC_ALL='C' 91. (code run outside of `test_that()`) ('test_convert.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 92. File conversion with arguments ('test_convert.R:18:9') - Changing language has no effect when envvar LC_ALL='C' 93. File conversion with arguments ('test_convert.R:19:9') - Changing language has no effect when envvar LC_ALL='C' 94. File conversion with arguments ('test_convert.R:22:9') - Changing language has no effect when envvar LC_ALL='C' 95. (code run outside of `test_that()`) ('test_convert.R:14:1') - Changing language has no effect when envvar LC_ALL='C' 96. (code run outside of `test_that()`) ('test_convert.R:26:1') - Changing language has no effect when envvar LC_ALL='C' 97. (code run outside of `test_that()`) ('test_create_outfiles.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 98. (code run outside of `test_that()`) ('test_create_outfiles.R:17:1') - Changing language has no effect when envvar LC_ALL='C' 99. (code run outside of `test_that()`) ('test_errors.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 100. (code run outside of `test_that()`) ('test_errors.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 101. (code run outside of `test_that()`) ('test_errors.R:19:1') - Changing language has no effect when envvar LC_ALL='C' 102. (code run outside of `test_that()`) ('test_errors.R:26:1') - Changing language has no effect when envvar LC_ALL='C' 103. Column widths printed for fixed-width format ('test_errors.R:34:9') - Changing language has no effect when envvar LC_ALL='C' 104. (code run outside of `test_that()`) ('test_errors.R:32:1') - Changing language has no effect when envvar LC_ALL='C' 105. (code run outside of `test_that()`) ('test_errors.R:39:1') - Changing language has no effect when envvar LC_ALL='C' 106. export to nonexisting directory #347 ('test_export_corner_cases.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 107. export to nonexisting directory #347 ('test_export_corner_cases.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 108. (code run outside of `test_that()`) ('test_export_corner_cases.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 109. export to existing directory (contra previous one) #347 ('test_export_corner_cases.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 110. export to existing directory (contra previous one) #347 ('test_export_corner_cases.R:16:9') - Changing language has no effect when envvar LC_ALL='C' 111. (code run outside of `test_that()`) ('test_export_corner_cases.R:10:1') - Changing language has no effect when envvar LC_ALL='C' 112. export to nonexisting directory also for compressed file #347 ('test_export_corner_cases.R:23:9') - Changing language has no effect when envvar LC_ALL='C' 113. export to nonexisting directory also for compressed file #347 ('test_export_corner_cases.R:25:9') - Changing language has no effect when envvar LC_ALL='C' 114. (code run outside of `test_that()`) ('test_export_corner_cases.R:20:1') - Changing language has no effect when envvar LC_ALL='C' 115. export_list() works ('test_export_list.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 116. export_list() works ('test_export_list.R:16:9') - Changing language has no effect when envvar LC_ALL='C' 117. export_list() works ('test_export_list.R:18:9') - Changing language has no effect when envvar LC_ALL='C' 118. export_list() works ('test_export_list.R:19:9') - Changing language has no effect when envvar LC_ALL='C' 119. export_list() works ('test_export_list.R:21:9') - Changing language has no effect when envvar LC_ALL='C' 120. export_list() works ('test_export_list.R:22:9') - Changing language has no effect when envvar LC_ALL='C' 121. export_list() works ('test_export_list.R:23:9') - Changing language has no effect when envvar LC_ALL='C' 122. export_list() works ('test_export_list.R:26:9') - Changing language has no effect when envvar LC_ALL='C' 123. (code run outside of `test_that()`) ('test_export_list.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 124. archive formats, #415 ('test_export_list.R:46:9') - invalid uid value replaced by that for user 'nobody' 125. archive formats, #415 ('test_export_list.R:47:9') - invalid uid value replaced by that for user 'nobody' 126. archive formats, #415 ('test_export_list.R:48:9') - invalid uid value replaced by that for user 'nobody' 127. (code run outside of `test_that()`) ('test_export_list.R:39:1') - Changing language has no effect when envvar LC_ALL='C' 128. List length of one, #385 ('test_export_list.R:62:9') - Changing language has no effect when envvar LC_ALL='C' 129. (code run outside of `test_that()`) ('test_export_list.R:52:1') - Changing language has no effect when envvar LC_ALL='C' 130. (code run outside of `test_that()`) ('test_export_list.R:66:1') - Changing language has no effect when envvar LC_ALL='C' 131. (code run outside of `test_that()`) ('test_extensions.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 132. (code run outside of `test_that()`) ('test_extensions.R:15:1') - Changing language has no effect when envvar LC_ALL='C' 133. Export / Import to .R dump file ('test_format_R.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 134. Export / Import to .R dump file ('test_format_R.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 135. Export / Import to .R dump file ('test_format_R.R:12:9') - Changing language has no effect when envvar LC_ALL='C' 136. Export / Import to .R dump file ('test_format_R.R:13:9') - Changing language has no effect when envvar LC_ALL='C' 137. (code run outside of `test_that()`) ('test_format_R.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 138. Weka (.arff) imports/exports ('test_format_arff.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 139. Weka (.arff) imports/exports ('test_format_arff.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 140. (code run outside of `test_that()`) ('test_format_arff.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 141. Export to CSV ('test_format_csv.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 142. (code run outside of `test_that()`) ('test_format_csv.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 143. Export (Append) to CSV ('test_format_csv.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 144. Export (Append) to CSV ('test_format_csv.R:17:9') - Changing language has no effect when envvar LC_ALL='C' 145. (code run outside of `test_that()`) ('test_format_csv.R:10:1') - Changing language has no effect when envvar LC_ALL='C' 146. (code run outside of `test_that()`) ('test_format_csv.R:21:1') - Changing language has no effect when envvar LC_ALL='C' 147. Import from (European-style) CSV with semicolon separator ('test_format_csv.R:29:9') - Changing language has no effect when envvar LC_ALL='C' 148. Import from (European-style) CSV with semicolon separator ('test_format_csv.R:31:9') - Changing language has no effect when envvar LC_ALL='C' 149. Import from (European-style) CSV with semicolon separator ('test_format_csv.R:34:9') - Changing language has no effect when envvar LC_ALL='C' 150. Import from (European-style) CSV with semicolon separator ('test_format_csv.R:35:9') - Changing language has no effect when envvar LC_ALL='C' 151. (code run outside of `test_that()`) ('test_format_csv.R:26:1') - Changing language has no effect when envvar LC_ALL='C' 152. Export to and Import from CSV2 ('test_format_csv.R:42:9') - Changing language has no effect when envvar LC_ALL='C' 153. Export to and Import from CSV2 ('test_format_csv.R:43:9') - Changing language has no effect when envvar LC_ALL='C' 154. (code run outside of `test_that()`) ('test_format_csv.R:39:1') - Changing language has no effect when envvar LC_ALL='C' 155. Export to and Import from TSV with CSV extension ('test_format_csv.R:50:9') - Changing language has no effect when envvar LC_ALL='C' 156. Export to and Import from TSV with CSV extension ('test_format_csv.R:51:9') - Changing language has no effect when envvar LC_ALL='C' 157. Export to and Import from TSV with CSV extension ('test_format_csv.R:52:9') - Changing language has no effect when envvar LC_ALL='C' 158. Export to and Import from TSV with CSV extension ('test_format_csv.R:53:9') - Changing language has no effect when envvar LC_ALL='C' 159. Export to and Import from TSV with CSV extension ('test_format_csv.R:54:9') - Changing language has no effect when envvar LC_ALL='C' 160. Export to and Import from TSV with CSV extension ('test_format_csv.R:55:9') - Changing language has no effect when envvar LC_ALL='C' 161. Export to and Import from TSV with CSV extension ('test_format_csv.R:56:9') - Changing language has no effect when envvar LC_ALL='C' 162. (code run outside of `test_that()`) ('test_format_csv.R:47:1') - Changing language has no effect when envvar LC_ALL='C' 163. (code run outside of `test_that()`) ('test_format_csv.R:60:1') - Changing language has no effect when envvar LC_ALL='C' 164. (code run outside of `test_that()`) ('test_format_csv.R:68:1') - Changing language has no effect when envvar LC_ALL='C' 165. Export to and import from CSVY ('test_format_csvy.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 166. Export to and import from CSVY ('test_format_csvy.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 167. (code run outside of `test_that()`) ('test_format_csvy.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 168. Export to and import from XBASE (.dbf) ('test_format_dbf.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 169. Export to and import from XBASE (.dbf) ('test_format_dbf.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 170. Export to and import from XBASE (.dbf) ('test_format_dbf.R:8:9') - Changing language has no effect when envvar LC_ALL='C' 171. (code run outside of `test_that()`) ('test_format_dbf.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 172. Import from DIF ('test_format_dif.R:3:5') - Changing language has no effect when envvar LC_ALL='C' 173. (code run outside of `test_that()`) ('test_format_dif.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 174. Export to Stata ('test_format_dta.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 175. (code run outside of `test_that()`) ('test_format_dta.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 176. Import from Stata (read_dta) ('test_format_dta.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 177. (code run outside of `test_that()`) ('test_format_dta.R:11:1') - Changing language has no effect when envvar LC_ALL='C' 178. Import from Stata with extended Haven features (read_dta) ('test_format_dta.R:25:9') - Changing language has no effect when envvar LC_ALL='C' 179. (code run outside of `test_that()`) ('test_format_dta.R:21:1') - Changing language has no effect when envvar LC_ALL='C' 180. (code run outside of `test_that()`) ('test_format_dta.R:34:1') - Changing language has no effect when envvar LC_ALL='C' 181. Import from EViews ('test_format_eviews.R:3:5') - Changing language has no effect when envvar LC_ALL='C' 182. (code run outside of `test_that()`) ('test_format_eviews.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 183. (code run outside of `test_that()`) ('test_format_external_packages.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 184. (code run outside of `test_that()`) ('test_format_external_packages.R:11:1') - Changing language has no effect when envvar LC_ALL='C' 185. Export to and import from feather ('test_format_feather.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 186. Export to and import from feather ('test_format_feather.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 187. (code run outside of `test_that()`) ('test_format_feather.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 188. Import from Fortran ('test_format_fortran.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 189. (code run outside of `test_that()`) ('test_format_fortran.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 190. Export to and import from fst ('test_format_fst.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 191. Export to and import from fst ('test_format_fst.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 192. (code run outside of `test_that()`) ('test_format_fst.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 193. Export to and import from FWF .fwf ('test_format_fwf.R:8:9') - Changing language has no effect when envvar LC_ALL='C' 194. Export to and import from FWF .fwf ('test_format_fwf.R:9:9') - Changing language has no effect when envvar LC_ALL='C' 195. Export to and import from FWF .fwf ('test_format_fwf.R:10:9') - Changing language has no effect when envvar LC_ALL='C' 196. Export to and import from FWF .fwf ('test_format_fwf.R:11:9') - Changing language has no effect when envvar LC_ALL='C' 197. Export to and import from FWF .fwf ('test_format_fwf.R:13:9') - Changing language has no effect when envvar LC_ALL='C' 198. (code run outside of `test_that()`) ('test_format_fwf.R:5:1') - Changing language has no effect when envvar LC_ALL='C' 199. Export to and import from FWF .txt ('test_format_fwf.R:23:9') - Changing language has no effect when envvar LC_ALL='C' 200. Export to and import from FWF .txt ('test_format_fwf.R:24:9') - Changing language has no effect when envvar LC_ALL='C' 201. (code run outside of `test_that()`) ('test_format_fwf.R:20:1') - Changing language has no effect when envvar LC_ALL='C' 202. (code run outside of `test_that()`) ('test_format_fwf.R:28:1') - Changing language has no effect when envvar LC_ALL='C' 203. Export to and import from HTML ('test_format_html.R:18:9') - Changing language has no effect when envvar LC_ALL='C' 204. Export to and import from HTML ('test_format_html.R:19:9') - Changing language has no effect when envvar LC_ALL='C' 205. (code run outside of `test_that()`) ('test_format_html.R:15:1') - Changing language has no effect when envvar LC_ALL='C' 206. Export to HTML with ampersands ('test_format_html.R:30:9') - Changing language has no effect when envvar LC_ALL='C' 207. (code run outside of `test_that()`) ('test_format_html.R:23:1') - Changing language has no effect when envvar LC_ALL='C' 208. Import from HTML ('test_format_html.R:37:5') - Changing language has no effect when envvar LC_ALL='C' 209. Import from HTML ('test_format_html.R:38:5') - Changing language has no effect when envvar LC_ALL='C' 210. (code run outside of `test_that()`) ('test_format_html.R:35:1') - Changing language has no effect when envvar LC_ALL='C' 211. Import from HTML with multiple tbody elements ('test_format_html.R:42:5') - Changing language has no effect when envvar LC_ALL='C' 212. Import from HTML with multiple tbody elements ('test_format_html.R:43:5') - Changing language has no effect when envvar LC_ALL='C' 213. Import from HTML with multiple tbody elements ('test_format_html.R:44:5') - Changing language has no effect when envvar LC_ALL='C' 214. Import from HTML with multiple tbody elements ('test_format_html.R:45:5') - Changing language has no effect when envvar LC_ALL='C' 215. (code run outside of `test_that()`) ('test_format_html.R:41:1') - Changing language has no effect when envvar LC_ALL='C' 216. (code run outside of `test_that()`) ('test_format_html.R:48:1') - Changing language has no effect when envvar LC_ALL='C' 217. Export to and import from JSON ('test_format_json.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 218. Export to and import from JSON ('test_format_json.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 219. (code run outside of `test_that()`) ('test_format_json.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 220. Export to JSON (non-data frame) ('test_format_json.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 221. Export to JSON (non-data frame) ('test_format_json.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 222. Export to JSON (non-data frame) ('test_format_json.R:16:9') - Changing language has no effect when envvar LC_ALL='C' 223. Export to JSON (non-data frame) ('test_format_json.R:17:9') - Changing language has no effect when envvar LC_ALL='C' 224. (code run outside of `test_that()`) ('test_format_json.R:11:1') - Changing language has no effect when envvar LC_ALL='C' 225. (code run outside of `test_that()`) ('test_format_json.R:21:1') - Changing language has no effect when envvar LC_ALL='C' 226. (code run outside of `test_that()`) ('test_format_matlab.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 227. Import from ODS ('test_format_ods.R:9:5') - Changing language has no effect when envvar LC_ALL='C' 228. Import from ODS ('test_format_ods.R:10:5') - Changing language has no effect when envvar LC_ALL='C' 229. Import from ODS ('test_format_ods.R:11:5') - Changing language has no effect when envvar LC_ALL='C' 230. (code run outside of `test_that()`) ('test_format_ods.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 231. Export to and import from ODS ('test_format_ods.R:18:9') - Changing language has no effect when envvar LC_ALL='C' 232. Export to and import from ODS ('test_format_ods.R:19:9') - Changing language has no effect when envvar LC_ALL='C' 233. (code run outside of `test_that()`) ('test_format_ods.R:15:1') - Changing language has no effect when envvar LC_ALL='C' 234. (code run outside of `test_that()`) ('test_format_ods.R:23:1') - Changing language has no effect when envvar LC_ALL='C' 235. Export and Import FODS ('test_format_ods.R:33:9') - Changing language has no effect when envvar LC_ALL='C' 236. Export and Import FODS ('test_format_ods.R:34:9') - Changing language has no effect when envvar LC_ALL='C' 237. Export and Import FODS ('test_format_ods.R:38:9') - Changing language has no effect when envvar LC_ALL='C' 238. (code run outside of `test_that()`) ('test_format_ods.R:30:1') - Changing language has no effect when envvar LC_ALL='C' 239. (code run outside of `test_that()`) ('test_format_ods.R:43:1') - Changing language has no effect when envvar LC_ALL='C' 240. Export to and import from parquet ('test_format_parquet.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 241. Export to and import from parquet ('test_format_parquet.R:8:9') - Changing language has no effect when envvar LC_ALL='C' 242. (code run outside of `test_that()`) ('test_format_parquet.R:4:1') - Changing language has no effect when envvar LC_ALL='C' 243. Export to and import from PSV ('test_format_psv.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 244. Export to and import from PSV ('test_format_psv.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 245. (code run outside of `test_that()`) ('test_format_psv.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 246. (code run outside of `test_that()`) ('test_format_psv.R:10:1') - Changing language has no effect when envvar LC_ALL='C' 247. Export to and import from pzfx ('test_format_pzfx.R:9:9') - Changing language has no effect when envvar LC_ALL='C' 248. Export to and import from pzfx ('test_format_pzfx.R:10:9') - Changing language has no effect when envvar LC_ALL='C' 249. Export to and import from pzfx ('test_format_pzfx.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 250. Export to and import from pzfx ('test_format_pzfx.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 251. Export to and import from pzfx ('test_format_pzfx.R:16:9') - Changing language has no effect when envvar LC_ALL='C' 252. (code run outside of `test_that()`) ('test_format_pzfx.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 253. Export to and import from qs ('test_format_qs.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 254. Export to and import from qs ('test_format_qs.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 255. (code run outside of `test_that()`) ('test_format_qs.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 256. Export to and import from Rdata ('test_format_rdata.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 257. Export to and import from Rdata ('test_format_rdata.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 258. Export to and import from Rdata ('test_format_rdata.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 259. Export to and import from Rdata ('test_format_rdata.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 260. Export to and import from Rdata ('test_format_rdata.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 261. Export to and import from Rdata ('test_format_rdata.R:16:9') - Changing language has no effect when envvar LC_ALL='C' 262. Export to and import from Rdata ('test_format_rdata.R:21:9') - Changing language has no effect when envvar LC_ALL='C' 263. Export to and import from Rdata ('test_format_rdata.R:22:9') - Changing language has no effect when envvar LC_ALL='C' 264. Export to and import from Rdata ('test_format_rdata.R:23:9') - Changing language has no effect when envvar LC_ALL='C' 265. (code run outside of `test_that()`) ('test_format_rdata.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 266. Export to and import from rda ('test_format_rdata.R:35:9') - Changing language has no effect when envvar LC_ALL='C' 267. Export to and import from rda ('test_format_rdata.R:36:9') - Changing language has no effect when envvar LC_ALL='C' 268. Export to and import from rda ('test_format_rdata.R:37:9') - Changing language has no effect when envvar LC_ALL='C' 269. Export to and import from rda ('test_format_rdata.R:44:9') - Changing language has no effect when envvar LC_ALL='C' 270. Export to and import from rda ('test_format_rdata.R:45:9') - Changing language has no effect when envvar LC_ALL='C' 271. Export to and import from rda ('test_format_rdata.R:46:9') - Changing language has no effect when envvar LC_ALL='C' 272. Export to and import from rda ('test_format_rdata.R:51:9') - Changing language has no effect when envvar LC_ALL='C' 273. Export to and import from rda ('test_format_rdata.R:52:9') - Changing language has no effect when envvar LC_ALL='C' 274. Export to and import from rda ('test_format_rdata.R:53:9') - Changing language has no effect when envvar LC_ALL='C' 275. (code run outside of `test_that()`) ('test_format_rdata.R:31:1') - Changing language has no effect when envvar LC_ALL='C' 276. Export to and import from rds ('test_format_rds.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 277. Export to and import from rds ('test_format_rds.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 278. (code run outside of `test_that()`) ('test_format_rds.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 279. Export to rds (non-data frame) ('test_format_rds.R:12:9') - Changing language has no effect when envvar LC_ALL='C' 280. Export to rds (non-data frame) ('test_format_rds.R:13:9') - Changing language has no effect when envvar LC_ALL='C' 281. Export to rds (non-data frame) ('test_format_rds.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 282. (code run outside of `test_that()`) ('test_format_rds.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 283. Export to and import from SAS (.xpt) ('test_format_sas.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 284. Export to and import from SAS (.xpt) ('test_format_sas.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 285. (code run outside of `test_that()`) ('test_format_sas.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 286. Export SAS (.sas7bdat) ('test_format_sas.R:12:9') - Changing language has no effect when envvar LC_ALL='C' 287. (code run outside of `test_that()`) ('test_format_sas.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 288. Export to SPSS (.sav) ('test_format_sav.R:13:9') - Changing language has no effect when envvar LC_ALL='C' 289. Export to SPSS (.sav) ('test_format_sav.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 290. Export to SPSS (.sav) ('test_format_sav.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 291. Export to SPSS (.sav) ('test_format_sav.R:19:9') - Changing language has no effect when envvar LC_ALL='C' 292. Export to SPSS (.sav) ('test_format_sav.R:20:9') - Changing language has no effect when envvar LC_ALL='C' 293. Export to SPSS (.sav) ('test_format_sav.R:21:9') - Changing language has no effect when envvar LC_ALL='C' 294. Export to SPSS (.sav) ('test_format_sav.R:22:9') - Changing language has no effect when envvar LC_ALL='C' 295. Export to SPSS (.sav) ('test_format_sav.R:24:9') - Changing language has no effect when envvar LC_ALL='C' 296. Export to SPSS (.sav) ('test_format_sav.R:25:9') - Changing language has no effect when envvar LC_ALL='C' 297. Export to SPSS (.sav) ('test_format_sav.R:28:9') - Changing language has no effect when envvar LC_ALL='C' 298. Export to SPSS (.sav) ('test_format_sav.R:29:9') - Changing language has no effect when envvar LC_ALL='C' 299. (code run outside of `test_that()`) ('test_format_sav.R:2:1') - Changing language has no effect when envvar LC_ALL='C' 300. Export to SPSS compressed (.zsav) ('test_format_sav.R:47:9') - Changing language has no effect when envvar LC_ALL='C' 301. Export to SPSS compressed (.zsav) ('test_format_sav.R:48:9') - Changing language has no effect when envvar LC_ALL='C' 302. Export to SPSS compressed (.zsav) ('test_format_sav.R:49:9') - Changing language has no effect when envvar LC_ALL='C' 303. Export to SPSS compressed (.zsav) ('test_format_sav.R:52:9') - Changing language has no effect when envvar LC_ALL='C' 304. Export to SPSS compressed (.zsav) ('test_format_sav.R:53:9') - Changing language has no effect when envvar LC_ALL='C' 305. Export to SPSS compressed (.zsav) ('test_format_sav.R:54:9') - Changing language has no effect when envvar LC_ALL='C' 306. Export to SPSS compressed (.zsav) ('test_format_sav.R:55:9') - Changing language has no effect when envvar LC_ALL='C' 307. Export to SPSS compressed (.zsav) ('test_format_sav.R:58:9') - Changing language has no effect when envvar LC_ALL='C' 308. Export to SPSS compressed (.zsav) ('test_format_sav.R:59:9') - Changing language has no effect when envvar LC_ALL='C' 309. Export to SPSS compressed (.zsav) ('test_format_sav.R:62:9') - Changing language has no effect when envvar LC_ALL='C' 310. Export to SPSS compressed (.zsav) ('test_format_sav.R:63:9') - Changing language has no effect when envvar LC_ALL='C' 311. (code run outside of `test_that()`) ('test_format_sav.R:36:1') - Changing language has no effect when envvar LC_ALL='C' 312. Import from Systat ('test_format_syd.R:4:5') - Changing language has no effect when envvar LC_ALL='C' 313. (code run outside of `test_that()`) ('test_format_syd.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 314. Export to and import from TSV ('test_format_tsv.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 315. Export to and import from TSV ('test_format_tsv.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 316. (code run outside of `test_that()`) ('test_format_tsv.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 317. (code run outside of `test_that()`) ('test_format_tsv.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 318. Export to Excel (.xlsx) ('test_format_xls.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 319. Export to Excel (.xlsx) ('test_format_xls.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 320. Export to Excel (.xlsx) ('test_format_xls.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 321. Export to Excel (.xlsx) ('test_format_xls.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 322. Export to Excel (.xlsx) ('test_format_xls.R:8:9') - Changing language has no effect when envvar LC_ALL='C' 323. (code run outside of `test_that()`) ('test_format_xls.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 324. (code run outside of `test_that()`) ('test_format_xls.R:12:1') - Changing language has no effect when envvar LC_ALL='C' 325. (code run outside of `test_that()`) ('test_format_xls.R:23:1') - Changing language has no effect when envvar LC_ALL='C' 326. (code run outside of `test_that()`) ('test_format_xls.R:39:1') - Changing language has no effect when envvar LC_ALL='C' 327. Import from Excel (.xls) ('test_format_xls.R:48:5') - Changing language has no effect when envvar LC_ALL='C' 328. Import from Excel (.xls) ('test_format_xls.R:49:5') - Changing language has no effect when envvar LC_ALL='C' 329. Import from Excel (.xls) ('test_format_xls.R:50:5') - Changing language has no effect when envvar LC_ALL='C' 330. (code run outside of `test_that()`) ('test_format_xls.R:47:1') - Changing language has no effect when envvar LC_ALL='C' 331. Export to and import from XML ('test_format_xml.R:18:9') - Changing language has no effect when envvar LC_ALL='C' 332. Export to and import from XML ('test_format_xml.R:19:9') - Changing language has no effect when envvar LC_ALL='C' 333. (code run outside of `test_that()`) ('test_format_xml.R:15:1') - Changing language has no effect when envvar LC_ALL='C' 334. (code run outside of `test_that()`) ('test_format_xml.R:23:1') - Changing language has no effect when envvar LC_ALL='C' 335. Export to and import from YAML ('test_format_yml.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 336. Export to and import from YAML ('test_format_yml.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 337. (code run outside of `test_that()`) ('test_format_yml.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 338. (code run outside of `test_that()`) ('test_format_yml.R:13:1') - Changing language has no effect when envvar LC_ALL='C' 339. Gather attrs from Stata ('test_gather_attrs.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 340. Gather attrs from Stata ('test_gather_attrs.R:8:9') - Changing language has no effect when envvar LC_ALL='C' 341. Gather attrs from Stata ('test_gather_attrs.R:9:9') - Changing language has no effect when envvar LC_ALL='C' 342. Gather attrs from Stata ('test_gather_attrs.R:10:9') - Changing language has no effect when envvar LC_ALL='C' 343. Gather attrs from Stata ('test_gather_attrs.R:11:9') - Changing language has no effect when envvar LC_ALL='C' 344. Gather attrs from Stata ('test_gather_attrs.R:12:9') - Changing language has no effect when envvar LC_ALL='C' 345. Gather attrs from Stata ('test_gather_attrs.R:13:9') - Changing language has no effect when envvar LC_ALL='C' 346. Gather attrs from Stata ('test_gather_attrs.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 347. Gather attrs from Stata ('test_gather_attrs.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 348. Gather attrs from Stata ('test_gather_attrs.R:16:9') - Changing language has no effect when envvar LC_ALL='C' 349. (code run outside of `test_that()`) ('test_gather_attrs.R:6:5') - Changing language has no effect when envvar LC_ALL='C' 350. Spread attrs from Stata ('test_gather_attrs.R:22:9') - Changing language has no effect when envvar LC_ALL='C' 351. Spread attrs from Stata ('test_gather_attrs.R:23:9') - Changing language has no effect when envvar LC_ALL='C' 352. Spread attrs from Stata ('test_gather_attrs.R:25:9') - Changing language has no effect when envvar LC_ALL='C' 353. Spread attrs from Stata ('test_gather_attrs.R:26:9') - Changing language has no effect when envvar LC_ALL='C' 354. Spread attrs from Stata ('test_gather_attrs.R:27:9') - Changing language has no effect when envvar LC_ALL='C' 355. Spread attrs from Stata ('test_gather_attrs.R:28:9') - Changing language has no effect when envvar LC_ALL='C' 356. (code run outside of `test_that()`) ('test_gather_attrs.R:19:5') - Changing language has no effect when envvar LC_ALL='C' 357. Gather empty attributes ('test_gather_attrs.R:34:9') - Changing language has no effect when envvar LC_ALL='C' 358. Gather empty attributes ('test_gather_attrs.R:35:9') - Changing language has no effect when envvar LC_ALL='C' 359. Gather empty attributes ('test_gather_attrs.R:36:9') - Changing language has no effect when envvar LC_ALL='C' 360. Gather empty attributes ('test_gather_attrs.R:37:9') - Changing language has no effect when envvar LC_ALL='C' 361. (code run outside of `test_that()`) ('test_gather_attrs.R:31:5') - Changing language has no effect when envvar LC_ALL='C' 362. (code run outside of `test_that()`) ('test_gather_attrs.R:40:5') - Changing language has no effect when envvar LC_ALL='C' 363. (code run outside of `test_that()`) ('test_gather_attrs.R:44:5') - Changing language has no effect when envvar LC_ALL='C' 364. (code run outside of `test_that()`) ('test_guess.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 365. (code run outside of `test_that()`) ('test_guess.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 366. Export without file specified ('test_guess.R:24:9') - Changing language has no effect when envvar LC_ALL='C' 367. (code run outside of `test_that()`) ('test_guess.R:20:1') - Changing language has no effect when envvar LC_ALL='C' 368. (code run outside of `test_that()`) ('test_guess.R:28:1') - Changing language has no effect when envvar LC_ALL='C' 369. (code run outside of `test_that()`) ('test_identical.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 370. (code run outside of `test_that()`) ('test_identical.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 371. (code run outside of `test_that()`) ('test_identical.R:18:1') - Changing language has no effect when envvar LC_ALL='C' 372. (code run outside of `test_that()`) ('test_identical.R:25:1') - Changing language has no effect when envvar LC_ALL='C' 373. (code run outside of `test_that()`) ('test_identical.R:32:1') - Changing language has no effect when envvar LC_ALL='C' 374. (code run outside of `test_that()`) ('test_identical.R:38:1') - Changing language has no effect when envvar LC_ALL='C' 375. Data identical (optional arguments) ('test_identical.R:54:9') - Changing language has no effect when envvar LC_ALL='C' 376. (code run outside of `test_that()`) ('test_identical.R:49:1') - Changing language has no effect when envvar LC_ALL='C' 377. Data identical (import_list) ('test_import_list.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 378. Data identical (import_list) ('test_import_list.R:8:9') - Changing language has no effect when envvar LC_ALL='C' 379. Data identical (import_list) ('test_import_list.R:9:9') - Changing language has no effect when envvar LC_ALL='C' 380. (code run outside of `test_that()`) ('test_import_list.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 381. Import multi-object .Rdata in import_list() ('test_import_list.R:17:9') - Changing language has no effect when envvar LC_ALL='C' 382. Import multi-object .Rdata in import_list() ('test_import_list.R:18:9') - Changing language has no effect when envvar LC_ALL='C' 383. (code run outside of `test_that()`) ('test_import_list.R:13:1') - Changing language has no effect when envvar LC_ALL='C' 384. Import multiple HTML tables in import_list() ('test_import_list.R:24:5') - Changing language has no effect when envvar LC_ALL='C' 385. Import multiple HTML tables in import_list() ('test_import_list.R:25:5') - Changing language has no effect when envvar LC_ALL='C' 386. Import multiple HTML tables in import_list() ('test_import_list.R:26:5') - Changing language has no effect when envvar LC_ALL='C' 387. Import multiple HTML tables in import_list() ('test_import_list.R:27:5') - Changing language has no effect when envvar LC_ALL='C' 388. (code run outside of `test_that()`) ('test_import_list.R:22:1') - Changing language has no effect when envvar LC_ALL='C' 389. Import multiple HTML tables in import_list() but with htm #350 ('test_import_list.R:35:9') - Changing language has no effect when envvar LC_ALL='C' 390. Import multiple HTML tables in import_list() but with htm #350 ('test_import_list.R:36:9') - Changing language has no effect when envvar LC_ALL='C' 391. Import multiple HTML tables in import_list() but with htm #350 ('test_import_list.R:37:9') - Changing language has no effect when envvar LC_ALL='C' 392. Import multiple HTML tables in import_list() but with htm #350 ('test_import_list.R:38:9') - Changing language has no effect when envvar LC_ALL='C' 393. (code run outside of `test_that()`) ('test_import_list.R:30:1') - Changing language has no effect when envvar LC_ALL='C' 394. import_list() preserves 'which' names when specified ('test_import_list.R:45:9') - Changing language has no effect when envvar LC_ALL='C' 395. import_list() preserves 'which' names when specified ('test_import_list.R:46:9') - Changing language has no effect when envvar LC_ALL='C' 396. import_list() preserves 'which' names when specified ('test_import_list.R:47:9') - Changing language has no effect when envvar LC_ALL='C' 397. import_list() preserves 'which' names when specified ('test_import_list.R:48:9') - Changing language has no effect when envvar LC_ALL='C' 398. import_list() preserves 'which' names when specified ('test_import_list.R:49:9') - Changing language has no effect when envvar LC_ALL='C' 399. import_list() preserves 'which' names when specified ('test_import_list.R:50:9') - Changing language has no effect when envvar LC_ALL='C' 400. import_list() preserves 'which' names when specified ('test_import_list.R:51:9') - Changing language has no effect when envvar LC_ALL='C' 401. import_list() preserves 'which' names when specified ('test_import_list.R:52:9') - Changing language has no effect when envvar LC_ALL='C' 402. import_list() preserves 'which' names when specified ('test_import_list.R:53:9') - Changing language has no effect when envvar LC_ALL='C' 403. (code run outside of `test_that()`) ('test_import_list.R:42:1') - Changing language has no effect when envvar LC_ALL='C' 404. Import single file via import_list() ('test_import_list.R:60:9') - Changing language has no effect when envvar LC_ALL='C' 405. (code run outside of `test_that()`) ('test_import_list.R:57:1') - Changing language has no effect when envvar LC_ALL='C' 406. Import single file from zip via import_list() ('test_import_list.R:67:9') - Changing language has no effect when envvar LC_ALL='C' 407. Import single file from zip via import_list() ('test_import_list.R:68:9') - Changing language has no effect when envvar LC_ALL='C' 408. Import single file from zip via import_list() ('test_import_list.R:70:9') - Changing language has no effect when envvar LC_ALL='C' 409. (code run outside of `test_that()`) ('test_import_list.R:64:1') - Changing language has no effect when envvar LC_ALL='C' 410. Import multiple files from zip via import_list() ('test_import_list.R:79:9') - Changing language has no effect when envvar LC_ALL='C' 411. Import multiple files from zip via import_list() ('test_import_list.R:81:9') - Changing language has no effect when envvar LC_ALL='C' 412. Import multiple files from zip via import_list() ('test_import_list.R:82:9') - Changing language has no effect when envvar LC_ALL='C' 413. Import multiple files from zip via import_list() ('test_import_list.R:83:9') - Changing language has no effect when envvar LC_ALL='C' 414. (code run outside of `test_that()`) ('test_import_list.R:74:1') - Changing language has no effect when envvar LC_ALL='C' 415. Import multiple files from zip via import_list() ('test_import_list.R:91:9') - invalid uid value replaced by that for user 'nobody' 416. Import multiple files from zip via import_list() ('test_import_list.R:93:9') - Changing language has no effect when envvar LC_ALL='C' 417. Import multiple files from zip via import_list() ('test_import_list.R:95:9') - Changing language has no effect when envvar LC_ALL='C' 418. Import multiple files from zip via import_list() ('test_import_list.R:96:9') - Changing language has no effect when envvar LC_ALL='C' 419. Import multiple files from zip via import_list() ('test_import_list.R:97:9') - Changing language has no effect when envvar LC_ALL='C' 420. (code run outside of `test_that()`) ('test_import_list.R:87:1') - Changing language has no effect when envvar LC_ALL='C' 421. Using setclass in import_list() ('test_import_list.R:105:9') - Changing language has no effect when envvar LC_ALL='C' 422. Using setclass in import_list() ('test_import_list.R:107:9') - Changing language has no effect when envvar LC_ALL='C' 423. (code run outside of `test_that()`) ('test_import_list.R:101:1') - Changing language has no effect when envvar LC_ALL='C' 424. (code run outside of `test_that()`) ('test_import_list.R:111:1') - Changing language has no effect when envvar LC_ALL='C' 425. (code run outside of `test_that()`) ('test_import_list.R:127:1') - Changing language has no effect when envvar LC_ALL='C' 426. (code run outside of `test_that()`) ('test_import_list.R:139:1') - Changing language has no effect when envvar LC_ALL='C' 427. (code run outside of `test_that()`) ('test_import_list.R:156:1') - Changing language has no effect when envvar LC_ALL='C' 428. (code run outside of `test_that()`) ('test_import_list.R:167:1') - Changing language has no effect when envvar LC_ALL='C' 429. Informative message when files are not found #389 ('test_import_list.R:185:9') - Changing language has no effect when envvar LC_ALL='C' 430. Informative message when files are not found #389 ('test_import_list.R:186:9') - Changing language has no effect when envvar LC_ALL='C' 431. (code run outside of `test_that()`) ('test_import_list.R:182:1') - Changing language has no effect when envvar LC_ALL='C' 432. Missing files and rbind ('test_import_list.R:194:9') - Changing language has no effect when envvar LC_ALL='C' 433. Missing files and rbind ('test_import_list.R:195:9') - Changing language has no effect when envvar LC_ALL='C' 434. Missing files and rbind ('test_import_list.R:196:9') - Changing language has no effect when envvar LC_ALL='C' 435. Missing files and rbind ('test_import_list.R:198:9') - Changing language has no effect when envvar LC_ALL='C' 436. (code run outside of `test_that()`) ('test_import_list.R:191:1') - Changing language has no effect when envvar LC_ALL='C' 437. (code run outside of `test_that()`) ('test_mapping.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 438. (code run outside of `test_that()`) ('test_mapping.R:16:1') - Changing language has no effect when envvar LC_ALL='C' 439. (code run outside of `test_that()`) ('test_mapping.R:23:1') - Changing language has no effect when envvar LC_ALL='C' 440. Export matrix to and import from CSV ('test_matrix.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 441. Export matrix to and import from CSV ('test_matrix.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 442. Export matrix to and import from CSV ('test_matrix.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 443. (code run outside of `test_that()`) ('test_matrix.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 444. Set object class ('test_set_class.R:7:5') - Changing language has no effect when envvar LC_ALL='C' 445. Set object class ('test_set_class.R:8:5') - Changing language has no effect when envvar LC_ALL='C' 446. Set object class ('test_set_class.R:9:5') - Changing language has no effect when envvar LC_ALL='C' 447. Set object class ('test_set_class.R:10:5') - Changing language has no effect when envvar LC_ALL='C' 448. Set object class ('test_set_class.R:11:5') - Changing language has no effect when envvar LC_ALL='C' 449. (code run outside of `test_that()`) ('test_set_class.R:4:1') - Changing language has no effect when envvar LC_ALL='C' 450. Set object class as tibble ('test_set_class.R:17:5') - Changing language has no effect when envvar LC_ALL='C' 451. Set object class as tibble ('test_set_class.R:18:5') - Changing language has no effect when envvar LC_ALL='C' 452. Set object class as tibble ('test_set_class.R:19:5') - Changing language has no effect when envvar LC_ALL='C' 453. (code run outside of `test_that()`) ('test_set_class.R:14:1') - Changing language has no effect when envvar LC_ALL='C' 454. Set object class as data.table ('test_set_class.R:23:5') - Changing language has no effect when envvar LC_ALL='C' 455. Set object class as data.table ('test_set_class.R:26:9') - Changing language has no effect when envvar LC_ALL='C' 456. Set object class as data.table ('test_set_class.R:27:9') - Changing language has no effect when envvar LC_ALL='C' 457. (code run outside of `test_that()`) ('test_set_class.R:22:1') - Changing language has no effect when envvar LC_ALL='C' 458. Set object class as arrow table ('test_set_class.R:35:5') - Changing language has no effect when envvar LC_ALL='C' 459. Set object class as arrow table ('test_set_class.R:36:5') - Changing language has no effect when envvar LC_ALL='C' 460. Set object class as arrow table ('test_set_class.R:37:5') - Changing language has no effect when envvar LC_ALL='C' 461. Set object class as arrow table ('test_set_class.R:40:9') - Changing language has no effect when envvar LC_ALL='C' 462. Set object class as arrow table ('test_set_class.R:41:9') - Changing language has no effect when envvar LC_ALL='C' 463. (code run outside of `test_that()`) ('test_set_class.R:31:1') - Changing language has no effect when envvar LC_ALL='C' 464. ArrowTabular can be exported ('test_set_class.R:51:9') - Changing language has no effect when envvar LC_ALL='C' 465. (code run outside of `test_that()`) ('test_set_class.R:45:1') - Changing language has no effect when envvar LC_ALL='C' 466. (code run outside of `test_that()`) ('test_set_class.R:55:1') - Changing language has no effect when envvar LC_ALL='C' 467. (code run outside of `test_that()`) ('test_suggestions.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 468. (code run outside of `test_that()`) ('test_suggestions.R:12:1') - Changing language has no effect when envvar LC_ALL='C' 469. (code run outside of `test_that()`) ('test_suggestions.R:21:1') - Changing language has no effect when envvar LC_ALL='C' 470. (code run outside of `test_that()`) ('test_trust.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 471. (code run outside of `test_that()`) ('test_trust.R:11:1') - Changing language has no effect when envvar LC_ALL='C' 472. (code run outside of `test_that()`) ('test_trust.R:21:1') - Changing language has no effect when envvar LC_ALL='C' 473. (code run outside of `test_that()`) ('test_trust.R:31:1') - Changing language has no effect when envvar LC_ALL='C' 474. (code run outside of `test_that()`) ('test_trust.R:39:1') - Changing language has no effect when envvar LC_ALL='C' 475. (code run outside of `test_that()`) ('test_trust.R:55:1') - Changing language has no effect when envvar LC_ALL='C' 476. (code run outside of `test_that()`) ('test_trust.R:63:1') - Changing language has no effect when envvar LC_ALL='C' 477. (code run outside of `test_that()`) ('test_trust.R:73:1') - Changing language has no effect when envvar LC_ALL='C' == Failed ====================================================================== -- 1. Failure ('test_format_yml.R:19:9'): utf-8 -------------------------------- `content` not equal to y$col. 6/7 mismatches x[2]: "\u010d" y[2]: "" x[3]: "\u0161" y[3]: "" x[4]: "\u00c4" y[4]: "" x[5]: "\u5b57" y[5]: "" x[6]: "\u30a2" y[6]: "" Backtrace: x 1. \-withr::with_tempfile(...) at test_format_yml.R:15:5 2. \-base::eval(substitute(code), envir = env) 3. \-base::eval(substitute(code), envir = env) 4. \-testthat::expect_equal(content, y$col) at test_format_yml.R:19:9 == DONE ======================================================================== 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/16180273/R-release/1214/rio.Rcheck/00check.log' for details. [1] "2025-03-29 01:22:59 MST" [1] "2025-03-29 01:22:59 MST" Installing package into '/tmp/th798/16180273/R-release/1214/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/16180273/R-release/1214/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-29 01:23:17 MST" * using log directory '/tmp/th798/16180273/R-release/1214/rio.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 'rio/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'rio' version '1.2.3' * 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 'rio' 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 whether startup messages can be suppressed ... 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 R/sysdata.rda ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' ERROR Running the tests in 'tests/testthat.R' failed. Complete output: > library("testthat") > library("rio") > test_check("rio", reporter = "summary") characterize: characterize()/factorize(): W.WW.WW.WW.WW.W.W check_file: ..................W.....W....W.....W....W compress: Compressed files: W.W.W.W.W.W.W adding: file31bd7c78b8b2be.csv (deflated 78%) W.W.W.W.WW.W.W.W.WW.W.W.W.W.WW.W.W.W.W.WW.W.W.W.WW.W.W.W.W.W adding: mtcars1.csv (deflated 48%) adding: mtcars2.csv (deflated 50%) adding: mtcars3.csv (deflated 47%) W...W.W.WW.W.W.W.W.W.W.W.W.W.W.W.W adding: file31bd7c76aa5d2f.xlsx (deflated 11%) ...W../usr/bin/gtar: NA: Not found in archive /usr/bin/gtar: Exiting with failure status due to previous errors .W../usr/bin/gtar: NA: Not found in archive /usr/bin/gtar: Exiting with failure status due to previous errors .W../usr/bin/gtar: NA: Not found in archive /usr/bin/gtar: Exiting with failure status due to previous errors .W../usr/bin/gtar: NA: Not found in archive /usr/bin/gtar: Exiting with failure status due to previous errors .W../usr/bin/gtar: NA: Not found in archive /usr/bin/gtar: Exiting with failure status due to previous errors .....W........WSW adding: tmp/th798/16180273/RtmpsjTAUY/file31bd7c5a3da425.csv (stored 0%) .W.W.W.W adding: file_1.csv (deflated 48%) adding: file_2.csv (deflated 50%) adding: file_3.csv (deflated 47%) W.W..W convert: W.W.WW.W.W.W.W create_outfiles: ...W.....W errors: .W....W..W.WW..W.W export_corner_cases: W..W.WW..W.WW..W.W export_list: ..W.W. adding: file_1.csv (deflated 48%) adding: file_2.csv (deflated 50%) adding: file_3.csv (deflated 47%) W. adding: file_1.csv (deflated 48%) adding: file_2.csv (deflated 50%) adding: file_3.csv (deflated 47%) W.W.W.W.W......W.. adding: file_1.csv (deflated 48%) adding: file_2.csv (deflated 50%) adding: file_3.csv (deflated 47%) .W.W.W.W....W.WSW extensions: .W..W format_R: W.W.W.W.W format_arff: W.W.W format_csv: W.WW.W.W.WW.W.W.W.WW.W.WW.W.W.W.W.W.W.W..W...W format_csvy: W.W.W format_dbf: W.W.W.W format_dif: W.W format_dta: W..WW...WW...W..W format_eviews: W.W format_external_packages: ...........W....W format_feather: W.W.W format_fortran: W.W format_fst: W.W.W format_fwf: W.W.W.W.W...WW.W.W..W format_html: W.W.WW.WW.W.WW.W.W.W.W...............W format_json: W.W.WW.W.W.W.W.W format_matlab: SW format_mtp: format_ods: ..W.W.W..WW.W.W.WW.W...W.W...W format_parquet: W.W.W format_psv: W.W.W..W format_pzfx: W.W.W.W.W.W format_qs: W.W.W format_rdata: W.W.W.W.W.W.W.W.W..WW.W.W.W.W.W.W.W.W..W format_rds: W.W.WW.W.W.W format_rec: format_sas: W.W.WW.W format_sav: W.W.W.W.W.W.W.W.W.W.W...WW.W.W.W.W.W.W.W.W.W.W.W format_syd: W.W format_tsv: W.W.W..W format_xls: W.W.W.W.W.W.W...W..WW.W.W.W format_xml: W.W.W...............W format_yml: W.W...W1W gather_attrs: W.W.W.W.W.W.W.W.W.W.WW.W.W.W.W.W.WW.W.W.W.W.W.W guess: .....W........WW.W..W identical: ...W....W.W..W.W....W..W.W import_list: .W.W.W.WW.W.WW.W.W.W.WW.W.W.W.WW.W.W.W.W.W.W.W.W.WW.W adding: file31bd7c5212ba1d.csv (deflated 58%) W.W.W.W adding: mtcars1.csv (deflated 48%) adding: mtcars2.csv (deflated 50%) adding: mtcars3.csv (deflated 47%) ..W..W.W.W.WW..W..W.W.W.WW.W.W..W..WSW adding: file31bd7c69002c8c.xlsx (deflated 8%) .. adding: file31bd7c5c6c34b8.dta (deflated 89%) .. adding: file31bd7c31d50cc8.sav (deflated 62%) .. adding: file31bd7c2a3a7a4a.csv (deflated 58%) .. adding: file31bd7c68aba912.csv2 (deflated 58%) ..W adding: file31bd7c32e90177.qs (stored 0%) .. adding: file31bd7c415fe1ae.parquet (deflated 43%) .. adding: file31bd7cae87ee0.ods (deflated 7%) ..WW.W..WW.W.W..W..W mapping: .........W.W..W matrix: W.W.W.W remote: S set_class: W.W.W.W.W.WW.W.W.WW.W.W.WW.W.W.W.W.W.W.W.W suggestions: SWSWSW trust: ..W..W..W..W...W..W...W...W == Skipped ===================================================================== 1. tar export error for R < 4.0.3 ('test_compress.R:101:5') - Reason: getRversion() >= "4.0.3" is TRUE 2. tar export error for R < 4.0.3 ('test_export_list.R:67:5') - Reason: getRversion() >= "4.0.3" is TRUE 3. Export to and import from matlab ('test_format_matlab.R:4:5') - Reason: failing mysteriously 4. URL #294 ('test_import_list.R:140:5') - Reason: On CRAN 5. (code run outside of `test_that()`) ('test_remote.R:1:1') - Reason: On CRAN 6. uninstalled_formats() ('test_suggestions.R:2:5') - Reason: On CRAN 7. show_unsupported_formats (in the fully supported environment) on CI ('test_suggestions.R:13:5') - Reason: On CRAN 8. show_unsupported_formats (in the partial supported environment) on CI ('test_suggestions.R:22:5') - Reason: On CRAN == Warnings ==================================================================== 1. test characterize.default() ('test_characterize.R:9:5') - Changing language has no effect when envvar LC_ALL='C' 2. (code run outside of `test_that()`) ('test_characterize.R:8:1') - Changing language has no effect when envvar LC_ALL='C' 3. test characterize.default() ('test_characterize.R:13:5') - Changing language has no effect when envvar LC_ALL='C' 4. (code run outside of `test_that()`) ('test_characterize.R:12:1') - Changing language has no effect when envvar LC_ALL='C' 5. test factorize.data.frame() ('test_characterize.R:17:5') - Changing language has no effect when envvar LC_ALL='C' 6. (code run outside of `test_that()`) ('test_characterize.R:16:1') - Changing language has no effect when envvar LC_ALL='C' 7. test factorize.data.frame() ('test_characterize.R:21:5') - Changing language has no effect when envvar LC_ALL='C' 8. (code run outside of `test_that()`) ('test_characterize.R:20:1') - Changing language has no effect when envvar LC_ALL='C' 9. test factorize coerce_character ('test_characterize.R:25:5') - Changing language has no effect when envvar LC_ALL='C' 10. test factorize coerce_character ('test_characterize.R:26:5') - Changing language has no effect when envvar LC_ALL='C' 11. (code run outside of `test_that()`) ('test_characterize.R:24:1') - Changing language has no effect when envvar LC_ALL='C' 12. (code run outside of `test_that()`) ('test_check_file.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 13. (code run outside of `test_that()`) ('test_check_file.R:27:1') - Changing language has no effect when envvar LC_ALL='C' 14. (code run outside of `test_that()`) ('test_check_file.R:39:1') - Changing language has no effect when envvar LC_ALL='C' 15. (code run outside of `test_that()`) ('test_check_file.R:50:1') - Changing language has no effect when envvar LC_ALL='C' 16. (code run outside of `test_that()`) ('test_check_file.R:62:1') - Changing language has no effect when envvar LC_ALL='C' 17. Recognize compressed file types ('test_compress.R:4:5') - Changing language has no effect when envvar LC_ALL='C' 18. Recognize compressed file types ('test_compress.R:5:5') - Changing language has no effect when envvar LC_ALL='C' 19. Recognize compressed file types ('test_compress.R:6:5') - Changing language has no effect when envvar LC_ALL='C' 20. Recognize compressed file types ('test_compress.R:7:5') - Changing language has no effect when envvar LC_ALL='C' 21. Recognize compressed file types ('test_compress.R:8:5') - Changing language has no effect when envvar LC_ALL='C' 22. Recognize compressed file types ('test_compress.R:9:5') - Changing language has no effect when envvar LC_ALL='C' 23. (code run outside of `test_that()`) ('test_compress.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 24. Export to compressed (zip, tar) / import ('test_compress.R:18:13') - Changing language has no effect when envvar LC_ALL='C' 25. Export to compressed (zip, tar) / import ('test_compress.R:19:13') - Changing language has no effect when envvar LC_ALL='C' 26. Export to compressed (zip, tar) / import ('test_compress.R:20:13') - Changing language has no effect when envvar LC_ALL='C' 27. Export to compressed (zip, tar) / import ('test_compress.R:22:13') - Changing language has no effect when envvar LC_ALL='C' 28. Export to compressed (zip, tar) / import ('test_compress.R:17:13') - invalid uid value replaced by that for user 'nobody' 29. Export to compressed (zip, tar) / import ('test_compress.R:18:13') - Changing language has no effect when envvar LC_ALL='C' 30. Export to compressed (zip, tar) / import ('test_compress.R:19:13') - Changing language has no effect when envvar LC_ALL='C' 31. Export to compressed (zip, tar) / import ('test_compress.R:20:13') - Changing language has no effect when envvar LC_ALL='C' 32. Export to compressed (zip, tar) / import ('test_compress.R:22:13') - Changing language has no effect when envvar LC_ALL='C' 33. Export to compressed (zip, tar) / import ('test_compress.R:17:13') - invalid uid value replaced by that for user 'nobody' 34. Export to compressed (zip, tar) / import ('test_compress.R:18:13') - Changing language has no effect when envvar LC_ALL='C' 35. Export to compressed (zip, tar) / import ('test_compress.R:19:13') - Changing language has no effect when envvar LC_ALL='C' 36. Export to compressed (zip, tar) / import ('test_compress.R:20:13') - Changing language has no effect when envvar LC_ALL='C' 37. Export to compressed (zip, tar) / import ('test_compress.R:22:13') - Changing language has no effect when envvar LC_ALL='C' 38. Export to compressed (zip, tar) / import ('test_compress.R:24:17') - Changing language has no effect when envvar LC_ALL='C' 39. Export to compressed (zip, tar) / import ('test_compress.R:17:13') - invalid uid value replaced by that for user 'nobody' 40. Export to compressed (zip, tar) / import ('test_compress.R:18:13') - Changing language has no effect when envvar LC_ALL='C' 41. Export to compressed (zip, tar) / import ('test_compress.R:19:13') - Changing language has no effect when envvar LC_ALL='C' 42. Export to compressed (zip, tar) / import ('test_compress.R:20:13') - Changing language has no effect when envvar LC_ALL='C' 43. Export to compressed (zip, tar) / import ('test_compress.R:22:13') - Changing language has no effect when envvar LC_ALL='C' 44. Export to compressed (zip, tar) / import ('test_compress.R:24:17') - Changing language has no effect when envvar LC_ALL='C' 45. Export to compressed (zip, tar) / import ('test_compress.R:17:13') - invalid uid value replaced by that for user 'nobody' 46. Export to compressed (zip, tar) / import ('test_compress.R:18:13') - Changing language has no effect when envvar LC_ALL='C' 47. Export to compressed (zip, tar) / import ('test_compress.R:19:13') - Changing language has no effect when envvar LC_ALL='C' 48. Export to compressed (zip, tar) / import ('test_compress.R:20:13') - Changing language has no effect when envvar LC_ALL='C' 49. Export to compressed (zip, tar) / import ('test_compress.R:22:13') - Changing language has no effect when envvar LC_ALL='C' 50. Export to compressed (zip, tar) / import ('test_compress.R:17:13') - invalid uid value replaced by that for user 'nobody' 51. Export to compressed (zip, tar) / import ('test_compress.R:18:13') - Changing language has no effect when envvar LC_ALL='C' 52. Export to compressed (zip, tar) / import ('test_compress.R:19:13') - Changing language has no effect when envvar LC_ALL='C' 53. Export to compressed (zip, tar) / import ('test_compress.R:20:13') - Changing language has no effect when envvar LC_ALL='C' 54. Export to compressed (zip, tar) / import ('test_compress.R:22:13') - Changing language has no effect when envvar LC_ALL='C' 55. Export to compressed (zip, tar) / import ('test_compress.R:27:17') - Changing language has no effect when envvar LC_ALL='C' 56. (code run outside of `test_that()`) ('test_compress.R:12:1') - Changing language has no effect when envvar LC_ALL='C' 57. Multi-item zip ('test_compress.R:40:13') - Changing language has no effect when envvar LC_ALL='C' 58. Multi-item zip ('test_compress.R:43:13') - Changing language has no effect when envvar LC_ALL='C' 59. Multi-item zip ('test_compress.R:44:13') - Changing language has no effect when envvar LC_ALL='C' 60. (code run outside of `test_that()`) ('test_compress.R:33:1') - Changing language has no effect when envvar LC_ALL='C' 61. Export to compressed (gz, bz2) / import ('test_compress.R:54:13') - Changing language has no effect when envvar LC_ALL='C' 62. Export to compressed (gz, bz2) / import ('test_compress.R:55:13') - Changing language has no effect when envvar LC_ALL='C' 63. Export to compressed (gz, bz2) / import ('test_compress.R:57:17') - Changing language has no effect when envvar LC_ALL='C' 64. Export to compressed (gz, bz2) / import ('test_compress.R:54:13') - Changing language has no effect when envvar LC_ALL='C' 65. Export to compressed (gz, bz2) / import ('test_compress.R:55:13') - Changing language has no effect when envvar LC_ALL='C' 66. Export to compressed (gz, bz2) / import ('test_compress.R:57:17') - Changing language has no effect when envvar LC_ALL='C' 67. Export to compressed (gz, bz2) / import ('test_compress.R:54:13') - Changing language has no effect when envvar LC_ALL='C' 68. Export to compressed (gz, bz2) / import ('test_compress.R:55:13') - Changing language has no effect when envvar LC_ALL='C' 69. Export to compressed (gz, bz2) / import ('test_compress.R:60:17') - Changing language has no effect when envvar LC_ALL='C' 70. Export to compressed (gz, bz2) / import ('test_compress.R:54:13') - Changing language has no effect when envvar LC_ALL='C' 71. Export to compressed (gz, bz2) / import ('test_compress.R:55:13') - Changing language has no effect when envvar LC_ALL='C' 72. Export to compressed (gz, bz2) / import ('test_compress.R:60:17') - Changing language has no effect when envvar LC_ALL='C' 73. (code run outside of `test_that()`) ('test_compress.R:49:1') - Changing language has no effect when envvar LC_ALL='C' 74. Prevent the reuse of `which` for zip and tar ('test_compress.R:71:13') - invalid uid value replaced by that for user 'nobody' 75. Prevent the reuse of `which` for zip and tar ('test_compress.R:71:13') - invalid uid value replaced by that for user 'nobody' 76. Prevent the reuse of `which` for zip and tar ('test_compress.R:71:13') - invalid uid value replaced by that for user 'nobody' 77. Prevent the reuse of `which` for zip and tar ('test_compress.R:71:13') - invalid uid value replaced by that for user 'nobody' 78. Prevent the reuse of `which` for zip and tar ('test_compress.R:71:13') - invalid uid value replaced by that for user 'nobody' 79. (code run outside of `test_that()`) ('test_compress.R:66:1') - Changing language has no effect when envvar LC_ALL='C' 80. (code run outside of `test_that()`) ('test_compress.R:89:1') - Changing language has no effect when envvar LC_ALL='C' 81. (code run outside of `test_that()`) ('test_compress.R:100:1') - Changing language has no effect when envvar LC_ALL='C' 82. Wild zip and tar ref $425 ('test_compress.R:122:13') - invalid uid value replaced by that for user 'nobody' 83. Wild zip and tar ref $425 ('test_compress.R:122:13') - invalid uid value replaced by that for user 'nobody' 84. Wild zip and tar ref $425 ('test_compress.R:122:13') - invalid uid value replaced by that for user 'nobody' 85. (code run outside of `test_that()`) ('test_compress.R:107:1') - Changing language has no effect when envvar LC_ALL='C' 86. Relative path #438 ('test_compress.R:137:9') - Changing language has no effect when envvar LC_ALL='C' 87. (code run outside of `test_that()`) ('test_compress.R:128:1') - Changing language has no effect when envvar LC_ALL='C' 88. (code run outside of `test_that()`) ('test_compress.R:141:1') - Changing language has no effect when envvar LC_ALL='C' 89. Basic file conversion ('test_convert.R:9:9') - Changing language has no effect when envvar LC_ALL='C' 90. Basic file conversion ('test_convert.R:10:9') - Changing language has no effect when envvar LC_ALL='C' 91. (code run outside of `test_that()`) ('test_convert.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 92. File conversion with arguments ('test_convert.R:18:9') - Changing language has no effect when envvar LC_ALL='C' 93. File conversion with arguments ('test_convert.R:19:9') - Changing language has no effect when envvar LC_ALL='C' 94. File conversion with arguments ('test_convert.R:22:9') - Changing language has no effect when envvar LC_ALL='C' 95. (code run outside of `test_that()`) ('test_convert.R:14:1') - Changing language has no effect when envvar LC_ALL='C' 96. (code run outside of `test_that()`) ('test_convert.R:26:1') - Changing language has no effect when envvar LC_ALL='C' 97. (code run outside of `test_that()`) ('test_create_outfiles.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 98. (code run outside of `test_that()`) ('test_create_outfiles.R:17:1') - Changing language has no effect when envvar LC_ALL='C' 99. (code run outside of `test_that()`) ('test_errors.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 100. (code run outside of `test_that()`) ('test_errors.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 101. (code run outside of `test_that()`) ('test_errors.R:19:1') - Changing language has no effect when envvar LC_ALL='C' 102. (code run outside of `test_that()`) ('test_errors.R:26:1') - Changing language has no effect when envvar LC_ALL='C' 103. Column widths printed for fixed-width format ('test_errors.R:34:9') - Changing language has no effect when envvar LC_ALL='C' 104. (code run outside of `test_that()`) ('test_errors.R:32:1') - Changing language has no effect when envvar LC_ALL='C' 105. (code run outside of `test_that()`) ('test_errors.R:39:1') - Changing language has no effect when envvar LC_ALL='C' 106. export to nonexisting directory #347 ('test_export_corner_cases.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 107. export to nonexisting directory #347 ('test_export_corner_cases.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 108. (code run outside of `test_that()`) ('test_export_corner_cases.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 109. export to existing directory (contra previous one) #347 ('test_export_corner_cases.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 110. export to existing directory (contra previous one) #347 ('test_export_corner_cases.R:16:9') - Changing language has no effect when envvar LC_ALL='C' 111. (code run outside of `test_that()`) ('test_export_corner_cases.R:10:1') - Changing language has no effect when envvar LC_ALL='C' 112. export to nonexisting directory also for compressed file #347 ('test_export_corner_cases.R:23:9') - Changing language has no effect when envvar LC_ALL='C' 113. export to nonexisting directory also for compressed file #347 ('test_export_corner_cases.R:25:9') - Changing language has no effect when envvar LC_ALL='C' 114. (code run outside of `test_that()`) ('test_export_corner_cases.R:20:1') - Changing language has no effect when envvar LC_ALL='C' 115. export_list() works ('test_export_list.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 116. export_list() works ('test_export_list.R:16:9') - Changing language has no effect when envvar LC_ALL='C' 117. export_list() works ('test_export_list.R:18:9') - Changing language has no effect when envvar LC_ALL='C' 118. export_list() works ('test_export_list.R:19:9') - Changing language has no effect when envvar LC_ALL='C' 119. export_list() works ('test_export_list.R:21:9') - Changing language has no effect when envvar LC_ALL='C' 120. export_list() works ('test_export_list.R:22:9') - Changing language has no effect when envvar LC_ALL='C' 121. export_list() works ('test_export_list.R:23:9') - Changing language has no effect when envvar LC_ALL='C' 122. export_list() works ('test_export_list.R:26:9') - Changing language has no effect when envvar LC_ALL='C' 123. (code run outside of `test_that()`) ('test_export_list.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 124. archive formats, #415 ('test_export_list.R:46:9') - invalid uid value replaced by that for user 'nobody' 125. archive formats, #415 ('test_export_list.R:47:9') - invalid uid value replaced by that for user 'nobody' 126. archive formats, #415 ('test_export_list.R:48:9') - invalid uid value replaced by that for user 'nobody' 127. (code run outside of `test_that()`) ('test_export_list.R:39:1') - Changing language has no effect when envvar LC_ALL='C' 128. List length of one, #385 ('test_export_list.R:62:9') - Changing language has no effect when envvar LC_ALL='C' 129. (code run outside of `test_that()`) ('test_export_list.R:52:1') - Changing language has no effect when envvar LC_ALL='C' 130. (code run outside of `test_that()`) ('test_export_list.R:66:1') - Changing language has no effect when envvar LC_ALL='C' 131. (code run outside of `test_that()`) ('test_extensions.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 132. (code run outside of `test_that()`) ('test_extensions.R:15:1') - Changing language has no effect when envvar LC_ALL='C' 133. Export / Import to .R dump file ('test_format_R.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 134. Export / Import to .R dump file ('test_format_R.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 135. Export / Import to .R dump file ('test_format_R.R:12:9') - Changing language has no effect when envvar LC_ALL='C' 136. Export / Import to .R dump file ('test_format_R.R:13:9') - Changing language has no effect when envvar LC_ALL='C' 137. (code run outside of `test_that()`) ('test_format_R.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 138. Weka (.arff) imports/exports ('test_format_arff.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 139. Weka (.arff) imports/exports ('test_format_arff.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 140. (code run outside of `test_that()`) ('test_format_arff.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 141. Export to CSV ('test_format_csv.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 142. (code run outside of `test_that()`) ('test_format_csv.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 143. Export (Append) to CSV ('test_format_csv.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 144. Export (Append) to CSV ('test_format_csv.R:17:9') - Changing language has no effect when envvar LC_ALL='C' 145. (code run outside of `test_that()`) ('test_format_csv.R:10:1') - Changing language has no effect when envvar LC_ALL='C' 146. (code run outside of `test_that()`) ('test_format_csv.R:21:1') - Changing language has no effect when envvar LC_ALL='C' 147. Import from (European-style) CSV with semicolon separator ('test_format_csv.R:29:9') - Changing language has no effect when envvar LC_ALL='C' 148. Import from (European-style) CSV with semicolon separator ('test_format_csv.R:31:9') - Changing language has no effect when envvar LC_ALL='C' 149. Import from (European-style) CSV with semicolon separator ('test_format_csv.R:34:9') - Changing language has no effect when envvar LC_ALL='C' 150. Import from (European-style) CSV with semicolon separator ('test_format_csv.R:35:9') - Changing language has no effect when envvar LC_ALL='C' 151. (code run outside of `test_that()`) ('test_format_csv.R:26:1') - Changing language has no effect when envvar LC_ALL='C' 152. Export to and Import from CSV2 ('test_format_csv.R:42:9') - Changing language has no effect when envvar LC_ALL='C' 153. Export to and Import from CSV2 ('test_format_csv.R:43:9') - Changing language has no effect when envvar LC_ALL='C' 154. (code run outside of `test_that()`) ('test_format_csv.R:39:1') - Changing language has no effect when envvar LC_ALL='C' 155. Export to and Import from TSV with CSV extension ('test_format_csv.R:50:9') - Changing language has no effect when envvar LC_ALL='C' 156. Export to and Import from TSV with CSV extension ('test_format_csv.R:51:9') - Changing language has no effect when envvar LC_ALL='C' 157. Export to and Import from TSV with CSV extension ('test_format_csv.R:52:9') - Changing language has no effect when envvar LC_ALL='C' 158. Export to and Import from TSV with CSV extension ('test_format_csv.R:53:9') - Changing language has no effect when envvar LC_ALL='C' 159. Export to and Import from TSV with CSV extension ('test_format_csv.R:54:9') - Changing language has no effect when envvar LC_ALL='C' 160. Export to and Import from TSV with CSV extension ('test_format_csv.R:55:9') - Changing language has no effect when envvar LC_ALL='C' 161. Export to and Import from TSV with CSV extension ('test_format_csv.R:56:9') - Changing language has no effect when envvar LC_ALL='C' 162. (code run outside of `test_that()`) ('test_format_csv.R:47:1') - Changing language has no effect when envvar LC_ALL='C' 163. (code run outside of `test_that()`) ('test_format_csv.R:60:1') - Changing language has no effect when envvar LC_ALL='C' 164. (code run outside of `test_that()`) ('test_format_csv.R:68:1') - Changing language has no effect when envvar LC_ALL='C' 165. Export to and import from CSVY ('test_format_csvy.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 166. Export to and import from CSVY ('test_format_csvy.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 167. (code run outside of `test_that()`) ('test_format_csvy.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 168. Export to and import from XBASE (.dbf) ('test_format_dbf.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 169. Export to and import from XBASE (.dbf) ('test_format_dbf.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 170. Export to and import from XBASE (.dbf) ('test_format_dbf.R:8:9') - Changing language has no effect when envvar LC_ALL='C' 171. (code run outside of `test_that()`) ('test_format_dbf.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 172. Import from DIF ('test_format_dif.R:3:5') - Changing language has no effect when envvar LC_ALL='C' 173. (code run outside of `test_that()`) ('test_format_dif.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 174. Export to Stata ('test_format_dta.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 175. (code run outside of `test_that()`) ('test_format_dta.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 176. Import from Stata (read_dta) ('test_format_dta.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 177. (code run outside of `test_that()`) ('test_format_dta.R:11:1') - Changing language has no effect when envvar LC_ALL='C' 178. Import from Stata with extended Haven features (read_dta) ('test_format_dta.R:25:9') - Changing language has no effect when envvar LC_ALL='C' 179. (code run outside of `test_that()`) ('test_format_dta.R:21:1') - Changing language has no effect when envvar LC_ALL='C' 180. (code run outside of `test_that()`) ('test_format_dta.R:34:1') - Changing language has no effect when envvar LC_ALL='C' 181. Import from EViews ('test_format_eviews.R:3:5') - Changing language has no effect when envvar LC_ALL='C' 182. (code run outside of `test_that()`) ('test_format_eviews.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 183. (code run outside of `test_that()`) ('test_format_external_packages.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 184. (code run outside of `test_that()`) ('test_format_external_packages.R:11:1') - Changing language has no effect when envvar LC_ALL='C' 185. Export to and import from feather ('test_format_feather.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 186. Export to and import from feather ('test_format_feather.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 187. (code run outside of `test_that()`) ('test_format_feather.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 188. Import from Fortran ('test_format_fortran.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 189. (code run outside of `test_that()`) ('test_format_fortran.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 190. Export to and import from fst ('test_format_fst.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 191. Export to and import from fst ('test_format_fst.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 192. (code run outside of `test_that()`) ('test_format_fst.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 193. Export to and import from FWF .fwf ('test_format_fwf.R:8:9') - Changing language has no effect when envvar LC_ALL='C' 194. Export to and import from FWF .fwf ('test_format_fwf.R:9:9') - Changing language has no effect when envvar LC_ALL='C' 195. Export to and import from FWF .fwf ('test_format_fwf.R:10:9') - Changing language has no effect when envvar LC_ALL='C' 196. Export to and import from FWF .fwf ('test_format_fwf.R:11:9') - Changing language has no effect when envvar LC_ALL='C' 197. Export to and import from FWF .fwf ('test_format_fwf.R:13:9') - Changing language has no effect when envvar LC_ALL='C' 198. (code run outside of `test_that()`) ('test_format_fwf.R:5:1') - Changing language has no effect when envvar LC_ALL='C' 199. Export to and import from FWF .txt ('test_format_fwf.R:23:9') - Changing language has no effect when envvar LC_ALL='C' 200. Export to and import from FWF .txt ('test_format_fwf.R:24:9') - Changing language has no effect when envvar LC_ALL='C' 201. (code run outside of `test_that()`) ('test_format_fwf.R:20:1') - Changing language has no effect when envvar LC_ALL='C' 202. (code run outside of `test_that()`) ('test_format_fwf.R:28:1') - Changing language has no effect when envvar LC_ALL='C' 203. Export to and import from HTML ('test_format_html.R:18:9') - Changing language has no effect when envvar LC_ALL='C' 204. Export to and import from HTML ('test_format_html.R:19:9') - Changing language has no effect when envvar LC_ALL='C' 205. (code run outside of `test_that()`) ('test_format_html.R:15:1') - Changing language has no effect when envvar LC_ALL='C' 206. Export to HTML with ampersands ('test_format_html.R:30:9') - Changing language has no effect when envvar LC_ALL='C' 207. (code run outside of `test_that()`) ('test_format_html.R:23:1') - Changing language has no effect when envvar LC_ALL='C' 208. Import from HTML ('test_format_html.R:37:5') - Changing language has no effect when envvar LC_ALL='C' 209. Import from HTML ('test_format_html.R:38:5') - Changing language has no effect when envvar LC_ALL='C' 210. (code run outside of `test_that()`) ('test_format_html.R:35:1') - Changing language has no effect when envvar LC_ALL='C' 211. Import from HTML with multiple tbody elements ('test_format_html.R:42:5') - Changing language has no effect when envvar LC_ALL='C' 212. Import from HTML with multiple tbody elements ('test_format_html.R:43:5') - Changing language has no effect when envvar LC_ALL='C' 213. Import from HTML with multiple tbody elements ('test_format_html.R:44:5') - Changing language has no effect when envvar LC_ALL='C' 214. Import from HTML with multiple tbody elements ('test_format_html.R:45:5') - Changing language has no effect when envvar LC_ALL='C' 215. (code run outside of `test_that()`) ('test_format_html.R:41:1') - Changing language has no effect when envvar LC_ALL='C' 216. (code run outside of `test_that()`) ('test_format_html.R:48:1') - Changing language has no effect when envvar LC_ALL='C' 217. Export to and import from JSON ('test_format_json.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 218. Export to and import from JSON ('test_format_json.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 219. (code run outside of `test_that()`) ('test_format_json.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 220. Export to JSON (non-data frame) ('test_format_json.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 221. Export to JSON (non-data frame) ('test_format_json.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 222. Export to JSON (non-data frame) ('test_format_json.R:16:9') - Changing language has no effect when envvar LC_ALL='C' 223. Export to JSON (non-data frame) ('test_format_json.R:17:9') - Changing language has no effect when envvar LC_ALL='C' 224. (code run outside of `test_that()`) ('test_format_json.R:11:1') - Changing language has no effect when envvar LC_ALL='C' 225. (code run outside of `test_that()`) ('test_format_json.R:21:1') - Changing language has no effect when envvar LC_ALL='C' 226. (code run outside of `test_that()`) ('test_format_matlab.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 227. Import from ODS ('test_format_ods.R:9:5') - Changing language has no effect when envvar LC_ALL='C' 228. Import from ODS ('test_format_ods.R:10:5') - Changing language has no effect when envvar LC_ALL='C' 229. Import from ODS ('test_format_ods.R:11:5') - Changing language has no effect when envvar LC_ALL='C' 230. (code run outside of `test_that()`) ('test_format_ods.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 231. Export to and import from ODS ('test_format_ods.R:18:9') - Changing language has no effect when envvar LC_ALL='C' 232. Export to and import from ODS ('test_format_ods.R:19:9') - Changing language has no effect when envvar LC_ALL='C' 233. (code run outside of `test_that()`) ('test_format_ods.R:15:1') - Changing language has no effect when envvar LC_ALL='C' 234. (code run outside of `test_that()`) ('test_format_ods.R:23:1') - Changing language has no effect when envvar LC_ALL='C' 235. Export and Import FODS ('test_format_ods.R:33:9') - Changing language has no effect when envvar LC_ALL='C' 236. Export and Import FODS ('test_format_ods.R:34:9') - Changing language has no effect when envvar LC_ALL='C' 237. Export and Import FODS ('test_format_ods.R:38:9') - Changing language has no effect when envvar LC_ALL='C' 238. (code run outside of `test_that()`) ('test_format_ods.R:30:1') - Changing language has no effect when envvar LC_ALL='C' 239. (code run outside of `test_that()`) ('test_format_ods.R:43:1') - Changing language has no effect when envvar LC_ALL='C' 240. Export to and import from parquet ('test_format_parquet.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 241. Export to and import from parquet ('test_format_parquet.R:8:9') - Changing language has no effect when envvar LC_ALL='C' 242. (code run outside of `test_that()`) ('test_format_parquet.R:4:1') - Changing language has no effect when envvar LC_ALL='C' 243. Export to and import from PSV ('test_format_psv.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 244. Export to and import from PSV ('test_format_psv.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 245. (code run outside of `test_that()`) ('test_format_psv.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 246. (code run outside of `test_that()`) ('test_format_psv.R:10:1') - Changing language has no effect when envvar LC_ALL='C' 247. Export to and import from pzfx ('test_format_pzfx.R:9:9') - Changing language has no effect when envvar LC_ALL='C' 248. Export to and import from pzfx ('test_format_pzfx.R:10:9') - Changing language has no effect when envvar LC_ALL='C' 249. Export to and import from pzfx ('test_format_pzfx.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 250. Export to and import from pzfx ('test_format_pzfx.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 251. Export to and import from pzfx ('test_format_pzfx.R:16:9') - Changing language has no effect when envvar LC_ALL='C' 252. (code run outside of `test_that()`) ('test_format_pzfx.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 253. Export to and import from qs ('test_format_qs.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 254. Export to and import from qs ('test_format_qs.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 255. (code run outside of `test_that()`) ('test_format_qs.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 256. Export to and import from Rdata ('test_format_rdata.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 257. Export to and import from Rdata ('test_format_rdata.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 258. Export to and import from Rdata ('test_format_rdata.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 259. Export to and import from Rdata ('test_format_rdata.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 260. Export to and import from Rdata ('test_format_rdata.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 261. Export to and import from Rdata ('test_format_rdata.R:16:9') - Changing language has no effect when envvar LC_ALL='C' 262. Export to and import from Rdata ('test_format_rdata.R:21:9') - Changing language has no effect when envvar LC_ALL='C' 263. Export to and import from Rdata ('test_format_rdata.R:22:9') - Changing language has no effect when envvar LC_ALL='C' 264. Export to and import from Rdata ('test_format_rdata.R:23:9') - Changing language has no effect when envvar LC_ALL='C' 265. (code run outside of `test_that()`) ('test_format_rdata.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 266. Export to and import from rda ('test_format_rdata.R:35:9') - Changing language has no effect when envvar LC_ALL='C' 267. Export to and import from rda ('test_format_rdata.R:36:9') - Changing language has no effect when envvar LC_ALL='C' 268. Export to and import from rda ('test_format_rdata.R:37:9') - Changing language has no effect when envvar LC_ALL='C' 269. Export to and import from rda ('test_format_rdata.R:44:9') - Changing language has no effect when envvar LC_ALL='C' 270. Export to and import from rda ('test_format_rdata.R:45:9') - Changing language has no effect when envvar LC_ALL='C' 271. Export to and import from rda ('test_format_rdata.R:46:9') - Changing language has no effect when envvar LC_ALL='C' 272. Export to and import from rda ('test_format_rdata.R:51:9') - Changing language has no effect when envvar LC_ALL='C' 273. Export to and import from rda ('test_format_rdata.R:52:9') - Changing language has no effect when envvar LC_ALL='C' 274. Export to and import from rda ('test_format_rdata.R:53:9') - Changing language has no effect when envvar LC_ALL='C' 275. (code run outside of `test_that()`) ('test_format_rdata.R:31:1') - Changing language has no effect when envvar LC_ALL='C' 276. Export to and import from rds ('test_format_rds.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 277. Export to and import from rds ('test_format_rds.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 278. (code run outside of `test_that()`) ('test_format_rds.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 279. Export to rds (non-data frame) ('test_format_rds.R:12:9') - Changing language has no effect when envvar LC_ALL='C' 280. Export to rds (non-data frame) ('test_format_rds.R:13:9') - Changing language has no effect when envvar LC_ALL='C' 281. Export to rds (non-data frame) ('test_format_rds.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 282. (code run outside of `test_that()`) ('test_format_rds.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 283. Export to and import from SAS (.xpt) ('test_format_sas.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 284. Export to and import from SAS (.xpt) ('test_format_sas.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 285. (code run outside of `test_that()`) ('test_format_sas.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 286. Export SAS (.sas7bdat) ('test_format_sas.R:12:9') - Changing language has no effect when envvar LC_ALL='C' 287. (code run outside of `test_that()`) ('test_format_sas.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 288. Export to SPSS (.sav) ('test_format_sav.R:13:9') - Changing language has no effect when envvar LC_ALL='C' 289. Export to SPSS (.sav) ('test_format_sav.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 290. Export to SPSS (.sav) ('test_format_sav.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 291. Export to SPSS (.sav) ('test_format_sav.R:19:9') - Changing language has no effect when envvar LC_ALL='C' 292. Export to SPSS (.sav) ('test_format_sav.R:20:9') - Changing language has no effect when envvar LC_ALL='C' 293. Export to SPSS (.sav) ('test_format_sav.R:21:9') - Changing language has no effect when envvar LC_ALL='C' 294. Export to SPSS (.sav) ('test_format_sav.R:22:9') - Changing language has no effect when envvar LC_ALL='C' 295. Export to SPSS (.sav) ('test_format_sav.R:24:9') - Changing language has no effect when envvar LC_ALL='C' 296. Export to SPSS (.sav) ('test_format_sav.R:25:9') - Changing language has no effect when envvar LC_ALL='C' 297. Export to SPSS (.sav) ('test_format_sav.R:28:9') - Changing language has no effect when envvar LC_ALL='C' 298. Export to SPSS (.sav) ('test_format_sav.R:29:9') - Changing language has no effect when envvar LC_ALL='C' 299. (code run outside of `test_that()`) ('test_format_sav.R:2:1') - Changing language has no effect when envvar LC_ALL='C' 300. Export to SPSS compressed (.zsav) ('test_format_sav.R:47:9') - Changing language has no effect when envvar LC_ALL='C' 301. Export to SPSS compressed (.zsav) ('test_format_sav.R:48:9') - Changing language has no effect when envvar LC_ALL='C' 302. Export to SPSS compressed (.zsav) ('test_format_sav.R:49:9') - Changing language has no effect when envvar LC_ALL='C' 303. Export to SPSS compressed (.zsav) ('test_format_sav.R:52:9') - Changing language has no effect when envvar LC_ALL='C' 304. Export to SPSS compressed (.zsav) ('test_format_sav.R:53:9') - Changing language has no effect when envvar LC_ALL='C' 305. Export to SPSS compressed (.zsav) ('test_format_sav.R:54:9') - Changing language has no effect when envvar LC_ALL='C' 306. Export to SPSS compressed (.zsav) ('test_format_sav.R:55:9') - Changing language has no effect when envvar LC_ALL='C' 307. Export to SPSS compressed (.zsav) ('test_format_sav.R:58:9') - Changing language has no effect when envvar LC_ALL='C' 308. Export to SPSS compressed (.zsav) ('test_format_sav.R:59:9') - Changing language has no effect when envvar LC_ALL='C' 309. Export to SPSS compressed (.zsav) ('test_format_sav.R:62:9') - Changing language has no effect when envvar LC_ALL='C' 310. Export to SPSS compressed (.zsav) ('test_format_sav.R:63:9') - Changing language has no effect when envvar LC_ALL='C' 311. (code run outside of `test_that()`) ('test_format_sav.R:36:1') - Changing language has no effect when envvar LC_ALL='C' 312. Import from Systat ('test_format_syd.R:4:5') - Changing language has no effect when envvar LC_ALL='C' 313. (code run outside of `test_that()`) ('test_format_syd.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 314. Export to and import from TSV ('test_format_tsv.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 315. Export to and import from TSV ('test_format_tsv.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 316. (code run outside of `test_that()`) ('test_format_tsv.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 317. (code run outside of `test_that()`) ('test_format_tsv.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 318. Export to Excel (.xlsx) ('test_format_xls.R:4:9') - Changing language has no effect when envvar LC_ALL='C' 319. Export to Excel (.xlsx) ('test_format_xls.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 320. Export to Excel (.xlsx) ('test_format_xls.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 321. Export to Excel (.xlsx) ('test_format_xls.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 322. Export to Excel (.xlsx) ('test_format_xls.R:8:9') - Changing language has no effect when envvar LC_ALL='C' 323. (code run outside of `test_that()`) ('test_format_xls.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 324. (code run outside of `test_that()`) ('test_format_xls.R:12:1') - Changing language has no effect when envvar LC_ALL='C' 325. (code run outside of `test_that()`) ('test_format_xls.R:23:1') - Changing language has no effect when envvar LC_ALL='C' 326. (code run outside of `test_that()`) ('test_format_xls.R:39:1') - Changing language has no effect when envvar LC_ALL='C' 327. Import from Excel (.xls) ('test_format_xls.R:48:5') - Changing language has no effect when envvar LC_ALL='C' 328. Import from Excel (.xls) ('test_format_xls.R:49:5') - Changing language has no effect when envvar LC_ALL='C' 329. Import from Excel (.xls) ('test_format_xls.R:50:5') - Changing language has no effect when envvar LC_ALL='C' 330. (code run outside of `test_that()`) ('test_format_xls.R:47:1') - Changing language has no effect when envvar LC_ALL='C' 331. Export to and import from XML ('test_format_xml.R:18:9') - Changing language has no effect when envvar LC_ALL='C' 332. Export to and import from XML ('test_format_xml.R:19:9') - Changing language has no effect when envvar LC_ALL='C' 333. (code run outside of `test_that()`) ('test_format_xml.R:15:1') - Changing language has no effect when envvar LC_ALL='C' 334. (code run outside of `test_that()`) ('test_format_xml.R:23:1') - Changing language has no effect when envvar LC_ALL='C' 335. Export to and import from YAML ('test_format_yml.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 336. Export to and import from YAML ('test_format_yml.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 337. (code run outside of `test_that()`) ('test_format_yml.R:3:1') - Changing language has no effect when envvar LC_ALL='C' 338. (code run outside of `test_that()`) ('test_format_yml.R:13:1') - Changing language has no effect when envvar LC_ALL='C' 339. Gather attrs from Stata ('test_gather_attrs.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 340. Gather attrs from Stata ('test_gather_attrs.R:8:9') - Changing language has no effect when envvar LC_ALL='C' 341. Gather attrs from Stata ('test_gather_attrs.R:9:9') - Changing language has no effect when envvar LC_ALL='C' 342. Gather attrs from Stata ('test_gather_attrs.R:10:9') - Changing language has no effect when envvar LC_ALL='C' 343. Gather attrs from Stata ('test_gather_attrs.R:11:9') - Changing language has no effect when envvar LC_ALL='C' 344. Gather attrs from Stata ('test_gather_attrs.R:12:9') - Changing language has no effect when envvar LC_ALL='C' 345. Gather attrs from Stata ('test_gather_attrs.R:13:9') - Changing language has no effect when envvar LC_ALL='C' 346. Gather attrs from Stata ('test_gather_attrs.R:14:9') - Changing language has no effect when envvar LC_ALL='C' 347. Gather attrs from Stata ('test_gather_attrs.R:15:9') - Changing language has no effect when envvar LC_ALL='C' 348. Gather attrs from Stata ('test_gather_attrs.R:16:9') - Changing language has no effect when envvar LC_ALL='C' 349. (code run outside of `test_that()`) ('test_gather_attrs.R:6:5') - Changing language has no effect when envvar LC_ALL='C' 350. Spread attrs from Stata ('test_gather_attrs.R:22:9') - Changing language has no effect when envvar LC_ALL='C' 351. Spread attrs from Stata ('test_gather_attrs.R:23:9') - Changing language has no effect when envvar LC_ALL='C' 352. Spread attrs from Stata ('test_gather_attrs.R:25:9') - Changing language has no effect when envvar LC_ALL='C' 353. Spread attrs from Stata ('test_gather_attrs.R:26:9') - Changing language has no effect when envvar LC_ALL='C' 354. Spread attrs from Stata ('test_gather_attrs.R:27:9') - Changing language has no effect when envvar LC_ALL='C' 355. Spread attrs from Stata ('test_gather_attrs.R:28:9') - Changing language has no effect when envvar LC_ALL='C' 356. (code run outside of `test_that()`) ('test_gather_attrs.R:19:5') - Changing language has no effect when envvar LC_ALL='C' 357. Gather empty attributes ('test_gather_attrs.R:34:9') - Changing language has no effect when envvar LC_ALL='C' 358. Gather empty attributes ('test_gather_attrs.R:35:9') - Changing language has no effect when envvar LC_ALL='C' 359. Gather empty attributes ('test_gather_attrs.R:36:9') - Changing language has no effect when envvar LC_ALL='C' 360. Gather empty attributes ('test_gather_attrs.R:37:9') - Changing language has no effect when envvar LC_ALL='C' 361. (code run outside of `test_that()`) ('test_gather_attrs.R:31:5') - Changing language has no effect when envvar LC_ALL='C' 362. (code run outside of `test_that()`) ('test_gather_attrs.R:40:5') - Changing language has no effect when envvar LC_ALL='C' 363. (code run outside of `test_that()`) ('test_gather_attrs.R:44:5') - Changing language has no effect when envvar LC_ALL='C' 364. (code run outside of `test_that()`) ('test_guess.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 365. (code run outside of `test_that()`) ('test_guess.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 366. Export without file specified ('test_guess.R:24:9') - Changing language has no effect when envvar LC_ALL='C' 367. (code run outside of `test_that()`) ('test_guess.R:20:1') - Changing language has no effect when envvar LC_ALL='C' 368. (code run outside of `test_that()`) ('test_guess.R:28:1') - Changing language has no effect when envvar LC_ALL='C' 369. (code run outside of `test_that()`) ('test_identical.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 370. (code run outside of `test_that()`) ('test_identical.R:9:1') - Changing language has no effect when envvar LC_ALL='C' 371. (code run outside of `test_that()`) ('test_identical.R:18:1') - Changing language has no effect when envvar LC_ALL='C' 372. (code run outside of `test_that()`) ('test_identical.R:25:1') - Changing language has no effect when envvar LC_ALL='C' 373. (code run outside of `test_that()`) ('test_identical.R:32:1') - Changing language has no effect when envvar LC_ALL='C' 374. (code run outside of `test_that()`) ('test_identical.R:38:1') - Changing language has no effect when envvar LC_ALL='C' 375. Data identical (optional arguments) ('test_identical.R:54:9') - Changing language has no effect when envvar LC_ALL='C' 376. (code run outside of `test_that()`) ('test_identical.R:49:1') - Changing language has no effect when envvar LC_ALL='C' 377. Data identical (import_list) ('test_import_list.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 378. Data identical (import_list) ('test_import_list.R:8:9') - Changing language has no effect when envvar LC_ALL='C' 379. Data identical (import_list) ('test_import_list.R:9:9') - Changing language has no effect when envvar LC_ALL='C' 380. (code run outside of `test_that()`) ('test_import_list.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 381. Import multi-object .Rdata in import_list() ('test_import_list.R:17:9') - Changing language has no effect when envvar LC_ALL='C' 382. Import multi-object .Rdata in import_list() ('test_import_list.R:18:9') - Changing language has no effect when envvar LC_ALL='C' 383. (code run outside of `test_that()`) ('test_import_list.R:13:1') - Changing language has no effect when envvar LC_ALL='C' 384. Import multiple HTML tables in import_list() ('test_import_list.R:24:5') - Changing language has no effect when envvar LC_ALL='C' 385. Import multiple HTML tables in import_list() ('test_import_list.R:25:5') - Changing language has no effect when envvar LC_ALL='C' 386. Import multiple HTML tables in import_list() ('test_import_list.R:26:5') - Changing language has no effect when envvar LC_ALL='C' 387. Import multiple HTML tables in import_list() ('test_import_list.R:27:5') - Changing language has no effect when envvar LC_ALL='C' 388. (code run outside of `test_that()`) ('test_import_list.R:22:1') - Changing language has no effect when envvar LC_ALL='C' 389. Import multiple HTML tables in import_list() but with htm #350 ('test_import_list.R:35:9') - Changing language has no effect when envvar LC_ALL='C' 390. Import multiple HTML tables in import_list() but with htm #350 ('test_import_list.R:36:9') - Changing language has no effect when envvar LC_ALL='C' 391. Import multiple HTML tables in import_list() but with htm #350 ('test_import_list.R:37:9') - Changing language has no effect when envvar LC_ALL='C' 392. Import multiple HTML tables in import_list() but with htm #350 ('test_import_list.R:38:9') - Changing language has no effect when envvar LC_ALL='C' 393. (code run outside of `test_that()`) ('test_import_list.R:30:1') - Changing language has no effect when envvar LC_ALL='C' 394. import_list() preserves 'which' names when specified ('test_import_list.R:45:9') - Changing language has no effect when envvar LC_ALL='C' 395. import_list() preserves 'which' names when specified ('test_import_list.R:46:9') - Changing language has no effect when envvar LC_ALL='C' 396. import_list() preserves 'which' names when specified ('test_import_list.R:47:9') - Changing language has no effect when envvar LC_ALL='C' 397. import_list() preserves 'which' names when specified ('test_import_list.R:48:9') - Changing language has no effect when envvar LC_ALL='C' 398. import_list() preserves 'which' names when specified ('test_import_list.R:49:9') - Changing language has no effect when envvar LC_ALL='C' 399. import_list() preserves 'which' names when specified ('test_import_list.R:50:9') - Changing language has no effect when envvar LC_ALL='C' 400. import_list() preserves 'which' names when specified ('test_import_list.R:51:9') - Changing language has no effect when envvar LC_ALL='C' 401. import_list() preserves 'which' names when specified ('test_import_list.R:52:9') - Changing language has no effect when envvar LC_ALL='C' 402. import_list() preserves 'which' names when specified ('test_import_list.R:53:9') - Changing language has no effect when envvar LC_ALL='C' 403. (code run outside of `test_that()`) ('test_import_list.R:42:1') - Changing language has no effect when envvar LC_ALL='C' 404. Import single file via import_list() ('test_import_list.R:60:9') - Changing language has no effect when envvar LC_ALL='C' 405. (code run outside of `test_that()`) ('test_import_list.R:57:1') - Changing language has no effect when envvar LC_ALL='C' 406. Import single file from zip via import_list() ('test_import_list.R:67:9') - Changing language has no effect when envvar LC_ALL='C' 407. Import single file from zip via import_list() ('test_import_list.R:68:9') - Changing language has no effect when envvar LC_ALL='C' 408. Import single file from zip via import_list() ('test_import_list.R:70:9') - Changing language has no effect when envvar LC_ALL='C' 409. (code run outside of `test_that()`) ('test_import_list.R:64:1') - Changing language has no effect when envvar LC_ALL='C' 410. Import multiple files from zip via import_list() ('test_import_list.R:79:9') - Changing language has no effect when envvar LC_ALL='C' 411. Import multiple files from zip via import_list() ('test_import_list.R:81:9') - Changing language has no effect when envvar LC_ALL='C' 412. Import multiple files from zip via import_list() ('test_import_list.R:82:9') - Changing language has no effect when envvar LC_ALL='C' 413. Import multiple files from zip via import_list() ('test_import_list.R:83:9') - Changing language has no effect when envvar LC_ALL='C' 414. (code run outside of `test_that()`) ('test_import_list.R:74:1') - Changing language has no effect when envvar LC_ALL='C' 415. Import multiple files from zip via import_list() ('test_import_list.R:91:9') - invalid uid value replaced by that for user 'nobody' 416. Import multiple files from zip via import_list() ('test_import_list.R:93:9') - Changing language has no effect when envvar LC_ALL='C' 417. Import multiple files from zip via import_list() ('test_import_list.R:95:9') - Changing language has no effect when envvar LC_ALL='C' 418. Import multiple files from zip via import_list() ('test_import_list.R:96:9') - Changing language has no effect when envvar LC_ALL='C' 419. Import multiple files from zip via import_list() ('test_import_list.R:97:9') - Changing language has no effect when envvar LC_ALL='C' 420. (code run outside of `test_that()`) ('test_import_list.R:87:1') - Changing language has no effect when envvar LC_ALL='C' 421. Using setclass in import_list() ('test_import_list.R:105:9') - Changing language has no effect when envvar LC_ALL='C' 422. Using setclass in import_list() ('test_import_list.R:107:9') - Changing language has no effect when envvar LC_ALL='C' 423. (code run outside of `test_that()`) ('test_import_list.R:101:1') - Changing language has no effect when envvar LC_ALL='C' 424. (code run outside of `test_that()`) ('test_import_list.R:111:1') - Changing language has no effect when envvar LC_ALL='C' 425. (code run outside of `test_that()`) ('test_import_list.R:127:1') - Changing language has no effect when envvar LC_ALL='C' 426. (code run outside of `test_that()`) ('test_import_list.R:139:1') - Changing language has no effect when envvar LC_ALL='C' 427. (code run outside of `test_that()`) ('test_import_list.R:156:1') - Changing language has no effect when envvar LC_ALL='C' 428. (code run outside of `test_that()`) ('test_import_list.R:167:1') - Changing language has no effect when envvar LC_ALL='C' 429. Informative message when files are not found #389 ('test_import_list.R:185:9') - Changing language has no effect when envvar LC_ALL='C' 430. Informative message when files are not found #389 ('test_import_list.R:186:9') - Changing language has no effect when envvar LC_ALL='C' 431. (code run outside of `test_that()`) ('test_import_list.R:182:1') - Changing language has no effect when envvar LC_ALL='C' 432. Missing files and rbind ('test_import_list.R:194:9') - Changing language has no effect when envvar LC_ALL='C' 433. Missing files and rbind ('test_import_list.R:195:9') - Changing language has no effect when envvar LC_ALL='C' 434. Missing files and rbind ('test_import_list.R:196:9') - Changing language has no effect when envvar LC_ALL='C' 435. Missing files and rbind ('test_import_list.R:198:9') - Changing language has no effect when envvar LC_ALL='C' 436. (code run outside of `test_that()`) ('test_import_list.R:191:1') - Changing language has no effect when envvar LC_ALL='C' 437. (code run outside of `test_that()`) ('test_mapping.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 438. (code run outside of `test_that()`) ('test_mapping.R:16:1') - Changing language has no effect when envvar LC_ALL='C' 439. (code run outside of `test_that()`) ('test_mapping.R:23:1') - Changing language has no effect when envvar LC_ALL='C' 440. Export matrix to and import from CSV ('test_matrix.R:5:9') - Changing language has no effect when envvar LC_ALL='C' 441. Export matrix to and import from CSV ('test_matrix.R:6:9') - Changing language has no effect when envvar LC_ALL='C' 442. Export matrix to and import from CSV ('test_matrix.R:7:9') - Changing language has no effect when envvar LC_ALL='C' 443. (code run outside of `test_that()`) ('test_matrix.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 444. Set object class ('test_set_class.R:7:5') - Changing language has no effect when envvar LC_ALL='C' 445. Set object class ('test_set_class.R:8:5') - Changing language has no effect when envvar LC_ALL='C' 446. Set object class ('test_set_class.R:9:5') - Changing language has no effect when envvar LC_ALL='C' 447. Set object class ('test_set_class.R:10:5') - Changing language has no effect when envvar LC_ALL='C' 448. Set object class ('test_set_class.R:11:5') - Changing language has no effect when envvar LC_ALL='C' 449. (code run outside of `test_that()`) ('test_set_class.R:4:1') - Changing language has no effect when envvar LC_ALL='C' 450. Set object class as tibble ('test_set_class.R:17:5') - Changing language has no effect when envvar LC_ALL='C' 451. Set object class as tibble ('test_set_class.R:18:5') - Changing language has no effect when envvar LC_ALL='C' 452. Set object class as tibble ('test_set_class.R:19:5') - Changing language has no effect when envvar LC_ALL='C' 453. (code run outside of `test_that()`) ('test_set_class.R:14:1') - Changing language has no effect when envvar LC_ALL='C' 454. Set object class as data.table ('test_set_class.R:23:5') - Changing language has no effect when envvar LC_ALL='C' 455. Set object class as data.table ('test_set_class.R:26:9') - Changing language has no effect when envvar LC_ALL='C' 456. Set object class as data.table ('test_set_class.R:27:9') - Changing language has no effect when envvar LC_ALL='C' 457. (code run outside of `test_that()`) ('test_set_class.R:22:1') - Changing language has no effect when envvar LC_ALL='C' 458. Set object class as arrow table ('test_set_class.R:35:5') - Changing language has no effect when envvar LC_ALL='C' 459. Set object class as arrow table ('test_set_class.R:36:5') - Changing language has no effect when envvar LC_ALL='C' 460. Set object class as arrow table ('test_set_class.R:37:5') - Changing language has no effect when envvar LC_ALL='C' 461. Set object class as arrow table ('test_set_class.R:40:9') - Changing language has no effect when envvar LC_ALL='C' 462. Set object class as arrow table ('test_set_class.R:41:9') - Changing language has no effect when envvar LC_ALL='C' 463. (code run outside of `test_that()`) ('test_set_class.R:31:1') - Changing language has no effect when envvar LC_ALL='C' 464. ArrowTabular can be exported ('test_set_class.R:51:9') - Changing language has no effect when envvar LC_ALL='C' 465. (code run outside of `test_that()`) ('test_set_class.R:45:1') - Changing language has no effect when envvar LC_ALL='C' 466. (code run outside of `test_that()`) ('test_set_class.R:55:1') - Changing language has no effect when envvar LC_ALL='C' 467. (code run outside of `test_that()`) ('test_suggestions.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 468. (code run outside of `test_that()`) ('test_suggestions.R:12:1') - Changing language has no effect when envvar LC_ALL='C' 469. (code run outside of `test_that()`) ('test_suggestions.R:21:1') - Changing language has no effect when envvar LC_ALL='C' 470. (code run outside of `test_that()`) ('test_trust.R:1:1') - Changing language has no effect when envvar LC_ALL='C' 471. (code run outside of `test_that()`) ('test_trust.R:11:1') - Changing language has no effect when envvar LC_ALL='C' 472. (code run outside of `test_that()`) ('test_trust.R:21:1') - Changing language has no effect when envvar LC_ALL='C' 473. (code run outside of `test_that()`) ('test_trust.R:31:1') - Changing language has no effect when envvar LC_ALL='C' 474. (code run outside of `test_that()`) ('test_trust.R:39:1') - Changing language has no effect when envvar LC_ALL='C' 475. (code run outside of `test_that()`) ('test_trust.R:55:1') - Changing language has no effect when envvar LC_ALL='C' 476. (code run outside of `test_that()`) ('test_trust.R:63:1') - Changing language has no effect when envvar LC_ALL='C' 477. (code run outside of `test_that()`) ('test_trust.R:73:1') - Changing language has no effect when envvar LC_ALL='C' == Failed ====================================================================== -- 1. Failure ('test_format_yml.R:19:9'): utf-8 -------------------------------- `content` not equal to y$col. 6/7 mismatches x[2]: "\u010d" y[2]: "" x[3]: "\u0161" y[3]: "" x[4]: "\u00c4" y[4]: "" x[5]: "\u5b57" y[5]: "" x[6]: "\u30a2" y[6]: "" Backtrace: x 1. \-withr::with_tempfile(...) at test_format_yml.R:15:5 2. \-base::eval(substitute(code), envir = env) 3. \-base::eval(substitute(code), envir = env) 4. \-testthat::expect_equal(content, y$col) at test_format_yml.R:19:9 == DONE ======================================================================== 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/16180273/R-release/1214/rio.Rcheck/00check.log' for details. [1] "2025-03-29 01:24:20 MST" > system(paste(c("diff -u", Rcheck.list), collapse=" ")) --- R_version_4.4.3_2025-02-28/release_1.17.0.Rcheck/00check.log 2025-03-29 01:22:59.924595122 -0700 +++ R_version_4.4.3_2025-02-28/master_1.17.99.2cb03162a21328cc5f68a8c3b0e554f5edfcb5b9.Rcheck/00check.log 2025-03-29 01:24:20.096133980 -0700 @@ -64,11 +64,11 @@ characterize()/factorize(): W.WW.WW.WW.WW.W.W check_file: ..................W.....W....W.....W....W compress: - Compressed files: W.W.W.W.W.W.W adding: file3180e01a083459.csv (deflated 78%) + Compressed files: W.W.W.W.W.W.W adding: file31bd7c78b8b2be.csv (deflated 78%) W.W.W.W.WW.W.W.W.WW.W.W.W.W.WW.W.W.W.W.WW.W.W.W.WW.W.W.W.W.W adding: mtcars1.csv (deflated 48%) adding: mtcars2.csv (deflated 50%) adding: mtcars3.csv (deflated 47%) - W...W.W.WW.W.W.W.W.W.W.W.W.W.W.W.W adding: file3180e02f6c1ee3.xlsx (deflated 10%) + W...W.W.WW.W.W.W.W.W.W.W.W.W.W.W.W adding: file31bd7c76aa5d2f.xlsx (deflated 11%) ...W../usr/bin/gtar: NA: Not found in archive /usr/bin/gtar: Exiting with failure status due to previous errors .W../usr/bin/gtar: NA: Not found in archive @@ -79,7 +79,7 @@ /usr/bin/gtar: Exiting with failure status due to previous errors .W../usr/bin/gtar: NA: Not found in archive /usr/bin/gtar: Exiting with failure status due to previous errors - .....W........WSW adding: tmp/th798/16180273/RtmpXv4WUt/file3180e060ccecc.csv (stored 0%) + .....W........WSW adding: tmp/th798/16180273/RtmpsjTAUY/file31bd7c5a3da425.csv (stored 0%) .W.W.W.W adding: file_1.csv (deflated 48%) adding: file_2.csv (deflated 50%) adding: file_3.csv (deflated 47%) @@ -134,18 +134,18 @@ gather_attrs: W.W.W.W.W.W.W.W.W.W.WW.W.W.W.W.W.WW.W.W.W.W.W.W guess: .....W........WW.W..W identical: ...W....W.W..W.W....W..W.W - import_list: .W.W.W.WW.W.WW.W.W.W.WW.W.W.W.WW.W.W.W.W.W.W.W.W.WW.W adding: file3180e01a929e20.csv (deflated 58%) + import_list: .W.W.W.WW.W.WW.W.W.W.WW.W.W.W.WW.W.W.W.W.W.W.W.W.WW.W adding: file31bd7c5212ba1d.csv (deflated 58%) W.W.W.W adding: mtcars1.csv (deflated 48%) adding: mtcars2.csv (deflated 50%) adding: mtcars3.csv (deflated 47%) - ..W..W.W.W.WW..W..W.W.W.WW.W.W..W..WSW adding: file3180e04f108be9.xlsx (deflated 8%) - .. adding: file3180e02c931a37.dta (deflated 89%) - .. adding: file3180e0545ad1d6.sav (deflated 62%) - .. adding: file3180e029fd4255.csv (deflated 58%) - .. adding: file3180e04d69b4e2.csv2 (deflated 58%) - ..W adding: file3180e05d3b94e2.qs (stored 0%) - .. adding: file3180e01964f434.parquet (deflated 43%) - .. adding: file3180e055b6d50b.ods (deflated 7%) + ..W..W.W.W.WW..W..W.W.W.WW.W.W..W..WSW adding: file31bd7c69002c8c.xlsx (deflated 8%) + .. adding: file31bd7c5c6c34b8.dta (deflated 89%) + .. adding: file31bd7c31d50cc8.sav (deflated 62%) + .. adding: file31bd7c2a3a7a4a.csv (deflated 58%) + .. adding: file31bd7c68aba912.csv2 (deflated 58%) + ..W adding: file31bd7c32e90177.qs (stored 0%) + .. adding: file31bd7c415fe1ae.parquet (deflated 43%) + .. adding: file31bd7cae87ee0.ods (deflated 7%) ..WW.W..WW.W.W..W..W mapping: .........W.W..W matrix: W.W.W.W > 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) + } >