CDK-R / cdkr

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

fix parens; iterator code #59

Closed zachcp closed 6 years ago

zachcp commented 6 years ago

note that this now uses iterators and itertools

zachcp commented 6 years ago

Rajarshi,

The build was still failing. Looks like that functions n your demo code come from two different libraries. Was that intentional? If so we should add the lib to DESCRIPTION. If not, we should find the correct function (admitedly, I only looked for the exact function name not a replacement function).

zcp