Description Usage Arguments Details
np()
(new package) creates a minimal package with description. It
borrows somewhat from Dirk Eddelbuettel's pkgKitten
pkgKitten
but changed to fit my workflow.
1 2 3 4 5 6 7 8 9 10 11 |
pkgname |
The package name. |
dir |
The directory to use for the package. |
license |
What license to use for the package. Defaults to MIT. |
firstname |
Your firstname. |
surname |
Your surname. |
email |
Your email. |
orcid |
Your ORCID (optional). |
open |
Open package directory after creation. |
rstudio |
Use RStudio projects (.Rproj)? |
Authorship details will be grabbed from the options FIRSTNAME, SURNAME, EMAIL and ORCID.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.