fslaborg / RProvider

Access R packages from F#
http://fslab.org/RProvider/
Other
235 stars 69 forks source link

R.NET.Community dependencies are out of date #169

Closed mrakgr closed 8 years ago

mrakgr commented 8 years ago

The following should be replaced...

// Standard NuGet locations for R.NET
#I "../R.NET.Community.1.5.16/lib/net40"
#I "../R.NET.Community.FSharp.0.1.9/lib/net40"

...with this below:

// Standard NuGet locations for R.NET
#I "../R.NET.Community.1.6.4/lib/net40"
#I "../R.NET.Community.FSharp.1.6.4/lib/net40"

Edit: Actually, the above is what it downloaded automatically, I see that 1.6.5 of R.Net is out already.

tpetricek commented 8 years ago

Just updated to the latest version.