-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
34 lines (34 loc) · 990 Bytes
/
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
Package: CohortPathways
Type: Package
Title: Create Pathways from Target to Event Cohorts
Version: 0.0.1
Date: 2024-10-20
Authors@R: c(
person("Gowtham", "Rao", email = "rao@ohdsi.org", role = c("aut", "cre")),
person("Chris", "Knoll", email = "cknoll@ohdsi.org", role = c("aut")),
person("Observational Health Data Science and Informatics", role = c("cph"))
)
Maintainer: Gowtham Rao <rao@ohdsi.org>
Description: Software tool designed to compute the temporal relationship defined as pathways
between any two instantiated cohorts. The cohorts are input as Target and event cohorts.
Depends:
DatabaseConnector (>= 5.0.0),
R (>= 4.1.0)
Imports:
checkmate,
dplyr,
lifecycle,
rlang,
SqlRender,
tidyr
Suggests:
remotes,
testthat,
withr
License: Apache License
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Language: en-US
URL: https://github.com/OHDSI/CohortPathways
BugReports: https://github.com/OHDSI/CohortPathways/issues