Browse Source

cinc

master
boB Rudis 4 years ago
parent
commit
68af1d815d
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 4
      README.md

4
README.md

@ -38,6 +38,8 @@ The following functions are implemented:
## Installation
``` r
install.packages("unjuris", repos = "https://cinc.rud.is")
# or
remotes::install_git("https://git.rud.is/hrbrmstr/unjuris.git")
# or
remotes::install_git("https://git.sr.ht/~hrbrmstr/unjuris")
@ -45,6 +47,8 @@ remotes::install_git("https://git.sr.ht/~hrbrmstr/unjuris")
remotes::install_gitlab("hrbrmstr/unjuris")
# or
remotes::install_bitbucket("hrbrmstr/unjuris")
# or
remotes::install_github("hrbrmstr/unjuris")
```
NOTE: To use the ‘remotes’ install options you will need to have the

Loading…
Cancel
Save