Skip to content

Commit

Permalink
Run roxygenize
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkamm committed Mar 5, 2023
1 parent 4d5094a commit a2e8183
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ BugReports: https://github.com/theislab/zellkonverter/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
RoxygenNote: 7.2.3
Language: en-GB
StagedInstall: no
VignetteBuilder: knitr
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ importFrom(SingleCellExperiment,"colPairs<-")
importFrom(SingleCellExperiment,"reducedDims<-")
importFrom(SingleCellExperiment,"rowPairs<-")
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(SummarizedExperiment,"assays<-")
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,"rowData<-")
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(basilisk,basiliskRun)
Expand All @@ -43,3 +45,4 @@ importFrom(reticulate,import_builtins)
importFrom(reticulate,py_to_r)
importFrom(reticulate,r_to_py)
importFrom(utils,capture.output)
importFrom(utils,compareVersion)
2 changes: 2 additions & 0 deletions R/read.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ readH5AD <- function(file, X_name = NULL, use_hdf5 = FALSE,
...)
}

#' @importFrom utils compareVersion
#' @importFrom S4Vectors I DataFrame wmsg
#' @importFrom SummarizedExperiment assays assays<- rowData colData rowData<- colData<-
#' @importFrom SingleCellExperiment SingleCellExperiment reducedDims<- colPairs<- rowPairs<-
Expand Down Expand Up @@ -360,6 +361,7 @@ readH5AD <- function(file, X_name = NULL, use_hdf5 = FALSE,
obj
}

#' @importFrom utils compareVersion
#' @importFrom S4Vectors DataFrame
.read_dim_data <- function(file, path, fields, version) {
col_names <- setdiff(names(fields), c("__categories", "_index"))
Expand Down
5 changes: 5 additions & 0 deletions man/zellkonverter-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2e8183

Please sign in to comment.