Browse Source

cinc

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

2
README.md

@ -30,6 +30,8 @@ The following functions are implemented:
## Installation ## Installation
``` r ``` r
install.packages("slugify", repos = c("https://cinc.rud.is", "https://cloud.r-project.org/"))
# or
remotes::install_git("https://git.rud.is/hrbrmstr/slugify.git") remotes::install_git("https://git.rud.is/hrbrmstr/slugify.git")
# or # or
remotes::install_git("https://git.sr.ht/~hrbrmstr/slugify") remotes::install_git("https://git.sr.ht/~hrbrmstr/slugify")

Loading…
Cancel
Save