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

> I'm happy to start a new issue because it's only tangentially related. But I was also getting `basic_ios::clear: iostream error`. I was red-lining my memory use so thought it...

This is a wonderful package! qsave() is 24x faster than saveRDS() in my case when saving a large R object (30-60GB). When I was working on Databricks clusters, I was...

In case this is of interest, I have set up a [fastverse r-universe](https://fastverse.r-universe.dev/) that builds binary versions of the GitHub version of your packages qs and stringfish for MAC and...

Hello, FIrst, thanks again for the amazing package. I have a feature request that I hope you'll find useful: I think that would be extremely useful to be able to...

Two changes: 1) There will be a `marhsall` generic that will wrap R7 objects into plain R data. This could benefit from calling `marhsall` internally. 2) R7 uses S4 objects...

I have a somewhat special use case where I need to download R objects from GitHub. Currently the workflow is `readRDS(url("some_github_url"))` which is working because `readRDS` allows a connection for...

I observed that when you write a double-nested list object as a [pin ](https://github.com/rstudio/pins-r) and want to save it as qs (hoping for efficiency gains) instead of rds, it takes...

On `qs` version 0.25.7, the following code causes the save file to grow indefinitely. Not clear from here why. ``` libary(ggplot2) qs::qsave(x = ggplot(), file = 'test.qs') ``` I'm happy...

On an up-to-date Rocky 8 Linux system: ``` > install.packages("qs") Installing package into '/home/alice/R/x86_64-pc-linux-gnu-library/4.3' (as 'lib' is unspecified) trying URL 'https://cloud.r-project.org/src/contrib/qs_0.25.7.tar.gz' Content type 'application/x-gzip' length 2149245 bytes (2.0 MB) ==================================================...

``` * installing *source* package ‘qs’ ... ** using staged installation checking for pkg-config... /opt/local/bin/pkg-config zstd 1.5.4 library detected -- skipping zstd compilation lz4 1.9.4 library detected -- skipping lz4...