I am currently working on a private data repository on GitHub, but keep running into an issue with the documentation that comes up when searching ??myRepository.
I have a folder called man in my data repository that stores all the .Rd files that show up on the help(myRepository), and have 2 .Rmd files in my vignette folder that I would like to add to the documentation in .Rd format.
I have two questions:
- How to I convert .Rmd files into .Rd files?
- Is there a way I can override the automatically generated .Rd files and upload my own documentations using the Rmd files in my vignette folder?
Any help is appreciated! Thanks.