[R] help.start() directory?
Michael A. Miller
mmiller3 at iupui.edu
Fri Jan 3 15:18:02 CET 2003
The help for help.start says that
"All the packages in the known library trees are linked to
directory `.R' in the per-session temporary directory. The
links 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 for each instance of R, that
no longer works. Is there a way to configure R to leave the help
pages in a static location such as ~/.R? Even if they get
recreated each time I run help.start, I'd rather they always
showed up in the same place.
Thanks, Mike
> R.version
_
platform i386-pc-linux-gnu
arch i386
os linux-gnu
system i386, linux-gnu
status
major 1
minor 6.1
year 2002
month 11
day 01
language R
More information about the R-help
mailing list