fslaborg / RProvider

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

RServer fails with nuget 3 #181

Closed CoderCat84 closed 2 years ago

CoderCat84 commented 7 years ago

The package install location format for nuget 3 has changed from package.x.x.x to package/x.x.x/ which breaks the fsx script as well as the probing paths when used with this nuget package.

tpetricek commented 7 years ago

We'll need to look into that - in the meantime, the best workaround is to use Paket: https://fsprojects.github.io/Paket/

If you are using R provider, you can also do that from FsLab (www.fslab.org), which makes the loading and setup even easier, and because it is based on Paket, it will work fine.

AndrewIOM commented 2 years ago

This issue is fixed for the .net 5 nuget package 2.0.0-beta2. The probing paths should now successfully find plugins, and the .fsx file is no longer needed. Please reopen if you find this error again.