You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump to 0.2.4, transfer maintainership to Stavros Stavroglou
- Version 0.2.4 for CRAN submission
- cre role moved from Hui Wang to Stavros Stavroglou
- Fixed trailing comma in Suggests
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: DESCRIPTION
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,16 @@
1
1
Package: patterncausality
2
2
Type: Package
3
3
Title: Pattern Causality Algorithm
4
-
Version: 0.2.1
5
-
Authors@R: c( person("Stavros", "Stavroglou", role = c("aut"),
4
+
Version: 0.2.4
5
+
Authors@R: c( person("Stavros", "Stavroglou", role = c("aut", "cre"),
6
6
email = "stavros.k.stavroglou@gmail.com",
7
7
comment = c(ORCID = "0000-0003-3931-0391")),
8
8
person("Athanasios", "Pantelous", role = c("aut"),
9
9
email = "Athanasios.Pantelous@monash.edu",
10
10
comment = c(ORCID = "0000-0001-5738-1471")),
11
-
person("Hui", "Wang", role = c("aut", "cre"),
11
+
person("Hui", "Wang", role = c("aut"),
12
12
email = "huiw1128@gmail.com",
13
13
comment = c(ORCID = "0009-0006-0095-0243")))
14
-
Maintainer: Hui Wang <huiw1128@gmail.com>
15
14
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.
0 commit comments