-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.15 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
50
51
52
53
Package: nybem
Type: Package
Title: NY Bight Ecological Model
Version: 0.2.0
Authors@R: c(
person("Michael", "Dougherty",
email = "Michael.P.Dougherty@usace.army.mil",
role = c("aut", "cre")),
person("Kyle", "McKay",
email = "Kyle.McKay@usace.army.mil",
role = c("aut"))
)
Description: This package contains a collection of functions for modeling
coastal habitat for ongoing USACE studies such as the New Jersey Back Bays
(NJBB) and NY/NJ Harbor and Tributaries Study (HATS).
License: file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
URL: https://github.com/MVR-GIS/nybem
BugReports: https://github.com/MVR-GIS/nybem/issues
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)
Suggests:
diffviewer,
ecorest,
ggplot2,
microbenchmark,
oysteR,
rgdal,
rmarkdown,
testthat (>= 3.0.0),
vdiffr
Config/testthat/edition: 3
VignetteBuilder: knitr
Imports:
dplyr,
exactextractr,
foreign,
grDevices,
graphics,
knitr,
magrittr,
purrr,
raster,
rlang,
sf,
sp,
stats,
stringr,
terra,
tmap,
tools