Last updated on 2026-06-08 03:50:24 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.0 | 2.83 | 107.48 | 110.31 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3.0 | 2.28 | 49.62 | 51.90 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.3.0 | 172.16 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.3.0 | 179.20 | OK | |||
| r-devel-windows-x86_64 | 1.3.0 | 5.00 | 151.00 | 156.00 | OK | |
| r-patched-linux-x86_64 | 1.3.0 | 3.65 | 101.35 | 105.00 | OK | |
| r-release-linux-x86_64 | 1.3.0 | 2.83 | 102.20 | 105.03 | OK | |
| r-release-macos-arm64 | 1.3.0 | 1.00 | 34.00 | 35.00 | OK | |
| r-release-macos-x86_64 | 1.3.0 | 3.00 | 145.00 | 148.00 | OK | |
| r-release-windows-x86_64 | 1.3.0 | 5.00 | 156.00 | 161.00 | OK | |
| r-oldrel-macos-arm64 | 1.3.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.3.0 | 2.00 | 144.00 | 146.00 | OK | |
| r-oldrel-windows-x86_64 | 1.3.0 | 6.00 | 182.00 | 188.00 | OK |
Version: 1.3.0
Check: examples
Result: ERROR
Running examples in ‘micompr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: assumptions.cmpoutput
> ### Title: Get assumptions for parametric tests performed on output
> ### comparisons
> ### Aliases: assumptions.cmpoutput
>
> ### ** Examples
>
>
> # Create a cmpoutput object from the provided datasets
> cmp <- cmpoutput("All", 0.9, pphpc_ok$data[["All"]], pphpc_ok$obs_lvls)
>
> # Get the assumptions for the parametric tests performed in cmp
> acmp <- assumptions(cmp)
MANOVA assumptions require 'MVN' and 'biotools' packages.
Error in `*tmp*`[[i]] : subscript out of bounds
Calls: assumptions -> assumptions.cmpoutput
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/9s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # Copyright (c) 2016 Nuno Fachada
> # Distributed under the MIT License (http://opensource.org/licenses/MIT)
>
> library(testthat)
>
> test_check("micompr")
Loading required package: micompr
Saving _problems/test_cmpoutput-220.R
Saving _problems/test_micomp-284.R
[ FAIL 2 | WARN 5 | SKIP 0 | PASS 320 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_cmpoutput.R:220:3'): assumptions.cmpoutput creates the correct object ──
<subscriptOutOfBoundsError/error/condition>
Error in ``*tmp*`[[i]]`: subscript out of bounds
Backtrace:
▆
1. ├─micompr::assumptions(cmp) at test_cmpoutput.R:220:3
2. └─micompr:::assumptions.cmpoutput(cmp)
── Error ('test_micomp.R:284:3'): micomp assumptions have the correct properties ──
<subscriptOutOfBoundsError/error/condition>
Error in ``*tmp*`[[i]]`: subscript out of bounds
Backtrace:
▆
1. ├─micompr::assumptions(mic1a) at test_micomp.R:284:3
2. └─micompr:::assumptions.micomp(mic1a)
3. └─base::lapply(obj, function(x) assumptions(x))
4. └─micompr (local) FUN(X[[i]], ...)
5. ├─micompr::assumptions(x)
6. └─micompr:::assumptions.cmpoutput(x)
[ FAIL 2 | WARN 5 | SKIP 0 | PASS 320 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.3.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘paper.Rnw’ using knitr
Quitting from paper.Rnw:340-342 [sunspot3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `` `*tmp*`[[i]] ``:
! subscript out of bounds
---
Backtrace:
x
1. +-micompr::assumptions(cmp)
2. \-micompr:::assumptions.cmpoutput(cmp)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'paper.Rnw' failed with diagnostics:
subscript out of bounds
--- failed re-building ‘paper.Rnw’
--- re-building ‘tolatex-examples.Rnw’ using knitr
--- finished re-building ‘tolatex-examples.Rnw’
SUMMARY: processing the following file failed:
‘paper.Rnw’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc