CRAN Package Check Results for Package Andromeda

Last updated on 2021-01-25 00:47:51 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.0 7.99 74.14 82.13 OK
r-devel-linux-x86_64-debian-gcc 0.4.0 5.59 56.81 62.40 OK
r-devel-linux-x86_64-fedora-clang 0.4.0 105.48 OK
r-devel-linux-x86_64-fedora-gcc 0.4.0 100.09 OK
r-devel-windows-ix86+x86_64 0.4.0 16.00 105.00 121.00 OK
r-patched-linux-x86_64 0.4.0 5.91 69.43 75.34 OK
r-patched-solaris-x86 0.4.0 128.20 OK
r-release-linux-x86_64 0.4.0 6.57 69.39 75.96 OK
r-release-macos-x86_64 0.4.0 OK
r-release-windows-ix86+x86_64 0.4.0 18.00 115.00 133.00 ERROR
r-oldrel-macos-x86_64 0.4.0 ERROR
r-oldrel-windows-ix86+x86_64 0.4.0 10.00 84.00 94.00 OK

Check Details

Version: 0.4.0
Check: tests
Result: ERROR
     Running 'testthat.R' [7s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > test_check("Andromeda")
     Loading required package: Andromeda
     Loading required package: dplyr
    
     Attaching package: 'dplyr'
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
     == Warnings ====================================================================
     -- Warning (test-appending.R:5:3): Append from same andromeda ------------------
     Low disk space in 'D:/temp/Rtmpw1pLIu'. Only 9.2 GB left.
     Use options(warnDiskSpaceThreshold = <n>) to set the number of bytes for this warning to trigger.
     This warning will not be shown for this file location again during this R session.
     Backtrace:
     1. methods:::`$<-`(...) test-appending.R:5:2
     2. Andromeda:::`$<-`(...)
     4. Andromeda:::`[[<-`(...)
     5. Andromeda:::.local(x, i, ..., value)
     6. Andromeda:::.checkAvailableSpace(x)
     -- Warning (test-batching.R:73:3): groupApply progress bar ---------------------
     ORDER BY is ignored in subqueries without LIMIT
     i Do you need to move arrange() later in the pipeline or use window_order() instead?
     Backtrace:
     1. testthat::capture_output(...) test-batching.R:73:2
     11. dbplyr:::pull.tbl_sql(.)
     13. dbplyr:::collect.tbl_sql(.data)
     15. dbplyr:::db_sql_render.DBIConnection(x$src$con, x)
     17. dbplyr:::sql_render.tbl_lazy(sql, con = con, ...)
     19. dbplyr:::sql_render.op(query$ops, con = con, ..., subquery = subquery)
     21. dbplyr:::sql_render.select_query(qry, con = con, ..., subquery = subquery)
     30. dbplyr:::sql_render.select_query(query$from, con, ..., subquery = TRUE)
     31. dbplyr:::dbplyr_query_select(...)
     32. dbplyr:::dbplyr_fallback(con, "sql_select", ...)
     34. dbplyr:::sql_select.DBIConnection(con, ...)
     36. dbplyr:::sql_query_select.DBIConnection(...)
     38. dbplyr:::sql_clause_order_by(con, order_by, subquery, limit)
     39. dbplyr:::warn_drop_order_by()
     -- Warning (test-loadingSaving.R:22:3): Saving and loading ---------------------
     Low disk space in 'D:\temp\Rtmpw1pLIu'. Only 9.2 GB left.
     Use options(warnDiskSpaceThreshold = <n>) to set the number of bytes for this warning to trigger.
     This warning will not be shown for this file location again during this R session.
     Backtrace:
     1. testthat::expect_error(...) test-loadingSaving.R:22:2
     6. Andromeda::loadAndromeda(fileName)
     7. Andromeda:::.checkAvailableSpace()
     -- Warning (test-object.R:139:3): Copying andromeda ----------------------------
     Low disk space in 'D:/temp/Rtmpw1pLIu/file1aa076de63d5'. Only 9.2 GB left.
     Use options(warnDiskSpaceThreshold = <n>) to set the number of bytes for this warning to trigger.
     This warning will not be shown for this file location again during this R session.
     Backtrace:
     1. methods:::`$<-`(...) test-object.R:139:2
     2. Andromeda:::`$<-`(...)
     4. Andromeda:::`[[<-`(...)
     5. Andromeda:::.local(x, i, ..., value)
     6. Andromeda:::.checkAvailableSpace(x)
    
     == Failed tests ================================================================
     -- Failure (test-loadingSaving.R:88:5): .checkAvailableSpace works -------------
     `.checkAvailableSpace()` did not produce any warnings.
     -- Failure (test-object.R:158:3): Warning when disk space low ------------------
     `andromeda$cars <- cars` did not produce any warnings.
    
     [ FAIL 2 | WARN 4 | SKIP 0 | PASS 72 ]
     Error: Test failures
     Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 0.4.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [5s/6s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     30: tryCatch(withCallingHandlers({ eval(code, test_env) if (!handled && !is.null(test)) { skip_empty() }}, expectation = handle_expectation, skip = handle_skip, warning = handle_warning, message = handle_message, error = handle_error), error = handle_fatal, skip = function(e) { })
     31: test_code(NULL, exprs, env)
     32: source_file(path, child_env(env), wrap = wrap)
     33: FUN(X[[i]], ...)
     34: lapply(test_paths, test_one_file, env = env, wrap = wrap)
     35: force(code)
     36: doWithOneRestart(return(expr), restart)
     37: withOneRestart(expr, restarts[[1L]])
     38: withRestarts(testthat_abort_reporter = function() NULL, force(code))
     39: with_reporter(reporters$multi, lapply(test_paths, test_one_file, env = env, wrap = wrap))
     40: test_files(test_dir = test_dir, test_package = test_package, test_paths = test_paths, load_helpers = load_helpers, reporter = reporter, env = env, stop_on_failure = stop_on_failure, stop_on_warning = stop_on_warning, wrap = wrap, load_package = load_package)
     41: test_files(test_dir = path, test_paths = test_paths, test_package = package, reporter = reporter, load_helpers = load_helpers, env = env, stop_on_failure = stop_on_failure, stop_on_warning = stop_on_warning, wrap = wrap, load_package = load_package, parallel = parallel)
     42: test_dir("testthat", package = package, reporter = reporter, ..., load_package = "installed")
     43: test_check("Andromeda")
     An irrecoverable exception occurred. R is aborting now ...
Flavor: r-oldrel-macos-x86_64