-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
72 lines (72 loc) · 1.62 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Package: rUM
Title: R Templates from the University of Miami
Version: 2.0.0
Authors@R:
c(
person(
given = "Raymond",
family = "Balise",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9856-5901")
),
person(
given = "Gabriel",
family = "Odom",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1341-4555")
),
person(
given = "Kyle",
family = "Grealis",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-9223-8854")
),
person(
given = "Francisco",
family = "Cardozo",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1925-4954")
),
person(
given = "Frank",
family = "Gutierrez",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-8275-8349")
)
)
Description: This holds some r markdown and quarto templates and a template to
create a research project in "R Studio".
Depends:
R (>= 3.5)
Imports:
bookdown,
conflicted,
glue,
gtsummary,
here,
quarto,
rio,
rlang,
rmarkdown,
roxygen2,
stringr,
table1,
tidymodels,
tidyverse,
usethis
Suggests:
knitr,
tinytex
License: MIT + file LICENSE
URL:
https://raymondbalise.github.io/rUM/,
https://github.com/RaymondBalise/rUM
BugReports: https://github.com/RaymondBalise/rUM/issues
Encoding: UTF-8
RoxygenNote: 7.3.1
VignetteBuilder: knitr