generated from neurogenomics/templateR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.01 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
39
40
41
42
43
44
45
46
47
48
49
50
Package: autoCV
Type: Package
Title: Automated Curriculum Vitae
Version: 0.99.1
Authors@R: c(
person(given = "Brian",
family = "Schilder",
role = c("cre","aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5949-2191"))
)
Description: Automatically generate and style your CV from tables.
URL: https://github.com/bschilder/autoCV
BugReports: https://github.com/bschilder/autoCV/issues
Encoding: UTF-8
Depends: R (>= 4.2)
SystemRequirements: pandoc (>= 2.2.3)
Imports:
data.table,
stringr,
htmltools,
fontawesome,
rmarkdown,
pagedown,
tools
Suggests:
rworkflows,
knitr,
markdown,
methods,
remotes,
BiocStyle,
testthat (>= 3.0.0),
utils,
textnets,
colorRamp2,
dplyr,
ggplot2,
ggrepel,
igraph,
pals,
tidytext,
tm,
visNetwork
Remotes:
github::cbail/textnets
RoxygenNote: 7.3.1
VignetteBuilder: knitr
License: GPL-3
Config/testthat/edition: 3