Skip to content

vroom 1.6.7

Latest

Choose a tag to compare

@jennybc jennybc released this 29 Nov 03:05
  • locale(encoding =) now warns, instead of errors, when the encoding cannot be found in iconvlist() return value. This removes an unnecessary blocker on platforms like Alpine Linux where the output doesn't reflect actual capabilities.

  • vroom no longer uses STDVEC_DATAPTR() and takes the recommended approach for phasing out usage of DATAPTR() (#561).

  • problems() works normally for vroom-produced objects, even if readr is attached (#534, #554).

  • problems() are no longer corrupted if the offending data frame is partially materialized, e.g. by viewing a subset, before calling problems() (#535).