CRAN Package Check Results for Package TSGS

Last updated on 2024-03-28 07:53:06 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 17.11 159.27 176.38 OK
r-devel-linux-x86_64-debian-gcc 1.0 14.95 120.94 135.89 OK
r-devel-linux-x86_64-fedora-clang 1.0 239.68 OK
r-devel-linux-x86_64-fedora-gcc 1.0 226.51 OK
r-devel-windows-x86_64 1.0 17.00 113.00 130.00 ERROR
r-patched-linux-x86_64 1.0 12.35 159.42 171.77 OK
r-release-linux-x86_64 1.0 12.34 160.53 172.87 OK
r-release-macos-arm64 1.0 65.00 OK
r-release-macos-x86_64 1.0 107.00 OK
r-release-windows-x86_64 1.0 21.00 155.00 176.00 OK
r-oldrel-macos-arm64 1.0 60.00 OK
r-oldrel-windows-x86_64 1.0 22.00 152.00 174.00 OK

Check Details

Version: 1.0
Check: examples
Result: ERROR Running examples in 'TSGS-Ex.R' failed The error most likely occurred in: > ### Name: featureSelect > ### Title: Trait specific gene selection using SVM and GA > ### Aliases: featureSelect > > ### ** Examples > > filename <- system.file("extdata", "exampleData.csv", package = "TSGS") > cdata <- read.csv(filename, header = TRUE, row.names = 1, stringsAsFactors = FALSE) > X <- as.data.frame(cdata[-1,]) > y <- as.numeric(cdata[1,]) > set.seed(100) > result <- featureSelect(X, y, 5, 1, 0.05, "bonferroni") Testing the sanity of parameters... Not showing GA settings... Starting with random values in the given domains... Starting iteration 1 Calucating evaluation values... Loading required package: ggplot2 Loading required package: lattice Flavor: r-devel-windows-x86_64