Back to Multiple platform build/check report for BioC 3.7
ABCDEF[G]HIJKLMNOPQRSTUVWXYZ

CHECK report for GOfuncR on tokay2

This page was generated on 2018-10-17 08:45:03 -0400 (Wed, 17 Oct 2018).

Package 627/1561HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
GOfuncR 1.0.0
Steffi Grote
Snapshot Date: 2018-10-15 16:45:08 -0400 (Mon, 15 Oct 2018)
URL: https://git.bioconductor.org/packages/GOfuncR
Branch: RELEASE_3_7
Last Commit: becd4dd
Last Changed Date: 2018-04-30 10:35:49 -0400 (Mon, 30 Apr 2018)
malbec2 Linux (Ubuntu 16.04.1 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK [ OK ] OK UNNEEDED, same version exists in internal repository
merida2 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: GOfuncR
Version: 1.0.0
Command: C:\Users\biocbuild\bbs-3.7-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:GOfuncR.install-out.txt --library=C:\Users\biocbuild\bbs-3.7-bioc\R\library --no-vignettes --timings GOfuncR_1.0.0.tar.gz
StartedAt: 2018-10-17 02:28:19 -0400 (Wed, 17 Oct 2018)
EndedAt: 2018-10-17 02:44:38 -0400 (Wed, 17 Oct 2018)
EllapsedTime: 979.1 seconds
RetCode: 0
Status:  OK  
CheckDir: GOfuncR.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\Users\biocbuild\bbs-3.7-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:GOfuncR.install-out.txt --library=C:\Users\biocbuild\bbs-3.7-bioc\R\library --no-vignettes --timings GOfuncR_1.0.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.7-bioc/meat/GOfuncR.Rcheck'
* using R version 3.5.1 Patched (2018-07-24 r75005)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'GOfuncR/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'GOfuncR' version '1.0.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 'GOfuncR' can be installed ... OK
* checking installed package size ... OK
* 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
blocks_to_genes: no visible global function definition for 'IRanges'
entrez_to_symbol: no visible binding for global variable 'org.Hs.eg.db'
geneRanges: no visible binding for global variable 'Homo.sapiens'
geneRanges: no visible global function definition for 'elementNROWS'
get_genes_from_regions: no visible global function definition for
  'subsetByOverlaps'
Undefined global functions or variables:
  Homo.sapiens IRanges elementNROWS org.Hs.eg.db subsetByOverlaps
* 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 R/sysdata.rda ... 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.7-bioc/R/library/GOfuncR/libs/i386/GOfuncR.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
  Found 'printf', possibly from 'printf' (C)

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.

See 'Writing portable packages' in the 'Writing R Extensions' manual.
* checking files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... OK
Examples with CPU or elapsed time > 5s
                     user system elapsed
plot_anno_scores    23.86   1.33   29.83
go_enrich           16.56   0.64   17.60
get_anno_categories  9.89   0.83   10.86
** running examples for arch 'x64' ... OK
Examples with CPU or elapsed time > 5s
                     user system elapsed
plot_anno_scores    19.94   1.11   21.05
go_enrich           11.47   0.65   12.45
get_anno_categories  9.15   0.45    9.79
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
  Running 'testthat.R'
 OK
** running tests for arch 'x64' ...
  Running 'testthat.R'
 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
  'C:/Users/biocbuild/bbs-3.7-bioc/meat/GOfuncR.Rcheck/00check.log'
for details.



Installation output

GOfuncR.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O https://malbec2.bioconductor.org/BBS/3.7/bioc/src/contrib/GOfuncR_1.0.0.tar.gz && rm -rf GOfuncR.buildbin-libdir && mkdir GOfuncR.buildbin-libdir && C:\Users\biocbuild\bbs-3.7-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=GOfuncR.buildbin-libdir GOfuncR_1.0.0.tar.gz && C:\Users\biocbuild\bbs-3.7-bioc\R\bin\R.exe CMD INSTALL GOfuncR_1.0.0.zip && rm GOfuncR_1.0.0.tar.gz GOfuncR_1.0.0.zip
###
##############################################################################
##############################################################################


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 3321k  100 3321k    0     0  30.9M      0 --:--:-- --:--:-- --:--:-- 32.7M

install for i386

* installing *source* package 'GOfuncR' ...
** libs
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c RcppExports.cpp -o RcppExports.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c binom_categorytest.cc -o binom_categorytest.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c binom_randset.cc -o binom_randset.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c blocks.cpp -o blocks.o
blocks.cpp: In function 'std::set<int> rannum_blocks(std::vector<bed_str>, std::vector<bed_str>, const std::map<std::basic_string<char>, int>&, std::vector<gen_pos_str>)':
blocks.cpp:30:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int j=0; j < candidate_bed.size(); j++){
                   ^
blocks.cpp:34:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for (int k=0; k < background.size(); k++){  
                    ^
blocks.cpp:68:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for (int g=0; g<genes_pos.size(); g++){
                   ^
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c conti_categorytest.cc -o conti_categorytest.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c conti_randset.cc -o conti_randset.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c gene.cc -o gene.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c gene_binom.cc -o gene_binom.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c gene_conti.cc -o gene_conti.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c genes.cc -o genes.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c genes_binom.cc -o genes_binom.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c genes_conti.cc -o genes_conti.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go.cc -o go.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go_graph.cc -o go_graph.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go_graph_binom.cc -o go_graph_binom.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go_graph_conti.cc -o go_graph_conti.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go_graph_hyper.cc -o go_graph_hyper.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go_groups.cc -o go_groups.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go_groups_binom.cc -o go_groups_binom.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go_groups_conti.cc -o go_groups_conti.o
go_groups_conti.cc: In member function 'int* go_groups_conti::calculate_data(std::string&, std::ostream*)':
go_groups_conti.cc:71:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for ( int idx=0 ; idx < names.size() ; ++idx ) {
                        ^
go_groups_conti.cc: In member function 'int* go_groups_conti::calculate_rand(std::string&, std::ostream*)':
go_groups_conti.cc:172:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for ( int idx=0 ; idx < names.size() ; ++idx ) {
                        ^
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go_groups_hyper.cc -o go_groups_hyper.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go_obj.cc -o go_obj.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go_obj_binom.cc -o go_obj_binom.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go_obj_conti.cc -o go_obj_conti.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go_obj_hyper.cc -o go_obj_hyper.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c hyper_categorytest.cc -o hyper_categorytest.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c hyper_randset.cc -o hyper_randset.o
hyper_randset.cc: In function 'void hyper_randset(std::string, int, std::string, std::string, std::string, std::string, std::string, std::string, bool)':
hyper_randset.cc:217:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    while (random_numbers.size() < n_candidate) { 
                                 ^
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c idmap.cc -o idmap.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c init.c -o init.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c ran_genelen.cpp -o ran_genelen.o
ran_genelen.cpp: In function 'std::set<int> rannum_genelen(int, const std::map<std::basic_string<char>, int>&, std::vector<gen_pos_str>, long int)':
ran_genelen.cpp:19:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  while (random_numbers.size() < n_candidate) { 
                               ^
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c read_bed.cpp -o read_bed.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c roll.cpp -o roll.o
roll.cpp: In function 'std::set<int> rannum_roll(std::vector<bed_str>, std::vector<bed_str>, const std::map<std::basic_string<char>, int>&, std::vector<gen_pos_str>)':
roll.cpp:30:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int j=0; j < candidate_bed.size(); j++){  
                  ^
roll.cpp:36:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i=0; i < background_bed.size(); i++){
                   ^
roll.cpp:92:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for (int g=0; g<genes_pos.size(); g++){
                   ^
roll.cpp:106:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    if ((k == background_bed.size()) || (background_bed[k].chrom != ran_chrom)){
           ^
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c transitions.cc -o transitions.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c unlock_environment.cc -o unlock_environment.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c wilcox_categorytest.cc -o wilcox_categorytest.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c wilcox_randset.cc -o wilcox_randset.o
C:/Rtools/mingw_32/bin/g++ -shared -s -static-libgcc -o GOfuncR.dll tmp.def RcppExports.o binom_categorytest.o binom_randset.o blocks.o conti_categorytest.o conti_randset.o gene.o gene_binom.o gene_conti.o genes.o genes_binom.o genes_conti.o go.o go_graph.o go_graph_binom.o go_graph_conti.o go_graph_hyper.o go_groups.o go_groups_binom.o go_groups_conti.o go_groups_hyper.o go_obj.o go_obj_binom.o go_obj_conti.o go_obj_hyper.o hyper_categorytest.o hyper_randset.o idmap.o init.o ran_genelen.o read_bed.o roll.o transitions.o unlock_environment.o wilcox_categorytest.o wilcox_randset.o -LC:/extsoft/lib/i386 -LC:/extsoft/lib -LC:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.7-bioc/meat/GOfuncR.buildbin-libdir/GOfuncR/libs/i386
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'GOfuncR'
    finding HTML links ... done
    get_anno_categories                     html  
    get_anno_genes                          html  
    get_child_nodes                         html  
    get_ids                                 html  
    get_names                               html  
    get_parent_nodes                        html  
    go_enrich                               html  
    plot_anno_scores                        html  
    finding level-2 HTML links ... done

** building package indices
** installing vignettes
** testing if installed package can be loaded
In R CMD INSTALL

install for x64

* installing *source* package 'GOfuncR' ...
** libs
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c RcppExports.cpp -o RcppExports.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c binom_categorytest.cc -o binom_categorytest.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c binom_randset.cc -o binom_randset.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c blocks.cpp -o blocks.o
blocks.cpp: In function 'std::set<int> rannum_blocks(std::vector<bed_str>, std::vector<bed_str>, const std::map<std::basic_string<char>, int>&, std::vector<gen_pos_str>)':
blocks.cpp:30:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int j=0; j < candidate_bed.size(); j++){
                   ^
blocks.cpp:34:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for (int k=0; k < background.size(); k++){  
                    ^
blocks.cpp:68:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for (int g=0; g<genes_pos.size(); g++){
                   ^
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c conti_categorytest.cc -o conti_categorytest.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c conti_randset.cc -o conti_randset.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c gene.cc -o gene.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c gene_binom.cc -o gene_binom.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c gene_conti.cc -o gene_conti.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c genes.cc -o genes.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c genes_binom.cc -o genes_binom.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c genes_conti.cc -o genes_conti.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go.cc -o go.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go_graph.cc -o go_graph.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go_graph_binom.cc -o go_graph_binom.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go_graph_conti.cc -o go_graph_conti.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go_graph_hyper.cc -o go_graph_hyper.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go_groups.cc -o go_groups.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go_groups_binom.cc -o go_groups_binom.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go_groups_conti.cc -o go_groups_conti.o
go_groups_conti.cc: In member function 'int* go_groups_conti::calculate_data(std::string&, std::ostream*)':
go_groups_conti.cc:71:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for ( int idx=0 ; idx < names.size() ; ++idx ) {
                        ^
go_groups_conti.cc: In member function 'int* go_groups_conti::calculate_rand(std::string&, std::ostream*)':
go_groups_conti.cc:172:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for ( int idx=0 ; idx < names.size() ; ++idx ) {
                        ^
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go_groups_hyper.cc -o go_groups_hyper.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go_obj.cc -o go_obj.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go_obj_binom.cc -o go_obj_binom.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go_obj_conti.cc -o go_obj_conti.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c go_obj_hyper.cc -o go_obj_hyper.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c hyper_categorytest.cc -o hyper_categorytest.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c hyper_randset.cc -o hyper_randset.o
hyper_randset.cc: In function 'void hyper_randset(std::string, int, std::string, std::string, std::string, std::string, std::string, std::string, bool)':
hyper_randset.cc:217:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    while (random_numbers.size() < n_candidate) { 
                                 ^
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c idmap.cc -o idmap.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c init.c -o init.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c ran_genelen.cpp -o ran_genelen.o
ran_genelen.cpp: In function 'std::set<int> rannum_genelen(int, const std::map<std::basic_string<char>, int>&, std::vector<gen_pos_str>, long int)':
ran_genelen.cpp:19:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  while (random_numbers.size() < n_candidate) { 
                               ^
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c read_bed.cpp -o read_bed.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c roll.cpp -o roll.o
roll.cpp: In function 'std::set<int> rannum_roll(std::vector<bed_str>, std::vector<bed_str>, const std::map<std::basic_string<char>, int>&, std::vector<gen_pos_str>)':
roll.cpp:30:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int j=0; j < candidate_bed.size(); j++){  
                  ^
roll.cpp:36:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i=0; i < background_bed.size(); i++){
                   ^
roll.cpp:92:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for (int g=0; g<genes_pos.size(); g++){
                   ^
roll.cpp:106:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    if ((k == background_bed.size()) || (background_bed[k].chrom != ran_chrom)){
           ^
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c transitions.cc -o transitions.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c unlock_environment.cc -o unlock_environment.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c wilcox_categorytest.cc -o wilcox_categorytest.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=generic -c wilcox_randset.cc -o wilcox_randset.o
C:/Rtools/mingw_64/bin/g++ -shared -s -static-libgcc -o GOfuncR.dll tmp.def RcppExports.o binom_categorytest.o binom_randset.o blocks.o conti_categorytest.o conti_randset.o gene.o gene_binom.o gene_conti.o genes.o genes_binom.o genes_conti.o go.o go_graph.o go_graph_binom.o go_graph_conti.o go_graph_hyper.o go_groups.o go_groups_binom.o go_groups_conti.o go_groups_hyper.o go_obj.o go_obj_binom.o go_obj_conti.o go_obj_hyper.o hyper_categorytest.o hyper_randset.o idmap.o init.o ran_genelen.o read_bed.o roll.o transitions.o unlock_environment.o wilcox_categorytest.o wilcox_randset.o -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.7-bioc/meat/GOfuncR.buildbin-libdir/GOfuncR/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'GOfuncR' as GOfuncR_1.0.0.zip
* DONE (GOfuncR)
In R CMD INSTALL
In R CMD INSTALL
* installing to library 'C:/Users/biocbuild/bbs-3.7-bioc/R/library'
package 'GOfuncR' successfully unpacked and MD5 sums checked
In R CMD INSTALL

Tests output

GOfuncR.Rcheck/tests_i386/testthat.Rout


R version 3.5.1 Patched (2018-07-24 r75005) -- "Feather Spray"
Copyright (C) 2018 The R Foundation for Statistical Computing
Platform: i386-w64-mingw32/i386 (32-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(testthat)
> library(GOfuncR)
Loading required package: vioplot
Loading required package: sm
Package 'sm', version 2.2-5.6: type help(sm) for summary information
> 
> test_check("GOfuncR")
== testthat results  ===========================================================
OK: 92 SKIPPED: 0 FAILED: 0
> 
> proc.time()
   user  system elapsed 
 308.29   52.39  362.31 

GOfuncR.Rcheck/tests_x64/testthat.Rout


R version 3.5.1 Patched (2018-07-24 r75005) -- "Feather Spray"
Copyright (C) 2018 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(testthat)
> library(GOfuncR)
Loading required package: vioplot
Loading required package: sm
Package 'sm', version 2.2-5.6: type help(sm) for summary information
> 
> test_check("GOfuncR")
== testthat results  ===========================================================
OK: 92 SKIPPED: 0 FAILED: 0
> 
> proc.time()
   user  system elapsed 
 285.70   56.51  344.10 

Example timings

GOfuncR.Rcheck/examples_i386/GOfuncR-Ex.timings

nameusersystemelapsed
get_anno_categories 9.89 0.8310.86
get_anno_genes3.140.153.62
get_child_nodes0.130.000.12
get_ids0.480.020.50
get_names0.020.000.02
get_parent_nodes0.090.000.09
go_enrich16.56 0.6417.60
plot_anno_scores23.86 1.3329.83

GOfuncR.Rcheck/examples_x64/GOfuncR-Ex.timings

nameusersystemelapsed
get_anno_categories9.150.459.79
get_anno_genes1.810.192.00
get_child_nodes0.750.000.75
get_ids0.250.030.28
get_names0.010.000.01
get_parent_nodes0.080.020.10
go_enrich11.47 0.6512.45
plot_anno_scores19.94 1.1121.05