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 234/444HostnameOS / ArchBUILDCHECKBUILD BIN
limma 3.7.25
Gordon Smyth
Snapshot Date: 2011-03-17 11:16:30 -0700 (Thu, 17 Mar 2011)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/limma
Last Changed Rev: 53673 / Revision: 53825
Last Changed Date: 2011-03-14 00:04:42 -0700 (Mon, 14 Mar 2011)
lamb1 Linux (openSUSE 11.3) / x86_64  OK  OK 
liverpool Windows Server 2003 R2 (32-bit) / x64  OK  OK  OK 
gewurz Windows Server 2008 R2 Enterprise (64-bit) / x64  OK  OK  OK 
pelham Mac OS X Leopard (10.5.8) / i386  OK  OK  OK 
petty Mac OS X Snow Leopard (10.6.6) / i386  OK [ OK ] OK 

Summary

Package: limma
Version: 3.7.25
Command: /Library/Frameworks/R.framework/Versions/2.13/Resources/bin/R CMD check --no-vignettes --timings --no-multiarch limma_3.7.25.tar.gz
StartedAt: 2011-03-17 16:42:49 -0700 (Thu, 17 Mar 2011)
EndedAt: 2011-03-17 16:44:31 -0700 (Thu, 17 Mar 2011)
EllapsedTime: 102.7 seconds
RetCode: 0
Status:  OK 
CheckDir: limma.Rcheck
Warnings: 0

Command output

* using log directory '/Users/biocbuild/bbs-2.8-bioc/meat/limma.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 'limma/DESCRIPTION' ... OK
* this is package 'limma' version '3.7.25'
* checking package name space information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking whether package 'limma' 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 ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... NOTE
'library' or 'require' call not declared from: sma
* 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 for unstated dependencies in tests ... NOTE
'library' or 'require' call not declared from: marray
* checking tests ...
  Running 'limma-Tests.R'
  Comparing 'limma-Tests.Rout' to 'limma-Tests.Rout.save' ...826,830c826,830
< [1,]  1.025680641  0.04440632
< [2,] -0.008931391 -0.04446419
< [3,]  0.069383171 -0.03407404
< [4,] -0.029375980  0.11198606
< [5,] -0.276173422  0.21529287
---
> [1,]   1.02568064  0.04440632
> [2,]  -0.00893139 -0.04446419
> [3,]   0.06938317 -0.03407404
> [4,]  -0.02937598  0.11198606
> [5,]  -0.27617342  0.21529287
871,872c871,872
<  [1] 0.07551649 0.14100247 0.30870247 0.13909601 0.32893352 0.17192613
<  [7] 0.42951263 0.11976975 0.39067059 0.22671154
---
>  [1] 0.0755165 0.1410025 0.3087025 0.1390960 0.3289335 0.1719261 0.4295126
>  [8] 0.1197697 0.3906706 0.2267115
920,921c920,921
< mu+alpha    0.3333333 3.333333e-01  5.551115e-17
< mu+beta    -0.3333333 5.551115e-17  3.333333e-01
---
> mu+alpha    0.3333333 3.333333e-01  9.280771e-17
> mu+beta    -0.3333333 9.280771e-17  3.333333e-01
 OK
* checking package vignettes in 'inst/doc' ... SKIPPED
* checking PDF version of manual ... OK

limma.Rcheck/00install.out:

* installing *source* package 'limma' ...
** 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 normexp.c -o normexp.o
normexp.c: In function 'fit_saddle_nelder_mead':
normexp.c:153: warning: floating constant exceeds range of 'double'
normexp.c:167: warning: ISO C forbids passing argument 9 of 'nmmin' between function pointer and 'void *'
gcc -arch i386 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o limma.so normexp.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-2.8-bioc/meat/limma.Rcheck/limma/libs/i386
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices ...
** testing if installed package can be loaded

* DONE (limma)

limma.Rcheck/limma-Ex.timings:

nameusersystemelapsed
LargeDataObject000
PrintLayout0.0000.0000.001
TestResults0.0010.0000.001
alias2Symbol2.6370.0662.722
arrayWeights0.0020.0000.003
arrayWeightsQuick000
asMatrixWeights0.0010.0000.001
auROC0.0010.0000.001
avearrays0.0010.0000.002
avereps0.0010.0000.001
backgroundcorrect0.0100.0010.012
blockDiag0.0000.0000.001
cbind0.0070.0010.007
channel2M0.0010.0000.001
classifytests0.0030.0000.003
contrasts.fit0.0270.0020.028
controlStatus0.0180.0000.018
convest1.8030.0061.809
dim0.0020.0000.002
dupcor0.0000.0000.001
ebayes0.010.000.01
genas0.0890.0020.092
geneSetTest0.0150.0010.015
getSpacing0.0010.0000.000
getlayout0.0000.0000.001
heatdiagram0.0020.0000.002
helpMethods0.0000.0000.001
imageplot0.0360.0020.038
intraspotCorrelation0.0000.0010.000
isfullrank0.0010.0000.001
isnumeric0.0000.0010.001
kooperberg0.0000.0000.001
limmaUsersGuide0.0020.0010.002
lm.series000
lmFit1.5840.0091.593
lmscFit0.0030.0010.004
loessfit0.3330.0010.333
ma3x30.0010.0000.002
makeContrasts0.0010.0010.001
makeunique0.0010.0000.001
merge0.0080.0010.009
mergeScansRG000
modelMatrix0.0020.0000.002
modifyWeights0.0000.0000.001
nec000
neqc000
normalizeMedianAbsValues0.0010.0000.001
normalizeRobustSpline0.0020.0000.003
normalizeVSN0.5480.0170.564
normalizebetweenarrays0.0030.0000.003
normalizeprintorder0.0000.0000.001
normexpfit0.0010.0000.001
normexpfitcontrol0.0000.0000.001
normexpfitdetectionp000
normexpsignal000
plotDensities0.0000.0000.001
plotMDS0.0130.0010.014
plotRLDF0.3820.0080.390
plotma0.0140.0000.015
poolvar0.0010.0000.001
printorder0.0140.0050.019
printtipWeights0.0010.0000.000
propexpr000
protectMetachar0.0010.0000.001
qqt0.0020.0000.002
qualwt000
read.ilmn000
read.maimages000
readImaGeneHeader0.0000.0000.001
readgal0.0010.0000.000
removeext0.0010.0000.000
roast0.0460.0010.047
romer0.4220.0030.425
selectmodel0.0270.0000.027
squeezeVar0.0010.0000.001
strsplit20.0010.0000.001
subsetting0.0040.0000.005
targetsA2C0.0070.0000.007
topRomer000
toptable000
trigammainverse0.0010.0000.001
trimWhiteSpace0.0010.0000.000
uniquegenelist0.0010.0010.001
unwrapdups0.0010.0000.001
venn0.0410.0020.042
volcanoplot000
weightedmedian000
zscore0.0000.0000.001