forked from mitchelloharawild/vitae
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.31 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
34
35
36
37
38
Package: vitae
Title: Curriculum Vitae for R Markdown
Version: 0.5.2.9000
Authors@R: c(
person("Mitchell", "O'Hara-Wild", role=c("aut", "cre"), email = "[email protected]", comment=c(ORCID = "0000-0001-6729-7695")),
person("Rob", "Hyndman", email="[email protected]", role=c("aut"), comment = c(ORCID = "0000-0002-2140-5352")),
person("Yihui", "Xie", role = c("ctb"), comment = c(ORCID = "0000-0003-0645-5666")),
person("Albert", "Krewinkel", role = c("cph"), comment = c("Multiple bibliographies lua filter")),
person("JooYoung", "Seo", role="ctb", comment = c(ORCID = "0000-0002-4064-6012")))
Description: Provides templates and functions to simplify the production and maintenance of curriculum vitae.
Depends:
R (>= 3.5.0)
Imports:
rlang,
glue,
dplyr,
rmarkdown (>= 2.2),
knitr,
xfun,
yaml,
tibble,
vctrs (>= 0.3.3),
pillar,
jsonlite
Suggests:
covr,
rorcid,
testthat,
stringr,
htmltools
SystemRequirements: pandoc (>= 2.7) - http://pandoc.org
License: GPL-3
Encoding: UTF-8
BugReports: https://github.com/mitchelloharawild/vitae/issues
URL: https://pkg.mitchelloharawild.com/vitae/, https://github.com/mitchelloharawild/vitae
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace'))
RoxygenNote: 7.2.1
VignetteBuilder: knitr