Story #4154
Refactor dataone R package to eliminate Java dependency
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
100%
Story Points:
Sprint:
History
#1 Updated by Matthew Jones about 11 years ago
The current @dataone@ package depends on rJava to load the DataONE libclient library for interacting with services. Consider refactoring this using RCurl for the communications mechanism. This would require building a much more complete model of the DataONE system in R, as currently we rely on a bunch of hidden classes in Java. So, on the one hand, a pure R refactor would be simpler by eliminating rJava. But it would also be more complex, requiring more code on the R side.
#2 Updated by Matthew Jones about 10 years ago
- Status changed from New to Closed
Moved issue to github: https://github.com/DataONEorg/rdataone/issues/36