-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.04 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
Package: VulnToolkit
Type: Package
Title: Analysis of Tidal Datasets
Version: 1.1.4
Date: 2021-07-30
Authors@R: c(
person("Troy", "Hill", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-2980-4099")),
person("Shimon", "Anisfeld", role = "ctb")
)
BugReports: https://github.com/troyhill/VulnToolKit/issues
Description: Contains functions for analysis and summary of tidal datasets. Also provides access to tidal data collected by the National Oceanic and Atmospheric Administration's Center for Operational Oceanographic Products and Services and the Permanent Service for Mean Sea Level. For detailed description and application examples, see Hill, T.D. and S.C. Anisfeld (2021) <doi:10.6084/m9.figshare.14161202.v1> and Hill, T.D. and S.C. Anisfeld (2015) <doi:10.1016/j.ecss.2015.06.004>.
License: GPL-3
URL: https://github.com/troyhill/VulnToolkit
LazyData: true
Imports:
XML,
plyr
Depends:
R (>= 3.5.0)
Suggests:
covr,
testthat,
knitr,
rmarkdown
RoxygenNote: 7.1.1
VignetteBuilder: knitr