-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
39 lines (39 loc) · 1.14 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: Trajectories
Type: Package
Title: Tool to detect and visualize temporal event trajectories in OMOP common data model
Version: 1.0.0
Date: 2021-11-12
Description: Takes events from OMOP CDM database, detects significant directional event pairs and trajectories.
LazyData: true
Authors@R: c(
person("Kadri", "Künnapuu", , "kadri.kunnapuu@stacc.ee", role = c("aut")),
person("Kadri", "Ligi", role = c("aut")),
person("Raivo", "Kolde", role = c("aut")),
person("Sulev", "Reisberg", , "sulev.reisberg@ut.ee", role = c("aut", "cre")),
person("Sven", "Laur", role = c("aut"))
)
Maintainer: Kadri Künnapuu <kadri.kunnapuu@stacc.ee>
License: GPL-3
Depends:
R (>= 3.2.2),
dplyr (>= 1.0.7)
Imports:
DatabaseConnector (>= 2.2.0),
SqlRender (>= 1.5.2),
stringi (>= 1.4.5),
openxlsx (>= 4.2.4),
jsonlite (>= 1.7.1),
ggplot2 (>= 3.3.3),
igraph (>= 1.2.5),
lubridate (>= 1.7.10),
ParallelLogger (>= 2.0.1),
tidyselect (>= 1.1.1),
epitools (>= 0.5-10.1),
optmatch (>= 0.9-16)
Encoding: UTF-8
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown
RoxygenNote: 7.1.2
VignetteBuilder: knitr