From 5b805cd5c89cb268313586951a0523a99a060066 Mon Sep 17 00:00:00 2001 From: Ben Anderson <dataknut@icloud.com> Date: Tue, 19 Feb 2019 18:01:28 +1300 Subject: [PATCH] udpated readme after import from github --- Readme.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index daf05f9..b601e2a 100644 --- a/Readme.md +++ b/Readme.md @@ -4,15 +4,13 @@ And the various confusions that arise... * Latest draft: * [.Rmd](paper/weGotThePowerDraftPaper.Rmd) code (mostly stats & notes, little text) - * [.html]() output (as above) + * [.html](docs/weGotThePowerDraftPaper.html) output (as above) Structured as an [R package](http://r-pkgs.had.co.nz/) for re-producability. -To install do: - - * `devtools::install_github("dataknut/weGotThePower")` +To install you'll need to fork/clone and install locally. -This should install all code, results and dependencies except for: +That _should_ install all code, results and dependencies except for: * `devtools::install_github("dataknut/dkUtils")` -- GitLab