-
Notifications
You must be signed in to change notification settings - Fork 22
/
DESCRIPTION
49 lines (49 loc) · 1.33 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
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: h5
Type: Package
Title: Interface to the 'HDF5' Library
Version: 0.9.9
Date: 2017-08-27
Authors@R: c(person("Mario", "Annau", role = c("aut", "cre"),
email = "mario.annau@gmail.com"))
Copyright: See COPYRIGHTS file.
Description: S4 Interface to the 'HDF5' library supporting fast storage and
retrieval of R-objects like vectors, matrices and arrays to binary files in
a language independent format. The 'HDF5' format can therefore be used as
an alternative to R's save/load mechanism. Since h5 is able to access only
subsets of stored data it can also handle data sets which do not fit into
memory.
License: BSD_2_clause + file LICENSE
BugReports: https://github.com/mannau/h5/issues
URL: https://github.com/mannau/h5
SystemRequirements: libhdf5 (>= 1.8.12) with C++ interface
(--enable-cxx=yes) and v18 API enabled
Depends:
R (>= 3.2)
Imports:
Rcpp (>= 0.11.5),
methods
LinkingTo: Rcpp
Suggests:
testthat,
roxygen2,
zoo,
microbenchmark,
knitr,
rmarkdown
VignetteBuilder: knitr
Collate:
'H5Location-Attribute.R'
'Attribute.R'
'CommonFG.R'
'CommonFG-DataSet.R'
'CommonFG-Group.R'
'DataSet.R'
'DataSpace.R'
'Dataset-Extend.R'
'Dataset-Subset.R'
'H5File.R'
'H5Group.R'
'Helpers.R'
'RcppExports.R'
'h5-package.R'
RoxygenNote: 6.0.1