- using R Under development (unstable) (2026-03-15 r89634)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
Debian clang version 21.1.8 (3+b1)
Debian flang version 21.1.8 (3+b1)
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-03-17 00:44:11 UTC
- checking for file ‘filearray/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘filearray’ version ‘0.2.0’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [1s/1s] OK
- 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 serialization versions ... OK
- checking whether package ‘filearray’ can be installed ... OK
See the install log for details.
- used C++ compiler: ‘Debian clang version 21.1.8 (3+b1)’
- checking package directory ... OK
- checking for future file timestamps ... 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 ... [1s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the package can be unloaded cleanly ... [1s/1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/1s] OK
- checking loading without being on the library search path ... [1s/1s] OK
- checking whether startup messages can be suppressed ... [1s/1s] OK
- checking use of S3 registration ... 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 ... [13s/16s] OK
- checking Rd files ... [0s/1s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... 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 line endings in C/C++/Fortran sources/headers ... OK
- checking line endings in Makefiles ... OK
- checking compilation flags in Makevars ... OK
- checking for GNU extensions in Makefiles ... OK
- checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
- checking use of PKG_*FLAGS in Makefiles ... OK
- checking use of SHLIB_OPENMP_*FLAGS in Makefiles ... OK
- checking pragmas in C/C++ headers and code ... OK
- checking compilation flags used ... OK
- checking compiled code ... NOTE
File ‘filearray/libs/filearray.so’:
Found non-API call to R: ‘Rf_findVarInFrame’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [1s/2s] ERROR
Running examples in ‘filearray-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: filearray_bind
> ### Title: Merge and bind homogeneous file arrays
> ### Aliases: filearray_bind
>
> ### ** Examples
>
> partition_size <- 1
> type <- "double"
> x1 <- filearray_create(
+ tempfile(), c(2,2), type = type,
+ partition_size = partition_size)
> x1[] <- 1:4
> x2 <- filearray_create(
+ tempfile(), c(2,1), type = type,
+ partition_size = partition_size)
> x2[] <- 5:6
>
> y1 <- filearray_bind(x1, x2, symlink = FALSE)
> y2 <- filearray_bind(x1, x2)
>
> # y1 copies partition files, and y2 simply creates links
> # if symlink is supported
>
> y1[] - y2[]
Error in fa_subset1(x, , ..., drop = drop, reshape = reshape, strict = strict, :
argument "tmp" is missing, with no default
Calls: [ -> [.FileArray -> fa_subset1
Execution halted
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [28s/36s] ERROR
Running ‘testthat.R’ [28s/35s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(filearray)
R CMD check mode. Using 2 threads.
>
> # Sys.setenv("FILEARRAY_SKIP_COLLAPSE" = "TRUE")
>
> cat(utils::capture.output({
+ print(Sys.getenv())
+ }), sep = "\n", file = stderr())
BIBINPUTS .:.:/home/hornik/tmp/R.check/r-devel-clang/Work/build/share/texmf/bibtex/bib::/home/hornik/tmp/R.check/r-devel-clang/Work/build/share/texmf/bibtex/bib:
BSTINPUTS .:.:/home/hornik/tmp/R.check/r-devel-clang/Work/build/share/texmf/bibtex/bst::/home/hornik/tmp/R.check/r-devel-clang/Work/build/share/texmf/bibtex/bst:
DISPLAY :103
EDITOR vi
FILEARRAY_NUM_THREADS 2
GITHUB_PAT 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
HOME /home/hornik
LANG C.UTF-8
LANGUAGE C
LC_COLLATE C
LD_LIBRARY_PATH /home/hornik/tmp/R.check/r-devel-clang/Work/build/lib:/usr/lib/llvm-21/lib/clang/21/lib/linux:/usr/lib/llvm-21/lib:/usr/lib/x86_64-linux-gnu:/usr/lib/jvm/java-21-openjdk-amd64/lib/server:/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib:/usr/lib/llvm-21/lib/clang/21/lib/linux:/usr/lib/llvm-21/lib:/usr/lib/x86_64-linux-gnu:/usr/lib/jvm/java-21-openjdk-amd64/lib/server:/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib:/usr/lib/llvm-21/lib/clang/21/lib/linux:/usr/lib/llvm-21/lib:/usr/lib/x86_64-linux-gnu:/usr/lib/jvm/java-21-openjdk-amd64/lib/server:/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib:/usr/lib/llvm-21/lib/clang/21/lib/linux:/usr/lib/llvm-21/lib:/usr/lib/x86_64-linux-gnu:/usr/lib/jvm/java-21-openjdk-amd64/lib/server:/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib:/usr/lib/llvm-21/lib/clang/21/lib/linux:/usr/lib/llvm-21/lib:/usr/lib/x86_64-linux-gnu:/usr/lib/jvm/java-21-openjdk-amd64/lib/server:/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib:/usr/lib/llvm-21/lib/clang/21/lib/linux:/usr/lib/llvm-21/lib:/usr/lib/x86_64-linux-gnu:/usr/lib/jvm/java-21-openjdk-amd64/lib/server
LN_S ln -s
LOGNAME hornik
MAILTO Kurt.Hornik@wu.ac.at
MAKE make
MAKEFLAGS
MAKELEVEL 1
MAKE_TMPDIR /tmp
MFLAGS -k -j42
--jobserver-auth=fifo:/tmp/GMfifo2402784
OLDPWD /home/hornik/tmp/R.check/r-devel-clang/Work
OMPI_MCA_btl_base_warn_component_unused
0
OMP_NUM_THREADS 3
OMP_THREAD_LIMIT 3
OPENBLAS_NUM_THREADS 1
PAGER /usr/bin/less
PATH /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/filearray.Rcheck/R_check_bin:/home/hornik/bin:/usr/local/bin:/usr/bin:/bin
PIP_DISABLE_PIP_VERSION_CHECK
true
PIP_NO_CACHE_DIR false
PIP_NO_USER 1
PIP_NO_WARN_SCRIPT_LOCATION
false
PIP_REQUIRE_VIRTUALENV
true
POCL_KERNEL_CACHE 0
PWD /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/filearray.Rcheck/tests
RCPP_PARALLEL_NUM_THREADS
4
RETICULATE_MINICONDA_PATH
/home/hornik/tmp/scratch/check-CRAN-regular-hornik/data/R/reticulate/miniconda
RETICULATE_VIRTUALENV_ROOT
/home/hornik/tmp/scratch/check-CRAN-regular-hornik/.virtualenvs
R_ARCH
R_BATCH
R_BROWSER false
R_BZIPCMD /usr/bin/bzip2
R_CMD /home/hornik/tmp/R.check/r-devel-clang/Work/build/bin/Rcmd
R_DEFAULT_PACKAGES
R_DOC_DIR /home/hornik/tmp/R.check/r-devel-clang/Work/build/doc
R_ENVIRON
R_ENVIRON_USER
R_GC_MEM_GROW 2
R_GZIPCMD /usr/bin/gzip
R_HOME /home/hornik/tmp/R.check/r-devel-clang/Work/build
R_INCLUDE_DIR /home/hornik/tmp/R.check/r-devel-clang/Work/build/include
R_INSTALL_TAR tar
R_KNITR_OPTIONS knitr.chunk.optipng="-quiet"
R_LIBS /home/hornik/tmp/scratch/RtmpEbfVpZ/RLIBS_2b50fc22fc886f
R_LIBS_SITE NULL
R_LIBS_USER NULL
R_MAKEVARS_USER /home/hornik/.R/Makevars-clang
R_OSTYPE unix
R_PAPERSIZE a4
R_PAPERSIZE_USER a4
R_PARALLEL_PORT random
R_PDFVIEWER false
R_PLATFORM x86_64-pc-linux-gnu
R_PRINTCMD lpr
R_PROFILE
R_PROFILE_USER
R_RD4PDF times,inconsolata,hyper
R_SESSION_TMPDIR /home/hornik/tmp/scratch/Rtmpzcn8Q1
R_SHARE_DIR /home/hornik/tmp/R.check/r-devel-clang/Work/build/share
R_STRIP_SHARED_LIB strip --strip-unneeded
R_STRIP_STATIC_LIB strip --strip-debug
R_TESTS startup.Rs
R_TEXI2DVICMD /usr/bin/texi2dvi
R_UNZIPCMD /usr/bin/unzip
R_USER_CACHE_DIR /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache
R_USER_CONFIG_DIR /home/hornik/tmp/scratch/check-CRAN-regular-hornik/config
R_USER_DATA_DIR /home/hornik/tmp/scratch/check-CRAN-regular-hornik/data
R_VERSION 4.6.0
R_ZIPCMD /usr/bin/zip
SED /usr/bin/sed
SHELL /bin/sh
SHLVL 0
TAR /usr/bin/tar
TEXINPUTS .:.:/home/hornik/tmp/R.check/r-devel-clang/Work/build/share/texmf/tex/latex::/home/hornik/tmp/R.check/r-devel-clang/Work/build/share/texmf/tex/latex:
TMPDIR /home/hornik/tmp/scratch
XAUTHORITY /home/hornik/tmp/scratch/xvfb-run.u2IcKO/Xauthority
_CHECK_CRAN_REGULAR_FLAVOR_
r-devel-clang
_CHECK_CRAN_REGULAR_LIBRARY_DIR_
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages
_CHECK_CRAN_REGULAR_REPOSITORIES_
CRAN=file:///srv/R/Repositories/CRAN;BioCsoft=file:///srv/R/Repositories/Bioconductor/3.23/bioc;BioCann=file:///srv/R/Repositories/Bioconductor/3.23/data/annotation;BioCexp=file:///srv/R/Repositories/Bioconductor/3.23/data/experiment
_R_CALLS_INVALID_NUMERIC_VERSION_
true
_R_CHECK_ALWAYS_LOG_VIGNETTE_OUTPUT_
true
_R_CHECK_AUTOCONF_ true
_R_CHECK_BASHISMS_ true
_R_CHECK_BASHISMS_EXTRA_
true
_R_CHECK_BOGUS_RETURN_
true
_R_CHECK_BROWSER_NONINTERACTIVE_
true
_R_CHECK_CODETOOLS_PROFILE_
suppressPartialMatchArgs=false
_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_
true
_R_CHECK_CODE_ATTACH_ true
_R_CHECK_CODE_DATA_INTO_GLOBALENV_
true
_R_CHECK_CODE_USAGE_VIA_NAMESPACES_
true
_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_
true
_R_CHECK_COMPILATION_FLAGS_
true
_R_CHECK_COMPILATION_FLAGS_KNOWN_
-Wno-error=enum-constexpr-conversion
-Wno-missing-template-arg-list-after-template-kw
-Wdeprecated-literal-operator
_R_CHECK_CRAN_INCOMING_
true
_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_
true
_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_
true
_R_CHECK_CRAN_INCOMING_DROP_SUBMISSION_ONLY_
true
_R_CHECK_CRAN_INCOMING_REMOTE_
true
_R_CHECK_CRAN_INCOMING_SKIP_DATES_
true
_R_CHECK_CRAN_INCOMING_SKIP_URL_CHECKS_IF_REMOTE_
true
_R_CHECK_CRAN_INCOMING_SKIP_VERSIONS_
true
_R_CHECK_DATALIST_ true
_R_CHECK_DEPENDS_ONLY_DATA_
true
_R_CHECK_DEPRECATED_DEFUNCT_
true
_R_CHECK_DOC_SIZES2_ true
_R_CHECK_DOTCODE_RETVAL_
true
_R_CHECK_DOT_FIRSTLIB_
true
_R_CHECK_EXAMPLE_TIMING_CPU_TO_ELAPSED_THRESHOLD_
2.5
_R_CHECK_EXECUTABLES_EXCLUSIONS_
false
_R_CHECK_FORCE_SUGGESTS_
false
_R_CHECK_FUTURE_FILE_TIMESTAMPS_
true
_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_
6h
_R_CHECK_INSTALL_DEPENDS_
true
_R_CHECK_INSTALL_TIMING_CPU_TO_ELAPSED_THRESHOLD_
2.5
_R_CHECK_INTERNALS2_ 1
_R_CHECK_LENGTH_1_CONDITION_
package:_R_CHECK_PACKAGE_NAME_,verbose
_R_CHECK_LICENSE_ TRUE
_R_CHECK_LIMIT_CORES_ true
_R_CHECK_LOG_USE_INFO_
true
_R_CHECK_MATRIX_DATA_ true
_R_CHECK_MBCS_CONVERSION_FAILURE_
true
_R_CHECK_NO_RECOMMENDED_
true
_R_CHECK_NO_STOP_ON_TEST_ERROR_
true
_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_
true
_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_
true
_R_CHECK_PACKAGES_USED_IN_DEMO_
true
_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_
true
_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_
true
_R_CHECK_PACKAGE_NAME_
filearray
_R_CHECK_PKG_SIZES_ false
_R_CHECK_PRAGMAS_ true
_R_CHECK_RD_CONTENTS_KEYWORDS_
true
_R_CHECK_RD_LINE_WIDTHS_
true
_R_CHECK_RD_MATH_RENDERING_
true
_R_CHECK_RD_NOTE_LOST_BRACES_
true
_R_CHECK_RD_VALIDATE_RD2HTML_
true
_R_CHECK_REPLACING_IMPORTS_
true
_R_CHECK_R_DEPENDS_ true
_R_CHECK_R_ON_PATH_ true
_R_CHECK_SCREEN_DEVICE_
stop
_R_CHECK_SERIALIZATION_
true
_R_CHECK_SHLIB_OPENMP_FLAGS_
true
_R_CHECK_SRC_CATCH_ARMADILLO_FALLBACK_COMPILATION_MESSAGE_
true
_R_CHECK_SRC_MINUS_W_IMPLICIT_
true
_R_CHECK_STOP_ON_INVALID_NUMERIC_VERSION_INPUTS_
true
_R_CHECK_SUGGESTS_ONLY_
true
_R_CHECK_SUPPRESS_RANDR_MESSAGE_
true
_R_CHECK_SYSTEM_CLOCK_
false
_R_CHECK_TESTS_NLINES_
0
_R_CHECK_TEST_TIMING_ yes
_R_CHECK_TEST_TIMING_CPU_TO_ELAPSED_THRESHOLD_
2.5
_R_CHECK_THINGS_IN_CHECK_DIR_
true
_R_CHECK_THINGS_IN_TEMP_DIR_EXCLUDE_
^(ompi|pmix-gds-shmem|pulse|runtime-)
_R_CHECK_TIMINGS_ 0
_R_CHECK_TOPLEVEL_FILES_
true
_R_CHECK_URLS_RELATIVE_PATHS_
true
_R_CHECK_VALIDATE_UTF8_
true
_R_CHECK_VC_DIRS_ true
_R_CHECK_VIGNETTES_NLINES_
10000
_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_
true
_R_CHECK_VIGNETTE_TIMING_
yes
_R_CHECK_VIGNETTE_TIMING_CPU_TO_ELAPSED_THRESHOLD_
2.5
_R_CHECK_VIGNETTE_TITLES_
true
_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_
true
_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_
true
_R_GC_FAIL_ON_ERROR_ true
_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_
true
__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__
TRUE
>
> test_check("filearray")
Saving _problems/test-as_filearray-13.R
Saving _problems/test-as_filearray-50.R
Saving _problems/test-bind-53.R
Saving _problems/test-bind-119.R
Saving _problems/test-cpp-81.R
Saving _problems/test-cpp-167.R
Saving _problems/test-cpp-269.R
Saving _problems/test-cpp-367.R
Saving _problems/test-dimnames-8.R
Saving _problems/test-map-30.R
Saving _problems/test-map-129.R
Saving _problems/test-map-153.R
Saving _problems/test-method_add-24.R
Saving _problems/test-method_sub-24.R
Saving _problems/test-method_subset-27.R
Saving _problems/test-method_subsetAssign-22.R
Saving _problems/test-methods_simple-8.R
[ FAIL 17 | WARN 0 | SKIP 3 | PASS 218 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test-collapse.R:85:5', 'test-collapse.R:196:5',
'test-collapse.R:308:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-as_filearray.R:13:5'): as_filearray ────────────────────────────
<getvarError/missingArgError/error/condition>
Error in `fa_subset1(x, , ..., drop = drop, reshape = reshape, strict = strict, dimnames = dimnames, split_dim = split_dim)`: argument "tmp" is missing, with no default
Backtrace:
▆
1. ├─testthat::expect_equal(y[], x, tolerance = 1e-05, ignore_attr = TRUE) at test-as_filearray.R:13:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─y[]
5. └─filearray:::`[.FileArray`(y, )
6. └─filearray:::fa_subset1(...)
── Error ('test-as_filearray.R:50:5'): as_filearrayproxy ───────────────────────
<getvarError/missingArgError/error/condition>
Error in `fa_subset1(x, , ..., drop = drop, reshape = reshape, strict = strict, dimnames = dimnames, split_dim = split_dim)`: argument "tmp" is missing, with no default
Backtrace:
▆
1. ├─testthat::expect_equal(y[], x, tolerance = 1e-05) at test-as_filearray.R:50:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─y[]
5. └─filearray:::`[.FileArray`(y, )
6. └─filearray:::fa_subset1(...)
── Error ('test-bind.R:53:5'): bind (FileArray) ────────────────────────────────
<getvarError/missingArgError/error/condition>
Error in `fa_subset1(x, , ..., drop = drop, reshape = reshape, strict = strict, dimnames = dimnames, split_dim = split_dim)`: argument "tmp" is missing, with no default
Backtrace:
▆
1. ├─testthat::expect_identical(w[], l[]) at test-bind.R:53:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─w[]
5. └─filearray:::`[.FileArray`(w, )
6. └─filearray:::fa_subset1(...)
── Error ('test-bind.R:119:5'): bind (FileArrayProxy) ──────────────────────────
<getvarError/missingArgError/error/condition>
Error in `fa_subset1(x, , ..., drop = drop, reshape = reshape, strict = strict, dimnames = dimnames, split_dim = split_dim)`: argument "tmp" is missing, with no default
Backtrace:
▆
1. ├─testthat::expect_identical(w[], l[]) at test-bind.R:119:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─w[]
5. └─filearray:::`[.FileArray`(w, )
6. └─filearray:::fa_subset1(...)
── Error ('test-cpp.R:81:5'): C++: IO - subset/assign ──────────────────────────
<getvarError/missingArgError/error/condition>
Error in `fa_subset1(x, , ..., drop = drop, reshape = reshape, strict = strict, dimnames = dimnames, split_dim = split_dim)`: argument "tmp" is missing, with no default
Backtrace:
▆
1. ├─testthat::expect_equal(x[], y) at test-cpp.R:81:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─x[]
5. └─filearray:::`[.FileArray`(x, )
6. └─filearray:::fa_subset1(...)
── Error ('test-cpp.R:167:5'): C++: IO - subset/assign - complex ───────────────
<getvarError/missingArgError/error/condition>
Error in `fa_subset1(x, , ..., drop = drop, reshape = reshape, strict = strict, dimnames = dimnames, split_dim = split_dim)`: argument "tmp" is missing, with no default
Backtrace:
▆
1. ├─testthat::expect_lt(max(Mod(x[] - y)), 1e-06) at test-cpp.R:167:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─x[]
5. └─filearray:::`[.FileArray`(x, )
6. └─filearray:::fa_subset1(...)
── Error ('test-cpp.R:269:5'): C++: IO - subset/assign - float ─────────────────
<getvarError/missingArgError/error/condition>
Error in `fa_subset1(x, , ..., drop = drop, reshape = reshape, strict = strict, dimnames = dimnames, split_dim = split_dim)`: argument "tmp" is missing, with no default
Backtrace:
▆
1. ├─testthat::expect_equal(x[], y, tolerance = eps) at test-cpp.R:269:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─x[]
5. └─filearray:::`[.FileArray`(x, )
6. └─filearray:::fa_subset1(...)
── Error ('test-cpp.R:367:5'): C++: IO - type conversion ───────────────────────
<getvarError/missingArgError/error/condition>
Error in `fa_subset1(x, , ..., drop = drop, reshape = reshape, strict = strict, dimnames = dimnames, split_dim = split_dim)`: argument "tmp" is missing, with no default
Backtrace:
▆
1. ├─testthat::expect_equal(x[], y) at test-cpp.R:367:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─x[]
5. └─filearray:::`[.FileArray`(x, )
6. └─filearray:::fa_subset1(...)
── Error ('test-dimnames.R:8:5'): Subset with dimnames ─────────────────────────
<getvarError/missingArgError/error/condition>
Error in `fa_subset1(x, , ..., drop = drop, reshape = reshape, strict = strict, dimnames = dimnames, split_dim = split_dim)`: argument "tmp" is missing, with no default
Backtrace:
▆
1. ├─testthat::expect_identical(dimnames(x[]), dimnames(y)) at test-dimnames.R:8:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─x[]
5. └─filearray:::`[.FileArray`(x, )
6. └─filearray:::fa_subset1(...)
── Error ('test-map.R:30:5'): map with proxy ───────────────────────────────────
<getvarError/missingArgError/error/condition>
Error in `fa_subset1(x, , ..., drop = drop, reshape = reshape, strict = strict, dimnames = dimnames, split_dim = split_dim)`: argument "tmp" is missing, with no default
Backtrace:
▆
1. ├─testthat::expect_equal(re, colSums(matrix(x4[], ncol = bc))) at test-map.R:30:5
2. │ └─testthat::quasi_label(enquo(expected), expected.label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─base::colSums(matrix(x4[], ncol = bc))
5. │ └─base::is.data.frame(x)
6. ├─base::matrix(x4[], ncol = bc)
7. ├─x4[]
8. └─filearray:::`[.FileArray`(x4, )
9. └─filearray:::fa_subset1(...)
── Error ('test-map.R:129:5'): map filearrays ──────────────────────────────────
<getvarError/missingArgError/error/condition>
Error in `fa_subset1(x, , ..., drop = drop, reshape = reshape, strict = strict, dimnames = dimnames, split_dim = split_dim)`: argument "tmp" is missing, with no default
Backtrace:
▆
1. ├─testthat::expect_equal(output[], b) at test-map.R:129:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─output[]
5. └─filearray:::`[.FileArray`(output, )
6. └─filearray:::fa_subset1(...)
── Error ('test-map.R:153:5'): fwhich ──────────────────────────────────────────
<getvarError/missingArgError/error/condition>
Error in `fa_subset1(x, , ..., drop = drop, reshape = reshape, strict = strict, dimnames = dimnames, split_dim = split_dim)`: argument "tmp" is missing, with no default
Backtrace:
▆
1. ├─x[] at test-map.R:153:5
2. └─filearray:::`[.FileArray`(x, ) at test-map.R:153:5
3. └─filearray:::fa_subset1(...)
── Error ('test-method_add.R:24:5'): method: addition ──────────────────────────
<getvarError/missingArgError/error/condition>
Error in `fa_subset1(x, , ..., drop = drop, reshape = reshape, strict = strict, dimnames = dimnames, split_dim = split_dim)`: argument "tmp" is missing, with no default
Backtrace:
▆
1. ├─testthat::expect_equal(arr_dbl[dimnames = NULL], x_dbl, tolerance = 1e-05) at test-method_add.R:24:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─arr_dbl[dimnames = NULL]
5. └─filearray:::`[.FileArray`(arr_dbl, dimnames = NULL)
6. └─filearray:::fa_subset1(...)
── Error ('test-method_sub.R:24:5'): method: addition ──────────────────────────
<getvarError/missingArgError/error/condition>
Error in `fa_subset1(x, , ..., drop = drop, reshape = reshape, strict = strict, dimnames = dimnames, split_dim = split_dim)`: argument "tmp" is missing, with no default
Backtrace:
▆
1. ├─testthat::expect_equal(arr_dbl[dimnames = NULL], x_dbl, tolerance = 1e-05) at test-method_sub.R:24:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─arr_dbl[dimnames = NULL]
5. └─filearray:::`[.FileArray`(arr_dbl, dimnames = NULL)
6. └─filearray:::fa_subset1(...)
── Error ('test-method_subset.R:27:5'): subset filearray-proxy ─────────────────
<getvarError/missingArgError/error/condition>
Error in `fa_subset1(x, , ..., drop = drop, reshape = reshape, strict = strict, dimnames = dimnames, split_dim = split_dim)`: argument "tmp" is missing, with no default
Backtrace:
▆
1. ├─testthat::expect_equal(x[i], x[][i]) at test-method_subset.R:27:5
2. │ └─testthat::quasi_label(enquo(expected), expected.label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─x[]
5. └─filearray:::`[.FileArray`(x, )
6. └─filearray:::fa_subset1(...)
── Error ('test-method_subsetAssign.R:22:5'): subset-assign filearray-proxy ────
<getvarError/missingArgError/error/condition>
Error in `fa_subset1(x, , ..., drop = drop, reshape = reshape, strict = strict, dimnames = dimnames, split_dim = split_dim)`: argument "tmp" is missing, with no default
Backtrace:
▆
1. ├─testthat::expect_equal(z[], 2 * y[]) at test-method_subsetAssign.R:22:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─z[]
5. └─filearray:::`[.FileArray`(z, )
6. └─filearray:::fa_subset1(...)
── Error ('test-methods_simple.R:8:5'): Simple operators ───────────────────────
<getvarError/missingArgError/error/condition>
Error in `fa_subset1(x, , ..., drop = drop, reshape = reshape, strict = strict, dimnames = dimnames, split_dim = split_dim)`: argument "tmp" is missing, with no default
Backtrace:
▆
1. ├─testthat::expect_equal(y[], !is.na(x[])) at test-methods_simple.R:8:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─y[]
5. └─filearray:::`[.FileArray`(y, )
6. └─filearray:::fa_subset1(...)
[ FAIL 17 | WARN 0 | SKIP 3 | PASS 218 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [2s/2s] OK
- checking PDF version of manual ... [7s/10s] OK
- checking HTML version of manual ... [3s/4s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 2 ERRORs, 1 NOTE