From ac04c11c11fe36c1143c0fb0649a1f7bc62dc267 Mon Sep 17 00:00:00 2001 From: Ben Anderson <dataknut@icloud.com> Date: Mon, 29 Oct 2018 15:44:59 +1300 Subject: [PATCH] updated readme --- Readme.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index d055826..684fcdc 100644 --- a/Readme.md +++ b/Readme.md @@ -2,4 +2,13 @@ And the various confusions that arise... -Structured as an [R package](http://r-pkgs.had.co.nz/) for re-usability. \ No newline at end of file +Structured as an [R package](http://r-pkgs.had.co.nz/) for re-producability. + +To install do: + + * `devtools::install_github("dataknut/weGotThePower")` + +This should install all dependencies except for: + + * `devtools::install_github("dataknut/dkUtils")` + -- GitLab