From 2d1bf76f0abb1f6883ed3382cb543f7ceff56c73 Mon Sep 17 00:00:00 2001 From: Tam Nguyen Date: Mon, 21 Oct 2024 09:12:47 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e4ed2e..9ea8006 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,10 @@ remotes::install_github("tamnva/R-SWAT", force = TRUE, dependencies = TRUE, buil # Load RSWAT library(RSWAT) -# Extract example data (3.6 MB of storage). TODO: replace tempdir() with your path, e.g., "C:/example" -# The example data DO NOT include the SWAT executable files (please download them at https://swat.tamu.edu/software/) +# Extract example data (3.6 MB of storage). TODO: replace tempdir() +# with your path, e.g., "C:/example" +# The example data DO NOT include the SWAT executable files +# (please download them at https://swat.tamu.edu/software/) extracExampleData(exampleData, "all", tempdir()) # Call RSWAT graphical user interface: DO NOT use RSWAT::showRSWAT() @@ -86,4 +88,4 @@ You need to run the aforementioned R script (in section Quick Start) to call the **Nguyen, T. V.**, Dietrich, J., Dang, D. T., Tran, D. A., Doan, B. V., Sarrazin, F. J., Abbaspour, K., Srinivasan, R. (2022). An interactive graphical interface tool for parameter calibration, sensitivity analysis, uncertainty analysis, and visualization for the Soil and Water Assessment Tool. Environmental Modelling & Software, 156, 105497. https://doi.org/10.1016/j.envsoft.2022.105497. -**Nguyen, T. V.** (2024). RSWAT: An R package for the Soil and Water Assessment Tool models. Submitted to The Journal of Open Source Software. \ No newline at end of file +**Nguyen, T. V.** (2024). RSWAT: An R package for the Soil and Water Assessment Tool models. Submitted to The Journal of Open Source Software.