| detect_conda {grafzahl} | R Documentation | 
Detecting Miniconda And Cuda
Description
These functions detects miniconda and cuda.
Usage
detect_conda()
detect_cuda()
Details
detect_conda conducts a test to check whether 1) a miniconda installation and 2) the grafzahl miniconda environment exist.
detect_cuda checks whether cuda is available. If setup_grafzahl was executed with cuda being FALSE, this function will return FALSE. Even if setup_grafzahl was executed with cuda being TRUE but with any factor that can't enable cuda (e.g. no Nvidia GPU, the environment was incorrectly created), this function will also return FALSE.
Value
boolean, whether the system is available.
[Package grafzahl version 0.0.11 Index]