install_task_spec | R Documentation |
Create a task to install a package and dependencies
install_task_spec(type = getOption("pkgType"), INSTALL_opts = NULL, ...)
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. |
... |
Additional parameters passed to |
Other tasks:
check_task_spec()
,
checked-task-df
,
custom_install_task_spec()
,
rev_dep_check_tasks_df()
,
revdep_check_task_spec()
,
source_check_tasks_df()
,
task_spec()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.