diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 8058552..6cf93c7 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ Version: 0.2.11 -Date: 2023-10-14 12:31:56 UTC -SHA: f3b6f56719742d1acc333220023cff45d2cf4ad1 +Date: 2023-10-14 19:13:36 UTC +SHA: 2f43bc239bb7291235aa129c8c067ea2bf1302d9 diff --git a/R/ts-feature-cluster-tbl.R b/R/ts-feature-cluster-tbl.R index 39af3ac..83218f8 100644 --- a/R/ts-feature-cluster-tbl.R +++ b/R/ts-feature-cluster-tbl.R @@ -16,7 +16,7 @@ #' #' So you can make a function as follows #' -#' 'my_mean <- function(x){return(mean(x, na.rm = TRUE))}' +#' `my_mean <- function(x){return(mean(x, na.rm = TRUE))}` #' #' You can then call this by using `.features = c("my_mean")`. #' diff --git a/man/ts_feature_cluster.Rd b/man/ts_feature_cluster.Rd index 092a6f0..e264826 100644 --- a/man/ts_feature_cluster.Rd +++ b/man/ts_feature_cluster.Rd @@ -57,7 +57,7 @@ functions in the \code{.GlobalEnviron} and it will take them as quoted arguments So you can make a function as follows -'my_mean <- function(x){return(mean(x, na.rm = TRUE))}' +\code{my_mean <- function(x){return(mean(x, na.rm = TRUE))}} You can then call this by using \code{.features = c("my_mean")}.