Browse Source

README - repos

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

1
README.Rmd

@ -41,7 +41,6 @@ options(width = 120)
```{r s3, cache=FALSE}
library(waffle)
library(waffle)
library(magrittr)
library(hrbrthemes)
library(ggplot2)

5
README.md

@ -44,10 +44,14 @@ The following functions are implemented:
``` r
install.packages("waffle", repos = "https://cinc.rud.is")
# or
devtools::install_git("https://git.rud.is/hrbrmstr/waffle.git")
# or
devtools::install_git("https://git.sr.ht/~hrbrmstr/waffle")
# or
devtools::install_gitlab("hrbrmstr/waffle")
# or
devtools::install_bitbucket("hrbrmstr/waffle")
# or
devtools::install_github("hrbrmstr/waffle")
```
@ -55,7 +59,6 @@ devtools::install_github("hrbrmstr/waffle")
``` r
library(waffle)
library(waffle)
library(magrittr)
library(hrbrthemes)
library(ggplot2)

Loading…
Cancel
Save