-
Notifications
You must be signed in to change notification settings - Fork 22
/
DESCRIPTION
36 lines (36 loc) · 1.42 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
34
35
36
Package: rhdf5
Type: Package
Title: R Interface to HDF5
Version: 2.51.1
Authors@R: c(person("Bernd", "Fischer", role = c("aut")),
person("Mike", "Smith",
role=c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7800-3848")
),
person("Gregoire", "Pau", role="aut"),
person("Martin", "Morgan", role = "ctb"),
person("Daniel", "van Twisk", role = "ctb"))
Description: This package provides an interface between HDF5 and R.
HDF5's main features are the ability to store and access very large and/or
complex datasets and a wide variety of metadata on mass storage (disk)
through a completely portable file format. The rhdf5 package is thus suited
for the exchange of large and/or complex datasets between R and other
software package, and for letting R applications work on datasets that are
larger than the available RAM.
License: Artistic-2.0
URL: https://github.com/grimbough/rhdf5
BugReports: https://github.com/grimbough/rhdf5/issues
LazyLoad: true
VignetteBuilder: knitr
Imports: Rhdf5lib (>= 1.13.4),
rhdf5filters (>= 1.15.5)
Depends: R (>= 4.0.0), methods
Suggests: bit64, BiocStyle, knitr, rmarkdown, testthat,
bench, dplyr, ggplot2, mockery, BiocParallel
LinkingTo: Rhdf5lib
SystemRequirements: GNU make
biocViews: Infrastructure, DataImport
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2