Package: oceanwaves
Title: Ocean Wave Statistics
Version: 0.2.0
Date: 2021-05-30
Authors@R: 
    c(person(given = "Luke", 
             family = "Miller", 
             email= "contact@lukemiller.org", 
             role = c("aut","cre"),
             comment = c(ORCID = "0000-0002-2009-6981")),
      person(given = "Urs",
             family = "Neumeier", 
             email = "urs_neumeier@uqar.ca", 
             role = "aut"),
      person(given = "Travis",
             family = "Mason", 
             role = 'ctb'),
      person(given = 'Magali', 
             family = 'Lecouturier', 
             role = 'ctb'),
      person(given = 'George',
             family = 'Voulgaris', 
             role = 'ctb'))
Description: Calculate ocean wave height summary statistics and process data 
    from bottom-mounted pressure sensor data loggers. Derived primarily from 
    MATLAB functions provided by U. Neumeier at 
    <http://neumeier.perso.ch/matlab/waves.html>. Wave number 
    calculation based on the algorithm in Hunt, J. N. (1979, ISSN:0148-9895) 
    "Direct Solution of Wave Dispersion Equation", American Society of Civil 
    Engineers Journal of the Waterway, Port, Coastal, and Ocean Division, 
    Vol 105, pp 457-459.
URL: https://github.com/millerlp/oceanwaves,
        https://millerlp.github.io/oceanwaves/
BugReports: https://github.com/millerlp/oceanwaves/issues
Depends: R (>= 3.3.0), ggplot2
Imports: bspec, signal
Suggests: scales, oce, knitr, rmarkdown, testthat (>= 2.1.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-06-02 03:42:09 UTC; Luke
Author: Luke Miller [aut, cre] (<https://orcid.org/0000-0002-2009-6981>),
  Urs Neumeier [aut],
  Travis Mason [ctb],
  Magali Lecouturier [ctb],
  George Voulgaris [ctb]
Maintainer: Luke Miller <contact@lukemiller.org>
Repository: CRAN
Date/Publication: 2021-06-02 04:40:14 UTC
Built: R 4.2.0; ; 2022-04-12 19:44:51 UTC; unix
