forked from dankelley/oce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 1.94 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
48
49
50
51
52
53
Package: oce
Title: Analysis of Oceanographic Data
Version: 1.5-0
Authors@R: c(
person(given="Dan", family="Kelley", email="[email protected]", role=c("aut", "cre"), comment=c(ORCID="https://orcid.org/0000-0001-7808-5911")),
person(given="Clark", family="Richards", email="[email protected]", role=c("aut"), comment=c(ORCID="https://orcid.org/0000-0002-7833-206X")),
person(given="Chantelle", family="Layton", email="[email protected]", role=c("ctb"), comment=c(ORCID="https://orcid.org/0000-0002-3199-5763", "curl() coauthor")),
person(given="British Geological Survey", role=c("ctb","cph"), comment="magnetic-field subroutine"))
Maintainer: Dan Kelley <[email protected]>
Depends: R (>= 2.15), gsw, methods, utils
Suggests:
akima,
automap,
DBI,
foreign,
knitr,
lubridate,
marmap,
ncdf4,
ocedata,
raster (>= 1.4.3),
rgeos,
rmarkdown,
RSQLite,
R.utils,
sf,
sp,
testthat (>= 3.0.0),
tiff,
XML
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. This package is discussed extensively in
Dan Kelley's book Oceanographic Analysis with R, published
in 2018 by 'Springer-Verlag' with ISBN 978-1-4939-8842-6.
License: GPL (>= 2)
Encoding: UTF-8
URL: https://dankelley.github.io/oce/
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
BuildVignettes: true
VignetteBuilder: knitr
NeedsCompilation: yes
LinkingTo: Rcpp
Imports: Rcpp
Packaged: Dan Kelley
Config/testthat/edition: 3