forked from ArgoCanada/argoFloats
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (28 loc) · 1.64 KB
/
Copy pathDESCRIPTION
File metadata and controls
29 lines (28 loc) · 1.64 KB
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
Package: argoFloats
Type: Package
Title: Analysis of Oceanographic Argo Floats
Version: 0.1.3
Authors@R: c(
person(given="Dan", family="Kelley", email="dan.kelley@dal.ca", role=c("aut", "cre"),
comment=c(ORCID="https://orcid.org/0000-0001-7808-5911")),
person(given="Jaimie", family="Harbin", email="jm810136@dal.ca", role=c("aut"),
comment=c(ORCID="https://orcid.org/0000-0003-3774-3732")),
person(given="Dewey", family="Dunnington", email="dewey.dunnington@dfo-mpo.gc.ca", role=c("ctb"),
comment=c(ORCID="http://orcid.org/0000-0002-9415-4582")),
person(given="Clark", family="Richards", email="clark.richards@dfo-mpo.gc.ca", role=c("ctb"),
comment=c(ORCID="https://orcid.org/0000-0002-7833-206X")))
Maintainer: Dan Kelley <dan.kelley@dal.ca>
Depends: R (>= 3.5.0)
Suggests: curl, knitr, readr, lubridate, oce (>= 1.3.0), ocedata, marmap (>= 1.0.4), ncdf4, rmarkdown, sf, testthat
Imports: methods, shiny
BugReports: https://github.com/ArgoCanada/argoFloats/issues
Description: The 'argoFloats' package supports the analysis of oceanographic data recorded by Argo autonomous drifting profiling floats. Functions are provided to (a) download and cache data files, (b) subset data in various ways, (c) handle quality-control flags and (d) plot the results according to oceanographic conventions. The package is designed to work well with the 'oce' package, providing a wide range of processing capabilities.
License: GPL (>= 2)
Encoding: UTF-8
URL: https://github.com/ArgoCanada/argoFloats
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
BuildVignettes: true
VignetteBuilder: knitr
Remotes: dankelley/oce@develop