mhtess / rwebppl

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

upgrade_webppl(), link_webppl() #35

Closed hawkrobe closed 8 years ago

hawkrobe commented 8 years ago

Closes #29, #31

mhtess commented 8 years ago

This looks very good. Can you explain what link_webppl is doing when it can't find the global install, and what the user behavior should be?

hawkrobe commented 8 years ago

Sure -- it by default looks for common global locations (specified in find_webppl()), and just prints a message if it couldn't find anything at any of these locations. It also allows the user to provide a path to their global install as input to the function.