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

CHECK report for metagenomeSeq on malbec1

This page was generated on 2018-04-12 13:11:05 -0400 (Thu, 12 Apr 2018).

Package 824/1472HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
metagenomeSeq 1.20.1
Joseph N. Paulson
Snapshot Date: 2018-04-11 16:45:18 -0400 (Wed, 11 Apr 2018)
URL: https://git.bioconductor.org/packages/metagenomeSeq
Branch: RELEASE_3_6
Last Commit: 046daca
Last Changed Date: 2017-12-11 14:13:41 -0400 (Mon, 11 Dec 2017)
malbec1 Linux (Ubuntu 16.04.1 LTS) / x86_64  OK  OK [ OK ]UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
veracruz1 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: metagenomeSeq
Version: 1.20.1
Command: /home/biocbuild/bbs-3.6-bioc/R/bin/R CMD check --no-vignettes --timings metagenomeSeq_1.20.1.tar.gz
StartedAt: 2018-04-12 00:55:09 -0400 (Thu, 12 Apr 2018)
EndedAt: 2018-04-12 00:57:17 -0400 (Thu, 12 Apr 2018)
EllapsedTime: 127.6 seconds
RetCode: 0
Status:  OK 
CheckDir: metagenomeSeq.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.6-bioc/R/bin/R CMD check --no-vignettes --timings metagenomeSeq_1.20.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.6-bioc/meat/metagenomeSeq.Rcheck’
* using R version 3.4.4 (2018-03-15)
* 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.20.1’
* 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 installed files from ‘inst/doc’ ... 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

* installing *source* package ‘metagenomeSeq’ ...
** R
** data
** inst
** preparing 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 version 3.4.4 (2018-03-15) -- "Someone to Lean On"
Copyright (C) 2018 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.20.1'
> # 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, cbind, colMeans, colSums, colnames, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, lengths, 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: 13 SKIPPED: 0 FAILED: 0
> 
> proc.time()
   user  system elapsed 
 16.984   0.340  17.329 

Example timings

metagenomeSeq.Rcheck/metagenomeSeq-Ex.timings

nameusersystemelapsed
MRcoefs2.3360.0802.417
MRcounts0.3080.0400.349
MRexperiment-class000
MRfulltable1.5760.0481.626
MRtable1.1160.0241.141
aggregateBySample0.1880.0080.196
aggregateByTaxonomy0.2240.0040.226
biom2MRexperiment0.5720.0040.610
calcNormFactors0.4600.0280.488
correctIndices0.1440.0080.150
correlationTest0.3400.0040.343
cumNorm0.6640.0040.670
cumNormMat0.4440.0160.462
cumNormStat0.6080.0080.617
cumNormStatFast0.3120.0080.319
expSummary0.1040.0040.106
exportMat1.0920.7401.834
exportStats0.6040.0200.623
extractMR0.9440.2921.237
filterData0.1800.0040.185
fitDO0.6600.0202.914
fitFeatureModel1.1240.0401.166
fitLogNormal2.0200.0562.079
fitMultipleTimeSeries3.0800.0163.096
fitPA0.4440.0402.566
fitSSTimeSeries1.1480.0321.179
fitTimeSeries1.0960.0321.127
fitZig2.4240.0322.456
libSize-set0.3480.0360.386
libSize0.3240.0240.349
loadBiom0.4120.0000.412
loadMeta0.0280.0000.026
loadMetaQ0.0000.0000.001
loadPhenoData0.0200.0000.016
makeLabels0.0000.0000.001
mergeMRexperiments1.9320.2402.174
newMRexperiment0.0320.0000.031
normFactors-set0.3640.0200.384
normFactors0.3240.0320.353
plotBubble0.6360.0962.870
plotClassTimeSeries0.8360.0640.898
plotCorr0.4760.0160.492
plotFeature0.1520.0040.153
plotGenus0.1320.0040.137
plotMRheatmap3.1480.0163.164
plotOTU0.1400.0040.143
plotOrd0.2160.0120.229
plotRare0.1240.0040.126
plotTimeSeries0.8080.0160.823
posteriorProbs1.9200.0321.955
returnAppropriateObj0.3240.0360.360
ssFit000
ssIntervalCandidate000
ssPerm0.0000.0000.001
ssPermAnalysis0.0000.0000.001
trapz0.0000.0000.001
ts2MRexperiment1.8360.0201.858
uniqueFeatures0.1280.0000.128
zigControl0.0000.0000.001