Skip to content

Commit

Permalink
Merge pull request #82 from tamnva/tamnva-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
tamnva authored Oct 21, 2024
2 parents 10f03e0 + 2d1bf76 commit 76ff6ef
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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.
**Nguyen, T. V.** (2024). RSWAT: An R package for the Soil and Water Assessment Tool models. Submitted to The Journal of Open Source Software.

0 comments on commit 76ff6ef

Please sign in to comment.