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.3: CHECK report for maSigPro on linux2.bioconductor.org

This page was generated on 2015-10-27 12:11:29 -0400 (Tue, 27 Oct 2015).

Package 593/1104HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
maSigPro 1.43.0
Maria Jose Nueda
Snapshot Date: 2015-10-26 20:20:04 -0400 (Mon, 26 Oct 2015)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/maSigPro
Last Changed Rev: 109592 / Revision: 109948
Last Changed Date: 2015-10-13 15:59:53 -0400 (Tue, 13 Oct 2015)
linux2.bioconductor.org Linux (Ubuntu 14.04.2 LTS) / x86_64  OK  OK [ WARNINGS ]UNNEEDED, same version exists in internal repository
windows2.bioconductor.org Windows Server 2012 R2 Enterprise SP1 (64-bit) / x64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository

Summary

Package: maSigPro
Version: 1.43.0
Command: /home/biocbuild/bbs-3.3-bioc/R/bin/R CMD check --no-vignettes --timings maSigPro_1.43.0.tar.gz
StartedAt: 2015-10-27 05:26:04 -0400 (Tue, 27 Oct 2015)
EndedAt: 2015-10-27 05:26:59 -0400 (Tue, 27 Oct 2015)
EllapsedTime: 54.3 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: maSigPro.Rcheck
Warnings: 1

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.3-bioc/meat/maSigPro.Rcheck’
* using R Under development (unstable) (2015-09-09 r69333)
* 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.43.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", ylab =
                 "Expression value", cex.xaxis = 1, ylim = NULL, main =
                 NULL, cexlab = 0.8, legend = TRUE, sub = NULL)
  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 installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... [19s/19s] OK
Examples with CPU or elapsed time > 5s
       user system elapsed
T.fit 5.997  0.196   6.029
* 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.3-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.0140.0040.018
NBdesign0.0020.0000.002
PlotGroups0.0130.0050.017
PlotProfiles0.0590.0000.059
T.fit5.9970.1966.029
average.rows0.0030.0000.004
data.abiotic0.0040.0000.004
edesign.OD0.0000.0050.001
edesign.abiotic0.0000.0000.002
edesignCT0.0010.0000.001
edesignDR0.0010.0000.001
get.siggenes2.7670.0822.774
i.rank0.0010.0000.000
maSigPro4.1050.1314.123
maSigProUsersGuide0.0040.0010.005
make.design.matrix0.0090.0000.009
p.vector2.5790.0762.621
position0.0010.0000.000
reg.coeffs0.0010.0000.001
see.genes1.5630.0681.785
stepback0.0450.0000.044
stepfor0.1560.0090.164
suma2Venn0.0190.0000.022
two.ways.stepback0.0940.0050.098
two.ways.stepfor0.1240.0000.121