Bug #866
Mis à jour par Serge Heiden il y a plus de 11 ans
The R workspace must be unique between TXM R sessions.
This is not currently possible because R working directory is temporary for every TXM R internal session (Rserve).
Solution: add a new TXM global preference 'RWorkingDirectory' set by default to '$HOME/TXM/R' and provide this information to Rserve at startup. '$HOME/TXM/R'.
The R working directory will allow us to store the '.rprofile' startup file.
This is not currently possible because R working directory is temporary for every TXM R internal session (Rserve).
Solution: add a new TXM global preference 'RWorkingDirectory' set by default to '$HOME/TXM/R' and provide this information to Rserve at startup. '$HOME/TXM/R'.
The R working directory will allow us to store the '.rprofile' startup file.