Last updated on 2018-06-01 08:49:20 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 1.28 | 21.24 | 22.52 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 1.49 | 19.66 | 21.15 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 45.94 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 41.11 | OK | |||
r-devel-windows-ix86+x86_64 | 0.1 | 7.00 | 75.00 | 82.00 | OK | |
r-patched-linux-x86_64 | 0.1 | 1.81 | 22.94 | 24.75 | ERROR | |
r-patched-solaris-x86 | 0.1 | 63.10 | OK | |||
r-release-linux-x86_64 | 0.1 | 1.89 | 22.87 | 24.76 | ERROR | |
r-release-windows-ix86+x86_64 | 0.1 | 4.00 | 50.00 | 54.00 | OK | |
r-release-osx-x86_64 | 0.1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1 | 5.00 | 47.00 | 52.00 | OK | |
r-oldrel-osx-x86_64 | 0.1 | OK |
Version: 0.1
Check: examples
Result: ERROR
Running examples in ‘stepPenal-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: StepPenal
> ### Title: Stepwise forward variable selection using penalized regression.
> ### Aliases: StepPenal
>
> ### ** Examples
>
> # use the StepPenal function on a simulated dataset, with given lamda and w.
>
> set.seed(14)
> beta <- c(3, 2, -1.6, -4)
> noise <- 5
> simData <- SimData(N=100, beta=beta, noise=noise, corr=FALSE)
>
> before <- Sys.time()
> stepPenal<- StepPenal(Data=simData, lamda=1.5, w=0.1)
Error in if (!is.na(useoptim)) { : the condition has length > 1
Calls: StepPenal
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