CHECK report for Rhtslib on merida2
This page was generated on 2018-10-17 08:54:20 -0400 (Wed, 17 Oct 2018).
Rhtslib 1.12.1 Bioconductor Package Maintainer
Snapshot Date: 2018-10-15 16:45:08 -0400 (Mon, 15 Oct 2018) |
URL: https://git.bioconductor.org/packages/Rhtslib |
Branch: RELEASE_3_7 |
Last Commit: e3487b1 |
Last Changed Date: 2018-05-30 07:42:18 -0400 (Wed, 30 May 2018) |
| malbec2 | Linux (Ubuntu 16.04.1 LTS) / x86_64 | OK | OK | WARNINGS | | |
tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | WARNINGS | OK | |
merida2 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | [ WARNINGS ] | OK | |
Summary
Command output
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:Rhtslib.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings Rhtslib_1.12.1.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/Users/biocbuild/bbs-3.7-bioc/meat/Rhtslib.Rcheck’
* using R version 3.5.1 Patched (2018-07-12 r74967)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘Rhtslib/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘Rhtslib’ version ‘1.12.1’
* 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 ... NOTE
Found the following hidden files and directories:
src/htslib-1.7/.appveyor.yml
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘Rhtslib’ 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 ...Error: package or namespace load failed for ‘Rhtslib’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rhtslib/libs/Rhtslib.so':
dlopen(/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rhtslib/libs/Rhtslib.so, 6): Symbol not found: _lzma_easy_buffer_encode
Referenced from: /Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rhtslib/libs/Rhtslib.so
Expected in: flat namespace
in /Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rhtslib/libs/Rhtslib.so
Execution halted
It looks like this package (or one of its dependent packages) has an
unstated dependence on a standard package. All dependencies must be
declared in DESCRIPTION.
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
* checking whether the package can be unloaded cleanly ... WARNING
Error: package or namespace load failed for ‘Rhtslib’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rhtslib/libs/Rhtslib.so':
dlopen(/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rhtslib/libs/Rhtslib.so, 6): Symbol not found: _lzma_easy_buffer_encode
Referenced from: /Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rhtslib/libs/Rhtslib.so
Expected in: flat namespace
in /Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rhtslib/libs/Rhtslib.so
Execution halted
* 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.5/Resources/library/Rhtslib/libs/Rhtslib.so':
dlopen(/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rhtslib/libs/Rhtslib.so, 6): Symbol not found: _lzma_easy_buffer_encode
Referenced from: /Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rhtslib/libs/Rhtslib.so
Expected in: flat namespace
in /Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rhtslib/libs/Rhtslib.so
Calls: <Anonymous> ... 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
Error: package or namespace load failed for ‘Rhtslib’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rhtslib/libs/Rhtslib.so':
dlopen(/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rhtslib/libs/Rhtslib.so, 6): Symbol not found: _lzma_easy_buffer_encode
Referenced from: /Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rhtslib/libs/Rhtslib.so
Expected in: flat namespace
in /Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rhtslib/libs/Rhtslib.so
Call sequence:
6: stop(msg, call. = FALSE, domain = NA)
5: value[[3L]](cond)
4: tryCatchOne(expr, names, parentenv, handlers[[1L]])
3: tryCatchList(expr, classes, parentenv, handlers)
2: tryCatch({
attr(package, "LibPath") <- which.lib.loc
ns <- loadNamespace(package, lib.loc)
env <- attachNamespace(ns, pos = pos, deps)
}, error = function(e) {
P <- if (!is.null(cc <- condi
Execution halted
* 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 ... 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 C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... WARNING
Found the following file(s) containing GNU extensions:
src/Makevars
src/htslib-1.7/Makefile
Portable Makefiles do not use GNU extensions such as +=, :=, $(shell),
$(wildcard), ifeq ... endif. See section ‘Writing portable packages’ in
the ‘Writing R Extensions’ manual.
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking include directives in Makefiles ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
File ‘/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rhtslib/libs/Rhtslib.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 ‘_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 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: 3 WARNINGs, 3 NOTEs
See
‘/Users/biocbuild/bbs-3.7-bioc/meat/Rhtslib.Rcheck/00check.log’
for details.
Installation output
Rhtslib.Rcheck/00install.out
Tests output
Example timings
Rhtslib.Rcheck/Rhtslib-Ex.timings