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 2.12: CHECK report for AnnotationDbi on petty

This page was generated on 2013-10-09 09:39:33 -0700 (Wed, 09 Oct 2013).

Package 36/671HostnameOS / ArchBUILDCHECKBUILD BIN
AnnotationDbi 1.22.6
Bioconductor Package Maintainer
Snapshot Date: 2013-10-08 17:00:48 -0700 (Tue, 08 Oct 2013)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_2_12/madman/Rpacks/AnnotationDbi
Last Changed Rev: 77176 / Revision: 81334
Last Changed Date: 2013-06-04 13:22:47 -0700 (Tue, 04 Jun 2013)
george2 Linux (Ubuntu 12.04.1 LTS) / x86_64  OK  OK 
moscato2 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  OK  OK  OK 
petty Mac OS X Snow Leopard (10.6.8) / x86_64  OK [ OK ] OK 

Summary

Package: AnnotationDbi
Version: 1.22.6
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings --no-multiarch AnnotationDbi_1.22.6.tar.gz
StartedAt: 2013-10-08 21:32:44 -0700 (Tue, 08 Oct 2013)
EndedAt: 2013-10-08 21:47:17 -0700 (Tue, 08 Oct 2013)
EllapsedTime: 872.7 seconds
RetCode: 0
Status:  OK 
CheckDir: AnnotationDbi.Rcheck
Warnings: 0

Command output

* using log directory '/Users/biocbuild/bbs-2.12-bioc/meat/AnnotationDbi.Rcheck'
* using R version 3.0.1 (2013-05-16)
* using platform: x86_64-apple-darwin10.8.0 (64-bit)
* using session charset: ASCII
* using option '--no-vignettes'
* checking for file 'AnnotationDbi/DESCRIPTION' ... OK
* this is package 'AnnotationDbi' version '1.22.6'
* 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 'AnnotationDbi' can be installed ... [18s/20s] OK
* checking installed package size ... NOTE
  installed size is  5.3Mb
  sub-directories of 1Mb or more:
    extdata   3.1Mb
* checking package 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 for unstated 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
annotMessage: no visible binding for global variable 'pkgName'
createORGANISMSeeds: no visible global function definition for
  'makeAnnDbMapSeeds'
* 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 sizes of PDF files under 'inst/doc' ... OK
* checking installed files from 'inst/doc' ... OK
* checking examples ... [471s/485s] OK
Examples with CPU or elapsed time > 5s
                             user system elapsed
AnnDbPkg-checker          302.622 11.853 319.751
supportedSeqnameStyles     35.217  0.433  36.436
InparanoidColsAndKeytypes  22.458  2.735  30.423
Bimap-direction            19.392  0.215  19.659
GOFrame                    11.350  1.303  13.177
Bimap                      10.076  0.048  10.164
Bimap-toTable               9.622  0.178  10.533
print.probetable            7.588  0.490   8.172
Bimap-keys                  5.034  0.067   5.110
Bimap-envirAPI              4.080  0.603   5.309
* checking for unstated dependencies in tests ... OK
* checking tests ...
  Running 'AnnotationDbi_unit_tests.R' [185s/198s]
 [185s/198s] 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 vignettes ... SKIPPED
* checking PDF version of manual ... OK

NOTE: There were 2 notes.
See
  '/Users/biocbuild/bbs-2.12-bioc/meat/AnnotationDbi.Rcheck/00check.log'
for details.

AnnotationDbi.Rcheck/00install.out:

* installing *source* package 'AnnotationDbi' ...
** R
** inst
** preparing package for lazy loading
Creating a new generic function for 'packageName' in package 'AnnotationDbi'
Creating a generic function for 'toString' from package 'base' in package 'AnnotationDbi'
Creating a generic function for 'rev' from package 'base' in package 'AnnotationDbi'
Creating a generic function for 'subset' from package 'base' in package 'AnnotationDbi'
Creating a generic function for 'head' from package 'utils' in package 'AnnotationDbi'
Creating a generic function for 'tail' from package 'utils' in package 'AnnotationDbi'
Creating a generic function for 'as.list' from package 'base' in package 'AnnotationDbi'
Creating a generic function for 'ls' from package 'base' in package 'AnnotationDbi'
Creating a generic function for 'eapply' from package 'base' in package 'AnnotationDbi'
Creating a generic function for 'exists' from package 'base' in package 'AnnotationDbi'
Creating a generic function for 'sample' from package 'base' in package 'AnnotationDbi'
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (AnnotationDbi)

AnnotationDbi.Rcheck/AnnotationDbi-Ex.timings:

nameusersystemelapsed
AnnDbObj-class1.2810.0791.380
AnnDbPkg-checker302.622 11.853319.751
AnnotationDb-class2.0070.0482.057
Bimap-direction19.392 0.21519.659
Bimap-envirAPI4.0800.6035.309
Bimap-keys5.0340.0675.110
Bimap-toTable 9.622 0.17810.533
Bimap10.076 0.04810.164
BimapFiltering1.2430.0321.277
BimapFormatting3.5020.0353.551
GOColsAndKeytypes1.2250.0301.275
GOFrame11.350 1.30313.177
GOTerms-class0.0140.0120.025
InparanoidColsAndKeytypes22.458 2.73530.423
KEGGFrame1.6340.0341.680
colsAndKeytypes1.2960.0291.335
inpIDMapper0.1450.0200.167
makeGOGraph2.6990.0342.746
make_eg_to_go_map1.5490.0301.589
print.probetable7.5880.4908.172
supportedSeqnameStyles35.217 0.43336.436
toSQLStringSet0.0060.0040.010
unlist21.1370.0301.179