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 221/671HostnameOS / ArchBUILDCHECKBUILD BIN
flowCore 1.26.0
M.Jiang
Snapshot Date: 2013-04-30 17:01:37 -0700 (Tue, 30 Apr 2013)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_2_12/madman/Rpacks/flowCore
Last Changed Rev: 75263 / Revision: 76155
Last Changed Date: 2013-04-03 14:32:27 -0700 (Wed, 03 Apr 2013)
george2 Linux (Ubuntu 12.04.1 LTS) / x86_64  OK  OK 
moscato2 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  OK  OK  OK 
petty Mac OS X Snow Leopard (10.6.8) / x86_64  OK  OK  OK 
pelham Mac OS X Snow Leopard (10.6.8) / x86_64  OK [ OK ] OK 

Summary

Package: flowCore
Version: 1.26.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings --no-multiarch flowCore_1.26.0.tar.gz
StartedAt: 2013-05-01 05:14:05 -0700 (Wed, 01 May 2013)
EndedAt: 2013-05-01 05:18:17 -0700 (Wed, 01 May 2013)
EllapsedTime: 252.4 seconds
RetCode: 0
Status:  OK 
CheckDir: flowCore.Rcheck
Warnings: 0

Command output

* using log directory '/Users/biocbuild/bbs-2.12-bioc/meat/flowCore.Rcheck'
* using R version 3.0.0 Patched (2013-04-08 r62531)
* using platform: x86_64-apple-darwin10.8.0 (64-bit)
* using session charset: ASCII
* using option '--no-vignettes'
* checking for file 'flowCore/DESCRIPTION' ... OK
* this is package 'flowCore' version '1.26.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 'flowCore' can be installed ... [19s/25s] OK
* checking installed package size ... NOTE
  installed size is  8.7Mb
  sub-directories of 1Mb or more:
    data      5.0Mb
    doc       1.2Mb
    extdata   1.1Mb
* checking package 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 ... 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 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 ... NOTE
[[<-,filterSet-character-ANY-formula : harvest: warning in exists(f,
  env = x@env): partial argument match of 'env' to 'envir'
coerce,environment-flowSet: warning in ls(env = from): partial argument
  match of 'env' to 'envir'
coerce,environment-flowSet : <anonymous>: warning in get(f, env =
  from): partial argument match of 'env' to 'envir'
coerce,filterSet-list: warning in ls(env = from@env): partial argument
  match of 'env' to 'envir'
identifier,filterReference: warning in exists(object@name, env =
  object@env): partial argument match of 'env' to 'envir'
names,filterSet: warning in ls(env = x@env): partial argument match of
  'env' to 'envir'
plot,workFlow-missing : <anonymous>: warning in edgeData(..., at =
  "actionItem"): partial argument match of 'at' to 'attr'
show,filterReference: warning in exists(object@name, env = object@env):
  partial argument match of 'env' to 'envir'
summary,transform: warning in ls(env = e): partial argument match of
  'env' to 'envir'
* 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 C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking compiled code ... OK
* checking installed files from 'inst/doc' ... OK
* checking examples ... [82s/85s] OK
Examples with CPU or elapsed time > 5s
                         user system elapsed
biexponentialTransform 13.882  2.131  16.982
lnTransform             4.991  1.267   6.385
flowFrame-class         5.401  0.550   6.194
flowSet-class           5.047  0.602   5.763
* 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 vignettes ... SKIPPED
* checking PDF version of manual ... OK

NOTE: There were 2 notes.
See
  '/Users/biocbuild/bbs-2.12-bioc/meat/flowCore.Rcheck/00check.log'
for details.

flowCore.Rcheck/00install.out:

* installing *source* package 'flowCore' ...
** libs
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c FastLogicle.cpp -o FastLogicle.o
FastLogicle.cpp:55:48: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
        memcpy(p->lookup, logicle.p->lookup, (p->bins + 1) * sizeof (double));
                                              ˜˜˜˜˜˜˜˜^˜˜  ˜
1 warning generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c Logicle.cpp -o Logicle.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c biexponential.c -o biexponential.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c inPolygon.c -o inPolygon.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c inPolytope.c -o inPolytope.o
inPolytope.c:33:26: warning: implicit conversion loses floating-point precision: 'double' to 'float' [-Wconversion]
    sigma[i+nRowA*k]=temp+b[i];
                    ˜˜˜˜˜^˜˜˜˜
1 warning generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c init.c -o init.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c logicleTransform.cpp -o logicleTransform.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c zeroin.c -o zeroin.o
clang++ -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -L/usr/local/lib -o flowCore.so FastLogicle.o Logicle.o biexponential.o inPolygon.o inPolytope.o init.o logicleTransform.o zeroin.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-2.12-bioc/meat/flowCore.Rcheck/flowCore/libs
** R
** data
** inst
** preparing package for lazy loading
Creating a new generic function for 'filter' in package 'flowCore'
Creating a new generic function for 'ls' in package 'flowCore'
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (flowCore)

flowCore.Rcheck/flowCore-Ex.timings:

nameusersystemelapsed
EHtrans-class0.1310.0150.157
Subset-methods1.7140.0771.840
actionItem-class0.0070.0040.012
arcsinhTransform0.1080.0130.121
asinht-class0.0750.0060.082
biexponentialTransform13.882 2.13116.982
boundaryFilter-class0.2120.0360.264
characterOrTransformation-class0.0030.0040.008
coerce0.1530.0440.242
compensateActionItem-class0.0040.0050.013
compensateView-class0.0030.0050.008
compensatedParameter-class0.4070.1540.599
compensation-class0.8130.2481.079
curv1Filter-class0.7050.2170.943
curv2Filter-class3.0160.5083.564
dg1polynomial-class0.0750.0190.096
each_col-methods0.0800.0170.097
ellipsoidGate0.1750.0780.254
exponential-class0.0690.0150.085
expressionFilter-class0.2070.0630.276
fcReference-class0.0110.0350.048
filter-methods1.2300.1851.431
filter-on-methods0.2670.0430.309
filterList-class0.0180.0090.027
filterResult-class0.0040.0060.010
filterResultList-class2.3040.8063.148
filterSet-class0.0900.0320.125
filterSummary-class0.2790.1060.390
filterSummaryList-class1.6100.4582.093
flowFrame-class5.4010.5506.194
flowSet-class5.0470.6025.763
fsApply0.3870.0980.485
gateActionItem-class0.0040.0050.010
gateView-class0.0040.0060.010
hyperlog-class2.2700.0452.325
identifier-methods0.0640.0180.082
inverseLogicleTransform0.9230.1711.109
invsplitscale-class0.0840.0290.112
keyword-methods1.3890.3481.763
kmeansFilter0.4020.0790.487
linearTransform0.1050.0300.148
lnTransform4.9911.2676.385
logTransform0.0940.0210.117
logarithm-class0.0750.0310.108
logicalFilterResult-class0.0030.0040.008
logicleTransform1.0080.1721.183
manyFilterResult-class0.0040.0050.009
multipleFilterResult-class0.0040.0070.011
norm2Filter-class0.3360.0700.438
normalizeActionItem-class0.0040.0060.009
normalizeView-class0.0080.0100.018
parameters-methods0.0730.0250.100
polygonGate0.1760.0500.229
quadGate0.4690.0830.564
quadratic-class0.0740.0150.087
quadraticTransform0.0980.0200.120
ratio-class0.0720.0160.089
read.FCS0.1270.0380.170
read.FCSheader0.0120.0110.025
read.flowSet0.2880.0850.382
rectangleGate0.2340.0500.283
sampleFilter-class0.1340.0380.173
scaleTransform0.0950.0210.116
singleParameterTransform-class0.0040.0050.009
sinht-class0.0760.0260.102
split-methods2.2420.4382.710
splitScaleTransform3.5611.2984.950
splitscale-class0.0700.0130.085
squareroot-class0.0760.0170.096
subsettingActionItem-class0.0040.0050.009
subsettingView-class0.0040.0050.009
timeFilter-class2.6900.3643.105
transform-class0.0070.0080.014
transformActionItem-class0.0040.0060.010
transformFilter-class0.2400.0340.279
transformList-class0.9050.1681.095
transformMap-class0.0080.0270.036
transformView-class0.0030.0040.008
truncateTransform0.1000.0330.135
unitytransform-class0.0660.0170.085
view-class0.0040.0060.011
workFlow-class0.0070.0130.020
write.FCS0.2280.0400.277
write.flowSet1.9110.2902.227