powered by
rkeops
The function checks if the rkeops package is working and ready for use.
check_rkeops(warn = TRUE)
boolean value indicating if the rkeops package is ready.
boolean, if TRUE (default), warn user about check result.
Ghislain Durif
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)
keopscore
pykeops
assess if rkeops internal machinery is working
if (FALSE) { check_rkeops() }
Run the code above in your browser using DataLab