DeployR.NetClient
8.0.5.10
dotnet add package DeployR.NetClient --version 8.0.5.10
NuGet\Install-Package DeployR.NetClient -Version 8.0.5.10
<PackageReference Include="DeployR.NetClient" Version="8.0.5.10" />
paket add DeployR.NetClient --version 8.0.5.10
#r "nuget: DeployR.NetClient, 8.0.5.10"
// Install DeployR.NetClient as a Cake Addin #addin nuget:?package=DeployR.NetClient&version=8.0.5.10 // Install DeployR.NetClient as a Cake Tool #tool nuget:?package=DeployR.NetClient&version=8.0.5.10
The DeployR API exposes a wide range of R analytics services to client application developers. These services are exposed using standards based JSON/XML and are delivered by the DeployR server as Web services over HTTP(S).
The DeployR .NET client library is provided to simplify the integration of DeployR services within .NET client applications.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Newtonsoft.Json (>= 8.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DeployR.NetClient:
Package | Downloads |
---|---|
DeployR.Broker
The .NET RBroker Framework provides a simple yet powerful API that supports the rapid integration of R Analytics inside any .NET application. Simply define an RTask, submit your task to an instance of RBroker and be notified when your RTaskResult is available. The framework scales effortlessly to support simple integrations through sophisticated solutions such as high throughput, realtime scoring engines. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Original project found at https://github.com/Microsoft/dotnet-client-library from Microsoft. Changes made to upgrade and distribute as a NuGet package can be found at the included project site link.