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 GGBase on moscato1

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

Package 511/1257HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
GGBase 3.35.0
VJ Carey
Snapshot Date: 2016-09-19 19:15:14 -0700 (Mon, 19 Sep 2016)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/GGBase
Last Changed Rev: 117081 / Revision: 121152
Last Changed Date: 2016-05-03 14:30:44 -0700 (Tue, 03 May 2016)
zin1 Linux (Ubuntu 16.04 LTS) / x86_64  OK  OK  WARNINGS UNNEEDED, same version exists in internal repository
moscato1 Windows Server 2008 R2 Standard (64-bit) / x64  OK  OK [ WARNINGS ] OK UNNEEDED, same version exists in internal repository
morelia Mac OS X Mavericks (10.9.5) / x86_64  OK  ERROR  skipped  skipped 

Summary

Package: GGBase
Version: 3.35.0
Command: rm -rf GGBase.buildbin-libdir GGBase.Rcheck && mkdir GGBase.buildbin-libdir GGBase.Rcheck && D:\biocbld\bbs-3.4-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=GGBase.buildbin-libdir GGBase_3.35.0.tar.gz >GGBase.Rcheck\00install.out 2>&1 && cp GGBase.Rcheck\00install.out GGBase-install.out && D:\biocbld\bbs-3.4-bioc\R\bin\R.exe CMD check --library=GGBase.buildbin-libdir --install="check:GGBase-install.out" --force-multiarch --no-vignettes --timings GGBase_3.35.0.tar.gz
StartedAt: 2016-09-20 09:30:03 -0700 (Tue, 20 Sep 2016)
EndedAt: 2016-09-20 09:35:16 -0700 (Tue, 20 Sep 2016)
EllapsedTime: 313.6 seconds
RetCode: 0
Status:  WARNINGS  
CheckDir: GGBase.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf GGBase.buildbin-libdir GGBase.Rcheck && mkdir GGBase.buildbin-libdir GGBase.Rcheck && D:\biocbld\bbs-3.4-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=GGBase.buildbin-libdir GGBase_3.35.0.tar.gz >GGBase.Rcheck\00install.out 2>&1 && cp GGBase.Rcheck\00install.out GGBase-install.out  && D:\biocbld\bbs-3.4-bioc\R\bin\R.exe CMD check --library=GGBase.buildbin-libdir --install="check:GGBase-install.out" --force-multiarch --no-vignettes --timings GGBase_3.35.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'D:/biocbld/bbs-3.4-bioc/meat/GGBase.Rcheck'
* using R version 3.3.1 (2016-06-21)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'GGBase/DESCRIPTION' ... OK
* this is package 'GGBase' version '3.35.0'
* 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 whether package 'GGBase' can be installed ... WARNING
Found the following significant warnings:
  Warning: replacing previous import 'IRanges::which' by 'Matrix::which' when loading 'GGBase'
See 'D:/biocbld/bbs-3.4-bioc/meat/GGBase.Rcheck/00install.out' for details.
* checking installed package size ... OK
* checking package directory ... OK
* checking 'build' directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Malformed Description field: should contain one or more complete sentences.
* 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
* loading checks for arch 'i386'
** 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
* loading checks for arch 'x64'
** 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
'library' or 'require' call to 'snpStats' which was already attached by Depends.
  Please remove these calls from your code.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
getSS: no visible global function definition for 'installed.packages'
Undefined global functions or variables:
  installed.packages
Consider adding
  importFrom("utils", "installed.packages")
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 installed files from 'inst/doc' ... OK
* checking files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... OK
Examples with CPU or elapsed time > 5s
          user system elapsed
MAFfilter 4.21   0.17   10.81
plot_EvG  3.51   0.14    5.85
** running examples for arch 'x64' ... OK
Examples with CPU or elapsed time > 5s
          user system elapsed
MAFfilter 3.95   0.38    7.72
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
  Running 'MAFfilter.R'
  Running 'make.R'
  Running 'plot_EvG.R'
 OK
** running tests for arch 'x64' ...
  Running 'MAFfilter.R'
  Running 'make.R'
  Running 'plot_EvG.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, 3 NOTEs
See
  'D:/biocbld/bbs-3.4-bioc/meat/GGBase.Rcheck/00check.log'
for details.


GGBase.Rcheck/00install.out:


install for i386

* installing *source* package 'GGBase' ...
** R
** inst
** preparing package for lazy loading
Warning: replacing previous import 'IRanges::which' by 'Matrix::which' when loading 'GGBase'
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
Warning: replacing previous import 'IRanges::which' by 'Matrix::which' when loading 'GGBase'

install for x64

* installing *source* package 'GGBase' ...
** testing if installed package can be loaded
Warning: replacing previous import 'IRanges::which' by 'Matrix::which' when loading 'GGBase'
* MD5 sums
packaged installation of 'GGBase' as GGBase_3.35.0.zip
* DONE (GGBase)

GGBase.Rcheck/examples_i386/GGBase-Ex.timings:

nameusersystemelapsed
MAFfilter 4.21 0.1710.81
clipPCs000
externalize000
make_smlSet3.420.033.45
plot_EvG3.510.145.85
rsid-class000
smlSet-class000

GGBase.Rcheck/examples_x64/GGBase-Ex.timings:

nameusersystemelapsed
MAFfilter3.950.387.72
clipPCs000
externalize000
make_smlSet3.130.073.23
plot_EvG3.540.034.79
rsid-class000
smlSet-class000