Back to Multiple platform build/check report for BioC 3.6
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

CHECK report for snpStats on tokay1

This page was generated on 2018-04-12 13:19:07 -0400 (Thu, 12 Apr 2018).

Package 1321/1472HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
snpStats 1.28.0
David Clayton
Snapshot Date: 2018-04-11 16:45:18 -0400 (Wed, 11 Apr 2018)
URL: https://git.bioconductor.org/packages/snpStats
Branch: RELEASE_3_6
Last Commit: 8df9f41
Last Changed Date: 2017-10-30 12:39:22 -0400 (Mon, 30 Oct 2017)
malbec1 Linux (Ubuntu 16.04.1 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64  OK  OK [ OK ] OK UNNEEDED, same version exists in internal repository
veracruz1 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: snpStats
Version: 1.28.0
Command: rm -rf snpStats.buildbin-libdir snpStats.Rcheck && mkdir snpStats.buildbin-libdir snpStats.Rcheck && C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=snpStats.buildbin-libdir snpStats_1.28.0.tar.gz >snpStats.Rcheck\00install.out 2>&1 && cp snpStats.Rcheck\00install.out snpStats-install.out && C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD check --library=snpStats.buildbin-libdir --install="check:snpStats-install.out" --force-multiarch --no-vignettes --timings snpStats_1.28.0.tar.gz
StartedAt: 2018-04-12 03:18:29 -0400 (Thu, 12 Apr 2018)
EndedAt: 2018-04-12 03:21:11 -0400 (Thu, 12 Apr 2018)
EllapsedTime: 161.7 seconds
RetCode: 0
Status:  OK  
CheckDir: snpStats.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf snpStats.buildbin-libdir snpStats.Rcheck && mkdir snpStats.buildbin-libdir snpStats.Rcheck && C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=snpStats.buildbin-libdir snpStats_1.28.0.tar.gz >snpStats.Rcheck\00install.out 2>&1 && cp snpStats.Rcheck\00install.out snpStats-install.out  &&  C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD check --library=snpStats.buildbin-libdir --install="check:snpStats-install.out" --force-multiarch --no-vignettes --timings snpStats_1.28.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.6-bioc/meat/snpStats.Rcheck'
* using R version 3.4.4 (2018-03-15)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'snpStats/DESCRIPTION' ... OK
* this is package 'snpStats' version '1.28.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 whether package 'snpStats' can be installed ... OK
* checking installed package size ... NOTE
  installed size is  8.0Mb
  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
* loading checks for arch 'i386'
** 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
* loading checks for arch 'x64'
** 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 ... NOTE
mvtests: no visible global function definition for 'contrasts'
plotUncertainty: no visible global function definition for 'lines'
plotUncertainty: no visible global function definition for 'text'
write.plink: no visible global function definition for 'write.table'
Undefined global functions or variables:
  contrasts lines text write.table
Consider adding
  importFrom("graphics", "lines", "text")
  importFrom("stats", "contrasts")
  importFrom("utils", "write.table")
to your NAMESPACE file.
* 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
Note: information on .o files for i386 is not available
Note: information on .o files for x64 is not available
File 'C:/Users/biocbuild/bbs-3.6-bioc/meat/snpStats.buildbin-libdir/snpStats/libs/i386/snpStats.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'rand', possibly from 'rand' (C)
File 'snpStats/libs/i386/snpStats.dll':
  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 use Fortran I/O
nor system RNGs. The detected symbols are linked into the code but
might come from libraries and not actually be called.
Compiled code should not call non-API entry points in R.

See 'Writing portable packages' in the 'Writing R Extensions' manual.
* checking installed files from 'inst/doc' ... OK
* checking files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... OK
** running examples for arch 'x64' ... 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: 3 NOTEs
See
  'C:/Users/biocbuild/bbs-3.6-bioc/meat/snpStats.Rcheck/00check.log'
for details.



Installation output

snpStats.Rcheck/00install.out


install for i386

* installing *source* package 'snpStats' ...
** libs
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c Runcertain.c -o Runcertain.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c bind.c -o bind.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c count_gt.c -o count_gt.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c covwin.c -o covwin.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c force_hom.c -o force_hom.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c fst.c -o fst.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c glm_test.c -o glm_test.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c glm_test_R.c -o glm_test_R.o
glm_test_R.c: In function 'snp_rhs_score':
glm_test_R.c:368:7: warning: unused variable 'max_name_length' [-Wunused-variable]
   int max_name_length =  MAX_NAME_LENGTH -1;
       ^
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c hash_index.c -o hash_index.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c hphase.c -o hphase.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c imputation.c -o imputation.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c in.c -o in.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c input.c -o input.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c invert.c -o invert.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c ipf.c -o ipf.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c ld.c -o ld.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c misc.c -o misc.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c mla.c -o mla.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c mvphenotype.c -o mvphenotype.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c outdata.c -o outdata.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c plink.c -o plink.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c read_uncertain.c -o read_uncertain.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c readped.c -o readped.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c single_snp_tests.c -o single_snp_tests.o
single_snp_tests.c: In function 'score_single':
single_snp_tests.c:327:4: warning: 'name_index' may be used uninitialized in this function [-Wmaybe-uninitialized]
    do_impute(Snps, n, diploid, subset, nsubj, name_index, Rule, gt2ht, 
    ^
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c snp_summary.c -o snp_summary.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c snpmpy.c -o snpmpy.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c solve_cubic.c -o solve_cubic.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c structure.c -o structure.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c subset.c -o subset.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c switch.c -o switch.o
switch.c: In function 'test_switch':
switch.c:32:8: warning: variable 'female2' set but not used [-Wunused-but-set-variable]
   int *female2 = NULL;
        ^
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c tdt.c -o tdt.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c testBig.c -o testBig.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c uncertain.c -o uncertain.o
C:/Rtools/mingw_32/bin/g++ -shared -s -static-libgcc -o snpStats.dll tmp.def 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 -LC:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/libs/i386 -lzlib1bioc -LC:/local323/lib/i386 -LC:/local323/lib -LC:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.6-bioc/meat/snpStats.buildbin-libdir/snpStats/libs/i386
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'snpStats'
    finding HTML links ... done
    Fst                                     html  
    GlmEstimates-class                      html  
    GlmTests-class                          html  
    ImputationRules-class                   html  
    SingleSnpTests-class                    html  
    SnpMatrix-class                         html  
    XSnpMatrix-class                        html  
    chi.squared                             html  
    convert.snpMatrix                       html  
    example-new                             html  
    families                                html  
    filter.rules                            html  
    for.exercise                            html  
    glm.test.control                        html  
    ibsCount                                html  
    ibsDist                                 html  
    imputation.maf                          html  
    impute.snps                             html  
    ld                                      html  
    ld.example                              html  
    mean2g                                  html  
    misinherits                             html  
    mvtests                                 html  
    plotUncertainty                         html  
    pool                                    html  
    pool2                                   html  
    pp                                      html  
    qq.chisq                                html  
    random.snps                             html  
    read.beagle                             html  
    read.impute                             html  
    read.long                               html  
    read.mach                               html  
    read.pedfile                            html  
    read.plink                              html  
    read.snps.long                          html  
    row.summary                             html  
    sample                                  html  
    single.snp.tests                        html  
    sm.compare                              html  
    snp.cor                                 html  
    snp.imputation                          html  
    snp.lhs.estimates                       html  
    snp.lhs.tests                           html  
    snp.pre.multiply                        html  
    snp.rhs.estimates                       html  
    snp.rhs.tests                           html  
    snpStats-package                        html  
    switch.alleles                          html  
    tdt.snp                                 html  
    test.allele.switch                      html  
    testdata                                html  
    write.plink                             html  
    write.snp.matrix                        html  
    xxt                                     html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
In R CMD INSTALL

install for x64

* installing *source* package 'snpStats' ...
** libs
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c Runcertain.c -o Runcertain.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c bind.c -o bind.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c count_gt.c -o count_gt.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c covwin.c -o covwin.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c force_hom.c -o force_hom.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c fst.c -o fst.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c glm_test.c -o glm_test.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c glm_test_R.c -o glm_test_R.o
glm_test_R.c: In function 'snp_rhs_score':
glm_test_R.c:368:7: warning: unused variable 'max_name_length' [-Wunused-variable]
   int max_name_length =  MAX_NAME_LENGTH -1;
       ^
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c hash_index.c -o hash_index.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c hphase.c -o hphase.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c imputation.c -o imputation.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c in.c -o in.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c input.c -o input.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c invert.c -o invert.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c ipf.c -o ipf.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c ld.c -o ld.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c misc.c -o misc.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c mla.c -o mla.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c mvphenotype.c -o mvphenotype.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c outdata.c -o outdata.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c plink.c -o plink.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c read_uncertain.c -o read_uncertain.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c readped.c -o readped.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c single_snp_tests.c -o single_snp_tests.o
single_snp_tests.c: In function 'score_single':
single_snp_tests.c:327:4: warning: 'name_index' may be used uninitialized in this function [-Wmaybe-uninitialized]
    do_impute(Snps, n, diploid, subset, nsubj, name_index, Rule, gt2ht, 
    ^
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c snp_summary.c -o snp_summary.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c snpmpy.c -o snpmpy.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c solve_cubic.c -o solve_cubic.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c structure.c -o structure.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c subset.c -o subset.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c switch.c -o switch.o
switch.c: In function 'test_switch':
switch.c:32:8: warning: variable 'female2' set but not used [-Wunused-but-set-variable]
   int *female2 = NULL;
        ^
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c tdt.c -o tdt.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c testBig.c -o testBig.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/include" -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c uncertain.c -o uncertain.o
C:/Rtools/mingw_64/bin/g++ -shared -s -static-libgcc -o snpStats.dll tmp.def 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 -LC:/Users/biocbuild/bbs-3.6-bioc/R/library/zlibbioc/libs/x64 -lzlib1bioc -LC:/local323/lib/x64 -LC:/local323/lib -LC:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.6-bioc/meat/snpStats.buildbin-libdir/snpStats/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'snpStats' as snpStats_1.28.0.zip
* DONE (snpStats)
In R CMD INSTALL
In R CMD INSTALL

Tests output


Example timings

snpStats.Rcheck/examples_i386/snpStats-Ex.timings

nameusersystemelapsed
Fst0.840.010.86
GlmEstimates-class000
GlmTests-class000
ImputationRules-class000
SingleSnpTests-class0.020.000.01
SnpMatrix-class0.300.040.33
XSnpMatrix-class0.170.000.17
chi.squared0.140.010.16
families0.050.000.04
filter.rules000
for.exercise1.060.031.10
ibsCount0.570.000.56
ibsDist0.310.000.31
imputation.maf000
impute.snps0.830.070.89
ld0.110.000.11
mean2g0.090.010.11
misinherits0.050.000.05
mvtests000
plotUncertainty000
pool0.250.000.25
pp0.150.000.15
qq.chisq000
random.snps000
read.beagle000
read.impute000
read.long000
read.mach000
read.pedfile000
row.summary0.140.020.16
single.snp.tests0.200.010.21
sm.compare000
snp.cor0.490.000.49
snp.imputation0.760.020.78
snp.lhs.estimates0.50.00.5
snp.lhs.tests0.190.000.19
snp.pre.multiply0.130.000.12
snp.rhs.estimates0.210.010.24
snp.rhs.tests0.160.000.15
switch.alleles0.140.020.16
tdt.snp0.030.000.03
test.allele.switch0.140.000.14
testdata0.170.000.17
write.plink0.250.000.25
xxt0.580.000.58

snpStats.Rcheck/examples_x64/snpStats-Ex.timings

nameusersystemelapsed
Fst0.670.030.70
GlmEstimates-class000
GlmTests-class000
ImputationRules-class000
SingleSnpTests-class000
SnpMatrix-class0.320.020.34
XSnpMatrix-class0.110.000.11
chi.squared0.070.020.08
families0.030.000.03
filter.rules000
for.exercise0.900.030.94
ibsCount0.410.010.42
ibsDist0.230.020.25
imputation.maf000
impute.snps0.770.010.78
ld0.040.040.08
mean2g0.080.000.08
misinherits0.040.010.06
mvtests000
plotUncertainty000
pool0.250.000.25
pp0.130.000.12
qq.chisq000
random.snps000
read.beagle000
read.impute000
read.long000
read.mach000
read.pedfile000
row.summary0.160.000.16
single.snp.tests0.200.020.21
sm.compare000
snp.cor0.330.000.33
snp.imputation0.630.040.67
snp.lhs.estimates0.360.000.36
snp.lhs.tests0.150.000.16
snp.pre.multiply0.080.020.09
snp.rhs.estimates0.180.010.20
snp.rhs.tests0.080.000.08
switch.alleles0.090.000.09
tdt.snp0.030.000.03
test.allele.switch0.100.020.11
testdata0.120.020.14
write.plink0.190.010.27
xxt0.260.000.26