-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
51 lines (51 loc) · 3.01 KB
/
Copy pathDESCRIPTION
File metadata and controls
51 lines (51 loc) · 3.01 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: hdf5lib
Type: Package
Title: Headers and Static Libraries for 'HDF5'
Version: 2.1.1.1
Authors@R: c(
person(
"Daniel P.", "Smith",
email = "dansmith01@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2479-2044")),
person("Alkek Center for Metagenomics and Microbiome Research", role = c("cph", "fnd")),
person("The HDF Group", role = c("ctb", "cph"), comment = "HDF5 library"),
person("The Board of Trustees of the University of Illinois", role = "cph", comment = "NCSA HDF5"),
person("Jean-loup", "Gailly", role = c("ctb", "cph"), comment = "zlib-ng library"),
person("Mark", "Adler", role = c("ctb", "cph"), comment = "zlib-ng library"),
person("Kiyoshi", "Masui", role = c("ctb", "cph"), comment = "bitshuffle library"),
person("Julian R", "Seward", role = c("ctb", "cph"), comment = "bzip2 library"),
person("Francesc", "Alted", role = c("ctb", "cph"), comment = "blosc and blosc2 libraries"),
person("Blosc Development Team", role = "cph", comment = "blosc and blosc2 libraries"),
person("Zeev", "Tarento", role = c("ctb", "cph"), comment = "csnappy library"),
person("Google Inc.", role = "cph", comment = "csnappy library"),
person("Mathis", "Rosenhauer", role = c("ctb", "cph"), comment = "libaec library"),
person("Moritz", "Hanke", role = "ctb", comment = "libaec library"),
person("Joerg", "Behrens", role = "ctb", comment = "libaec library"),
person("Luis", "Kornblueh", role = "ctb", comment = "libaec library"),
person("Marc Alexander", "Lehmann", role = c("ctb", "cph"), comment = "liblzf library"),
person("Yann", "Collet", role = c("ctb", "cph"), comment = "lz4 and zstd libraries"),
person("Lawrence Livermore National Security, LLC", role = "cph", comment = "zfp library"),
person("Meta Platforms, Inc. and affiliates", role = "cph", comment = "zstd library"),
person("Yuta", "Mori", role = "ctb", comment = "zstd library") )
Description: Provides a self-contained, static build of the 'HDF5'
(Hierarchical Data Format 5) 'C' library (release 2.1.1) for R
package developers. Designed for use in the 'LinkingTo' field,
it enables zero-dependency integration by building the library
entirely from source during installation. Additionally, it compiles
and internally links a comprehensive suite of advanced compression
filters and their 'HDF5' plugins (Zstd, LZ4, Blosc/Blosc2, Snappy,
ZFP, Bzip2, LZF, Bitshuffle, szip, and gzip). These plugins are
integrated out-of-the-box, allowing downstream packages to utilize
high-performance compression directly through the standard 'HDF5'
API while keeping the underlying third-party headers fully
encapsulated. 'HDF5' is developed by The HDF Group
<https://www.hdfgroup.org/>.
URL: https://github.com/cmmr/hdf5lib, https://cmmr.github.io/hdf5lib/
BugReports: https://github.com/cmmr/hdf5lib/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Depends: R (>= 4.2.0)
NeedsCompilation: yes
RoxygenNote: 7.3.3