Interface: InstallPackagesOptions
WebRChan.InstallPackagesOptions
The configuration settings used when installing R packages.
Table of contents
Properties
Properties
mount
• Optional mount: boolean
If true, attempt to mount packages using filesystem images. Default: true.
Defined in
webR/webr-chan.ts:42
quiet
• Optional quiet: boolean
If true, do not output downloading messages. Default: false.
Defined in
webR/webr-chan.ts:37
repos
• Optional repos: string | string[]
The R package repositories from which to download packages. Default: The configured default webR package repository.
Defined in
webR/webr-chan.ts:32