-
Notifications
You must be signed in to change notification settings - Fork 235
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
Improve feedback from @inherits
and friends
#1311
Conversation
* Only do it for bare links * Only do it for the bits of the Rd we're actually using
@gaborcsardi do you think it's safe to just remove all of |
I will take a better look tomorrow to be sure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
@hadley Re find_topic_filename <- function(pkg, topic, tag = NULL) {
return(topic)
} and this doesn't really break anything, except that we need to update/remote 2-3 test cases. I checked on a two days old R-devel as well. OTOH there are a couple of things to consider.
|
Yeah, so maybe just easier to leave as is for now. |
Conflicts: R/rd-inherit.R
And considerably reduce the scope of link tweaking.
Fixes #1135.