ThinkR-open / checkhelper

A package to help deal with devtools::check outputs
https://thinkr-open.github.io/checkhelper/
Other
34 stars 4 forks source link

69 prep cran #80

Closed statnmap closed 1 year ago

statnmap commented 1 year ago
* checking tests ...
  Running ‘testthat.R’ [136s/398s]
 [136s/399s] ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
  Class:   callr_status_error/callr_error/rlib_error_3_0/rlib_error/error/condition
  Backtrace:
      ▆
   1. ├─testthat::expect_error(...) at test-check_as_cran.R:16:4
   2. │ └─testthat:::quasi_capture(...)
   3. │   ├─testthat (local) .capture(...)
   4. │   │ └─base::withCallingHandlers(...)
   5. │   └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
   6. └─callr::r(check_callr, args = list(pkg = path, check_output = check_output))
   7.   └─callr:::get_result(output = out, options)
   8.     └─throw(callr_remote_error(remerr, output), parent = fix_msg(remerr[[3]]))

  [ FAIL 1 | WARN 0 | SKIP 0 | PASS 69 ]
  Error: Test failures
  Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking re-building of vignette outputs ... [5s/14s] OK
* checking PDF version of manual ... [5s/13s] OK
* checking HTML version of manual ... NOTE
Skipping checking HTML validation: no command 'tidy' found
* checking for non-standard things in the check directory ... OK
* checking for detritus in the temp directory ... OK
* DONE

Status: 1 ERROR, 2 NOTEs
See
  ‘/home/docker/checkhelper.Rcheck/00check.log’
for details.