Back to Rapid builds (Linux only) of a subset of BioC 3.22
Report updated every 6 hours

This page was generated on 2025-06-17 22:14 -0400 (Tue, 17 Jun 2025).

HostnameOSArch (*)R versionInstalled pkgs
teran2Linux (Ubuntu 24.04.1 LTS)x86_644.5.0 (2025-04-11) -- "How About a Twenty-Six" 886
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 198/221HostnameOS / ArchINSTALLBUILDCHECK
snpStats 1.59.2  (landing page)
David Clayton
Snapshot Date: 2025-06-17 18:00 -0400 (Tue, 17 Jun 2025)
git_url: https://git.bioconductor.org/packages/snpStats
git_branch: devel
git_last_commit: 454b802
git_last_commit_date: 2025-05-21 06:27:15 -0400 (Wed, 21 May 2025)
teran2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    WARNINGS  


CHECK results for snpStats on teran2

To the developers/maintainers of the snpStats package:
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: snpStats
Version: 1.59.2
Command: /home/rapidbuild/bbs-3.22-bioc-rapid/R/bin/R CMD check --install=check:snpStats.install-out.txt --library=/home/rapidbuild/bbs-3.22-bioc-rapid/R/site-library --timings snpStats_1.59.2.tar.gz
StartedAt: 2025-06-17 21:52:04 -0400 (Tue, 17 Jun 2025)
EndedAt: 2025-06-17 21:54:16 -0400 (Tue, 17 Jun 2025)
EllapsedTime: 131.7 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: snpStats.Rcheck
Warnings: 2

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/rapidbuild/bbs-3.22-bioc-rapid/R/bin/R CMD check --install=check:snpStats.install-out.txt --library=/home/rapidbuild/bbs-3.22-bioc-rapid/R/site-library --timings snpStats_1.59.2.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/media/volume/teran2_disk/rapidbuild/bbs-3.22-bioc-rapid/meat/snpStats.Rcheck’
* using R version 4.5.0 (2025-04-11)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
    GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
* running under: Ubuntu 24.04.2 LTS
* using session charset: UTF-8
* checking for file ‘snpStats/DESCRIPTION’ ... OK
* this is package ‘snpStats’ version ‘1.59.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 ... WARNING
Found the following significant warnings:
  bind.c:243:56: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=]
  glm_test_R.c:305:17: warning: too many arguments for format [-Wformat-extra-args]
  glm_test_R.c:805:17: warning: too many arguments for format [-Wformat-extra-args]
  glm_test_R.c:937:17: warning: too many arguments for format [-Wformat-extra-args]
  input.c:788:5: warning: ‘__builtin_strncpy’ output may be truncated copying 127 bytes from a string of length 127 [-Wstringop-truncation]
  input.c:442:11: warning: ‘__builtin_strncpy’ output may be truncated copying 127 bytes from a string of length 127 [-Wstringop-truncation]
  input.c:440:11: warning: ‘__builtin_strncpy’ output may be truncated copying 127 bytes from a string of length 127 [-Wstringop-truncation]
  input.c:438:11: warning: ‘__builtin_strncpy’ output may be truncated copying 127 bytes from a string of length 127 [-Wstringop-truncation]
  input.c:435:11: warning: ‘__builtin_strncpy’ output may be truncated copying 127 bytes from a string of length 127 [-Wstringop-truncation]
  input.c:432:11: warning: ‘__builtin_strncpy’ output may be truncated copying 127 bytes from a string of length 127 [-Wstringop-truncation]
  input.c:429:11: warning: ‘__builtin_strncpy’ output may be truncated copying 127 bytes from a string of length 127 [-Wstringop-truncation]
  read_uncertain.c:103:36: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long int’ [-Wformat=]
  readped.c:234:33: warning: ‘%d’ directive output may be truncated writing between 1 and 11 bytes into a region of size between 0 and 127 [-Wformat-truncation=]
  testBig.c:31:27: warning: ‘%d’ directive writing between 1 and 10 bytes into a region of size 9 [-Wformat-overflow=]
See ‘/media/volume/teran2_disk/rapidbuild/bbs-3.22-bioc-rapid/meat/snpStats.Rcheck/00install.out’ for details.
* used C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
* checking installed package size ... INFO
  installed size is  6.1Mb
  sub-directories of 1Mb or more:
    data   4.1Mb
* 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 code 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 loading without being on the library search path ... 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 ... NOTE
checkRd: (-1) glm.test.control.Rd:28-31: Lost braces in \itemize; meant \describe ?
checkRd: (-1) glm.test.control.Rd:32-34: Lost braces in \itemize; meant \describe ?
* 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 use of PKG_*FLAGS in Makefiles ... OK
* checking compiled code ... WARNING
Note: information on .o files is not available
File ‘/media/volume/teran2_disk/rapidbuild/bbs-3.22-bioc-rapid/R/site-library/snpStats/libs/snpStats.so’:
  Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
  Found ‘rand’, possibly from ‘rand’ (C)
File ‘snpStats/libs/snpStats.so’:
  Found non-API calls to R: ‘IS_S4_OBJECT’, ‘R_data_class’,
    ‘SET_S4_OBJECT’

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 nor [v]sprintf. 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,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 2 WARNINGs, 1 NOTE
See
  ‘/media/volume/teran2_disk/rapidbuild/bbs-3.22-bioc-rapid/meat/snpStats.Rcheck/00check.log’
for details.


Installation output

snpStats.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/rapidbuild/bbs-3.22-bioc-rapid/R/bin/R CMD INSTALL snpStats
###
##############################################################################
##############################################################################


* installing to library ‘/media/volume/teran2_disk/rapidbuild/bbs-3.22-bioc-rapid/R/site-library’
* installing *source* package ‘snpStats’ ...
** this is package ‘snpStats’ version ‘1.59.2’
** using staged installation
** libs
using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c Runcertain.c -o Runcertain.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c bind.c -o bind.o
bind.c: In function ‘snp_cbind’:
bind.c:243:56: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=]
  243 |               error("Duplicated column name at column %d overall from column %d of object %d", ij+1, j+1, i+1);
      |                                                       ~^                                       ~~~~
      |                                                        |                                         |
      |                                                        int                                       R_xlen_t {aka long int}
      |                                                       %ld
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c count_gt.c -o count_gt.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c covwin.c -o covwin.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c force_hom.c -o force_hom.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c fst.c -o fst.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c glm_test.c -o glm_test.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c glm_test_R.c -o glm_test_R.o
glm_test_R.c: In function ‘snp_lhs_score’:
glm_test_R.c:305:17: warning: too many arguments for format [-Wformat-extra-args]
  305 |         warning("Matrix not positive semi-definite in test ", t+1);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
glm_test_R.c: In function ‘snp_rhs_score’:
glm_test_R.c:805:17: warning: too many arguments for format [-Wformat-extra-args]
  805 |         warning("Matrix not positive semi-definite in test ", test+1);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
glm_test_R.c:368:7: warning: unused variable ‘max_name_length’ [-Wunused-variable]
  368 |   int max_name_length =  MAX_NAME_LENGTH -1;
      |       ^~~~~~~~~~~~~~~
glm_test_R.c: In function ‘pool2_glm’:
glm_test_R.c:937:17: warning: too many arguments for format [-Wformat-extra-args]
  937 |         warning("Matrix not positive semi-definite in pooled test ", i+1);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c hash_index.c -o hash_index.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c hphase.c -o hphase.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c imputation.c -o imputation.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c in.c -o in.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c input.c -o input.o
input.c: In function ‘simplify_names’:
input.c:788:5: warning: ‘__builtin_strncpy’ output may be truncated copying 127 bytes from a string of length 127 [-Wstringop-truncation]
  788 |     strncpy(back, front, MAX_FLD-1);
      |     ^
input.c: In function ‘insnp_new’:
input.c:442:11: warning: ‘__builtin_strncpy’ output may be truncated copying 127 bytes from a string of length 127 [-Wstringop-truncation]
  442 |           strncpy(gtype2, field, MAX_FLD-1);
      |           ^
input.c:440:11: warning: ‘__builtin_strncpy’ output may be truncated copying 127 bytes from a string of length 127 [-Wstringop-truncation]
  440 |           strncpy(gtype1, field, MAX_FLD-1);
      |           ^
input.c:438:11: warning: ‘__builtin_strncpy’ output may be truncated copying 127 bytes from a string of length 127 [-Wstringop-truncation]
  438 |           strncpy(gtype1, field, MAX_FLD-1);
      |           ^
input.c:435:11: warning: ‘__builtin_strncpy’ output may be truncated copying 127 bytes from a string of length 127 [-Wstringop-truncation]
  435 |           strncpy(cscore, field, MAX_FLD-1);
      |           ^
input.c:432:11: warning: ‘__builtin_strncpy’ output may be truncated copying 127 bytes from a string of length 127 [-Wstringop-truncation]
  432 |           strncpy(snpid, field, MAX_FLD-1);
      |           ^
input.c:429:11: warning: ‘__builtin_strncpy’ output may be truncated copying 127 bytes from a string of length 127 [-Wstringop-truncation]
  429 |           strncpy(sampid, field, MAX_FLD-1);
      |           ^
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c invert.c -o invert.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c ipf.c -o ipf.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c ld.c -o ld.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c misc.c -o misc.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c mla.c -o mla.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c mvphenotype.c -o mvphenotype.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c outdata.c -o outdata.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c plink.c -o plink.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c read_uncertain.c -o read_uncertain.o
read_uncertain.c: In function ‘read_mach’:
read_uncertain.c:103:36: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long int’ [-Wformat=]
  103 |   Rprintf("Reading SnpMatrix with %d rows and %d columns\n", lines, ncol);
      |                                   ~^                         ~~~~~
      |                                    |                         |
      |                                    int                       long int
      |                                   %ld
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c readped.c -o readped.o
readped.c: In function ‘readped’:
readped.c:234:33: warning: ‘%d’ directive output may be truncated writing between 1 and 11 bytes into a region of size between 0 and 127 [-Wformat-truncation=]
  234 |     snprintf(fmid, MAX_ID, "%s%c%d", fid, sepchar, memi);
      |                                 ^~
In file included from /usr/include/stdio.h:980,
                 from /home/rapidbuild/bbs-3.22-bioc-rapid/R/include/R.h:44,
                 from readped.c:3:
In function ‘snprintf’,
    inlined from ‘readped’ at readped.c:234:5:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: ‘__builtin___snprintf_chk’ output between 3 and 140 bytes into a destination of size 128
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c single_snp_tests.c -o single_snp_tests.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c snp_summary.c -o snp_summary.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c snpmpy.c -o snpmpy.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c solve_cubic.c -o solve_cubic.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c structure.c -o structure.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c subset.c -o subset.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -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]
   32 |   int *female2 = NULL;
      |        ^~~~~~~
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c tdt.c -o tdt.o
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c testBig.c -o testBig.o
testBig.c: In function ‘snp_big’:
testBig.c:31:27: warning: ‘%d’ directive writing between 1 and 10 bytes into a region of size 9 [-Wformat-overflow=]
   31 |     sprintf(name, "Subject%d", i+1);
      |                           ^~
testBig.c:31:19: note: directive argument in the range [1, 2147483647]
   31 |     sprintf(name, "Subject%d", i+1);
      |                   ^~~~~~~~~~~
In file included from /usr/include/stdio.h:980,
                 from /home/rapidbuild/bbs-3.22-bioc-rapid/R/include/R.h:44,
                 from testBig.c:1:
In function ‘sprintf’,
    inlined from ‘snp_big’ at testBig.c:31:5:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 9 and 18 bytes into a destination of size 16
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
gcc -std=gnu2x -I"/home/rapidbuild/bbs-3.22-bioc-rapid/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c uncertain.c -o uncertain.o
gcc -std=gnu2x -shared -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
installing to /media/volume/teran2_disk/rapidbuild/bbs-3.22-bioc-rapid/R/site-library/00LOCK-snpStats/00new/snpStats/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (snpStats)

Tests output


Example timings

snpStats.Rcheck/snpStats-Ex.timings

nameusersystemelapsed
Fst0.3750.0450.842
GlmEstimates-class0.0010.0000.001
GlmTests-class000
ImputationRules-class0.0000.0000.001
SingleSnpTests-class0.0010.0000.001
SnpMatrix-class0.3070.0100.632
XSnpMatrix-class0.0620.0040.134
chi.squared0.0490.0090.113
families0.0120.0010.025
filter.rules000
for.exercise0.7250.0361.015
ibsCount0.2470.0070.254
ibsDist0.1560.0060.277
imputation.maf000
impute.snps0.4760.0350.541
ld0.0540.0030.057
mean2g0.0540.0030.056
misinherits0.0250.0060.031
mvtests0.0000.0000.001
plotUncertainty000
pool0.1050.0000.106
pp0.0390.0000.057
qq.chisq000
random.snps0.0030.0000.002
read.beagle0.0000.0000.001
read.impute000
read.long000
read.mach000
read.pedfile000
row.summary0.0830.0030.087
single.snp.tests0.0670.0020.070
sm.compare000
snp.cor0.2510.0010.252
snp.imputation0.4680.0280.534
snp.lhs.estimates0.1210.0100.134
snp.lhs.tests0.0550.0040.061
snp.pre.multiply0.0550.0100.066
snp.rhs.estimates0.0610.0130.074
snp.rhs.tests0.0520.0050.060
switch.alleles0.0520.0070.059
tdt.snp0.0120.0010.012
test.allele.switch0.0730.0030.075
testdata0.0860.0030.088
write.plink0.0730.0040.079
xxt0.1930.0070.237