Skip to content

Commit f305412

Browse files
committed
fixed error in range specification
1 parent b27a55a commit f305412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/mars_data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set_model_arg(
1515
eng = "earth",
1616
parsnip = "num_terms",
1717
original = "nprune",
18-
func = list(pkg = "dials", fun = "num_terms", range = c(2:5)),
18+
func = list(pkg = "dials", fun = "num_terms", range = c(2, 5)),
1919
has_submodel = TRUE
2020
)
2121
set_model_arg(

0 commit comments

Comments
 (0)