Check script (PR#292)
plummer writes:
There is a syntax error in the "check" script in R 0.65.1, due to an unescaped ` character. Line 96 should read
echo " Results of \`check' are available in directory ../${CHECK_DIR}"
not
echo " Results of `check' are available in directory ../${CHECK_DIR}"
Fixed. -k -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._