Travis-CI Build Status AppVeyor Build Status

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

muschflow

The muschflow package: Provides a build status for all John 'Muschelli' 'GitHub' packages.

Installation

You can install muschflow from github with:

# install.packages("devtools")
devtools::install_github("muschellij2/muschflow")

How to use muschflow: the muschelli_workflow function

title = "The Title to Your Package in Title Case"
description = "The description in normal prose of your package.  Should end in a period."
muschflow::muschelli_workflow(
  title = title, description = description,
  fields = muschelli_fields(
    title = title, description = description, 
    given = "Given/First Name",
    family = "Family/Last Name", 
    email = "your@email.com", 
    role = c("aut", "cre"))
)


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