roxygen2 is a Doxygen-like in-source documentation system for Rd, collation, and NAMESPACE.
I have a function I am trying to document with roxygen2: #' Name of function #' #' Description #' #' @…
r roxygen2When building a package, I got the error Error in namespaceExport(ns, exports) : undefined exports: FooBarBaz What does this mean, …
r exception roxygen2