nealrichardson / httptest

A Test Environment for HTTP Requests in R
https://enpiar.com/r/httptest/
Other
79 stars 10 forks source link

Use mocks in Rd examples #14

Open nealrichardson opened 6 years ago

nealrichardson commented 6 years ago

Perhaps an Rd macro, or some roxygen magic, to do some setup/teardown in \dontshow blocks.

References:

maelle commented 3 years ago

Potentially relevant https://github.com/r-lib/roxygen2/issues/962