-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
It would be awesome to be able to run specific versions using rv run.
So, instead of this:
$ curl -sSL https://raw.githubusercontent.com/A2-ai/rv/refs/heads/main/scripts/install.sh | bash
$ rv init . -r 4.2.0
$ echo "1+1" > run.R
$ rv sync
$ rig run -r 4.2.0 --script run.R
$ rig run -r 4.2.0 -e "1+1"
One could do:
$ curl -sSL https://raw.githubusercontent.com/A2-ai/rv/refs/heads/main/scripts/install.sh | bash
$ rv init . -r 4.2.0
$ echo "1+1" > run.R
$ rv run -script run.R
$ rv run -e "1+1"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels