forked from bbc/bbplot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 857 Bytes
/
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
Package: bbplot
Title: MAKING GGPLOT GRAPHICS IN BBC NEWS STYLE
Version: 0.2
Authors@R: c(
person("Nassos", "Stylianou", , "[email protected]", c("aut", "cre")),
person("Clara", "Guibourg", "[email protected]", c("aut", "cre")),
person("Will", "Dahlgreen", "[email protected]", role = "aut"),
person("Robert", "Cuffe", "[email protected]", role = "aut"),
person("Tom", "Calver", , role = "aut"),
person("Ransome", "Mpini", , role = "aut")
)
Description: Helps create and export ggplot2 charts in the style used by
the BBC News data team thanks to two useful functions, one for styling and another for exporting ggplot graphics
Depends: R (>= 3.3.0)
Imports:
ggplot2,
png,
grid,
ggpubr,
dplyr,
data.table
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1