Possible buglet when accessing help for a package that hasn't been loaded

Hi,

in RStudio Cloud, with an open script, I use F1 to get help on a function defined in a package which hasn't been loaded (flag_integer in the example below):

The help pane pops up on the right, showing a helpful list of possible packages. If I click on any of these, I'm redirected to a 127.0.0.1 (the localhost page), which refuses to connect:

http://127.0.0.1:8787/library/keras/help/flag_integer

Not a big deal (I just need to load the required package, in order to access the right help page), but you may consider fixing it in the final release.

Interesting. Thank you for reporting!

1 Like

I believe that I have found a fix that we are now testing and hope to have deployed early next week.

1 Like

The fix has been deployed. Thank you again for reporting this issue.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.