Download R.NET
Description
R.NET enables .NET Framework to collaborate with R statistical computing. R.NET requires .NET Framework 4 and native DLLs installed with R environment. You need no other extra installations. Enjoy statistics and programming in your special language with R.
Source Files
The download file rdotnet.zip has the following entries.
.hgignore/*w ww. ja va2 s. co m*/
.hgtags
.nuget/NuGet.Config
.nuget/NuGet.exe
.nuget/NuGet.targets
R.NET.shfbproj
R.NET.sln
R.NET/BuiltinFunction.cs
R.NET/CharacterMatrix.cs
R.NET/CharacterVector.cs
R.NET/Closure.cs
R.NET/ComplexMatrix.cs
R.NET/ComplexVector.cs
R.NET/DataFrame.cs
R.NET/DataFrameColumnAttribute.cs
R.NET/DataFrameRow.cs
R.NET/DataFrameRowAttribute.cs
R.NET/Devices/CharacterDeviceAdapter.cs
R.NET/Devices/ConsoleDevice.cs
R.NET/Devices/ICharacterDevice.cs
R.NET/Devices/NullCharacterDevice.cs
R.NET/Diagnostics/DataFrameColumnDisplay.cs
R.NET/Diagnostics/DataFrameDebugView.cs
R.NET/Diagnostics/FactorDebugView.cs
R.NET/Diagnostics/MatrixDebugView.cs
R.NET/Diagnostics/VectorDebugView.cs
R.NET/Dynamic/DataFrameDynamicMeta.cs
R.NET/Dynamic/ListDynamicMeta.cs
R.NET/Dynamic/SymbolicExpressionDynamicMeta.cs
R.NET/DynamicVector.cs
R.NET/Environment.cs
R.NET/Expression.cs
R.NET/ExpressionVector.cs
R.NET/Factor.cs
R.NET/Function.cs
R.NET/GenericVector.cs
R.NET/IntegerMatrix.cs
R.NET/IntegerVector.cs
R.NET/InternalString.cs
R.NET/Internals/BusyType.cs
R.NET/Internals/ConsoleOutputType.cs
R.NET/Internals/Delegates.cs
R.NET/Internals/OutputMode.cs
R.NET/Internals/ParseStatus.cs
R.NET/Internals/SEXPREC.cs
R.NET/Internals/SEXPREC_HEADER.cs
R.NET/Internals/SaveActions.cs
R.NET/Internals/SymbolicExpressionType.cs
R.NET/Internals/Unix/Delegates.cs
R.NET/Internals/Unix/RStart.cs
R.NET/Internals/VECTOR_SEXPREC.cs
R.NET/Internals/Windows/Delegates.cs
R.NET/Internals/Windows/RStart.cs
R.NET/Internals/Windows/UiMode.cs
R.NET/Internals/YesNoCancel.cs
R.NET/Internals/sxpinfo.cs
R.NET/Language.cs
R.NET/LogicalMatrix.cs
R.NET/LogicalVector.cs
R.NET/Matrix.cs
R.NET/NumericMatrix.cs
R.NET/NumericVector.cs
R.NET/Pairlist.cs
R.NET/ParseException.cs
R.NET/Properties/AssemblyInfo.cs
R.NET/ProtectedPointer.cs
R.NET/RDotNet.csproj
R.NET/REngine.cs
R.NET/REngineExtension.cs
R.NET/RawMatrix.cs
R.NET/RawVector.cs
R.NET/SpecialFunction.cs
R.NET/StartupParameter.cs
R.NET/Symbol.cs
R.NET/SymbolicExpression.cs
R.NET/SymbolicExpressionExtension.cs
R.NET/Utility.cs
R.NET/Vector.cs
RDotNet.FSharp.Tests/ActivePatternsTest.fs
RDotNet.FSharp.Tests/MatrixTest.fs
RDotNet.FSharp.Tests/RDotNet.FSharp.Tests.fsproj
RDotNet.FSharp.Tests/RuntimeHelper.fs
RDotNet.FSharp.Tests/VectorTest.fs
RDotNet.FSharp.Tests/app.config
RDotNet.FSharp.Tests/packages.config
RDotNet.FSharp.nuspec
RDotNet.FSharp/ActivePatterns.fs
RDotNet.FSharp/ActivePatterns.fsi
RDotNet.FSharp/AssemblyInfo.fs
RDotNet.FSharp/Matrix.fs
RDotNet.FSharp/Matrix.fsi
RDotNet.FSharp/RDotNet.FSharp.fsproj
RDotNet.FSharp/RDotNet.FSharp.fsx
RDotNet.FSharp/RuntimeHelper.fs
RDotNet.FSharp/Vector.fs
RDotNet.FSharp/Vector.fsi
RDotNet.Graphics.Tests/GraphForm.Designer.cs
RDotNet.Graphics.Tests/GraphForm.cs
RDotNet.Graphics.Tests/GraphForm.resx
RDotNet.Graphics.Tests/GraphPanel.Designer.cs
RDotNet.Graphics.Tests/GraphPanel.cs
RDotNet.Graphics.Tests/Helper.cs
RDotNet.Graphics.Tests/Program.cs
RDotNet.Graphics.Tests/Properties/AssemblyInfo.cs
RDotNet.Graphics.Tests/RDotNet.Graphics.Tests.csproj
RDotNet.Graphics.nuspec
RDotNet.Graphics/Color.cs
RDotNet.Graphics/Colors.cs
RDotNet.Graphics/DeviceDescription.cs
RDotNet.Graphics/Enum.cs
RDotNet.Graphics/GraphicsContext.cs
RDotNet.Graphics/GraphicsDeviceAdapter.cs
RDotNet.Graphics/GraphicsDeviceEventArgs.cs
RDotNet.Graphics/IGraphicsDevice.cs
RDotNet.Graphics/Internals/Delegates.cs
RDotNet.Graphics/Internals/DevDesc.cs
RDotNet.Graphics/Internals/GEDevDesc.cs
RDotNet.Graphics/Internals/GEcontext.cs
RDotNet.Graphics/MetricsInfo.cs
RDotNet.Graphics/Point.cs
RDotNet.Graphics/Properties/AssemblyInfo.cs
RDotNet.Graphics/RDotNet.Graphics.csproj
RDotNet.Graphics/REngineExtension.cs
RDotNet.Graphics/Raster.cs
RDotNet.Graphics/RasterExtension.cs
RDotNet.Graphics/Rectangle.cs
RDotNet.Graphics/Size.cs
RDotNet.Graphics/Utility.cs
RDotNet.NativeLibrary/NativeUtility.cs
RDotNet.NativeLibrary/Properties/AssemblyInfo.cs
RDotNet.NativeLibrary/RDotNet.NativeLibrary.csproj
RDotNet.NativeLibrary/UnmanagedDll.cs
RDotNet.Release.sln
RDotNet.TestBase/Helper.cs
RDotNet.TestBase/MockDevice.cs
RDotNet.TestBase/Properties/AssemblyInfo.cs
RDotNet.TestBase/RDotNet.TestBase.csproj
RDotNet.TestBase/RDotNetTestFixture.cs
RDotNet.TestBase/RuntimeDiagnostics.cs
RDotNet.TestBase/packages.config
RDotNet.Tests.sln
RDotNet.Tests/CharacterVectorTest.cs
RDotNet.Tests/DataConversionTest.cs
RDotNet.Tests/DataFrameRowMappingTest.cs
RDotNet.Tests/DataFrameTest.cs
RDotNet.Tests/EnvironmentTest.cs
RDotNet.Tests/FactorTest.cs
RDotNet.Tests/InternalStringTest.cs
RDotNet.Tests/PerformanceTest.cs
RDotNet.Tests/Properties/AssemblyInfo.cs
RDotNet.Tests/RDotNet.Tests.csproj
RDotNet.Tests/REngineInstanceTest.cs
RDotNet.Tests/REngineTest.cs
RDotNet.Tests/packages.config
RDotNet.nunit
RDotNet.nuspec
RecycleBin.snk.pub
TestApps/MeasureRuntime/MeasureRuntime.csproj
TestApps/MeasureRuntime/Program.cs
TestApps/MeasureRuntime/Properties/AssemblyInfo.cs
packages/repositories.config
tools/FakeLib.dll
tools/ICSharpCode.SharpZipLib.dll
tools/NuGetResolver.fsx
tools/XmlEditor.fs
tools/build.fsx
Download
Click the following link to download rdotnet.zip.
rdotnet.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »