Last updated on 2024-08-19 09:52:27 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.0 | 49.77 | 26.10 | 75.87 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.2.0 | 33.22 | 20.66 | 53.88 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.2.0 | 144.64 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 144.93 | ERROR | |||
r-devel-windows-x86_64 | 1.2.0 | 53.00 | 63.00 | 116.00 | ERROR | |
r-patched-linux-x86_64 | 1.2.0 | 47.35 | 25.14 | 72.49 | ERROR | |
r-release-linux-x86_64 | 1.2.0 | 47.35 | 24.96 | 72.31 | ERROR | |
r-release-macos-arm64 | 1.2.0 | 35.00 | OK | |||
r-release-macos-x86_64 | 1.2.0 | 35.00 | OK | |||
r-release-windows-x86_64 | 1.2.0 | 49.00 | 73.00 | 122.00 | ERROR | |
r-oldrel-macos-arm64 | 1.2.0 | 47.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2.0 | 83.00 | OK | |||
r-oldrel-windows-x86_64 | 1.2.0 | 63.00 | 76.00 | 139.00 | ERROR |
Version: 1.2.0
Check: examples
Result: ERROR
Running examples in ‘PANPRSnext-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: gsfPEN_R
> ### Title: Run the gsfPEN algorithm for multiple traits, with functional
> ### annotations.
> ### Aliases: gsfPEN_R
>
> ### ** Examples
>
> # Load the library and data
> library(PANPRSnext)
> data("summaryZ")
> data("Nvec")
> data("plinkLD")
> data("funcIndex")
>
> # Take random subset of the data
> subset <- sample(nrow(summaryZ), 100)
> subset_summary_z <- summaryZ[subset, ]
> subset_func_index <- funcIndex[subset, ]
>
> # Run gsfPEN
> output <- gsfPEN_R(
+ summary_z = subset_summary_z,
+ n_vec = Nvec,
+ plinkLD = plinkLD,
+ func_index = subset_func_index
+ )
Error: element-wise multiplication: incompatible matrix dimensions: 1x3 and 3x1
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
Version: 1.2.0
Check: examples
Result: ERROR
Running examples in ‘PANPRSnext-Ex.R’ failed
The error most likely occurred in:
> ### Name: gsfPEN_R
> ### Title: Run the gsfPEN algorithm for multiple traits, with functional
> ### annotations.
> ### Aliases: gsfPEN_R
>
> ### ** Examples
>
> # Load the library and data
> library(PANPRSnext)
> data("summaryZ")
> data("Nvec")
> data("plinkLD")
> data("funcIndex")
>
> # Take random subset of the data
> subset <- sample(nrow(summaryZ), 100)
> subset_summary_z <- summaryZ[subset, ]
> subset_func_index <- funcIndex[subset, ]
>
> # Run gsfPEN
> output <- gsfPEN_R(
+ summary_z = subset_summary_z,
+ n_vec = Nvec,
+ plinkLD = plinkLD,
+ func_index = subset_func_index
+ )
Error: element-wise multiplication: incompatible matrix dimensions: 1x3 and 3x1
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