| document {rextendr} | R Documentation |
Compile Rust code and generate package documentation.
Description
The function rextendr::document() updates the package documentation for an
R package that uses extendr code, taking into account any changes that were
made in the Rust code. It is a wrapper for devtools::document(), and it
executes extendr-specific routines before calling devtools::document().
Specifically, it ensures that Rust code is recompiled (when necessary) and that
up-to-date R wrappers are generated before regenerating the package documentation.
Usage
document(pkg = ".", quiet = FALSE, roclets = NULL)
Arguments
pkg |
The package to use, can be a file path to the package or a
package object. See |
quiet |
if |
roclets |
Character vector of roclet names to use with package.
The default, |
Value
No return value, called for side effects.