rkeops is installed on the systemWhen 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.
is_installed()1 if ok, 0 otherwise
Ghislain Durif
is_installed()