rmd: Make .Rd files

Description Usage Arguments

Description

Makes and optionally opens the help manual for a roxygen2 repo.

Usage

1
2
rmd(repo = getOption("primary_repo"), base.git = getOption("base_git"),
  rox = TRUE, open = TRUE, quick = TRUE)

Arguments

repo

Repo name.

base.git

Base path to where repos are store (the repo is stored).

rox

logical. If TRUE makes the .Rd documentation from the .R

open

logical. If ]TRUE the documentation is opened.

quick

logical. If TRUE skips docs, multiple-architectures, demos, and vignettes, to make installation as fast as possible.

open

logical. If TRUE makes a pdf of the manual and opens it.


trinker/acc.roxygen2 documentation built on May 31, 2019, 8:41 p.m.