11 #include <OpenMS/config.h> 
   58     static bool findR(
const QString& executable = QString(
"Rscript"), 
bool verbose = 
true);
 
   81     static bool runScript(
const String& script_file, 
const QStringList& cmd_args, 
const QString& executable = QString(
"Rscript"), 
bool find_R = 
false, 
bool verbose = 
true);
 
R-Wrapper Class.
Definition: RWrapper.h:31
 
static String findScript(const String &script_file, bool verbose=true)
Look for an R script in the share/OpenMS/SCRIPT folder.
 
static bool findR(const QString &executable=QString("Rscript"), bool verbose=true)
Check for presence of 'Rscript'.
 
static bool runScript(const String &script_file, const QStringList &cmd_args, const QString &executable=QString("Rscript"), bool find_R=false, bool verbose=true)
Run an R script with certain arguments on the command line.
 
A more convenient string class.
Definition: String.h:34
 
int verbose
Verbosity level ( "-v" is 1 and "-V" is 2 )
 
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:22