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

NOTE in R CMD check #17

Open
cvitolo opened this issue Apr 9, 2017 · 0 comments
Open

NOTE in R CMD check #17

cvitolo opened this issue Apr 9, 2017 · 0 comments

Comments

@cvitolo
Copy link
Owner

cvitolo commented Apr 9, 2017

Running a package check I get the following NOTE:

checking compiled code ... NOTE
File ‘fuse/libs/fuse.so’:
  Found ‘_ZSt4cout’, possibly from ‘std::cout’ (C++)
    Object: ‘fuse.o’
File ‘fuse/libs/fuse.so’:
  Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs.
It is good practice to register native routines and to disable symbol
search.

Any idea how I could fix this?

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

No branches or pull requests

1 participant