ropensci / vcr

Record and replay HTTP requests
https://docs.ropensci.org/vcr
Other
77 stars 12 forks source link

shorter description for the top of the README #198

Closed maelle closed 4 years ago

maelle commented 4 years ago

Current text: "vcr helps you stub and replay your HTTP requests. The main use case is for unit tests for R packages. An R port of the Ruby gem vcr"

I propose "Record HTTP requests and responses on disk and replay them for the unit tests of your R package to make them independent from any connection, faster, and more complete. An R port of the Ruby gem vcr."

Not sure my proposal is better. I was just thinking it'd be better to not use the word "stub" as it's not very well-known?