-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
33 lines (33 loc) · 1.01 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
Package: ggexpanse
Type: Package
Title: Theme Elements Based On 'The Expanse'
Version: 0.1.0
Date: 2019-08-19
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5670-2640")),
person("domain101", "", role = "ctb",
comment = "<https://www.reddit.com/r/TheExpanse/comments/ay322l/protomolecule_font/>"),
person(given = "Antoine", family = "Bichat",
role = "ctb", email = "a.bichat@yahoo.fr",
comment = c(ORCID = "0000-0001-6599-7081"))
)
Maintainer: Bob Rudis <bob@rud.is>
Description: Plot aesthetic defaults and theme elements inspired by 'The Expanse'.
URL: https://gitlab.com/hrbrmstr/ggexpanse
BugReports: https://gitlab.com/hrbrmstr/ggexpanse/issues
Encoding: UTF-8
License: MIT + file LICENSE
Suggests:
tinytest, covr
Depends:
R (>= 3.2.0),
ggplot2 (>= 2.2.1)
Imports:
grDevices,
grid,
scales,
extrafont,
tools
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1