-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.89 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
Package: oce
Title: Analysis of Oceanographic Data
Version: 1.8-4
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 (>= 4.1.0), gsw, methods, utils
Suggests:
automap,
curl,
DBI,
foreign,
interp,
jsonlite,
knitr,
lubridate,
ncdf4,
ocedata,
rmarkdown,
RSQLite,
R.utils,
sf,
terra,
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 by
Kelley (2018) "Oceanographic Analysis with R" <doi:10.1007/978-1-4939-8844-0>.
License: GPL (>= 2)
Encoding: UTF-8
URL: https://dankelley.github.io/oce/
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
BuildVignettes: true
VignetteBuilder: knitr
NeedsCompilation: yes
LinkingTo: Rcpp
Imports: Rcpp
Packaged: Dan Kelley
Config/testthat/edition: 3