WriteDescriptionFile: Automates writing of the description file

Description Usage Arguments

Description

Automates writing of the description file for packages. The version number has today's date appended. NOTE: The working directory must be set to the package directory before this function is invoked.

Usage

1
2
  WriteDescriptionFile(package.name, title = NULL,
    description = title, version = 0.1)

Arguments

package.name

The name of the package

title

Text for the title field

description

Text for the description field; if none is given the title is used.

version

Version number which today's date will be appended to. Default is 0.1


pjnewcombe/Pmisc documentation built on March 26, 2020, 2:09 p.m.