muschelli_workflow: Full workflow for John Muschelli Packages

Description Usage Arguments Value

Description

Full workflow for John Muschelli Packages

Usage

1
2
3
4
muschelli_workflow(title = "", description = "",
  fields = muschelli_fields(title = title, description = description),
  coverage_type = "codecov", protocol = "https", auth_token = NULL,
  ...)

Arguments

title

Title of package

description

Description of package. Should be able to work with the start of the sentence "The goal is to provide".

fields

Default fields of the DESCRIPTION file

coverage_type

CI tool to use. Currently supports codecov and coveralls.

protocol

transfer protocol, either "ssh" (the default) or "https", passed to use_github

auth_token

personal access token (PAT) passed to use_github

...

arguments to pass to use_github

Value

Invisible TRUE


muschellij2/muschflow documentation built on May 14, 2019, 5:29 p.m.