Last updated on 2020-10-11 01:47:19 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.2.0 | 2.32 | 127.60 | 129.92 | OK | |
r-devel-linux-x86_64-debian-gcc | 3.2.0 | 1.97 | 101.89 | 103.86 | OK | |
r-devel-linux-x86_64-fedora-clang | 3.2.0 | 171.08 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 3.2.0 | 177.00 | OK | |||
r-devel-windows-ix86+x86_64 | 3.2.0 | 8.00 | 277.00 | 285.00 | OK | |
r-patched-linux-x86_64 | 3.2.0 | 2.42 | 131.06 | 133.48 | OK | |
r-patched-solaris-x86 | 3.2.0 | 126.80 | ERROR | |||
r-release-linux-x86_64 | 3.2.0 | 2.33 | 130.75 | 133.08 | OK | |
r-release-macos-x86_64 | 3.2.0 | OK | ||||
r-release-windows-ix86+x86_64 | 3.2.0 | 5.00 | 264.00 | 269.00 | OK | |
r-oldrel-macos-x86_64 | 3.2.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 3.2.0 | 5.00 | 196.00 | 201.00 | OK |
Version: 3.2.0
Check: tests
Result: ERROR
Running ‘runit.R’ [17s/29s]
Running ‘testthat.R’ [18s/28s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> running_on_my_machines <- function() {
+ sys_info <- Sys.info()
+ r <- sys_info[["nodename"]] %in% c("h6", "h7") &&
+ sys_info[["effective_user"]] == "qwer" &&
+ .Platform[["OS.type"]] == "unix"
+ return(r)
+ }
>
> set_NOT_CRAN <- function() {
+ is_unset <- is.na(Sys.getenv("NOT_CRAN", unset = NA))
+ if (running_on_my_machines() && is_unset)
+ Sys.setenv("NOT_CRAN" = TRUE)
+ }
>
> set_NOT_CRAN()
> library("testthat")
> library("document")
> test_check("document")
── R CMD build ─────────────────────────────────────────────────────────────────
* checking for file ‘.../DESCRIPTION’ ... OK
* preparing ‘mini.mal’:
* checking DESCRIPTION meta-information ... OK
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
* building ‘mini.mal_2.0.0.tar.gz’
── 1. Error: (unknown) (@test_basic.R#13) ─────────────────────────────────────
Still alive
Backtrace:
1. document::document(file_name, check_package = TRUE, runit = TRUE)
2. document:::check_package(...)
3. rcmdcheck::rcmdcheck(...)
4. rcmdcheck:::build_package(...)
7. proc$get_built_file()
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 0 | SKIPPED: 0 | WARNINGS: 1 | FAILED: 1 ]
1. Error: (unknown) (@test_basic.R#13)
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-solaris-x86