Skip to content

Latest commit

 

History

History
126 lines (73 loc) · 3.14 KB

NEWS.md

File metadata and controls

126 lines (73 loc) · 3.14 KB

pct 0.9.9 (May 2023)

  • 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)

pct 0.9.8 (February 2023)

  • Remove tidyverse (#123)

pct 0.9.7

  • Additional changes for CRAN (#222)
  • Message rather than error if resource unavailable (#222)

pct 0.9.6

  • Updates to fail gracefully (#220)

pct 0.9.5 (November 2022)

  • Updated docs to fix CRAN check errors (#119)

pct 0.9.4 (November 2021)

  • Typos fixed in README

pct 0.9.3 (November 2021)

  • Updated URLs to comply with CRAN policies
  • Make package tests quicker

pct 0.9.2

  • New vignette on getting and modelling PCT data

pct 0.9.1

  • Minor updates to vignettes to support sf 1.0 (#101)

pct 0.9.0

  • New function uptake_pct_ebike_2020()

pct 0.8.0

  • Check and update hilliness if the seem to be in incorrect units, and document (#70)
  • New vignette contributed by Nathanael Sheehan

pct 0.7.0

  • New argument verbose, false by default, in uptake functions
  • Updated training vignette
  • Updated introductory pct vignette
  • Fix in code for checks

pct 0.6.0

  • New functions uptake_pct_govtarget_school2() and uptake_pct_godutch_school2()
  • Enables download of other OD datasets with get_od() (#66)

pct 0.5.0

  • 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')

pct 0.4.1

  • Update vignette for recent version of sf (#64)

pct 0.4.0

  • Read .geojson files directly rather than downloading old .Rds files that were generating error messages - see #57
  • Do not test time-consuming tests on CRAN as per #58

pct 0.3.0

pct 0.2.7

  • Improved documentation for godutch uptake function
  • Uptake function now work when there are NAs in the distances (previously they generated errors)

pct 0.2.5

  • Fixed issue due to government data provider endpoint being down: #51

pct 0.2.4

  • Updated vignettes use tmap instead of leaflet for easy-to-type map making code

pct 0.2.3

  • Remove OD pairs with no matching IDs, see #47

pct 0.2.2

  • Updated training materials
  • Fixed bug in get_od()

pct 0.2.1

  • get_od() now gets national data by default

pct 0.2.0

  • Updates to allow od data to be downloaded for pct_regions: see #44

pct 0.1.3

  • Fix issue with rnet downloads - see #45

pct 0.1.2

  • Bug fix: get_pct_centroids() and get_pct_zones() now work as intended
  • Minor updates to vignettes

pct 0.1.1

  • Minor CRAN doi

pct 0.1.0

  • First release.