From a3813cd8fa6efa8b838d1db1aab98c8d3b936c6f Mon Sep 17 00:00:00 2001 From: hrbrmstr Date: Wed, 22 Apr 2020 21:31:23 -0400 Subject: [PATCH] cinc --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7ba01f7..958a55c 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,16 @@ The following functions are implemented: ## Installation ``` r +install.packages("countenance", repos = c("https://cinc.rud.is", "https://cloud.r-project.org/")) +# or remotes::install_git("https://git.rud.is/hrbrmstr/countenance.git") # or remotes::install_git("https://git.sr.ht/~hrbrmstr/countenance") # or remotes::install_gitlab("hrbrmstr/countenance") # or +remotes::install_bitbucket("hrbrmstr/countenance") +# or remotes::install_github("hrbrmstr/countenance") ```