WritePackageRd: Automates writing of the package overview Rd file.

Description Usage Arguments

View source: R/WritePackageRd.R

Description

Automates writing of the -package.Rd file, which contains basic info about the package. The version number has today's date appended. Takes descriptive information from the files TextTitle.txt, TextDescription.txt, and TextOverview.txt which are stored in the root of the package folder.

Usage

1
2
3
WritePackageRd(package.name,
  package.location = "/Users/pauln/Dropbox/Work Projects/R Packages",
  version = 0.1)

Arguments

package.name

The name of the package

package.location

Directory all R packages are stored in.

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.