-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
44 lines (44 loc) · 1.5 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
44
Package: eesectors
Type: Package
Title: Functions to create DCMS Economic Estimates statistics
Version: 0.1.0
Authors@R: c(
person("Matthew", "Upson", email = "matthew.upson@digital.cabinet-office.gov.uk", role = c("aut", "cre")),
person("Niall", "Goulding", email = "niall.goulding@culture.gov.uk", role = c("ctb")),
person("Matthew", "Gregory", email = "matthew.gregory@digital.cabinet-office.gov.uk", role = c("ctb"))
)
Maintainer: Matthew Upson <matthew.upson@digital.cabinet-office.gov.uk>
Description: Provides functions to support production of the Economic Estimates
for DCMS Statistical First Release (SFR). The package contains functions both
for the extraction of relevant datasets from the spreadsheets provided by the
Office for National Statistics (ONS), and functions for wrangling the data
into tables and plots for the final publication.
License: GPL-3
Depends:
dplyr (>= 0.5.0),
R (>= 3.1.0)
Suggests:
testthat (>= 1.0.2),
purrr (>= 0.2.2),
visualTest (>= 1.0.0),
rmarkdown
Imports:
assertr (>= 1.0.2),
futile.logger (>= 1.4.3),
ggplot2 (>= 2.2.0),
govstyle (>= 0.1.2),
haven (>= 1.0.0),
knitr (>= 1.15.1),
lazyeval (>= 0.1.0),
readxl (>= 0.1.1),
scales (>= 0.4.0),
tidyr (>= 0.6.0),
xtable (>= 1.8-2)
Remotes:
github::ukgovdatascience/govstyle,
github::mangothecat/visualTest
BugReports: https://github.com/ukgovdatascience/eesectors/issues
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1