ddotta/parquetize

Specify minimal version for haven

ddotta opened this issue · 0 comments

A user has informed me that the read_sas() function in the {haven} package cannot import SAS tables compressed in BINARY mode.

This feature has been implemented in {haven} from version 2.4.0.
See here for the utilitr documentation and here for haven's release note.

So I think we need to specify a minimal version for the {haven} package with:

use_package("haven, min_version = "2.4.0")