Top "Roxygen2" questions

roxygen2 is a Doxygen-like in-source documentation system for Rd, collation, and NAMESPACE.

Error in fetch(key) : lazy-load database

I don't know what is going on, everything was working great but suddenly I started to have this error message …

r roxygen2
How to not run an example using roxygen2?

I'm writing a geocoding function right now that relies on having a Bing Maps Key. Obviously I'd rather not publish …

r roxygen2
Include data examples in developing R packages

I am eager to learn how to incorporate data examples as comments written above the functions, such as: ##' @examples ##…

r package roxygen2
'data' is not an exported object from 'namespace:my_package'

I'm writing a function that uses an external data as follow: First, it checks if the data is on the …

r namespaces devtools roxygen2
How to properly document S4 class slots using Roxygen2?

For documenting classes with roxygen(2), specifying a title and description/details appears to be the same as for functions, methods, …

class r s4 slot roxygen2
Roxygen2 - how to properly document S3 methods

I've read the Roxygen2 PDF as well as this site and I'm lost about the difference between @method @S3method @…

r roxygen roxygen2
Linking to other packages in documentation in roxygen2 in R

I am wondering it there exists a method to link to function from other package when I'm trying to write …

r documentation roxygen2
How to properly document S4 methods using roxygen2

I've seen some discussions in SO and other places regarding how this should be or will be done in future …

r generics methods s4 roxygen2
Does roxygen2 automatically write NAMESPACE directives for "Imports:" packages?

tl;dr version of my question If I want to import packages, do I have to manually write import() directives …

r roxygen roxygen2
Multiple functions in one .Rd file

Short version: Can I emulate the documentation of Normal in package stats using roxygen? Long version: I'm working on a …

r documentation package roxygen roxygen2