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 632/671HostnameOS / ArchBUILDCHECKBUILD BIN
TargetSearch 1.16.0
Alvaro Cuadros-Inostroza
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/TargetSearch
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: TargetSearch
Version: 1.16.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings --no-multiarch TargetSearch_1.16.0.tar.gz
StartedAt: 2013-05-01 11:24:47 -0700 (Wed, 01 May 2013)
EndedAt: 2013-05-01 11:27:08 -0700 (Wed, 01 May 2013)
EllapsedTime: 140.6 seconds
RetCode: 0
Status:  OK 
CheckDir: TargetSearch.Rcheck
Warnings: 0

Command output

* using log directory '/Users/biocbuild/bbs-2.12-bioc/meat/TargetSearch.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 'TargetSearch/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'TargetSearch' version '1.16.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 'TargetSearch' can be installed ... [9s/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 ... 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 ... 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 ... [47s/49s] OK
Examples with CPU or elapsed time > 5s
            user system elapsed
RIcorrect 20.071  1.947  23.321
* 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

TargetSearch.Rcheck/00install.out:

* installing *source* package 'TargetSearch' ...
** libs
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -g -O2 -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 -g -O2 -Wall -pedantic -Wconversion -c file.c -o file.o
file.c:72:34: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        spectra.ri = (double *) R_alloc(splen, sizeof(double));
                                ˜˜˜˜˜˜˜ ^˜˜˜˜
file.c:73:34: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        spectra.rt = (double *) R_alloc(splen, sizeof(double));
                                ˜˜˜˜˜˜˜ ^˜˜˜˜
file.c:74:31: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        spectra.n  = (int *) R_alloc(splen, sizeof(int));
                             ˜˜˜˜˜˜˜ ^˜˜˜˜
file.c:75:40: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        spectra.pk = (struct peaks *) R_alloc(splen, sizeof(struct peaks));
                                      ˜˜˜˜˜˜˜ ^˜˜˜˜
file.c:77:20: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
        fread(spectra.ri, splen * sizeof(double), 1, fp);
                          ^˜˜˜˜ ˜
file.c:78:20: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
        fread(spectra.rt, splen * sizeof(double), 1, fp);
                          ^˜˜˜˜ ˜
file.c:79:19: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
        fread(spectra.n, splen *  sizeof(int), 1, fp);
                         ^˜˜˜˜ ˜
file.c:87:46: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        spectra.pk[0].mass = (int *) R_alloc(sptotal, sizeof(int));
                                     ˜˜˜˜˜˜˜ ^˜˜˜˜˜˜
file.c:88:46: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        spectra.pk[0].in   = (int *) R_alloc(sptotal, sizeof(int));
                                     ˜˜˜˜˜˜˜ ^˜˜˜˜˜˜
file.c:95:43: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
                fread(spectra.pk[i].mass, spectra.n[i] * sizeof(int), 1, fp);
                                          ^˜˜˜˜˜˜˜˜˜˜˜ ˜
file.c:96:41: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
                fread(spectra.pk[i].in, spectra.n[i] * sizeof(int), 1, fp);
                                        ^˜˜˜˜˜˜˜˜˜˜˜ ˜
file.c:187:34: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        spectra.ri = (double *) R_alloc(total, sizeof(double));
                                ˜˜˜˜˜˜˜ ^˜˜˜˜
file.c:188:34: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        spectra.rt = (double *) R_alloc(total, sizeof(double));
                                ˜˜˜˜˜˜˜ ^˜˜˜˜
file.c:189:31: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        spectra.n  = (int *) R_alloc(total, sizeof(int));
                             ˜˜˜˜˜˜˜ ^˜˜˜˜
file.c:190:40: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        spectra.pk = (struct peaks *) R_alloc(total, sizeof(struct peaks));
                                      ˜˜˜˜˜˜˜ ^˜˜˜˜
file.c:209:29: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                str_alloc(ri_str, ri_len, len);
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜
./file.h:14:52: note: expanded from macro 'str_alloc'
                                x = (char *) R_chk_calloc(len, sizeof(char)); \
                                                          ^
file.c:210:29: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                str_alloc(rt_str, rt_len, len);
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜
./file.h:14:52: note: expanded from macro 'str_alloc'
                                x = (char *) R_chk_calloc(len, sizeof(char)); \
                                                          ^
file.c:211:29: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                str_alloc(sp_str, sp_len, len);
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜
./file.h:14:52: note: expanded from macro 'str_alloc'
                                x = (char *) R_chk_calloc(len, sizeof(char)); \
                                                          ^
file.c:243:40: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                spectra.pk[j].mass = (int *) R_alloc(n , sizeof(int));
                                             ˜˜˜˜˜˜˜ ^
file.c:244:40: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                spectra.pk[j].in   = (int *) R_alloc(n , sizeof(int));
                                             ˜˜˜˜˜˜˜ ^
file.c:275:11: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
        sp_len = strlen(spectrum);
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
file.c:350:37: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        sp.ri         = (double *) R_alloc(splen, sizeof(double));
                                   ˜˜˜˜˜˜˜ ^˜˜˜˜
file.c:351:37: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        sp.rt         = (double *) R_alloc(splen, sizeof(double));
                                   ˜˜˜˜˜˜˜ ^˜˜˜˜
file.c:352:34: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        sp.n          = (int *) R_alloc(splen, sizeof(int));
                                ˜˜˜˜˜˜˜ ^˜˜˜˜
file.c:353:43: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        sp.pk         = (struct peaks *) R_alloc(splen, sizeof(struct peaks));
                                         ˜˜˜˜˜˜˜ ^˜˜˜˜
file.c:354:34: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        sp.pk[0].mass = (int *) R_alloc(sptotal, sizeof(int));
                                ˜˜˜˜˜˜˜ ^˜˜˜˜˜˜
file.c:355:34: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        sp.pk[0].in   = (int *) R_alloc(sptotal, sizeof(int));
                                ˜˜˜˜˜˜˜ ^˜˜˜˜˜˜
27 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c find_peaks.c -o find_peaks.o
find_peaks.c:117:13: warning: implicit conversion turns floating-point number into integer: 'double' to 'int' [-Wconversion]
        b = ri[0];
          ˜ ^˜˜˜˜
find_peaks.c:120:26: warning: implicit conversion turns floating-point number into integer: 'double' to 'int' [-Wconversion]
        i = (ri_min - b) / m;
          ˜ ˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜
2 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c getLine.c -o getLine.o
getLine.c:11:33: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                *line = (char *) R_chk_calloc(*n, sizeof(char));
                                 ˜˜˜˜˜˜˜˜˜˜˜˜ ^˜
getLine.c:19:42: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
                        *line = (char *) R_chk_realloc(*line, *n * sizeof(char));
                                                              ^˜ ˜
2 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c hpf.c -o hpf.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c ncdf.c -o ncdf.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c netcdf_peak_finding.c -o netcdf_peak_finding.o
netcdf_peak_finding.c:60:28: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        diff = (int *) R_alloc( N * (scan_number - 1), sizeof(int));
                       ˜˜˜˜˜˜˜  ˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
netcdf_peak_finding.c:61:26: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        x    = (int *) R_alloc( N, sizeof(int));
                       ˜˜˜˜˜˜˜  ^
netcdf_peak_finding.c:62:26: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        y    = (int *) R_alloc( N, sizeof(int));
                       ˜˜˜˜˜˜˜  ^
3 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c peakExtraction.c -o peakExtraction.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c ppc.c -o ppc.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 TargetSearch.so Rinit.o file.o find_peaks.o getLine.o hpf.o ncdf.o netcdf_peak_finding.o peakExtraction.o ppc.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-2.12-bioc/meat/TargetSearch.Rcheck/TargetSearch/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (TargetSearch)

TargetSearch.Rcheck/TargetSearch-Ex.timings:

nameusersystemelapsed
FAMEoutliers0.0870.0160.142
FindPeaks0.6920.0330.777
ImportFameSettings0.0300.0040.035
ImportLibrary0.0380.0060.045
ImportSamples0.0260.0030.029
NetCDFPeakFinding0.9900.0801.128
Profile2.3280.1412.493
ProfileCleanUp2.2000.0902.313
RIcorrect20.071 1.94723.321
fixRI2.0340.2722.348
medianRILib1.3560.0581.424
peakFind0.7130.0400.759
plotFAME0.0380.0120.052
plotPeak0.5180.0960.630
plotPeakSimple0.9620.1521.144
plotRIdev1.0260.0611.120
plotSpectra0.7270.0300.834
quantMatrix2.1870.0832.327
ri2rt0.1390.0240.163
riMatrix1.9660.2092.216
rt2ri0.0120.0070.019
sampleRI1.3960.0491.475
tsLib-class0.0240.0230.050
tsMSdata-class0.0070.0070.015
tsProfile-class0.0060.0070.013
tsRim-class0.0110.0150.027
tsSample-class0.0500.0290.080
writeLibText0.0630.0140.079