bcgov / bcmaps

An R package of map layers for British Columbia
http://bcgov.github.io/bcmaps/
Apache License 2.0
73 stars 17 forks source link

Do GH authentication via header rather than in params #55

Closed ateucher closed 4 years ago

ateucher commented 4 years ago

Closes #53

Test:

remotes::install_github("bcgov/bcmaps", ref = "update-gh-auth")
install.packages("bcmapsdata", repos = "https://bcgov.github.io/drat")
library(bcmaps)
bec(force = TRUE, ask = FALSE)
ateucher commented 4 years ago

@boshek are you able to have a look at this? Also @gcperk could you try running the code in the comment above to test it, since you found the issue?