Skip to content

rATTAINS 1.1.0

Latest

Choose a tag to compare

@mps9506 mps9506 released this 14 Dec 20:34

Major change

This release removes the tibblify dependency. Some endpoints may return
slightly different lists or incompletely unnested dataframes. We suggest
using the .unnest = FALSE argument and to tidy the dataframes using
your prefered data rectangling packages (tidyr, data.table, etc.) for the
best consistency across version types.

Internal changes

  • remove tibblify dependency (fixes #39)