Andreas Beger

Results 16 comments of Andreas Beger

This worked for me, from http://paulklemm.com/blog/2017-02-12-fix-onload-failed-rjava-macos/: ```r dyn.load(paste0(system2('/usr/libexec/java_home', stdout = TRUE), '/jre/lib/server/libjvm.dylib')) # rJava should load library(rJava) devtools::install_github(c("ropensci/tabulizerjars")) devtools::install_github(c("ropensci/tabulizer")) ```

Hello, is there any other output you get before this error? Does "~/icews_data/" contain anything you did not put there, i.e. something `download_data()` managed to download before error-ing out? Also,...

Hi @tamirlibel, did you get it working?

Going to close this since it seems it's not an issue anymore.

Congrats! Hope you are getting some sleep. (EDIT: wups, didn't realize it would copy your email)

There have been some recent changes to the dataverse repo, this might be related to the new error. I just tried to update/download and also had an error because of...

Hi @tamirlibel, sounds like we have moved on to a new error. Could you please do two things for me?: 1. When you get this error you reported above, could...

Hmm. I'm wondering if this is something that should be done in the actual client (https://github.com/IQSS/dataverse-client-r), but it's at the moment not being actively maintained for lack of a new...

This is a simpler example: This should download one of the documentation PDFs: ``` r library("icews") #> Options not set, consider running 'setup_icews()' #> data_dir: NULL #> use_db: NULL #>...

Looks like the problem is with either the R dataverse client or the dataverse API itself. The direct URL for the PDF file above is https://dataverse.harvard.edu/api/access/datafile/2711073, and it works. However,...