Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Simon P. Couch <[email protected]>
  • Loading branch information
EmilHvitfeldt and simonpcouch authored Feb 20, 2023
1 parent 7d524d8 commit 88a360e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 1 addition & 2 deletions R/tidyclust-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 88a360e

Please sign in to comment.