radian icon indicating copy to clipboard operation
radian copied to clipboard

How to start radian with R flag?

Open albert-ying opened this issue 3 years ago • 2 comments

Hi, I need to use this specific R flag when R is started.

R --max-ppsize=500000

I'm wondering how can I supply this flag to radian? I tried this

radian --max-ppsize=500000

but it gives me an error.

Thank you so much!

albert-ying avatar Apr 16 '21 23:04 albert-ying

there is no way to set it now, basically what we need is to add an option for radian and the flag here: https://github.com/randy3k/radian/blob/ac0e9cbb50b1813bac347001de685d6c699c1ce7/radian/radianapp.py#L69

randy3k avatar Apr 23 '21 19:04 randy3k

I see. Thank you so much! I think for this special case I can just work with the plain R console. But it would still be nice to see the R flags are implemented in radian in the future!

albert-ying avatar Apr 24 '21 02:04 albert-ying