You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: