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 69/671HostnameOS / ArchBUILDCHECKBUILD BIN
Biobase 2.20.0
Bioconductor Package Maintainer
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/Biobase
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: Biobase
Version: 2.20.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings --no-multiarch Biobase_2.20.0.tar.gz
StartedAt: 2013-05-01 02:48:32 -0700 (Wed, 01 May 2013)
EndedAt: 2013-05-01 02:51:20 -0700 (Wed, 01 May 2013)
EllapsedTime: 168.4 seconds
RetCode: 0
Status:  OK 
CheckDir: Biobase.Rcheck
Warnings: 0

Command output

* using log directory '/Users/biocbuild/bbs-2.12-bioc/meat/Biobase.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 'Biobase/DESCRIPTION' ... OK
* this is package 'Biobase' version '2.20.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 'Biobase' can be installed ... [10s/10s] OK
* checking installed package size ... OK
* 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
cache: no visible binding for global variable 'cache_old'
* 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 ... [21s/21s] OK
Examples with CPU or elapsed time > 5s
                user system elapsed
subListExtract 11.21  0.317  11.656
* checking for unstated dependencies in tests ... OK
* checking tests ...
  Running 'test-all.R' [36s/37s]
  Running 'test-rowMedians.R' [31s/31s]
 [68s/68s] OK
* 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 was 1 note.
See
  '/Users/biocbuild/bbs-2.12-bioc/meat/Biobase.Rcheck/00check.log'
for details.

Biobase.Rcheck/00install.out:

* installing *source* package 'Biobase' ...
** libs
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c Rinit.c -o Rinit.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c anyMissing.c -o anyMissing.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c envir.c -o envir.o
envir.c:21:61: warning: implicit conversion changes signedness: 'int' to 'SEXPTYPE' (aka 'unsigned int') [-Wsign-conversion]
      error("arg 'x' must be a 'list', not '%s'", type2char(TYPEOF(x)));
                                                  ˜˜˜˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜
envir.c:42:36: warning: implicit conversion changes signedness: 'int' to 'Rboolean' [-Wsign-conversion]
    PROTECT(nms = R_lsInternal(e1, all_nms));
                  ˜˜˜˜˜˜˜˜˜˜˜˜     ^˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
envir.c:61:23: warning: implicit conversion changes signedness: 'int' to 'SEXPTYPE' (aka 'unsigned int') [-Wsign-conversion]
            type2char(TYPEOF(x)));
            ˜˜˜˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜
envir.c:65:23: warning: implicit conversion changes signedness: 'int' to 'SEXPTYPE' (aka 'unsigned int') [-Wsign-conversion]
            type2char(TYPEOF(env)));
            ˜˜˜˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜
envir.c:119:32: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
  rowData = (double *) R_alloc(ncol, sizeof(double));
                       ˜˜˜˜˜˜˜ ^˜˜˜
envir.c:179:25: warning: implicit conversion loses integer precision: 'int' to 'char' [-Wconversion]
            prefix[i] = toupper(first[i]);
                      ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
envir.c:185:21: warning: implicit conversion loses integer precision: 'int' to 'char' [-Wconversion]
                c = toupper(c);
                  ˜ ^˜˜˜˜˜˜˜˜˜
envir.c:162:14: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
    min_nc = strlen(CHAR(STRING_ELT(x, 0)));
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
envir.c:167:14: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
        nc = strlen(CHAR(ans));
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
9 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c matchpt.c -o matchpt.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c rowMedians.c -o rowMedians.o
rowMedians.c:31:32: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
  rowData = (double *) R_alloc(ncol, sizeof(double));
                       ˜˜˜˜˜˜˜ ^˜˜˜
rowMedians.c:53:31: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
  colOffset = (int *) R_alloc(ncol, sizeof(int));
                      ˜˜˜˜˜˜˜ ^˜˜˜
rowMedians.c:158:29: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
  rowData = (int *) R_alloc(ncol, sizeof(int));
                    ˜˜˜˜˜˜˜ ^˜˜˜
rowMedians.c:179:31: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
  colOffset = (int *) R_alloc(ncol, sizeof(int));
                      ˜˜˜˜˜˜˜ ^˜˜˜
4 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c sublist_extract.c -o sublist_extract.o
sublist_extract.c:28:25: warning: implicit conversion changes signedness: 'int' to 'SEXPTYPE' (aka 'unsigned int') [-Wsign-conversion]
              type2char(TYPEOF(v)));
              ˜˜˜˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜
sublist_extract.c:149:35: warning: implicit conversion changes signedness: 'int' to 'SEXPTYPE' (aka 'unsigned int') [-Wsign-conversion]
        PROTECT(ans = allocVector(TYPEOF(el), length(L)));
                      ˜˜˜˜˜˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
sublist_extract.c:171:29: warning: implicit conversion changes signedness: 'int' to 'SEXPTYPE' (aka 'unsigned int') [-Wsign-conversion]
                  type2char(TYPEOF(el)));
                  ˜˜˜˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜
3 warnings generated.
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -L/usr/local/lib -o Biobase.so Rinit.o anyMissing.o envir.o matchpt.o rowMedians.o sublist_extract.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-2.12-bioc/meat/Biobase.Rcheck/Biobase/libs
** 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 (Biobase)

Biobase.Rcheck/Biobase-Ex.timings:

nameusersystemelapsed
Aggregate0.0290.0030.032
ScalarObject-class0.0300.0020.032
addVig2Menu0.0070.0010.009
anyMissing0.0110.0020.012
cache0.0180.0030.022
channel0.2260.0080.236
channelNames0.0670.0020.070
class.AnnotatedDataFrame0.0850.0070.094
class.ExpressionSet0.6100.0330.663
class.MIAxE0.0510.0010.053
class.MultiSet0.1140.0030.121
class.NChannelSet0.3750.0070.387
class.Versioned0.1570.0050.169
class.VersionedBiobase0.0850.0040.091
class.Versions0.0400.0030.044
class.VersionsNull0.0100.0010.011
class.container0.0110.0010.013
class.eSet0.2190.0110.235
classVersion0.0260.0020.030
contents0.0100.0010.012
copyEnv0.0100.0010.011
copySubstitute0.0580.0100.079
createPackage0.0340.0050.044
data.aaMap0.0130.0020.022
data.geneData0.0710.0070.083
data.reporter0.0100.0010.011
data.sample.ExpressionSet0.0290.0070.036
data.sample.MultiSet0.0170.0060.024
dumpPackTxt0.0120.0020.028
esApply2.5260.0422.601
getPkgVigs0.0650.0130.131
isCurrent0.0930.0040.097
isUnique0.0070.0010.010
isVersioned0.0470.0020.050
lcSuffix0.1280.0030.133
listLen0.0100.0000.011
makeDataPackage0.1230.0120.136
matchpt0.0260.0020.027
multiassign0.0210.0020.023
note0.0070.0010.007
openPDF0.0060.0000.007
openVignette0.0090.0010.010
package.version0.0070.0010.007
read.AnnotatedDataFrame0.0290.0030.032
read.MIAME0.0150.0010.016
readExpressionSet0.1530.0050.164
reverseSplit0.0160.0000.016
rowMedians0.1290.0080.138
rowQ0.0460.0200.067
selectChannels0.1150.0020.118
selectSome0.0060.0030.010
strbreak0.010.000.01
subListExtract11.210 0.31711.656
testBioCConnection0.0050.0050.082
updateOldESet0.0030.0020.005
validMsg0.0060.0070.013