Feature #883
refactor R client to use new service API and d1client API
Start date:
Due date:
% Done:
100%
Milestone:
None
Product Version:
*
Story Points:
Sprint:
Description
service-api-java and d1-java both recently changed to include a model for CNode and MNode classes that are separate from the D1Client class. Refactor the R client to use the new model.
History
#1 Updated by Matthew Jones about 14 years ago
Initial refactoring completed with r2326. R client now uses the MNode class. More refactoring needed to completely shift to using the CNode and MNode classes properly. The current implementation can get and load a data set though, albeit not in a generalized manner.