Bug #866
TBX: x.x, R workspace bug (working directory)
Status: | Closed | Start date: | 06/16/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% |
|
Category: | Stats / R | Spent time: | - | |
Target version: | TXM 0.7.6 |
Description
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.
The R working directory will allow us to store the '.rprofile' startup file.
History
#1 Updated by Serge Heiden over 6 years ago
- Description updated (diff)
#2 Updated by Matthieu Decorde over 6 years ago
- Target version changed from TXM X.X to TXM 0.7.6
#3 Updated by Matthieu Decorde over 6 years ago
- % Done changed from 0 to 80
#4 Updated by Matthieu Decorde over 6 years ago
- % Done changed from 80 to 90
execute print(getwd()) in a R script and check that wd = $HOME/TXM/R
#5 Updated by Matthieu Decorde over 6 years ago
- % Done changed from 90 to 100
#6 Updated by Matthieu Decorde over 6 years ago
- Status changed from New to Closed