-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
50 lines (50 loc) · 1.13 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
50
Package: dMeasureQIM
Type: Package
Title: Quality Improvement Measures for dMeasure
Version: 0.6.1
Author: David P.S. Fong
Maintainer: David P.S. Fong <[email protected]>
Description: R6 object (and methods) to report and list Quality Improvement Measures.
Used by (and requires) dMeasure to access Best Practice database.
License: file LICENSE Mozilla Public License v2.0
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
dbplyr,
R6,
pipeR,
framinghamRiskEquation,
stringi,
tidyr
Suggests:
shiny (>= 1.5.0),
shinydashboard,
DT (>= 0.5.3),
shinyWidgets (>= 0.5.2),
shinytoastr,
highcharter (>= 0.7.0)
RoxygenNote: 7.1.1
Collate:
'r6_helpers.R'
'QualityImprovementMeasures.R'
'QIM_15plus.R'
'QIM_15plus_UI.R'
'QIM_65plus.R'
'QIM_65plus_UI.R'
'QIM_active.R'
'QIM_active_UI.R'
'QIM_copd.R'
'QIM_copd_UI.R'
'QIM_cst.R'
'QIM_cst_UI.R'
'QIM_cvdRisk.R'
'QIM_cvdRisk_UI.R'
'QIM_diabetes.R'
'QIM_diabetes_UI.R'
'QIM_report.R'
'QIM_reportCharter_UI.R'
'QIM_report_UI.R'
'introduction.R'
'userInterface.R'
'utils_pipe.R'