From 01a31d3e907edf646d009a3f2c5463b1623182f0 Mon Sep 17 00:00:00 2001 From: rlzijdeman Date: Wed, 19 Aug 2015 09:22:38 +0200 Subject: [PATCH] minor: updated install_github script repo/username combination is depricated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 110aaf047..f9b31589e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The latest development version can be installed using `devtools`. ```r library(devtools) -install_github("tmap", username="mtennekes", subdir="pkg") +install_github(repo="mtennekes/tmap", subdir = "pkg") ``` Usage