-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
33 lines (33 loc) · 2.13 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: qs
Type: Package
Title: Quick Serialization of R Objects
Version: 0.27.2
Date: 2024-09-30
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 <traversc@gmail.com>
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