Learn R Programming

rkeops (version 2.2.2)

check_pypkg: Check if a given Python package is installed and available.

Description

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

Should be used to test the availability of keopscore and of pykeops packages.

Usage

check_pypkg(package, warn = TRUE)

Value

boolean value indicating if the pykeops package is available.

Arguments

package

character string, name of package to be checked among "keopscore" and "pykeops".

warn

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

Author

Ghislain Durif