- 10 Jun, 2022 1 commit
-
-
Patrick Leung authored
-
- 29 Apr, 2022 1 commit
-
-
Patrick Leung authored
-
- 25 Mar, 2022 1 commit
-
-
Patrick Leung authored
-
- 04 Feb, 2022 1 commit
-
-
Patrick Leung authored
-
- 10 Sep, 2021 1 commit
-
- 09 Sep, 2021 2 commits
-
-
Phillip Oakley authored
rewrite THE to not require google sheet for JSON URLs, include 2022 ranking See merge request monbusanalytics/unirank!1
-
Phillip Oakley authored
-
- 08 Sep, 2021 1 commit
-
- 25 Aug, 2021 1 commit
-
-
Phillip Oakley authored
-
- 18 Mar, 2021 2 commits
-
-
Stewart Craig authored
Fix times scraping to use fromJSON See merge request !8
-
Stewart Craig authored
Error in ur_scrape_times that appeared to be due to data not converting to correct format from GET request. Updated directly use fromJSON instead to pull in JSON data.
-
- 04 Mar, 2021 2 commits
-
-
Stewart Craig authored
Update QS data format See merge request !7
-
Stewart Craig authored
QS rankings made minor changes to data format which led to columns not being named correctly in output. Update to fix column naming for new QS data format.
-
- 14 Jul, 2020 5 commits
-
-
Stewart Craig authored
Fix arwu subject Closes #12 See merge request !6
-
Stewart Craig authored
-
Stewart Craig authored
Replace as_data_frame with as_tibble in ur_scrape_qs. as_data_frame is now deprecated.
-
Stewart Craig authored
Minor updates to documentation. In particular, fix examples in time scraping documentation to run correctly. JSON URLs included in documentation for times were out of date, updated to new URLs.
-
Stewart Craig authored
Fixes #12. ARWU subject ranking scraper had been throwing error when naming columns due to ARWU changing number of columns and metric names. Updated to add function to check which year is being pulled and returning appropriate column names for table.
-
- 19 Aug, 2019 1 commit
-
-
Oscar Lane authored
-
- 16 Aug, 2019 3 commits
-
-
Stewart Craig authored
-
Stewart Craig authored
Fix ARWU 2019 scraping Closes #11 See merge request !5
-
Stewart Craig authored
Fixes #11. Errors were occuring when scraping overall ARWU 2019 data. This was due to ARWU website using 'null' instead of blanks for N&S scores causing columns to be read in as characters. Updated to replace 'null' with NA and reparse columns.
-
- 08 Feb, 2019 5 commits
-
-
Oscar Lane authored
-
Oscar Lane authored
-
Oscar Lane authored
-
Oscar Lane authored
-
Stewart Craig authored
Fixes #9. Errors were occuring when QS scraping for some subjects if some indicators showed as '-' on QS website. Error occured when attempting to select columns with blank indictors as did not exist in data frame. Update column selection approach so that do not get errors if column does not exist."
-
- 07 Feb, 2019 2 commits
-
-
Oscar Lane authored
-
Oscar Lane authored
Updated readme to mention that Times, ARWU and QS are included
-
- 06 Feb, 2019 3 commits
-
-
Stewart Craig authored
Update documentation for QS scraping functions and data reflecting change to getting JSON URLs from Google Sheets document.
-
Stewart Craig authored
Change years in data/ur_data_qs.rda to reflect years of data available in Google Sheets reference document. This meant removal of some years that had previously been included in data set that are not listed in Google Sheets file.
-
Stewart Craig authored
Previously in QS scrape ran type conversion on data frame to detect data types. As part of this process also identified and converted values to NA. This led to errors when pulling data/ur_data_qs.rda data though as some years type conversion returned different types preventing building of single data frame. Updated to remove type conversion and instead just identify NA values.
-
- 05 Feb, 2019 2 commits
-
-
Stewart Craig authored
Update tests for QS scrape to include test for new rankings argument and tests for ur_show_available_qs_data()
-
Stewart Craig authored
Previously URLs for QS scrape were hardcoded into ur_scrape_qs. Update to read from external Google Sheets document instead as per Times scrape. Additionally add function ur_show_available_qs_data to show available URLs.
-
- 29 Jan, 2019 3 commits
-
-
Stewart Craig authored
Additional update to bug fixed in f0ec54. f0ec54 fixed bug caused in QS scrape function due to use of .data$ in unite and gather functions. Replacing with tidy style variable names caused warnings of global variables when running package check. Replaced tidy style variables names with strings to prevent warning.
-
Stewart Craig authored
Previously QS scrape parsed specific columns converting character type into numeric. This caused errors if pulling in data that did not contain those specific columns (e.g., subject rankings). Update to use type convert on full data frame instead of parsing specific columns."
-
Stewart Craig authored
Errors were occuring in QS scraper due to use of .data$ for new variable names in unite and gather functions. Update QS scraper function to remove unnecessary .data$ references.
-
- 21 Nov, 2018 3 commits
-
-
Oscar Lane authored
-
Oscar Lane authored
-
Oscar Lane authored
Added mention of missing values = 9999 in qs data and function definitions Corrected documentation for ur_data_qs Converts to numeric, converts 9999 to missing.
-