-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
34 lines (34 loc) · 877 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
Package: ggweekly
Title: Create a weekly planner using ggplot2
Version: 0.0.6
Authors@R:
c(person(given = "Garrick",
family = "Aden-Buie",
role = c("aut", "cre"),
email = "garrick@adenbuie.com",
comment = c(ORCID = "0000-0002-7111-0077")),
person(given = "Travis",
family = "Gerke",
role = "ctb",
email = "tgerke@hsph.harvard.edu"))
Description: A simple package to produce calendars with ggplot2.
License: MIT + file LICENSE
URL: https://github.com/gadenbuie/ggweekly
BugReports: https://github.com/gadenbuie/ggweekly/issues
Depends:
R (>= 2.10)
Imports:
dplyr,
forcats,
ggplot2,
lubridate,
magrittr,
purrr,
rlang (>= 0.1.2),
tidyr
Suggests:
roxygen2
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1