Skip to content

Commit

Permalink
Links updated in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
martingebel committed Feb 10, 2022
1 parent 846182b commit 45728af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@ Additionally, the BReasy app includes the possibility of creating a value tree s

## Installation

You can install the development version from [GitHub](https://github.com/) with:
You can install and load the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("bayer-int/BIC-BReasy")
devtools::install_github("Bayer-Group/BIC-BReasy")
library(breasy)
```

and start the app with:
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,20 @@ in html format, please see below for an example.

## Installation

You can install the development version from
You can install and load the development version from
[GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("bayer-int/BIC-BReasy")
devtools::install_github("Bayer-Group//BIC-BReasy")
library(breasy)
```

and start the app with:

``` r
#run_app()
#
run_app()
```

## Data Manual
Expand Down

0 comments on commit 45728af

Please sign in to comment.