RProvider
RProvider copied to clipboard
Access R packages from F#
**Is your feature request related to a problem? Please describe.** I am trying to perform a `binom_test` and extract the p-value from the result. The documentation does not cover this...
Thank you for the tips @dsyme. I enabled logging and get the same log output as you. Tracing the code, I think this is an upstream problem caused by an...
**What?** ...when I plot something the plot window is locked up by the REngine. I cannot resize the window and if I try to close the plot window it crashes...
**Describe the bug** With Deedle and Bristlecone libraries (that use RProvider), we found that a 'Permission Denied' error arises from the type provider constructor when using RProvider 2.0.1-beta3+. This appears...
I have taken code from a presentation by Mathias Brandewinder that demonstrates some basic use of the FSharpRProvider: https://github.com/mathias-brandewinder/Presentations/blob/master/fsharp-for-csharp-devs/code/Type-Providers/Script.fsx Part of the script creates a plot from a dataframe and...
In many cases, I use R objects which is a R List and contains some other objects. If we want to access these elements, we need expr.AsList().["member"].AsNumeric() for example: ```...
Currently lists that contain the Option type cannot be directly passed to RProvider but have to be converted. The following generates an error: ``` let ints = [Some 2; None;...
**Is your feature request related to a problem? Please describe.** Having to set the R_HOME environment variable is an extra step that adds complexity for new users. Although RProvider is...
Latest version of RProvider (v1.1.8) does not see a lot of function.I use R 3.1.3 - x64 Some packages work as expected:  But a lot of them are empty...
Hi all, I can't find the right way of passing arguments to the R.glmboost algorithm in F#. I attach a complete working example that can be run from an .fsx...