Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Other than the excellent SO answer here, and the Roxygen manual and vignette, is there any particularly thorough guide to using Roxygen?

share|improve this question

3 Answers

up vote 20 down vote accepted

I'm working on a guide on github (but it's still rather incomplete).

share|improve this answer

The user2010 tutorial that was presented by the roxygen authors is available here. It's not really a thorough guide, but still very useful I think.

share|improve this answer

Even with the refrences above, I still had trouble finding a good kickstarter example until I found this other Github page.

share|improve this answer
I realize that this is an old question, but thought that we needed a more modern answer. – D. Woods Feb 20 at 18:34

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.