Last updated on 2025-07-14 05:49:01 CEST.
Package | FAIL | ERROR | OK |
---|---|---|---|
AutoWMM | 1 | 1 | 11 |
Current CRAN status: FAIL: 1, ERROR: 1, OK: 11
Version: 1.0.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [67m/90m]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
>
> Sys.setenv("NOT_CRAN" = "true") # Enable full tests locally
> library(testthat)
> library(AutoWMM)
>
> test_check("AutoWMM")
using variance-weighted mean with multiplier method sampled path estimates
using variance-weighted mean with multiplier method sampled path estimates
using variance-weighted mean with multiplier method sampled path estimates
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.2
Check: tests
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
> cleanEx()
> nameEx("wmmTree")
> ### * wmmTree
>
> flush(stderr()); flush(stdout())
>
> ### Name: wmmTree
> ### Title: wmmTree
> ### Aliases: wmmTree
>
> ### ** Examples
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 3.05 0.22 3.25 NA NA
> grDevices::dev.off()
null device
1
> ###
> ### Local variables: ***
> ### mode: outline-minor ***
> ### outline-regexp: "\\(> \\)?### [*]+" ***
> ### End: ***
> quit('no')
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-oldrel-windows-x86_64