CRAN Package Check Results for Package RclusTool

Last updated on 2022-07-21 12:56:22 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.91.3 21.50 133.33 154.83 ERROR
r-devel-linux-x86_64-debian-gcc 0.91.3 16.94 95.01 111.95 ERROR
r-devel-linux-x86_64-fedora-clang 0.91.3 193.77 ERROR
r-devel-linux-x86_64-fedora-gcc 0.91.3 188.59 ERROR
r-devel-windows-x86_64 0.91.3 64.00 174.00 238.00 ERROR
r-patched-linux-x86_64 0.91.3 29.21 151.56 180.77 NOTE
r-release-linux-x86_64 0.91.3 27.48 151.61 179.09 NOTE
r-release-macos-arm64 0.91.3 100.00 NOTE
r-release-macos-x86_64 0.91.3 175.00 NOTE
r-release-windows-x86_64 0.91.3 84.00 164.00 248.00 NOTE
r-oldrel-macos-arm64 0.91.3 166.00 NOTE
r-oldrel-macos-x86_64 0.91.3 179.00 NOTE
r-oldrel-windows-ix86+x86_64 0.91.3 45.00 180.00 225.00 NOTE

Additional issues

donttest

Check Details

Version: 0.91.3
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.91.3
Check: examples
Result: ERROR
    Running examples in 'RclusTool-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: abdPlot
    > ### Title: Abundances barplot
    > ### Aliases: abdPlot
    > ### Keywords: internal
    >
    > ### ** Examples
    >
    > dat <- rbind(matrix(rnorm(100, mean = 2, sd = 0.3), ncol = 2),
    + matrix(rnorm(100, mean = 4, sd = 0.3), ncol = 2),
    + matrix(rnorm(100, mean = 6, sd = 0.3), ncol = 2))
    > colnames(dat) <- c("x","y")
    > tf <- tempfile()
    > write.table(dat, tf, sep=",", dec=".")
    >
    > x <- importSample(file.features=tf, dir.save=tempdir())
    Import Features...
    Search previous results...
    
    No previous results to load!
    
    Sample size = 150
    >
    > x <- computeUnSupervised(x, K=3, method.name='K-means')
    K-means computing: method Quick
    Error in data.sample$features[[space]] : missing subscript
    Calls: computeUnSupervised -> clusterDensity
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.91.3
Check: examples
Result: ERROR
    Running examples in ‘RclusTool-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: abdPlot
    > ### Title: Abundances barplot
    > ### Aliases: abdPlot
    > ### Keywords: internal
    >
    > ### ** Examples
    >
    > dat <- rbind(matrix(rnorm(100, mean = 2, sd = 0.3), ncol = 2),
    + matrix(rnorm(100, mean = 4, sd = 0.3), ncol = 2),
    + matrix(rnorm(100, mean = 6, sd = 0.3), ncol = 2))
    > colnames(dat) <- c("x","y")
    > tf <- tempfile()
    > write.table(dat, tf, sep=",", dec=".")
    >
    > x <- importSample(file.features=tf, dir.save=tempdir())
    Import Features...
    Search previous results...
    
    No previous results to load!
    
    Sample size = 150
    >
    > x <- computeUnSupervised(x, K=3, method.name='K-means')
    K-means computing: method Quick
    Error in data.sample$features[[space]] : missing subscript
    Calls: computeUnSupervised -> clusterDensity
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64