Roxygen is an in-source documentation system for R. It is based on Doxygen, and is an alternative to creating .Rd files, in that it automatically creates the package's .Rd files from the in-source documentation.
What is the appropriate syntax to add an itemized list to roxygen2, for instance, in the @details section? Can I …
r documentation roxygenI've read the Roxygen2 PDF as well as this site and I'm lost about the difference between @method @S3method @…
r roxygen roxygen2Is it possible to include .R files in the data directory of my package in the roxygen process? I have …
r documentation-generation r-package roxygentl;dr version of my question If I want to import packages, do I have to manually write import() directives …
r roxygen roxygen2Short version: Can I emulate the documentation of Normal in package stats using roxygen? Long version: I'm working on a …
r documentation package roxygen roxygen2Alright, first attempt at writing an R package and I'm stuck. Here's how I create the package: package.skeleton("pkg",…
r import namespaces roxygenI am writing a package that defines a new class, surveyor, and a print method for this, i.e. print.…
r roxygen