-
locale(encoding =)now warns, instead of errors, when the encoding cannot be found iniconvlist()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 ofDATAPTR()(#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 callingproblems()(#535).