Skip to content

rv run #417

@jrosell

Description

@jrosell

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions