From 6061f71d3ea118fc975c3ad257503ed5eebebd6c Mon Sep 17 00:00:00 2001 From: SpatLyu Date: Mon, 15 Jun 2026 00:00:01 +0800 Subject: [PATCH 1/2] polish readme --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ddb2fbd..1afff87 100644 --- a/README.md +++ b/README.md @@ -50,12 +50,20 @@ pak::pak("stscl/pc", dependencies = TRUE) ## References -Sugihara, G., May, R., Ye, H., Hsieh, C., Deyle, E., Fogarty, M., Munch, S., 2012. Detecting Causality in Complex Ecosystems. Science 338, 496–500. https://doi.org/10.1126/science.1227079. +Sugihara, G., May, R., Ye, H., Hsieh, C., Deyle, E., Fogarty, M., Munch, S., 2012. Detecting Causality in Complex Ecosystems. Science 338, 496–500. [https://doi.org/10.1126/science.1227079][1]. -Stavroglou, S.K., Pantelous, A.A., Stanley, H.E., Zuev, K.M., 2019. Hidden interactions in financial markets. Proceedings of the National Academy of Sciences 116, 10646–10651. https://doi.org/10.1073/pnas.1819449116. +Stavroglou, S.K., Pantelous, A.A., Stanley, H.E., Zuev, K.M., 2019. Hidden interactions in financial markets. Proceedings of the National Academy of Sciences 116, 10646–10651. [https://doi.org/10.1073/pnas.1819449116][2]. -Stavroglou, S.K., Pantelous, A.A., Stanley, H.E., Zuev, K.M., 2020. Unveiling causal interactions in complex systems. Proceedings of the National Academy of Sciences 117, 7599–7605. https://doi.org/10.1073/pnas.1918269117. +Stavroglou, S.K., Pantelous, A.A., Stanley, H.E., Zuev, K.M., 2020. Unveiling causal interactions in complex systems. Proceedings of the National Academy of Sciences 117, 7599–7605. [https://doi.org/10.1073/pnas.1918269117][3]. -Zhang, Z., Wang, J., 2025. A model to identify causality for geographic patterns. International Journal of Geographical Information Science 1–21. https://doi.org/10.1080/13658816.2025.2581207. +Zhang, Z., Wang, J., 2025. A model to identify causality for geographic patterns. International Journal of Geographical Information Science 1–21. [https://doi.org/10.1080/13658816.2025.2581207][4]. -Lyu, W., Lei, Y., Yi, W., Song, Y., Li, X., Dai, S., Qin, Y., Zhao, W., 2026. Causal discovery in urban data with temporal empirical dynamic modeling: The R package tEDM. Computers, Environment and Urban Systems 127, 102435. https://doi.org/10.1016/j.compenvurbsys.2026.102435. +Lyu, W., Lei, Y., Yi, W., Song, Y., Li, X., Dai, S., Qin, Y., Zhao, W., 2026. Causal discovery in urban data with temporal empirical dynamic modeling: The R package tEDM. Computers, Environment and Urban Systems 127, 102435. [https://doi.org/10.1016/j.compenvurbsys.2026.102435][5]. + +  + +[1]: https://doi.org/10.1126/science.1227079 +[2]: https://doi.org/10.1073/pnas.1819449116 +[3]: https://doi.org/10.1073/pnas.1918269117 +[4]: https://doi.org/10.1080/13658816.2025.2581207 +[5]: https://doi.org/10.1016/j.compenvurbsys.2026.102435 From 911aeb7836451f6df345d85b557fe94525f1ad4c Mon Sep 17 00:00:00 2001 From: SpatLyu Date: Mon, 15 Jun 2026 00:00:01 +0800 Subject: [PATCH 2/2] polish readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1afff87..bb2baf2 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ install.packages("pc", - Install from source code on [GitHub](https://github.com/stscl/pc) with: ``` r -if (!requireNamespace("pak")) { +if (!requireNamespace("pak", quietly = TRUE)) { install.packages("pak") } pak::pak("stscl/pc", dependencies = TRUE)