can and should we configure the repo so that developers working in interactive sessions in the repo (including coding agents) use renv, but the R-CMD-CHECK and test-coverage CI workflows do not use renv? that way, all developers are on the same page, but we still check how the package performs in different R versions and with the latest CRAN packages? what's the usual approach?
can and should we configure the repo so that developers working in interactive sessions in the repo (including coding agents) use renv, but the R-CMD-CHECK and test-coverage CI workflows do not use renv? that way, all developers are on the same page, but we still check how the package performs in different R versions and with the latest CRAN packages? what's the usual approach?