View source: R/make_new_package.R
| setup_tidy_git | R Documentation |
Setup both GitHub and tidy style settings in the usethis package.
setup_tidy_git(
initial_commit_message = "initial commit",
organisation = NULL,
private = FALSE,
protocol = usethis::git_protocol(),
host = NULL,
steps = c("use_git", "git_vaccinate", "use_github", "use_pipe", "use_tibble",
"use_tidy_eval", "use_tidy_style")
)
organisation |
If supplied, the repo will be created under this
organisation, instead of the login associated with the GitHub token
discovered for this |
private |
If |
protocol |
One of "https" or "ssh" |
host |
GitHub host to target, passed to the For a hypothetical GitHub Enterprise instance, either "https://github.acme.com/api/v3" or "https://github.acme.com" is acceptable. |
use_git,git_vaccinate,
use_github,use_pipe,
use_tibble,
use_tidy_github_actions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.