create_docu_package: Create a documentation package

Description Usage Arguments

Description

create_docu_package creates a documentation package using devtools::create. Description information can be provided by the additional arguments to the function. Changes to the DESCRIPTION file are moved to a separate function called add_dcf_info. If any of the arguments specific to the DESCRIPTION file are not null, then the function add_dcf_info is called.

Usage

1
2
3
create_docu_package(psPkgName, psPkgPath = ".", psDescTitle = NULL,
  psDescAuthor = NULL, psDescMaintainer = NULL, psDescDescription = NULL,
  psDescLicense = NULL)

Arguments

psPkgName

name of the package

psPkgPath

path below which package is created

psDescTitle

title of the package

psDescAuthor

author information

psDescDescription

Description field in dcf

psDescLicense

license information


pvrqualitasag/rqudocuhelper documentation built on May 26, 2019, 11:34 a.m.