Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
khufkens committed Aug 2, 2023
1 parent 5d7ebd3 commit 675a8d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ commands:

``` r
if(!require(remotes)){install.packages("remotes")}
remotes::install_github("bluegreen-labs/rsofun")
remotes::install_github("geco-bern/rsofun")
library("rsofun")
```

Expand All @@ -37,7 +37,7 @@ documentation please use:

``` r
if(!require(remotes)){install.packages("remotes")}
remotes::install_github("bluegreen-labs/rsofun", build_vignettes = TRUE)
remotes::install_github("geco-bern/rsofun", build_vignettes = TRUE)
library("rsofun")
```

Expand Down

0 comments on commit 675a8d2

Please sign in to comment.