make_pkg_desc_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make package description list. The function returns Package description (a list).
Usage
make_pkg_desc_ls(
pkg_nm_1L_chr = get_dev_pkg_nm(),
pkg_title_1L_chr,
pkg_desc_1L_chr,
authors_prsn,
urls_chr
)
Arguments
- pkg_nm_1L_chr
Package name (a character vector of length one), Default: get_dev_pkg_nm()
- pkg_title_1L_chr
Package title (a character vector of length one)
- pkg_desc_1L_chr
Package description (a character vector of length one)
- authors_prsn
Authors (a person)
- urls_chr
Urls (a character vector)