-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
39 lines (39 loc) · 1.17 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
Package: GREENGridEECA
Title: Supports Analysis of NZ GREEN Grid data for EECA
Version: 0.0.0.9000
Authors@R:
c(person(given = "Ben",
family = "Anderson",
role = c("aut", "cre"),
email = "ben.anderson@otago.ac.nz",
comment = structure("0000-0003-2092-4406", .Names = "ORCID")),
person(given = "Carsten",
family = "Dortans",
role = c("aut"),
email = "",
comment = structure("", .Names = "ORCID")),
person(given = "Jason",
family = "Mair",
role = c("aut"),
email = "",
comment = structure("", .Names = "ORCID")),
person(given = "Michael",
family = "Jack",
role = c("aut"),
email = "",
comment = structure("", .Names = "ORCID"))
)
Description: The code in this package processes and reports analysis of the New Zealand GREEN Grid Household Electricity Demand Study 2014-2018.
License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
Suggests:
drake,
ggplot2
Depends:
data.table,
here,
lubridate,
GREENGridData (>= 1.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1