vapourlang / vapour

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

Namespaced calls #21

Open JohnCoene opened 3 weeks ago

JohnCoene commented 3 weeks ago

We call R to check that a namespaced call is valid (pkg::foo).

This is extremely slow, we should find a better way.

JohnCoene commented 3 weeks ago

It seems painful to check without calling R since R allows multiple .libPaths + we should handle packrat and renv.