This function informs if sits examples should run.
To run the examples, set "SITS_RUN_EXAMPLES" environment
variable to "YES" using
Sys.setenv("SITS_RUN_EXAMPLES" = "YES")
To come back to the default behaviour, please unset
the enviroment variable
Sys.unsetenv("SITS_RUN_EXAMPLES")