Deedle.RPlugin by BlueMountain Capital, FsLab

<PackageReference Include="Deedle.RPlugin" Version="2.1.0" />

 Deedle.RPlugin 2.1.0

Deedle implements an efficient and robust frame and series data structures for manipulating with structured data. It supports handling of missing values, aggregations, grouping, joining, statistical functions and more. For frames and series with ordered indices (such as time series), automatic alignment is also available. This package installs core Deedle package, together with an R type provider plugin which makes it possible to pass data frames and time series between R and Deedle

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Deedle.RPlugin</id>
    <version>2.1.0</version>
    <authors>BlueMountain Capital, FsLab</authors>
    <owners>BlueMountain Capital, FsLab</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/fslaborg/Deedle/blob/master/LICENSE.md</licenseUrl>
    <projectUrl>https://fslab.org/Deedle/</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/fslaborg/Deedle/master/misc/logo.png</iconUrl>
    <description>Deedle implements an efficient and robust frame and series data structures for manipulating with structured data. It supports handling of missing values, aggregations, grouping, joining, statistical functions and more. For frames and series with ordered indices (such as time series), automatic alignment is also available. This package installs core Deedle package, together with an R type provider plugin which makes it possible to pass data frames and time series between R and Deedle</description>
    <summary>Easy to use .NET library for data manipulation with R project integration</summary>
    <releaseNotes>Release Deedle.Math to extend linear algebra, statisitical analysis and financial analysis on Frame and Series by leveraging MathNet.Numerics [#475](https://github.com/fslaborg/Deedle/pull/475)
Override + operator and add Frame.strConcat to concatenate Frame and Series of string values [#482](https://github.com/fslaborg/Deedle/issues/482)
Fix ResampleUniform with missing values [#470](https://github.com/fslaborg/Deedle/issues/480)</releaseNotes>
    <copyright>Copyright 2014</copyright>
    <tags>F# fsharp deedle dataframe series statistics data science R RProvider</tags>
    <dependencies>
      <dependency id="Deedle" version="2.1.0" />
      <dependency id="R.NET.Community" version="1.7.0" />
      <dependency id="R.NET.Community.FSharp" version="1.7.0" />
      <dependency id="RProvider" version="1.1.22" />
    </dependencies>
  </metadata>
</package>