Last updated on 2022-04-27 12:55:06 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.0 | 2.46 | 38.16 | 40.62 | OK | |
r-devel-linux-x86_64-debian-gcc | 3.0 | 2.38 | 28.81 | 31.19 | OK | |
r-devel-linux-x86_64-fedora-clang | 3.0 | 48.65 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 3.0 | 47.89 | ERROR | |||
r-devel-windows-x86_64 | 3.0 | 46.00 | 51.00 | 97.00 | OK | |
r-patched-linux-x86_64 | 3.0 | 2.68 | 36.38 | 39.06 | OK | |
r-release-linux-x86_64 | 3.0 | 2.91 | 36.37 | 39.28 | OK | |
r-release-macos-arm64 | 3.0 | 16.00 | OK | |||
r-release-macos-x86_64 | 3.0 | 29.00 | OK | |||
r-release-windows-x86_64 | 3.0 | 9.00 | 51.00 | 60.00 | OK | |
r-oldrel-macos-arm64 | 3.0 | 21.00 | OK | |||
r-oldrel-macos-x86_64 | 3.0 | 32.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 3.0 | 7.00 | 31.00 | 38.00 | OK |
Version: 3.0
Check: examples
Result: ERROR
Running examples in ‘gradDescent-Ex.R’ failed
The error most likely occurred in:
> ### Name: SARAHPlus
> ### Title: Stochastic Recursive Gradient Algorithm+ (SARAH+) Method
> ### Learning Function
> ### Aliases: SARAHPlus
>
> ### ** Examples
>
> ##################################
> ## Learning and Build Model with SARAH+
> ## load R Package data
> data(gradDescentRData)
> ## get z-factor data
> dataSet <- gradDescentRData$CompressilbilityFactor
> ## split dataset
> splitedDataSet <- splitData(dataSet)
> ## build model with SARAH+
> SARAHPlusmodel <- SARAHPlus(splitedDataSet$dataTrain)
Error in ((abs(colSums(gradient)/3))^2) > (gammaS * ((abs(colSums(firstGradient)/3))^2)) && :
'length = 3' in coercion to 'logical(1)'
Calls: SARAHPlus
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc