Rdocumentation
powered by
Learn R Programming
⚠️
There's a newer version (7.3.2) of this package.
Take me there.
roxygen2 (version 2.2.1)
In-source documentation for R
Description
A Doxygen-like in-source documentation system for Rd, collation, and NAMESPACE.
Copy Link
Link to current version
Version
Version
7.3.2
7.3.1
7.3.0
7.2.3
7.2.2
7.2.1
7.2.0
7.1.2
7.1.1
7.1.0
7.0.2
7.0.1
7.0.0
6.1.1
6.1.0
6.0.1
6.0.0
5.0.1
5.0.0
4.1.1
4.1.0
4.0.2
4.0.1
4.0.0
3.1.0
3.0.0
2.2.2
2.2.1
2.1
2.0
Install
install.packages('roxygen2')
Monthly Downloads
188,795
Version
2.2.1
License
GPL (>= 2)
Maintainer
Hadley Wickham
Last Published
November 19th, 2011
Functions in roxygen2 (2.2.1)
Search all functions
clear_caches
Clear all roxygen caches.
new_roclet
Build new roclet object.
collate_roclet
Roclet: make Collate field in DESCRIPTION.
register.preref.parsers
Register many parsers at once.
parse.files
Parse many files at once.
parse.text
Text-parsing hack using tempfiles for more facility.
parse.unknown
Parse an unknown tag.
roc_proc_text
Process roclet on string and capture results. Useful for testing.
rd_roclet
Roclet: make Rd files.
parse.default
Default parser which simply emits the key and expression.
roxygen
Literate Programming in R
namespace_roclet
Roclet: make NAMESPACE.
register.preref.parser
Register parsers.
parse.toggle
Turn a binary element on; parameters are ignored.
roc_out
Process roclet and output results.
parse.name
Parse an element containing a single name and only a name.
roxygenize
Process a package with the Rd, namespace and collate roclets.
parse.name.description
Parse an element containing a mandatory name and description (such as
@param
).
parse.value
Parse an element with a mandatory value.
parse.file
Parse a source file containing roxygen directives.
roc_proc
Process roclet and capture results.