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

CHECK report for seqbias on celaya2

This page was generated on 2019-10-16 12:48:35 -0400 (Wed, 16 Oct 2019).

Package 1491/1741HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
seqbias 1.32.0
Daniel Jones
Snapshot Date: 2019-10-15 17:01:26 -0400 (Tue, 15 Oct 2019)
URL: https://git.bioconductor.org/packages/seqbias
Branch: RELEASE_3_9
Last Commit: edc384f
Last Changed Date: 2019-05-02 11:53:21 -0400 (Thu, 02 May 2019)
malbec2 Linux (Ubuntu 18.04.2 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
celaya2 OS X 10.11.6 El Capitan / x86_64  OK  OK [ WARNINGS ] OK UNNEEDED, same version exists in internal repository

Summary

Package: seqbias
Version: 1.32.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:seqbias.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings seqbias_1.32.0.tar.gz
StartedAt: 2019-10-16 06:45:13 -0400 (Wed, 16 Oct 2019)
EndedAt: 2019-10-16 06:47:16 -0400 (Wed, 16 Oct 2019)
EllapsedTime: 123.4 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: seqbias.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:seqbias.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings seqbias_1.32.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.9-bioc/meat/seqbias.Rcheck’
* using R version 3.6.1 (2019-07-05)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘seqbias/DESCRIPTION’ ... OK
* this is package ‘seqbias’ version ‘1.32.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 for sufficient/correct file permissions ... OK
* checking whether package ‘seqbias’ 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
* 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 ... WARNING
Error in dyn.load(file, DLLpath = DLLpath, ...) : 
  unable to load shared object '/Library/Frameworks/R.framework/Versions/3.6/Resources/library/seqbias/libs/seqbias.so':
  dlopen(/Library/Frameworks/R.framework/Versions/3.6/Resources/library/seqbias/libs/seqbias.so, 6): Symbol not found: _lzma_easy_buffer_encode
  Referenced from: /Library/Frameworks/R.framework/Versions/3.6/Resources/library/seqbias/libs/seqbias.so
  Expected in: flat namespace
 in /Library/Frameworks/R.framework/Versions/3.6/Resources/library/seqbias/libs/seqbias.so
Calls:  ... eval -> eval -> loadNamespace -> library.dynam -> dyn.load
Execution halted

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 dependencies in R code ... NOTE
'library' or 'require' call to ‘GenomicRanges’ which was already attached by Depends.
  Please remove these calls from your code.
Packages in Depends field not imported from:
  ‘Biostrings’ ‘GenomicRanges’ ‘methods’
  These packages need to be imported from (in the NAMESPACE file)
  for when this namespace is loaded but not attached.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
count.reads: no visible global function definition for ‘is’
count.reads : : no visible global function definition for
  ‘seqnames’
count.reads : : no visible global function definition for
  ‘start’
count.reads : : no visible global function definition for
  ‘end’
count.reads : : no visible global function definition for
  ‘strand’
random.intervals: no visible global function definition for ‘is’
random.intervals : uniform_ints : : no visible global
  function definition for ‘runif’
random.intervals: no visible global function definition for ‘GRanges’
random.intervals: no visible global function definition for ‘IRanges’
seqbias.fit: no visible global function definition for ‘new’
seqbias.load: no visible global function definition for ‘new’
seqbias.predict: no visible global function definition for ‘is’
seqbias.predict : : no visible global function definition
  for ‘seqnames’
seqbias.predict : : no visible global function definition
  for ‘start’
seqbias.predict : : no visible global function definition
  for ‘end’
seqbias.predict : : no visible global function definition
  for ‘strand’
Undefined global functions or variables:
  GRanges IRanges end is new runif seqnames start strand
Consider adding
  importFrom("methods", "is", "new")
  importFrom("stats", "end", "runif", "start")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
* 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 line endings in shell scripts ... 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 is not available
File ‘/Library/Frameworks/R.framework/Versions/3.6/Resources/library/seqbias/libs/seqbias.so’:
  Found ‘___assert_rtn’, possibly from ‘assert’ (C)
  Found ‘___stderrp’, possibly from ‘stderr’ (C)
  Found ‘___stdoutp’, possibly from ‘stdout’ (C)
  Found ‘_abort’, possibly from ‘abort’ (C)
  Found ‘_exit’, possibly from ‘exit’ (C)
  Found ‘_printf’, possibly from ‘printf’ (C)
  Found ‘_putchar’, possibly from ‘putchar’ (C)
  Found ‘_puts’, possibly from ‘printf’ (C), ‘puts’ (C)
  Found ‘_rand’, possibly from ‘rand’ (C)
  Found ‘_srand48’, possibly from ‘srand48’ (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 sizes of PDF files under ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... 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: 1 WARNING, 3 NOTEs
See
  ‘/Users/biocbuild/bbs-3.9-bioc/meat/seqbias.Rcheck/00check.log’
for details.



Installation output

seqbias.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL seqbias
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/3.6/Resources/library’
* installing *source* package ‘seqbias’ ...
** using staged installation
** libs
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c sam.c -o sam.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c bam_plbuf.c -o bam_plbuf.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c bam_aux.c -o bam_aux.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c common.c -o common.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c miscmath.c -o miscmath.o
miscmath.c:21:12: warning: 'finite' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
    return finite(a) && 0.0 <= a && a <= 1.0;
           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:757:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
           ^
miscmath.c:47:9: warning: 'finite' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
    if (finite(u)) return x + log1p(-exp(u));
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:757:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);
           ^
2 warnings generated.
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c pos_table.c -o pos_table.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c kmer_matrix.cpp -o kmer_matrix.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c logger.cpp -o logger.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c motif.cpp -o motif.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c seqbias.cpp -o seqbias.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c sequencing_bias.cpp -o sequencing_bias.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c twobitseq.cpp -o twobitseq.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c yaml-cpp/aliasmanager.cpp -o yaml-cpp/aliasmanager.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c yaml-cpp/conversion.cpp -o yaml-cpp/conversion.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c yaml-cpp/directives.cpp -o yaml-cpp/directives.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c yaml-cpp/emitfromevents.cpp -o yaml-cpp/emitfromevents.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c yaml-cpp/emitter.cpp -o yaml-cpp/emitter.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c yaml-cpp/emitterstate.cpp -o yaml-cpp/emitterstate.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c yaml-cpp/emitterutils.cpp -o yaml-cpp/emitterutils.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c yaml-cpp/exp.cpp -o yaml-cpp/exp.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c yaml-cpp/iterator.cpp -o yaml-cpp/iterator.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c yaml-cpp/nodebuilder.cpp -o yaml-cpp/nodebuilder.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c yaml-cpp/node.cpp -o yaml-cpp/node.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c yaml-cpp/nodeownership.cpp -o yaml-cpp/nodeownership.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c yaml-cpp/null.cpp -o yaml-cpp/null.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c yaml-cpp/ostream.cpp -o yaml-cpp/ostream.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c yaml-cpp/parser.cpp -o yaml-cpp/parser.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c yaml-cpp/regex.cpp -o yaml-cpp/regex.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c yaml-cpp/scanner.cpp -o yaml-cpp/scanner.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c yaml-cpp/scanscalar.cpp -o yaml-cpp/scanscalar.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c yaml-cpp/scantag.cpp -o yaml-cpp/scantag.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c yaml-cpp/scantoken.cpp -o yaml-cpp/scantoken.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c yaml-cpp/simplekey.cpp -o yaml-cpp/simplekey.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c yaml-cpp/singledocparser.cpp -o yaml-cpp/singledocparser.o
In file included from yaml-cpp/singledocparser.cpp:2:
yaml-cpp/collectionstack.h:28:48: warning: unused parameter 'type' [-Wunused-parameter]
                void PopCollectionType(CollectionType::value type) { assert(type == GetCurCollectionType()); collectionStack.pop(); }
                                                             ^
1 warning generated.
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c yaml-cpp/stream.cpp -o yaml-cpp/stream.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `echo 'Rhtslib::pkgconfig("PKG_CPPFLAGS")'| "/Library/Frameworks/R.framework/Resources/bin/R" --vanilla --slave` -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -Wall -Wextra -I. -fPIC  -Wall -g -O2  -c yaml-cpp/tag.cpp -o yaml-cpp/tag.o
clang++ -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o seqbias.so sam.o bam_plbuf.o bam_aux.o common.o miscmath.o pos_table.o kmer_matrix.o logger.o motif.o seqbias.o sequencing_bias.o twobitseq.o yaml-cpp/aliasmanager.o yaml-cpp/conversion.o yaml-cpp/directives.o yaml-cpp/emitfromevents.o yaml-cpp/emitter.o yaml-cpp/emitterstate.o yaml-cpp/emitterutils.o yaml-cpp/exp.o yaml-cpp/iterator.o yaml-cpp/nodebuilder.o yaml-cpp/node.o yaml-cpp/nodeownership.o yaml-cpp/null.o yaml-cpp/ostream.o yaml-cpp/parser.o yaml-cpp/regex.o yaml-cpp/scanner.o yaml-cpp/scanscalar.o yaml-cpp/scantag.o yaml-cpp/scantoken.o yaml-cpp/simplekey.o yaml-cpp/singledocparser.o yaml-cpp/stream.o yaml-cpp/tag.o /Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rhtslib/usrlib/libhts.a -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/3.6/Resources/library/00LOCK-seqbias/00new/seqbias/libs
** R
** 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 (seqbias)

Tests output


Example timings

seqbias.Rcheck/seqbias-Ex.timings

nameusersystemelapsed
count_reads0.1020.0110.119
kmer_freq0.6830.0320.720
random_intervals0.1320.0240.156
seqbias_fit1.6400.0301.672
seqbias_load3.0770.0553.138
seqbias_predict1.9940.0322.032
seqbias_save2.8790.0402.928