R documentation with Roxygen? [closed]

霸气de小男生 提交于 2019-12-18 12:18:45

问题


I find R documentation to be important but also time-consuming to create/maintain. Has anyone used Roxygen yet, and if so, does it help in maintaining an R package? I've used Doxygen in the past, but those projects didn't have the man structure that R packages require.

You can find the vignette here.


回答1:


Yes, I use it all the time (in five packages and counting). It's fantastic! With it I managed to create a complete R package (stringr) in about five hours.

I recently submitted a patch to get a 10-fold speed up, which makes it even nicer to use.




回答2:


I'd like to start using it, but as far as I know it doesn't yet support S4 classes, which I use extensively.



来源:https://stackoverflow.com/questions/1734470/r-documentation-with-roxygen

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!