R helpPanel not able to list packages for "Open help topic using ?"
See original GitHub issueDescribe 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:
- Ensure all rpath settings are set to valid R executable
- Open side panel
- 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

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:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

sorry for the delay. great news! the most recent file seems to be working perfectly. thanks for all the time spent on this
Could you please check if the linked PR changes anything? You can install the extension using the .vsix file from the corresponding Action.