As title, does `rv` support managing R versions? For instance, with uv you can specify `--python VERSION` in commands like `uv venv ...` and uv will manage installation of that python version. Or do you recommend using other tools, like [rig](https://github.com/r-lib/rig)?
As title, does
rvsupport managing R versions?For instance, with uv you can specify
--python VERSIONin commands likeuv venv ...and uv will manage installation of that python version.Or do you recommend using other tools, like rig?