This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Description
For example, the error for gists(what = "mineall") is somewhat cryptic until you realize the github.username is unset
> library(gistr)
> gist_auth()
<request>
Headers:
* Authorization: token abcdefghijklmnopqrstuvwxyz0123456789
> gists(what = "mineall")
Error: length(url) == 1 is not TRUE
#66 encourages the user to manually set the option if gists(what = "mineall") is run when unset.