Package: qs
Type: Package
Title: Quick Serialization of R Objects
Version: 0.21.2
Date: 2020-3-10
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 and lz4 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 Alt-Rep structures"),
    person("Francesc", "Alted", role = c("ctb", "cph"), comment = "Shuffling routines derived from Blosc library"))
Maintainer: Travers Ching <traversc@gmail.com>
Description: Provides functions for quickly writing and reading any R object to and from disk.  
License: GPL-3 | file LICENSE
LazyData: true
Biarch: true
SystemRequirements: C++11
Imports: Rcpp, RApiSerialize
LinkingTo: Rcpp, RApiSerialize
RoxygenNote: 6.1.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
Copyright: This package includes code from the 'zstd' library owned by
        Facebook, Inc. and created by Yann Collet; the 'lz4' library
        created by Yann Collet; and code derived from the 'Blosc'
        library created by Francesc Alted.
URL: https://github.com/traversc/qs
BugReports: https://github.com/traversc/qs/issues
NeedsCompilation: yes
Packaged: 2020-03-10 09:41:31 UTC; tching
Author: Travers Ching [aut, cre, cph],
  Yann Collet [ctb, cph] (Yann Collet is the author of the bundled zstd
    and lz4 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 Alt-Rep
    structures),
  Francesc Alted [ctb, cph] (Shuffling routines derived from Blosc
    library)
Repository: CRAN
Date/Publication: 2020-03-10 17:40:02 UTC
Built: R 3.5.3; x86_64-w64-mingw32; 2020-04-22 03:47:18 UTC; windows
Archs: i386, x64
