Back to Multiple platform build/check report for BioC 3.9
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

CHECK report for chromstaR on malbec2

This page was generated on 2019-04-09 11:46:19 -0400 (Tue, 09 Apr 2019).

Package 268/1703HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
chromstaR 1.9.2
Aaron Taudt
Snapshot Date: 2019-04-08 17:01:18 -0400 (Mon, 08 Apr 2019)
URL: https://git.bioconductor.org/packages/chromstaR
Branch: master
Last Commit: 0562cf8
Last Changed Date: 2019-02-18 14:36:18 -0400 (Mon, 18 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  OK  OK  OK UNNEEDED, same version exists in internal repository
celaya2 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
merida2 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK 

Summary

Package: chromstaR
Version: 1.9.2
Command: /home/biocbuild/bbs-3.9-bioc/R/bin/R CMD check --install=check:chromstaR.install-out.txt --library=/home/biocbuild/bbs-3.9-bioc/R/library --no-vignettes --timings chromstaR_1.9.2.tar.gz
StartedAt: 2019-04-08 23:27:00 -0400 (Mon, 08 Apr 2019)
EndedAt: 2019-04-08 23:34:18 -0400 (Mon, 08 Apr 2019)
EllapsedTime: 438.0 seconds
RetCode: 0
Status:  OK 
CheckDir: chromstaR.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.9-bioc/meat/chromstaR.Rcheck’
* using R Under development (unstable) (2019-03-18 r76245)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘chromstaR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘chromstaR’ version ‘1.9.2’
* 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 ‘chromstaR’ can be installed ... OK
* checking installed package size ... NOTE
  installed size is  5.6Mb
  sub-directories of 1Mb or more:
    data   4.5Mb
* 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 ... NOTE
Chromstar: multiple local function definitions for ‘parallel.helper’
  with different formal arguments
* 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 line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU or elapsed time > 5s
                        user system elapsed
combineMultivariates  27.150  0.080  28.141
enrichment_analysis   13.160  0.180  18.473
callPeaksMultivariate 12.039  0.111  12.660
callPeaksReplicates   10.716  0.041  10.811
unis2pseudomulti      10.457  0.012  10.751
readCustomBedFile      9.922  0.011  10.211
changePostCutoff       8.404  0.068   8.473
plotGenomeBrowser      8.265  0.048   8.393
Chromstar              7.443  0.601  49.928
combinatorialStates    7.677  0.064   7.750
plotExpression         2.518  0.024   7.938
* 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: 3 NOTEs
See
  ‘/home/biocbuild/bbs-3.9-bioc/meat/chromstaR.Rcheck/00check.log’
for details.



Installation output

chromstaR.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/bbs-3.9-bioc/R/library’
* installing *source* package ‘chromstaR’ ...
** using staged installation
** libs
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.9-bioc/R/include" -DNDEBUG   -I/usr/local/include -fopenmp -fpic  -g -O2  -Wall -c R_interface.cpp -o R_interface.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.9-bioc/R/include" -DNDEBUG   -I/usr/local/include -fopenmp -fpic  -g -O2  -Wall -c densities.cpp -o densities.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.9-bioc/R/include" -DNDEBUG   -I/usr/local/include -fopenmp -fpic  -g -O2  -Wall -c init.cpp -o init.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.9-bioc/R/include" -DNDEBUG   -I/usr/local/include -fopenmp -fpic  -g -O2  -Wall -c scalehmm.cpp -o scalehmm.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.9-bioc/R/include" -DNDEBUG   -I/usr/local/include -fopenmp -fpic  -g -O2  -Wall -c utility.cpp -o utility.o
g++ -std=gnu++11 -shared -L/home/biocbuild/bbs-3.9-bioc/R/lib -L/usr/local/lib -o chromstaR.so R_interface.o densities.o init.o scalehmm.o utility.o -fopenmp -L/home/biocbuild/bbs-3.9-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.9-bioc/R/library/00LOCK-chromstaR/00new/chromstaR/libs
** 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 from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (chromstaR)

Tests output

chromstaR.Rcheck/tests/testthat.Rout


R Under development (unstable) (2019-03-18 r76245) -- "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)
> library(chromstaR)
Loading required package: GenomicRanges
Loading required package: stats4
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

Loading required package: S4Vectors

Attaching package: 'S4Vectors'

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

    expand.grid

Loading required package: IRanges
Loading required package: GenomeInfoDb
Loading required package: ggplot2
Loading required package: chromstaRData

Please visit https://github.com/ataudt/chromstaR for the latest bugfixes and features.

> 
> test_check("chromstaR")
══ testthat results  ═══════════════════════════════════════════════════════════
OK: 44 SKIPPED: 0 FAILED: 0
> 
> proc.time()
   user  system elapsed 
 21.378   0.593  22.009 

Example timings

chromstaR.Rcheck/chromstaR-Ex.timings

nameusersystemelapsed
Chromstar 7.443 0.60149.928
binReads0.8210.0201.003
callPeaksMultivariate12.039 0.11112.660
callPeaksReplicates10.716 0.04110.811
callPeaksUnivariate2.5770.0032.580
changeMaxPostCutoff4.3740.0284.403
changePostCutoff8.4040.0688.473
collapseBins0.6250.0040.629
combinatorialStates7.6770.0647.750
combineMultivariates27.150 0.08028.141
conversion000
enrichment_analysis13.160 0.18018.473
experiment.table0.0000.0030.003
exportFiles1.3400.0121.352
exportGRangesAsBedFile1.2600.0161.276
fixedWidthBins0.080.000.08
genes_rn40.1660.0040.170
genomicFrequencies0.3300.0160.346
getCombinations0.3270.0120.339
getDistinctColors0.030.000.03
getStateColors0.0230.0000.023
heatmapCombinations0.5060.0120.518
heatmapCountCorrelation0.3430.0000.342
heatmapTransitionProbs0.3450.0000.345
loadHmmsFromFiles2.0610.0042.065
model.combined0.3480.0120.361
model.multivariate0.3170.0040.320
model.univariate0.1160.0000.116
multiHMM0.3240.0120.336
plotExpression2.5180.0247.938
plotGenomeBrowser8.2650.0488.393
plotHistogram3.1450.0243.280
readBamFileAsGRanges0.9560.0160.974
readBedFileAsGRanges2.0980.0162.161
readCustomBedFile 9.922 0.01110.211
removeCondition2.5760.0122.624
state.brewer0.0150.0000.015
stateBrewer0.0480.0000.048
transitionFrequencies0.4330.0110.497
unis2pseudomulti10.457 0.01210.751
variableWidthBins2.5660.0322.603