Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit bb75741

Browse files
committed
R CMD check
1 parent 8987e15 commit bb75741

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,3 @@ importFrom(tibble,column_to_rownames)
5555
importFrom(tools,R_user_dir)
5656
importFrom(utils,head)
5757
importFrom(utils,packageName)
58-
importFrom(utils,untar)

R/query.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ get_SingleCellExperiment <- function(
9090
cli_alert_info("Synchronising files")
9191
parsed_repo <- parse_url(repository)
9292
parsed_repo$scheme |>
93-
`%in`(c("http", "https")) |>
93+
`%in%`(c("http", "https")) |>
9494
assert_that()
9595

9696
files_to_read <-

man/get_SingleCellExperiment.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.

man/get_seurat.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)