You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMO docker_run_code and docker_run_file should have the same return type, but the former returns the output of docker$container$run(..) but the latter the result of container$exec(c("Rscript", docker_file_path)).
This makes it harder to use the same code to process the functions' return values.
The text was updated successfully, but these errors were encountered:
IMO
docker_run_code
anddocker_run_file
should have the same return type, but the former returns the output ofdocker$container$run(..)
but the latter the result ofcontainer$exec(c("Rscript", docker_file_path))
.This makes it harder to use the same code to process the functions' return values.
The text was updated successfully, but these errors were encountered: