Create hubverse package skeleton
Usage
create_hubdev_pkg(
path,
fields = list(),
copyright_holder = "Consortium of Infectious Disease Modeling Hubs",
organisation = "Infectious-Disease-Modeling-Hubs",
hubdocs_contribute_url =
"https://hubdocs.readthedocs.io/en/latest/overview/contribute.html"
)
Arguments
- path
A path. If it exists, it is used. If it does not exist, it is created, provided that the parent path exists.
- fields
A named list of fields to add to
DESCRIPTION
, potentially overriding default values. Seeuse_description()
for how you can set personalized defaults using package options.- copyright_holder
Name of the copyright holder or holders. This defaults to "package name authors"; you should only change this if you use a CLA to assign copyright to a single entity.
- organisation
Character string. The hubverse GitHub organisation name. The user's role and the token's scopes must be such that you have permission to create repositories in the hubverse organisation.
- hubdocs_contribute_url
Character string. URL of the general contributing information page on hubDocs.