Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
stemangiola committed Feb 22, 2023
1 parent 6f061be commit 3ceaeaa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,11 @@ The `cpm` assay includes counts per million.
```{r, eval=FALSE}
get_metadata()
Error in `db_query_fields.DBIConnection()`:
! Can't query fields.
Caused by error:
! Parser Error: syntax error at or near "/"
LINE 2: FROM /Users/mariadoyle/Library/Cach...
# Error in `db_query_fields.DBIConnection()`:
# ! Can't query fields.
# Caused by error:
# ! Parser Error: syntax error at or near "/"
# LINE 2: FROM /Users/bob/Library/Cach...
```

**Solution:** Setup custom cache path (e.g. user home directory)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,11 +326,11 @@ The `cpm` assay includes counts per million.
``` r
get_metadata()

Error in `db_query_fields.DBIConnection()`:
! Can't query fields.
Caused by error:
! Parser Error: syntax error at or near "/"
LINE 2: FROM /Users/mariadoyle/Library/Cach...
# Error in `db_query_fields.DBIConnection()`:
# ! Can't query fields.
# Caused by error:
# ! Parser Error: syntax error at or near "/"
# LINE 2: FROM /Users/bob/Library/Cach...
```

**Solution:** Setup custom cache path (e.g. user home directory)
Expand Down

0 comments on commit 3ceaeaa

Please sign in to comment.