Got an email from CRAN to fix the following warning:
Version: 1.62
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
mqmaugment.cpp:244:15: warning: too many arguments for format [-Wformat-extra-args]
See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/qtl.Rcheck/00install.out’ for details.
* used C compiler: ‘gcc-13 (Debian 13.2.0-5) 13.2.0’
* used C++ compiler: ‘g++-13 (Debian 13.2.0-5) 13.2.0’
The compile error in install.out is the following:
mqmaugment.cpp:244:15: warning: too many arguments for format [-Wformat-extra-args]
244 | Rprintf("INFO: VALGRIND MEMORY DEBUG BARRIERE TRIGGERED\n", "");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Got an email from CRAN to fix the following warning:
Flavor: r-devel-linux-x86_64-debian-gcc
The compile error in install.out is the following: