Skip to content

Commit

Permalink
Merge pull request #475 from spsanderson/development
Browse files Browse the repository at this point in the history
fix Rd issue
  • Loading branch information
spsanderson authored Oct 14, 2023
2 parents 3afeb7d + 16a144a commit 5658b1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion R/ts-feature-cluster-tbl.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")`.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/ts_feature_cluster.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5658b1c

Please sign in to comment.