Skip to content

Commit 482f947

Browse files
committed
remove outdated code
1 parent 73adda6 commit 482f947

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

inst/add-in/gadget.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ parsnip_spec_add_in <- function() {
4747
obj_nm <- paste0(x$model,"_", x$engine, "_spec")
4848
chr_1 <- rlang::expr_text(cl_1, width = 500)
4949
chr_1 <- paste0(chr_1, collapse = " ")
50-
# chr_1 <- gsub("(...)", "()", chr_1, fixed = TRUE)
5150
chr_1 <- paste(obj_nm, "<-\n ", chr_1)
5251
chr_2 <- paste0("set_engine('", x$engine, "')")
5352

0 commit comments

Comments
 (0)