From 00cc1882381feeccae5f6ba4d790ff58708ea180 Mon Sep 17 00:00:00 2001 From: Matt Ball Date: Sun, 2 May 2010 20:39:48 -0700 Subject: Formula for the R programming language Signed-off-by: Adam Vandenberg --- Library/Formula/r.rb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Library/Formula/r.rb (limited to 'Library/Formula') diff --git a/Library/Formula/r.rb b/Library/Formula/r.rb new file mode 100644 index 000000000..b6b91f90b --- /dev/null +++ b/Library/Formula/r.rb @@ -0,0 +1,21 @@ +require 'formula' + +class R