usethis (version 1.2.0)

use_description: Create a default DESCRIPTION file for a package.

Description

If you create a lot of packages, you can override the defaults by setting option "usethis.description" to a named list.

Usage

use_description(fields = NULL)

Arguments

fields

A named list of fields to add to DESCRIPTION, potentially overriding the defaults. If NULL, retrieved from getOption("usethis.description"), and (for backward compatibility) from getOption("devtools.desc").