You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 14, 2025. It is now read-only.
#' - `cell_annotation_blueprint_monaco`: SingleR cell annotation using Monaco reference
415
415
#' - `sample_id_db`: Sample subdivision for internal use
416
416
#' - `file_id_db`: File subdivision for internal use
417
-
#' - `.sample`: Sample ID
417
+
#' - `sample_`: Sample ID
418
418
#' - `.sample_name`: How samples were defined
419
419
#'
420
+
#'
421
+
#' **Possible cache path issues**
422
+
#'
423
+
#' If your default R cache path includes non-standard characters (e.g. dash because of your user or organisation name), the following error can manifest
424
+
#'
425
+
#' Error in `db_query_fields.DBIConnection()`:
426
+
#' ! Can't query fields.
427
+
#' Caused by error:
428
+
#' ! Parser Error: syntax error at or near "/"
429
+
#' LINE 2: FROM /Users/bob/Library/Cach...
430
+
#'
431
+
#' The solution is to choose a different cache, for example
0 commit comments