-
Notifications
You must be signed in to change notification settings - Fork 65
/
DESCRIPTION
35 lines (35 loc) · 872 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
26
27
28
29
30
31
32
33
34
35
Package: ganttrify
Title: Create beautiful Gantt charts with ggplot2
Version: 0.0.1.9005
Authors@R:
person(given = "Giorgio",
family = "Comai (OBCT/CCI)",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0515-9542"))
Description: 'ganttrify' facilitates the creation of nice-looking Gantt charts, commonly used in project proposals and project management.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Imports:
magrittr,
tibble,
dplyr,
ggplot2,
zoo,
wesanderson,
lubridate,
tidyr,
ggtext,
cli,
rlang
URL: https://github.com/giocomai/ganttrify
BugReports: https://github.com/giocomai/ganttrify/issues
Language: en-US
Suggests:
extrafont,
testthat (>= 3.0.0)
Depends:
R (>= 2.10)
Config/testthat/edition: 3