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.