Skip to content

Commit 406d969

Browse files
committed
Fix broken links in docs
1 parent 605dd8a commit 406d969

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

R/AllGenerics.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ setGeneric(
88
#'
99
#' Cluster rows of a matrix-like object with a variety of algorithms.
1010
#'
11-
#' This function is deprecated. Please use the \code[bluster]{clusterRows} function in
11+
#' This function is deprecated. Please use the \code{clusterRows} function in
1212
#' the \code{bluster} Bioconductor package.
1313
#' @name clusterRows
1414
NULL

R/MbkmeansParam.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#' Mini-batch k-means clustering
22
#'
33
#' Run the mini-batch k-means \code{\link{mbkmeans}} function with the specified
4-
#' number of centers within \code{\link[bluster]{clusterRows}} from the
4+
#' number of centers within \code{clusterRows} from the
55
#' \code{bluster} Bioconductor package.
66
#'
7-
#' This function is deprecated. Please use the \code{\link[bluster]{MbkmeansParam}} function in
7+
#' This function is deprecated. Please use the \code{MbkmeansParam} function in
88
#' the \code{bluster} Bioconductor package.
99
#'
1010
#' @param centers An integer scalar specifying the number of centers.

man/MbkmeansParam.Rd

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/clusterRows.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)