RProvider icon indicating copy to clipboard operation
RProvider copied to clipboard

Access R packages from F#

Results 39 RProvider issues
Sort by recently updated
recently updated
newest added

**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...

Type: Documentation
Status: Available
Priority: Medium

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...

Type: Bug
Status: Blocked
Priority: High

**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...

Type: Bug
Status: Available
Priority: Medium

**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...

Type: Bug
Status: Available
Priority: Medium

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...

Type: Bug

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: ```...

Type: Enhancement
Status: Available
Priority: Medium

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;...

Type: Enhancement
Status: Available
Priority: Medium

**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...

Type: Enhancement
Status: Available
Priority: Medium

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: ![image](https://cloud.githubusercontent.com/assets/1197905/7052661/9ae7c272-de38-11e4-812a-e791f0144186.png) But a lot of them are empty...

Type: Enhancement

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...

Type: Bug