From a2e615052a727528310bfe5cb4d70ec656815823 Mon Sep 17 00:00:00 2001 From: Mick Jordan <mick.jordan@oracle.com> Date: Wed, 9 Nov 2016 16:58:31 -0800 Subject: [PATCH] =?UTF-8?q?pkgtest:=20document=20=E2=80=94no-install=20opt?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com.oracle.truffle.r.test.cran/r/install.cran.packages.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/com.oracle.truffle.r.test.cran/r/install.cran.packages.R b/com.oracle.truffle.r.test.cran/r/install.cran.packages.R index d38eab1b7d..a800cb1e9b 100644 --- a/com.oracle.truffle.r.test.cran/r/install.cran.packages.R +++ b/com.oracle.truffle.r.test.cran/r/install.cran.packages.R @@ -67,11 +67,12 @@ # test output goes to a directory derived from the '--testdir dir' option (default 'test'). Each package's test output is # stored in a subdirectory named after the package. -# There are three ways to specify the packages to be installed +# There are three ways to specify the packages to be installed/tested # --pkg-pattern a regular expression to match packages # --pkg-filelist a file containing an explicit list of package names (not regexps), one per line # --alpha-daily implicitly sets --pkg-pattern from the day of the year modulo 26. E.g., 0 is ^[Aa], 1 is ^[Bb] # --ok-only implicitly sets --pkg-filelist to a list of packages known to install +# --no-install gets the list of packages from the lib install directory (evidently only useful with --run-tests) # TODO At some point this will need to upgraded to support installation from other repos, e.g. BioConductor, github -- GitLab