Recent Releases of RAQSAPI
RAQSAPI - v2.0.5
RAQSAPI 2.0.5
- remove depricated package:goodpractice from SUGGESTS
- Added the ability to display server side messages for errors in API calls.
- Added a new CITATION.cff for thanks to R package cffr.
- New hexstciker.
- aqsisavailable no longer accepts the returnheader parameter, this function just returns a tibble and not a AQSData MartAPIv2 object.
- fixed an issue where the duration parameter was being ignored in aqssampledataby_* functions.
- add note to aqs_sampledurations function about not returning calculated durations *RAQSAPI 2.0.4 was not published on CRAN.
- The rate limit has been changed from a constant 5 second wait time to a maximum of 10 requests per minute.
- RAQSAPI will retry certain requests if they fail for a maximum of 5 times after a 10 second wait time.
- Moved to the httr2 backend, removed desc from suggests and httr, and jsonlite as from imports.
- There is an issue with curl connecting to the AQS Datamart API, on windows platforms, as a temporary fix, RAQSAPI will default to using the Schannel curl backend.
- modify QA Collocated Assessments by County and by Site unit tests and example code to reflect modified data.
- update CITATION file to the new style citation.
- Package documentation referenced *dailydata* functions incorrectly, functions should be called *dailysummary*
- Switched license from CC0 to MIT, RAQSAPI will use MIT going forward.
- a note Rd tag was added to the checkaqsparams function
- minor correction to the documentation of the aqsmonitorsby_state function
- Update github actions to the new workflow available through
package:usethis-2.1.6
- usethis::usegithubaction("test-coverage") to add coverage information in the git repository.
- usethis::usegithubpages() to create a github page.
- R
Published by mccroweyclinton-EPA almost 2 years ago
RAQSAPI - RAQSAPI 2.0.3
- this is a minor release
- Remove dependency on package:gtools.
- removes calls to depreciated functions imported from package:rlang
- updates documentation to include a note about the timeliness of data
- R
Published by mccroweyclinton-EPA over 4 years ago
RAQSAPI -
RAQSAPI 2.0.2
- This is a new release
Reason/Significant changes
- new hexsticker!
- Add MD5
- Correctly throws an error if a RAQSAPI function is used without providing credentials (issue 5)
- Updated documentation (Thanks Hayley Brittingham)
- a lot of code cleanup
- minor issues in documentation fixed
- RAQSAPI functions now checks parameters before sending calls to API (issue 6)
- renamed non-exported functions containing dots in names with underscores.
- This should not affect end users.
- added CITATION entry
- New service APIs aqsqaannualperformanceevalby,
aqsqaannualperformanceevaltransactionby, quarterlysummaryby*,
resulting in 15 new exported functions
- aqsqaannualperformanceevalbycounty,
- aqsqaannualperformanceevalbyMA,
- aqsqaannualperformanceevalbypqao
- aqsqaannualperformanceevalbysite,
- aqsqaannualperformanceevalbystate,
- aqsqaannualperformanceevaltransactionbycounty,
- aqsqaannualperformanceevaltransactionbyMA
- aqsqaannualperformanceevaltransactionbypqao,
- aqsqaannualperformanceevaltransactionbysite,
- aqsqaannualperformanceevaltransactionbystate
- aqsquarterlysummaryby_county
- aqsquarterlysummaryby_state
- aqsquarterlysummaryby_site
- aqsquarterlysummaryby_cbsa
- aqsquarterlysummaryby_box
- aqsmonitorsby_* functions now include a new optional duration parameter to filter results by duration code
- New list function aqssampleduration to retrieve a table of valid sample durations.
Test environments
- local R installation, Windows 10 (Windows 10 Version 20H2 OS Build 19042.1348), R 4.1.1
- local R installation, Gentoo GNU/Linux R 4.1.0
- Windows-latest (Microsoft Windows Server 2019 10.0.17763) (release) (via Github_actions), R 4.1.2
- macOS-latest (Mac OS X 10.15.7) (release) (via Github_actions), R 4.1.2
- ubuntu-latest (Ubuntu 20.04.3 LTS) (release) (via Github_actions), R 4.1.2
- ubuntu-20.04 (Ubuntu 20.04.3 LTS) (oldrel1) (via Github_actions), R 4.0.5
- R
Published by mccroweyclinton-EPA over 4 years ago