What would be the best way to run a script with a totally new environment and just the required packages loaded? I was thinking of using something like withr::with_env() to achieve this. Anyone did something like this? #RStats
5
3
2
Replying to @brodriguesco
To me by launching a new process -- easiest with `r` and `Rscript` and pretty much the motivation for littler, and my preferred way to test things. Quick check at the shell, leaving main work sessions (plural, ESS in Emacs) alone.

Nov 10, 2022 · 4:16 PM UTC

1
2
I do this a lot and pushing to the background with nohup
1