We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should point to the original function?
# Observed downlit::href_topic("install_github", "devtools") #> [1] "https://devtools.r-lib.org/reference/remote-reexports.html" # Desired? downlit::href_topic("install_github", "remotes") #> [1] "https://remotes.r-lib.org/reference/install_github.html" # Perhaps with referrer? downlit::href_topic("install_github", "remotes") #> [1] "https://remotes.r-lib.org/reference/install_github.html?ref=https://devtools.r-lib.org/reference/remote-reexports.html"
Created on 2022-03-23 by the reprex package (v2.0.1)
The text was updated successfully, but these errors were encountered:
downlit already handles reexports, but only use that code path if the topic name is reexports.Rd. I just need to make it a bit more general.
reexports.Rd
Sorry, something went wrong.
More sophisticated detection for re-exported functions
ff6b0a6
Fixes #134
More sophisticated detection for re-exported functions (#144)
4ca6b4f
Successfully merging a pull request may close this issue.
Should point to the original function?
Created on 2022-03-23 by the reprex package (v2.0.1)
The text was updated successfully, but these errors were encountered: