b-rodrigues / rix

Reproducible development environments for R with Nix
https://b-rodrigues.github.io/rix/
GNU General Public License v3.0
102 stars 11 forks source link

Default major rix APIs: remove `exec_mode` arg and evaluate system commands in `non-blocking` manner #181

Closed philipp-baumann closed 1 week ago

philipp-baumann commented 2 weeks ago

Execution in a non-blocking system process is preferred, because stdout and stderr are continuously streamed from nix-shell or nix-build processes into current R session for good feedback.

philipp-baumann commented 1 week ago

addressed in #194