Rdocumentation
powered by
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
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.2
License
GPL (>= 2)
Maintainer
Hadley Wickham
Last Published
December 1st, 2011
Functions in roxygen2 (2.2.2)
Search all functions
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.