C# Class Microsoft.R.Platform.Interpreters.RInstallationService

Inheritance: IRInstallationService
ファイルを表示 Open project: MikhailArkhipov/vscode-r

Public Methods

Method Description
CreateInfo ( string name, string path ) : IRInterpreterInfo
GetCompatibleEngines ( ) : IEnumerable
GetLatest ( ) : IRInterpreterInfo

Retries latest installed R for the current CPU architecture.

Protected Methods

Method Description
RInstallationService ( ) : System

Method Details

CreateInfo() public abstract method

public abstract CreateInfo ( string name, string path ) : IRInterpreterInfo
name string
path string
return IRInterpreterInfo

GetCompatibleEngines() public abstract method

public abstract GetCompatibleEngines ( ) : IEnumerable
return IEnumerable

GetLatest() public method

Retries latest installed R for the current CPU architecture.
public GetLatest ( ) : IRInterpreterInfo
return IRInterpreterInfo

RInstallationService() protected method

protected RInstallationService ( ) : System
return System