-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
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 = "[email protected]", role = c("aut", "cre")),
person("Niall", "Goulding", email = "[email protected]", role = c("ctb")),
person("Matthew", "Gregory", email = "[email protected]", role = c("ctb"))
)
Maintainer: Matthew Upson <[email protected]>
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