CRAN Package Check Results for Package document

Last updated on 2020-08-07 01:49:41 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.2.0 2.30 124.88 127.18 OK
r-devel-linux-x86_64-debian-gcc 3.2.0 2.06 98.97 101.03 OK
r-devel-linux-x86_64-fedora-clang 3.2.0 165.08 OK
r-devel-linux-x86_64-fedora-gcc 3.2.0 171.93 OK
r-devel-windows-ix86+x86_64 3.2.0 15.00 222.00 237.00 OK
r-patched-linux-x86_64 3.2.0 2.10 129.98 132.08 OK
r-patched-solaris-x86 3.2.0 127.90 ERROR
r-release-linux-x86_64 3.2.0 2.38 129.04 131.42 OK
r-release-macos-x86_64 3.2.0 OK
r-release-windows-ix86+x86_64 3.2.0 14.00 291.00 305.00 OK
r-oldrel-macos-x86_64 3.2.0 OK
r-oldrel-windows-ix86+x86_64 3.2.0 5.00 206.00 211.00 OK

Check Details

Version: 3.2.0
Check: tests
Result: ERROR
     Running ‘runit.R’ [17s/19s]
     Running ‘testthat.R’ [18s/21s]
    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