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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DeployR.NetClient" Version="8.0.5.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DeployR.NetClient --version 8.0.5.10
#r "nuget: DeployR.NetClient, 8.0.5.10"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
8.0.5.10 7,182 12/8/2016
8.0.5.9 974 12/8/2016

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.