Skip to content

Commit

Permalink
added parallel and bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghui5801 committed Jan 3, 2025
1 parent 89b327f commit 4e75414
Show file tree
Hide file tree
Showing 14 changed files with 920 additions and 244 deletions.
8 changes: 5 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ License: GPL-3 | file LICENSE
Depends: R (>= 4.1.0)
Imports:
stats,
graphics,
plot3D,
ggplot2,
reshape2,
Expand All @@ -27,14 +26,17 @@ Imports:
statebins,
ggrepel,
RColorBrewer,
scales
scales,
gridExtra,
parallel
Suggests:
knitr,
rmarkdown,
stringr,
testthat (>= 3.0.0),
lintr,
zoo
zoo,
graphics,
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* Added dynamic analysis
* Added cross matrix analysis
* Added custom distance and statespace methods
* Added parallel computing
* Added bootstrap analysis

# patterncausality 0.1.3

Expand Down
Loading

0 comments on commit 4e75414

Please sign in to comment.