-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.13 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
Package: GLFC
Version: 1.6.2.9000
Date: 2022-12-20
Title: Great Lakes Fishery Commission
Authors@R: person(given="Jean V.", family="Adams", email="[email protected]",
role=c("aut", "cre"))
Author: Jean V. Adams [aut, cre]
Maintainer: Jean V. Adams <[email protected]>
Depends:
R (>= 4.1.3),
maps
Imports:
broom,
curl,
dplyr,
egg,
geosphere,
ggmap,
ggplot2,
ggrepel,
lubridate,
plotrix,
plyr,
purrr,
RColorBrewer,
readxl,
rtf,
survey,
tibble,
tidyr
Suggests:
knitr,
rmarkdown
Description: Functions developed for the Great Lakes Fishery Commission's
sea lamprey control program, including estimation of the index
of adult sea lamprey abundance (functions starting with "AI"), estimation
of larval sea lamprey abundance from deepwater electofishing surveys in the
St. Marys River (functions starting with "DWEF"), and creation of the annual
Sea Lamprey Status Report (functions starting with "SR").
License: GPL
URL: https://github.com/JVAdams/GLFC
BugReports: https://github.com/JVAdams/GLFC/issues
LazyData: TRUE
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Encoding: UTF-8