Package: hansard
Type: Package
Title: Provides Easy Downloading Capabilities for the UK Parliament API
Version: 0.8.0
Authors@R: person("Evan Odell", email="evanodell91@gmail.com",
  role=c("aut", "cre"),
  comment = c(ORCID='0000-0003-1845-808X'))
Maintainer: Evan Odell <evanodell91@gmail.com>
Description: Provides functions to download data from the 
  <http://www.data.parliament.uk/> APIs. Because of the structure of the API, 
  there is a named function for each type of available data for ease of use, 
  as well as some functions designed to retrieve specific pieces of commonly 
  used data. Functions for each new API will be added as and when they become
  available.
URL: https://docs.evanodell.com/hansard
BugReports: https://github.com/EvanOdell/hansard/issues
License: MIT + file LICENSE
LazyData: TRUE
Depends: R(>= 3.2.0)
Imports: jsonlite, dplyr, tibble, lubridate, tidyr, snakecase
RoxygenNote: 6.1.1
Encoding: UTF-8
Suggests: knitr, rmarkdown, testthat, covr, methods
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-11-13 13:47:09 UTC; EOdell
Author: Evan Odell [aut, cre] (<https://orcid.org/0000-0003-1845-808X>)
Repository: CRAN
Date/Publication: 2019-11-13 15:00:02 UTC
