mhtess / rwebppl

RWebPPL, an R interface to Webppl http://webppl.org
22 stars 7 forks source link

Now Windows-compatible #61

Open lopez-brau opened 6 years ago

lopez-brau commented 6 years ago

The only feature that is currently still not supported is installing via GitHub since Windows doesn't natively support git.

lopez-brau commented 6 years ago

Previously, install-dev-webppl.sh didn't have a Windows equivalent because it installed WebPPL via git. I made a Windows-equivalent (install-dev-webppl.ps1 within inst/powershell) that installs WebPPL via npm. Windows users should now be able to install RWebPPL using the same command as Linux and Mac users.

lopez-brau commented 12 months ago

Verified that this fix also works for Windows 11. Updated README to reflect that RWebPPL is operational on Windows, and included git as an additional system requirement for Windows users.