Skip to content

Commit 02d4dea

Browse files
committed
syntax fix
1 parent 33583f9 commit 02d4dea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/model.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ compile <- function(quiet = TRUE,
586586
warning(
587587
"The C++ compiler has errored due to incompatibility between the x86 and ",
588588
"Apple Silicon architectures.\n",
589-
"If you are running R inside an IDE (RStudio, VSCode, ...), "
589+
"If you are running R inside an IDE (RStudio, VSCode, ...), ",
590590
"make sure the IDE is a native Apple Silicon app.\n",
591591
call. = FALSE
592592
)

0 commit comments

Comments
 (0)