You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Running a package check I get the following NOTE:
Any idea how I could fix this?
The text was updated successfully, but these errors were encountered: