Skip to content

Commit 31ec69d

Browse files
committed
Create README.md
1 parent 2d54edf commit 31ec69d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
R.NET
2+
=======
3+
4+
R.NET enables the .NET Framework to interoperate with the R statistical language in the same process. R.NET works on Windows, Linux and MacOS.
5+
6+
# Software requirements
7+
8+
On Windows, R.NET requires .NET Framework 4 or later and an access to the native R libraries installed with the R environment. R needs not necessarily be installed as a software on the exec uting machine, so long as DLL files are accessible.
9+
On Linux and MacOS, Mono is required, as well as an access to the native R libraries.
10+
11+
You can also have a look at the legacy page [Software Prerequisites](http://rdotnet.codeplex.com/wikipage?title=Software%20Prerequisites)
12+
13+
# Using R.NET
14+
15+
You will find material to get started at the [legacy documentation on Codeplex](http://rdotnet.codeplex.com/documentation)

0 commit comments

Comments
 (0)