We call R in two places: to check that a package exists when using namespace (::), and , also when using namespace, to check that the function is indeed exported by the package.
We should improve performances on this by only starting R once, rather than at every call.
We call R in two places: to check that a package exists when using namespace (
::
), and , also when using namespace, to check that the function is indeed exported by the package.We should improve performances on this by only starting R once, rather than at every call.