-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.69 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
Package: gsw
Version: 1.2-0
Title: Gibbs Sea Water Functions
Authors@R: c(
person(given="Dan",
family="Kelley",
email="[email protected]",
role=c("aut","cre","cph"),
comment=c(ORCID="https://orcid.org/0000-0001-7808-5911")),
person(given="Clark",
family="Richards",
email="[email protected]",
role=c("aut","cph"),
comment=c(ORCID="https://orcid.org/0000-0002-7833-206X")),
person(given="WG127",
family="SCOR/IAPSO",
role=c("aut","cph"),
comment="Original 'Matlab' and derived code"))
Copyright: Original algorithms and 'Matlab'/C library (c) 2015-2023 WG127 SCOR/IAPSO (Scientific Committee on Oceanic Research / International Association for the Physical Sciences of the Oceans, Working Group 127); C wrapper code and R code (c) 2015-2023 Dan Kelley and Clark Richards
Maintainer: Dan Kelley <[email protected]>
Depends:
R (>= 3.5.0),
Suggests:
knitr,
rmarkdown,
testthat
BugReports: https://github.com/TEOS-10/GSW-R/issues
Description: Provides an interface to the Gibbs 'SeaWater' ('TEOS-10') C library, version 3.06-16-0 (commit '657216dd4f5ea079b5f0e021a4163e2d26893371', dated 2022-10-11, available at <https://github.com/TEOS-10/GSW-C>, which stems from 'Matlab' and other code written by members of Working Group 127 of 'SCOR'/'IAPSO' (Scientific Committee on Oceanic Research / International Association for the Physical Sciences of the Oceans).
URL: http://teos-10.github.io/GSW-R/
License: GPL (>= 2) | file LICENSE
LazyLoad: yes
LazyData: no
Packaged: Dan Kelley
Encoding: UTF-8
RoxygenNote: 7.3.2
BuildVignettes: true
VignetteBuilder: knitr