Description Usage Arguments Value
Create a repository as the owner
1 2 3 4 | create_user_repo(name, description = NULL, gitignores = NULL,
readme = "Default", license = NULL, private = FALSE, auto_init = TRUE,
api_endpoint = Sys.getenv("GITEA_BASE_URL"),
gitea_token = Sys.getenv("GITEA_PAT"))
|
name |
Repository name. Mandatory. A good repository name is composed of short, memorable, and unique keywords. |
description |
Repository description. Optional. |
gitignores |
Use a |
readme |
use the |
license |
Use a content license template. Supply a valid name you see in the dropdown. Case matters. Optional. |
private |
logical. Defaults to |
auto_init |
auto-initialize the repo? Default is |
api_endpoint |
URL prefix for your gitea server (no trailing '/') |
gitea_token |
NOTE: we use |
list (invisibly) with the status result of the API
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.