IKNL/vantage6-algorithms

GLM | Serialization of some objects to JSON fails

frankcorneliusmartin opened this issue · 0 comments

For example serialization of a formula does not work in:
jsonlite::tojson(d~x+y)

Possible interesting as a solution:
jsonlite::serializeJSON(d~x+y)