Skip to content

Commit 463b455

Browse files
leoxenoclaude
andcommitted
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>
1 parent 5873958 commit 463b455

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

DESCRIPTION

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
Package: patterncausality
22
Type: Package
33
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"),
66
email = "stavros.k.stavroglou@gmail.com",
77
comment = c(ORCID = "0000-0003-3931-0391")),
88
person("Athanasios", "Pantelous", role = c("aut"),
99
email = "Athanasios.Pantelous@monash.edu",
1010
comment = c(ORCID = "0000-0001-5738-1471")),
11-
person("Hui", "Wang", role = c("aut", "cre"),
11+
person("Hui", "Wang", role = c("aut"),
1212
email = "huiw1128@gmail.com",
1313
comment = c(ORCID = "0009-0006-0095-0243")))
14-
Maintainer: Hui Wang <huiw1128@gmail.com>
1514
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.
1615
License: GPL-3 | file LICENSE
1716
Depends: R (>= 4.1.0)
@@ -36,7 +35,7 @@ Suggests:
3635
testthat (>= 3.0.0),
3736
lintr,
3837
zoo,
39-
graphics,
38+
graphics
4039
Encoding: UTF-8
4140
LazyData: true
4241
Roxygen: list(markdown = TRUE)

0 commit comments

Comments
 (0)