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 EnrichedHeatmap on moscato2

This page was generated on 2016-10-13 12:54:25 -0700 (Thu, 13 Oct 2016).

Package 351/1210HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
EnrichedHeatmap 1.2.2
Zuguang Gu
Snapshot Date: 2016-10-12 17:20:15 -0700 (Wed, 12 Oct 2016)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_3/madman/Rpacks/EnrichedHeatmap
Last Changed Rev: 117513 / Revision: 122332
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  OK UNNEEDED, same version exists in internal repository
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  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: EnrichedHeatmap
Version: 1.2.2
Command: rm -rf EnrichedHeatmap.buildbin-libdir EnrichedHeatmap.Rcheck && mkdir EnrichedHeatmap.buildbin-libdir EnrichedHeatmap.Rcheck && E:\biocbld\bbs-3.3-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=EnrichedHeatmap.buildbin-libdir EnrichedHeatmap_1.2.2.tar.gz >EnrichedHeatmap.Rcheck\00install.out 2>&1 && cp EnrichedHeatmap.Rcheck\00install.out EnrichedHeatmap-install.out && E:\biocbld\bbs-3.3-bioc\R\bin\R.exe CMD check --library=EnrichedHeatmap.buildbin-libdir --install="check:EnrichedHeatmap-install.out" --force-multiarch --no-vignettes --timings EnrichedHeatmap_1.2.2.tar.gz
StartedAt: 2016-10-13 03:28:58 -0700 (Thu, 13 Oct 2016)
EndedAt: 2016-10-13 03:33:46 -0700 (Thu, 13 Oct 2016)
EllapsedTime: 287.6 seconds
RetCode: 0
Status:  OK  
CheckDir: EnrichedHeatmap.Rcheck
Warnings: 0

Command output

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


* using log directory 'E:/biocbld/bbs-3.3-bioc/meat/EnrichedHeatmap.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 'EnrichedHeatmap/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'EnrichedHeatmap' version '1.2.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 whether package 'EnrichedHeatmap' 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
* 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
** checking loading without being on the library search path ... 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 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
anno_enriched : <anonymous>: no visible global function definition for
  'col2rgb'
anno_enriched : <anonymous>: no visible global function definition for
  'rgb'
default_smooth_fun: no visible global function definition for 'predict'
default_smooth_fun: no visible global function definition for
  'loess.control'
Undefined global functions or variables:
  col2rgb loess.control predict rgb
Consider adding
  importFrom("grDevices", "col2rgb", "rgb")
  importFrom("stats", "loess.control", "predict")
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
EnrichedHeatmap 13.13   0.06   13.20
anno_enriched    8.54   0.24    8.76
** running examples for arch 'x64' ... OK
Examples with CPU or elapsed time > 5s
                 user system elapsed
EnrichedHeatmap 16.25   0.17   16.43
anno_enriched    8.64   0.08    8.72
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
  Running 'test-all.R'
 OK
** running tests for arch 'x64' ...
  Running 'test-all.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 NOTE
See
  'E:/biocbld/bbs-3.3-bioc/meat/EnrichedHeatmap.Rcheck/00check.log'
for details.


EnrichedHeatmap.Rcheck/00install.out:


install for i386

* installing *source* package 'EnrichedHeatmap' ...
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded

install for x64

* installing *source* package 'EnrichedHeatmap' ...
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'EnrichedHeatmap' as EnrichedHeatmap_1.2.2.zip
* DONE (EnrichedHeatmap)

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

nameusersystemelapsed
EnrichedHeatmap-class000
EnrichedHeatmap13.13 0.0613.20
EnrichedHeatmapList-class000
EnrichedHeatmapList000
Extract.normalizedMatrix000
add.AdditiveUnit000
anno_enriched8.540.248.76
copyAttr000
default_smooth_fun000
draw-EnrichedHeatmap-method000
draw-EnrichedHeatmapList-method000
draw-dispatch000
enriched_score000
getSignalsFromList000
makeWindows0.360.000.36
normalizeToMatrix2.790.002.79
print.normalizedMatrix000
show-EnrichedHeatmap-method000
show-EnrichedHeatmapList-method000
show-dispatch000

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

nameusersystemelapsed
EnrichedHeatmap-class000
EnrichedHeatmap16.25 0.1716.43
EnrichedHeatmapList-class000
EnrichedHeatmapList0.020.000.02
Extract.normalizedMatrix000
add.AdditiveUnit000
anno_enriched8.640.088.72
copyAttr000
default_smooth_fun000
draw-EnrichedHeatmap-method000
draw-EnrichedHeatmapList-method000
draw-dispatch000
enriched_score000
getSignalsFromList000
makeWindows0.330.000.33
normalizeToMatrix2.810.002.81
print.normalizedMatrix000
show-EnrichedHeatmap-method000
show-EnrichedHeatmapList-method000
show-dispatch000