CRAN Package Check Results for Package rbiom

Last updated on 2023-01-25 04:51:46 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.3 60.66 52.42 113.08 OK
r-devel-linux-x86_64-debian-gcc 1.0.3 48.28 40.53 88.81 OK
r-devel-linux-x86_64-fedora-clang 1.0.3 163.83 OK
r-devel-linux-x86_64-fedora-gcc 1.0.3 142.01 OK
r-patched-linux-x86_64 1.0.3 52.45 49.83 102.28 OK
r-release-linux-x86_64 1.0.3 50.52 50.79 101.31 OK
r-release-macos-arm64 1.0.3 40.00 NOTE
r-release-macos-x86_64 1.0.3 56.00 OK
r-release-windows-x86_64 1.0.3 58.00 0.00 58.00 FAIL
r-oldrel-macos-arm64 1.0.3 40.00 OK
r-oldrel-macos-x86_64 1.0.3 55.00 OK
r-oldrel-windows-ix86+x86_64 1.0.3 145.00 176.00 321.00 OK

Check Details

Version: 1.0.3
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘rhdf5’
Flavor: r-release-macos-arm64

Version: 1.0.3
Check: examples
Result: FAIL
    Check process probably crashed or hung up for 20 minutes ... killed
    Most likely this happened in the example checks (?),
    if not, ignore the following last lines of example output:
    >
    > ### ** Examples
    >
    > library(rbiom)
    >
    > infile <- system.file("extdata", "hmp50.bz2", package = "rbiom")
    > biom <- read.biom(infile)
    >
    > nsamples(biom)
    [1] 50
    >
    >
    >
    >
    > cleanEx()
    > nameEx("ntaxa")
    > ### * ntaxa
    >
    > flush(stderr()); flush(stdout())
    >
    > ### Name: ntaxa
    > ### Title: Number of taxa in a BIOM.
    > ### Aliases: ntaxa
    >
    > ### ** Examples
    >
    > library(rbiom)
    >
    > infile <- system.file("extdata", "hmp50.bz2", package = "rbiom")
    > biom <- read.biom(infile)
    ======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-release-windows-x86_64