mhtess / rwebppl

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

toJSON rounds by default to 4 decimal places #57

Closed mhtess closed 7 years ago

mhtess commented 7 years ago

this is bad for when we export data; e.g.,

jsonlite::toJSON(0.00005)

returns [0]

usage should change to toJSON(., digits = NA)