is_installed: Check if 'rkeops' is installed on the system

Description Usage Value Author(s) See Also

View source: R/utils.R

Description

When running automatic tests without building and installing the package, i.e. with devtools::test(), the package file structure is different from the structure of a built and installed package (obtained with devtools::check()). For instance, the directory inst/include is replaced by include, or src by lib. Check functions inside rkeops have different behavior between these two cases.

The function is_installed checks the availability of the compiled function is_compiled(). If available, it means that rkeops is installed on the system.

Usage

1

Value

1 if ok, 0 otherwise

Author(s)

Ghislain Durif

See Also

is_installed()


rkeops documentation built on Feb. 17, 2021, 5:08 p.m.