Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelvy committed Oct 21, 2022
1 parent 74105da commit 915f096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 915f096

Please sign in to comment.