Open behrica opened 6 months ago
continuing here
Below var should be delayed: https://github.com/scicloj/clojisr/blob/master/src/clojisr/v1/applications/plotting.clj#L16
This should be inlined: https://github.com/scicloj/clojisr/blob/master/src/clojisr/v1/applications/plotting.clj#L41
This should be removed: https://github.com/scicloj/clojisr/blob/master/src/clojisr/v1/applications/plotting.clj#L14
All calls to R should be inlined whithout loading grDevices
It would be good , or we can avoid that "requiring" the plotting ns starts R. We should try to postpone this up to the point when
plot-xxx
functions are called.To fix #94
would need before fixing #95