CRAN Package Check Results for Package rbiom

Last updated on 2024-08-31 08:48:20 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.3 33.82 41.46 75.28 OK
r-devel-linux-x86_64-debian-gcc 1.0.3 24.72 30.56 55.28 OK
r-devel-linux-x86_64-fedora-clang 1.0.3 143.67 OK
r-devel-linux-x86_64-fedora-gcc 1.0.3 149.05 OK
r-devel-windows-x86_64 1.0.3 38.00 0.00 38.00 FAIL
r-patched-linux-x86_64 1.0.3 36.42 39.43 75.85 OK
r-release-linux-x86_64 1.0.3 34.71 39.32 74.03 OK
r-release-macos-arm64 1.0.3 38.00 OK
r-release-macos-x86_64 1.0.3 45.00 OK
r-release-windows-x86_64 1.0.3 39.00 0.00 39.00 FAIL
r-oldrel-macos-arm64 1.0.3 43.00 NOTE
r-oldrel-macos-x86_64 1.0.3 70.00 NOTE
r-oldrel-windows-x86_64 1.0.3 44.00 0.00 44.00 FAIL

Additional issues

noSuggests

Check Details

Version: 1.0.3
Check: C++ specification
Result: NOTE Specified C++11: please drop specification unless essential Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

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", "newick.tre", package = "rbiom") > tree <- read.tree(infile) > > leafs <- tips(tree) > subtree <- subtree(tree, head(leafs)) > > > > > cleanEx() > nameEx("taxa.names") > ### * taxa.names > > flush(stderr()); flush(stdout()) > > ### Name: taxa.names > ### Title: Get the taxa names. > ### Aliases: taxa.names > > ### ** 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-devel-windows-x86_64

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: > > infile <- system.file("extdata", "hmp50.bz2", package = "rbiom") > biom <- read.biom(infile) > > ex1 <- select(biom, c('HMP14', 'HMP22', 'HMP03')) > ex2 <- select(biom, c(32, 11, 28, 16, 46, 5)) > ex3 <- select(biom, 1:50 %% 6 == 0) > ex4 <- select(biom, nRandom = 10) > ex5 <- select(biom, nTop = 5) > ex6 <- select(biom, samples = 10:40, nTop = 20, nRandom = 10) > > > > > cleanEx() > nameEx("sequences") > ### * sequences > > flush(stderr()); flush(stdout()) > > ### Name: sequences > ### Title: DNA sequence associated with each taxonomic identifier. > ### Aliases: sequences > > ### ** 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

Version: 1.0.3
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘rhdf5’ Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64

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) > > taxa.ranks(biom) [1] "Kingdom" "Phylum" "Class" "Order" "Family" "Genus" > > > > > cleanEx() > nameEx("taxa.rollup") > ### * taxa.rollup > > flush(stderr()); flush(stdout()) > > ### Name: taxa.rollup > ### Title: Generate a matrix of samples by taxa, at the specified taxonomic > ### rank. > ### Aliases: taxa.rollup > > ### ** 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-oldrel-windows-x86_64