Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove age demography for NUH #205

Merged
merged 3 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions inst/golem-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ trust_NUH:
location_2: Specialty
location_3: Ward
demography_1: gender
demography_2: age
demography_3: ethnicity
demography_2: ethnicity
extra_variable_1: Rating channels
extra_variable_2: Date feedback given
extra_variable_3: Exclude from reports
Expand Down
6 changes: 3 additions & 3 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -773,8 +773,8 @@
"RemoteHost": "api.github.com",
"RemoteRepo": "experiencesdashboard",
"RemoteUsername": "CDU-data-science-team",
"RemoteRef": "fix-data-upload",
"RemoteSha": "934aac6c8e75c6bd4535059ee615a5c464dc3f48",
"RemoteRef": "HEAD",
"RemoteSha": "9577650507a96849ed62877928f8e3212715a24f",
"Requirements": [
"ComplexUpset",
"DBI",
Expand Down Expand Up @@ -814,7 +814,7 @@
"writexl",
"xml2"
],
"Hash": "e1b46af7abfdfd8f5cfdb7cb55f893b7"
"Hash": "706798801943cd1419aeef6f122eb485"
},
"fansi": {
"Package": "fansi",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ account: oluwasegun.apejoye
server: connect.strategyunitwm.nhs.uk
hostUrl: https://connect.strategyunitwm.nhs.uk/__api__
appId: 149
bundleId: 1092
bundleId: 1116
url: https://connect.strategyunitwm.nhs.uk/api_tracker/
version: 1
asMultiple: FALSE
Expand Down
3 changes: 1 addition & 2 deletions tests/testthat/test-app_config.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ test_that("trust configuration is still the same", {
expect_true(isTruthy(get_golem_config("comment_1")))
expect_false(isTruthy(get_golem_config("comment_2")))
expect_equal(get_golem_config("demography_1"), "gender")
expect_equal(get_golem_config("demography_2"), "age")
expect_equal(get_golem_config("demography_3"), "ethnicity")
expect_equal(get_golem_config("demography_2"), "ethnicity")

# trust_GOSH ----
withr::local_envvar("R_CONFIG_ACTIVE" = "trust_GOSH")
Expand Down
Loading