Method | Description | |
---|---|---|
GetCompatibleEngines ( ISupportedRVersionRange svl = null ) : IEnumerable |
Retrieves path to the latest (highest version) R installation from registry. Typically in the form 'Program Files\R\R-3.2.1' Selects highest from compatible versions, not just the highest.
|
|
RInstallation ( ) : System | ||
RInstallation ( IRegistry registry, IFileSystem fileSystem ) : System |
Method | Description | |
---|---|---|
GetCompatibleEnginesFromRegistry ( ISupportedRVersionRange svr ) : IEnumerable |
Retrieves path to the all compatible R installations from registry.
|
|
GetInstalledEnginesFromRegistry ( ) : IEnumerable |
Retrieves information on installed R versions in registry.
|
|
GetRVersionFromFolderName ( string folderName ) : System.Version | ||
NameFromKey ( string key ) : string | ||
TryFindRInProgramFiles ( ISupportedRVersionRange supportedVersions ) : IRInterpreterInfo |
public GetCompatibleEngines ( ISupportedRVersionRange svl = null ) : IEnumerable |
||
svl | ISupportedRVersionRange | |
return | IEnumerable |
public RInstallation ( IRegistry registry, IFileSystem fileSystem ) : System | ||
registry | IRegistry | |
fileSystem | IFileSystem | |
return | System |