Back to Multiple platform build/check report for BioC 3.11 (small subset of software packages ONLY)

CHECK report for annotate on malbec2

This page was generated on 2020-01-24 03:57:02 -0500 (Fri, 24 Jan 2020).

Package 3/41HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
annotate 1.65.0
Bioconductor Package Maintainer
Snapshot Date: 2020-01-24 01:50:48 -0500 (Fri, 24 Jan 2020)
URL: https://git.bioconductor.org/packages/annotate
Branch: master
Last Commit: a089c9f
Last Changed Date: 2019-10-29 13:34:29 -0500 (Tue, 29 Oct 2019)
malbec2 Linux (Ubuntu 18.04.3 LTS) / x86_64  OK  OK [ ERROR ]
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  ERROR  OK 

Summary

Package: annotate
Version: 1.65.0
Command: /home/biocbuild/bbs-3.11-bioc/R/bin/R CMD check --install=check:annotate.install-out.txt --library=/home/biocbuild/bbs-3.11-bioc/R/library --no-vignettes --timings annotate_1.65.0.tar.gz
StartedAt: 2020-01-24 02:59:50 -0500 (Fri, 24 Jan 2020)
EndedAt: 2020-01-24 03:03:25 -0500 (Fri, 24 Jan 2020)
EllapsedTime: 215.0 seconds
RetCode: 1
Status:  ERROR 
CheckDir: annotate.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.11-bioc/R/bin/R CMD check --install=check:annotate.install-out.txt --library=/home/biocbuild/bbs-3.11-bioc/R/library --no-vignettes --timings annotate_1.65.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.11-bioc-testing/meat/annotate.Rcheck’
* using R Under development (unstable) (2019-12-14 r77569)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘annotate/DESCRIPTION’ ... OK
* this is package ‘annotate’ version ‘1.65.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 for sufficient/correct file permissions ... OK
* checking whether package ‘annotate’ 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
* 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 ... 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 ... 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 files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘annotate-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: getGOTerm
> ### Title: Functions to Access GO data.
> ### Aliases: getGOTerm getGOParents getGOChildren getGOOntology
> ### Keywords: manip
> 
> ### ** Examples
> 
>  library("GO.db")
> 
>  sG <- sample(keys(GO.db, "GOID"), 8)
> 
>  gT <- getGOTerm(sG)
>  gP <- getGOParents(sG)
 ----------- FAILURE REPORT -------------- 
 --- failure: length > 1 in coercion to logical ---
 --- srcref --- 
: 
 --- package (from environment) --- 
annotate
 --- call from context --- 
getGOParents(sG)
 --- call from argument --- 
(length(hasMF[[i]]) > 1) || !is.na(hasBP[[i]])
 --- R stacktrace ---
where 1: getGOParents(sG)

 --- value of length: 3 type: logical ---
                is_a                 is_a negatively_regulates 
                TRUE                 TRUE                 TRUE 
 --- function from context --- 
function (x) 
{
    if (!is.character(x)) 
        stop("need a character argument")
    if (length(x) == 0) 
        return(list())
    loadNamespace("GO.db")
    hasMF <- mget(x, envir = GO.db::GOMFPARENTS, ifnotfound = NA)
    hasBP <- mget(x, envir = GO.db::GOBPPARENTS, ifnotfound = NA)
    hasCC <- mget(x, envir = GO.db::GOCCPARENTS, ifnotfound = NA)
    lenx <- length(x)
    rval <- vector("list", length = lenx)
    names(rval) <- x
    rval <- vector("list", length = lenx)
    names(rval) <- x
    for (i in 1:lenx) {
        if ((length(hasMF[[i]]) > 1) || !is.na(hasMF[[i]])) 
            rval[[i]] <- list(Ontology = "MF", Parents = hasMF[[i]])
        else if ((length(hasMF[[i]]) > 1) || !is.na(hasBP[[i]])) 
            rval[[i]] <- list(Ontology = "BP", Parents = hasBP[[i]])
        else if ((length(hasMF[[i]]) > 1) || !is.na(hasCC[[i]])) 
            rval[[i]] <- list(Ontology = "CC", Parents = hasCC[[i]])
        else stop(paste(x[i], "is not a member of any ontology"))
    }
    return(rval)
}
<bytecode: 0x559d0f611390>
<environment: namespace:annotate>
 --- function search by body ---
Function getGOParents in namespace annotate has this body.
 ----------- END OF FAILURE REPORT -------------- 
Fatal error: length > 1 in coercion to logical
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘annotate_unit_tests.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
See
  ‘/home/biocbuild/bbs-3.11-bioc-testing/meat/annotate.Rcheck/00check.log’
for details.


Installation output

annotate.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.11-bioc/R/bin/R CMD INSTALL annotate
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.11-bioc-testing/Rlibs’
* installing *source* package ‘annotate’ ...
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (annotate)

Tests output

annotate.Rcheck/tests/annotate_unit_tests.Rout


R Under development (unstable) (2019-12-14 r77569) -- "Unsuffered Consequences"
Copyright (C) 2019 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> BiocGenerics:::testPackage("annotate")

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:parallel':

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
    tapply, union, unique, unsplit, which, which.max, which.min

Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.


Attaching package: 'S4Vectors'

The following object is masked from 'package:base':

    expand.grid

Loading required package: org.Hs.eg.db

'select()' returned 1:many mapping between keys and columns


RUNIT TEST PROTOCOL -- Fri Jan 24 03:03:19 2020 
*********************************************** 
Number of test functions: 1 
Number of errors: 0 
Number of failures: 0 

 
1 Test Suite : 
annotate RUnit Tests - 1 test function, 0 errors, 0 failures
Number of test functions: 1 
Number of errors: 0 
Number of failures: 0 
> 
> proc.time()
   user  system elapsed 
  8.026   0.290   8.301 

Example timings

annotate.Rcheck/annotate-Ex.timings

nameusersystemelapsed
ACCNUMStats1.9420.0361.977
GO2heatmap0.1740.0120.186
GOmnplot0.1090.0000.109
HTMLPage-class0.0010.0000.000
LL2homology0.0010.0000.000
PMIDAmat0.1480.0000.147
PWAmat2.3580.0162.374
UniGeneQuery0.0010.0000.000
accessionToUID0.7120.0163.481
annPkgName0.0010.0000.001
aqListGOIDs0.3370.0120.350
blastSequences 0.535 0.08046.139
buildChromLocation0.8060.0000.805
buildPubMedAbst0.1010.0080.456
chrCats19.023 0.00419.038
chromLocation-class0.8550.0000.855
compatibleVersions0.060.000.06
dropECode0.070.000.07
entrezGeneByID0.0010.0000.001
entrezGeneQuery0.0010.0000.001
filterGOByOntology0.1190.0040.123
findNeighbors0.0320.0000.032
genbank0.3370.0081.401
getAnnMap0.0550.0040.059
getEvidence0.0880.0000.088