Releases: scarnecchia/scrape_oryx
Releases · scarnecchia/scrape_oryx
v1.2.0
What's Changed
Dev 9 by @scarnecchia in #13
Revamps output in a number of ways:
- Revamps totals_by_system output. Output no longer has date appended to output. Instead, the run date is appended to the dataset in the column
date_recorded
. Data is checked against previous runs (stored as an inputfile) and only new observations are appended to the dataset. - Creates output dataset daily_count.csv, using function
daily_count
. This appends the run date to the total_by_type dataset and accrues only new observations- Graphs output
- Revamped the ID variable system to create surrogate keys for trouble shooting:
SysID
is a unique variable keyed to distinct observations in the column systemImageID
is a unique variable keyed to distinct observations in the column urlMatID
concatenatesSysID
andImageID
statusID
assigns a unique variable to distinct combinations ofMatID
andstatus
- Dev 11 by @scarnecchia in #15
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- DEV-5: Fixed missing logr namespace by @scarnecchia in #6
- DEV-6: Code is abstracted more so we can add functions to the scrape_oryx.R file without it getting too cluttered.
- DEV-6 Added @ajnafa's totals_by_system_type code by @scarnecchia in #7
- DEV-6: fixed typo by @scarnecchia in #10
- Dev 8: Restructured how the table handles entries with multiple event_types. Creates a unique ID variable MatID for each piece of equipment. Users can use this to determine when equipment appears twice in the long output. by @scarnecchia in #11
- DEV-8: Now outputs a table EVENT_[STATUS].csv where [STATUS] is each unique observation found in the long data status column. by @scarnecchia in #11
Full Changelog: v1.0.1...v1.1.0
v1.0.1
v1.0.0
What's Changed
- Temporary fix to add country by @scarnecchia in #2
- Make a more permanent fix for the country identifier by @ajnafa in #3
New Contributors
- @scarnecchia made their first contribution in #2
- @ajnafa made their first contribution in #3
Full Changelog: https://github.com/scarnecchia/scrape_oryx/commits/v1.0.0