RLesur / crrri

A Chrome Remote Interface written in R
https://rlesur.github.io/crrri/
Other
157 stars 12 forks source link

Clarify generator code with templating like logic ? #3

Closed cderv closed 5 years ago

cderv commented 6 years ago

I think it is not an heavy dependency and that maybe it could help clarify the generator code. Clarifying the generation for R file could help for maintenance in the long run. I'll try to look into it and PR something to see how it looks.

RLesur commented 6 years ago

No problem. Moreover, packages used in the generator do not create dependencies (they are ignored when the package is built).

cderv commented 6 years ago

I think I choose the wrong horse this morning... I believed it would simplified things but I am not so sure. However, templating should be a good way to clarify the generation process for future maintenance. I'll leave this open.

cderv commented 5 years ago

I close this for now as we are moving toward a new API in #40 and we do not generate code the same way