Skip to content

Commit

Permalink
remove internals
Browse files Browse the repository at this point in the history
  • Loading branch information
saiemgilani committed Apr 24, 2021
1 parent 9b016d5 commit 369a6d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ reference:
- '`cfbd_venues`'
- '`cfbd_conferences`'
- '`cfbd_coaches`'
- subtitle: Internals
desc: Internal functions and helpers
- subtitle: Model functions and PBP helpers
desc: Model functions and play-by-play helpers
contents:
- '`create_epa`'
- '`create_wpa`'
Expand Down
2 changes: 1 addition & 1 deletion vignettes/intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ You can save the key for consistent usage by adding `CFBD_API_KEY=XXXX-YOUR-API-

Run [**`usethis::edit_r_environ()`**](https://usethis.r-lib.org/reference/edit.html) and THEN paste the following in the new script that pops up (with**out** quotations)

``` {.r}
``` {r}
CFBD_API_KEY = XXXX-YOUR-API-KEY-HERE-XXXXX
```

Expand Down

0 comments on commit 369a6d4

Please sign in to comment.