devtools-package {devtools} | R Documentation |
devtools: Tools to Make Developing R Packages Easier
Description
Collection of package development tools.
Package options
Devtools uses the following options()
to configure behaviour:
-
devtools.path
: path to use fordev_mode()
-
devtools.name
: your name, used when signing draft emails. -
devtools.install.args
: a string giving extra arguments passed toR CMD install
byinstall()
.
Author(s)
Maintainer: Jennifer Bryan jenny@rstudio.com (ORCID)
Authors:
Hadley Wickham
Jim Hester
Winston Chang
Other contributors:
RStudio [copyright holder, funder]
See Also
Useful links:
Report bugs at https://github.com/r-lib/devtools/issues
[Package devtools version 2.4.5 Index]