Skip to content

Commit 71e7200

Browse files
committed
Drop @export for aggregate_cells and redocument
- Remove @export from aggregate_cells function in R/methods.R - Update NAMESPACE to remove exportMethods(aggregate_cells) - Redocument package to reflect changes
1 parent 7f46d06 commit 71e7200

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export("%>%")
4949
export(join_transcripts)
5050
export(tidy)
5151
export(unnest_single_cell_experiment)
52-
exportMethods(aggregate_cells)
5352
exportMethods(join_features)
5453
importFrom(Matrix,rowSums)
5554
importFrom(S4Vectors,"metadata<-")

R/methods.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ tidy.SingleCellExperiment <- function(object) {
162162
#' @importFrom methods as
163163
#'
164164
#'
165-
#' @export
166165
setMethod("aggregate_cells", "SingleCellExperiment", function(.data,
167166
.sample=NULL, slot="data", assays=NULL,
168167
aggregation_function=Matrix::rowSums,

man/tidySingleCellExperiment-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)