Last updated on 2025-07-21 02:51:14 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4.7 | 12.67 | 109.70 | 122.37 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.4.7 | 8.26 | 80.78 | 89.04 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.4.7 | 204.71 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.4.7 | 190.29 | ERROR | |||
r-devel-windows-x86_64 | 1.4.7 | 15.00 | 137.00 | 152.00 | ERROR | |
r-patched-linux-x86_64 | 1.4.7 | 14.87 | 110.24 | 125.11 | OK | |
r-release-linux-x86_64 | 1.4.7 | 11.22 | 104.32 | 115.54 | ERROR | |
r-release-macos-arm64 | 1.4.7 | 59.00 | OK | |||
r-release-macos-x86_64 | 1.4.7 | 131.00 | OK | |||
r-release-windows-x86_64 | 1.4.7 | 13.00 | 137.00 | 150.00 | ERROR | |
r-oldrel-macos-arm64 | 1.4.7 | 67.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.4.7 | 139.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.4.7 | 16.00 | 179.00 | 195.00 | ERROR |
Version: 1.4.7
Check: examples
Result: ERROR
Running examples in ‘sharp-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: SelectionAlgo
> ### Title: Variable selection algorithm
> ### Aliases: SelectionAlgo
>
> ### ** Examples
>
> # Data simulation (univariate outcome)
> set.seed(1)
> simul <- SimulateRegression(pk = 50)
>
> # Running the LASSO
> mylasso <- SelectionAlgo(
+ xdata = simul$xdata, ydata = simul$ydata,
+ Lambda = c(0.1, 0.2), family = "gaussian",
+ )
>
> # Data simulation (multivariate outcome)
> set.seed(1)
> simul <- SimulateRegression(pk = 50, q = 3)
>
> # Running multivariate Gaussian LASSO
> mylasso <- SelectionAlgo(
+ xdata = simul$xdata, ydata = simul$ydata,
+ Lambda = c(0.1, 0.2), family = "mgaussian"
+ )
Error in `[<-`(`*tmp*`, rownames(tmpbeta), colnames(tmpbeta), y_id, value = tmpbeta) :
subscript out of bounds
Calls: SelectionAlgo -> do.call -> <Anonymous>
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
PredictPLS 4.644 0.000 6.652
Resample 3.473 0.018 5.441
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.4.7
Check: examples
Result: ERROR
Running examples in ‘sharp-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: SelectionAlgo
> ### Title: Variable selection algorithm
> ### Aliases: SelectionAlgo
>
> ### ** Examples
>
> # Data simulation (univariate outcome)
> set.seed(1)
> simul <- SimulateRegression(pk = 50)
>
> # Running the LASSO
> mylasso <- SelectionAlgo(
+ xdata = simul$xdata, ydata = simul$ydata,
+ Lambda = c(0.1, 0.2), family = "gaussian",
+ )
>
> # Data simulation (multivariate outcome)
> set.seed(1)
> simul <- SimulateRegression(pk = 50, q = 3)
>
> # Running multivariate Gaussian LASSO
> mylasso <- SelectionAlgo(
+ xdata = simul$xdata, ydata = simul$ydata,
+ Lambda = c(0.1, 0.2), family = "mgaussian"
+ )
Error in `[<-`(`*tmp*`, rownames(tmpbeta), colnames(tmpbeta), y_id, value = tmpbeta) :
subscript out of bounds
Calls: SelectionAlgo -> do.call -> <Anonymous>
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
PredictPLS 5.013 0 7.066
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.4.7
Check: examples
Result: ERROR
Running examples in ‘sharp-Ex.R’ failed
The error most likely occurred in:
> ### Name: SelectionAlgo
> ### Title: Variable selection algorithm
> ### Aliases: SelectionAlgo
>
> ### ** Examples
>
> # Data simulation (univariate outcome)
> set.seed(1)
> simul <- SimulateRegression(pk = 50)
>
> # Running the LASSO
> mylasso <- SelectionAlgo(
+ xdata = simul$xdata, ydata = simul$ydata,
+ Lambda = c(0.1, 0.2), family = "gaussian",
+ )
>
> # Data simulation (multivariate outcome)
> set.seed(1)
> simul <- SimulateRegression(pk = 50, q = 3)
>
> # Running multivariate Gaussian LASSO
> mylasso <- SelectionAlgo(
+ xdata = simul$xdata, ydata = simul$ydata,
+ Lambda = c(0.1, 0.2), family = "mgaussian"
+ )
Error in `[<-`(`*tmp*`, rownames(tmpbeta), colnames(tmpbeta), y_id, value = tmpbeta) :
subscript out of bounds
Calls: SelectionAlgo -> do.call -> <Anonymous>
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 1.4.7
Check: examples
Result: ERROR
Running examples in ‘sharp-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: SelectionAlgo
> ### Title: Variable selection algorithm
> ### Aliases: SelectionAlgo
>
> ### ** Examples
>
> # Data simulation (univariate outcome)
> set.seed(1)
> simul <- SimulateRegression(pk = 50)
>
> # Running the LASSO
> mylasso <- SelectionAlgo(
+ xdata = simul$xdata, ydata = simul$ydata,
+ Lambda = c(0.1, 0.2), family = "gaussian",
+ )
>
> # Data simulation (multivariate outcome)
> set.seed(1)
> simul <- SimulateRegression(pk = 50, q = 3)
>
> # Running multivariate Gaussian LASSO
> mylasso <- SelectionAlgo(
+ xdata = simul$xdata, ydata = simul$ydata,
+ Lambda = c(0.1, 0.2), family = "mgaussian"
+ )
Error in `[<-`(`*tmp*`, rownames(tmpbeta), colnames(tmpbeta), y_id, value = tmpbeta) :
subscript out of bounds
Calls: SelectionAlgo -> do.call -> <Anonymous>
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
PredictPLS 4.553 0.024 6.444
Flavor: r-release-linux-x86_64
Version: 1.4.7
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘rCOSA’
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 1.4.7
Check: Rd cross-references
Result: NOTE
Package unavailable to check Rd xrefs: ‘rCOSA’
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64