bcgov / bcdata

An R package for searching & retrieving data from the B.C. Data Catalogue
https://bcgov.github.io/bcdata
Apache License 2.0
82 stars 13 forks source link

Enable catalogue authorization #208

Closed ateucher closed 4 years ago

ateucher commented 4 years ago

This is a minimal implementation, allowing a user to store their catalogue API key in their .Renviron file as BCDC_KEY.

This allows searching and retrieving records and data from the catalogue which are not public/published (but they are authorized for in the catalogue) - e.g., DRAFT records.

ateucher commented 4 years ago

Also, that error on Actions on R 3.5 is from rmarkdown - they know about it and should be fixed next release... https://github.com/rstudio/rmarkdown/pull/1832