If you use vcr for all your tests, you're vulnerable to the server API changing so that real code no longer works. It feels like the solution to this is to have a cron job (maybe once a day?) rerun your tests (only, not a full R CMD check) with vcr disabled. Do you have this advice written up and fleshed out somewhere?
If you use vcr for all your tests, you're vulnerable to the server API changing so that real code no longer works. It feels like the solution to this is to have a cron job (maybe once a day?) rerun your tests (only, not a full
R CMD check) with vcr disabled. Do you have this advice written up and fleshed out somewhere?