View source: R/FRR_HelperFxns.R
check_jax_availability | R Documentation |
This function checks if 'Python' and 'JAX' can be accessed via 'reticulate'. If not, it returns 'NULL' and prints a message suggesting to run 'build_backend()'.
check_jax_availability(conda_env = "fastrerandomize", conda = "auto")
conda_env |
A character string specifying the name of the conda environment. Default is '"fastrerandomize"'. |
conda |
The path to a conda executable, or '"auto"'. Default is '"auto"'. |
Returns ‘TRUE' (invisibly) if both ’Python' and 'JAX' are available; otherwise returns 'NULL'.
## Not run:
check_jax_availability()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.