CRAN Package Check Results for Package PANPRSnext

Last updated on 2024-07-24 12:21:01 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.0 61.89 34.13 96.02 ERROR
r-devel-linux-x86_64-debian-gcc 1.2.0 42.62 25.11 67.73 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.0 162.46 ERROR
r-devel-linux-x86_64-fedora-gcc 1.2.0 151.21 ERROR
r-devel-windows-x86_64 1.2.0 53.00 64.00 117.00 ERROR
r-patched-linux-x86_64 1.2.0 64.82 31.58 96.40 ERROR
r-release-linux-x86_64 1.2.0 56.61 32.35 88.96 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 66.00 68.00 134.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 62.00 78.00 140.00 ERROR

Check Details

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