Do not use init file in Rscript commands#18
Do not use init file in Rscript commands#18fleimgruber wants to merge 1 commit intorichfitz:masterfrom
Conversation
|
Thanks for this! Rscript never manages to cause random headaches, and that one (output emitted from init files) has messed up package compilation before. Unfortunately it looks like that messes up packrat: https://travis-ci.org/richfitz/wood/jobs/27453198#L1601-L1604 Perhaps |
|
Yeah, just saw the Travis CI log. From first sight it looks like |
|
Finally found the time to try it out once more. It turns out your hunch was correct. Good to merge? |
This is so that settings in init files, e.g. locale settings or options() calls do not garble Rscript return values