Skip to content

Commit

Permalink
updated installation instructions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Michelle Donzallaz committed Jun 4, 2021
1 parent 0a3e717 commit dd5a70b
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 @@ -23,12 +23,12 @@ Die development-Version des Package liegt auf GitHub. Sie kann auf zwei Arten in
# Variante 1
library(downloader)
download("https://github.com/statistikZH/statR/archive/dev.tar.gz", "statR.tar.gz")
download("https://github.com/statistikZH/statR/archive/refs/heads/master.tar.gz", "statR.tar.gz")
install.packages("statR.tar.gz", repos = NULL, type = "source")
# Variante 2
library(devtools)
devtools::install_github("statistikZH/statR",ref="dev")
devtools::install_github("statistikZH/statR")
```

0 comments on commit dd5a70b

Please sign in to comment.