List and function of environment variables created by codestral

library(codestral)

This vignette is for advanced users, wrongly modifying an environment variable may jeopardize the way codestral package works.

The following environment variables are created by the function codestral_init():

The following environment variable is modified by the function debug_mode():

The following environment variable is modified by the function allow_detect_package():

At any point, during the use of codestral, advanded users can modify any of these environment variables using Sys.setenv() function. If you plan to modify them permanently, you can use an .Rprofile file where codestral_init() is executed and after which environment variables are modified.