-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow passing R arguments to rig run
#249
Comments
AFAICT it never saves the data, so you don't need |
I do get the I can make an alias q <- function(save="no", ...) quit(save = save, ...) in my .Rprofile but that does not change the behavior on Ctrl-D |
Specifying
|
weirdly not in my case
let me check on another computer |
ok apparently that has to do with an alias malfunctioning on my end. |
Oh, right, so you are running it without any arguments? Then it would indeed make sense to be able to pass some arguments.... |
Yes, I guess having a way to pass argument into I suggested |
A modest proposal: make |
@klmr Yeah, I like that. |
I wouldn't mind having either |
Hi,
is there a way to pass
R
arguments like--no-save
torig run
?something like
rig run -- --no-save
Thanks
The text was updated successfully, but these errors were encountered: