question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

R helpPanel not able to list packages for "Open help topic using ?"

See original GitHub issue

Describe the bug When clicking “Open help topic using ?” an error is produced.

Additionally, the error message advises that r.helpPanel.rpath ought to be set and pointing to a valid R executable. However, r.helpPanel.rpath is planned to be deprecated, so I’d imagine it should instead refer to r.rpath.* (in my case * = mac)

To Reproduce Steps to reproduce the behavior:

  1. Ensure all rpath settings are set to valid R executable
  2. Open side panel
  3. Click on “Open help topic using ?

setting.json

  "r.bracketedPaste": true,
  "r.rpath.mac": "/usr/local/bin/R",
  "r.rterm.mac": "/Users/<me>/.local/bin/radian",
  "r.helpPanel.rpath": "/usr/local/bin/R",
  "r.sessionWatcher": true,

Expected behavior Opens QuickPick with all available help aliases

Screenshots If applicable, add screenshots to help explain your problem. You can show the keybord contents by pressing F1 and Developer: toggle screencast mode image

Environment (please complete the following information):

  • OS: macOS
  • VSCode Version: 1.52.1
  • R Version: 4.0.3
  • vscode-R version: 1.6.3

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
alex-gablecommented, Jan 20, 2021

sorry for the delay. great news! the most recent file seems to be working perfectly. thanks for all the time spent on this

0reactions
ManuelHentschelcommented, Jan 18, 2021

Could you please check if the linked PR changes anything? You can install the extension using the .vsix file from the corresponding Action.

Read more comments on GitHub >

github_iconTop Results From Across the Web

R helpPanel not able to list packages for "Open help topic ...
Steps to reproduce the behavior: Ensure all rpath settings are set to valid R executable; Open side panel; Click on "Open help topic...
Read more >
Finding a function of a specific package in RStudio help pane
Today the RStudio java code for help Window (see -> HelpPane.java:364) does not support the ability to search a specific package context.
Read more >
How to Download & Install R Packages - DataCamp
If you are starting with R, this post will cover the basics of R packages and how to use them. You'll cover the...
Read more >
Getting Help with R - R Project
To access help for a function in a package that's not currently loaded, ... opens a list of vignettes from all of your...
Read more >
Introductory Statistics with R: Seeking help
Both commands will open matching help files in RStudio's help panel in the lower ... Vignettes are accessible via the package help and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found