Skip to content

Commit 317a43b

Browse files
Resolve #209
1 parent 35f3002 commit 317a43b

5 files changed

+6
-10
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Authors@R: c(
1212
person("Leo", "Lahti", role=c("ctb"), email="leo.lahti@utu.fi", comment = c(ORCID = "0000-0001-5537-637X")),
1313
person("Tuomas", "Borman", role = c("ctb"), comment = c(ORCID = "0000-0002-8563-8884"))
1414
)
15-
Version: 1.33.1
16-
Date: 2024-06-04
15+
Version: 1.33.2
16+
Date: 2024-06-21
1717
License: GPL-3
1818
Title: Single-Cell Analysis Toolkit for Gene Expression Data in R
1919
Description: A collection of tools for doing various analyses of

R/plotColData.R

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
#' @param summary_fun Function to summarize the feature value of each point
3737
#' (e.g. gene expression of each cell) when the points binned, defaults to
3838
#' \code{sum}. Can be either the name of the function or the function itself.
39-
#' @param hex Logical, whether to use \code{\link{geom_hex}}. Note that
40-
#' \code{geom_hex} is broken in \code{ggplot2} version 3.4.0.
39+
#' @param hex Logical, whether to use \code{\link{geom_hex}}.
4140
#' @param ... Additional arguments for visualization, see
4241
#' \code{?"\link{scater-plot-args}"} for details.
4342
#'

man/plotColData.Rd

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

man/plotExpression.Rd

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

man/plotReducedDim.Rd

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

0 commit comments

Comments
 (0)