rbbt-marq 1.0.6 → 1.0.7
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/marq_config +5 -0
- metadata +1 -1
data/bin/marq_config
CHANGED
@@ -81,6 +81,8 @@ $USAGE =<<EOT
|
|
81
81
|
* init:
|
82
82
|
* webservice: Start the SOAP Web Service
|
83
83
|
* www: Start the merb server
|
84
|
+
|
85
|
+
* Rdir: List the directory containing the R scripts
|
84
86
|
|
85
87
|
|
86
88
|
EOT
|
@@ -106,6 +108,9 @@ class Controller < SimpleConsole::Controller
|
|
106
108
|
def config
|
107
109
|
end
|
108
110
|
|
111
|
+
def Rdir
|
112
|
+
puts File.expand_path(File.join(File.dirname(File.dirname(__FILE__)), 'R'))
|
113
|
+
end
|
109
114
|
|
110
115
|
|
111
116
|
def default
|