The function checks if the rkeops package is working and ready for use.
Usage
check_rkeops(warn = TRUE)
Arguments
- warn
boolean, if TRUE (default), warn user about check result.
Value
boolean value indicating if the rkeops package is ready.
Details
Under the hood, several verifications are made:
assess if Python is available on the system
assess if rkeops Python package dependencies are available (namely
keopscore and pykeops, that should be installed along with rkeops)
assess if rkeops internal machinery is working
Examples
if (FALSE) {
check_rkeops()
}