Last updated on 2025-07-25 10:50:54 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4.8 | 12.53 | 116.80 | 129.33 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.4.8 | 7.64 | 89.09 | 96.73 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.4.8 | 126.98 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.4.8 | 160.93 | OK | |||
r-devel-windows-x86_64 | 1.4.8 | 16.00 | 152.00 | 168.00 | OK | |
r-patched-linux-x86_64 | 1.4.7 | 14.35 | 105.03 | 119.38 | ERROR | |
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.8 | 98.00 | OK | |||
r-release-windows-x86_64 | 1.4.8 | 15.00 | 152.00 | 167.00 | OK | |
r-oldrel-macos-arm64 | 1.4.7 | 67.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.4.8 | 106.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.4.8 | 19.00 | 182.00 | 201.00 | NOTE |
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
Flavor: r-patched-linux-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’
Flavor: r-oldrel-macos-arm64
Version: 1.4.7
Check: Rd cross-references
Result: NOTE
Package unavailable to check Rd xrefs: ‘rCOSA’
Flavor: r-oldrel-macos-arm64
Version: 1.4.8
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘rCOSA’
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 1.4.8
Check: Rd cross-references
Result: NOTE
Package unavailable to check Rd xrefs: ‘rCOSA’
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-x86_64