Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calling R - performances #40

Open
JohnCoene opened this issue Sep 8, 2024 · 1 comment
Open

Calling R - performances #40

JohnCoene opened this issue Sep 8, 2024 · 1 comment
Assignees
Labels
in-progress In progress performances Improve performances

Comments

@JohnCoene
Copy link
Contributor

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 JohnCoene self-assigned this Sep 8, 2024
@JohnCoene JohnCoene added the performances Improve performances label Sep 8, 2024
@JohnCoene
Copy link
Contributor Author

We also use it to list all functions from base R

@JohnCoene JohnCoene added the in-progress In progress label Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in-progress In progress performances Improve performances
Projects
None yet
Development

No branches or pull requests

1 participant