Skip to content

Commit

Permalink
Update GitHub download instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuroShepherd committed Oct 30, 2024
1 parent c012bc7 commit 98fa77d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ You can install the development version of ordinalsimr from [GitHub](https://git

``` r
# install.packages("devtools")
devtools::install_github("NeuroShepherd/ordinalsimr")
devtools::install_github(
"NeuroShepherd/ordinalsimr",
force = TRUE,
build_vignettes = TRUE
)
```

## Recommendations
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ You can install the development version of ordinalsimr from

``` r
# install.packages("devtools")
devtools::install_github("NeuroShepherd/ordinalsimr")
devtools::install_github(
"NeuroShepherd/ordinalsimr",
force = TRUE,
build_vignettes = TRUE
)
```

## Recommendations
Expand Down

0 comments on commit 98fa77d

Please sign in to comment.