Learn R Programming

⚠️There's a newer version (7.3.2) of this package.Take me there.

roxygen2 (version 2.2.2)

In-source documentation for R

Description

A Doxygen-like in-source documentation system for Rd, collation, and NAMESPACE.

Copy Link

Version

Install

install.packages('roxygen2')

Monthly Downloads

188,795

Version

2.2.2

License

GPL (>= 2)

Maintainer

Hadley Wickham

Last Published

December 1st, 2011

Functions in roxygen2 (2.2.2)

roc_proc

Process roclet and capture results.
roxygen

Literate Programming in R
clear_caches

Clear all roxygen caches.
parse.unknown

Parse an unknown tag.
parse.default

Default parser which simply emits the key and expression.
new_roclet

Build new roclet object.
roxygenize

Process a package with the Rd, namespace and collate roclets.
parse.name

Parse an element containing a single name and only a name.
register.preref.parser

Register parsers.
parse.name.description

Parse an element containing a mandatory name and description (such as @param).
parse.value

Parse an element with a mandatory value.
roc_proc_text

Process roclet on string and capture results. Useful for testing.
parse.text

Text-parsing hack using tempfiles for more facility.
parse.file

Parse a source file containing roxygen directives.
parse.toggle

Turn a binary element on; parameters are ignored.
parse.files

Parse many files at once.
rd_roclet

Roclet: make Rd files.
roc_out

Process roclet and output results.
namespace_roclet

Roclet: make NAMESPACE.
collate_roclet

Roclet: make Collate field in DESCRIPTION.
register.preref.parsers

Register many parsers at once.