forked from mitchelloharawild/vitae
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 897 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
Package: vitae
Title: Curriculum Vitae for R Markdown
Version: 0.1.0.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")))
Description: Provides templates and functions to simplify the production and maintenance of curriculum vitae.
Imports:
bookdown,
rlang,
glue,
dplyr,
rmarkdown,
knitr,
RefManageR
Suggests:
bibtex,
covr,
rorcid,
testthat,
stringr,
htmltools
License: GPL-3
Encoding: UTF-8
BugReports: https://github.com/ropenscilabs/vitae/issues
URL: https://github.com/ropenscilabs/vitae
LazyData: true
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace'))
RoxygenNote: 6.1.1
VignetteBuilder: knitr