-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 817 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 817 Bytes
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
Package: fst
Type: Package
Title: Lightning Fast Serialization of Data Frames
Description: Multithreaded serialization of compressed data frames using the 'fst' format. The
'fst' format allows for full random access of stored data and a wide range of compression
settings using the LZ4 and ZSTD compressors.
Version: 0.9.9
Date: 2022-02-08
Authors@R:
person("Mark", "Klik", email = "markklik@gmail.com", role = c("aut", "cre", "cph"))
Depends:
R (>= 3.0.0)
Imports:
fstcore,
Rcpp
LinkingTo:
Rcpp,
fstcore
SystemRequirements: little-endian platform
RoxygenNote: 7.3.2
Suggests:
testthat,
bit64,
data.table,
lintr,
nanotime,
crayon
License: AGPL-3 | file LICENSE
Encoding: UTF-8
URL: http://www.fstpackage.org
BugReports: https://github.com/fstpackage/fst/issues