Test conda environment

testOrthosEnv()

Value

A list indicating whether keras is available, and the version of TensorFlow.

Author

Charlotte Soneson

Examples

testOrthosEnv()
#> $keras_available
#> [1] TRUE
#> 
#> $tf_version
#> [1] "2.15.0"
#>