Closed dill closed 1 year ago
@dill I think this is a great addition. Can you fix the issues from R cmd check? Thats is add the browser parameter with @param
and run devtools::document()
great, I've added those now. Hope the description makes sense.
I have a fiddly use case where I need to set things up on a machine without a browser. I've made a patch to include an extra argument to
auth_setup()
calledbrowser
(defaultTRUE
giving the previous behaviour), which when it'sFALSE
will print the URL so one can copy and paste it into a browser locally.Hope this is useful beyond just me!