Method | Description | |
---|---|---|
CranUrlFromName ( string mirrorName ) : string |
Given CRAN mirror name returns URL
|
|
Locator ( System.Guid deviceId, |
||
Plot ( |
Displays R plot in the host app-provided window
|
|
PlotDeviceCreate ( System.Guid deviceId, |
||
PlotDeviceDestroy ( System.Guid deviceId, |
||
RSessionCallback ( IInteractiveWindow interactiveWindow, IRSession session, IRSettings settings, ICoreShell coreShell, IFileSystem fileSystem ) : System | ||
ReadUserInput ( string prompt, int maximumLength, |
||
SaveFileAsync ( string remoteFileName, string localPath, byte data, |
||
ShowErrorMessage ( string message, |
Displays error message in the host-specific UI
|
|
ShowHelpAsync ( string url, CancellationToken cancellationToken ) : System.Threading.Tasks.Task |
Displays R help URL in a browser on in the host app-provided window
|
|
ShowMessageAsync ( string message, MessageButtons buttons, CancellationToken cancellationToken ) : Task |
Displays message with specified buttons in a host-specific UI
|
|
ViewFile ( string fileName, string tabName, bool deleteFile, CancellationToken cancellationToken = default(CancellationToken) ) : System.Threading.Tasks.Task | ||
ViewLibraryAsync ( CancellationToken cancellationToken = default(CancellationToken) ) : System.Threading.Tasks.Task | ||
ViewObjectAsync ( string expression, string title, CancellationToken cancellationToken = default(CancellationToken) ) : System.Threading.Tasks.Task |
public CranUrlFromName ( string mirrorName ) : string | ||
mirrorName | string | |
return | string |
public Locator ( System.Guid deviceId, |
||
deviceId | System.Guid | |
ct | ||
return | Task |
public Plot ( |
||
plot | ||
ct | ||
return | System.Threading.Tasks.Task |
public PlotDeviceCreate ( System.Guid deviceId, |
||
deviceId | System.Guid | |
ct | ||
return | Task |
public PlotDeviceDestroy ( System.Guid deviceId, |
||
deviceId | System.Guid | |
ct | ||
return | System.Threading.Tasks.Task |
public RSessionCallback ( IInteractiveWindow interactiveWindow, IRSession session, IRSettings settings, ICoreShell coreShell, IFileSystem fileSystem ) : System | ||
interactiveWindow | IInteractiveWindow | |
session | IRSession | |
settings | IRSettings | |
coreShell | ICoreShell | |
fileSystem | IFileSystem | |
return | System |
public ReadUserInput ( string prompt, int maximumLength, |
||
prompt | string | |
maximumLength | int | |
ct | ||
return | Task |
public SaveFileAsync ( string remoteFileName, string localPath, byte data, |
||
remoteFileName | string | |
localPath | string | |
data | byte | |
cancellationToken | ||
return | Task |
public ShowErrorMessage ( string message, |
||
message | string | |
cancellationToken | ||
return | System.Threading.Tasks.Task |
public ShowHelpAsync ( string url, CancellationToken cancellationToken ) : System.Threading.Tasks.Task | ||
url | string | |
cancellationToken | CancellationToken | |
return | System.Threading.Tasks.Task |
public ShowMessageAsync ( string message, MessageButtons buttons, CancellationToken cancellationToken ) : Task |
||
message | string | |
buttons | MessageButtons | |
cancellationToken | CancellationToken | |
return | Task |
public ViewFile ( string fileName, string tabName, bool deleteFile, CancellationToken cancellationToken = default(CancellationToken) ) : System.Threading.Tasks.Task | ||
fileName | string | |
tabName | string | |
deleteFile | bool | |
cancellationToken | CancellationToken | |
return | System.Threading.Tasks.Task |
public ViewLibraryAsync ( CancellationToken cancellationToken = default(CancellationToken) ) : System.Threading.Tasks.Task | ||
cancellationToken | CancellationToken | |
return | System.Threading.Tasks.Task |
public ViewObjectAsync ( string expression, string title, CancellationToken cancellationToken = default(CancellationToken) ) : System.Threading.Tasks.Task | ||
expression | string | |
title | string | |
cancellationToken | CancellationToken | |
return | System.Threading.Tasks.Task |