From 88a360e65e8a91e6fb91a844216d5180f0586cea Mon Sep 17 00:00:00 2001 From: Emil Hvitfeldt Date: Mon, 20 Feb 2023 12:24:59 -0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Simon P. Couch --- NEWS.md | 2 +- R/tidyclust-package.R | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index a499d549..3828867a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # tidyclust (development version) -* The workflows methods for `generics::tune_args()` and `generics::tunable()` are now registered unconditionally (#115). +* The cluster specification methods for `generics::tune_args()` and `generics::tunable()` are now registered unconditionally (#115). # tidyclust 0.1.1 diff --git a/R/tidyclust-package.R b/R/tidyclust-package.R index 545238f3..523796ad 100644 --- a/R/tidyclust-package.R +++ b/R/tidyclust-package.R @@ -3,7 +3,7 @@ ## usethis namespace: start #' @importFrom dplyr bind_cols -#' @importFrom generics tune_args +#' @importFrom generics tunable tune_args #' @importFrom parsnip make_call #' @importFrom parsnip maybe_data_frame #' @importFrom parsnip maybe_matrix @@ -31,7 +31,6 @@ #' @importFrom stats na.omit #' @importFrom stats predict #' @importFrom tibble as_tibble -#' @importFrom tune tunable #' @importFrom utils capture.output ## usethis namespace: end NULL