conda_install_silentJSON {Herper}R Documentation

Silent/json version of reticulate's conda_install

Description

Reticulate's conda_install with silent output and json output capability

Usage

conda_install_silentJSON(
  envname = NULL,
  packages,
  forge = TRUE,
  channel = character(),
  conda = "auto",
  ...
)

Arguments

forge

Boolean; include the [Conda Forge](https://conda-forge.org/) repository?

channel

An optional character vector of Conda channels to include. When specified, the 'forge' argument is ignored. If you need to specify multiple channels, including the Conda Forge, you can use 'c("conda-forge", <other channels>)'.

Value

Nothing returned, packages are installed in specified environment.


[Package Herper version 1.0.2 Index]