nielshintzen / vmstools

Automatically exported from code.google.com/p/vmstools
18 stars 12 forks source link

Upgrade code with roxygen style to improve helpfiles generation #22

Closed nielshintzen closed 1 year ago

nielshintzen commented 3 years ago

Right now, all the code in VMStools has separate manual files. Having manual pages is crucial for the package but it's tedious to maintain. As such, it's suggested to change the style of coding to roxygen to auto-generate help files and only having to write code in one place

iagomosqueira commented 3 years ago

I have used this in the past to get a first converted version

https://github.com/yihui/Rd2roxygen

nielshintzen commented 1 year ago

Updated to Roxygen documentation