document (version 4.0.0)

fake_package: Fake a Package From a Single Code File

Description

To build documentation for a single code file, we need a temporary package. Of course the code file should contain roxygen2 comments.

Usage

fake_package(file_name, working_directory = NULL, dependencies = NULL, ...)

Value

A string containing the path to the faked package.

Arguments

file_name

The name of the R code file to be documented.

working_directory

A working directory. Keep the default.

dependencies

A character vector of package names the functions depend on.

...

Arguments passed to get_lines_between_tags.