-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 910 Bytes
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 910 Bytes
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
Package: PowerGridNetworking
Title: Power-grid network simulation in R
Version: 0.0.0.9000
Authors@R:
c(person(given = "Jonathan",
family = "Bourne",
role = c("aut", "cre"),
email = "jonathan.s.bourne@gmail.com",
comment = c(ORCID = "0000-0003-2616-3716"))
)
Description: This package is used to manipulate graph objects that represent power-grids. The functions are used to help calculate power flow, and understand cascading failures.
Depends: R (>= 3.4.2)
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
magrittr,
igraph,
dplyr,
stringr,
readr,
purrr,
stats,
Matrix,
rlang (>= 0.1.2),
utils
Suggests:
roxygen2,
knitr
VignetteBuilder: knitr
URL: https://github.com/JonnoB/PowerGridNetworking
BugReports: https://github.com/JonnoB/PowerGridNetworking/issues