Description Usage Arguments Value
Full workflow for John Muschelli Packages
1 2 3 4 | muschelli_workflow(title = "", description = "",
fields = muschelli_fields(title = title, description = description),
coverage_type = "codecov", protocol = "https", auth_token = NULL,
...)
|
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 |
auth_token |
personal access token (PAT)
passed to |
... |
arguments to pass to |
Invisible TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.