-
Notifications
You must be signed in to change notification settings - Fork 11
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
error processing vignette #28
Comments
Dear Richard, I just had an email on the rrdf user mailing list related to this either. I will look for a way to resolve this! |
What I will try is just to disable vignette creation upon install_github(): But I will try to fix your specific compile error too, which I do not seem to get. |
ok, thanks for taking a look at it. Obvious reasons why I may get the error and you don't might be that I'm on mac and using R 3.x (rather than R2.x ) |
Hi Egon, just checking to see whether you had a chance to look into this. I'm getting the same error. my sessionInfo(): R version 3.1.1 (2014-07-10) locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
Hi I tried to install the package using the instructions on github. The rrdflibs installed fine, but with the rrdf I get the following error message:
Loading required package: rJava
Loading required package: rrdflibs
Error: processing vignette 'tutorial.Rnw' failed with diagnostics:
chunk 2
Error in .jcall("com/github/egonw/rrdf/RJenaHelper", "Lcom/hp/hpl/jena/rdf/model/Model;", :
RcallMethod: cannot determine object class
Execution halted
Error: Command failed (1)
Any idea here what could be causing this? Here's my sessionInfo():
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] devtools_1.5 rJava_0.9-6
loaded via a namespace (and not attached):
[1] digest_0.6.3 evaluate_0.4.3 httr_0.2 memoise_0.1 parallel_3.0.2
[6] RCurl_1.95-4.1 stringr_0.6.2 tools_3.0.2 whisker_0.3-2
Best wishes,
Richard
The text was updated successfully, but these errors were encountered: