From 1fbb17c2e63f2f7c1887f8963428929e8386f027 Mon Sep 17 00:00:00 2001 From: waddella Date: Sat, 9 Jun 2018 20:36:57 +0200 Subject: [PATCH] update installation instructions for stable and development version --- docs/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index ca7d9518f..35b5cc0ab 100644 --- a/docs/index.html +++ b/docs/index.html @@ -116,7 +116,10 @@

Installation

-

To install the rtables package run the following command in R:

+ +

To install the stable release of rtables package run the following command in R:

+
devtools::install_github("roche/rtables", ref="v0.1.0")
+

To install the test version of rtables run

devtools::install_github("roche/rtables")