boB Rudis 5年前
コミット
c691d6cff7
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 1D7529BE14E2BBA9
  1. 2
      README.Rmd
  2. 5
      README.md

2
README.Rmd

@ -119,7 +119,7 @@ Suggest more in a feature req!
### Installation
```{r eval=FALSE}
devtools::install_git("https://sr.ht/~hrbrmstr/splashr.git")
devtools::install_git("https://git.sr.ht/~hrbrmstr/splashr")
# or
devtools::install_git("https://gitlab.com/hrbrmstr/splashr.git")
# or

5
README.md

@ -114,11 +114,12 @@ Suggest more in a feature req!
### Installation
``` r
devtools::install_git("https://sr.ht/~hrbrmstr/splashr.git")
devtools::install_git("https://git.sr.ht/~hrbrmstr/splashr")
# or
devtools::install_git("https://gitlab.com/hrbrmstr/splashr.git")
# or
devtools::install_github("hrbrmstr/splashr")```
devtools::install_github("hrbrmstr/splashr")
```
### Usage

読み込み中…
キャンセル
保存