From f2cda359059340d10a9764860608fe6b965365df Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 26 Aug 2014 22:23:03 +0200 Subject: Recommend quick=TRUE for install_github() --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index deb84ca..d77ffd6 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,11 @@ First you need to install gWidgetsWWW2: ```s require(devtools) -install_github("gWidgetsWWW2", "jverzani") +install_github("gWidgetsWWW2", "jverzani", quick = TRUE) ``` +Using `quick = TRUE` skips docs, multiple-architecture builds, demos, and +vignettes, to make installation as fast and painless as possible. Installing gWidgetsWWW2 yields a lot of warnings concerning overly long path names. This is because the JavaScript library ExtJS is installed along with it which has lots of files with long paths to be installed. @@ -23,7 +25,7 @@ along with it which has lots of files with long paths to be installed. Then you can install gmkin, also directly from github: ```s -install_github("gmkin", "jranke") +install_github("gmkin", "jranke", quick = TRUE) ``` ## Usage -- cgit v1.2.1