-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
44 lines (44 loc) · 1.1 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
Package: survdat
Type: Package
Title: Tools for working with NEFSC survey data
Version: 1.0
Date: 2015-03-03
Authors@R: c(person(given = "Sean",
family = "Lucey",
email = "[email protected]",
role = c("aut")),
person(given = "Andy",
family = "Beet",
email = "[email protected]",
role = c("aut","cre"),
comment = c(ORCID = "0000-0001-8270-7090")))
License: file LICENSE
Encoding: UTF-8
Description: A collection of functions for use with NEFSC survey data. Functions
will generate stratified means and swept area estimates from the surveys.
URL: https://github.com/NOAA-EDAB/survdat,
https://noaa-edab.github.io/survdat/
BugReports: https://github.com/NOAA-EDAB/survdat/issues
Imports:
data.table,
diagram,
here,
DBI,
odbc,
sp,
sf,
units,
dplyr,
magrittr,
ggplot2
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown,
markdown,
kableExtra,
DT
VignetteBuilder: knitr
Depends:
R (>= 2.10)
LazyData: true