| task_spec {checked} | R Documentation | 
Task specification
Description
Create task specification list which consists of all the details required to run specific task.
Usage
task_spec(alias = NULL, package_spec = NULL, env = NULL)
install_task_spec(type = getOption("pkgType"), INSTALL_opts = NULL, ...)
custom_install_task_spec(...)
check_task_spec(args = NULL, build_args = NULL, ...)
revdep_check_task_spec(revdep, ...)
Arguments
| alias | task alias which also serves as unique identifier of the task. | 
| package_spec | 
 | 
| env | environmental variables to be set in separate process running specific task. | 
| type | character, indicating the type of package to download and
install.  Will be  | 
| INSTALL_opts | an optional character vector of additional option(s) to be passed to
 Can also be a named list of character vectors to be used as additional options, with names the respective package names. | 
| ... | parameters passed to downstream constructors | 
| args | Character vector of arguments to pass to  | 
| build_args | Character vector of arguments to pass to  | 
| revdep | character indicating whether the task specification describes check associated with the development (new) or release (old) version of the for which reverse dependency check is run. |