Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/fslaborg/RProvider

Access R packages from F#
https://github.com/fslaborg/RProvider

Add type provider for reading RData files (close #59, replace #85)

This implements `RData` type provider that can be used for reading RData
files in a statically t...

59da3be3b575eb469a9d37925784e23692f69331 authored over 10 years ago by Tomas Petricek <[email protected]>
Merge branch 'master' of github.com:BlueMountainCapital/FSharpRProvider

3ea9967d266fc91ff359c22ab3cc3ecddb7692a0 authored over 10 years ago by Tomas Petricek <[email protected]>
Merge branch 'master' of https://github.com/BlueMountainCapital/FSharpRProvider into rdotnet_1.5.11

5ed5edbf424a0ac91af5af053cf943bdd8062ddd authored over 10 years ago by J-M <[email protected]>
Merge pull request #82 from dcharbon/feature/remote-process

Perform R package discovery in a separate process

a41a131cbef18913e444600df8411775c079998a authored over 10 years ago by Tomas Petricek <[email protected]>
Merge pull request #1 from tpetricek/remote-process

Separate R runtime from the server executable

da11183aed1e867db72496f5df4b23d537b81d3c authored over 10 years ago by David Charboneau <[email protected]>
Add developer notes and refactor assembly resolution

This adds a single page to the documentation which explains how
the different parts of the proje...

910369398da13429de443ef3d52b07921d91a95d authored over 10 years ago by Tomas Petricek <[email protected]>
Separate R runtime from the server executable

We discussed this with @hmansell and this is probably the most reasonable setup.
The original co...

952eeba6712e302ef3024c49880d0a54d995f361 authored over 10 years ago by Tomas Petricek <[email protected]>
Merge RProvider.Server into RProvider.Runtime

We don't want to have too many assemblies. My original intent had been
to merge RProvider.Runtim...

2129b31068ba63bcfd7cd628d62f7e7915d3e30f authored over 10 years ago by David Charboneau <[email protected]>
Fix for running as a NuGet package

RProvider assembly isn't loaded when the DesignTime assembly is loaded
since it has no real depe...

f96f34d976f33aea8adf73970738a6c43f005832 authored over 10 years ago by David Charboneau <[email protected]>
Update year

8696012dec0955b5ea42d58012f5afd524e3075e authored over 10 years ago by Tomas Petricek <[email protected]>
Remove comments from build script

754b3019b7de5701a9431fe3b6664d484f9c2ac0 authored over 10 years ago by David Charboneau <[email protected]>
Split type provider into run-time and design-time

There is now a design-time assembly for RProvider.

1d92e8a7f5b374dad97d12fdc94f4b112bbdd29e authored over 10 years ago by David Charboneau <[email protected]>
Get RProvider to compile against R.NET 1.5.11 and Rdn.Fs 0.1.4

da05cb98502096f81baa12ac8988514ca627aff8 authored over 10 years ago by J-M <[email protected]>
Revert assembly resolution change

This change was only necessary if we were treating exe files as
libraries.

229bfb92b3fbffedbe0bb6b160bcaad671dcb863 authored over 10 years ago by David Charboneau <[email protected]>
Remove thread locking from RInterop

Thread safety should be the caller's responsibility. The type provider
is thread-safe as it call...

bb8eeb9469b8f228562059162b112e513d82f275 authored over 10 years ago by David Charboneau <[email protected]>
Create a new RProvider.Server project for exe

The RProvider.Server.exe will provide a remote proxy to an R session for
package discovery. This...

28edddd30a7a3eb4222c6a9e9f54853d2ca5c5c8 authored over 10 years ago by David Charboneau <[email protected]>
Intermediary commit, getting the nuget dependencies on track

Merge remote-tracking branch 'bmc_master/master' into rdotnet_1.5.11

Conflicts:
tests/Test.RPro...

e7dcf7c8bfad5e699bdb5ad9f6bfb41f31ab59e3 authored over 10 years ago by J-M <[email protected]>
Commit before (re?)merging BMC master.

30556c025723566130a5d106fb8e674ed51c4ab4 authored over 10 years ago by J-M <[email protected]>
Commit before (re?)merging BMC master.

78f220b5adf0d9a8000710a8c7affbef127aa37b authored over 10 years ago by J-M <[email protected]>
Merge latest BMC repo master, and create a branch to work on

fc7e7e08409cc6ddacef3edead1686ad122a7f8a authored over 10 years ago by J-M <[email protected]>
Perform R package discovery in a separate process

Add a client and server wrapper around RInterop for package discovery to
prevent VisualStudio fr...

3b3e2ca4238b393d33ff693b82206ff6e07db4ff authored over 10 years ago by David Charboneau <[email protected]>
Merge pull request #81 from tpetricek/master

Resolve RDotNet and plugin assemblies when installed via NuGet.
Incorporates concurrency fixes

0fa1c297c5c2c5512acef800cb2f6d7239ad2747 authored over 10 years ago by Howard Mansell <[email protected]>
Resolve RDotNet and plugin assemblies when installed via NuGet

When RProvider is installed via NuGet, the RDotNet library will be located
in "../../RDotNet-1.5...

57ce49d1ab3c43103baa55386f5c0fa357687c71 authored over 10 years ago by Tomas Petricek <[email protected]>
Concurrency fixes

Protect all access to RDotNet through RInterop using a lock on
RInit.engine. IDE stability issue...

b5e44fd1aad1f16ad1a902ab94bd5dc48ad2ea77 authored over 10 years ago by David Charboneau <[email protected]>
Add mono build script (#70) with Travis CI and add config file

This add limited support for Travis CI. At the moment, we only build
the R Provider and do not r...

9aff8cc9382a79c55d5ceab608b685d4b4f18c00 authored over 10 years ago by Tomas Petricek <[email protected]>
Commit updates done to investigate https://rdotnet.codeplex.com/workitem/89 (resolved as not an issue)

fb14af887ebb0f5fb50730056b3f4983afd7396e authored almost 11 years ago by J-M <[email protected]>
Merge pull request #66 from sergey-tihon/master

Documentation updated for issue #65

d6bfab2a272fa403ba590e93a9055c8162e4db0a authored almost 11 years ago by Howard Mansell <[email protected]>
Documentation updated for issue #65

783174263c69280381eeece4d648762e8ecdb8e5 authored almost 11 years ago by Sergey Tihon <[email protected]>
Make snippet colorized

b09aa304c52c46e3ef133ae0d339aa1dc95af935 authored about 11 years ago by Tomas Petricek <[email protected]>
Merge pull request #62 from renkun-ken/patch-1

Adding new subsection "Creating and passing an R function"

c2dda1ad4dcc1e64495da713a09bc1a2b85e23de authored about 11 years ago by Howard Mansell <[email protected]>
Added new subsection "Creating and passing an R function"

1c8edb15ed982ed22d20312f8d0b6defa3d05aad authored about 11 years ago by Ken <[email protected]>
Merge pull request #61 from forki/patch-1

Fixed typo

b5c251e36dadf76d82e065821ad2bbd7ba06f486 authored about 11 years ago by Howard Mansell <[email protected]>
Fixed typo

Thanks for mentioning me and FAKE.

574eafc77e791ce3cc82202d5443eab967a794a9 authored about 11 years ago by Steffen Forkmann <[email protected]>
Increment version, add one more directory to load script

67527450bb2196a33cc467777a8a0213c662a738 authored about 11 years ago by tpetricek <[email protected]>
Refactor unix/mac detection to be more readable

a63f1911b1761b007a0414e3dd37227612d7ce51 authored about 11 years ago by tpetricek <[email protected]>
Merge pull request #57 from jpalmer/master

Code to make the type provider work in Linux

307965d106f3fb1c5bb1f6921550a6ba5541bd66 authored about 11 years ago by Tomas Petricek <[email protected]>
Update release notes

46a6e82caac5f56d46e82d8eb4ff91bb0d450a3b authored about 11 years ago by Tomas Petricek <[email protected]>
Merge pull request #56 from sergey-tihon/master

Fixed issue #55 - Build script was updated

c11d8c7d1c003e30207e52b966d833175fad96ef authored about 11 years ago by Tomas Petricek <[email protected]>
Update RInit.fs

Accidentally left in some debug code

ab67c8878909253e63fd86a2a926a796fdec122a authored about 11 years ago by John Palmer <[email protected]>
Add some support for linux

Most of the effort has gone into differences with paths.

What works:

export R_HOME=/li...

bba325742f86a64dcbaf41fe5154f328d101843f authored about 11 years ago by john pamer <[email protected]>
Fixed issue #55 - Build script was updated

4ec0cf9109f25c8b380b57fed9182b15edd1bac2 authored about 11 years ago by Sergey Tihon <[email protected]>
Merge pull request #54 from tpetricek/master

Refactor initialization, handle not-installed R, update documentation

30b65bac2f7c98174240a1ed7e0f188f9b0e5e1a authored about 11 years ago by Tomas Petricek <[email protected]>
Handle missing R installation better (merge changes)

0bddff379ae38124749bc29dec818075b328a76e authored about 11 years ago by Tomas Petricek <[email protected]>
Add load script, refactor initialization, do not infer types at runtime

7d0ca1d204a2fb80821e9b974e9fe305ee6b43a3 authored about 11 years ago by Tomas Petricek <[email protected]>
Add missing files, add logging

22b9b1ad10ae88bec45ddfe455fa3bebaf1ececf authored about 11 years ago by Tomas Petricek <[email protected]>
Update to new version of F# formatting tools

b45d01caee0b767ee9fb187c111a397f1ff21996 authored about 11 years ago by Tomas Petricek <[email protected]>
Don't throw an exception when R not installed (fixes #48)

c37d6654e25be60801353f0129219def2af03a25 authored about 11 years ago by Gustavo Guerra <[email protected]>
Merge pull request #46 from mathias-brandewinder/patch-1

Updated video link in Index.md

9a4340230d229a9080081c34a02b6bcf1fb2e95f authored about 11 years ago by Tomas Petricek <[email protected]>
Updated video link in Index.md

5d58a106b22a12402230943b8cbb26ef3cf7d90c authored about 11 years ago by Mathias Brandewinder <[email protected]>
One last rename (generate.fsx to build docs)

d98eaa79139d775855bde30227d94b43d64fa984 authored about 11 years ago by tpetricek <[email protected]>
Finish moving things around

(We apologize for any inconvenience caused!)

5bf925e6504a063cdf63f066a35cbe64bf357e0b authored about 11 years ago by tpetricek <[email protected]>
Update directory structure

This now follows the structure used & documented at: https://github.com/pblasucci/fsharp-project...

4d276586e5d9a83fedf94cd75440ce501f97ab57 authored about 11 years ago by tpetricek <[email protected]>
Merge pull request #33 from tpetricek/master

Documentation update and tools

a45c6bd65cf9ef2bd22efd2c984ab0f2dfe25193 authored about 11 years ago by Tomas Petricek <[email protected]>
FIx license link

91dfafeea38ec13fd7b4a757b01853858eefaf79 authored about 11 years ago by tpetricek <[email protected]>
Move logo back up

91bbe49fb30865a65e314e7984cfca84cffcae9b authored about 11 years ago by tpetricek <[email protected]>
Recover passing data and swithc to FSX

1580c37ab69f5e0aeeb4fce8fd460af4e1068824 authored about 11 years ago by tpetricek <[email protected]>
Recover missing files

cbe2fca7750ee9995e2728cb6f277c7da6445c13 authored about 11 years ago by tpetricek <[email protected]>
Recover nuget stuff

92c5fd1610f8f20735b3297935d4d0b01a357fb3 authored about 11 years ago by tpetricek <[email protected]>
Finish reorg, tweak documentation and building

0c1d8fa5382e4108e50b78b2872e24a34979fb9e authored about 11 years ago by tpetricek <[email protected]>
More reorganization

06b4b3608407b32ab36155fc9cc993d9f65decee authored about 11 years ago by tpetricek <[email protected]>
Finish reorganization, update build scripts

5e9e7da4e0f56942b9c173d1d9b18d8f06dc45d8 authored about 11 years ago by tpetricek <[email protected]>
Move files to src and tests folders

9f8e6188129b0e1a6cf34cc557acd926474364d5 authored about 11 years ago by tpetricek <[email protected]>
Normalize upper case (2)

4ffd5c3a29865b83759184659b1c744d10ceeafe authored about 11 years ago by tpetricek <[email protected]>
Normalize upper case (1)

1bf72b4db63b14128b7ec8a4f07955c48435508b authored about 11 years ago by tpetricek <[email protected]>
Merge remote-tracking branch 'tp/master'

e444320e7e4486370fff864a66ecc14f73dac19d authored about 11 years ago by tpetricek <[email protected]>
Merge pull request #2 from mathias-brandewinder/master

Proposed new Index page

cafc155af528e6dd05f454588e76a0658daf7a2c authored about 11 years ago by Tomas Petricek <[email protected]>
Merge remote-tracking branch 'tp/master'

b375c4bba7703339df9c803df177b43239b61e70 authored about 11 years ago by tpetricek <[email protected]>
Proposed new Index page

Reorganized index page, with a temporary video to illustrate the R Type
Provider in action.

4d1d1ffb2a1b151958d39945ab841d6bf913187b authored about 11 years ago by Mathias Brandewinder <[email protected]>
Merge pull request #1 from mathias-brandewinder/master

Charts quick-start

250afa82830a36d047526aca9ba7bba7c2d82624 authored about 11 years ago by Tomas Petricek <[email protected]>
Reorganize right menu

Extracted data in/our from how-to.
Created "passing data".
Reorganized right-hand side in template.

6f90ec88563ab8bc9430aa408ad3f64a7d1ad51d authored about 11 years ago by Mathias Brandewinder <[email protected]>
Link to bug/feature request

00440d30d948e58353c809b3d30a479b2f4cae68 authored about 11 years ago by Mathias Brandewinder <[email protected]>
Added linear regression quick start.

e0bead4df8df8ff9e88acab3e9713257c4eb56d4 authored about 11 years ago by Mathias Brandewinder <[email protected]>
Charts quick-start

Documentation: added simple charts sample.

115c5454b8abd8161efa22129770df1a65823e32 authored about 11 years ago by Mathias Brandewinder <[email protected]>
Merge pull request #43 from BlueMountainCapital/xchen.RInstallPath

Always use R as the subkey name

f45b66bce2c49da932328a1b196486b05182d72b authored about 11 years ago by Howard Mansell <[email protected]>
Making locateRfromRegistry a function again to avoid registry lookup overhead and some renaming

b1b44f20b18ca44b533b20cea70bcf8d0652f281 authored about 11 years ago by Xi Chen <[email protected]>
Don't need 64bit, and more cleanup

cb0daf426abb72fd45afa2aa7fca26454b1b4b8f authored about 11 years ago by Xi Chen <[email protected]>
Always use R as the subkey name

baef49a7ff0c4efd8a28024b9004fc2b387fcf87 authored about 11 years ago by Xi Chen <[email protected]>
Incremented version number to release snazzy new logo

17000fbbe2e8a662891a6c41cddd84d9d8cb2a27 authored about 11 years ago by hmansell <[email protected]>
Merge pull request #40 from tpetricek/logo

Logo for the RProvider NuGet package

1b6aaa6418d7787965077e48a09aef045581d00f authored about 11 years ago by Tomas Petricek <[email protected]>
Adding package logo

cbe17c040f0923c2269166a834a16209c0b7d5d8 authored about 11 years ago by Tomas Petricek <[email protected]>
Add logo link to NuGet package

91cb6c97ed6007fd60efd59955ff0763d0672a0e authored about 11 years ago by Tomas Petricek <[email protected]>
Add logo link to NuGet package

37bef34dc1bce0687bfc09639d94c972592a4a32 authored about 11 years ago by Tomas Petricek <[email protected]>
Merge branch 'master' of github.com:BlueMountainCapital/FSharpRProvider

f713c1ee4c6c7dfdcf1965a3ba76c8a46315a8d1 authored about 11 years ago by Tomas Petricek <[email protected]>
Adding package logo

be6699b6e4d606f1cd4bf788a52f02c24e36d6b5 authored about 11 years ago by Tomas Petricek <[email protected]>
Merge pull request #39 from sergey-tihon/master

Added code highlighting on the start page

c4dad8f74104e1ca6081421c491bc27ea4d0f6c1 authored about 11 years ago by Howard Mansell <[email protected]>
Added code highlighting on the start page

d888de4f9537add68c5431d863215bfff15afa93 authored about 11 years ago by Sergey Tihon <[email protected]>
Try different approach for init script

cdf9a4c174aa6a76e8d6aacc3c46afe94ae9b868 authored about 11 years ago by tpetricek <[email protected]>
RProvider v1.0.2:

- New R.NET v1.5.4
- New RDotNet.FSharp v 0.1.2
- Updated init.ps1 script

3a5c9942e84aae43ea5fbb3b432aedca04608c21 authored over 11 years ago by Sergey Tihon <[email protected]>
Make non-beta

a2c641e225ddb2826b6418aebd16e4e6188fe5f8 authored over 11 years ago by hmansell <[email protected]>
Fix initialization - I broke it by moving the locateRfromRegistry function

509b170e0775289845688428a2d580aaf9d09b6b authored over 11 years ago by hmansell <[email protected]>
Add depedency on RDotNet.FSharp, and remove the active patterns that this package contains

6d187cd619ab615f4452ef8cd214cc901fa8db91 authored over 11 years ago by hmansell <[email protected]>
Merge pull request #36 from sergey-tihon/master

Added script that copy R.NET binaries to RProvider folder after NuGet package install

28f11a077d1cc5f2eef394fa32e96d5239185a9b authored over 11 years ago by Howard Mansell <[email protected]>
Fixed bugs in init.ps1

263cf828c7a4ee8a99b4befdce80b0440c250655 authored over 11 years ago by Sergey Tihon <[email protected]>
Added script that copy R.NET binaries to RProvider folder after NuGet package install

41142c8d93d35d8d5850d34825552793191aa442 authored over 11 years ago by Sergey Tihon <[email protected]>
Merge pull request #35 from sergey-tihon/master

RProvider was switched to R.NET 1.5.4 from NuGet

ec1b221e5a76ad0221ea8bc728a61b706af858cd authored over 11 years ago by Howard Mansell <[email protected]>
RProvider was switched to R.NET 1.5.4 from NuGet

6cfb2b8a48f803509ab33eb6b4b99efa92c79729 authored over 11 years ago by Sergey Tihon <[email protected]>
Remove slash from URLs

c72cefc3d21bf788cf635324ef84c70d6f510a72 authored over 11 years ago by Tomas Petricek <[email protected]>
Update documentaion - fix logo position

0af0bcc449b591572876736ed6664979ee5044c4 authored over 11 years ago by Tomas Petricek <[email protected]>
Update build script - TODO - change URL

00ef35c46f6ac7c75a3a43b049a66881dff3792f authored over 11 years ago by Tomas Petricek <[email protected]>
Adding documentation tools and docs from GitHub

0222b0f588e20c9882d792669246da453495fcda authored over 11 years ago by Tomas Petricek <[email protected]>