Re: [R] Cannot Launch R Help Files under Window 8.1

2014-05-26 Thread Jack H. Pincus
Thanks Gabor. I'll try that. Jack Sent from my iPad > On May 26, 2014, at 2:40 PM, Gabor Grothendieck > wrote: > > On Mon, May 26, 2014 at 8:53 AM, Jack H. Pincus > wrote: >> Thanks for your suggestions. I did some further digging and found the >> problem was more subtle. I use Dashlane, a

Re: [R] Cannot Launch R Help Files under Window 8.1

2014-05-26 Thread Gabor Grothendieck
On Mon, May 26, 2014 at 8:53 AM, Jack H. Pincus wrote: > Thanks for your suggestions. I did some further digging and found the > problem was more subtle. I use Dashlane, a password management program, which > requires IE to run in protected mode under Win 8. Disabling protected mode > solved t

Re: [R] Cannot Launch R Help Files under Window 8.1

2014-05-26 Thread Jack H. Pincus
Thanks for your suggestions. I did some further digging and found the problem was more subtle. I use Dashlane, a password management program, which requires IE to run in protected mode under Win 8. Disabling protected mode solved the problem with R help. Jack > On May 26, 2014, at 12:02 AM, J

Re: [R] Cannot Launch R Help Files under Window 8.1

2014-05-26 Thread Gabor Grothendieck
On Sun, May 25, 2014 at 7:18 PM, Jack Pincus wrote: > I've been using R for about 9 months and just installed R 3.1.0 on a new > computer running Windows 8.1. IE is the default browser. When I type > help(round) or ?round the address: > http://127.0.0.1:25976/library/base/html/Round.html app

Re: [R] Cannot Launch R Help Files under Window 8.1

2014-05-25 Thread Jeff Newmiller
Java should be unrelated to this. One potential issue might be that installing help is an option that you may not have selected when installing R. Another thought is that there may be some anti virus software that is blocking the R help server. ---