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

Commit 6b2b596

Browse files
committed
rcmd check fixes
1 parent 783dbb8 commit 6b2b596

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

DESCRIPTION

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ Imports:
9494
stringr
9595
Suggests:
9696
here,
97-
stringr,
9897
tidyseurat,
9998
zellkonverter,
10099
scMerge,

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ importFrom(purrr,walk)
6060
importFrom(rlang,.data)
6161
importFrom(stats,setNames)
6262
importFrom(stringr,str_remove_all)
63+
importFrom(stringr,str_replace_all)
6364
importFrom(tibble,column_to_rownames)
6465
importFrom(tools,R_user_dir)
6566
importFrom(utils,head)

R/counts.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ get_SingleCellExperiment <- function(
170170
#' @importFrom utils head
171171
#' @importFrom cli cli_alert_warning cli_abort
172172
#' @importFrom glue glue
173+
#' @importFrom stringr str_replace_all
173174
#' @noRd
174175
group_to_sce <- function(i, df, dir_prefix, features) {
175176
sce_path <- df$file_id_db |>
@@ -245,7 +246,7 @@ group_to_sce <- function(i, df, dir_prefix, features) {
245246
#' @noRd
246247
#'
247248
sync_assay_files <- function(
248-
url = parse_url(REMOTE_URL),
249+
url = parse_url(COUNTS_URL),
249250
cache_dir,
250251
subdirs,
251252
files

0 commit comments

Comments
 (0)