Last updated on 2026-03-16 09:51:13 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 67.96 | 99.52 | 167.48 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 52.05 | 55.84 | 107.89 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 110.00 | 156.84 | 266.84 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 148.00 | 163.68 | 311.68 | OK | |
| r-devel-macos-arm64 | 0.2.0 | 13.00 | 22.00 | 35.00 | OK | |
| r-devel-windows-x86_64 | 0.2.0 | 93.00 | 141.00 | 234.00 | OK | |
| r-patched-linux-x86_64 | 0.2.0 | 65.26 | 92.28 | 157.54 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 63.38 | 90.84 | 154.22 | OK | |
| r-release-macos-arm64 | 0.2.0 | OK | ||||
| r-release-macos-x86_64 | 0.2.0 | 40.00 | 153.00 | 193.00 | OK | |
| r-release-windows-x86_64 | 0.2.0 | 85.00 | 134.00 | 219.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.0 | 39.00 | 143.00 | 182.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.0 | 81.00 | 161.00 | 242.00 | OK |
Version: 0.2.0
Check: examples
Result: 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
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [17s/22s]
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-gcc/Work/build/share/texmf/bibtex/bib::/home/hornik/tmp/R.check/r-devel-gcc/Work/build/share/texmf/bibtex/bib:
BSTINPUTS .:.:/home/hornik/tmp/R.check/r-devel-gcc/Work/build/share/texmf/bibtex/bst::/home/hornik/tmp/R.check/r-devel-gcc/Work/build/share/texmf/bibtex/bst:
DISPLAY :178
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-gcc/Work/build/lib:/usr/lib/x86_64-linux-gnu:/usr/lib/jvm/java-21-openjdk-amd64/lib/server:/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib:/usr/lib/x86_64-linux-gnu:/usr/lib/jvm/java-21-openjdk-amd64/lib/server:/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib:/usr/lib/x86_64-linux-gnu:/usr/lib/jvm/java-21-openjdk-amd64/lib/server:/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib:/usr/lib/x86_64-linux-gnu:/usr/lib/jvm/java-21-openjdk-amd64/lib/server:/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib:/usr/lib/x86_64-linux-gnu:/usr/lib/jvm/java-21-openjdk-amd64/lib/server:/home/hornik/tmp/R.check/r-devel-gcc/Work/build/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 -j84 --jobserver-auth=fifo:/tmp/GMfifo874689
OLDPWD /home/hornik/tmp/R.check/r-devel-gcc/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-gcc/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-gcc/Work/PKGS/filearray.Rcheck/tests
RCPP_PARALLEL_NUM_THREADS
4
RETICULATE_MINICONDA_PATH
/tmp/check-CRAN-regular-hornik/data/R/reticulate/miniconda
RETICULATE_VIRTUALENV_ROOT
/tmp/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-gcc/Work/build/bin/Rcmd
R_DEFAULT_PACKAGES
R_DOC_DIR /home/hornik/tmp/R.check/r-devel-gcc/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-gcc/Work/build
R_INCLUDE_DIR /home/hornik/tmp/R.check/r-devel-gcc/Work/build/include
R_INSTALL_TAR tar
R_KNITR_OPTIONS knitr.chunk.optipng="-quiet"
R_LIBS /tmp/RtmpMzSmCY/RLIBS_30aaa431cc08cf
R_LIBS_SITE NULL
R_LIBS_USER NULL
R_MAKEVARS_USER /home/hornik/.R/Makevars-gcc
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 /tmp/Rtmpbc2s3q
R_SHARE_DIR /home/hornik/tmp/R.check/r-devel-gcc/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 /tmp/check-CRAN-regular-hornik/cache
R_USER_CONFIG_DIR /tmp/check-CRAN-regular-hornik/config
R_USER_DATA_DIR /tmp/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-gcc/Work/build/share/texmf/tex/latex::/home/hornik/tmp/R.check/r-devel-gcc/Work/build/share/texmf/tex/latex:
XAUTHORITY /tmp/xvfb-run.XBnUeL/Xauthority
_CHECK_CRAN_REGULAR_FLAVOR_
r-devel-gcc
_CHECK_CRAN_REGULAR_LIBRARY_DIR_
/home/hornik/tmp/R.check/r-devel-gcc/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_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
Flavor: r-devel-linux-x86_64-debian-gcc
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.