-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
49 lines (49 loc) · 1.34 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
Package: LtAtStructuR
Title: Structuring of Complex Longitudinal Data into Long Format
Version: 1.1.3
Authors@R: c(
person(given = "Romain", family = "Neugebauer",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Noel", family = "Pimentel",
email = "[email protected]",
role = c("aut")),
person(given = "Nima", family = "Hejazi",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-7127-2789"))
)
Maintainer: Romain Neugebauer <[email protected]>
Description: LtAtStructuR automates the structuring of a collection of
time-stamped measurements (e.g., electronic health record data) into a
standard long format analytic dataset suitable for the evaluation of the
effect of multiple time-point interventions in the presence of
time-dependent confounding or sources of selection bias.
Depends: R (>= 3.2.0)
Imports:
data.table,
R6,
pryr,
dplyr,
lubridate,
assertthat,
future.apply,
shiny,
shinyjs,
DT,
simsalapar,
future,
haven,
stringr
Suggests:
testthat,
knitr,
rmarkdown,
future,
covr
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2