We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73adda6 commit 482f947Copy full SHA for 482f947
inst/add-in/gadget.R
@@ -47,7 +47,6 @@ parsnip_spec_add_in <- function() {
47
obj_nm <- paste0(x$model,"_", x$engine, "_spec")
48
chr_1 <- rlang::expr_text(cl_1, width = 500)
49
chr_1 <- paste0(chr_1, collapse = " ")
50
- # chr_1 <- gsub("(...)", "()", chr_1, fixed = TRUE)
51
chr_1 <- paste(obj_nm, "<-\n ", chr_1)
52
chr_2 <- paste0("set_engine('", x$engine, "')")
53
0 commit comments