Edward Visel
Edward Visel
Thanks to the authors; this is a great idea for a package! Another nested geodata example from the Google Places API returns both the location lat/lon and the viewport (which...
The free, keyless tier of the API no longer exists as such; now you *have* to use a key and Google gives you a $200/month credit. The `client` and `signature`...
Hi, I'm Edward. I'm new and happy to help. To get rolling I scraped the relevant PDFs off of the DC BoE site [in the link above](https://github.com/Data4Democracy/election-transparency/files/753467/Availability.of.Data.txt) to see how...
As a side benefit, releasing will remove `tidyverse` from the `SUGGESTS` on CRAN as its devs have asked.
After I posted this, I noticed that homebrew Drill has been lagging the current version (1.10.0 vs. 1.13.0). [I tried to use its PR infrastructure](https://github.com/Homebrew/homebrew-core/pull/26900), but its tests are failing...
Woo, a maintainer rescued my PR! After I updated, I relinked to `usr/local/drill`, updated `drill-override.conf` again, and did a full system reboot (`drill_version(drill_connection())` was inexplicably still returning "1.10.0" even after...
While in some ways an `obj$method` API would be simpler and not unfamiliar to users of more typically object-oriented languages, the one objection to implementations of it I've seen thus...