############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD INSTALL seqTools ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.19-bioc/R/site-library’ * installing *source* package ‘seqTools’ ... ** using staged installation ** libs using C compiler: ‘gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0’ gcc -I"/home/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/zlibbioc/include' -I/usr/local/include -fpic -g -O2 -Wall -c seqTools.c -o seqTools.o seqTools.c: In function ‘count_genome_Kmers’: seqTools.c:851:93: warning: format ‘%u’ expects a matching ‘unsigned int’ argument [-Wformat=] 851 | error("[count_genome_Kmers] character mismatch at position %u!"); | ~^ | | | unsigned int seqTools.c: In function ‘scale_kmer_matrix’: seqTools.c:3296:55: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘double’ [-Wformat=] 3296 | error("[scale_kmer_matrix] scale[%i]=%i must be >1!", column_index, scale); | ~^ ~~~~~ | | | | int double | %f seqTools.c:3306:73: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘double’ [-Wformat=] 3306 | error("[scale_kmer_matrix] scale[%i] = %i must be >1!", column_index, scale); | ~^ ~~~~~ | | | | int double | %f gcc -shared -L/home/biocbuild/bbs-3.19-bioc/R/lib -L/usr/local/lib -o seqTools.so seqTools.o -lm -lz -L/home/biocbuild/bbs-3.19-bioc/R/lib -lR installing to /home/biocbuild/bbs-3.19-bioc/R/site-library/00LOCK-seqTools/00new/seqTools/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 (seqTools)