This repository was archived by the owner on Oct 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -292,11 +292,11 @@ The `cpm` assay includes counts per million.
292292``` {r, eval=FALSE}
293293get_metadata()
294294
295- Error in `db_query_fields.DBIConnection()`:
296- ! Can't query fields.
297- Caused by error:
298- ! Parser Error: syntax error at or near "/"
299- LINE 2: FROM /Users/mariadoyle /Library/Cach...
295+ # Error in `db_query_fields.DBIConnection()`:
296+ # ! Can't query fields.
297+ # Caused by error:
298+ # ! Parser Error: syntax error at or near "/"
299+ # LINE 2: FROM /Users/bob /Library/Cach...
300300```
301301
302302** Solution:** Setup custom cache path (e.g. user home directory)
Original file line number Diff line number Diff line change @@ -326,11 +326,11 @@ The `cpm` assay includes counts per million.
326326``` r
327327get_metadata()
328328
329- Error in `db_query_fields.DBIConnection()` :
330- ! Can ' t query fields.
331- Caused by error:
332- ! Parser Error: syntax error at or near "/"
333- LINE 2: FROM /Users/mariadoyle /Library/Cach...
329+ # Error in `db_query_fields.DBIConnection()`:
330+ # ! Can't query fields.
331+ # Caused by error:
332+ # ! Parser Error: syntax error at or near "/"
333+ # LINE 2: FROM /Users/bob /Library/Cach...
334334```
335335
336336** Solution:** Setup custom cache path (e.g. user home directory)
You can’t perform that action at this time.
0 commit comments