finalize_installation: Finalize installation

View source: R/zzz.R

finalize_installationR Documentation

Finalize installation

Description

download demo data

Usage

finalize_installation(
  packages,
  upgrade = c("ask", "config-only", "always", "never", "data-only"),
  async = FALSE
)

Arguments

packages

package name to finalize. 'rave' to only update base demo data, or c('threeBrain', 'ravebuiltins') to upgrade built-in data, or leave it blank to upgrade all.

upgrade

whether to ask. Default is 'always' to receive default settings. Other choices are 'ask', 'never', 'config-only', and 'data-only'

async

whether to run scripts in parallel; default is true.


beauchamplab/rave documentation built on Feb. 23, 2024, 7:20 a.m.