Bug fixes

  • Fixed single-row transaction result handling in ukppd_get() (#5).
  • Renamed pc dataset to uklr_pc to avoid naming conflicts with user variables (#4).
  • Added missing lifecycle dependency to DESCRIPTION.
  • Fixed data object naming in uklr_pc.rda file.
  • Added proper documentation for uklr_pc dataset.

Breaking changes

  • Dataset pc has been renamed to uklr_pc. Update any code that directly references pc to use uklr_pc instead.

Maintenance

  • Adjusted NEWS.md format to comply with CRAN ?news requirements (no functional changes).

Bug fixes

  • uktrans_get is fixed when start_date is used (#2)
  • Extra layer of of NULL returns to fail gracefully with an informative message.
  • Removed travis & appveyor and using gh_actions instead.
  • Using gh-pages to create the pkgdown website.
  • Created an app as vignette page to search with the help of uklr.

Fixed Bugs

Functions

  • Function get_query() has been renamed to retrieve_query()
  • get_query() returns formatted sparql query
  • The ukppd_get() item returns the whole URI and now will only return the info needed. For example for item=propertyType it would return the whole URI http://landregistry.data.gov.uk/def/common/semi-detached while now just semi-detahed.
  • Added a NEWS.md file to track changes to the package.