-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb3dbdc
commit 8d73269
Showing
1 changed file
with
53 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,56 @@ | ||
url: https://www.stavroglou.com/pattern_causality/ | ||
# _pkgdown.yml | ||
|
||
# 包的网站网址 | ||
url: "https://www.stavroglou.com/pattern_causality" | ||
|
||
template: | ||
bootstrap: 5 | ||
package: tidytemplate | ||
|
||
navbar: | ||
structure: | ||
left: [ "index.html", "articles", "reference" ] | ||
right: [ "github.com" ] | ||
|
||
development: | ||
mode: auto | ||
|
||
reference: | ||
- title: "Core Functions" | ||
desc: "Functions for pattern causality analysis" | ||
contents: | ||
- starts_with("pc") | ||
- title: "Utility Functions" | ||
desc: "Helper functions for data processing and visualization" | ||
contents: | ||
- starts_with("plot") | ||
- starts_with("optimal") | ||
- starts_with("pcCross") | ||
- starts_with("pcEffect") | ||
|
||
articles: | ||
- title: "Introduction" | ||
desc: "An overview of pattern causality" | ||
contents: | ||
- "patterncausality.html" | ||
- title: "Time Series Analysis" | ||
desc: "Causality analysis between two series" | ||
contents: | ||
- "series.html" | ||
- title: "Advanced Analysis" | ||
desc: "Custom functions for tailored analysis" | ||
contents: | ||
- "advanced.html" | ||
- title: "Dynamic Analysis" | ||
desc: "Pattern causality in time points" | ||
contents: | ||
- "dynamic.html" | ||
- title: "Multivariate Analysis" | ||
desc: "System-wide interactions" | ||
contents: | ||
- "matrix.html" | ||
# package: tidytemplate | ||
|
||
navbar: | ||
structure: | ||
left: | ||
- text: "Home" | ||
href: index.html | ||
- text: "Articles" | ||
href: articles/ | ||
- text: "Reference" | ||
href: reference/ | ||
right: | ||
- text: "GitHub" | ||
href: "https://github.com" | ||
|
||
reference: | ||
- title: "Core Functions" | ||
desc: "Functions for pattern causality analysis" | ||
contents: | ||
- starts_with("pc") | ||
- title: "Utility Functions" | ||
desc: "Helper functions for data processing and visualization" | ||
contents: | ||
- starts_with("plot") | ||
- starts_with("optimal") | ||
- starts_with("pcCross") | ||
- starts_with("pcEffect") | ||
|
||
articles: | ||
- title: "Introduction" | ||
desc: "An overview of pattern causality" | ||
contents: | ||
- "patterncausality.html" | ||
- title: "Time Series Analysis" | ||
desc: "Causality analysis between two series" | ||
contents: | ||
- "series.html" | ||
- title: "Advanced Analysis" | ||
desc: "Custom functions for tailored analysis" | ||
contents: | ||
- "advanced.html" | ||
- title: "Dynamic Analysis" | ||
desc: "Pattern causality in time points" | ||
contents: | ||
- "dynamic.html" | ||
- title: "Multivariate Analysis" | ||
desc: "System-wide interactions" | ||
contents: | ||
- "matrix.html" |