Back to Multiple platform build/check report for BioC 3.6
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

CHECK report for chopsticks on tokay1

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

Package 226/1472HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
chopsticks 1.42.0
Hin-Tak Leung
Snapshot Date: 2018-04-11 16:45:18 -0400 (Wed, 11 Apr 2018)
URL: https://git.bioconductor.org/packages/chopsticks
Branch: RELEASE_3_6
Last Commit: 8092034
Last Changed Date: 2017-10-30 12:39:32 -0400 (Mon, 30 Oct 2017)
malbec1 Linux (Ubuntu 16.04.1 LTS) / x86_64  NotNeeded  OK  WARNINGS UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64  NotNeeded  OK [ WARNINGS ] OK UNNEEDED, same version exists in internal repository
veracruz1 OS X 10.11.6 El Capitan / x86_64  NotNeeded  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository

Summary

Package: chopsticks
Version: 1.42.0
Command: rm -rf chopsticks.buildbin-libdir chopsticks.Rcheck && mkdir chopsticks.buildbin-libdir chopsticks.Rcheck && C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=chopsticks.buildbin-libdir chopsticks_1.42.0.tar.gz >chopsticks.Rcheck\00install.out 2>&1 && cp chopsticks.Rcheck\00install.out chopsticks-install.out && C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD check --library=chopsticks.buildbin-libdir --install="check:chopsticks-install.out" --force-multiarch --no-vignettes --timings chopsticks_1.42.0.tar.gz
StartedAt: 2018-04-11 22:53:01 -0400 (Wed, 11 Apr 2018)
EndedAt: 2018-04-11 22:55:00 -0400 (Wed, 11 Apr 2018)
EllapsedTime: 119.5 seconds
RetCode: 0
Status:  WARNINGS  
CheckDir: chopsticks.Rcheck
Warnings: 2

Command output

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


* using log directory 'C:/Users/biocbuild/bbs-3.6-bioc/meat/chopsticks.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 'chopsticks/DESCRIPTION' ... OK
* this is package 'chopsticks' version '1.42.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 'chopsticks' can be installed ... WARNING
Found the following significant warnings:
  Rd warning: C:/Users/biocbuild/bbs-3.6-bioc/tmpdir/Rtmp4OVkwf/R.INSTALL12147e0655b5/chopsticks/man/snp.cbind.Rd:40: missing file link 'rbind'
See 'C:/Users/biocbuild/bbs-3.6-bioc/meat/chopsticks.Rcheck/00install.out' for details.
* checking installed package size ... NOTE
  installed size is  5.6Mb
  sub-directories of 1Mb or more:
    data   4.1Mb
* checking package directory ... OK
* checking 'build' directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Malformed Description field: should contain one or more complete sentences.
* 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 ... NOTE
Warning in methods:::bind_activation(TRUE) :
  methods:::bind_activation(TRUE) is deprecated;
 you should rather provide methods for cbind2() / rbind2()
Warning: no function found corresponding to methods exports from 'chopsticks' for: 'cbind2', 'coerce', 'initialize', 'rbind2', 'show'

A namespace must be able to be loaded with just the base namespace
loaded: otherwise if the namespace gets loaded by a saved object, the
session will be unable to start.

Probably some imports need to be declared in the NAMESPACE file.
** checking whether the namespace can be unloaded cleanly ... OK
** checking loading without being on the library search path ... 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 ... NOTE
Warning in methods:::bind_activation(TRUE) :
  methods:::bind_activation(TRUE) is deprecated;
 you should rather provide methods for cbind2() / rbind2()
Warning: no function found corresponding to methods exports from 'chopsticks' for: 'cbind2', 'coerce', 'initialize', 'rbind2', 'show'

A namespace must be able to be loaded with just the base namespace
loaded: otherwise if the namespace gets loaded by a saved object, the
session will be unable to start.

Probably some imports need to be declared in the NAMESPACE file.
** checking whether the namespace can be unloaded cleanly ... OK
** checking loading without being on the library search path ... OK
* checking dependencies in R code ... NOTE
Package in Depends field not imported from: 'methods'
  These packages need to be imported from (in the NAMESPACE file)
  for when this namespace is loaded but not attached.
Unexported object imported by a ':::' call: 'methods:::bind_activation'
  See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
NB: .Last.lib will not be used unless it is exported
File 'chopsticks/R/zzz.R':
  .Last.lib has wrong argument list 'libname, package'

Package detach functions should have one argument with name starting
  with 'lib'.
Package detach functions should not call 'library.dynam.unload'.
See section 'Good practice' in '?.Last.lib'.

qq.chisq : shade: no visible global function definition for 'polygon'
qq.chisq: no visible global function definition for 'qchisq'
qq.chisq: no visible global function definition for 'qbeta'
qq.chisq: no visible global function definition for 'plot'
qq.chisq: no visible global function definition for 'pchisq'
qq.chisq: no visible global function definition for 'points'
qq.chisq: no visible global function definition for 'abline'
qq.chisq: no visible global function definition for 'legend'
read.HapMap.data: no visible global function definition for
  'download.file'
read.HapMap.data: no visible global function definition for
  'flush.console'
read.pedfile.info: no visible global function definition for
  'read.table'
read.pedfile.map: no visible global function definition for
  'read.table'
read.snps.long.old: no visible global function definition for 'new'
read.snps.pedfile: no visible global function definition for
  'download.file'
single.snp.tests: no visible global function definition for 'is'
snp.lhs.tests: no visible global function definition for 'is'
snp.lhs.tests: no visible global function definition for 'terms'
snp.lhs.tests: no visible global function definition for 'model.matrix'
snp.rhs.tests: no visible global function definition for 'terms'
snp.rhs.tests: no visible global function definition for 'is'
snp.rhs.tests: no visible global function definition for
  'model.response'
snp.rhs.tests: no visible global function definition for 'model.matrix'
snp.rhs.tests: no visible global function definition for
  'model.weights'
snp.rhs.tests: no visible global function definition for 'model.offset'
write.snp.matrix: no visible global function definition for 'is'
[,X.snp.matrix-ANY-ANY-ANY: no visible global function definition for
  'new'
[<-,X.snp.matrix-ANY-ANY-X.snp.matrix: no visible global function
  definition for 'slot'
[<-,X.snp.matrix-ANY-ANY-X.snp.matrix: no visible global function
  definition for 'slot<-'
coerce,X.snp-genotype: no visible global function definition for
  'callNextMethod'
coerce,matrix-snp.matrix: no visible global function definition for
  'new'
coerce,snp-genotype: no visible global function definition for 'as'
coerce,snp.matrix-X.snp.matrix: no visible global function definition
  for 'new'
initialize,X.snp.matrix: no visible global function definition for
  'callNextMethod'
initialize,snp.matrix: no visible global function definition for
  'callNextMethod'
show,X.snp: no visible global function definition for 'as'
show,snp: no visible global function definition for 'as'
Undefined global functions or variables:
  abline as callNextMethod download.file flush.console is legend
  model.matrix model.offset model.response model.weights new pchisq
  plot points polygon qbeta qchisq read.table slot slot<- terms
Consider adding
  importFrom("graphics", "abline", "legend", "plot", "points", "polygon")
  importFrom("methods", "as", "callNextMethod", "is", "new", "slot",
             "slot<-")
  importFrom("stats", "model.matrix", "model.offset", "model.response",
             "model.weights", "pchisq", "qbeta", "qchisq", "terms")
  importFrom("utils", "download.file", "flush.console", "read.table")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
* checking Rd files ... NOTE
prepare_Rd: ibs.stats.Rd:28: Dropping empty section \references
prepare_Rd: ibs.stats.Rd:49: Dropping empty section \seealso
prepare_Rd: read.pedfile.info.Rd:31-32: Dropping empty section \examples
prepare_Rd: read.pedfile.map.Rd:31-32: Dropping empty section \examples
prepare_Rd: read.snps.chiamo.Rd:37-38: Dropping empty section \note
prepare_Rd: read.wtccc.signals.Rd:58: Dropping empty section \seealso
prepare_Rd: wtccc.sample.list.Rd:36-37: Dropping empty section \note
prepare_Rd: wtccc.sample.list.Rd:39-40: Dropping empty section \examples
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... WARNING
Undocumented S4 methods:
  generic '[' and siglist 'X.snp.matrix,ANY,ANY,ANY'
  generic '[' and siglist 'snp.matrix,ANY,ANY,ANY'
All user-level objects in a package (including S4 classes and methods)
should have documentation entries.
See chapter 'Writing R documentation files' in the 'Writing R
Extensions' manual.
* 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 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/chopsticks.buildbin-libdir/chopsticks/libs/i386/chopsticks.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
File 'chopsticks/libs/i386/chopsticks.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: 2 WARNINGs, 8 NOTEs
See
  'C:/Users/biocbuild/bbs-3.6-bioc/meat/chopsticks.Rcheck/00check.log'
for details.



Installation output

chopsticks.Rcheck/00install.out


install for i386

* installing *source* package 'chopsticks' ...
** libs
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c adler32.c -o adler32.o
C:/Rtools/mingw_32/bin/gcc  -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/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c compress.c -o compress.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c crc32.c -o crc32.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c deflate.c -o deflate.o
C:/Rtools/mingw_32/bin/gcc  -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/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/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
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c gzio.c -o gzio.o
C:/Rtools/mingw_32/bin/gcc  -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/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c ibs.c -o ibs.o
C:/Rtools/mingw_32/bin/gcc  -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/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c infback.c -o infback.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c inffast.c -o inffast.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c inflate.c -o inflate.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c inftrees.c -o inftrees.o
C:/Rtools/mingw_32/bin/gcc  -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/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c inputNew.c -o inputNew.o
C:/Rtools/mingw_32/bin/gcc  -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_unsorted.c -o input_unsorted.o
C:/Rtools/mingw_32/bin/gcc  -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_graphic_eps.c -o ld_graphic_eps.o
C:/Rtools/mingw_32/bin/gcc  -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_with.c -o ld_with.o
C:/Rtools/mingw_32/bin/gcc  -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/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/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c pairwise_linkage.c -o pairwise_linkage.o
C:/Rtools/mingw_32/bin/gcc  -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_chiamo.c -o read_chiamo.o
C:/Rtools/mingw_32/bin/gcc  -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_hapmap.c -o read_hapmap.o
C:/Rtools/mingw_32/bin/gcc  -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_pedfile.c -o read_pedfile.o
C:/Rtools/mingw_32/bin/gcc  -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_signals.c -o read_signals.o
C:/Rtools/mingw_32/bin/gcc  -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/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c sdfpw.c -o sdfpw.o
C:/Rtools/mingw_32/bin/gcc  -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
C:/Rtools/mingw_32/bin/gcc  -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/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/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/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c solve_quadratic.c -o solve_quadratic.o
C:/Rtools/mingw_32/bin/gcc  -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/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c trees.c -o trees.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c uncompr.c -o uncompr.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c zutil.c -o zutil.o
C:/Rtools/mingw_32/bin/g++ -shared -s -static-libgcc -o chopsticks.dll tmp.def adler32.o bind.o compress.o crc32.o deflate.o force_hom.o glm_test.o glm_test_R.o gzio.o hash_index.o ibs.o in.o infback.o inffast.o inflate.o inftrees.o input.o inputNew.o input_unsorted.o ld_graphic_eps.o ld_with.o mla.o outdata.o pairwise_linkage.o read_chiamo.o read_hapmap.o read_pedfile.o read_signals.o readped.o sdfpw.o single_snp_tests.o snp_summary.o snpmpy.o solve_cubic.o solve_quadratic.o structure.o trees.o uncompr.o zutil.o -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/chopsticks.buildbin-libdir/chopsticks/libs/i386
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'chopsticks'
    finding HTML links ... done
    X.snp-class                             html  
    X.snp.matrix-class                      html  
    epsout.ld.snp                           html  
    for.exercise                            html  
    glm.test.control                        html  
    ibs.stats                               html  
    ibsCount                                html  
    ibsDist                                 html  
    ld.snp                                  html  
    ld.with                                 html  
    pair.result.ld.snp                      html  
    plot.snp.dprime                         html  
    qq.chisq                                html  
    read.HapMap.data                        html  
    read.pedfile.info                       html  
    read.pedfile.map                        html  
    read.snps.chiamo                        html  
    read.snps.long                          html  
    read.snps.long.old                      html  
    read.snps.pedfile                       html  
    read.wtccc.signals                      html  
    row.summary                             html  
    single.snp.tests                        html  
    snp-class                               html  
    snp.cbind                               html  
Rd warning: C:/Users/biocbuild/bbs-3.6-bioc/tmpdir/Rtmp4OVkwf/R.INSTALL12147e0655b5/chopsticks/man/snp.cbind.Rd:40: missing file link 'rbind'
    snp.cor                                 html  
    snp.dprime-class                        html  
    snp.lhs.tests                           html  
    snp.matrix-class                        html  
    snp.pre                                 html  
    snp.rhs.tests                           html  
    snpMatrix-internal                      html  
    snpMatrix-package                       html  
    testdata                                html  
    write.snp.matrix                        html  
    wtccc.sample.list                       html  
    xxt                                     html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
Warning in methods:::bind_activation(TRUE) :
  methods:::bind_activation(TRUE) is deprecated;
 you should rather provide methods for cbind2() / rbind2()
In R CMD INSTALL

install for x64

* installing *source* package 'chopsticks' ...
** libs
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c adler32.c -o adler32.o
C:/Rtools/mingw_64/bin/gcc  -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/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c compress.c -o compress.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c crc32.c -o crc32.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c deflate.c -o deflate.o
C:/Rtools/mingw_64/bin/gcc  -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/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/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
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c gzio.c -o gzio.o
C:/Rtools/mingw_64/bin/gcc  -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/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c ibs.c -o ibs.o
C:/Rtools/mingw_64/bin/gcc  -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/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c infback.c -o infback.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c inffast.c -o inffast.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c inflate.c -o inflate.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c inftrees.c -o inftrees.o
C:/Rtools/mingw_64/bin/gcc  -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/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c inputNew.c -o inputNew.o
C:/Rtools/mingw_64/bin/gcc  -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_unsorted.c -o input_unsorted.o
C:/Rtools/mingw_64/bin/gcc  -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_graphic_eps.c -o ld_graphic_eps.o
C:/Rtools/mingw_64/bin/gcc  -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_with.c -o ld_with.o
C:/Rtools/mingw_64/bin/gcc  -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/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/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c pairwise_linkage.c -o pairwise_linkage.o
C:/Rtools/mingw_64/bin/gcc  -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_chiamo.c -o read_chiamo.o
C:/Rtools/mingw_64/bin/gcc  -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_hapmap.c -o read_hapmap.o
C:/Rtools/mingw_64/bin/gcc  -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_pedfile.c -o read_pedfile.o
C:/Rtools/mingw_64/bin/gcc  -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_signals.c -o read_signals.o
C:/Rtools/mingw_64/bin/gcc  -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/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c sdfpw.c -o sdfpw.o
C:/Rtools/mingw_64/bin/gcc  -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
C:/Rtools/mingw_64/bin/gcc  -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/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/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/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c solve_quadratic.c -o solve_quadratic.o
C:/Rtools/mingw_64/bin/gcc  -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/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c trees.c -o trees.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c uncompr.c -o uncompr.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c zutil.c -o zutil.o
C:/Rtools/mingw_64/bin/g++ -shared -s -static-libgcc -o chopsticks.dll tmp.def adler32.o bind.o compress.o crc32.o deflate.o force_hom.o glm_test.o glm_test_R.o gzio.o hash_index.o ibs.o in.o infback.o inffast.o inflate.o inftrees.o input.o inputNew.o input_unsorted.o ld_graphic_eps.o ld_with.o mla.o outdata.o pairwise_linkage.o read_chiamo.o read_hapmap.o read_pedfile.o read_signals.o readped.o sdfpw.o single_snp_tests.o snp_summary.o snpmpy.o solve_cubic.o solve_quadratic.o structure.o trees.o uncompr.o zutil.o -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/chopsticks.buildbin-libdir/chopsticks/libs/x64
** testing if installed package can be loaded
Warning in methods:::bind_activation(TRUE) :
  methods:::bind_activation(TRUE) is deprecated;
 you should rather provide methods for cbind2() / rbind2()
* MD5 sums
packaged installation of 'chopsticks' as chopsticks_1.42.0.zip
* DONE (chopsticks)
In R CMD INSTALL
In R CMD INSTALL

Tests output


Example timings

chopsticks.Rcheck/examples_i386/chopsticks-Ex.timings

nameusersystemelapsed
X.snp-class0.220.000.27
X.snp.matrix-class0.210.000.20
epsout.ld.snp0.170.010.60
for.exercise0.840.000.85
ibs.stats0.210.000.20
ibsCount0.180.000.19
ibsDist0.140.000.14
ld.snp0.140.000.14
ld.with0.170.000.17
pair.result.ld.snp0.110.000.11
plot.snp.dprime0.30.00.3
qq.chisq000
read.HapMap.data0.010.000.02
read.snps.chiamo000
read.wtccc.signals000
row.summary0.130.000.12
single.snp.tests0.170.020.19
snp-class000
snp.cbind0.300.040.34
snp.cor0.330.000.33
snp.dprime-class0.090.020.11
snp.lhs.tests0.170.010.19
snp.matrix-class0.170.000.17
snp.pre0.110.020.12
snp.rhs.tests0.090.000.09
testdata0.140.000.14
xxt0.230.020.25

chopsticks.Rcheck/examples_x64/chopsticks-Ex.timings

nameusersystemelapsed
X.snp-class0.110.010.12
X.snp.matrix-class0.110.000.11
epsout.ld.snp0.190.000.19
for.exercise0.760.020.78
ibs.stats0.200.020.22
ibsCount0.240.000.23
ibsDist0.190.000.19
ld.snp0.140.000.14
ld.with0.150.000.16
pair.result.ld.snp0.080.000.08
plot.snp.dprime0.220.030.25
qq.chisq000
read.HapMap.data000
read.snps.chiamo000
read.wtccc.signals000
row.summary0.090.010.11
single.snp.tests0.190.000.19
snp-class000
snp.cbind0.280.070.34
snp.cor0.250.010.27
snp.dprime-class0.070.030.10
snp.lhs.tests0.170.000.17
snp.matrix-class0.150.000.16
snp.pre0.100.020.11
snp.rhs.tests0.080.010.09
testdata0.090.030.12
xxt0.230.000.24