devtools (version 1.4.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.cleandoc: a single logical value determining whether the contents of the file{man/} directory are deleted bycheck
  • 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 character vector listing any other extra options to add toDESCRIPTION