Skip to content

Commit 5859145

Browse files
authored
Merge pull request #6 from Boehringer-Ingelheim/install
Change installation method to use remotes instead of pak
2 parents 6defa51 + 6a6002d commit 5859145

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ studies.
3838
Install from GitHub with:
3939

4040
``` r
41-
# install.packages("pak")
42-
pak::pak("Boehringer-Ingelheim/endpoints")
41+
# install.packages("remotes")
42+
remotes::install_github("Boehringer-Ingelheim/endpoints")
4343
```
4444

4545
## Documentation

0 commit comments

Comments
 (0)