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:
parent
fac139e723
commit
6b3eec627e
@ -68,7 +68,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
installTargets = [ "install" "install-info" "install-pdf" ];
|
||||
|
||||
doCheck = withRecommendedPackages;
|
||||
doCheck = true;
|
||||
preCheck = "bin/Rscript -e 'sessionInfo()'";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user