This function adds a script to inst/scripts/pkgdevt.R
to keep track of the
various steps applied setting up your R package.
Usage
use_pkgdevt_script(
package_name = basename(getwd()),
package_author = Sys.getenv("FULLNAME", ""),
package_description = "My awesome description.",
package_title = "My awesome title",
github_private_repo = FALSE,
open = TRUE,
...
)
Arguments
- package_name
Name of your package
- package_author
Author
- package_description
Description
- package_title
Title
- github_private_repo
Logical
- open
Should the file be opened?
- ...
if necessary