Last updated on 2025-12-21 17:51:02 CET.
| Package | ERROR | OK |
|---|---|---|
| RTD | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
Version: 0.4.2
Check: tests
Result: ERROR
Running 'testthat.R' [5s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(mockery)
> library(RTD)
>
> test_check("RTD")
Saving _problems/test-td-65.R
Saving _problems/test-td-101.R
[ FAIL 2 | WARN 4 | SKIP 0 | PASS 10 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-td.R:65:3'): td_upload works with mock ─────────────────────────
Error in `file(con, "w")`: cannot open the connection
Backtrace:
▆
1. └─RTD (local) setup_fake_embulk() at test-td.R:65:3
2. └─base::writeLines("@echo off\necho fake embulk", fake_embulk) at test-td.R:17:5
3. └─base::file(con, "w")
── Error ('test-td.R:101:3'): td_upload works with mock when the table already exists ──
Error in `file(con, "w")`: cannot open the connection
Backtrace:
▆
1. └─RTD (local) setup_fake_embulk() at test-td.R:101:3
2. └─base::writeLines("@echo off\necho fake embulk", fake_embulk) at test-td.R:17:5
3. └─base::file(con, "w")
[ FAIL 2 | WARN 4 | SKIP 0 | PASS 10 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64