-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
39 lines (39 loc) · 1.02 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
Package: acdcourse
Title: Course on Analyzing Cohort Datasets in R
Date: 2019-06-17
Version: 0.1.0
Authors@R:
person(given = "Luke",
family = "Johnston",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4169-2616"))
Description: Four tutorial chapters covering the basics on how to analyze cohort
datasets using R.
Depends: R (>= 3.5.0)
License: CCBY-4.0
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Imports:
ggplot2 (>= 3.1.1),
dplyr (>= 0.8.1),
tidyr (>= 0.8.3),
broom.mixed (>= 0.2.4),
forcats (>= 0.4.0),
dagitty (>= 0.2.2),
MuMIn (>= 1.43.6),
carpenter (>= 0.2.2),
lme4 (>= 1.1.21),
glue (>= 1.3.1),
knitr (>= 1.23),
purrr (>= 0.3.2),
stringr (>= 1.4.0),
learnr (>= 0.9.2.9001),
rmarkdown (>= 1.13.3)
URL: https://github.com/lwjohnst86/acdcourse
BugReports: https://github.com/lwjohnst86/acdcourse/issues
RoxygenNote: 6.1.1
Remotes:
rstudio/learnr,
rstudio/rmarkdown