-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 966 Bytes
/
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
Encoding: UTF-8
Package: ohirepos
Type: Package
Title: Create OHI tailored repositories
Version: 0.1.0
Authors@R: as.person(c(
"Ben Best <[email protected]> [aut]",
"Julia Stewart Lowndes <[email protected]> [aut, cre]"
))
Maintainer: Julia Stewart Lowndes <[email protected]>
Description: The Ocean Health Index Toolbox is the combination of 1) a
repository of data and models tailored to the assessment area and 2) the
`ohicore` package. The `ohirepos` package creates the tailored repository based
on the structure of OHI Global Assessments.
License: MIT
LazyData: TRUE
URL: http://ohi-science.org/
BugReports: https://github.com/OHI-Science/ohirepos/issues
Depends:
R (>= 3.1.0)
Imports:
devtools,
dplyr,
readr,
brew,
geojsonio,
git2r,
RCurl,
raster,
sf,
sp,
stringr,
tidyverse (>= 1.0.0),
tools,
yaml
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Suggests: testthat