-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 763 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
36 lines (36 loc) · 763 Bytes
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
Package: headliner
Title: Templates for headlines
Version: 0.0.0.9000
Authors@R:
person(given = "Joao",
family = "Martins",
role = c("aut", "cre"),
email = "joao.martins@gmx.net",
comment = c(ORCID = "0000-0001-7961-4280"))
Description: A tool for publishing headlines.
License: MIT + file LICENSE
URL: https://github.com/zambujo/headliner
BugReports: https://github.com/zambujo/headliner/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends:
R (>= 2.10)
Imports:
knitr,
glue,
purrr,
magrittr,
rmarkdown,
urltools,
dplyr,
here,
fs,
janitor,
parsedate,
xml2,
stringr
VignetteBuilder: knitr
Suggests:
devtools