package_spec {checked} | R Documentation |
Package specification
Description
Create package specification list which consists of all the details required to identify and acquire source of the package.
Usage
package_spec(name = NULL, repos = NULL)
package_spec_source(path = NULL, ...)
package_spec_archive_source(path = NULL, ...)
Arguments
name |
name of the package. |
repos |
repository where package with given name should identified. |
path |
path to the source of the package (either bundled or not). URLs are acceptable. |
... |
parameters passed to downstream constructors |
[Package checked version 0.2.0 Index]