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

CHECK report for metagenomeSeq on veracruz1

This page was generated on 2018-04-12 13:36:43 -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: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings metagenomeSeq_1.20.1.tar.gz
StartedAt: 2018-04-12 06:08:22 -0400 (Thu, 12 Apr 2018)
EndedAt: 2018-04-12 06:11:05 -0400 (Thu, 12 Apr 2018)
EllapsedTime: 163.6 seconds
RetCode: 0
Status:  OK 
CheckDir: metagenomeSeq.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings metagenomeSeq_1.20.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.6-bioc/meat/metagenomeSeq.Rcheck’
* using R version 3.4.4 (2018-03-15)
* using platform: x86_64-apple-darwin15.6.0 (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 sizes of PDF files under ‘inst/doc’ ... 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-apple-darwin15.6.0 (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 
 17.379   2.174  19.828 

Example timings

metagenomeSeq.Rcheck/metagenomeSeq-Ex.timings

nameusersystemelapsed
MRcoefs2.7030.0942.836
MRcounts0.4090.0220.439
MRexperiment-class0.0010.0000.001
MRfulltable1.8820.0401.954
MRtable1.3370.0271.389
aggregateBySample0.2460.0150.265
aggregateByTaxonomy0.2690.0150.289
biom2MRexperiment0.5740.0070.594
calcNormFactors0.5520.0860.651
correctIndices0.1610.0180.181
correlationTest0.3860.0320.444
cumNorm0.6910.0730.799
cumNormMat0.5320.0730.621
cumNormStat0.5040.0430.552
cumNormStatFast0.4920.0290.523
expSummary0.1260.0120.142
exportMat2.0171.7253.812
exportStats0.7160.0410.767
extractMR3.1750.8094.031
filterData0.2330.0260.266
fitDO0.7300.0423.761
fitFeatureModel1.3680.0601.462
fitLogNormal2.0580.2382.343
fitMultipleTimeSeries3.6580.1643.870
fitPA0.5110.0483.043
fitSSTimeSeries1.1440.1011.250
fitTimeSeries1.0090.0381.052
fitZig2.3340.3042.669
libSize-set0.4550.0310.489
libSize0.4060.0190.429
loadBiom0.3070.0130.325
loadMeta0.0350.0000.038
loadMetaQ0.0010.0000.001
loadPhenoData0.0250.0000.027
makeLabels0.0010.0000.000
mergeMRexperiments2.0820.4382.563
newMRexperiment0.0370.0000.037
normFactors-set0.4360.0200.459
normFactors0.3940.0190.428
plotBubble0.6850.1583.168
plotClassTimeSeries0.9020.0891.006
plotCorr0.5360.0720.614
plotFeature0.1640.0150.194
plotGenus0.1500.0240.179
plotMRheatmap4.2730.1034.455
plotOTU0.1770.0190.199
plotOrd0.3200.0450.367
plotRare0.1520.0190.177
plotTimeSeries0.9780.1001.097
posteriorProbs1.9930.3532.382
returnAppropriateObj0.4140.0410.458
ssFit0.0000.0000.001
ssIntervalCandidate0.0000.0010.000
ssPerm000
ssPermAnalysis000
trapz0.0010.0000.002
ts2MRexperiment2.0460.1712.264
uniqueFeatures0.1570.0140.172
zigControl000