forked from rdotnet/rdotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRDotNet.nuspec
31 lines (31 loc) · 1.73 KB
/
RDotNet.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>R.NET.Community</id>
<title>R.NET</title>
<version>1.5.17</version>
<releaseNotes>Under development</releaseNotes>
<authors>RecycleBin, jperraud</authors>
<owners>kos59125</owners>
<licenseUrl>http://rdotnet.codeplex.com/license</licenseUrl>
<projectUrl>http://rdotnet.codeplex.com/</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Library for in-process interoperability of the .NET Framework with the R statistical computing software. This requires the R binaries, which are available at http://www.r-project.org. This nuget package is a newer version of R.NET previously found at https://www.nuget.org/packages/R.NET. For logistical reasons, the previous nuget feed cannot be used yet.</description>
<summary>Library for interoperability of the .NET Framework with the R statistical computing software</summary>
<copyright>Copyright 2014 RecycleBin, Copyright 2014 CSIRO</copyright>
<references>
<reference file="RDotNet.dll" />
<reference file="RDotNet.NativeLibrary.dll" />
</references>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Numerics" />
</frameworkAssemblies>
<tags>R R.NET statistics</tags>
</metadata>
<files>
<file src="R.NET\bin\Release\RDotNet.dll" target="lib\net40" />
<file src="R.NET\bin\Release\RDotNet.XML" target="lib\net40" />
<file src="RDotNet.NativeLibrary\bin\Release\RDotNet.NativeLibrary.dll" target="lib\net40" />
<file src="RDotNet.NativeLibrary\bin\Release\RDotNet.NativeLibrary.XML" target="lib\net40" />
</files>
</package>