Skip to content

Commit

Permalink
Merge branch 'hotfix-cred'
Browse files Browse the repository at this point in the history
  • Loading branch information
sambtalcott committed Feb 6, 2024
2 parents eb609a3 + a3bce74 commit e41adce
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.0
RoxygenNote: 7.3.1
Config/testthat/edition: 3
9 changes: 7 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Some of the highlights of the package include:
- TNTP brand colors and palettes with the `tntp_colors()` and
`tntp_palette()` functions
- A TNTP ggplot2 theme using brand fonts (`tntp_style()`)
- The `tntp_cred()` functions for securely managing credentials (passwords,
API keys, etc.) in R.
- TNTP-themed RMarkdown templates, for starting a new analysis with a
shell that can already generate a TNTP-themed .docx report
- Functions for initializing a new repository or project folder with
Expand Down Expand Up @@ -75,9 +77,12 @@ Once installed, you load it like any other package.
library(tntpr)
```

To update `tntpr`, you'll need to unload it (or start a fresh R session) and
then run the `install_github('tntp/tntpr')` command again.
To update `tntpr`, you'll need to first unload it (or start a fresh R session).
You can then run the code above below.

```{r eval=FALSE}
tntpr::update_tntpr()
```

Feature Requests and Bug Reports
--------------------------------
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Some of the highlights of the package include:
- TNTP brand colors and palettes with the `tntp_colors()` and
`tntp_palette()` functions
- A TNTP ggplot2 theme using brand fonts (`tntp_style()`)
- The `tntp_cred()` functions for securely managing credentials
(passwords, API keys, etc.) in R.
- TNTP-themed RMarkdown templates, for starting a new analysis with a
shell that can already generate a TNTP-themed .docx report
- Functions for initializing a new repository or project folder with
Expand Down Expand Up @@ -60,8 +62,12 @@ Once installed, you load it like any other package.
library(tntpr)
```

To update `tntpr`, you’ll need to unload it (or start a fresh R session)
and then run the `install_github('tntp/tntpr')` command again.
To update `tntpr`, you’ll need to first unload it (or start a fresh R
session). You can then run the code above below.

``` r
tntpr::update_tntpr()
```

## Feature Requests and Bug Reports

Expand Down

0 comments on commit e41adce

Please sign in to comment.