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

Using rincanter in other projects #6

Open
stephendeyoung opened this issue Feb 23, 2014 · 0 comments
Open

Using rincanter in other projects #6

stephendeyoung opened this issue Feb 23, 2014 · 0 comments

Comments

@stephendeyoung
Copy link

I've successfully installed rincanter and everything is working correctly but I'm having issues figuring out how to use it in other projects. I've tried creating an uberjar of rincanter with leiningen and then installing that locally with maven. I can then load rincanter as a dependency of other leiningen projects and all the rincanter methods are available. The problem comes when evaluating R expressions. For example, if I try:

(r-eval "data(iris)")

I get the following error:

REngineException Cannot load JRI native library org.rosuda.REngine.JRI.JRIEngine.<init> (JRIEngine.java:189)

I don't have this problem when using rincanter inside the directory in which I've installed it. Is there any way I can use rincanter in other projects?

Thanks.

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