Skip to content

formr 1.1.1

Choose a tag to compare

@rubenarslan rubenarslan released this 09 Jun 19:56
· 7 commits to master since this release
359d5f7

Bug fix

  • formr_api_results() (via formr_api_recognise()) no longer corrupts calculate items. They are now always returned as strings: a calculate item can legitimately hold non-numeric text — e.g. a CSV blob read from a file that merely starts with a number, like "6136,63,50,woman,man" — which the old code force-coerced with as.numeric(), silently turning every row into NA. number/range items remain numeric but are now coerced only when lossless. (#45, #46)