Recent Releases of kiwisR
kiwisR - kiwisR 0.2.2
Minor Changes
- Now using
httr2for all queries (#27) - Minimum R version bumped to 4.2.0 to allow for use of
|>internally (#28) - Added code of conduct for contributing
- R
Published by rywhale over 1 year ago
kiwisR - kiwisR 0.1.9
- Fixed issues related to exp_live
- Added CONTRIBUTING (#12)
- Cleaned up README for readability
- R
Published by rywhale almost 6 years ago
kiwisR - kiwisR 0.1.7
- All examples are now wrapped in \dontrun{} to avoid failing when a specific KiWIS server used for testing goes down (#7)
- Improvements to exp_live utility function should avoid tests failing when server is unreachable (#7)
- Removed hard-coded reference to stationname column in kistation_list (#8)
- Minor tweaks to tests for kitimeserieslist to hopefully lower time required for testing
- R
Published by rywhale almost 7 years ago
kiwisR - kiwisR 0.1.6
BREAKING CHANGES
Rework of
ki_timeseries_valuesto better conform to tidy principles (#6)- Now returns a tibble with the column format
|Timestamp | Value | tsname | Units | stationname | |----------------------| ------ | --------- | ------ | --------------- | |2019-05-01 00:00:00| 12.0 | LVL.1.O | m | Station1 | |2019-05-02 00:00:00| 12.1 | LVL.1.O | m | Station1 | * This makes querying data for multiple ts_ids/stations much more convienient * May break existing code that referenced parameter value column by name (e.g.- "LVL", "Q", etc.)
IMPROVEMENTS
- Added
skip_if_exp_downfun to handle skipping tests when configured example server is down- Addresses issues related to CRAN tests failing when this server is down
- Centralized test metadata to make switching between hubs easier for local testing web KISTERS example server is down
- Added
.name_repair = "minimal"toas_tibble
MINOR CHANGES
- Reverted to using 'swmc' hub due to issues with KISTERS default KiWIS server
- Fixed bug in
ki_station_listthat caused station_latitude to be returned as array (#5) - Added
dplyrdependency to clean up table formatting - Version upped to 0.1.6 per CRAN submission policy
- R
Published by rywhale about 7 years ago
kiwisR - Performance Fix
Changes to checkhub to address query speed degredation Was previously checking the server for every query which wrecked query times for looped/repeated queries Added tests for faulty URLs passed to ki* functions (to replace the degredated server checking aspects of check_hub)
- R
Published by rywhale about 7 years ago