Changes in version 0.10.0 (2025-03-05) - Remove un-necessary tests - Assorted changes for CRAN Changes in version 0.9.9 (2023-05-19) - Fix for CRAN check errors (pass tests without internet) (#124) - Update README with test instructions - Ignore large .geojson files in .Rbuildignore - Prevent high uptake numbers for long distances (#125) Changes in version 0.9.8 (2023-02-15) - Remove tidyverse (#123) Changes in version 0.9.7 (2022-12-06) - Additional changes for CRAN (#222) - Message rather than error if resource unavailable (#222) Changes in version 0.9.6 - Updates to fail gracefully (#220) Changes in version 0.9.5 (2022-11-16) - Updated docs to fix CRAN check errors (#119) Changes in version 0.9.4 - Typos fixed in README Changes in version 0.9.3 (2021-11-02) - Updated URLs to comply with CRAN policies - Make package tests quicker Changes in version 0.9.2 - New vignette on getting and modelling PCT data Changes in version 0.9.1 (2021-06-25) - Minor updates to vignettes to support sf 1.0 (#101) Changes in version 0.9.0 - New function uptake_pct_ebike_2020() Changes in version 0.8.0 (2021-04-05) - Check and update hilliness if the seem to be in incorrect units, and document (#70) - New vignette contributed by Nathanael Sheehan Changes in version 0.7.0 (2020-11-27) - New argument verbose, false by default, in uptake functions - Updated training vignette - Updated introductory pct vignette - Fix in code for checks Changes in version 0.6.0 (2020-10-31) - New functions uptake_pct_govtarget_school2() and uptake_pct_godutch_school2() - Enables download of other OD datasets with get_od() (#66) Changes in version 0.5.0 (2020-08-27) - New uptake_pct_govtarget_2020() and uptake_pct_godutch_2020() functions approximate the uptake models used in the updated 2020 release of the PCT results - New model_pcycle_pct_2020() function to estimate cycling levels as a function of distance and hilliness, using the uptake function in the 2020 release of the PCT. - Fix parameters in uptake_pct_godutch() (#65) - Higher resolution LSOA data now the default (geography = 'lsoa') Changes in version 0.4.1 (2020-06-15) - Update vignette for recent version of sf (#64) Changes in version 0.4.0 (2020-03-01) - Read .geojson files directly rather than downloading old .Rds files that were generating error messages - see https://github.com/ITSLeeds/pct/issues/57 - Do not test time-consuming tests on CRAN as per #58 Changes in version 0.3.0 (2020-03-01) - Always returns objects with EPSG code 4326, see https://github.com/ropensci/stats19/issues/135 Changes in version 0.2.7 (2019-09-26) - Improved documentation for godutch uptake function - Uptake function now work when there are NAs in the distances (previously they generated errors) Changes in version 0.2.5 (2019-08-29) - Fixed issue due to government data provider endpoint being down: https://github.com/ITSLeeds/pct/issues/51 Changes in version 0.2.4 (2019-07-26) - Updated vignettes use tmap instead of leaflet for easy-to-type map making code Changes in version 0.2.3 (2019-07-26) - Remove OD pairs with no matching IDs, see https://github.com/ITSLeeds/pct/issues/47 Changes in version 0.2.2 (2019-06-23) - Updated training materials - Fixed bug in get_od() Changes in version 0.2.1 (2019-05-14) - get_od() now gets national data by default Changes in version 0.2.0 (2019-05-13) - Updates to allow od data to be downloaded for pct_regions: see https://github.com/ITSLeeds/pct/issues/44 Changes in version 0.1.3 (2019-04-25) - Fix issue with rnet downloads - see https://github.com/ITSLeeds/pct/issues/45 Changes in version 0.1.2 (2019-04-16) - Bug fix: get_pct_centroids() and get_pct_zones() now work as intended - Minor updates to vignettes Changes in version 0.1.1 (2019-03-29) - Minor CRAN doi Changes in version 0.1.0 - First release.