Skip to content

Commit 6f1ee46

Browse files
authored
Merge pull request #79 from SpatLyu/dev
polish readme
2 parents 52e1044 + ee06d24 commit 6f1ee46

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install.packages("infoxtr",
4242
- Install from source code on [GitHub](https://github.com/stscl/infoxtr) with:
4343

4444
``` r
45-
if (!requireNamespace("devtools")) {
45+
if (!requireNamespace("devtools", quietly = TRUE)) {
4646
install.packages("devtools")
4747
}
4848
devtools::install_github("stscl/infoxtr",
@@ -52,12 +52,20 @@ devtools::install_github("stscl/infoxtr",
5252

5353
## References
5454

55-
Schreiber, T., 2000. Measuring Information Transfer. Physical Review Letters 85, 461–464. https://doi.org/10.1103/physrevlett.85.461.
55+
Schreiber, T., 2000. Measuring Information Transfer. Physical Review Letters 85, 461–464. [https://doi.org/10.1103/physrevlett.85.461][1].
5656

57-
Kraskov, A., Stogbauer, H., Grassberger, P., 2004. Estimating mutual information. Physical Review E 69. https://doi.org/10.1103/physreve.69.066138.
57+
Kraskov, A., Stogbauer, H., Grassberger, P., 2004. Estimating mutual information. Physical Review E 69. [https://doi.org/10.1103/physreve.69.066138][2].
5858

59-
Martinez-Sanchez, A., Arranz, G., Lozano-Duran, A., 2024. Decomposing causality into its synergistic, unique, and redundant components. Nature Communications 15. https://doi.org/10.1038/s41467-024-53373-4.
59+
Martinez-Sanchez, A., Arranz, G., Lozano-Duran, A., 2024. Decomposing causality into its synergistic, unique, and redundant components. Nature Communications 15. [https://doi.org/10.1038/s41467-024-53373-4][3].
6060

61-
Zhang, X., Chen, L., 2025. Quantifying interventional causality by knockoff operation. Science Advances 11. https://doi.org/10.1126/sciadv.adu6464.
61+
Zhang, X., Chen, L., 2025. Quantifying interventional causality by knockoff operation. Science Advances 11. [https://doi.org/10.1126/sciadv.adu6464][4].
6262

63-
Varley, T.F., 2025. Information theory for complex systems scientists: What, why, and how. Physics Reports 1148, 1–55. https://doi.org/10.1016/j.physrep.2025.09.007.
63+
Varley, T.F., 2025. Information theory for complex systems scientists: What, why, and how. Physics Reports 1148, 1–55. [https://doi.org/10.1016/j.physrep.2025.09.007][5].
64+
65+
 
66+
67+
[1]: https://doi.org/10.1103/physrevlett.85.461
68+
[2]: https://doi.org/10.1103/physreve.69.066138
69+
[3]: https://doi.org/10.1038/s41467-024-53373-4
70+
[4]: https://doi.org/10.1126/sciadv.adu6464
71+
[5]: https://doi.org/10.1016/j.physrep.2025.09.007

0 commit comments

Comments
 (0)