Back to Multiple platform build/check report for BioC 3.6 |
|
This page was generated on 2018-04-12 13:35:18 -0400 (Thu, 12 Apr 2018).
Package 343/1472 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||
deepSNV 1.24.0 Moritz Gerstung
| malbec1 | Linux (Ubuntu 16.04.1 LTS) / x86_64 | OK | OK | OK | |||||||
tokay1 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | OK | |||||||
veracruz1 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | [ OK ] | OK |
Package: deepSNV |
Version: 1.24.0 |
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings deepSNV_1.24.0.tar.gz |
StartedAt: 2018-04-12 02:38:26 -0400 (Thu, 12 Apr 2018) |
EndedAt: 2018-04-12 02:42:49 -0400 (Thu, 12 Apr 2018) |
EllapsedTime: 262.7 seconds |
RetCode: 0 |
Status: OK |
CheckDir: deepSNV.Rcheck |
Warnings: 0 |
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings deepSNV_1.24.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.6-bioc/meat/deepSNV.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 ‘deepSNV/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘deepSNV’ version ‘1.24.0’ * checking package namespace information ... OK * checking package dependencies ... NOTE Depends: includes the non-default packages: ‘parallel’ ‘Rhtslib’ ‘IRanges’ ‘GenomicRanges’ ‘SummarizedExperiment’ ‘Biostrings’ ‘VGAM’ ‘VariantAnnotation’ Adding so many packages to the search path is excessive and importing selectively is preferable. * 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 ‘deepSNV’ can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... NOTE Malformed Title field: should not end in a period. Package listed in more than one of Depends, Imports, Suggests, Enhances: ‘Rhtslib’ A package should be listed in only one of these fields. * 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 ... NOTE Packages in Depends field not imported from: ‘GenomicRanges’ ‘SummarizedExperiment’ ‘VariantAnnotation’ ‘parallel’ These packages need to be imported from (in the NAMESPACE file) for when this namespace is loaded but not attached. There are ::: calls to the package's namespace in its code. A package almost never needs to use ::: for its own objects: ‘estimateRho’ ‘logbb’ * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... NOTE .deepSNVsingle: no visible global function definition for ‘pchisq’ .estimateDispersion: no visible global function definition for ‘optimize’ .significantSNV: no visible global function definition for ‘p.adjust’ .significantSNV: no visible global function definition for ‘VCF’ .significantSNV: no visible global function definition for ‘GRanges’ .significantSNV: no visible global function definition for ‘IRanges’ .significantSNV: no visible global function definition for ‘DataFrame’ .significantSNV: no visible global function definition for ‘SimpleList’ .significantSNV: no visible global function definition for ‘scanVcfHeader’ .significantSNV: no visible global function definition for ‘metadata’ .significantSNV: no visible global function definition for ‘metadata<-’ bbb: no visible global function definition for ‘na.omit’ betabinLRT: no visible global function definition for ‘pchisq’ betabinLRT: no visible global function definition for ‘p.adjust’ bf2Vcf: no visible global function definition for ‘VCF’ bf2Vcf: no visible global function definition for ‘GRanges’ bf2Vcf: no visible global function definition for ‘IRanges’ bf2Vcf: no visible global function definition for ‘DataFrame’ bf2Vcf: no visible global function definition for ‘scanVcfHeader’ bf2Vcf: no visible global function definition for ‘SimpleList’ bf2Vcf: no visible global function definition for ‘metadata’ bf2Vcf: no visible global function definition for ‘metadata<-’ loadAllData: no visible global function definition for ‘mclapply’ makePrior: no visible global function definition for ‘info’ manhattanPlot: no visible global function definition for ‘legend’ mcChunk: no visible global function definition for ‘mclapply’ mutID: no visible global function definition for ‘seqnames’ p.combine: no visible global function definition for ‘pgamma’ plot.deepSNV: no visible global function definition for ‘legend’ plot.deepSNV: no visible global function definition for ‘par’ plot.deepSNV: no visible global function definition for ‘abline’ qvals2Vcf: no visible global function definition for ‘VCF’ qvals2Vcf: no visible global function definition for ‘GRanges’ qvals2Vcf: no visible global function definition for ‘IRanges’ qvals2Vcf: no visible global function definition for ‘DataFrame’ qvals2Vcf: no visible global function definition for ‘scanVcfHeader’ qvals2Vcf: no visible global function definition for ‘SimpleList’ qvals2Vcf: no visible global function definition for ‘metadata’ qvals2Vcf: no visible global function definition for ‘metadata<-’ PCRTest,matrix-matrix: no visible global function definition for ‘pnorm’ estimateDirichlet,matrix: no visible binding for global variable ‘dirichlet’ estimateDirichlet,matrix: no visible global function definition for ‘coefficients’ normalize,matrix-matrix : <anonymous>: no visible global function definition for ‘loess’ overDispersion,matrix-matrix: no visible global function definition for ‘optimize’ overDispersion,matrix-matrix : <anonymous>: no visible global function definition for ‘na.omit’ Undefined global functions or variables: DataFrame GRanges IRanges SimpleList VCF abline coefficients dirichlet info legend loess mclapply metadata metadata<- na.omit optimize p.adjust par pchisq pgamma pnorm scanVcfHeader seqnames Consider adding importFrom("graphics", "abline", "legend", "par") importFrom("stats", "coefficients", "loess", "na.omit", "optimize", "p.adjust", "pchisq", "pgamma", "pnorm") to your NAMESPACE file. * 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 shell scripts ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... NOTE Package has both ‘src/Makevars.in’ and ‘src/Makevars’. Installation with --no-configure' is unlikely to work. If you intended ‘src/Makevars’ to be used on Windows, rename it to ‘src/Makevars.win’ otherwise remove it. If ‘configure’ created ‘src/Makevars’, you need a ‘cleanup’ script. * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking compiled code ... 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 Examples with CPU or elapsed time > 5s user system elapsed RCC 6.023 0.248 6.376 * 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: 5 NOTEs See ‘/Users/biocbuild/bbs-3.6-bioc/meat/deepSNV.Rcheck/00check.log’ for details.
deepSNV.Rcheck/00install.out
* installing *source* package ‘deepSNV’ ... checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for _LARGEFILE_SOURCE value needed for large files... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for working memcmp... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for off_t... yes checking for size_t... yes configure: creating ./config.status config.status: creating src/Makevars ** libs clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rhtslib/include" -I/usr/local/include -fPIC -Wall -g -O2 -c bam2R.cpp -o bam2R.o bam2R.cpp:79:6: warning: unused variable 'c' [-Wunused-variable] int c = 0; ^ bam2R.cpp:76:13: warning: unused variable 'iter' [-Wunused-variable] hts_itr_t *iter = NULL; ^ 2 warnings generated. clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rhtslib/include" -I/usr/local/include -fPIC -Wall -g -O2 -c betabinom.c -o betabinom.o betabinom.c:27:9: warning: unused variable 'log' [-Wunused-variable] int i, log=0; ^ 1 warning generated. clang++ -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 deepSNV.so bam2R.o betabinom.o /Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rhtslib/lib/libhts.a -lz -pthread -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation clang-4.0: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument] installing to /Users/biocbuild/bbs-3.6-bioc/meat/deepSNV.Rcheck/deepSNV/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 (deepSNV)
deepSNV.Rcheck/deepSNV-Ex.timings
name | user | system | elapsed | |
Extract-methods | 0.012 | 0.003 | 0.014 | |
RCC | 6.023 | 0.248 | 6.376 | |
RF | 0.005 | 0.002 | 0.008 | |
bam2R | 0.009 | 0.002 | 0.012 | |
betabinLRT | 0.000 | 0.000 | 0.003 | |
consensusSequence-methods | 0.021 | 0.002 | 0.023 | |
control-methods | 0.005 | 0.003 | 0.007 | |
coordinates-methods | 0.004 | 0.002 | 0.006 | |
counts | 0.024 | 0.001 | 0.024 | |
deepSNV-class | 0.264 | 0.014 | 0.283 | |
deepSNV-methods | 0.169 | 0.007 | 0.179 | |
deepSNV-package | 0.122 | 0.009 | 0.132 | |
estimateDirichlet-methods | 4.687 | 0.161 | 4.948 | |
estimateDispersion-methods | 4.151 | 0.203 | 4.437 | |
makePrior | 0 | 0 | 0 | |
manhattanPlot | 0.121 | 0.008 | 0.136 | |
normalize-methods | 1.988 | 0.035 | 2.065 | |
p.combine | 0.115 | 0.007 | 0.129 | |
p.val-methods | 0.004 | 0.002 | 0.006 | |
phiX | 1.643 | 0.032 | 1.702 | |
pi | 0.053 | 0.003 | 0.064 | |
plot.deepSNV | 0.128 | 0.010 | 0.141 | |
repeatMask-methods | 1.299 | 0.010 | 1.341 | |
shearwater | 1.034 | 0.006 | 1.062 | |
show-deepSNV-method | 0.113 | 0.007 | 0.123 | |
summary-methods | 0.122 | 0.006 | 0.131 | |
test-methods | 0.004 | 0.001 | 0.005 | |
trueSNVs | 0.038 | 0.005 | 0.043 | |