Skip to content

Commit

Permalink
Knit README
Browse files Browse the repository at this point in the history
  • Loading branch information
stevechoy committed Oct 4, 2024
1 parent e164552 commit ef0786f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@ internal discussions more efficiently.
## Install devtools first if required
# install.packages(devtools)

devtools::install_github("Boehringer-Ingelheim/MVPapp")
devtools::install_github("Boehringer-Ingelheim/MVPapp", build_vignettes = TRUE)
```

Once installed, launch MVP using the following commands:

``` r
library(MVPapp)

run_mvp()

## Alternatively, launch the app without watermarks
Expand Down Expand Up @@ -314,5 +315,6 @@ Thresholds</figcaption>

## Extended Features

Please see the article on “Supplying Passworded Models” for instructions
on how to provide external models on App start-up.
Please see the vignette on “Supplying Passworded Models”
(`vignette("supply-passwords", package = "MVPapp"`) for instructions on
how to provide external models on App start-up.

0 comments on commit ef0786f

Please sign in to comment.