I\'m having the opposite issues of this post. It seems that roxygen is introducing \\n into my default parameter values which causes R CMD check to WARN
Is it possible to include an image in documentation generated by roxygen? I have a number of functions that are essentially wrappers for ggplot() that I\'d like 开发者_如何学编程to document by showing
Roxygen works fine from within R, but for some reason it craps out when I try to call it from the comm开发者_开发技巧and line. Noticed a similar complaint from someone on windows (this thread: R CMD r
I\'m calling roxygenize() with parameter use.Rd2 = TRUE.I have a file testcase.R where I create a simple S3 object using R.oo.Here\'s the contents of the file.There\'s nothing for roxygen to do here,
I\'ve read the开发者_开发技巧 Roxygen2 PDF and this site, and I\'m lost on the difference between @method @S3method @export and how to use these to properly document S3 methods. I worked up the follow
Could someone point me to a good example of documenting R.oo classes/methods with Roxygen?In R.oo, classes/methods are created by calls to setConstructorS3() and setMethodS3(), so there is no function
I\'m using roxygen2 to document datasets for a package I\'m developing. I know you can use roxygen to document a dataset, but Shane\'s answer ultimately suggests a hack, which while I\'d rather avoid.
Roxygen have made my work a lot easier and is in most cases nice and intuitive. One thing that I have never figured out though is how to preserve indentation in @examples sections so that the result o
It's dif开发者_开发技巧ficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
I am writing a package that defines a new class, surveyor, and a print method for this, i.e. print.surveyor.My code works fine and I use roxygen for inline documentation.But R CMD check issues a warni