Back to Multiple platform build/check report for BioC 3.9
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

CHECK report for metagenomeSeq on malbec2

This page was generated on 2019-03-18 11:14:41 -0400 (Mon, 18 Mar 2019).

Package 937/1676HostnameOS / ArchINSTALLBUILDCHECK
metagenomeSeq 1.25.3
Joseph N. Paulson
Snapshot Date: 2019-03-17 17:01:51 -0400 (Sun, 17 Mar 2019)
URL: https://git.bioconductor.org/packages/metagenomeSeq
Branch: master
Last Commit: 237560f
Last Changed Date: 2019-02-27 10:35:57 -0400 (Wed, 27 Feb 2019)
malbec2 Linux (Ubuntu 18.04.2 LTS) / x86_64  OK  OK [ OK ]UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  ERROR  skipped 
merida2 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
celaya2 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK 

Summary

Package: metagenomeSeq
Version: 1.25.3
Command: /home/biocbuild/bbs-3.9-bioc/R/bin/R CMD check --install=check:metagenomeSeq.install-out.txt --library=/home/biocbuild/bbs-3.9-bioc/R/library --no-vignettes --timings metagenomeSeq_1.25.3.tar.gz
StartedAt: 2019-03-18 02:31:08 -0400 (Mon, 18 Mar 2019)
EndedAt: 2019-03-18 02:35:39 -0400 (Mon, 18 Mar 2019)
EllapsedTime: 270.7 seconds
RetCode: 0
Status:  OK 
CheckDir: metagenomeSeq.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.9-bioc/R/bin/R CMD check --install=check:metagenomeSeq.install-out.txt --library=/home/biocbuild/bbs-3.9-bioc/R/library --no-vignettes --timings metagenomeSeq_1.25.3.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.9-bioc/meat/metagenomeSeq.Rcheck’
* using R Under development (unstable) (2019-01-21 r75999)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘metagenomeSeq/DESCRIPTION’ ... OK
* this is package ‘metagenomeSeq’ version ‘1.25.3’
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘metagenomeSeq’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: OK


Installation output

metagenomeSeq.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.9-bioc/R/bin/R CMD INSTALL metagenomeSeq
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.9-bioc/R/library’
* installing *source* package ‘metagenomeSeq’ ...
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (metagenomeSeq)

Tests output

metagenomeSeq.Rcheck/tests/testthat.Rout


R Under development (unstable) (2019-01-21 r75999) -- "Unsuffered Consequences"
Copyright (C) 2019 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library("testthat")
> packageVersion("metagenomeSeq")
[1] '1.25.3'
> # As suggested for opt-out option on testing by users, 
> # recommended by CRAN: http://adv-r.had.co.nz/Testing.html
> # Previously, best practice was to put all test files in inst/tests 
> # and ensure that R CMD check ran them by putting the following code in tests/test-all.R:  
> # >library(testthat)
> # >library(yourpackage)
> # >test_package("yourpackage")
> # Now, recommended practice is to put your tests in tests/testthat, 
> # and ensure R CMD check runs them by putting the following code in tests/test-all.R:
> # >library(testthat)
> # >test_check("yourpackage")
> # The advantage of this new structure is that the user has control over whether or not tests are installed using the –install-tests parameter to 
> # R CMD install, or INSTALL_opts = c(“–install-tests”) argument to install.packages(). I’m not sure why you wouldn’t want to install the tests, 
> # but now you have the flexibility as requested by CRAN maintainers.
> test_check("metagenomeSeq")
Loading required package: metagenomeSeq
Loading required package: Biobase
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:parallel':

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, append,
    as.data.frame, basename, cbind, colMeans, colSums, colnames,
    dirname, do.call, duplicated, eval, evalq, get, grep, grepl,
    intersect, is.unsorted, lapply, mapply, match, mget, order, paste,
    pmax, pmax.int, pmin, pmin.int, rank, rbind, rowMeans, rowSums,
    rownames, sapply, setdiff, sort, table, tapply, union, unique,
    unsplit, which, which.max, which.min

Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.

Loading required package: limma

Attaching package: 'limma'

The following object is masked from 'package:BiocGenerics':

    plotMA

Loading required package: glmnet
Loading required package: Matrix
Loading required package: foreach
Loaded glmnet 2.0-16

Loading required package: RColorBrewer
══ testthat results  ═══════════════════════════════════════════════════════════
OK: 21 SKIPPED: 0 FAILED: 0
> 
> proc.time()
   user  system elapsed 
127.868   1.226 129.275 

Example timings

metagenomeSeq.Rcheck/metagenomeSeq-Ex.timings

nameusersystemelapsed
MRcoefs1.7800.0961.877
MRcounts0.6920.0360.729
MRexperiment-class0.0010.0000.001
MRfulltable1.3420.0401.384
MRtable1.5080.0321.542
aggregateBySample0.2150.0120.227
aggregateByTaxonomy0.1710.0120.183
biom2MRexperiment0.3860.0080.412
calcNormFactors0.6660.0120.682
correctIndices0.2120.0000.212
correlationTest0.4240.0280.453
cumNorm0.9990.0081.012
cumNormMat0.7010.0160.717
cumNormStat0.8860.0080.897
cumNormStatFast0.4130.0000.414
expSummary0.1030.0120.116
exportMat1.7861.2343.023
exportStats0.5220.0520.574
extractMR1.4390.4551.898
filterData0.2620.0120.275
fitDO0.5780.0654.346
fitFeatureModel1.6030.1071.715
fitLogNormal2.6990.0522.756
fitMultipleTimeSeries2.3260.0242.359
fitPA0.4800.0463.717
fitSSTimeSeries1.1680.0511.224
fitTimeSeries1.4100.0081.419
fitZig2.8900.1283.022
libSize-set0.4860.0160.503
libSize0.4490.0320.481
loadBiom0.0680.0000.069
loadMeta0.0330.0000.033
loadMetaQ0.0010.0000.000
loadPhenoData0.0340.0000.034
makeLabels0.0010.0000.000
mergeMRexperiments2.5760.2322.811
newMRexperiment0.0520.0000.052
normFactors-set0.4570.0280.485
normFactors0.4340.0370.472
plotBubble0.4690.0493.430
plotClassTimeSeries1.3390.0791.419
plotCorr0.8270.0240.852
plotFeature0.2490.0080.258
plotGenus0.2050.0080.214
plotMRheatmap3.7160.0833.811
plotOTU0.2280.0160.244
plotOrd0.2550.0080.264
plotRare0.1170.0150.133
plotTimeSeries1.1140.0081.126
posteriorProbs2.3050.0242.331
returnAppropriateObj0.4410.0360.477
ssFit000
ssIntervalCandidate0.0010.0000.000
ssPerm000
ssPermAnalysis0.0010.0000.000
trapz0.0010.0000.000
ts2MRexperiment2.4090.0202.432
uniqueFeatures0.2050.0120.217
zigControl000