Skip to contents

Create new art repository

Usage

repo_create(
  series,
  license = NULL,
  local_path = repo_local_path(),
  remote_url = repo_remote_url()
)

Arguments

series

Name of the series (e.g., "series-rosemary")

license

License type for the series ("ccby", "cc0", or "mit")

local_path

Local folder in which to create the repository

remote_url

Remote URL to check for a pre-existing repository, or NULL to skip check

Value

Invisibly returns TRUE on success, FALSE on failure (this may change)