Last updated on 2026-08-29 09:51:17 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 8.97 | 85.30 | 94.27 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 7.32 | 58.62 | 65.94 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 63.28 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 65.40 | OK | |||
| r-devel-windows-x86_64 | 1.0.1 | 12.00 | 97.00 | 109.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 8.60 | 79.62 | 88.22 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 7.66 | 74.01 | 81.67 | ERROR | |
| r-release-macos-arm64 | 1.0.1 | 2.00 | 28.00 | 30.00 | OK | |
| r-release-macos-x86_64 | 1.0.1 | 6.00 | 100.00 | 106.00 | OK | |
| r-release-windows-x86_64 | 1.0.1 | 15.00 | 131.00 | 146.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.1 | 2.00 | 31.00 | 33.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.1 | 6.00 | 137.00 | 143.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.1 | 18.00 | 119.00 | 137.00 | OK |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘Elja-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ELJAglm
> ### Title: Generalized Linear Models regression for EnvWAS/EWAS analysis
> ### Aliases: ELJAglm
>
> ### ** Examples
>
> ### Loading the PIMA dataset contained in the mlbench package
>
> library(mlbench)
> data(PimaIndiansDiabetes)
Warning in data(PimaIndiansDiabetes) :
data set ‘PimaIndiansDiabetes’ not found
>
> ### Using ELJAlinear to perform EWAS analysis
>
> ELJAglm(var = 'diabetes',data = PimaIndiansDiabetes,
+ family = binomial(link = "logit"), manplot = TRUE, Bonferroni = TRUE,
+ FDR = TRUE, nbvalmanplot = 30, manplotsign = FALSE)
Error: object 'PimaIndiansDiabetes' not found
Execution halted
Flavor: r-release-linux-x86_64
Version: 1.0.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘Elja.Rmd’ using rmarkdown
Quitting from Elja.Rmd:63-67 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! object 'PimaIndiansDiabetes' not found
---
Backtrace:
▆
1. └─utils::head(PimaIndiansDiabetes)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Elja.Rmd' failed with diagnostics:
object 'PimaIndiansDiabetes' not found
--- failed re-building ‘Elja.Rmd’
SUMMARY: processing the following file failed:
‘Elja.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-linux-x86_64