check_gcae_setup: Check if the options to run GCAE are valid.

View source: R/check_gcae_setup.R

check_gcae_setupR Documentation

Check if the options to run GCAE are valid.

Description

Check if the options to run GCAE are valid. Will stop if not.

Usage

check_gcae_setup(gcae_setup)

Arguments

gcae_setup

GCAE model setup, as created by create_gcae_setup, read from file by read_gcae_setup_file, checked by check_gcae_setup, and saved to file by save_gcae_setup.

Details

Note that this function does not check if GCAE is actually present in that folder, similar to normalizePath with mustWork set to FALSE

Value

the GCAE options, as can be checked by check_gcae_setup

Author(s)

Richèl J.C. Bilderbeek

Examples

gcae_setup <- create_test_gcae_setup()
check_gcae_setup(gcae_setup)

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