-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathDESCRIPTION
61 lines (61 loc) · 1.27 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
Package: harpIO
Title: IO functions and data wrangling for harp
Version: 0.2.2
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 framework.
Readable formats include grib, netCDF, FA, vfld, vobs, SQLite FCTABLE files and
writeable formats are SQLite FCTABLE files.
Depends:
harpCore (>= 0.2.2),
R (>= 3.3.1)
License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
DBI (>= 0.5),
dplyr (>= 1.1.0),
glue,
lubridate,
magrittr,
meteogrid (>= 3.8.5),
purrr,
readr,
rlang,
RSQLite,
stringr,
tibble,
tidyr (>= 1.1.0),
tools,
utils,
dbplyr,
stats,
cli,
tidyselect (>= 1.0.0),
lifecycle
Suggests:
ncdf4,
Rgrib2 (>= 1.4.0),
Rfa (>= 4.3.1),
hdf5r,
harpData,
raster,
knitr,
rmarkdown,
maps,
DT,
roxygen2,
harpVis (>= 0.2.2)
Remotes:
harphub/harpData,
harphub/meteogrid,
harphub/Rgrib2,
harphub/harpVis,
harphub/harpCore
URL: https://github.com/harphub/harpIO
BugReports: https://github.com/harphub/harpIO/issues
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)