Skip to content
Prev 168293 / 398502 Next

[stats-rosuda-devel] Problem with JGR. Was: Re: Using help()

On Jan 25, 2009, at 9:35 , Michael Kubovy wrote:

            
"?" is interpreted by JGR (re-mapped to internal call to help followed  
by help.search if no topics were found) instead of R. So JGR is  
smarter than R used to be, but that has changed in R 2.8.  
Unfortunately R has currently no publicly available API to support  
what the Mac-GUI does, because it uses a nasty trick by modifying R's  
sources to hook inside R. I'm working on fixing this for R 2.9.0-to- 
be, but currently JGR is out of luck and has to rely on its own  
attempts to parse the command line, so the results will vary until then.
I can see what could cause that, but in theory that should affect all  
html-based systems if R really doesn't update the links. I didn't  
actually look but it's possible that JGR just needs to call  
make.packages.html() -- in effect, try calling that function and if  
that solves your problem that's what's it is ...


Cheers,
S