Usage
zelig.skeleton(pkg, models = c(),
author = "UNKNOWN AUTHOR", path = ".", force = FALSE,
email = "maintainer@software-project.org",
depends = c(), ..., .gitignore = TRUE,
.Rbuildignore = TRUE)
Arguments
pkg
a character-string specifying the name of the
Zelig package
models
a vector of strings specifying models to be
included in the package
author
a vector of strings specifying contributors
to the package
path
a character-string specifying the path to the
package
force
a logical specifying whether to overwrite
files and create necessary directories
email
a string specifying the email address of the
package's maintainer
depends
a vector of strings specifying package
dependencies
.gitignore
a logical specifying whether to include
a copy of a simple .gitignore
in the appropriate
folders (inst/doc
and the package root
.Rbuildignore
a logical specifying whether to
include a copy of a simple .Rbuildignore
in the
appropriate folders (inst/doc
and the package
root