snpStats 1.19.2 David Clayton
Snapshot Date: 2015-08-23 16:24:14 -0700 (Sun, 23 Aug 2015) | URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/snpStats | Last Changed Rev: 107426 / Revision: 107696 | Last Changed Date: 2015-08-14 06:29:46 -0700 (Fri, 14 Aug 2015) |
| zin1 | Linux (Ubuntu 14.04.2 LTS) / x86_64 | OK | OK | [ OK ] | | |
perceval | Mac OS X Snow Leopard (10.6.8) / x86_64 | OK | OK | OK | OK | |
oaxaca | Mac OS X Mavericks (10.9.5) / x86_64 | OK | OK | OK | OK | |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.2-bioc/R/bin/R CMD check --no-vignettes --timings snpStats_1.19.2.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.2-bioc/meat/snpStats.Rcheck’
* using R version 3.2.2 (2015-08-14)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘snpStats/DESCRIPTION’ ... OK
* this is package ‘snpStats’ version ‘1.19.2’
* 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 ‘snpStats’ can be installed ... [12s/12s] OK
* checking installed package size ... NOTE
installed size is 8.4Mb
sub-directories of 1Mb or more:
data 4.1Mb
doc 2.4Mb
* checking package directory ... OK
* checking ‘build’ 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 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 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 compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking compiled code ... NOTE
File ‘snpStats/libs/snpStats.so’:
Found ‘rand’, possibly from ‘rand’ (C)
Object: ‘testBig.o’
File ‘snpStats/libs/snpStats.so’:
Found non-API call to R: ‘R_data_class’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the system RNG.
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
* checking sizes of PDF files under ‘inst/doc’ ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... [10s/10s] 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 vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE
Status: 2 NOTEs
See
‘/home/biocbuild/bbs-3.2-bioc/meat/snpStats.Rcheck/00check.log’
for details.
* installing *source* package ‘snpStats’ ...
** libs
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c Runcertain.c -o Runcertain.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c bind.c -o bind.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c count_gt.c -o count_gt.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c covwin.c -o covwin.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c force_hom.c -o force_hom.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c fst.c -o fst.o
fst.c: In function ‘Fst’:
fst.c:70:8: warning: unused variable ‘na2’ [-Wunused-variable]
int *na2 = (int *) Calloc(ngrp, int);
^
fst.c:66:11: warning: unused variable ‘weight’ [-Wunused-variable]
double *weight = REAL(Weight);
^
fst.c:65:11: warning: unused variable ‘fst’ [-Wunused-variable]
double *fst = REAL(Fst);
^
fst.c:32:24: warning: unused variable ‘snps’ [-Wunused-variable]
const unsigned char *snps = RAW(Snps);
^
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c glm_test.c -o glm_test.o
glm_test.c: In function ‘glm_fit’:
glm_test.c:261:26: warning: ‘dfr’ may be used uninitialized in this function [-Wmaybe-uninitialized]
*df_resid = dfr>0? dfr : 0;
^
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c glm_test_R.c -o glm_test_R.o
glm_test_R.c: In function ‘snp_rhs_score’:
glm_test_R.c:368:8: warning: variable ‘testname’ set but not used [-Wunused-but-set-variable]
char testname[MAX_NAME_LENGTH];
^
glm_test_R.c: In function ‘snp_rhs_estimate’:
glm_test_R.c:1518:11: warning: variable ‘Uc’ set but not used [-Wunused-but-set-variable]
double *Uc;
^
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c hash_index.c -o hash_index.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c hphase.c -o hphase.o
hphase.c: In function ‘emhap’:
hphase.c:261:9: warning: variable ‘ipfault’ set but not used [-Wunused-but-set-variable]
int ipfault = 0;
^
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c imputation.c -o imputation.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c in.c -o in.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c input.c -o input.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c invert.c -o invert.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c ipf.c -o ipf.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c ld.c -o ld.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c misc.c -o misc.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c mla.c -o mla.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c mvphenotype.c -o mvphenotype.o
mvphenotype.c: In function ‘mvphen’:
mvphenotype.c:190:7: warning: variable ‘ifX’ set but not used [-Wunused-but-set-variable]
int ifX = 0;
^
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c outdata.c -o outdata.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c plink.c -o plink.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c read_uncertain.c -o read_uncertain.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c readped.c -o readped.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c single_snp_tests.c -o single_snp_tests.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c snp_summary.c -o snp_summary.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c snpmpy.c -o snpmpy.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c solve_cubic.c -o solve_cubic.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c structure.c -o structure.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c subset.c -o subset.o
subset.c: In function ‘subset’:
subset.c:45:19: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
const char *x = RAW(X);
^
subset.c:52:13: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
char *r = RAW(Result);
^
subset.c:20:7: warning: unused variable ‘M’ [-Wunused-variable]
int M = dim[1];
^
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c switch.c -o switch.o
switch.c: In function ‘test_switch’:
switch.c:54:10: warning: variable ‘fg’ set but not used [-Wunused-but-set-variable]
int *fg = female;
^
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c tdt.c -o tdt.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c testBig.c -o testBig.o
testBig.c: In function ‘snp_big’:
testBig.c:39:14: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
char *Ri = RAW(Result);
^
testBig.c:40:17: warning: ‘i’ may be used uninitialized in this function [-Wmaybe-uninitialized]
for (R_xlen_t i; i<size; i++) {
^
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c uncertain.c -o uncertain.o
gcc -std=gnu99 -shared -L/home/biocbuild/bbs-3.2-bioc/R/lib -L/usr/local/lib -o snpStats.so Runcertain.o bind.o count_gt.o covwin.o force_hom.o fst.o glm_test.o glm_test_R.o hash_index.o hphase.o imputation.o in.o input.o invert.o ipf.o ld.o misc.o mla.o mvphenotype.o outdata.o plink.o read_uncertain.o readped.o single_snp_tests.o snp_summary.o snpmpy.o solve_cubic.o structure.o subset.o switch.o tdt.o testBig.o uncertain.o -lz -L/home/biocbuild/bbs-3.2-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.2-bioc/meat/snpStats.Rcheck/snpStats/libs
** R
** data
** inst
** preparing package for lazy loading
Creating a generic function for ‘plot’ from package ‘graphics’ in package ‘snpStats’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (snpStats)