Package: mnis
Type: Package
Title: Easy Downloading Capabilities for the Members' Name Information Service
Version: 0.2.6
Date: 2017-06-01
Authors@R: person("Evan Odell", email="evanodell91@gmail.com", role=c("aut", "cre"))
Author: Evan Odell [aut, cre]
Maintainer: Evan Odell <evanodell91@gmail.com>
Description: An API package for the Members' Name Information Service operated by the UK parliament. Documentation for the API itself can be found here: <http://data.parliament.uk/membersdataplatform/default.aspx>.
URL: http://docs.evanodell.com/mnis
BugReports: https://github.com/EvanOdell/mnis/issues
License: MIT + file LICENSE
LazyData: TRUE
LinkingTo: Rcpp
Imports:
    httr,
    jsonlite,
    utils,
    dplyr,
    tibble,
    stringi,
    Rcpp (>= 0.12.10)
RoxygenNote: 6.0.1
Suggests: knitr,
    rmarkdown,
    testthat
VignetteBuilder: knitr
