R: include output of sessionInfo() in the "make check" log

The R developers would like that information to be included in bug
reports.
This commit is contained in:
Peter Simons 2017-03-01 10:05:34 +01:00
parent fac139e723
commit 6b3eec627e

View File

@ -68,7 +68,8 @@ stdenv.mkDerivation rec {
installTargets = [ "install" "install-info" "install-pdf" ];
doCheck = withRecommendedPackages;
doCheck = true;
preCheck = "bin/Rscript -e 'sessionInfo()'";
enableParallelBuilding = true;