Learn R Programming

rkeops (version 2.2.2)

check_pykeops: Check if pykeops Python package is available

Description

In practice, check if pykeops Python package is installed (which is done at rkeops package install).

Usage

check_pykeops(warn = TRUE)

Value

boolean value indicating if the pykeops package is available.

Arguments

warn

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

Author

Ghislain Durif

Examples

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

Run the code above in your browser using DataLab