-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use arc_token() to handle empty tokens #126
Conversation
May have jumped the gun not running |
We need to bump the minimum version of |
Can do, but is there a programmatic way to do that, maybe with |
Yup! |
@kbvernon can you remove this portion here? It's causing R CMD Check to fail because it was single handedly handling this bug. But now it should be working without this conditional. arcgislayers/R/get-estimates.R Lines 39 to 51 in 203bbbc
|
ha, it appears this issue has come up before... edit: which you said in that last comment, but i was too thick to register |
it appears i chopped out that code uncritically, let me replace it with what needs to go there |
|
We'll make a package dev of you yet! |
Checklist
devtools::document()
devtools::check()
passes locallyChanges
When "ARCGIS_TOKEN" is an empty string, it will sometimes cause HTTP 498 "invalid token" error. Need to NULL the empty string to handle this.
Issues that this closes
No issue opened here. See R-ArcGIS/arcgisutils#5.
Follow up tasks
Waiting for R-ArcGIS/arcgisutils#6 to be merged first.