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

Commit 3ceaeaa

Browse files
committed
update README
1 parent 6f061be commit 3ceaeaa

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.Rmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -292,11 +292,11 @@ The `cpm` assay includes counts per million.
292292
```{r, eval=FALSE}
293293
get_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)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -326,11 +326,11 @@ The `cpm` assay includes counts per million.
326326
``` r
327327
get_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)

0 commit comments

Comments
 (0)