Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RStudio opens documentation in web browser

Tags:

r

rstudio

When I type in the name of the function the help box in RStudio I get the answer opened in the web browser instead of RStudio-help window. The same happens when typing in ?function for example ?which. While doing so I also get the following error in the console:

> ?which
Error in (function ()  : attempt to apply non-function
Error in (function ()  : attempt to apply non-function
Error in (function ()  : attempt to apply non-function

This happened after upgrading R to version 3.1.3 and I'm on Ubuntu 14.04.

Does anyone know how to fix this - how to make RStudio open the documentation in RStudio window, not in the web browser?

like image 862
potockan Avatar asked Mar 16 '15 16:03

potockan


1 Answers

RStudio needs to be upgraded to 0.98.1103 or newer version. The answer was taken from here

like image 64
potockan Avatar answered Nov 15 '22 20:11

potockan