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

Long vector and legacy FFI #41

Open
waynelapierre opened this issue Feb 28, 2023 · 0 comments
Open

Long vector and legacy FFI #41

waynelapierre opened this issue Feb 28, 2023 · 0 comments

Comments

@waynelapierre
Copy link

Many R packages still use the legacy .C()/.Fortran() function to call C/Fortran codes. When a long vector is used with these packages, integer overflow may happen. However, I have never seen any warnings of this issue in these packages. I am not sure how R could deal with this situation without introducing 64-bit integer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant