Last updated on 2026-04-30 01:49:34 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.0.2 | 23.47 | 157.93 | 181.40 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 2.0.0.2 | 14.25 | 99.52 | 113.77 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.0.2 | 38.00 | 257.59 | 295.59 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.0.0.2 | 39.00 | 255.30 | 294.30 | ERROR | |
| r-devel-windows-x86_64 | 2.0.0.2 | 24.00 | 184.00 | 208.00 | ERROR | |
| r-patched-linux-x86_64 | 2.0.0.2 | 20.42 | 147.61 | 168.03 | ERROR | |
| r-release-linux-x86_64 | 2.0.0.2 | 22.01 | 149.97 | 171.98 | ERROR | |
| r-release-macos-arm64 | 2.0.2 | 5.00 | 51.00 | 56.00 | OK | |
| r-release-macos-x86_64 | 2.0.0.2 | 16.00 | 232.00 | 248.00 | OK | |
| r-release-windows-x86_64 | 2.0.2 | 21.00 | 227.00 | 248.00 | OK | |
| r-oldrel-macos-arm64 | 2.0.2 | 5.00 | 51.00 | 56.00 | OK | |
| r-oldrel-macos-x86_64 | 2.0.0.2 | 16.00 | 191.00 | 207.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0.0.2 | 33.00 | 213.00 | 246.00 | ERROR |
Version: 2.0.0.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘wrProteoVignette1.Rmd’ using rmarkdown
--- finished re-building ‘wrProteoVignette1.Rmd’
--- re-building ‘wrProteoVignetteUPS1.Rmd’ using rmarkdown
Quitting from wrProteoVignetteUPS1.Rmd:515-517 [testProline]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `combineMultFilterNAimput()`:
! testRobustToNAimputation : combineMultFilterNAimput : Invalid entry for 'useComparison' in context of 'grp' : 'useComparison' must match 2 levels of 'grp'
---
Backtrace:
▆
1. └─wrProteo::testRobustToNAimputation(dataPL, imputMethod = "informed")
2. └─wrProteo::combineMultFilterNAimput(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'wrProteoVignetteUPS1.Rmd' failed with diagnostics:
testRobustToNAimputation : combineMultFilterNAimput : Invalid entry for 'useComparison' in context of 'grp' : 'useComparison' must match 2 levels of 'grp'
--- failed re-building ‘wrProteoVignetteUPS1.Rmd’
SUMMARY: processing the following file failed:
‘wrProteoVignetteUPS1.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 2.0.0.2
Check: examples
Result: ERROR
Running examples in ‘wrProteo-Ex.R’ failed
The error most likely occurred in:
> ### Name: extractTestingResults
> ### Title: Extract Results From Moderated t-tests
> ### Aliases: extractTestingResults
>
> ### ** Examples
>
> grp <- factor(rep(LETTERS[4:2],c(2,3,3)))
> set.seed(2017); t8 <- matrix(round(rnorm(208*8,10,0.4),2), ncol=8,
+ dimnames=list(paste(letters[],rep(1:8,each=26),sep=""), paste(grp,c(1:2,1:3,1:3),sep="")))
> t8[3:6,1:2] <- t8[3:6,1:2] +3 # augment lines 3:6 (c-f)
> t8[5:8,c(1:2,6:8)] <- t8[5:8,c(1:2,6:8)] -1.5 # lower lines
> t8[6:7,3:5] <- t8[6:7,3:5] +2.2 # augment lines
> ## expect to find C/A in c,d,g, (h)
> ## expect to find C/D in c,d,e,f
> ## expect to find A/D in f,g,(h)
> library(wrMisc) # for testing we'll use this package
> test8 <- moderTestXgrp(t8, grp)
> extractTestingResults(test8)
extractTestingResults : Cannot find list-element 'annot' in test8
Error in extractTestingResults(test8) :
extractTestingResults : Need list-elment avCol$ind - but is ABSENT !
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 2.0.0.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘wrProteoVignette1.Rmd’ using rmarkdown
Quitting from wrProteoVignette1.Rmd:852-854 [results1]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `extractTestingResults()`:
! extractTestingResults : Need list-elment avCol$ind - but is ABSENT !
---
Backtrace:
▆
1. └─wrProteo::extractTestingResults(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'wrProteoVignette1.Rmd' failed with diagnostics:
extractTestingResults : Need list-elment avCol$ind - but is ABSENT !
--- failed re-building ‘wrProteoVignette1.Rmd’
--- re-building ‘wrProteoVignetteUPS1.Rmd’ using rmarkdown
Quitting from wrProteoVignetteUPS1.Rmd:515-517 [testProline]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `combineMultFilterNAimput()`:
! testRobustToNAimputation : combineMultFilterNAimput : Invalid entry for 'useComparison' in context of 'grp' : 'useComparison' must match 2 levels of 'grp'
---
Backtrace:
▆
1. └─wrProteo::testRobustToNAimputation(dataPL, imputMethod = "informed")
2. └─wrProteo::combineMultFilterNAimput(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'wrProteoVignetteUPS1.Rmd' failed with diagnostics:
testRobustToNAimputation : combineMultFilterNAimput : Invalid entry for 'useComparison' in context of 'grp' : 'useComparison' must match 2 levels of 'grp'
--- failed re-building ‘wrProteoVignetteUPS1.Rmd’
SUMMARY: processing the following files failed:
‘wrProteoVignette1.Rmd’ ‘wrProteoVignetteUPS1.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 2.0.0.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'wrProteoVignette1.Rmd' using rmarkdown
--- finished re-building 'wrProteoVignette1.Rmd'
--- re-building 'wrProteoVignetteUPS1.Rmd' using rmarkdown
Quitting from wrProteoVignetteUPS1.Rmd:515-517 [testProline]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `combineMultFilterNAimput()`:
! testRobustToNAimputation : combineMultFilterNAimput : Invalid entry for 'useComparison' in context of 'grp' : 'useComparison' must match 2 levels of 'grp'
---
Backtrace:
▆
1. └─wrProteo::testRobustToNAimputation(dataPL, imputMethod = "informed")
2. └─wrProteo::combineMultFilterNAimput(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'wrProteoVignetteUPS1.Rmd' failed with diagnostics:
testRobustToNAimputation : combineMultFilterNAimput : Invalid entry for 'useComparison' in context of 'grp' : 'useComparison' must match 2 levels of 'grp'
--- failed re-building 'wrProteoVignetteUPS1.Rmd'
SUMMARY: processing the following file failed:
'wrProteoVignetteUPS1.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-windows-x86_64, r-oldrel-windows-x86_64