forked from harphub/harpIO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 926 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: harpIO
Title: IO functions for HARP
Version: 0.0.0.9116
Authors@R: as.person(c(
"Andrew Singleton <[email protected]> [aut, cre]",
"Alex Deckmyn <[email protected]> [aut]"
))
Description: Functions for reading and writing data in the HARP ecosystem.
Readable formats include grib, netCDF, FA, vfld, vobs, SQLite FCTABLE files and
writeable formats are SQLite FCTABLE files.
Depends:
R (>= 3.3.1)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports:
DBI (>= 0.5),
dplyr,
glue,
lubridate,
magrittr,
purrr,
readr,
rlang,
RSQLite,
stringr,
tibble,
tidyr,
tools,
utils,
dbplyr,
stats,
cli
Suggests:
ncdf4,
miIO,
meteogrid (>= 3.7.5),
Rgrib2 (>= 1.3.1),
Rfa (>= 4.3.1),
h5
URL: https://github.com/andrew-MET/harpIO
BugReports: https://github.com/andrew-MET/harpIO/issues