vapourlang / vapour

Typed superset of R
http://vapour.run
Apache License 2.0
190 stars 3 forks source link

Calling R - performances #40

Open JohnCoene opened 2 months ago

JohnCoene commented 2 months ago

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.

JohnCoene commented 2 months ago

We also use it to list all functions from base R