OHDSI / Andromeda

AsynchroNous Disk-based Representation of MassivE DAta: An R package aimed at replacing ff for storing large data objects.
https://ohdsi.github.io/Andromeda/
11 stars 10 forks source link

Remove rJava dependency and fix issue 4 #5

Closed ablack3 closed 3 years ago

ablack3 commented 3 years ago

R currently crashes when running saveAndromeda() with a non-existent file path or a path with tildes.

https://github.com/OHDSI/Andromeda/issues/4

This pull request fixes this issue and removes the dependency on rJava. It also adds several tests.

ablack3 commented 3 years ago

I think I've addressed all your questions and suggestions. Looks like the travis ci build is failing though.