R/devtools-package.R
devtools-package.RdCollection of package development tools.
Devtools uses the following options() to configure behaviour:
devtools.path: path to use for dev_mode()
devtools.name: your name, used when signing draft
emails.
devtools.install.args: a string giving extra arguments passed
to R CMD install by install().
Useful links: