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.5: CHECK report for bioassayR on toluca2

This page was generated on 2017-04-23 14:37:47 -0400 (Sun, 23 Apr 2017).

Package 109/1377HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
bioassayR 1.13.2
Tyler Backman
Snapshot Date: 2017-04-22 17:18:01 -0400 (Sat, 22 Apr 2017)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/bioassayR
Last Changed Rev: 128387 / Revision: 129046
Last Changed Date: 2017-04-08 13:58:06 -0400 (Sat, 08 Apr 2017)
malbec2 Linux (Ubuntu 16.04.1 LTS) / x86_64  NotNeeded  OK  OK UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  NotNeeded  OK  OK  OK UNNEEDED, same version exists in internal repository
toluca2 Mac OS X Mavericks (10.9.5) / x86_64  NotNeeded  OK [ WARNINGS ] OK 
veracruz2 OS X 10.11.6 El Capitan / x86_64  NotNeeded  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: bioassayR
Version: 1.13.2
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings bioassayR_1.13.2.tar.gz
StartedAt: 2017-04-23 00:55:10 -0400 (Sun, 23 Apr 2017)
EndedAt: 2017-04-23 00:56:55 -0400 (Sun, 23 Apr 2017)
EllapsedTime: 105.0 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: bioassayR.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings bioassayR_1.13.2.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.5-bioc/meat/bioassayR.Rcheck’
* using R Under development (unstable) (2017-02-15 r72187)
* using platform: x86_64-apple-darwin13.4.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘bioassayR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘bioassayR’ version ‘1.13.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 for sufficient/correct file permissions ... OK
* checking whether package ‘bioassayR’ 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 ... WARNING
Invalid citation information in ‘inst/CITATION’:
  Error in (function (bibtype, textVersion = NULL, header = NULL, footer = NULL,     key = NULL, ..., other = list(), mheader = NULL, mfooter = NULL) {    BibTeX_names <- names(BibLaTeX_entry_field_db)    args <- c(list(...), other)    if (!length(args))         return(structure(list(), class = "bibentry"))    if (any(sapply(names(args), .is_not_nonempty_text)))         stop("all fields have to be named")    args <- c(list(bibtype = bibtype, textVersion = textVersion,         header = header, footer = footer, key = key), list(...))    args <- lapply(args, .listify)    other <- lapply(other, .listify)    max_length <- max(sapply(c(args, other), length))    args_length <- sapply(args, length)    if (!all(args_length_ok <- args_length %in% c(1L, max_length)))         warning(gettextf("Not all arguments are of the same length, the following need to be recycled: %s",             paste(names(args)[!args_length_ok], collapse = ", ")),             domain = NA)    args <- lapply(args, function(x) rep(x, length.out = max_length))    other_length <- sapply(other, length)    if (!all(other_length_ok <- other_length %in% c(1L, max_length)))         warning(gettextf("Not all arguments are of the same length, the following need to be recycled: %s",             paste(names(other)[!other_length_ok], collapse = ", ")),             domain = NA)    other <- lapply(other, function(x) rep(x, length.out = max_length))    bibentry1 <- function(bibtype, textVersion, header = NULL,         footer = NULL, key = NULL, ..., other = list()) {        bibtype <- as.character(bibtype)        stopifnot(length(bibtype) == 1L)        pos <- match(tolower(bibtype), tolower(BibTeX_names))        if (is.na(pos))             stop(gettextf("%s has to be one of %s", sQuote("bibtype"),                 paste(BibTeX_names, collapse = ", ")), domain = NA)        bibtype <- BibTeX_names[pos]        rval <- c(list(...), other)        rval <- rval[!sapply(rval, .is_not_nonempty_text)]        fields <- tolower(names(rval))        names(rval) <- fields        attr(rval, "bibtype") <- bibtype        .BibEntryCheckBibEntry1(rval)        pos <- fields %in% .BibEntryNameList        if (any(pos)) {            for (i in which(pos)) if (!inherits(rval[[i]], "person"))                 rval[[i]] <- ArrangeAuthors(rval[[i]])        }        pos <- fields %in% c("dateobj") | pos        if (any(!pos)) {            for (i in which(!pos)) rval[[i]] <- as.character(rval[[i]])        }        attr(rval, "key") <- if (is.null(key))             NULL        else as.character(key)        if (is.null(rval[["dateobj"]])) {            tdate <- try(ProcessDates(rval), TRUE)            if (!inherits(tdate, "try-error"))                 attr(rval, "dateobj") <- tdate        }        else {            attr(rval, "dateobj") <- rval[["dateobj"]]            rval[["dateobj"]] <- NULL        }        if (!is.null(textVersion))             attr(rval, "textVersion") <- as.character(textVersion)        if (!.is_not_nonempty_text(header))             attr(rval, "header") <- paste(header, collapse = "\n")        if (!.is_not_nonempty_text(footer))             attr(rval, "footer") <- paste(footer, collapse = "\n")        return(rval)    }    rval <- lapply(seq_along(args$bibtype), function(i) do.call("bibentry1",         c(lapply(args, "[[", i), list(other = lapply(other, "[[",             i)))))    if (!.is_not_nonempty_text(mheader))         attr(rval, "mheader") <- paste(mheader, collapse = "\n")    if (!.is_not_nonempty_text(mfooter))         attr(rval, "mfooter") <- paste(mfooter, collapse = "\n")    class(rval) <- c("BibEntry", "bibentry")    rval})(year = "2017", key = "_2017"): argument "bibtype" is missing, with no default
* 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 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 ... 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 line endings in Makefiles ... OK
* checking for GNU extensions in Makefiles ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.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
See
  ‘/Users/biocbuild/bbs-3.5-bioc/meat/bioassayR.Rcheck/00check.log’
for details.


bioassayR.Rcheck/00install.out:

* installing *source* package ‘bioassayR’ ...
** R
** data
** inst
** preparing package for lazy loading
Creating a new generic function for ‘organism’ in package ‘bioassayR’
Creating a new generic function for ‘organism<-’ in package ‘bioassayR’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (bioassayR)

bioassayR.Rcheck/bioassayR-Ex.timings:

nameusersystemelapsed
BioAssayDB-class0.0020.0000.001
activeAgainst0.0270.0010.028
activeTargets0.0330.0010.034
addBioassayIndex0.0130.0030.017
addDataSource0.0410.0060.047
allCids0.0070.0010.009
allTargets0.0070.0010.008
assaySetTargets0.1010.0070.109
bioactivityFingerprint0.2650.0020.266
bioassay-class0.0200.0030.023
bioassaySet-class0.0010.0010.001
connectBioassayDB0.0120.0020.014
crossReactivityProbability0.4020.0030.405
disconnectBioassayDB0.0100.0020.012
dropBioassay0.1880.0060.197
dropBioassayIndex0.0190.0070.027
getAssay0.0240.0010.025
getAssays0.0610.0010.062
getBioassaySetByCids0.2330.0020.234
inactiveTargets0.0110.0010.011
loadBioassay0.2670.0060.276
loadIdMapping0.0080.0020.011
newBioassayDB0.0090.0020.010
parsePubChemBioassay0.0180.0000.018
perTargetMatrix0.2250.0030.226
queryBioassayDB0.0240.0090.033
samplebioassay0.0030.0010.004
scaleBioassaySet0.0290.0010.030
screenedAtLeast0.0100.0010.011
selectiveAgainst0.1270.0020.129
targetSelectivity0.1520.0010.153
translateTargetId0.0110.0020.014
trinarySimilarity0.1970.0010.197