Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include package providing help topic #2262

Merged
merged 1 commit into from Feb 23, 2018
Merged

include package providing help topic #2262

merged 1 commit into from Feb 23, 2018

Conversation

kevinushey
Copy link
Contributor

When pressing F1 to retrieve help for a topic, RStudio attempts to evaluate an R expression of the form:

help(topic = <topic>, package = <package>)

However, because we were not pairing help topics with their package when retrieving help autocompletion results, we were effectively attempting to evaluate

help(topic = <topic>, package = "")

Fixes #2261.

@jmcphers jmcphers merged commit 7ad7e84 into master Feb 23, 2018
@valerie-rstudio valerie-rstudio deleted the bugfix/help-topic-f1 branch January 21, 2022 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants