rdotnet / rClr

R package for accessing .NET
63 stars 28 forks source link

CRAN? #26

Open gaborcsardi opened 7 years ago

gaborcsardi commented 7 years ago

I need to access a bunch of Windows APIs, and this is difficult from C++, because MinGW does not support them. This package seems to be a nice way to access them via C#.

Any chances to submit it to CRAN?

The build system would need to be changed, as the CRAN machines do not have VS AFAIK. However, it is OK to download pre-built binaries at install time, when windows binary packages are built.

E.g. the curl package does this: https://github.com/jeroenooms/curl/blob/7fd8d483e5a9d9fd4716d123a855cbb2e0c17b05/tools/winlibs.R

jmp75 commented 7 years ago

Hi,

Thank you for the suggestion about getting binaries at install time - much appreciated. I thought this would go against CRAN's in principle if not by the letter but maybe I should reconsider. Due to work requirements I have done little with .NET for a couple of years - I'll try to pick it up a bit over the next few months.