-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 845 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
35
36
37
38
Package: NcCorrelation
Type: Package
Title: Estimating Correlation Between Negative Controls
Version: 0.0.1
Date: 2023-10-10
Authors@R: c(
person("Martijn", "Schuemie", , "[email protected]", role = c("aut", "cre"))
)
Maintainer: Martijn Schuemie <[email protected]>
Description: An exploration into the correlation between negative control estimates.
License: Apache License 2.0
BugReports: https://github.com/ohdsi-studies/NcCorrelation/issues
Depends:
DatabaseConnector,
R (>= 4.1.0)
Imports:
FeatureExtraction,
Cyclops,
dplyr,
readr,
rlang,
ParallelLogger,
CohortGenerator,
CohortMethod,
ggplot2,
EmpiricalCalibration
Suggests:
testthat,
DT,
shiny,
knitr
Remotes:
ohdsi/CohortMethod,
ohdsi/FeatureExtraction,
ohdsi/CohortGenerator
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Encoding: UTF-8