-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.29 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
Package: h5
Type: Package
Title: Interface to the 'HDF5' Library
Version: 0.9.5
Date: 2016-03-05
Authors@R: c(person("Mario", "Annau", role = c("aut", "cre"),
email = "[email protected]"))
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: http://h5.predictingdaemon.com https://github.com/mannau/h5
SystemRequirements: libhdf5 (>= 1.8.x) 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,
RCurl,
highlight
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'