Learn R Programming

rkeops (version 2.2.2)

check_rkeops: Check if rkeops is ready and working

Description

The function checks if the rkeops package is working and ready for use.

Usage

check_rkeops(warn = TRUE)

Value

boolean value indicating if the rkeops package is ready.

Arguments

warn

boolean, if TRUE (default), warn user about check result.

Author

Ghislain Durif

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

Run this code
if (FALSE) {
check_rkeops()
}

Run the code above in your browser using DataLab