Package: nomisr
Type: Package
Title: Access 'Nomis' UK Labour Market Data
Version: 0.4.3
Authors@R: c(
    person(
      "Evan", "Odell", email = "evanodell91@gmail.com", role = c("aut", "cre"),
      comment = c(ORCID='0000-0003-1845-808X')),
    person(
      "Paul", "Egeler", email = "paulegeler@gmail.com", role = c("rev", "ctb")),
    person(
      "Christophe", "Dervieux", role = c("rev"),
    comment = c(ORCID='0000-0003-4474-2498'))
    )
Description: Access UK official statistics from the 'Nomis' database. 
    'Nomis' includes data from the Census, the Labour Force Survey, DWP benefit 
    statistics and other economic and demographic data from the Office for 
    National Statistics, based around statistical geographies. See 
    <https://www.nomisweb.co.uk/api/v01/help> for full API documentation.
URL: https://github.com/ropensci/nomisr,
        https://docs.evanodell.com/nomisr
BugReports: https://github.com/ropensci/nomisr/issues
License: MIT + file LICENSE
Depends: R (>= 3.4.0)
Imports: jsonlite, tibble, readr, dplyr, httr, utils, rsdmx, rlang,
        snakecase
RoxygenNote: 7.0.2
Suggests: knitr, rmarkdown, testthat, purrr, tidyr, magrittr, ggplot2,
        scales
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2020-03-02 17:27:05 UTC; evanodell
Author: Evan Odell [aut, cre] (<https://orcid.org/0000-0003-1845-808X>),
  Paul Egeler [rev, ctb],
  Christophe Dervieux [rev] (<https://orcid.org/0000-0003-4474-2498>)
Maintainer: Evan Odell <evanodell91@gmail.com>
Repository: CRAN
Date/Publication: 2020-03-02 23:00:03 UTC
