sboysel / fredr

An R client for the Federal Reserve Economic Data (FRED) API
https://sboysel.github.io/fredr/
Other
92 stars 21 forks source link

Fix/GitHub actions #79

Closed sboysel closed 4 years ago

sboysel commented 4 years ago

Add Github Actions to

  1. [x] Replace Appveyor and Travis CI
  2. [ ] Periodically trigger testthat / httptest to run tests with against live FRED API
sboysel commented 4 years ago

Vignette building fails on Github builds (works locally). Even when using httptest::start_vignette(). FRED_API_KEY set as GH actions secret. Looks like requests are simply failing. Trying without building vignettes to debug.

DavisVaughan commented 4 years ago

Closed by alternative approach using a cron job that runs the full test suite + a single build that runs the full test suite on most pushes