devtools (version 1.9.1)

devtools: Package development tools for R.

Description

Package development tools for R.

Arguments

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 installbyinstall.
  • devtools.desc.author: a string providing a default Authors@R string to be used in newDESCRIPTIONs. Should be a R code, and look like"Hadley Wickham [aut, cre]". Seeas.personfor more details.
  • devtools.desc.license: a default license string to use for new packages.
  • devtools.desc.suggests: a character vector listing packages to to add to suggests by defaults for new packages.
  • devtools.desc: a named list listing any other extra options to add toDESCRIPTION