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.2: CHECK report for maSigPro on zin1

This page was generated on 2015-08-24 10:47:04 -0700 (Mon, 24 Aug 2015).

Package 574/1071HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
maSigPro 1.41.0
Maria Jose Nueda
Snapshot Date: 2015-08-23 16:24:14 -0700 (Sun, 23 Aug 2015)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/maSigPro
Last Changed Rev: 106786 / Revision: 107696
Last Changed Date: 2015-07-27 03:07:56 -0700 (Mon, 27 Jul 2015)
zin1 Linux (Ubuntu 14.04.2 LTS) / x86_64  OK  OK [ WARNINGS ]UNNEEDED, same version exists in internal repository
perceval Mac OS X Snow Leopard (10.6.8) / x86_64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
oaxaca Mac OS X Mavericks (10.9.5) / x86_64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository

Summary

Package: maSigPro
Version: 1.41.0
Command: /home/biocbuild/bbs-3.2-bioc/R/bin/R CMD check --no-vignettes --timings maSigPro_1.41.0.tar.gz
StartedAt: 2015-08-24 01:19:09 -0700 (Mon, 24 Aug 2015)
EndedAt: 2015-08-24 01:20:04 -0700 (Mon, 24 Aug 2015)
EllapsedTime: 55.9 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: maSigPro.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.2-bioc/R/bin/R CMD check --no-vignettes --timings maSigPro_1.41.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.2-bioc/meat/maSigPro.Rcheck’
* using R version 3.2.2 (2015-08-14)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘maSigPro/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘maSigPro’ version ‘1.41.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 ‘maSigPro’ can be installed ... [3s/3s] OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Packages listed in more than one of Depends, Imports, Suggests, Enhances:
  ‘Biobase’ ‘stats’ ‘MASS’
A package should be listed in only one of these fields.
* 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 ... NOTE
Namespace in Imports field not imported from: ‘utils’
  All declared Imports should be used.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
see.genes: warning in mfuzz(signif, c = k, m = m): partial argument
  match of 'c' to 'centers'
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... WARNING
Codoc mismatches from documentation object 'PlotGroups':
PlotGroups
  Code: function(data, edesign = NULL, time = edesign[, 1], groups =
                 edesign[, c(3:ncol(edesign))], repvect = edesign[, 2],
                 show.fit = FALSE, dis = NULL, step.method =
                 "backward", min.obs = 2, alfa = 0.05, nvar.correction
                 = FALSE, summary.mode = "median", show.lines = TRUE,
                 groups.vector = NULL, xlab = "Time", ylab =
                 "Expression value", cex.xaxis = 1, ylim = NULL, main =
                 NULL, cexlab = 0.8, legend = TRUE, sub = NULL)
  Docs: function(data, edesign = NULL, time = edesign[, 1], groups =
                 edesign[, c(3:ncol(edesign))], repvect = edesign[, 2],
                 show.fit = FALSE, dis = NULL, step.method =
                 "backward", min.obs = 2, alfa = 0.05, nvar.correction
                 = FALSE, summary.mode = "median", show.lines = TRUE,
                 groups.vector = NULL, xlab = "time", cex.xaxis = 1,
                 ylim = NULL, main = NULL, cexlab = 0.8, legend = TRUE,
                 sub = NULL)
  Argument names in code not in docs:
    ylab
  Mismatches in argument names (first 3):
    Position: 16 Code: ylab Docs: cex.xaxis
    Position: 17 Code: cex.xaxis Docs: ylim
    Position: 18 Code: ylim Docs: main
  Mismatches in argument default values:
    Name: 'xlab' Code: "Time" Docs: "time"

Codoc mismatches from documentation object 'see.genes':
see.genes
  Code: function(data, edesign = data$edesign, time.col = 1, repl.col =
                 2, group.cols = c(3:ncol(edesign)), names.groups =
                 colnames(edesign)[3:ncol(edesign)], cluster.data = 1,
                 groups.vector = data$groups.vector, k = 9, m = 1.45,
                 cluster.method = "hclust", distance = "cor",
                 agglo.method = "ward.D", show.fit = FALSE, dis = NULL,
                 step.method = "backward", min.obs = 3, alfa = 0.05,
                 nvar.correction = FALSE, show.lines = TRUE, iter.max =
                 500, summary.mode = "median", color.mode = "rainbow",
                 cexlab = 1, legend = TRUE, newX11 = TRUE, ylim = NULL,
                 main = NULL, ...)
  Docs: function(data, edesign = data$edesign, time.col = 1, repl.col =
                 2, group.cols = c(3:ncol(edesign)), names.groups =
                 colnames(edesign)[3:ncol(edesign)], cluster.data = 1,
                 groups.vector = data$groups.vector, k = 9, m = 1.45,
                 cluster.method = "hclust", distance = "cor",
                 agglo.method = "ward", show.fit = FALSE, dis = NULL,
                 step.method = "backward", min.obs = 3, alfa = 0.05,
                 nvar.correction = FALSE, show.lines = TRUE, iter.max =
                 500, summary.mode = "median", color.mode = "rainbow",
                 cexlab = 1, legend = TRUE, newX11 = TRUE, ylim = NULL,
                 main = NULL, ...)
  Mismatches in argument default values:
    Name: 'agglo.method' Code: "ward.D" Docs: "ward"

* 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 sizes of PDF files under ‘inst/doc’ ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... [22s/22s] OK
Examples with CPU or elapsed time > 5s
          user system elapsed
T.fit    7.455  0.226   7.708
maSigPro 4.998  0.097   5.063
* 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, 3 NOTEs
See
  ‘/home/biocbuild/bbs-3.2-bioc/meat/maSigPro.Rcheck/00check.log’
for details.


maSigPro.Rcheck/00install.out:

* installing *source* package ‘maSigPro’ ...
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (maSigPro)

maSigPro.Rcheck/maSigPro-Ex.timings:

nameusersystemelapsed
NBdata0.0180.0000.017
NBdesign0.0020.0000.002
PlotGroups0.0210.0000.021
PlotProfiles0.0110.0000.012
T.fit7.4550.2267.708
average.rows0.0040.0000.004
data.abiotic0.0050.0000.005
edesign.OD0.0020.0000.002
edesign.abiotic0.0030.0000.003
edesignCT0.0020.0000.002
edesignDR0.0010.0000.001
get.siggenes3.3290.0643.373
i.rank0.0000.0000.001
maSigPro4.9980.0975.063
maSigProUsersGuide0.0040.0010.006
make.design.matrix0.0110.0040.015
p.vector2.2890.1092.415
position0.0000.0000.001
reg.coeffs0.0000.0000.001
see.genes1.3880.0771.660
stepback0.0380.0000.037
stepfor0.1230.0040.127
suma2Venn0.0160.0000.020
two.ways.stepback0.1050.0000.104
two.ways.stepfor0.1200.0080.128