View source: R/add_github_actions_codemeta.R
| add_github_actions_codemeta | R Documentation |
This function creates a configuration file (.yaml) to setup GitHub Actions
to update the codemeta.json.
This workflow is derived
from https://github.com/r-lib/actions/tree/v2-branch/examples.
This file will be written as .github/workflows/update-citation-cff.yaml.
This function also creates the codemeta.json using the function
codemetar::write_codemeta().
add_github_actions_codemeta(open = FALSE, overwrite = FALSE, quiet = FALSE)
open |
A logical value. If |
overwrite |
A logical value. If this file is already present and
|
quiet |
A logical value. If |
No return value.
Other development functions:
add_dependencies(),
add_github_actions_check(),
add_github_actions_citation(),
add_github_actions_codecov(),
add_github_actions_document(),
add_github_actions_pkgdown(),
add_github_actions_render(),
add_r_depend(),
add_to_buildignore(),
add_to_gitignore()
## Not run:
add_github_actions_codemeta()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.