Package: tidync
Title: Tidy Approach to 'NetCDF' Data Exploration and Extraction
Version: 0.5.0
Authors@R: c(person("Michael", "Sumner", email = "mdsumner@gmail.com", role = c("aut", "cre", "cph")), 
             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 (>= 4.1.0)
License: GPL-3
Encoding: UTF-8
ByteCompile: true
Imports: dplyr (>= 1.1.0), ncdf4, ncmeta (>= 0.5.0), RNetCDF (>=
        1.9-1), rlang, tibble, tidyr (>= 1.0.0), CFtime (>= 1.4.0)
Suggests: ggplot2, knitr, mirai, rmarkdown, testthat, covr, cubelyr
SystemRequirements: netcdf udunits-2
URL: https://docs.ropensci.org/tidync/
BugReports: https://github.com/ropensci/tidync/issues
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-07-31 11:42:08 UTC; mdsumner
Author: Michael Sumner [aut, cre, cph],
  Simon Wotherspoon [ctb],
  Tomas Remenyi [ctb],
  Ben Raymond [ctb],
  Jakub Nowosad [ctb],
  Tim Lucas [ctb],
  Hadley Wickham [ctb],
  Adrian Odenweller [ctb],
  Patrick Van Laake [ctb],
  Fabian Bernhard [ctb]
Maintainer: Michael Sumner <mdsumner@gmail.com>
Repository: CRAN
Date/Publication: 2026-07-31 13:00:02 UTC
