Replies: 1 comment 6 replies
|
So i thought i was working on a forked version of RPath (for testing). However, I wasn't and i commited to master. I apologize. I will revert this. EDIT: Done. I will set this up on a fork so you can see what i mean about autolinking |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
A nice feature of pkgdown is its autolinking. For this to work, a couple of changes need to be made to the DESCRIPTION and the _pkgdown.yml.
Once these changes are made we should be able to use syntax like \code{rsim.rum()} in our documentation and it should auto link to the function in the reference section.
This change will need to be made on master
All reactions