Skip to content

submission method "none" of bug.report() -- interaction with ESS ?

1 message · Brian Ripley

#
At present it does nothing visible. The best idea is I think for ESS to
set an environment variable which the R code can check for. As in

if(getenv("R_UNDER_ESS")) options(editor="gnuclient")


(Martin: you can have gnuclient on Solaris, I believe.)