Runs an Rscript invocation with the project’s library paths configured, so scripts execute against the packages managed
by rv without needing to activate the project first.
By default, rv runsyncs the project library before running the script, ensuring it always
runs against a library that matches the config and lock files.
args - The Rscript arguments to run, e.g. a script path and any arguments it takes. Everything after rv run (and
--no-sync, if present) is passed through to Rscript unmodified.
--no-syncmust be first - Skip syncing the project library before running the command.
Because all other arguments are passed through to Rscript as-is, this flag must be given as the very first argument or it
will be treated as an argument to your script instead.