Describe the solution you'd like
Sometimes we used different R version to develop a R package, it's better to provide a option (such as r.rscript.mac, r.rscript.linux and r.rscript.windows like r.rpath and r.rterm) to run the vscode task concerning R development in specific R version. Such as following R development task:
`Rscript -e "devtools::build()`
`Rscript -e "devtools::check()`
`Rscript -e "devtools::document()`
`Rscript -e "devtools::test()`