| Back to Multiple platform build/check report for BioC 3.10 |
|
This page was generated on 2020-04-15 12:39:40 -0400 (Wed, 15 Apr 2020).
| Package 318/1823 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||
| CNEr 1.22.0 Ge Tan
| malbec1 | Linux (Ubuntu 18.04.4 LTS) / x86_64 | OK | OK | OK | |||||||
| tokay1 | Windows Server 2012 R2 Standard / x64 | OK | OK | WARNINGS | OK | |||||||
| merida1 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | [ OK ] | OK |
| Package: CNEr |
| Version: 1.22.0 |
| Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:CNEr.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings CNEr_1.22.0.tar.gz |
| StartedAt: 2020-04-15 01:18:50 -0400 (Wed, 15 Apr 2020) |
| EndedAt: 2020-04-15 01:31:44 -0400 (Wed, 15 Apr 2020) |
| EllapsedTime: 773.9 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: CNEr.Rcheck |
| Warnings: 0 |
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:CNEr.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings CNEr_1.22.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/Users/biocbuild/bbs-3.10-bioc/meat/CNEr.Rcheck’
* using R version 3.6.3 (2020-02-29)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘CNEr/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘CNEr’ version ‘1.22.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 ‘CNEr’ can be installed ... OK
* checking installed package size ... NOTE
installed size is 17.5Mb
sub-directories of 1Mb or more:
extdata 15.9Mb
* 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 ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking dependencies in R code ... NOTE
Unexported objects imported by ':::' calls:
‘BiocGenerics:::replaceSlots’ ‘S4Vectors:::make_zero_col_DataFrame’
See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... 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 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 compiled code ... NOTE
Note: information on .o files is not available
File ‘/Library/Frameworks/R.framework/Versions/3.6/Resources/library/CNEr/libs/CNEr.so’:
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 ‘_puts’, possibly from ‘printf’ (C), ‘puts’ (C)
Found ‘_rand’, possibly from ‘rand’ (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
Examples with CPU or elapsed time > 5s
user system elapsed
makeGRBs 397.307 13.615 413.701
plotCNEWidth 10.573 0.272 10.911
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
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: 3 NOTEs
See
‘/Users/biocbuild/bbs-3.10-bioc/meat/CNEr.Rcheck/00check.log’
for details.
CNEr.Rcheck/00install.out
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL CNEr
###
##############################################################################
##############################################################################
* installing to library ‘/Library/Frameworks/R.framework/Versions/3.6/Resources/library’
* installing *source* package ‘CNEr’ ...
** using staged installation
** libs
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c S4Vectors_stubs.c -o S4Vectors_stubs.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c IRanges_stubs.c -o IRanges_stubs.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c XVector_stubs.c -o XVector_stubs.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c R_init_CNEr.c -o R_init_CNEr.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c utils.c -o utils.o
utils.c:49:7: warning: unused variable '_binFirstShift' [-Wunused-variable]
int _binFirstShift = binFirstShift();
^
utils.c:50:7: warning: unused variable '_binNextShift' [-Wunused-variable]
int _binNextShift = binNextShift();
^
2 warnings generated.
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c io.c -o io.o
io.c:94:26: warning: unused variable 'curAxt' [-Wunused-variable]
struct axt *axt=NULL, *curAxt;
^
1 warning generated.
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ceScan.c -o ceScan.o
ceScan.c:615:8: warning: unused variable 'rest' [-Wunused-variable]
char rest, path[PATH_LEN];
^
ceScan.c:613:10: warning: unused variable 'n' [-Wunused-variable]
int i, n;
^
ceScan.c:673:23: warning: unused variable 'thresholds' [-Wunused-variable]
struct slThreshold *thresholds, *nextThreshold, *el_threshold;
^
ceScan.c:674:17: warning: unused variable 'CNE' [-Wunused-variable]
struct slCNE *CNE, *nextCNE, *el_CNE;
^
ceScan.c:865:17: warning: unused variable 'CNE' [-Wunused-variable]
struct slCNE *CNE;
^
ceScan.c:868:28: warning: unused variable 'i' [-Wunused-variable]
int nrCNE[nrThresholds], i;
^
ceScan.c:868:7: warning: unused variable 'nrCNE' [-Wunused-variable]
int nrCNE[nrThresholds], i;
^
ceScan.c:898:7: warning: unused variable 'nrThresholds' [-Wunused-variable]
int nrThresholds = GET_LENGTH(winSize);
^
8 warnings generated.
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/axt.c -o ucsc/axt.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/base64.c -o ucsc/base64.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/binRange.c -o ucsc/binRange.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/bits.c -o ucsc/bits.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/chain.c -o ucsc/chain.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/_cheapcgi.c -o ucsc/_cheapcgi.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/cirTree.c -o ucsc/cirTree.o
ucsc/cirTree.c:472:16: warning: unused function 'cirTreeOverlaps' [-Wunused-function]
INLINE boolean cirTreeOverlaps(int qChrom, int qStart, int qEnd,
^
1 warning generated.
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/common.c -o ucsc/common.o
ucsc/common.c:1982:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if ((*in == '"'))
~~~~^~~~~~
ucsc/common.c:1982:18: note: remove extraneous parentheses around the comparison to silence this warning
if ((*in == '"'))
~ ^ ~
ucsc/common.c:1982:18: note: use '=' to turn this equality comparison into an assignment
if ((*in == '"'))
^~
=
ucsc/common.c:2842:14: warning: array index 7 is past the end of the array (which contains 4 elements) [-Warray-bounds]
v.bytes[0] = u.bytes[7];
^ ~
ucsc/common.c:2840:22: note: array 'bytes' declared here
union {bits64 whole; UBYTE bytes[4];} u,v;
^
ucsc/common.h:106:15: note: expanded from macro 'UBYTE'
#define UBYTE unsigned char /* Wants to be unsigned 8 bits. */
^
ucsc/common.c:2843:14: warning: array index 6 is past the end of the array (which contains 4 elements) [-Warray-bounds]
v.bytes[1] = u.bytes[6];
^ ~
ucsc/common.c:2840:22: note: array 'bytes' declared here
union {bits64 whole; UBYTE bytes[4];} u,v;
^
ucsc/common.h:106:15: note: expanded from macro 'UBYTE'
#define UBYTE unsigned char /* Wants to be unsigned 8 bits. */
^
ucsc/common.c:2844:14: warning: array index 5 is past the end of the array (which contains 4 elements) [-Warray-bounds]
v.bytes[2] = u.bytes[5];
^ ~
ucsc/common.c:2840:22: note: array 'bytes' declared here
union {bits64 whole; UBYTE bytes[4];} u,v;
^
ucsc/common.h:106:15: note: expanded from macro 'UBYTE'
#define UBYTE unsigned char /* Wants to be unsigned 8 bits. */
^
ucsc/common.c:2845:14: warning: array index 4 is past the end of the array (which contains 4 elements) [-Warray-bounds]
v.bytes[3] = u.bytes[4];
^ ~
ucsc/common.c:2840:22: note: array 'bytes' declared here
union {bits64 whole; UBYTE bytes[4];} u,v;
^
ucsc/common.h:106:15: note: expanded from macro 'UBYTE'
#define UBYTE unsigned char /* Wants to be unsigned 8 bits. */
^
ucsc/common.c:2846:1: warning: array index 4 is past the end of the array (which contains 4 elements) [-Warray-bounds]
v.bytes[4] = u.bytes[3];
^ ~
ucsc/common.c:2840:22: note: array 'bytes' declared here
union {bits64 whole; UBYTE bytes[4];} u,v;
^
ucsc/common.h:106:15: note: expanded from macro 'UBYTE'
#define UBYTE unsigned char /* Wants to be unsigned 8 bits. */
^
ucsc/common.c:2847:1: warning: array index 5 is past the end of the array (which contains 4 elements) [-Warray-bounds]
v.bytes[5] = u.bytes[2];
^ ~
ucsc/common.c:2840:22: note: array 'bytes' declared here
union {bits64 whole; UBYTE bytes[4];} u,v;
^
ucsc/common.h:106:15: note: expanded from macro 'UBYTE'
#define UBYTE unsigned char /* Wants to be unsigned 8 bits. */
^
ucsc/common.c:2848:1: warning: array index 6 is past the end of the array (which contains 4 elements) [-Warray-bounds]
v.bytes[6] = u.bytes[1];
^ ~
ucsc/common.c:2840:22: note: array 'bytes' declared here
union {bits64 whole; UBYTE bytes[4];} u,v;
^
ucsc/common.h:106:15: note: expanded from macro 'UBYTE'
#define UBYTE unsigned char /* Wants to be unsigned 8 bits. */
^
ucsc/common.c:2849:1: warning: array index 7 is past the end of the array (which contains 4 elements) [-Warray-bounds]
v.bytes[7] = u.bytes[0];
^ ~
ucsc/common.c:2840:22: note: array 'bytes' declared here
union {bits64 whole; UBYTE bytes[4];} u,v;
^
ucsc/common.h:106:15: note: expanded from macro 'UBYTE'
#define UBYTE unsigned char /* Wants to be unsigned 8 bits. */
^
ucsc/common.c:2976:14: warning: array index 7 is past the end of the array (which contains 4 elements) [-Warray-bounds]
v.bytes[0] = u.bytes[7];
^ ~
ucsc/common.c:2974:22: note: array 'bytes' declared here
union {double whole; UBYTE bytes[4];} u,v;
^
ucsc/common.h:106:15: note: expanded from macro 'UBYTE'
#define UBYTE unsigned char /* Wants to be unsigned 8 bits. */
^
ucsc/common.c:2977:14: warning: array index 6 is past the end of the array (which contains 4 elements) [-Warray-bounds]
v.bytes[1] = u.bytes[6];
^ ~
ucsc/common.c:2974:22: note: array 'bytes' declared here
union {double whole; UBYTE bytes[4];} u,v;
^
ucsc/common.h:106:15: note: expanded from macro 'UBYTE'
#define UBYTE unsigned char /* Wants to be unsigned 8 bits. */
^
ucsc/common.c:2978:14: warning: array index 5 is past the end of the array (which contains 4 elements) [-Warray-bounds]
v.bytes[2] = u.bytes[5];
^ ~
ucsc/common.c:2974:22: note: array 'bytes' declared here
union {double whole; UBYTE bytes[4];} u,v;
^
ucsc/common.h:106:15: note: expanded from macro 'UBYTE'
#define UBYTE unsigned char /* Wants to be unsigned 8 bits. */
^
ucsc/common.c:2979:14: warning: array index 4 is past the end of the array (which contains 4 elements) [-Warray-bounds]
v.bytes[3] = u.bytes[4];
^ ~
ucsc/common.c:2974:22: note: array 'bytes' declared here
union {double whole; UBYTE bytes[4];} u,v;
^
ucsc/common.h:106:15: note: expanded from macro 'UBYTE'
#define UBYTE unsigned char /* Wants to be unsigned 8 bits. */
^
ucsc/common.c:2980:1: warning: array index 4 is past the end of the array (which contains 4 elements) [-Warray-bounds]
v.bytes[4] = u.bytes[3];
^ ~
ucsc/common.c:2974:22: note: array 'bytes' declared here
union {double whole; UBYTE bytes[4];} u,v;
^
ucsc/common.h:106:15: note: expanded from macro 'UBYTE'
#define UBYTE unsigned char /* Wants to be unsigned 8 bits. */
^
ucsc/common.c:2981:1: warning: array index 5 is past the end of the array (which contains 4 elements) [-Warray-bounds]
v.bytes[5] = u.bytes[2];
^ ~
ucsc/common.c:2974:22: note: array 'bytes' declared here
union {double whole; UBYTE bytes[4];} u,v;
^
ucsc/common.h:106:15: note: expanded from macro 'UBYTE'
#define UBYTE unsigned char /* Wants to be unsigned 8 bits. */
^
ucsc/common.c:2982:1: warning: array index 6 is past the end of the array (which contains 4 elements) [-Warray-bounds]
v.bytes[6] = u.bytes[1];
^ ~
ucsc/common.c:2974:22: note: array 'bytes' declared here
union {double whole; UBYTE bytes[4];} u,v;
^
ucsc/common.h:106:15: note: expanded from macro 'UBYTE'
#define UBYTE unsigned char /* Wants to be unsigned 8 bits. */
^
ucsc/common.c:2983:1: warning: array index 7 is past the end of the array (which contains 4 elements) [-Warray-bounds]
v.bytes[7] = u.bytes[0];
^ ~
ucsc/common.c:2974:22: note: array 'bytes' declared here
union {double whole; UBYTE bytes[4];} u,v;
^
ucsc/common.h:106:15: note: expanded from macro 'UBYTE'
#define UBYTE unsigned char /* Wants to be unsigned 8 bits. */
^
17 warnings generated.
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/dlist.c -o ucsc/dlist.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/dnaseq.c -o ucsc/dnaseq.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/dnautil.c -o ucsc/dnautil.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/dystring.c -o ucsc/dystring.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/errabort.c -o ucsc/errabort.o
ucsc/errabort.c:30:19: warning: unused variable 'rcsid' [-Wunused-const-variable]
static char const rcsid[] = "$Id: errabort.c,v 1.16 2010/01/12 18:16:27 markd Exp $";
^
1 warning generated.
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/hash.c -o ucsc/hash.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/https.c -o ucsc/https.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/intExp.c -o ucsc/intExp.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/kxTok.c -o ucsc/kxTok.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/linefile.c -o ucsc/linefile.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/localmem.c -o ucsc/localmem.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/memalloc.c -o ucsc/memalloc.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/obscure.c -o ucsc/obscure.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/options.c -o ucsc/options.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/pipeline.c -o ucsc/pipeline.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/_portimpl.c -o ucsc/_portimpl.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/sqlList.c -o ucsc/sqlList.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/sqlNum.c -o ucsc/sqlNum.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/verbose.c -o ucsc/verbose.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/os.c -o ucsc/os.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/XVector/include" -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -g -fPIC -Wall -g -O2 -c ucsc/wildcmp.c -o ucsc/wildcmp.o
clang -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 CNEr.so S4Vectors_stubs.o IRanges_stubs.o XVector_stubs.o R_init_CNEr.o utils.o io.o ceScan.o ucsc/axt.o ucsc/base64.o ucsc/binRange.o ucsc/bits.o ucsc/chain.o ucsc/_cheapcgi.o ucsc/cirTree.o ucsc/common.o ucsc/dlist.o ucsc/dnaseq.o ucsc/dnautil.o ucsc/dystring.o ucsc/errabort.o ucsc/hash.o ucsc/https.o ucsc/intExp.o ucsc/kxTok.o ucsc/linefile.o ucsc/localmem.o ucsc/memalloc.o ucsc/obscure.o ucsc/options.o ucsc/pipeline.o ucsc/_portimpl.o ucsc/sqlList.o ucsc/sqlNum.o ucsc/verbose.o ucsc/os.o ucsc/wildcmp.o -lz -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/3.6/Resources/library/00LOCK-CNEr/00new/CNEr/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 (CNEr)
CNEr.Rcheck/tests/testthat.Rout
R version 3.6.3 (2020-02-29) -- "Holding the Windsock"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin15.6.0 (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(CNEr)
>
> test_check("CNEr")
The number of axt files 1
The number of axt alignments is 50
The number of axt files 1
The number of axt alignments is 352
The number of axt files 1
The number of axt alignments is 352
The number of axt files 1
The number of axt alignments is 352
The number of axt files 1
The number of axt alignments is 50
The number of axt files 1
The number of axt alignments is 50
The number of axt files 1
The number of axt alignments is 50
The number of axt files 1
The number of axt alignments is 50
The number of axt files 1
The number of axt alignments is 352
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 86 | SKIPPED: 1 | WARNINGS: 0 | FAILED: 0 ]
>
> proc.time()
user system elapsed
28.196 1.181 29.494
CNEr.Rcheck/CNEr-Ex.timings
| name | user | system | elapsed | |
| AssemblyStats | 0.019 | 0.030 | 0.084 | |
| Axt-class | 1.728 | 0.018 | 1.759 | |
| Axt-util | 0.095 | 0.001 | 0.100 | |
| CNE-class | 0.241 | 0.011 | 0.253 | |
| CNEDanRer10Hg38 | 0.016 | 0.010 | 0.026 | |
| CNEDensity | 0.987 | 0.072 | 1.065 | |
| GRangePairs-class | 0.860 | 0.010 | 0.877 | |
| addAncestorGO | 0.000 | 0.000 | 0.001 | |
| axisTrack | 0.004 | 0.002 | 0.005 | |
| axtChain | 0.000 | 0.000 | 0.001 | |
| axtInfo | 0.002 | 0.000 | 0.002 | |
| binner | 0.003 | 0.000 | 0.004 | |
| blatCNE | 0.001 | 0.000 | 0.001 | |
| ceScan-methods | 1.804 | 0.104 | 1.946 | |
| chainMergeSort | 0 | 0 | 0 | |
| chainNetSyntenic | 0 | 0 | 0 | |
| chainPreNet | 0 | 0 | 0 | |
| cneFinalListDanRer10Hg38 | 0.042 | 0.005 | 0.047 | |
| cneMerge | 0.743 | 0.080 | 0.831 | |
| fetchChromSizes | 0.001 | 0.000 | 0.000 | |
| fixCoordinates | 0.704 | 0.023 | 0.740 | |
| grangesPairsForDotplot | 0.002 | 0.008 | 0.011 | |
| last | 0 | 0 | 0 | |
| lastz | 0.000 | 0.000 | 0.001 | |
| lavToPsl | 0 | 0 | 0 | |
| makeAncoraFiles | 0.067 | 0.010 | 0.079 | |
| makeAxtTracks | 0.363 | 0.005 | 0.372 | |
| makeCNEDensity | 0.000 | 0.001 | 0.000 | |
| makeGRBs | 397.307 | 13.615 | 413.701 | |
| matchDistribution | 0.441 | 0.004 | 0.446 | |
| netToAxt | 0 | 0 | 0 | |
| orgKEGGIds2EntrezIDs | 0 | 0 | 0 | |
| plotCNEDistribution | 0.882 | 0.008 | 0.893 | |
| plotCNEWidth | 10.573 | 0.272 | 10.911 | |
| psubAxt | 0.646 | 0.013 | 0.664 | |
| read.rmMask.GRanges | 0.031 | 0.000 | 0.031 | |
| read.rmskFasta | 0.045 | 0.000 | 0.045 | |
| readAncora | 0.097 | 0.000 | 0.098 | |
| readAncoraIntoSQLite | 1.408 | 0.043 | 1.459 | |
| readAxt | 0.090 | 0.005 | 0.095 | |
| readBed | 0.023 | 0.003 | 0.025 | |
| readCNERangesFromSQLite | 0.132 | 0.007 | 0.139 | |
| reverseCigar | 0.002 | 0.000 | 0.002 | |
| saveCNEToSQLite | 0.150 | 0.007 | 0.160 | |
| scoringMatrix | 0.001 | 0.000 | 0.001 | |
| subAxt-methods | 1.387 | 0.024 | 1.419 | |
| syntenicDotplot | 1.970 | 0.246 | 2.104 | |
| writeAxt | 0.117 | 0.012 | 0.129 | |