Package: nomisr
Type: Package
Title: Access 'Nomis' UK Labour Market Data
Version: 0.4.1
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
RoxygenNote: 6.1.1
Suggests: knitr, rmarkdown, testthat, purrr, tidyr, magrittr
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2019-01-09 14:42:12 UTC; EOdell
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: 2019-01-09 15:20:06 UTC
