mhtess / rwebppl

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

use parseable args & unique tmp files #54

Closed hawkrobe closed 7 years ago

hawkrobe commented 7 years ago

Closes #43 and #44.

The only change I wasn't sure about was removing the add_packages <- packages assignment: this seemed redundant to me, since R is a pass-by-value language and packages is never used again.