-
Notifications
You must be signed in to change notification settings - Fork 20
add package anchors to cross-refs #91
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
Conversation
|
Hi Marcel, I wonder why sometimes the If there's no good reason for using the latter, we should avoid it because it generates links that tend to break more easily than when using the former. In fact, at some point in the past someone started to systematically replace Thanks! |
|
Hi Hervé, I used |
|
@hpages |
e7d0164 to
48917db
Compare
|
We're not allowed to have duplicated alias in a given package (this triggers an As I mentioned above, years ago someone decided to replace all the links in core-team maintained packages with the |
|
Hi Hervé, @hpages As far as I understand, More concretely, In otherwords, a tag such as With regards to moving files around, I think that as long as those topics / aliases are in the package's internal system.file(package = "PACKAGE", "help", "aliases.rds")there should be no issue finding the file. Do you have a specific example where these type of changes make it harder to maintain? Best regards, |
My preference has always been to use I've always been a big fan of the KISS principle but maybe I'm missing something about the benefits of using the complicated
When I refactored the IntegerRanges/IRanges class hierarchy in IRanges in 2018, I moved things around and broke some of the links in other packages that were using the |
|
I do prefer |
No description provided.