Learn R Programming

fioRa (version 0.3.7)

install_fiora: Install the python module `fiora` into a conda environment.

Description

This function will check and perform the installation of three components in the following order: reticulate, miniconda and fiora. It will ensure that a working conda environment `fiora` is available. This is a prerequisite for both, run_app and run_script.

Usage

install_fiora(conda_name = "fiora")

Value

A list providing the current OS and path information on the current python executable and the fiora script.

Arguments

conda_name

The name of the conda environment where fiora shall be installed to.

Examples

Run this code
if (FALSE) {
  # this will install packages and software on your machine
  install_fiora()
}

Run the code above in your browser using DataLab