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

Unregistered symbols warnings #53

Closed
TankredO opened this issue Jul 24, 2017 · 2 comments
Closed

Unregistered symbols warnings #53

TankredO opened this issue Jul 24, 2017 · 2 comments
Labels

Comments

@TankredO
Copy link
Contributor

TankredO commented Jul 24, 2017

With the newest R and Rcpp version we now get the following note when checking the package:

File 'BayesianTools/libs/x64/BayesianTools.dll':
  Found no calls to: 'R_registerRoutines', 'R_useDynamicSymbols'
It is good practice to register native routines and to disable symbol
search.
See 'Writing portable packages' in the 'Writing R Extensions' manual.

I already tried these solutions:
quanteda/quanteda#846,
RcppCore/Rcpp#636,
https://stackoverflow.com/questions/42313373/r-cmd-check-note-found-no-calls-to-r-registerroutines-r-usedynamicsymbols

@TankredO TankredO added the bug label Jul 24, 2017
@florianhartig
Copy link
Owner

Isn't this this old problem #31

Solution doesn't work any more?

@TankredO
Copy link
Contributor Author

1b3d1ff

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

No branches or pull requests

2 participants