Skip to content

Commit 9533e48

Browse files
authored
address uninformative error with r-release (#1078)
1 parent 36ad315 commit 9533e48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: parsnip
22
Title: A Common API to Modeling and Analysis Functions
3-
Version: 1.2.0.9000
3+
Version: 1.2.0.9001
44
Authors@R: c(
55
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre")),
66
person("Davis", "Vaughan", , "[email protected]", role = "aut"),

R/glmnet-engines.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ format_glmnet_multinom_class <- function(pred, penalty, lvl, n_obs) {
388388
rlang::abort(
389389
glue::glue(
390390
"`penalty` should be a single numeric value. `multi_predict()` ",
391-
"can be used to get multiple predictions per row of data.",
391+
"can be used to get multiple predictions per row of data."
392392
)
393393
)
394394
}

0 commit comments

Comments
 (0)