Yes .qs to .qs2 files are not compatible but one can use rig to install older version of R (e.g., 4.3), then use pak::pak_install("qs") to install {qs}. Then read in the files using qs::qread(), convert to *.rds. At this point, you could leave files as *.rds or convert the *.rds to a *.qs2. I just did this and it was very simple and efficent workaround that might be worth detailing out for people that are stuck in this situation.
Yes
.qsto.qs2files are not compatible but one can use rig to install older version of R (e.g., 4.3), then usepak::pak_install("qs")to install{qs}. Then read in the files usingqs::qread(), convert to*.rds. At this point, you could leave files as*.rdsor convert the*.rdsto a*.qs2. I just did this and it was very simple and efficent workaround that might be worth detailing out for people that are stuck in this situation.