11#include <OpenMS/config.h>
55 static bool findR(
const String& executable =
"Rscript",
bool verbose =
true);
78 static bool runScript(
const String& script_file,
const std::vector<String>& cmd_args,
const String& executable =
"Rscript",
bool find_R =
false,
bool verbose =
true);
R-Wrapper Class.
Definition RWrapper.h:28
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 String &executable="Rscript", bool verbose=true)
Check for presence of 'Rscript'.
static bool runScript(const String &script_file, const std::vector< String > &cmd_args, const String &executable="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:32
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19