-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
103 lines (103 loc) · 2.68 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Package: RmData
Title: Data munging dependencies for Rminor & Rminor_elevated
Shiny apps
Version: 0.1.7
Authors@R: c(person(given = "Genelle",
family = "Denzin",
role = c("aut"),
email = "genelledenzin@cohhio.org"),
person(given = "COHHIO",
family = "HMIS Data Analyst",
role = c("cre", "aut"),
email = "hmisdataanalyst@cohhio.org"),
person(given = "Gwen",
family = "Beebe",
email = "gwenbeebe@gmail.com",
role = "con"),
person(given = "Stephen",
family = "Holsenbeck",
role = "aut",
email = "sholsen@alumni.emory.edu"),
person(given = "Trevin",
family = "Flickinger",
role = "aut",
email = "trevinflickinger@cohhio.org"))
Description: This provides workflows for munging and porting data dependencies
to the open-source Homeless Management Information System (HMIS) custom
reporting apps Rminor & Rminor_elevated
License: AGPL-3
Depends: R (>= 4.1.0)
Imports:
arrow,
clarity.looker,
cli,
dplyr,
fs,
ggplot2,
glue,
googlesheets4,
HMIS,
janitor,
knitr,
logger,
lubridate,
pkgload,
purrr,
R6,
readr,
rlang,
scales,
shiny,
snakecase,
stats,
stringr,
tibble,
tidyr,
tidyselect,
utils,
UU
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/COHHIO/Rm_data
BugReports: https://github.com/COHHIO/Rm_data/issues
Remotes: COHHIO/hud.extract, COHHIO/clarity.looker, COHHIO/HMIS, yogat3ch/UU
Collate:
'00_lists.R'
'guidance.R'
'aaa_imports.R'
'app_dependencies.R'
'init_R6.R'
'00_cohorts.R'
'00_cohorts_utils.R'
'00_dates.R'
'00_functions.R'
'00_load_export.R'
'00_load_export_utils.R'
'01_Bed_Unit_Utilization_utils.R'
'01_Bed_Unit_Utilization.R'
'02.1_QPR_EEs.R'
'02.1_QPR_EEs_utils.R'
'02_QPR_SPDATs.R'
'02_QPR_client_counts.R'
'03_Veterans.R'
'03_prioritization_utils.R'
'03_prioritization.R'
'04_DataQuality_utils.R'
'04_DataQuality.R'
'04_DataQuality_summary_utils.R'
'04_DataQuality_summary.R'
'relevant_dq.R'
'04_Guidance.R'
'05_Veterans_Active_List.R'
'06_Project_Evaluation_utils.R'
'06.1_Project_Evaluation_Mahoning.R'
'06_Project_Evaluation.R'
'07_SPM_utils.R'
'07_SPM.R'
'daily_update_utils.R'
'data.R'
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3