-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
27 lines (27 loc) · 923 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
Package: hdfqlr
Title: Interface to 'HDFql' API
Version: 0.6-2
Authors@R: person("Michael", "Koohafkan", email = "[email protected]", role = c("aut", "cre"))
Description: Provides an interface to 'HDFql' <https://www.hdfql.com/>
and helper functions for reading data from and writing data to 'HDF5' files. 'HDFql'
provides a high-level language for managing 'HDF5' data that is platform independent.
For more information, see the reference manual
<https://www.hdfql.com/resources/HDFqlReferenceManual.pdf>.
Depends: R (>= 3.4)
Imports:
utils,
methods
Suggests:
bit64 (>= 0.9),
knitr (>= 1.22),
ggplot2 (>= 3.2),
microbenchmark (>= 1.4),
testthat (>= 2.1.0),
rmarkdown (>= 2.8)
SystemRequirements: HDFql (>= 2.1.0)
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
URL: http://hydroecology.net/hdfqlr/