install_r_dependencies {transformerForecasting}R Documentation

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")

Arguments

env_name

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

Value

Invisibly returns NULL after attempting to install dependencies.

Examples

## Not run: 
  install_r_dependencies()

## End(Not run)

[Package transformerForecasting version 0.1.0 Index]