traversc / qs

Quick serialization of R objects
397 stars 19 forks source link

Add functions to replicate save, load from base. #36

Closed superchordate closed 4 years ago

superchordate commented 4 years ago

Addresses issue #33 Wrapper to replace base save and load operations.

hadley commented 3 years ago

Is there a reason this added the R 3.5 requirement back in?

traversc commented 3 years ago

Hi @hadley I added 3.5 because I wanted ALT-REP support, and I felt it was too cumbersome to support and test for R < 3.5.

traversc commented 3 years ago

@hadley Do you think there is value in supporting R < 3.5? Would appreciate your insight or advice.

hadley commented 3 years ago

We've committed to supporting R-devel, R-release, and the last four versions for the tidyverse (which I think is good idea since RStudio commercial customers tend to be on older versions of R, and we have the resources to do it). It's harder to say for individuals — the requirement for R 3.5 means that we can't use qs in important tidyverse packages, but the only place where we really need it is multidplyr, and I'm happy for that to require 3.5. That said, if it's relatively easy to keep 3.5 support, we'd definitely appreciate it.