Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ramarty committed Dec 7, 2023
1 parent 77c0cb4 commit ee6038d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: blackmarbler
Title: Black Marble R
Title: BlackMarbleR
Version: 0.1.0
Authors@R:
c(person("Robert", "Marty", , "[email protected]", role = c("aut", "cre"),
Expand Down
3 changes: 1 addition & 2 deletions vignettes/assess-quality.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ bearer <- "BEARER-TOKEN-HERE"
```

```{r bearer, include = FALSE}
#bearer <- read.csv("~/Desktop/bearer_bm.csv")$token
bearer <- read.csv("https://www.dropbox.com/scl/fi/pipze9nvak5qo7pedvwb4/bearer_bm.csv?rlkey=bkpv62s657c5w9jbchpg2vvr7&dl=1")$token
bearer <- read.csv("~/Desktop/bearer_bm.csv")$token
```

```{r}
Expand Down

0 comments on commit ee6038d

Please sign in to comment.