# NOT RUN {
# Create a package using all defaults:
path <- file.path(tempdir(), "myDefaultPackage")
create(path)
# Override a description attribute.
path <- file.path(tempdir(), "myCustomPackage")
my_description <- list("Maintainer" =
"'Yoni Ben-Meshulam' <yoni@opower.com>")
create(path, my_description)
# }
Run the code above in your browser using DataLab