forked from Novartis/hdf5r
-
Notifications
You must be signed in to change notification settings - Fork 23
/
DESCRIPTION
64 lines (64 loc) · 1.83 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Package: hdf5r
Type: Package
Title: Interface to the 'HDF5' Binary Data Format
Version: 1.3.11
Authors@R: c(
person("Holger", "Hoefling", email = "[email protected]", role = c("aut", "cre")),
person("Mario", "Annau", email = "[email protected]", role = "aut"),
person("Novartis Institute for BioMedical Research (NIBR)", role = "cph")
)
Description: 'HDF5' is a data model, library and file format for storing
and managing large amounts of data. This package provides a nearly
feature complete, object oriented wrapper for the 'HDF5' API
<https://support.hdfgroup.org/HDF5/doc/RM/RM_H5Front.html> using R6 classes.
Additionally, functionality is added so that 'HDF5' objects behave very
similar to their corresponding R counterparts.
URL: https://hhoeflin.github.io/hdf5r/, https://github.com/hhoeflin/hdf5r/
BugReports: https://github.com/hhoeflin/hdf5r/issues
License: Apache License 2.0 | file LICENSE
Copyright: For the hdf5r package: Novartis Institute for BioMedical Research
Inc. For HDF5: see the HDF5_COPYRIGHTS file.
LazyLoad: true
Depends:
R (>= 3.2.2),
methods
Imports:
R6,
bit64,
utils
Suggests:
testthat,
knitr,
rmarkdown,
nycflights13,
reshape2,
formatR,
SystemRequirements: HDF5 (>= 1.8.13)
VignetteBuilder: knitr
NeedsCompilation: yes
RoxygenNote: 6.1.1.9000
Collate:
'Common_functions.R'
'Compound.R'
'H5constants.R'
'Helper_functions.R'
'Misc.R'
'R6Classes.R'
'R6Classes_H5A.R'
'R6Classes_H5D.R'
'R6Classes_H5File.R'
'R6Classes_H5Group.R'
'R6Classes_H5P.R'
'R6Classes_H5R.R'
'R6Classes_H5S.R'
'R6Classes_H5T.R'
'adapt_during_onLoad.R'
'convert.R'
'factor_ext.R'
'globalVariables.R'
'h5errorHandling.R'
'h5wrapper.R'
'hdf5r.R'
'high_level_UI.R'
'open_objs.R'
'zzz.R'