From d180e4e275a58f315aca687aa32474ce2e266d2a Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sun, 1 Oct 2023 17:39:14 +0300 Subject: [PATCH] Stray change --- R/model.R | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/R/model.R b/R/model.R index 3031aed9..c061e9ac 100644 --- a/R/model.R +++ b/R/model.R @@ -631,8 +631,7 @@ compile <- function(quiet = TRUE, self$functions$external <- !is.null(user_header) self$functions$existing_exe <- FALSE - all_stancflags <- paste0(stancflags_val, paste0(" ", stancflags_combined, collapse = " ")) - stancflags_val <- paste0("STANCFLAGS += ", all_stancflags) + stancflags_val <- paste0("STANCFLAGS += ", stancflags_val, paste0(" ", stancflags_combined, collapse = " ")) if (!dry_run) {