Back to the "Multiple platform build/check report" A  B  C  D  E  F  G  H  I  J  K  L [M] N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

BioC 3.4: CHECK report for methylKit on morelia

This page was generated on 2016-09-21 03:56:09 -0700 (Wed, 21 Sep 2016).

Package 735/1257HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
methylKit 0.99.2
Altuna Akalin
Snapshot Date: 2016-09-19 19:15:14 -0700 (Mon, 19 Sep 2016)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/methylKit
Last Changed Rev: 119260 / Revision: 121152
Last Changed Date: 2016-07-10 14:20:46 -0700 (Sun, 10 Jul 2016)
zin1 Linux (Ubuntu 16.04 LTS) / x86_64  NotNeeded  OK  WARNINGS UNNEEDED, same version exists in internal repository
moscato1 Windows Server 2008 R2 Standard (64-bit) / x64  NotNeeded  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
morelia Mac OS X Mavericks (10.9.5) / x86_64  NotNeeded  OK [ WARNINGS ] OK UNNEEDED, same version exists in internal repository

Summary

Package: methylKit
Version: 0.99.2
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings methylKit_0.99.2.tar.gz
StartedAt: 2016-09-20 09:10:33 -0700 (Tue, 20 Sep 2016)
EndedAt: 2016-09-20 09:15:07 -0700 (Tue, 20 Sep 2016)
EllapsedTime: 273.4 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: methylKit.Rcheck
Warnings: 1

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.4-bioc/meat/methylKit.Rcheck’
* using R version 3.3.1 (2016-06-21)
* using platform: x86_64-apple-darwin13.4.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘methylKit/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘methylKit’ version ‘0.99.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 ‘methylKit’ 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 loading without being on the library search path ... OK
* checking dependencies in R code ... NOTE
Namespace in Imports field not imported from: ‘KernSmooth’
  All declared Imports should be used.
* 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 ... WARNING
Undocumented S4 methods:
  generic '[' and siglist 'methylBase,ANY,ANY,ANY'
  generic '[' and siglist 'methylBaseDB,ANY,ANY,ANY'
  generic '[' and siglist 'methylDiff,ANY,ANY,ANY'
  generic '[' and siglist 'methylDiffDB,ANY,ANY,ANY'
  generic '[' and siglist 'methylRaw,ANY,ANY,ANY'
  generic '[' and siglist 'methylRawDB,ANY,ANY,ANY'
All user-level objects in a package (including S4 classes and methods)
should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* 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 ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU or elapsed time > 5s
                            user system elapsed
calculateDiffMeth-methods 10.765  0.072  10.842
* 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: 1 WARNING, 1 NOTE
See
  ‘/Users/biocbuild/bbs-3.4-bioc/meat/methylKit.Rcheck/00check.log’
for details.


methylKit.Rcheck/00install.out:

* installing *source* package ‘methylKit’ ...
** libs
clang++ -std=c++11 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -I"/Library/Frameworks/R.framework/Versions/3.3/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.3/Resources/library/Rhtslib/include" -I"/Library/Frameworks/R.framework/Versions/3.3/Resources/library/zlibbioc/include"   -fPIC  -Wall -mtune=core2 -g -O2 -c RcppExports.cpp -o RcppExports.o
clang++ -std=c++11 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -I"/Library/Frameworks/R.framework/Versions/3.3/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.3/Resources/library/Rhtslib/include" -I"/Library/Frameworks/R.framework/Versions/3.3/Resources/library/zlibbioc/include"   -fPIC  -Wall -mtune=core2 -g -O2 -c methCall.cpp -o methCall.o
clang++ -std=c++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o methylKit.so RcppExports.o methCall.o /Library/Frameworks/R.framework/Versions/3.3/Resources/library/Rhtslib/lib/libhts.a -lz -pthread -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
clang: warning: argument unused during compilation: '-pthread'
installing to /Users/biocbuild/bbs-3.4-bioc/meat/methylKit.Rcheck/methylKit/libs
** 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 (methylKit)

methylKit.Rcheck/methylKit-Ex.timings:

nameusersystemelapsed
PCASamples-methods0.0160.0020.018
adjustMethylC0.0520.0010.053
annotateWithFeature-methods0.0940.0040.097
annotateWithFeatureFlank-methods0.4950.0030.498
annotateWithGenicParts-methods0.7190.0110.731
annotationByFeature-class0.1780.0060.183
annotationByGenicParts-class0.6760.0090.685
annotationByGenicParts-methods0.4170.0050.422
assocComp-methods0.0120.0020.013
bedgraph-methods0.0160.0020.178
calculateDiffMeth-methods10.765 0.07210.842
calculateDiffMethDSS-methods0.5750.0160.590
clusterSamples-methods0.0280.0020.030
dataSim-methods0.0330.0030.037
diffMethPerChr-methods0.0240.0020.025
extract-methods0.0320.0020.034
filterByCoverage-methods0.0640.0040.069
getAssembly-methods0.0040.0000.004
getContext-methods0.0030.0000.004
getCorrelation-methods0.0830.0050.087
getCoverageStats-methods0.0200.0020.022
getDBPath-methods0.0540.0050.059
getData-methods0.0160.0020.018
getFeatsWithTargetsStats-methods0.2640.0030.267
getFlanks-methods0.1650.0010.165
getMembers-methods0.2430.0010.245
getMethylDiff-methods0.0190.0010.020
getMethylationStats-methods0.0200.0010.022
getSampleID-methods0.0060.0010.007
getTargetAnnotationStats-methods0.2880.0190.307
getTreatment-methods0.0050.0010.006
makeMethylDB-methods0.0010.0010.001
methRead-methods0.2580.0150.366
methSeg0.0000.0000.001
methylBase-class0.0160.0020.017
methylBaseDB-class0.0850.0030.088
methylDiff-class0.0230.0010.025
methylDiffDB-class2.7250.0142.745
methylRaw-class0.0470.0020.049
methylRawDB-class0.1060.0040.109
methylRawList-class0.0070.0010.007
methylRawListDB-class0.1520.0100.164
normalizeCoverage-methods0.1320.0080.140
percMethylation-methods0.0080.0010.010
plotTargetAnnotation-methods1.1490.0211.173
pool-methods0.0090.0010.011
processBismarkAln-methods0.0360.0030.039
readBed-methods0.0120.0000.013
readFeatureFlank-methods0.1360.0000.137
readTranscriptFeatures-methods0.7420.0070.751
reconstruct-methods0.0290.0020.031
regionCounts0.2630.0020.266
removeComp-methods0.0320.0020.034
reorganize-methods0.1480.0030.152
select-methods0.0700.0050.075
selectByOverlap-methods2.9690.0343.003
show-methods0.0250.0020.027
tileMethylCounts-methods0.4490.0030.453
unite-methods0.0870.0010.087