* installing *source* package ‘yakmoR’ ... ** package ‘yakmoR’ successfully unpacked and MD5 sums checked ** using staged installation ** libs make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/yakmoR/src' /usr/local/clang-trunk0/bin/clang++ -std=gnu++14 -I"/data/gannet/ripley/R/R-clang-trunk/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang-trunk/include -fpic -O3 -Wall -pedantic -frtti -c RcppExports.cpp -o RcppExports.o /usr/local/clang-trunk0/bin/clang++ -std=gnu++14 -I"/data/gannet/ripley/R/R-clang-trunk/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang-trunk/include -fpic -O3 -Wall -pedantic -frtti -c yakmo_wrapper.cpp -o yakmo_wrapper.o In file included from yakmo_wrapper.cpp:31: ./yakmo.h:596:49: warning: format specifies type 'int' but the argument has type 'yakmo::uint' (aka 'unsigned long') [-Wformat] std::fprintf (fp, "%d", j); ~~ ^ %lu ./yakmo.h:599:60: warning: format specifies type 'int' but the argument has type 'yakmo::uint' (aka 'unsigned long') [-Wformat] std::fprintf (fp, " %d:%.16g", _body[i].idx, _body[i].val); ~~ ^~~~~~~~~~~~ %lu ./yakmo.h:1042:47: warning: format specifies type 'int' but the argument has type 'yakmo::uint' (aka 'unsigned long') [-Wformat] std::fprintf (fp, "%d # m\n", _opt.m); ~~ ^~~~~~ %lu ./yakmo.h:1043:47: warning: format specifies type 'int' but the argument has type 'yakmo::uint' (aka 'unsigned long') [-Wformat] std::fprintf (fp, "%d # k\n", _opt.k); ~~ ^~~~~~ %lu ./yakmo.h:1044:64: warning: format specifies type 'int' but the argument has type 'yakmo::uint' (aka 'unsigned long') [-Wformat] std::fprintf (fp, "%d # number of features\n", _kms.back ()->nf ()); ~~ ^~~~~~~~~~~~~~~~~~~ %lu ./yakmo.h:1053:55: warning: format specifies type 'int' but the argument has type 'yakmo::uint' (aka 'unsigned long') [-Wformat] std::fprintf (fp, "c%d_", i); ~~ ^ %lu 6 warnings generated. /usr/local/clang-trunk0/bin/clang++ -std=gnu++14 -shared -L/usr/local/clang/lib64 -L/usr/local/clang-trunk/lib -L/usr/local/lib64 -o yakmoR.so RcppExports.o yakmo_wrapper.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/yakmoR/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/yakmoR/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/yakmoR/src' installing to /data/gannet/ripley/R/packages/tests-clang/yakmoR.Rcheck/00LOCK-yakmoR/00new/yakmoR/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 (yakmoR)