- 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)
- Remove tidyverse (#123)
- Additional changes for CRAN (#222)
- Message rather than error if resource unavailable (#222)
- Updates to fail gracefully (#220)
- Updated docs to fix CRAN check errors (#119)
- Typos fixed in README
- Updated URLs to comply with CRAN policies
- Make package tests quicker
- New vignette on getting and modelling PCT data
- Minor updates to vignettes to support
sf
1.0 (#101)
- New function
uptake_pct_ebike_2020()
- Check and update hilliness if the seem to be in incorrect units, and document (#70)
- New vignette contributed by Nathanael Sheehan
- New argument
verbose
, false by default, in uptake functions - Updated training vignette
- Updated introductory
pct
vignette - Fix in code for checks
- New functions
uptake_pct_govtarget_school2()
anduptake_pct_godutch_school2()
- Enables download of other OD datasets with
get_od()
(#66)
- New
uptake_pct_govtarget_2020()
anduptake_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'
)
- Update vignette for recent version of
sf
(#64)
- 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
- Always returns objects with EPSG code 4326, see ropensci/stats19#135
- Improved documentation for godutch uptake function
- Uptake function now work when there are NAs in the distances (previously they generated errors)
- Fixed issue due to government data provider endpoint being down: #51
- Updated vignettes use
tmap
instead of leaflet for easy-to-type map making code
- Remove OD pairs with no matching IDs, see #47
- Updated training materials
- Fixed bug in
get_od()
get_od()
now gets national data by default
- Updates to allow od data to be downloaded for
pct_regions
: see #44
- Fix issue with
rnet
downloads - see #45
- Bug fix:
get_pct_centroids()
andget_pct_zones()
now work as intended - Minor updates to vignettes
- Minor CRAN doi
- First release.