From 43b61dde243b7cc1f6ecf2ad193cf497b707fac0 Mon Sep 17 00:00:00 2001 From: Sam Talcott Date: Fri, 23 Feb 2024 11:01:43 -0500 Subject: [PATCH] Fixed tntpr installation instructions in the visualization cookbook. --- vignettes/visualization-cookbook.Rmd | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/vignettes/visualization-cookbook.Rmd b/vignettes/visualization-cookbook.Rmd index 4f0a2fb..e3a2c53 100644 --- a/vignettes/visualization-cookbook.Rmd +++ b/vignettes/visualization-cookbook.Rmd @@ -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