From 4c400543a04e1fe50ef5171dcd0313157908affd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ola=20Paluszy=C5=84ska?= Date: Sat, 15 Jul 2017 23:40:58 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d75ee7e..18dae7b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ randomForestExplainer can be installed from [CRAN](https://cran.r-project.org/pa install.packages("randomForestExplainer") ``` -To install and load the latest version of `https://cran.r-project.org/package=randomForestExplainer` from **Github** run: +To install and load the latest version of `randomForestExplainer` from **Github** run: ```{r} if (!require(devtools)) install.packages("devtools")