I know we discussed allowing this to be provided by a separate extension (and I think that's the right solution long-term) but as a stop-gap I think we should at least provide the following keybindings in R package projects:
- Cmd + Shift + B: run
devtools::install() in a terminal;
- Cmd + Shift + T: run
devtools::test() in a terminal;
- Cmd + Shift + E: run
devtools::check() in a terminal;
Otherwise, prospective users of Positron who are R package developers will feel hamstrung when trying to get started.