diff --git a/.Rbuildignore b/.Rbuildignore index b442007..14a49ae 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -5,4 +5,5 @@ ^CHANGELOG\.md$ ^doc$ ^Meta$ -^\.github$ \ No newline at end of file +^\.github$ +^README\.md$ \ No newline at end of file diff --git a/DESCRIPTION b/DESCRIPTION index 1975830..92ca1f4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,9 +1,9 @@ Package: RSWAT Type: Package -Title: SWAT/SWAT+ calibration and uncertainty analysis +Title: SWAT/SWAT+ Calibration and Uncertainty Analysis Version: 1.0.0 Author: Tam V. Nguyen -Maintainer: The package maintainer +Maintainer: Tam V. Nguyen Description: Parameter calibration and uncertainty analysis with SWAT/SWAT+ and their modified versions. Encoding: UTF-8 LazyData: true diff --git a/R/data.R b/R/data.R index 17037fc..1523154 100644 --- a/R/data.R +++ b/R/data.R @@ -3,7 +3,7 @@ #' @description Examples of TxtInOut, observed data files, and parameter files #' of SWAT and SWAT+ that are needed for running some exampled in the code. #' Information/data about the example watersheds for the SWAT project can be -#' found from \url{https://doi.org/10.1016/j.envsoft.2022.105497}, and for the +#' found from \doi{10.1016/j.envsoft.2022.105497}, and for the #' SWAT+ project was taken from #' \url{https://chrisschuerz.github.io/SWATrunR/reference/load_demo.html}. The #' example data set consist of following data diff --git a/README.md b/README.md index a6e6a0c..01ed3aa 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ -## RSWAT +## RSWAT -[![DOI](https://zenodo.org/badge/395115735.svg)](https://zenodo.org/badge/latestdoi/395115735) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/tamnva/R-SWAT/blob/master/LICENSE) [![Release](https://img.shields.io/github/release/tamnva/R-SWAT.svg?style=flat-square)](https://github.com/tamnva/R-SWAT/releases) [![R-CMD-check](https://github.com/tamnva/R-SWAT/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tamnva/R-SWAT/actions/workflows/R-CMD-check.yaml) [![status](https://joss.theoj.org/papers/89a04bc6f9a2a2b08cbac33fcd91c0c6/status.svg)](https://joss.theoj.org/papers/89a04bc6f9a2a2b08cbac33fcd91c0c6) +[![DOI](https://zenodo.org/badge/395115735.svg)](https://zenodo.org/badge/latestdoi/395115735) [![Release](https://img.shields.io/github/release/tamnva/R-SWAT.svg?style=flat-square)](https://github.com/tamnva/R-SWAT/releases) [![R-CMD-check](https://github.com/tamnva/R-SWAT/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tamnva/R-SWAT/actions/workflows/R-CMD-check.yaml) [![status](https://joss.theoj.org/papers/89a04bc6f9a2a2b08cbac33fcd91c0c6/status.svg)](https://joss.theoj.org/papers/89a04bc6f9a2a2b08cbac33fcd91c0c6) - This is an R package with a graphical user interface (GUI) for parallel parameter calibration, sensitivity, and uncertainty analyses with the Soil and Water Assessment Tool models (e.g., [SWAT](https://swat.tamu.edu/), [SWAT+](https://swat.tamu.edu/software/plus/), [SWAT-Carbon](https://sites.google.com/view/swat-carbon), and its other modified versions). - RSWAT can also be used without the GUI, please see the RSWAT vignettes. -- The latest version of this app is always in the [development](https://github.com/tamnva/R-SWAT/tree/development) branch. -- If you would like to contribute to the code, have any suggestions, want to report errors, or have scientific collaboration, please contact [me](https://www.ufz.de/index.php?en=46415). The best way to contact me is via the [Google group](https://groups.google.com/g/R-SWAT) specially designed for this app or creating issues in RSWAT GitHub repository. Tutorial videos can be found on the [RSWAT YouTube channel](https://www.youtube.com/channel/UCRK1rKFiNgYbG7qKWxAPtEQ) -- RSWAT will be constantly developed to serve the SWAT community. Please feel free to contribute to this package, together we can make this package much better. +- If you would like to contribute to the code, have any suggestions, or want to report errors, please contact me via the [Google group](https://groups.google.com/g/R-SWAT) or GitHub. Tutorial videos can be found on the [RSWAT YouTube channel](https://www.youtube.com/channel/UCRK1rKFiNgYbG7qKWxAPtEQ) +- RSWAT will be constantly developed to serve the SWAT community, together we can make this package much better. - **IMPORTANT: The older version of this package, called the R-SWAT app, [can be found here](https://github.com/tamnva/R-SWAT/tree/4d49ac6a2e153a34081d7d7b24958af0127f4ed3).** ## Quick Start! diff --git a/man/exampleData.Rd b/man/exampleData.Rd index a71d028..fceabce 100644 --- a/man/exampleData.Rd +++ b/man/exampleData.Rd @@ -8,7 +8,7 @@ Examples of TxtInOut, observed data files, and parameter files of SWAT and SWAT+ that are needed for running some exampled in the code. Information/data about the example watersheds for the SWAT project can be -found from \url{https://doi.org/10.1016/j.envsoft.2022.105497}, and for the +found from \doi{10.1016/j.envsoft.2022.105497}, and for the SWAT+ project was taken from \url{https://chrisschuerz.github.io/SWATrunR/reference/load_demo.html}. The example data set consist of following data