qs icon indicating copy to clipboard operation
qs copied to clipboard

Quick serialization of R objects

Results 19 qs issues
Sort by recently updated
recently updated
newest added

Hi ! is it possible in a future version to do in default `nthreads = parallel::detectCores()` thanks

Hi ! how can I reproduce the save.image() with qsave ? thanks in advance

Hi ! Do you have some news for Apple Silicon native support ? thanks

I use qs functions to read in many files in loop/apply/map_df. It would be beneficial if warnings (like the [checksum checks](https://github.com/traversc/qs/blob/cd68e2acb4f0f7960e02f781bd66d56b560e722f/src/qs_common.h#L866)) also reported the file where the breakage happened, even...

``` R version 4.2.3 (2023-03-15) -- "Shortstop Beagle" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: powerpc-apple-darwin10.8.0 (32-bit) R is free software and comes with ABSOLUTELY NO WARRANTY....

Is the `qs` format susceptible to the same type of deserialization attack underlying the recent RDS CVE? References: - https://support.posit.co/hc/en-us/articles/23170092899607-CVE-2024-27322-R-bitrary-Code-Execution - https://www.kb.cert.org/vuls/id/238194 - https://hiddenlayer.com/research/r-bitrary-code-execution/

I have come across an error involving `cowplot::plot_grid()` and `qs::qsave()`. I use `targets` with option `format = "qs"` and after recent updates some of my pipelines started to experience crashes....

After https://github.com/traversc/qs/issues/88 we have this broken again for systems where `libatomic` has to be linked. Configure check does not work correctly. ``` ---> Extracting qs_0.26.3.tar.gz Executing: cd "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_R_R-qs/R-qs/work" && /usr/bin/gzip...

I plan to deprecate the `qs` package in the future. There is a replacement available, `qs2`, on CRAN and GitHub ([1](https://github.com/qsbase/qs2)). There are two reasons: - New CRAN enforcement regarding...

Announcement