Skip to content

Commit

Permalink
remove duplicate branch install instructions (turns out we had added …
Browse files Browse the repository at this point in the history
…it on another branch!)
  • Loading branch information
cjrace committed Jul 23, 2024
1 parent f48ebc4 commit c7ee853
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ Otherwise:
devtools::install_github("dfe-analytical-services/dfeR")
```

To install a specific branch, use @<branch> for example:
```r
renv::install("dfe-analytical-services/dfeshiny@branch_name")
```

## Installing functionality in development from a branch

It can be useful when developing the package in particular to trial new or updated functionality in a shiny app. To do this, you can install the required branch using (replacing `branch-name` with the name of the branch you wish to install):
Expand Down

0 comments on commit c7ee853

Please sign in to comment.