public RInstaller(ProgramPathContainer rPathContainer, ICollection <ToolPackage> packages, TextWriter writer, string pathToInstallScript) : this(rPathContainer, packages, RUtil.CheckInstalled(rPathContainer.ProgramVersion), writer, pathToInstallScript) { }
public bool CheckForInternetConnection(out string site) { site = RUtil.INTERNET_CHECK_SITE; return(RUtil.CheckForInternetConnection()); }
public ICollection <ToolPackage> WhichPackagesToInstall(ICollection <ToolPackage> packages, string pathToR) { return(RUtil.WhichPackagesToInstall(packages, pathToR)); }
public string FindRProgramPath(string rVersion) { return(RUtil.FindRProgramPath(rVersion)); }
public bool CheckForInternetConnection() { return(RUtil.CheckForInternetConnection()); }