Description Usage Arguments Examples
This function create the DESCRIPTION file
1 2 3 | DESCRIPTION_make(name_package, build_dir, title_package, version,
author = "Yunlong", email = "nyunlong AT sfu.ca",
description = "no discription")
|
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 |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.