Skip to content

Commit 51ef493

Browse files
committed
append vertical spacing to message
delineates the message from the model printer a bit better: ``` > C5_rules() parsnip could not locate an implementation for `C5_rules` classification model specifications using the `C5.0` engine. ℹ The parsnip extension package rules implements support for this specification. ℹ Please install (if needed) and load to continue. C5.0 Model Specification (classification) Computational engine: C5.0 ```
1 parent f9c7e77 commit 51ef493

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/misc.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ prompt_missing_implementation <- function(spec_, engine_, mode_) {
140140
msg,
141141
i = paste0("The parsnip extension package ", all$pkg[[1]],
142142
" implements support for this specification."),
143-
i = "Please install (if needed) and load to continue."
143+
i = "Please install (if needed) and load to continue.",
144+
""
144145
)
145146
}
146147

0 commit comments

Comments
 (0)