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.3: CHECK report for Pbase on oaxaca

This page was generated on 2016-10-12 12:58:27 -0700 (Wed, 12 Oct 2016).

Package 837/1210HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
Pbase 0.12.2
Sebastian Gibb , Laurent Gatto
Snapshot Date: 2016-10-11 17:20:16 -0700 (Tue, 11 Oct 2016)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_3/madman/Rpacks/Pbase
Last Changed Rev: 117513 / Revision: 122223
Last Changed Date: 2016-05-15 13:18:19 -0700 (Sun, 15 May 2016)
zin2 Linux (Ubuntu 14.04.2 LTS) / x86_64  NotNeeded  OK  ERROR 
moscato2 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  NotNeeded  OK  OK  OK UNNEEDED, same version exists in internal repository
oaxaca Mac OS X Mavericks (10.9.5) / x86_64  NotNeeded  OK [ ERROR ] OK 

Summary

Package: Pbase
Version: 0.12.2
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings Pbase_0.12.2.tar.gz
StartedAt: 2016-10-12 05:14:53 -0700 (Wed, 12 Oct 2016)
EndedAt: 2016-10-12 05:21:24 -0700 (Wed, 12 Oct 2016)
EllapsedTime: 390.2 seconds
RetCode: 1
Status:  ERROR 
CheckDir: Pbase.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.3-bioc/meat/Pbase.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 ‘Pbase/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘Pbase’ version ‘0.12.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 ‘Pbase’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Authors@R field gives more than one person with maintainer role:
  Laurent Gatto <lg390@cam.ac.uk> [aut, cre]
  Sebastian Gibb <mail@sebastiangibb.de> [aut, cre]
* 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
':::' call which should be '::': 'Gviz:::.chrName'
  See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
.calculateMolecularWeight: no visible global function definition for
  'setNames'
.peptidePosition: no visible global function definition for 'setNames'
mapplot: no visible global function definition for 'par'
mapplot: no visible global function definition for 'rect'
mapplot: no visible global function definition for 'abline'
mapplot: no visible global function definition for 'text'
mapplot: no visible global function definition for 'segments'
plotRanges: no visible global function definition for 'plot.new'
plotRanges: no visible global function definition for 'plot.window'
plotRanges: no visible global function definition for 'rect'
plotRanges: no visible global function definition for 'title'
plotRanges: no visible global function definition for 'axis'
pplot : darrow: no visible global function definition for 'points'
pplot : darrow: no visible global function definition for 'arrows'
pplot : addpeps: no visible global function definition for 'rect'
pplot : addpeps: no visible global function definition for 'segments'
pplot : addpeps: no visible global function definition for 'text'
pplot: no visible global function definition for 'par'
pplot: no visible global function definition for 'rect'
pplot: no visible global function definition for 'text'
pplot: no visible global function definition for 'segments'
Undefined global functions or variables:
  abline arrows axis par plot.new plot.window points rect segments
  setNames text title
Consider adding
  importFrom("graphics", "abline", "arrows", "axis", "par", "plot.new",
             "plot.window", "points", "rect", "segments", "text",
             "title")
  importFrom("stats", "setNames")
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 installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘Pbase-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: mapToGenome-methods
> ### Title: Map range coordinates between proteins and genome space
> ### Aliases: mapToGenome mapToGenome-methods mapToGenome,ANY,ANY-method
> ###   mapToGenome,Proteins,GRangesList-method pmapToGenome
> ###   pmapToGenome-methods pmapToGenome,ANY,ANY-method
> ###   pmapToGenome,Proteins,GRangesList-method
> ### Keywords: methods utilities
> 
> ### ** Examples
> 
> 
> data(p)
> 
> grl <- etrid2grl(acols(p)$ENST)
> pcgrl <- proteinCoding(grl)
> 
> plotAsGeneRegionTrack(grl[[1]],
+                       pcgrl[[1]])
Warning in value[[3L]](cond) :
  There doesn't seem to be any cytoband data available for genome 'hg38' at UCSC or the service is temporarily down. Trying to fetch the chromosome length data.
Error in value[[3L]](cond) : 
  There doesn't seem to be any chromosome length data available for genome 'hg38' at UCSC or the service is temporarily down.
Calls: plotAsGeneRegionTrack ... tryCatch -> tryCatchList -> tryCatchOne -> <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, 3 NOTEs
See
  ‘/Users/biocbuild/bbs-3.3-bioc/meat/Pbase.Rcheck/00check.log’
for details.

Pbase.Rcheck/00install.out:

* installing *source* package ‘Pbase’ ...
** 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 (Pbase)

Pbase.Rcheck/Pbase-Ex.timings:

nameusersystemelapsed
Pparams-class0.0080.0010.008
Proteins-class7.3380.0867.444
calculateHeavyLabels0.2300.0070.237