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

Commit c11b90a

Browse files
committed
Merge branch 'master' of github.com:stemangiola/HCAquery into no-remote-db
Conflicts: R/query.R
2 parents b2ade07 + b14eaf8 commit c11b90a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/query.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ get_seurat <- function(...) {
346346
#' your local system to a directory (not a file) that will be used to store
347347
#' metadata.sqlite
348348
#' @return A lazy data.frame subclass containing the metadata. You can interact
349-
#' with this object using most standard dplyr functions. For string matching,
349+
#' with this object using most standard dplyr functions. For string matching,
350350
#' it is recommended that you use `stringr::str_like` to filter character
351351
#' columns, as `stringr::str_match` will not work.
352352
#' @export
@@ -375,7 +375,7 @@ get_metadata <- function(
375375
if (!file.exists(sqlite_path)){
376376
tar_dir <- tempdir()
377377
tar_file <- file.path(tar_dir, "metadata.tar.xz")
378-
cli_alert_info("Downloading tar archive")
378+
cli_alert_info("Downloading tar archive. The following procedure is performed once and will take approximately 3 minutes.")
379379
sync_remote_file(
380380
remote_url,
381381
tar_file,

0 commit comments

Comments
 (0)