forked from dankelley/oce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.44 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
Package: oce
Version: 0.9-19
Date: 2016-03-09
Title: Analysis of Oceanographic Data
Authors@R: c(person(given="Dan", family="Kelley", email="[email protected]", role=c("aut", "cre")),
person(given="Clark", family="Richards", email="[email protected]", role=c("aut")),
person(given="Chantelle", family="Layton", email="[email protected]", role=c("ctb","cph"), comment="curl() coauthor"),
person(given="British Geological Survey", role=c("ctb","cph"), comment="magnetic-field fortran subroutine"))
Maintainer: Dan Kelley <[email protected]>
Depends:
R (>= 2.15),
utils,
methods,
gsw
Suggests:
ocedata,
foreign,
mapproj,
ncdf4,
tiff,
akima,
RSQLite,
DBI,
rgdal,
R.utils,
testthat,
knitr
BugReports: https://github.com/dankelley/oce/issues
Description: Supports the analysis of Oceanographic data, including 'ADCP'
measurements, measurements made with 'argo' floats, 'CTD' measurements, sectional
data, sea-level time series, coastline and topographic data, etc. Provides
specialized functions for calculating seawater properties such as potential
temperature in either the 'UNESCO' or 'TEOS-10' equation of state. Produces
graphical displays that conform to the conventions of the Oceanographic literature.
License: GPL (>= 2)
URL: http://dankelley.github.com/oce/
LazyLoad: yes
LazyData: no
Packaged: Dan Kelley
Encoding: UTF-8
RoxygenNote: 5.0.1
VignetteBuilder: knitr