Skip to content

Commit

Permalink
Fixed tntpr installation instructions in the visualization cookbook.
Browse files Browse the repository at this point in the history
  • Loading branch information
sambtalcott committed Feb 23, 2024
1 parent fc576b6 commit 43b61dd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions vignettes/visualization-cookbook.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,10 @@ We'll get to how you can put together the various elements of these graphics, bu

## Install the `tntpr` package

`tntpr` is not on CRAN, so you will have to install it directly from Github using `devtools`.

If you do not have the `devtools` package installed, you will have to run the first line in the code below as well. This command will also work for updating `tntpr` if you already have it installed.
You can install `tntpr` from CRAN as follows:

```{r eval=FALSE}
# install.packages('devtools')
devtools::install_github('tntp/tntpr')
install.packages('tntpr')
```

## Load all the libraries you need
Expand Down

0 comments on commit 43b61dd

Please sign in to comment.