Displaying 1 result from an estimated 1 matches for "rtmpxxx".
2003 Jan 03
1
help.start() directory?
...ks are re-made each time help.start is run, which should be
done after packages are installed, updated or removed."
It used to be the case that this was the temporary directory was
the .R directory in my home directory, but since I've upgraded to
R 6.1, the help files are stored in /tmp/Rtmpxxx/.R, where
Rtmpxxx is the result of a call to tempdir. A side effect of
this is that they are removed when ever I exit R and recreated
when I start R and run help.start again. I like to be able to
have a couple book marks to my favorite parts of the help pages,
but since the tempdir is different f...