-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
47 lines (47 loc) · 1.63 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
Package: tidync
Title: A Tidy Approach to 'NetCDF' Data Exploration and Extraction
Version: 0.4.0
Authors@R: c(person("Michael", "Sumner", email = "[email protected]", role = c("aut", "cre")),
person("Simon", "Wotherspoon", role = "ctb"),
person("Tomas", "Remenyi", role = "ctb"),
person("Ben", "Raymond", role = "ctb"),
person("Jakub", "Nowosad", role = "ctb"),
person("Tim", "Lucas", role = "ctb"),
person("Hadley", "Wickham", role = "ctb"),
person("Adrian", "Odenweller", role = "ctb"),
person("Patrick", "Van Laake", role = "ctb"),
person("Fabian", "Bernhard", role = "ctb"))
Description: Tidy tools for 'NetCDF' data sources. Explore the contents of a
'NetCDF' source (file or URL) presented as variables organized by grid with a
database-like interface. The hyper_filter() interactive function translates the
filter value or index expressions to array-slicing form. No data is read until
explicitly requested, as a data frame or list of arrays via hyper_tibble() or
hyper_array().
Depends: R (>= 3.5.0)
License: GPL-3
Encoding: UTF-8
ByteCompile: true
Imports:
dplyr (>= 0.7.0),
forcats,
magrittr,
ncdf4,
ncmeta (>= 0.3.6),
purrr,
RNetCDF (>= 1.9-1),
rlang,
tibble,
tidyr,
CFtime (>= 1.4.0)
RoxygenNote: 7.3.2
Suggests: ggplot2,
knitr,
rmarkdown,
testthat,
covr,
cubelyr
SystemRequirements: netcdf udunits-2
Roxygen: list(markdown = TRUE)
URL: https://docs.ropensci.org/tidync/
BugReports: https://github.com/ropensci/tidync/issues
VignetteBuilder: knitr