forked from ropensci/nomisr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.21 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: nomisr
Type: Package
Title: Access 'Nomis' UK Labour Market Data
Version: 0.4.1
Authors@R: c(
person(
"Evan", "Odell", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID='0000-0003-1845-808X')),
person(
"Paul", "Egeler", email = "[email protected]", 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
Roxygen: list(markdown = TRUE)