Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRAN? #26

Open
gaborcsardi opened this issue Nov 16, 2016 · 1 comment
Open

CRAN? #26

gaborcsardi opened this issue Nov 16, 2016 · 1 comment

Comments

@gaborcsardi
Copy link

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
Copy link
Collaborator

jmp75 commented Jun 13, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants