DESCRIPTION_make: This function create the DESCRIPTION file

Description Usage Arguments Examples

Description

This function create the DESCRIPTION file

Usage

1
2
3
DESCRIPTION_make(name_package, build_dir, title_package, version,
  author = "Yunlong", email = "nyunlong AT sfu.ca",
  description = "no discription")

Arguments

name_package

package name

build_dir

package directory

title_package

packge title

version

package version; a character if possible, like "1.1"

author

author name

email

email address

description

description what the package does

Examples

1
2
3
4
## Not run: 
make_DESCRIPTION(name_package="mypackage",build_dir= "~/Dropbox/Rpackage/",title_package="My package",version="1.1")

## End(Not run)

YunlongNie/makingRpk documentation built on May 10, 2019, 1:54 a.m.