-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
29 lines (29 loc) · 914 Bytes
/
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
Package: rhdf5filters
Type: Package
Title: HDF5 Compression Filters
Version: 1.19.1
Authors@R: c(person("Mike", "Smith",
role=c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7800-3848"))
)
Description: Provides a collection of additional compression filters for HDF5
datasets. The package is intended to provide seemless integration with
rhdf5, however the compiled filters can also be used with external
applications.
License: BSD_2_clause + file LICENSE
LazyLoad: true
VignetteBuilder: knitr
Suggests:
BiocStyle,
knitr,
rmarkdown,
tinytest,
rhdf5 (>= 2.47.7)
SystemRequirements: GNU make
URL: https://github.com/grimbough/rhdf5filters
BugReports: https://github.com/grimbough/rhdf5filters
LinkingTo: Rhdf5lib
RoxygenNote: 7.3.2
Encoding: UTF-8
biocViews: Infrastructure, DataImport