Skip to content
Permalink
Browse files
My commit
  • Loading branch information
Steviey committed Jan 28, 2022
1 parent fe8fbdc commit dcda853542da2d8509fee048b50e355e99748ecc
Showing 1 changed file with 1 addition and 1 deletion.
@@ -91,7 +91,7 @@ damping <- function(values = c("damped", "none")) {
#' @export
#' @rdname exp_smoothing_params
damping_smooth <- function(range = c(0, 2), trans = NULL) {
dials::new_qual_param(
dials::new_quant_param(
type = "double",
range = range,
inclusive = c(TRUE, TRUE),

0 comments on commit dcda853

Please sign in to comment.