-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
48 lines (48 loc) · 1.52 KB
/
DESCRIPTION
File metadata and controls
48 lines (48 loc) · 1.52 KB
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
Package: patterncausality
Type: Package
Title: Pattern Causality Algorithm
Version: 0.2.4
Authors@R: c( person("Stavros", "Stavroglou", role = c("aut", "cre"),
email = "stavros.k.stavroglou@gmail.com",
comment = c(ORCID = "0000-0003-3931-0391")),
person("Athanasios", "Pantelous", role = c("aut"),
email = "Athanasios.Pantelous@monash.edu",
comment = c(ORCID = "0000-0001-5738-1471")),
person("Hui", "Wang", role = c("aut"),
email = "huiw1128@gmail.com",
comment = c(ORCID = "0009-0006-0095-0243")))
Description: A comprehensive package for detecting and analyzing causal relationships in complex systems using pattern-based approaches. Key features include state space reconstruction, pattern identification, and causality strength evaluation.
License: GPL-3 | file LICENSE
Depends: R (>= 4.1.0)
Imports:
stats,
plot3D,
ggplot2,
reshape2,
grid,
ggthemes,
tidyr,
statebins,
ggrepel,
RColorBrewer,
scales,
gridExtra,
parallel
Suggests:
knitr,
rmarkdown,
stringr,
testthat (>= 3.0.0),
lintr,
zoo,
graphics
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Config/Needs/website:
tidyverse/tidytemplate
URL: https://github.com/pattern-causality/pattern_causality/
BugReports: https://github.com/pattern-causality/pattern_causality/issues
Config/testthat/edition: 3
RoxygenNote: 7.3.2
VignetteBuilder: knitr