11#include <OpenMS/config.h>
46 static std::string
findScript(
const std::string& script_file,
bool verbose =
true);
55 static bool findR(
const std::string& executable =
"Rscript",
bool verbose =
true);
78 static bool runScript(
const std::string& script_file,
const std::vector<std::string>& cmd_args,
const std::string& executable =
"Rscript",
bool find_R =
false,
bool verbose =
true);
R-Wrapper Class.
Definition RWrapper.h:28
static bool runScript(const std::string &script_file, const std::vector< std::string > &cmd_args, const std::string &executable="Rscript", bool find_R=false, bool verbose=true)
Run an R script with certain arguments on the command line.
static std::string findScript(const std::string &script_file, bool verbose=true)
Look for an R script in the share/OpenMS/SCRIPT folder.
static bool findR(const std::string &executable="Rscript", bool verbose=true)
Check for presence of 'Rscript'.
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19