Skip to content

Commit 8a2a5e0

Browse files
committed
don't document arguments that aren't used
1 parent 7e26290 commit 8a2a5e0

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

R/engine_docs.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#' Knit engine-specific documentation
44
#' @param pattern A regular expression to specify which files to knit. The
55
#' default knits all engine documentation files.
6-
#' @param ... Options passed to [knitr::knit()].
76
#' @return A tibble with column `file` for the file name and `result` (a
87
#' character vector that echos the output file name or, when there is
98
#' a failure, the error message).

R/hier_clust.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ translate_tidyclust.hier_clust <- function(x, engine = x$engine, ...) {
171171
#'
172172
#' @param x matrix or data frame
173173
#' @param num_clusters the number of clusters
174-
#' @param h the height to cut the dendrogram
174+
#' @param cut_height the height to cut the dendrogram
175175
#' @param linkage_method the agglomeration method to be used. This should be (an
176176
#' unambiguous abbreviation of) one of `"ward.D"`, `"ward.D2"`, `"single"`,
177177
#' `"complete"`, `"average"` (= UPGMA), `"mcquitty"` (= WPGMA), `"median"` (=

man/dot-hier_clust_fit_stats.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/knit_engine_docs.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)