Last updated on 2022-04-27 11:53:54 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 4.1 | 12.24 | 88.24 | 100.48 | OK | |
r-devel-linux-x86_64-debian-gcc | 4.1 | 10.69 | 67.85 | 78.54 | OK | |
r-devel-linux-x86_64-fedora-clang | 4.1 | 68.52 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 4.1 | 64.20 | ERROR | |||
r-devel-windows-x86_64 | 4.1 | 42.00 | 113.00 | 155.00 | OK | |
r-patched-linux-x86_64 | 4.1 | 10.40 | 91.23 | 101.63 | OK | |
r-release-linux-x86_64 | 4.1 | 10.76 | 90.92 | 101.68 | OK | |
r-release-macos-arm64 | 4.1 | 62.00 | OK | |||
r-release-macos-x86_64 | 4.1 | 84.00 | OK | |||
r-release-windows-x86_64 | 4.1 | 35.00 | 116.00 | 151.00 | OK | |
r-oldrel-macos-arm64 | 4.1 | 64.00 | OK | |||
r-oldrel-macos-x86_64 | 4.1 | 104.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 4.1 | 32.00 | 54.00 | 86.00 | OK |
Version: 4.1
Check: compiled code
Result: NOTE
File ‘EBglmnet/libs/EBglmnet.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 4.1
Check: examples
Result: ERROR
Running examples in ‘EBglmnet-Ex.R’ failed
The error most likely occurred in:
> ### Name: EBglmnet
> ### Title: Main Function for the EBglmnet Algorithms
> ### Aliases: EBglmnet
>
> ### ** Examples
>
>
> rm(list = ls())
> library(EBglmnet)
> #Use R built-in data set state.x77
> y= state.x77[,"Life Exp"]
> xNames = c("Population","Income","Illiteracy", "Murder","HS Grad","Frost","Area")
> x = state.x77[,xNames]
> #
> #Gaussian Model
> #lassoNEG prior as default
> out = EBglmnet(x,y,hyperparameters=c(0.5,0.5))
Error in prior != "lassoNEG" && group :
'length = 3' in coercion to 'logical(1)'
Calls: EBglmnet
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 4.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘EBglmnet_intro.Rmd’ using knitr
Quitting from lines 208-210 (EBglmnet_intro.Rmd)
Error: processing vignette 'EBglmnet_intro.Rmd' failed with diagnostics:
'length = 3' in coercion to 'logical(1)'
--- failed re-building ‘EBglmnet_intro.Rmd’
SUMMARY: processing the following file failed:
‘EBglmnet_intro.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc