Skip to content

Commit d713a3c

Browse files
committed
Deploying to gh-pages from @ 6f1ee46 🚀
1 parent 698dba4 commit d713a3c

5 files changed

Lines changed: 15 additions & 10 deletions

File tree

index.html

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ install.packages("infoxtr",
4040

4141
``` r
4242

43-
if (!requireNamespace("devtools")) {
43+
if (!requireNamespace("devtools", quietly = TRUE)) {
4444
install.packages("devtools")
4545
}
4646
devtools::install_github("stscl/infoxtr",
@@ -68,3 +68,5 @@ knockoff operation. Science Advances 11.
6868
Varley, T.F., 2025. Information theory for complex systems scientists:
6969
What, why, and how. Physics Reports 1148, 1–55.
7070
<https://doi.org/10.1016/j.physrep.2025.09.007>.
71+
72+
 

llms.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ install.packages("infoxtr",
4040

4141
``` r
4242

43-
if (!requireNamespace("devtools")) {
43+
if (!requireNamespace("devtools", quietly = TRUE)) {
4444
install.packages("devtools")
4545
}
4646
devtools::install_github("stscl/infoxtr",
@@ -69,6 +69,8 @@ Varley, T.F., 2025. Information theory for complex systems scientists:
6969
What, why, and how. Physics Reports 1148, 1–55.
7070
<https://doi.org/10.1016/j.physrep.2025.09.007>.
7171

72+
 
73+
7274
# Package index
7375

7476
## Information-Theoretic Measures for Revealing Variable Interactions

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pkgdown: 2.2.0
33
pkgdown_sha: ~
44
articles:
55
surd: surd.html
6-
last_built: 2026-05-05T16:37Z
6+
last_built: 2026-05-09T04:44Z
77
urls:
88
reference: https://stscl.github.io/infoxtr/reference
99
article: https://stscl.github.io/infoxtr/articles

search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)