From 915f0968e00ee0d1f3bf6d2bda6e4f261f4c770f Mon Sep 17 00:00:00 2001 From: John Helveston Date: Fri, 21 Oct 2022 09:17:06 -0500 Subject: [PATCH] update readme --- README.Rmd | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index 018ee87..c7a3515 100644 --- a/README.Rmd +++ b/README.Rmd @@ -39,7 +39,7 @@ If you want to run the code in the `survey` folder, you will need to install the ```{r, eval=FALSE} install.packages(c("remotes", "tidyverse", "jsonlite")) -remotes::install_github("jhelvy/conjointTools") +remotes::install_github("jhelvy/cbcTools") ``` ## Author and License Information diff --git a/README.md b/README.md index 0370203..9d23a37 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ install the following packages: ``` r install.packages(c("remotes", "tidyverse", "jsonlite")) -remotes::install_github("jhelvy/conjointTools") +remotes::install_github("jhelvy/cbcTools") ``` ## Author and License Information