-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.27 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
Package: linkrep
Type: Package
Title: Data Linkage Quality Reports
Version: 0.1.0
Authors@R: c(
person(given="Elizabeth", family="Stoughton", email="stoughte@myumanitoba.ca", role="aut"),
person(given=c("Barret", "A."), family="Monchka", email="Barret.Monchka@umanitoba.ca", role="aut"),
person(given="George & Fay Yee Centre for Healthcare Innovation", email="data.linkage@umanitoba.ca", role="cre")
)
Description: Provides a function to generate highly customizable linkage quality reports.
These reports include tables and figures generated from the provided data, offering a
thorough overview of the data linkage process and the methods applied. Additionally,
they provide guidance on interpreting the linkage results, helping to identify
potential biases within the linked dataset.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Imports:
data.table,
DBI,
dplyr,
flextable,
fmsb,
ggplot2,
grDevices,
gtsummary,
Hmisc,
lubridate,
quarto,
rlang,
RSQLite,
systemfonts,
tidyr,
tidyselect,
utils,
xfun
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/CHIMB/linkrep
Depends:
R (>= 2.10)