CRAN Package Check Results for Package PANPRSnext

Last updated on 2024-07-12 15:52:55 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.0 84.36 33.89 118.25 ERROR
r-devel-linux-x86_64-debian-gcc 1.2.0 53.09 25.70 78.79 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.0 166.46 ERROR
r-devel-linux-x86_64-fedora-gcc 1.2.0 176.46 ERROR
r-devel-windows-x86_64 1.2.0 63.00 71.00 134.00 ERROR
r-patched-linux-x86_64 1.2.0 71.03 32.69 103.72 ERROR
r-release-linux-x86_64 1.2.0 64.93 32.56 97.49 OK
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 64.00 62.00 126.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 79.00 75.00 154.00 OK

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

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