createBiocWorkflow: Create a New Bioconductor Workflow Package

Description Usage Arguments Value Examples

View source: R/createBiocWorkflow.R

Description

Uses create_package to set up a skeleton for a new Bioconductor workflow package.

Usage

1
2
3
4
5
6
createBiocWorkflow(
  path,
  description = getOption("devtools.desc"),
  rstudio = TRUE,
  open = rstudio
)

Arguments

path

location to create new package. The last component of the path will be used as the package name.

description

list of description values to override default values or add additional values.

rstudio

if TRUE, creates an RStudio project file.

open

if TRUE, opens the project in a new RStudio session.

Value

File path to the R Markdown vignette (invisibly).

Examples

1

grimbough/BiocWorkflowTools documentation built on April 2, 2020, 5:28 p.m.