Last updated on 2025-01-22 13:00:07 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.7 | 2.18 | 176.71 | 178.89 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.7 | 1.65 | 113.23 | 114.88 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.7 | 303.85 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.7 | 299.80 | OK | |||
r-devel-windows-x86_64 | 1.0.7 | 4.00 | 187.00 | 191.00 | OK | |
r-patched-linux-x86_64 | 1.0.7 | 2.12 | 168.04 | 170.16 | OK | |
r-release-linux-x86_64 | 1.0.7 | 1.74 | 170.73 | 172.47 | OK | |
r-release-macos-arm64 | 1.0.7 | 91.00 | OK | |||
r-release-macos-x86_64 | 1.0.7 | 203.00 | OK | |||
r-release-windows-x86_64 | 1.0.7 | 4.00 | 185.00 | 189.00 | OK | |
r-oldrel-macos-arm64 | 1.0.7 | 78.00 | ERROR | |||
r-oldrel-macos-x86_64 | 1.0.7 | 288.00 | ERROR | |||
r-oldrel-windows-x86_64 | 1.0.7 | 5.00 | 232.00 | 237.00 | OK |
Version: 1.0.7
Check: examples
Result: ERROR
Running examples in ‘familial-Ex.R’ failed
The error most likely occurred in:
> ### Name: center.test
> ### Title: Center test
> ### Aliases: center.test
>
> ### ** Examples
>
> set.seed(123)
>
> test <- center.test(MASS::galaxies, mu = 21000, nboot = 100)
> print(test)
-----------------------------------------------
familial test of centers with huber family
-----------------------------------------------
mu = 21000
posterior probabilities:
H0 H1
0.59 0.41
optimal decision: indeterminate
> plot(test)
Error in validObject(.Object) :
invalid class “FncBand” object: superclass "mMatrix" not defined in the environment of the object's class
Calls: plot ... initialize -> initialize -> initMatrix -> validObject
Execution halted
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.0.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [40s/44s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(familial)
>
> test_check("familial")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 34 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-center-test.R:27:3'): plot function returns a plot ─────────────
Error in `validObject(.Object)`: invalid class "FncBand" object: superclass "mMatrix" not defined in the environment of the object's class
Backtrace:
▆
1. ├─testthat::expect_s3_class(plot(test), "ggplot") at test-center-test.R:27:3
2. │ └─testthat::quasi_label(enquo(object), arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─base::plot(test)
5. └─familial:::plot.center.test(test)
6. └─base::lapply(band, bands)
7. └─familial (local) FUN(X[[i]], ...)
8. ├─base::data.frame(...)
9. └─DepthProc::fncGetBand(DepthProc::fncDepth(boot.wide), level)
10. └─methods::new("FncBand", bands, index = obj@index, level = band)
11. ├─methods::initialize(value, ...)
12. └─methods::initialize(value, ...)
13. └─methods (local) initMatrix(.Object, ...)
14. └─methods::validObject(.Object)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 34 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-arm64
Version: 1.0.7
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘vignette.Rmd’ using rmarkdown
Quitting from lines 56-57 [unnamed-chunk-3] (vignette.Rmd)
Error: processing vignette 'vignette.Rmd' failed with diagnostics:
invalid class "FncBand" object: superclass "mMatrix" not defined in the environment of the object's class
--- failed re-building ‘vignette.Rmd’
SUMMARY: processing the following file failed:
‘vignette.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-macos-arm64
Version: 1.0.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [78s/200s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(familial)
>
> test_check("familial")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 34 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-center-test.R:27:3'): plot function returns a plot ─────────────
Error in `validObject(.Object)`: invalid class "FncBand" object: superclass "mMatrix" not defined in the environment of the object's class
Backtrace:
▆
1. ├─testthat::expect_s3_class(plot(test), "ggplot") at test-center-test.R:27:3
2. │ └─testthat::quasi_label(enquo(object), arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─base::plot(test)
5. └─familial:::plot.center.test(test)
6. └─base::lapply(band, bands)
7. └─familial (local) FUN(X[[i]], ...)
8. ├─base::data.frame(...)
9. └─DepthProc::fncGetBand(DepthProc::fncDepth(boot.wide), level)
10. └─methods::new("FncBand", bands, index = obj@index, level = band)
11. ├─methods::initialize(value, ...)
12. └─methods::initialize(value, ...)
13. └─methods (local) initMatrix(.Object, ...)
14. └─methods::validObject(.Object)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 34 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 1.0.7
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘vignette.Rmd’ using rmarkdown
Pandoc is required to build R Markdown vignettes but not available. Please make sure it is installed.
Quitting from lines 56-57 [unnamed-chunk-3] (vignette.Rmd)
Error: processing vignette 'vignette.Rmd' failed with diagnostics:
invalid class "FncBand" object: superclass "mMatrix" not defined in the environment of the object's class
--- failed re-building ‘vignette.Rmd’
SUMMARY: processing the following file failed:
‘vignette.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-macos-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.