Last updated on 2024-10-31 17:49:42 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.3 | 32.06 | 41.65 | 73.71 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.3 | 25.52 | 29.85 | 55.37 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.3 | 141.87 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 148.72 | OK | |||
r-devel-windows-x86_64 | 1.0.3 | 37.00 | 0.00 | 37.00 | FAIL | |
r-patched-linux-x86_64 | 1.0.3 | 33.70 | 38.80 | 72.50 | OK | |
r-release-linux-x86_64 | 1.0.3 | 33.66 | 39.48 | 73.14 | 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 | 38.00 | 0.00 | 38.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 | 329.00 | 373.00 | NOTE |
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:
>
> 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-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:
>
> ### ** 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-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