removeDR: Remove the dontrun Pieces of Documentation

Description Usage Arguments Examples

Description

Allows the creation of documentation with dontrun for upload but removal for staticdocs to a second file without fear of overwritting repo.

Usage

1
2
removeDR(repo = getOption("primary_repo"), base.git = getOption("base_git"),
  out_path = file.path(base.git, paste0(repo, "2"), "R"))

Arguments

repo

Repo name.

base.git

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

out_path

The repo path to where to put the .R files without dontruns.

Examples

1
2
3
4
5
6
7
8
## Not run: 
removeDR()
rmd("qdap2")
library(staticdocs)
build_package(package="C:/Users/trinker/GitHub/qdap2",
    base_path="C:/Users/trinker/GitHub/qdap/inst/staticdocs2", examples = TRUE)

## End(Not run)

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