Package: efts
Type: Package
Title: High-Level Functions to Read and Write Ensemble Forecast Time
        Series in netCDF
Description: The binary file format 'netCDF' is developed primarily for climate, ocean and
    meteorological data, and 'efts' is a package to read and write Ensemble Forecast Time 
    Series data in 'netCDF'. 'netCDF' has traditionally been used to store time slices 
    of gridded data, rather than complete time series of point data. 
    'efts' facilitates data handling stored in 'netCDF' files that follow a convention
    devised in the domain of ensemble hydrologic forecasting, but possibly applicable 
    in other domains. 'efts' uses reference class objects to 
    provide a high level interface to read and write such data, wrapping 
    lower level operations performed using 'ncdf4'.
Version: 0.9-0
Date: 2018-04-22
Authors@R: c( 
    person("Jean-Michel", "Perraud", email="jean-michel.perraud@csiro.au", role = c("aut","cre")),
    person("David", "Robertson", role = c("aut")),
    person("James", "Bennett", role = c("aut"))
    )
URL: https://github.com/jmp75/efts
BugReports: https://github.com/jmp75/efts/issues
VignetteBuilder: knitr
Depends: R (>= 3.1)
Imports: methods, stringr (>= 1.2), lubridate (>= 1.7), magrittr, xts
        (>= 0.10), plyr, ncdf4 (>= 1.16), udunits2
Suggests: testthat, zoo, knitr
License: GPL-2
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-04-26 01:14:00 UTC; per202
Author: Jean-Michel Perraud [aut, cre],
  David Robertson [aut],
  James Bennett [aut]
Maintainer: Jean-Michel Perraud <jean-michel.perraud@csiro.au>
Repository: CRAN
Date/Publication: 2018-04-26 11:30:39 UTC
