From 9367484a6b02cf7bb73ee588b9edf80bf7ae77f5 Mon Sep 17 00:00:00 2001 From: Rammprasad Ganapathy Date: Wed, 19 Jun 2024 19:57:32 +0000 Subject: [PATCH] Fix pipeline failure --- inst/template/create_vs_template.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/template/create_vs_template.R b/inst/template/create_vs_template.R index 592e8ab0..354e5791 100644 --- a/inst/template/create_vs_template.R +++ b/inst/template/create_vs_template.R @@ -318,7 +318,7 @@ vs_oxysat <- # Map topic variable VSALL from raw variable ASMNTDN with the logic if ASMNTDN == 1 then VSTESTCD = VSALL vs_vsall <- hardcode_ct( - raw_dat = condition_add(vs_raw, ASMNTDN == 1), + raw_dat = condition_add(vs_raw, ASMNTDN == 1L), raw_var = "ASMNTDN", tgt_var = "VSTESTCD", tgt_val = "VSALL",