-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
68 lines (68 loc) · 1.76 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Package: ohicore
Title: Ocean Health Index calculation package
Type: Package
Version: 0.2
Authors@R: c(
person("Melanie", "Frazier", email = "frazier@nceas.ucsb.edu", role = c("aut", "cre")),
person("Ben", "Best", email = "ben@ecoquants.com", role = c("aut")),
person("Julia Stewart","Lowndes", email = "lowndes@nceas.ucsb.edu", role = c("aut")),
person("Casey", "O'Hara", email = "ohara@nceas.ucsb.edu", role = c("aut")),
person("Jamie", "Afflerbach", email = "afflerbach@nceas.ucsb.edu", role = c("aut")),
person("Ellie", "Campbell", role = c("aut")))
Description: A collection of functions for generically calculating the Ocean
Health Index scores as well as individual goals and sub-goals.
License: MIT
Depends:
R (>= 3.1.0)
Imports:
dplyr (>= 0.3),
ggplot2 (>= 1.0.0),
plyr (>= 1.8.0),
stringr,
git2r,
methods,
tidyr,
RColorBrewer,
htmlwidgets,
here,
rlang,
plotly,
tidyverse
Suggests:
knitr,
rmarkdown
Collate:
'AlignDataYears.R'
'AlignManyDataYears.R'
'CalculateAll.R'
'CalculateGoalIndex.R'
'CalculatePressuresAll.R'
'CalculateResilienceAll.R'
'CalculateTrend.R'
'CheckLayers.R'
'Conf.R'
'Layers.R'
'layers_eez_base_updater.R'
'PlotFlower.R'
'ScoreScaling.R'
'SelectLayersData.R'
'WriteRefPoint.R'
'compare_scores_df.R'
'name_2_rgn.R'
'collapse_2_rgn.R'
'read_git_csv.R'
'score_check.R'
'trace_git_csv_value.R'
'mapvalues.R'
'georegion_labels.R'
'georegions.R'
'rgn_eez_area.R'
'sovregion_labels.R'
'sovregions.R'
'split_regions.R'
URL: https://github.com/OHI-Science/ohicore
BugReports: https://github.com/OHI-Science/ohicore/issues
LazyData: TRUE
VignetteBuilder: knitr
RoxygenNote: 7.3.1
Encoding: UTF-8