AnnotationFuncs 1.1.2 Stefan McKinnon Edwards
Snapshot Date: 2011-05-09 07:20:56 -0700 (Mon, 09 May 2011) | URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/AnnotationFuncs | Last Changed Rev: 55247 / Revision: 55359 | Last Changed Date: 2011-05-04 03:51:30 -0700 (Wed, 04 May 2011) |
| wilson2 | Linux (openSUSE 11.4) / x86_64 | OK | ERROR | |
liverpool | Windows Server 2003 R2 (32-bit) / x64 | OK | [ ERROR ] | OK |
gewurz | Windows Server 2008 R2 Enterprise (64-bit) / x64 | OK | ERROR | OK |
pelham | Mac OS X Leopard (10.5.8) / i386 | OK | ERROR | OK |
* using log directory 'E:/biocbld/bbs-2.9-bioc/meat/AnnotationFuncs.Rcheck'
* using R version 2.14.0 Under development (unstable) (2011-04-17 r55484)
* using platform: i386-pc-mingw32 (32-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'AnnotationFuncs/DESCRIPTION' ... OK
* this is package 'AnnotationFuncs' version '1.1.2'
* checking package name space information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking whether package 'AnnotationFuncs' can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking for portable file names ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level 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 name space can be loaded with stated dependencies ... OK
* checking whether the name space 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 ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... WARNING
Missing link(s) in documentation object 'E:/biocbld/bbs-2.9-bioc/meat/AnnotationFuncs.Rcheck/00_pkg_src/AnnotationFuncs/man/getOrthologs.Rd':
''getTableName''
See the information in section 'Cross-references' of the 'Writing R
Extensions' manual.
* checking for missing documentation entries ... WARNING
Undocumented code objects:
'getOrthologs'
All user-level objects in a package should have documentation entries.
See the chapter 'Writing R documentation files' in the 'Writing R
Extensions' manual.
* checking for code/documentation mismatches ... WARNING
Functions/methods with usage in documentation object 'getHomolog' but not in code:
getHomolog
* checking Rd \usage sections ... WARNING
Undocumented arguments in documentation object 'getHomolog'
'threshold' 'from' 'to'
Documented arguments not in \usage in documentation object 'getHomolog':
'thershold' 'pre.from' 'pre.to' 'post.from' 'post.to'
Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See the chapter 'Writing R documentation files' in the 'Writing R
Extensions' manual.
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... NOTE
'library' or 'require' call not declared from: 'org.Hs.eg.db'
* checking examples ... ERROR
Running examples in 'AnnotationFuncs-Ex.R' failed
The error most likely occurred in:
> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: getHomolog
> ### Title: Performs quicker lookup in homologe data packages...
> ### Aliases: getHomolog
>
> ### ** Examples
> library(hom.Hs.inp.db)
Loading required package: DBI
> library(org.Hs.eg.db)
> library(org.Bt.eg.db)
> getHomolog("ENSBTAP00000024572", revmap(hom.Hs.inpBOSTA), 'BOSTA')
Error: could not find function "getHomolog"
Execution halted
* installing *source* package 'AnnotationFuncs' ...
** R
** inst
** preparing package for lazy loading
Loading required package: Biobase
Welcome to Bioconductor
Vignettes contain introductory material. To view, type
'browseVignettes()'. To cite Bioconductor, see
'citation("Biobase")' and for packages 'citation("pkgname")'.
** help
*** installing help indices
** building package indices ...
*** tangling vignette sources ...
'AnnotationFuncsUserguide.Rnw'
** testing if installed package can be loaded
* DONE (AnnotationFuncs)