forked from yutakaos/rUIC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
22 lines (22 loc) · 719 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
22 lines (22 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: rUIC
Type: Package
Title: rUIC: Unified Information-theoretic Causality for R
Version: 0.9.12
License: file LICENSE
Description: R implementation of unified information-theoretic causality.
Authors@R:
c(
person("Yutaka", "Osada", role = c("aut", "cre"),
email = "ytosada@egmail.com",
comment = c(ORCID = "0000-0001-5967-194X")),
person("Masayuki", "Ushio", role = c("ctb"),
comment = c(ORCID = "0000-0003-4831-7181"))
)
Encoding: UTF-8
URL: https://github.com/yutakaos/rUIC
BugReports: https://github.com/yutakaos/rUIC/issues
NeedsCompilation: yes
Imports: Rcpp
Suggests: ggplot2, cowplot
LinkingTo: Rcpp, RcppEigen
RoxygenNote: 7.3.1