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

Support for Windows #2

Open
the-magister opened this issue Jan 20, 2018 · 1 comment
Open

Support for Windows #2

the-magister opened this issue Jan 20, 2018 · 1 comment

Comments

@the-magister
Copy link

Hi there. I've got a complex project doing frequency analysis for a Burning Man project. Eventually, the processing will happen on small microcontrollers. However, I plan to develop the methods in R, first. The sensor data us MQTT, so this library would be critical.

What can I do to help get Windows support?

@hrbrmstr
Copy link
Owner

Well, the biggest issue now is that the officiall MQTT Windows distribution (for cygwin) is incompatible with the Rtools toolchain. i.e. there needs to be a distribution similar to the ones here — https://github.com/rwinlib?utf8=%E2%9C%93&q=&type=&language= — to enable compilation and I really don't have the time to figure out everything necessary to make that work on my Windows VM. If such a set of binaries existed, I could easily customize the anticonf setup to pull them in like some other R packages do. mosquitto also has two dependences — openssl and pthreads — and I know there's an openssl R winlibs distribution but I'm not sure abt pthreads.

Windows makes these "Needs compilation" R packages a big pain when there are external dependencies.

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