uptake / updraft

R package for building flexible workflows
Other
13 stars 12 forks source link

Windows Support Testing #9

Open cwschultz88 opened 6 years ago

cwschultz88 commented 6 years ago

Want to get this onto public CRAN. One of the big questions is if UpDraft will work in a Windows environment. The package was built with the idea of parallelizing through fork (through the futures package) which is not supported with Windows. So, need to check if all the current functionality of UpDraft is maintained with multisession. If all the unit tests pass in a Windows environment, then this is already done. Otherwise, just documenting what breaks is a good first start.

cwschultz88 commented 6 years ago

This might not actually be needed -- public CRAN requires cross platform support for at least 2 major operating systems and know UpDraft works for both OS X and Linux already. Regardless, worth trying to support Windows.

jameslamb commented 5 years ago

Hey Travis supports Windows now! https://blog.travis-ci.com/2018-10-11-windows-early-release