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

Use .Call() instead of .C() for R support #368

Open
ianfhunter opened this issue Nov 9, 2022 · 0 comments
Open

Use .Call() instead of .C() for R support #368

ianfhunter opened this issue Nov 9, 2022 · 0 comments
Assignees
Labels
Feature Request New feature or request R

Comments

@ianfhunter
Copy link
Owner

.C() is generally considered antiquated and using .Call() is much better practise.

This task is to update the R code to use .Call()

@ianfhunter ianfhunter added Feature Request New feature or request R labels Nov 9, 2022
@ianfhunter ianfhunter self-assigned this Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or request R
Projects
None yet
Development

No branches or pull requests

1 participant