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.5: CHECK report for AneuFinder on toluca2

This page was generated on 2017-04-23 14:41:27 -0400 (Sun, 23 Apr 2017).

Package 44/1377HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
AneuFinder 1.3.4
Aaron Taudt
Snapshot Date: 2017-04-22 17:18:01 -0400 (Sat, 22 Apr 2017)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/AneuFinder
Last Changed Rev: 128885 / Revision: 129046
Last Changed Date: 2017-04-19 04:03:04 -0400 (Wed, 19 Apr 2017)
malbec2 Linux (Ubuntu 16.04.1 LTS) / x86_64  NotNeeded  OK  ERROR 
tokay2 Windows Server 2012 R2 Standard / x64  NotNeeded  OK  ERROR  OK 
toluca2 Mac OS X Mavericks (10.9.5) / x86_64  NotNeeded  OK [ ERROR ] OK 
veracruz2 OS X 10.11.6 El Capitan / x86_64  NotNeeded  OK  ERROR  OK 

Summary

Package: AneuFinder
Version: 1.3.4
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings AneuFinder_1.3.4.tar.gz
StartedAt: 2017-04-23 00:17:44 -0400 (Sun, 23 Apr 2017)
EndedAt: 2017-04-23 00:26:43 -0400 (Sun, 23 Apr 2017)
EllapsedTime: 539.2 seconds
RetCode: 1
Status:  ERROR 
CheckDir: AneuFinder.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.5-bioc/meat/AneuFinder.Rcheck’
* using R Under development (unstable) (2017-02-15 r72187)
* using platform: x86_64-apple-darwin13.4.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘AneuFinder/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘AneuFinder’ version ‘1.3.4’
* 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 ‘AneuFinder’ 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 ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
Aneufinder: 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 ... WARNING
Functions or methods with usage in documentation object 'plotPCA' but not in code:
  plotPCA

* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking line endings in C/C++/Fortran sources/headers ... 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 ... ERROR
Running examples in ‘AneuFinder-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plotPCA
> ### Title: Perform a PCA for copy number profiles
> ### Aliases: plotPCA
> 
> ### ** Examples
> 
> ## Get results from a small-cell-lung-cancer
> lung.folder <- system.file("extdata", "primary-lung", "hmms", package="AneuFinderData")
> lung.files <- list.files(lung.folder, full.names=TRUE)
> ## Get results from the liver metastasis of the same patient
> liver.folder <- system.file("extdata", "metastasis-liver", "hmms", package="AneuFinderData")
> liver.files <- list.files(liver.folder, full.names=TRUE)
> ## Plot a clustered heatmap
> classes <- c(rep('lung', length(lung.files)), rep('liver', length(liver.files)))
> labels <- c(paste('lung',1:length(lung.files)), paste('liver',1:length(liver.files)))
> plotPCA(c(lung.files, liver.files), colorBy=classes, PC1=2, PC2=4)
Error in (function (classes, fdef, mtable)  : 
  unable to find an inherited method for function ‘plotPCA’ for signature ‘"character"’
Calls: plotPCA -> <Anonymous>
Execution halted
* 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 ERROR, 1 WARNING, 1 NOTE
See
  ‘/Users/biocbuild/bbs-3.5-bioc/meat/AneuFinder.Rcheck/00check.log’
for details.

AneuFinder.Rcheck/00install.out:

* installing *source* package ‘AneuFinder’ ...
** libs
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG   -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c R_interface.cpp -o R_interface.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG   -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c densities.cpp -o densities.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG   -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c init.cpp -o init.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG   -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c loghmm.cpp -o loghmm.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG   -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c scalehmm.cpp -o scalehmm.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG   -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c utility.cpp -o utility.o
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 AneuFinder.so R_interface.o densities.o init.o loghmm.o scalehmm.o utility.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-3.5-bioc/meat/AneuFinder.Rcheck/AneuFinder/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (AneuFinder)

AneuFinder.Rcheck/AneuFinder-Ex.timings:

nameusersystemelapsed
Aneufinder0.0010.0010.001
bam2GRanges1.6140.0671.733
bed2GRanges5.2170.1656.214
binReads7.8910.4259.189
blacklist4.6340.2285.552
clusterByQuality1.5150.0371.587
collapseBins7.3350.4078.337
colors0.0280.0010.030
compareMethods0.6310.0200.658
consensusSegments8.6310.0348.733
correctGC53.756 3.56659.165
export0.0000.0000.001
filterSegments0.5850.0230.608
findCNVs10.394 1.02412.042
findCNVs.strandseq16.843 0.62818.002
fixedWidthBins0.1110.0560.709
getDistinctColors0.0320.0020.035
getQC0.7490.0120.776
getSCEcoordinates24.007 0.68925.669
heatmapAneuploidies44.600 0.09144.711
heatmapGenomewide18.208 0.23718.465
heatmapGenomewideClusters12.327 0.05012.386
importBed3.1040.0503.157
karyotypeMeasures21.758 0.15421.938
loadFromFiles3.4980.0173.531
plotHeterogeneity30.824 0.22131.093