Last updated on 2024-01-22 23:14:15 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.4 | 2.23 | 32.92 | 35.15 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.4 | 1.92 | 25.66 | 27.58 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.4 | 44.77 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 54.15 | OK | |||
r-devel-windows-x86_64 | 0.1.4 | 4.00 | 63.00 | 67.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.4 | 2.53 | 32.45 | 34.98 | OK | |
r-release-linux-x86_64 | 0.1.4 | 2.12 | 31.75 | 33.87 | OK | |
r-release-macos-arm64 | 0.1.4 | 43.00 | OK | |||
r-release-macos-x86_64 | 0.1.4 | 52.00 | OK | |||
r-release-windows-x86_64 | 0.1.4 | 4.00 | 66.00 | 70.00 | OK | |
r-oldrel-macos-arm64 | 0.1.4 | 35.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.4 | 5.00 | 71.00 | 76.00 | OK |
Version: 0.1.4
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [5s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(mustashe)
>
> test_check("mustashe")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 60 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-unstash.R:2:3'): unstashing works ──────────────────────────────
Error in `value[[3L]](cond)`:
'mustashe' is unable to create a directory to stash your objects.
Please create the directory manually using:
dir.create(D:/RCompile/.mustashe)
If that does not work, please create the directory from the command line and open an issue at: https://github.com/jhrcook/mustashe
Backtrace:
▆
1. ├─testthat::expect_null(...) at test-unstash.R:2:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─mustashe::stash(...)
5. └─mustashe:::check_stash_dir()
6. └─base::tryCatch(...)
7. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
8. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
9. └─value[[3L]](cond)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 60 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64