senseyeio / roger

Golang RServe client. Use R from Go
MIT License
272 stars 34 forks source link

Unsupported expression type: 23 (XT_LANG_TAG) #30

Closed bfallik closed 8 years ago

bfallik commented 8 years ago

roger seems unable to handle this type. If I try:

  rClient.EvaluateSync("try(source('does not exist'))")

Based on this header it seems like the missing sexp type is XT_LANG_TAG.

bfallik commented 8 years ago

Wow, fortunately timing - it looks like this might be addressed in https://github.com/senseyeio/roger/pull/27.

dareid commented 8 years ago

27 has now been merged. Hopefully this closes this issue. Feel free to reopen if you have issues still.