Skip to content

Commit c0c0191

Browse files
committed
typo fix and tiny version bump
1 parent bd3953e commit c0c0191

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,5 +1,5 @@
11
Package: parsnip
2-
Version: 0.1.5.9000
2+
Version: 0.1.5.9001
33
Title: A Common API to Modeling and Analysis Functions
44
Description: A common interface is provided to allow users to specify a model without having to remember the different argument names across different functions or computational engines (e.g. 'R', 'Spark', 'Stan', etc).
55
Authors@R: c(

R/predict.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ check_pred_type_dots <- function(type, ...) {
342342
if (!any(nms == ".time") & type %in% c("survival", "hazard")) {
343343
rlang::abort(
344344
paste(
345-
"When using 'type' values of 'survival'' or 'hazard' are given,",
345+
"When using 'type' values of 'survival' or 'hazard' are given,",
346346
"a numeric vector '.time' should also be given."
347347
)
348348
)

0 commit comments

Comments
 (0)