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 

Package 423/444HostnameOS / ArchBUILDCHECKBUILD BIN
tigre 1.5.2
Antti Honkela
Snapshot Date: 2011-03-17 11:16:30 -0700 (Thu, 17 Mar 2011)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/tigre
Last Changed Rev: 52644 / Revision: 53825
Last Changed Date: 2011-02-14 00:29:56 -0800 (Mon, 14 Feb 2011)
lamb1 Linux (openSUSE 11.3) / x86_64  OK  WARNINGS 
liverpool Windows Server 2003 R2 (32-bit) / x64  OK  WARNINGS  OK 
gewurz Windows Server 2008 R2 Enterprise (64-bit) / x64  OK  WARNINGS  OK 
pelham Mac OS X Leopard (10.5.8) / i386  OK  WARNINGS  OK 
petty Mac OS X Snow Leopard (10.6.6) / i386  OK [ WARNINGS ] OK 

Summary

Package: tigre
Version: 1.5.2
Command: /Library/Frameworks/R.framework/Versions/2.13/Resources/bin/R CMD check --no-vignettes --timings --no-multiarch tigre_1.5.2.tar.gz
StartedAt: 2011-03-17 17:42:51 -0700 (Thu, 17 Mar 2011)
EndedAt: 2011-03-17 17:44:18 -0700 (Thu, 17 Mar 2011)
EllapsedTime: 87.7 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: tigre.Rcheck
Warnings: 1

Command output

* using log directory '/Users/biocbuild/bbs-2.8-bioc/meat/tigre.Rcheck'
* using R version 2.13.0 Under development (unstable) (2011-03-06 r54683)
* using platform: i386-apple-darwin9.8.0 (32-bit)
* using session charset: ASCII
* using option '--no-vignettes'
* checking for file 'tigre/DESCRIPTION' ... OK
* this is package 'tigre' version '1.5.2'
* checking package name space information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking whether package 'tigre' can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... 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 ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... WARNING
Assignments in \usage in documentation object 'GPLearn':
  model <- GPLearn(preprocData, TF = NULL, targets = NULL, useGpdisim = !is.null(TF), 
      randomize = FALSE, addPriors = FALSE, fixedParams = FALSE, 
      initParams = NULL, initialZero = TRUE, fixComps = NULL, dontOptimise = FALSE, 
      allowNegativeSensitivities = FALSE, quiet = FALSE, gpsimOptions = NULL, 
      allArgs = NULL)

Assignments in \usage in documentation object 'GPRankTargets':
  scores <- GPRankTargets(preprocData, TF = NULL, knownTargets = NULL, 
      testTargets = NULL, filterLimit = 1.8, returnModels = FALSE, 
      options = NULL, scoreSaveFile = NULL)
  scores <- GPRankTFs(preprocData, TFs, targets, filterLimit = 1.8, 
      returnModels = FALSE, options = NULL, scoreSaveFile = NULL)

Assignments in \usage in documentation object 'SCGoptim':
  options <- optimiDefaultOptions()
  newParams <- SCGoptim(x, fn, grad, options, ...)
  newParams <- CGoptim(x, fn, grad, options, ...)
  model <- modelOptimise(model, options, ...)

Assignments in \usage in documentation object 'generateModels':
  models <- generateModels(preprocData, scores)

Assignments in \usage in documentation object 'gpsimCreate':
  model <- gpsimCreate(numGenes, numProteins, times, geneVals, 
      geneVars, options, genes, annotation)
  model <- gpdisimCreate(numGenes, numProteins, times, geneVals, 
      geneVars, options, genes, annotation)

Assignments in \usage in documentation object 'kernCompute':
  K <- kernCompute(kern, X)
  K <- kernCompute(kern, X1, X2)
  Kd <- kernDiagCompute(kern, X)

Assignments in \usage in documentation object 'kernCreate':
  kern <- kernCreate(X, type)
  kern <- kernCreate(dim, type)

Assignments in \usage in documentation object 'kernDiagGradX':
  gX <- kernDiagGradX(kern, X)
  gX2 <- kernGradX(kern, X)
  gX2 <- kernGradX(kern, X1, X2)

Assignments in \usage in documentation object 'kernGradient':
  g <- kernGradient(kern, x, partial)
  g <- kernGradient(kern, x1, x2, partial_)

Assignments in \usage in documentation object 'lnDiffErfs':
  v <- lnDiffErfs(x1, x2)

Assignments in \usage in documentation object 'modelDisplay':
  model <- modelDisplay(model)

Assignments in \usage in documentation object 'modelExpandParam':
  model <- modelExpandParam(model, param, untransformed.values = FALSE)
  model <- modelUpdateProcesses(model)

Assignments in \usage in documentation object 'modelExtractParam':
  param <- modelExtractParam(model, only.values = TRUE, untransformed.values = FALSE)

Assignments in \usage in documentation object 'modelGradient':
  v <- modelObjective(model)
  ll <- modelLogLikelihood(model)
  g <- modelGradient(params, model, ...)

Assignments in \usage in documentation object 'modelTieParam':
  model <- modelTieParam(model, paramsList)

Assignments in \usage in documentation object 'optimiDefaultConstraint':
  val <- optimiDefaultConstraint(constraint)

Assignments in \usage in documentation object 'processData':
  preprocData <- processData(data, times = NULL, experiments = NULL, 
      do.normalisation = TRUE)
  preprocData <- processRawData(rawData, times, experiments = NULL, 
      is.logged = TRUE, do.normalisation = ifelse(is.logged, TRUE, 
          FALSE))

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 manual 'Writing R
Extensions'.
* 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 C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking examples ... OK
* checking package vignettes in 'inst/doc' ... SKIPPED
* checking PDF version of manual ... OK

WARNING: There was 1 warning, see
  '/Users/biocbuild/bbs-2.8-bioc/meat/tigre.Rcheck/00check.log'
for details

tigre.Rcheck/00install.out:

* installing *source* package 'tigre' ...
** libs
*** arch - i386
gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Versions/2.13/Resources/include -I/Library/Frameworks/R.framework/Versions/2.13/Resources/include/i386  -I/usr/local/include    -fPIC  -g -O2 -Wall -pedantic -c miscCFunctions.c -o miscCFunctions.o
gcc -arch i386 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o tigre.so miscCFunctions.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-2.8-bioc/meat/tigre.Rcheck/tigre/libs/i386
** R
** data
** inst
** preparing package for lazy loading

Welcome to Bioconductor

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

Loading required package: gplots
Loading required package: gtools
Loading required package: gdata
gdata: read.xls support for 'XLS' (Excel 97-2004) files ENABLED.

gdata: read.xls support for 'XLSX' (Excel 2007+) files ENABLED.

Attaching package: 'gdata'

The following object(s) are masked from 'package:Biobase':

    combine

The following object(s) are masked from 'package:stats':

    nobs

The following object(s) are masked from 'package:utils':

    object.size

Loading required package: caTools
Loading required package: bitops
Loading required package: grid

Attaching package: 'gplots'

The following object(s) are masked from 'package:stats':

    lowess

** help
*** installing help indices
** building package indices ...
** testing if installed package can be loaded

* DONE (tigre)

tigre.Rcheck/tigre-Ex.timings:

nameusersystemelapsed
ExpressionTimeSeries-class0.0010.0000.002
GPLearn1.9310.0602.054
GPModel-class0.0010.0000.001
GPPlot0.0010.0000.000
GPRankTargets0.0000.0010.000
SCGoptim000
expTransform0.0000.0000.001
export0.0000.0010.000
generateModels000
gpsimCreate0.0000.0000.001
kernCompute0.0010.0000.002
kernCreate0.0050.0000.006
kernDiagGradX0.0010.0000.002
kernGradient0.0020.0010.002
lnDiffErfs000
modelDisplay0.3370.0020.339
modelExpandParam000
modelExtractParam0.2810.0020.283
modelGradient0.3550.0010.357
modelTieParam0.0050.0010.005
optimiDefaultConstraint0.0000.0000.001
plotTimeseries0.2140.0080.221
processData0.5230.0060.529
scoreList-class0.0010.0000.001
tigre-package000