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

fs: avoid SETLENGTH() #450

Open
gaborcsardi opened this issue Apr 24, 2024 · 1 comment
Open

fs: avoid SETLENGTH() #450

gaborcsardi opened this issue Apr 24, 2024 · 1 comment

Comments

@gaborcsardi
Copy link
Member

Version: 1.6.3
Check: compiled code
Result: NOTE 
  File ‘fs/libs/fs.so’:
    Found non-API call to R: ‘SETLENGTH’
  
  Compiled code should not call non-API entry points in R.
  
  See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.

Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

@gaborcsardi
Copy link
Member Author

Fixed in f14dcf8. I'll keep this issue open until it is released on CRAN.

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