From 23acd521e8d4f77338c750d949f6fefec3d10f36 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Tue, 24 Sep 2013 17:26:52 +1000 Subject: [PATCH] R 3.0.1 --- r.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 r.json diff --git a/r.json b/r.json new file mode 100644 index 0000000000..d2108833cf --- /dev/null +++ b/r.json @@ -0,0 +1,15 @@ +{ + "homepage": "http://www.r-project.org", + "version": "3.0.1", + "license": "GPL2", + "url": "http://cran.r-project.org/bin/windows/base/R-3.0.1-win.exe", + "hash": "9a511b4261e60702618c0c5811fbadc9e8b184ac2aef53997d20a472657d50b2", + "installer": { + "args": [ "/verysilent", "/dir=\"$dir\"", "/saveinf=\"$dir\\install.txt\"", "/noicons" ] + }, + "uninstaller": { "file": "unins000.exe", "args": ["/verysilent"] }, + "bin": [ + "bin\\r.exe", + "bin\\rscript.exe" + ] +} \ No newline at end of file