is_gcae_installed: Determine if 'GCAE' is installed

View source: R/is_gcae_installed.R

is_gcae_installedR Documentation

Determine if GCAE is installed

Description

Determine if GCAE is installed

Usage

is_gcae_installed(gcae_options = create_gcae_options(), verbose = FALSE)

Arguments

gcae_options

options to run GCAE, as created by create_gcae_options

verbose

the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid.

Value

TRUE if GCAE is installed

Note

this is a slow function.

A quicker, yet less accurate way to determine if GCAE is installed, is has_cloned_gcae_repo

Author(s)

Richèl J.C. Bilderbeek

Examples

# Tip: 'has_cloned_gcae_repo' is a a quicker, yet less accurate way
# to determine if `GCAE` is installed
is_gcae_installed()

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