-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.09 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
47
48
49
Type: Package
Package: nwasc
Title: What the Package Does (Title Case)
Version: 1.0.1.9001
Authors@R:
person(given = "Robert",
family = "Fowler",
role = c("aut", "cre"),
email = "robert_fowler@fws.gov")
Maintainer: The package maintainer <yourself@somewhere.net>
Description: The nwasc package was written by FWS for BOEM to
segment transect survey data from the Northwest Atlantic Seabird
Catalog (maintained by FWS). Each transect is segmented into fixed
length segments with the remainder placed according to a set rule.
Observations are tallied by segment and transect.
License: GPL-3
Depends:
dplyr,
magrittr,
R (>= 3.5.0)
Imports:
broom,
geosphere,
lubridate,
maptools,
methods,
readr,
rgdal,
rgeos,
rlang (>= 0.1.2),
sp,
stringi,
tibble,
tidyr,
zoo
Suggests:
covr,
knitr,
rmarkdown,
roxygen2 (>= 6.1.0),
spelling (>= 1.2),
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.0