I developed an #RStats package to get data from a remote service. Functions allow caching results, so that they will just return the saved files if the request is the same. I tend to be conservative and set the cache option to FALSE by default, but now I'm wondering if it would be more user friendly (and friendlier to the remote API) to set the default to TRUE.

What say the R community?

Use cache by default
75%
Don't use cache by default
25%
Poll ended at .
@eliocamp Surface the choice to the user, make them choose, but provide a default.
@hye yes, the question is about the default.
@eliocamp @hye expiring cache after a certain time? Default cache.