-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
25 lines (25 loc) · 949 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
Package: ionet
Type: Package
Title: Network Analysis for Input-Output Tables
Version: 0.2.2
Authors@R: c(
person("Shiying", "Xiao", email = "shiying.xiao@outlook.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8846-3258")),
person("Jun", "Yan", email = "jun.yan@uconn.edu",
role = "aut", comment = c(ORCID = "0000-0003-4401-7296")),
person("Panpan", "Zhang", email = "panpan.zhang@vumc.org",
role = "aut", comment = c(ORCID = "0000-0002-8211-5930")))
Maintainer: Shiying Xiao <shiying.xiao@outlook.com>
Description: Network functionalities specialized for data generated from input-output tables.
Depends: R (>= 2.10)
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports: Rcpp (>= 1.0.8.3)
LinkingTo: Rcpp
URL: https://github.com/Carol-seven/ionet
BugReports: https://github.com/Carol-seven/ionet/issues
RoxygenNote: 7.3.1
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3