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

Standalone compilation of functions is not compatible with RStan #151

Open
alashworth opened this issue Mar 12, 2019 · 0 comments
Open

Standalone compilation of functions is not compatible with RStan #151

alashworth opened this issue Mar 12, 2019 · 0 comments
Labels
bug Something isn't working interface

Comments

@alashworth
Copy link
Owner

Issue by martinmodrak
Tuesday Jul 04, 2017 at 09:28 GMT
Originally opened as stan-dev/stan#2346


Summary:

While solving stan-dev/rstan#422 some problems arised with the code. This issue is here to track them.

Description:

The problem is that generated functions are not well suited for RCpp. In particular, RCpp comments should not be added to templated functions.
Also, there is a problem with using stan::math::lgamma; in the global namespace.

Current Version:

v2.16.0

@alashworth alashworth added bug Something isn't working interface labels Mar 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working interface
Projects
None yet
Development

No branches or pull requests

1 participant