From 55ebf8148a7200e85894db1a4ce202684abf7ef8 Mon Sep 17 00:00:00 2001
From: Julian Sagebiel <julian.sagebiel@idiv.de>
Date: Mon, 30 Dec 2024 02:09:53 +0100
Subject: [PATCH] works again but not yet well implemented with . and _

---
 R/sim_choice.R | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/R/sim_choice.R b/R/sim_choice.R
index 4dcc0df..15870e2 100644
--- a/R/sim_choice.R
+++ b/R/sim_choice.R
@@ -137,8 +137,8 @@ transform_util2 <- function() {
       `priors\\["` = "",
       `"\\]` = "",
       `~` = "=",
-   #  `\\.` = "_",    ## can be deleted when everything works
-      `V.` = "U_"    ## was originally V_
+    `\\.` = "_",    ## can be deleted when everything works
+      `V_` = "U_"    ## was originally V_
     )) %>%
     # Replace only relevant database variables
     stringr::str_replace_all(stats::setNames(
-- 
GitLab