Learn R Programming

transformerForecasting (version 0.1.0)

install_r_dependencies: Install Package Dependencies

Description

Installs Python dependencies (TensorFlow, Keras, Pandas) in a Conda environment for the transformerForecasting package.

Usage

install_r_dependencies(env_name = "r-reticulate")

Value

Invisibly returns NULL after attempting to install dependencies.

Arguments

env_name

Character string specifying the Conda environment name (default: "r-reticulate").

Examples

Run this code
if (FALSE) {
  install_r_dependencies()
}

Run the code above in your browser using DataLab