Package: qs Type: Package Title: Quick Serialization of R Objects Version: 0.27.3 Date: 2025-3-6 Authors@R: c( person("Travers", "Ching", email = "traversc@gmail.com", role = c("aut", "cre", "cph")), person("Yann", "Collet", role = c("ctb", "cph"), comment = "Yann Collet is the author of the bundled zstd, lz4 and xxHash code"), person("Facebook, Inc.", role = "cph", comment = "Facebook is the copyright holder of the bundled zstd code"), person("Reichardt", "Tino", role = c("ctb", "cph"), comment = "Contributor/copyright holder of zstd bundled code"), person("Skibinski", "Przemyslaw", role = c("ctb", "cph"), comment = "Contributor/copyright holder of zstd bundled code"), person("Mori", "Yuta", role = c("ctb", "cph"), comment = "Contributor/copyright holder of zstd bundled code"), person("Romain", "Francois", role = c("ctb", "cph"), comment = "Derived example/tutorials for ALTREP structures"), person("Francesc", "Alted", role = c("ctb", "cph"), comment = "Shuffling routines derived from Blosc library"), person("Bryce", "Chamberlain", email = "superchordate@gmail.com", role = c("ctb"), comment = "qsavem and qload functions"), person("Salim", "Brüggemann", email = "salim-b@pm.me", role = c("ctb"), comment = "Contributing to documentation (ORCID:0000-0002-5329-5987)")) Maintainer: Travers Ching Description: Provides functions for quickly writing and reading any R object to and from disk. License: GPL-3 LazyData: true Biarch: true Depends: R (>= 3.0.2) Imports: Rcpp, RApiSerialize (>= 0.1.4), stringfish (>= 0.15.1) LinkingTo: Rcpp, RApiSerialize, stringfish, BH Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Suggests: knitr, rmarkdown, testthat, dplyr, data.table VignetteBuilder: knitr Copyright: This package includes code from the 'zstd' library owned by Facebook, Inc. and created by Yann Collet; the 'lz4' library created and owned by Yann Collet; xxHash library created and owned by Yann Collet; and code derived from the 'Blosc' library created and owned by Francesc Alted. URL: https://github.com/qsbase/qs BugReports: https://github.com/qsbase/qs/issues Config/pak/sysreqs: make Repository: https://fastverse.r-universe.dev Date/Publication: 2025-11-07 01:21:42 UTC RemoteUrl: https://github.com/traversc/qs RemoteRef: HEAD RemoteSha: eca241e1bc5f65fcec28b516ed3e4e9ccb05487f NeedsCompilation: yes Packaged: 2026-04-13 21:08:59 UTC; root Author: Travers Ching [aut, cre, cph], Yann Collet [ctb, cph] (Yann Collet is the author of the bundled zstd, lz4 and xxHash code), Facebook, Inc. [cph] (Facebook is the copyright holder of the bundled zstd code), Reichardt Tino [ctb, cph] (Contributor/copyright holder of zstd bundled code), Skibinski Przemyslaw [ctb, cph] (Contributor/copyright holder of zstd bundled code), Mori Yuta [ctb, cph] (Contributor/copyright holder of zstd bundled code), Romain Francois [ctb, cph] (Derived example/tutorials for ALTREP structures), Francesc Alted [ctb, cph] (Shuffling routines derived from Blosc library), Bryce Chamberlain [ctb] (qsavem and qload functions), Salim Brüggemann [ctb] (Contributing to documentation (ORCID:0000-0002-5329-5987))