Skip to content

Commit

Permalink
Stray change
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Oct 1, 2023
1 parent 386aa21 commit d180e4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/model.R
Original file line number Diff line number Diff line change
Expand Up @@ -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) {

Expand Down

0 comments on commit d180e4e

Please sign in to comment.