CDK-R / cdkr

Integrating R and the CDK
https://cdk-r.github.io/cdkr/
42 stars 27 forks source link

get.mcs still uses deprecated smsd #105

Open adelenelai opened 4 years ago

adelenelai commented 4 years ago

Hi,

Wondering about the above since SMSD has been deprecated from the CDK. Why do we still use it?

In any case, get.mcs using SMSD still 'works' in that it doesn't return errors, but old problems persist (I replicated Steffen's example and confirm the 'unexpected behaviour').

Should we be using getMcsAsNewContainerUIT instead?

zachcp commented 4 years ago

Maybe @rajarshi knows the history here better. If you have code for a newer version, we should use it. Where is the getMcsAsNewContainerUIT method?

zcp