mhtess / rwebppl

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

Make install process handle dependencies appropriately #4

Closed mhtess closed 8 years ago

mhtess commented 8 years ago

Currently, webppl is installed 2 times in order to get dependencies to talk appropriately..

mikabr commented 8 years ago

Also, the first step of the current webppl installation process runs npm init -y ., and in some instances (maybe depending on the Node.js version?) this ignores the -y flag and runs an interactive wizard, which is problematic.