noFallbackR | R Documentation |
By default, installConda
will install a conda-managed R in a new environment,
to provide a fallback for GLIBCXX
-mismatch errors in C++-dependent Python packages like scipy.
This cost can be avoided if the version of the C++ standard library used by R is known to be compatible with client environments.
noFallbackR()
The default value is FALSE
in order to provide a fallback when clients observe GLIBCXX
errors.
This can be changed by setting the BASILISK_NO_FALLBACK_R
environment variable to "1"
.
Logical scalar providing an answer to the above.
Aaron Lun
installConda
, where this function is used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.