Changelog
Source:NEWS.md
epair 1.0.0 (2022-07-22)
Released to rOpenSci
.
NEW FEATURES
- Wrapper functions for all services available from the Environmental Protection Agency (EPA) Air Quality API.
- Caching for previously made requests.
- Comprehensive testing with mocks using
httptest
. - CI/CD for automatic pull request checks including test coverage and R-CMD-check.
BUG FIXES
- Failing tests and installation in Windows and Ubuntu.
- Problem with
name
argument inadd.variables()
.
epair 0.1.0 (2020-12-07)
NEW FEATURES
- Loaded in variables to search for and query endpoint and variables in the original Environmental Protection Agency Air Quality API.
- General purpose API calling functions with specified variables and endpoints for services.
- Simple test suites using
testthat
. - Simple scraping logic to make service and variable data structures.