From 0878e4972b70c037fc932235169488a2201a1840 Mon Sep 17 00:00:00 2001 From: biopsichas Date: Tue, 21 May 2024 12:36:37 +0300 Subject: [PATCH] all water yield page added --- DESCRIPTION | 2 +- NAMESPACE | 1 - R/helper.R | 1 - docs/404.html | 2 +- docs/LICENSE-text.html | 2 +- docs/articles/index.html | 2 +- docs/articles/sc-crops.html | 2 +- docs/articles/sc-wy.html | 113 +++++++++++++++++++- docs/authors.html | 6 +- docs/index.html | 2 +- docs/pkgdown.yml | 2 +- docs/reference/add_suffix_to_duplicate.html | 2 +- docs/reference/aggregate_aa.html | 2 +- docs/reference/calculate_wyr.html | 2 +- docs/reference/copy_file_version.html | 2 +- docs/reference/dotty_fig.html | 2 +- docs/reference/find_par_range.html | 2 +- docs/reference/index.html | 2 +- docs/reference/plot_dotty.html | 2 +- docs/reference/plot_dotty_yields.html | 2 +- docs/reference/plot_esco_range.html | 2 +- docs/reference/plot_phu_yld_bms.html | 2 +- docs/reference/read_tbl.html | 2 +- docs/reference/sample_lhs.html | 8 +- docs/reference/update_par.html | 2 +- docs/reference/write_tbl.html | 2 +- docs/search.json | 2 +- vignettes/sc-wy.Rmd | 93 +++++++++++++++- 28 files changed, 230 insertions(+), 36 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b134121..0bed1ea 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: SWATtunR Type: Package Title: Soft & Hard Calibration, Validation Package for SWAT+ models -Version: 0.0.1.9001 +Version: 0.0.1.9002 Authors@R: c( person("Svajunas", "Plunge", , "svajunas.plunge@gmail.com", role = c("aut", "cre"), comment = c(ORCID = '0000-0001-8897-3349')), diff --git a/NAMESPACE b/NAMESPACE index 1f65c90..c1cd9a3 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,6 +1,5 @@ # Generated by roxygen2: do not edit by hand -export(calculate_wyr) export(copy_file_version) export(plot_dotty) export(plot_dotty_yields) diff --git a/R/helper.R b/R/helper.R index 6d59ea0..e04169a 100644 --- a/R/helper.R +++ b/R/helper.R @@ -165,7 +165,6 @@ find_par_range <- function(par, sim, obj, rel_rng) { #' # Calculate WYR #' wyr <- calculate_wyr(sim) #' } -#' @export #' @keywords calculate calculate_wyr <- function(sim) { diff --git a/docs/404.html b/docs/404.html index 175ddbc..2ebf314 100644 --- a/docs/404.html +++ b/docs/404.html @@ -31,7 +31,7 @@ SWATtunR - 0.0.1.9001 + 0.0.1.9002