Create a Jon Package
Usage
create_package(
pkg_name,
title = "What the Package Does",
description = "The goal of {pkg_name} is to...",
organization = NULL
)
Arguments
- pkg_name
The name of the package
- title
What the package does in title case.
- description
A one-paragraph description of the package. Will be used to initially populate both the DESCRIPION and the README.
- organization
The GitHub organization to create the package under (leave as
NULL
to create underjonthegeek
).