Last updated on 2025-05-11 08:50:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 6.63 | 88.19 | 94.82 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 4.23 | 65.82 | 70.05 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 154.85 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 157.67 | OK | |||
r-devel-windows-x86_64 | 1.0.0 | 10.00 | 118.00 | 128.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 4.93 | 81.58 | 86.51 | OK | |
r-release-linux-x86_64 | 1.0.0 | 5.31 | 81.05 | 86.36 | OK | |
r-release-macos-arm64 | 1.0.0 | 50.00 | OK | |||
r-release-macos-x86_64 | 1.0.0 | 112.00 | ERROR | |||
r-release-windows-x86_64 | 1.0.0 | 10.00 | 118.00 | 128.00 | OK | |
r-oldrel-macos-arm64 | 1.0.0 | 56.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.0 | 93.00 | ERROR | |||
r-oldrel-windows-x86_64 | 0.6.7 | 9.00 | 120.00 | 129.00 | OK |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘Andromeda-Ex.R’ failed
The error most likely occurred in:
> ### Name: names<-,Andromeda-method
> ### Title: Set table names in an Andromeda object
> ### Aliases: names<-,Andromeda-method
>
> ### ** Examples
>
> andr <- andromeda(cars = cars, iris = iris)
Error in `duckdb_result()`:
! rapi_execute: Failed to run query
Error: TransactionContext Error: Failed to commit: Could not write file "/private/var/folders/2b/t0kwbtmn3p7brv2mvx39c9cr0000gn/T/RtmpGXh0a8/file3de2598b39a.duckdb.wal": No space left on device
Backtrace:
▆
1. ├─Andromeda::andromeda(cars = cars, iris = iris)
2. │ ├─methods (local) `[[<-`(`*tmp*`, name, value = `<df[,2]>`)
3. │ └─Andromeda (local) `[[<-`(`*tmp*`, name, value = `<df[,2]>`)
4. │ └─Andromeda (local) .local(x, i, ..., value)
5. │ ├─duckdb::dbWriteTable(...)
6. │ └─duckdb::dbWriteTable(...)
7. │ └─duckdb (local) .local(conn, name, value, ...)
8. │ ├─DBI::dbExecute(...)
9. │ └─DBI::dbExecute(...)
10. │ ├─DBI::dbSendStatement(conn, statement, ...)
11. │ └─DBI::dbSendStatement(conn, statement, ...)
12. │ ├─DBI::dbSendQuery(conn, statement, ...)
13. │ └─duckdb::dbSendQuery(conn, statement, ...)
14. │ └─duckdb (local) .local(conn, statement, ...)
15. │ └─duckdb:::duckdb_result(connection = conn, stmt_lst = stmt_lst, arrow = arrow)
16. │ └─duckdb:::duckdb_execute(res)
17. │ └─duckdb:::rethrow_rapi_execute(...)
18. │ ├─rlang::try_fetch(...)
19. │ │ ├─base::tryCatch(...)
20. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
21. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
22. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
23. │ │ └─base::withCallingHandlers(...)
24. │ └─duckdb:::rapi_execute(stmt, convert_opts)
25. └─base::.handleSimpleError(...)
26. └─rlang (local) h(simpleError(msg, call))
27. └─handlers[[1L]](cnd)
28. └─duckdb:::rethrow_error_from_rapi(e, call)
29. └─rlang::abort(msg, call = call)
Execution halted
Flavor: r-release-macos-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [13s/19s]
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
[ FAIL 5 | WARN 3 | SKIP 1 | PASS 88 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• .Platform$OS.type != "windows" is TRUE (1): 'test-object.R:150:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-dates.R:27:3'): Dates are preserved ────────────────────────────
Error in `UseMethod("pull")`: no applicable method for 'pull' applied to an object of class "NULL"
Backtrace:
▆
1. ├─testthat::expect_is(pull(andromeda$data, startDate), "Date") at test-dates.R:27:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─dplyr::pull(andromeda$data, startDate)
── Error ('test-dates.R:57:3'): Times are preserved ────────────────────────────
Error in `UseMethod("pull")`: no applicable method for 'pull' applied to an object of class "NULL"
Backtrace:
▆
1. ├─testthat::expect_is(pull(andromeda$data, startTime), "POSIXct") at test-dates.R:57:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─dplyr::pull(andromeda$data, startTime)
── Failure ('test-loadingSaving.R:25:3'): Saving and loading ───────────────────
"table" %in% names(andromeda2) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Error ('test-loadingSaving.R:27:3'): Saving and loading ─────────────────────
Error in `UseMethod("collect")`: no applicable method for 'collect' applied to an object of class "NULL"
Backtrace:
▆
1. ├─andromeda2$table %>% collect() at test-loadingSaving.R:27:3
2. └─dplyr::collect(.)
── Failure ('test-loadingSaving.R:103:5'): .checkAvailableSpace works ──────────
`.checkAvailableSpace()` did not produce any warnings.
[ FAIL 5 | WARN 3 | SKIP 1 | PASS 88 ]
Error: Test failures
Execution halted
Flavor: r-release-macos-x86_64
Version: 1.0.0
Check: for unstated dependencies in examples
Result: WARN
Warning in close.connection(con) :
Problem closing connection: No space left on device
Warning in close.connection(con) :
Problem closing connection: No space left on device
Warning in close.connection(con) :
Problem closing connection: No space left on device
Warning in close.connection(con) :
Problem closing connection: No space left on device
Warning in close.connection(con) :
Problem closing connection: No space left on device
Warning in close.connection(con) :
Problem closing connection: No space left on device
Warning in close.connection(con) :
Problem closing connection: No space left on device
Warning in close.connection(con) :
Problem closing connection: No space left on device
Warning in close.connection(con) :
Problem closing connection: No space left on device
Warning in close.connection(con) :
Problem closing connection: No space left on device
Warning in close.connection(con) :
Problem closing connection: No space left on device
Warning in close.connection(con) :
Problem closing connection: No space left on device
Warning in close.connection(con) :
Problem closing connection: No space left on device
Warning in close.connection(con) :
Problem closing connection: No space left on device
Warning in close.connection(con) :
Problem closing connection: No space left on device
Warning in close.connection(con) :
Problem closing connection: No space left on device
Flavor: r-oldrel-macos-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/9s]
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
[ FAIL 1 | WARN 3 | SKIP 1 | PASS 98 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• .Platform$OS.type != "windows" is TRUE (1): 'test-object.R:150:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-loadingSaving.R:103:5'): .checkAvailableSpace works ──────────
`.checkAvailableSpace()` did not produce any warnings.
[ FAIL 1 | WARN 3 | SKIP 1 | PASS 98 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64