create_gcae_options: Create the options to run GCAE

View source: R/create_gcae_options.R

create_gcae_optionsR Documentation

Create the options to run GCAE

Description

Create the options to run GCAE.

Usage

create_gcae_options(
  gcae_folder = gcaer::get_gcae_folder(),
  ormr_folder_name = "python3",
  gcae_version = "1.0",
  python_version = "3.6"
)

Arguments

gcae_folder

folder where GCAE is installed

ormr_folder_name

folder where the link[ormr]ormr R package installs the Python packages

gcae_version

version of GCAE, e.g. "1.0" Use get_gcae_version to get the GCAE version.

python_version

the Python version

Value

the GCAE options, as can be checked by check_gcae_options

Author(s)

Richèl J.C. Bilderbeek

Examples

# Use the default GCAE version
create_gcae_options()

richelbilderbeek/gcaer documentation built on March 25, 2024, 3:08 p.m.