diff --git a/.Rbuildignore b/.Rbuildignore index 8042825fb18bc137152578fe90fc6104e2722b41..a70e3dd6992644edce14079cf603a6d5d21e9730 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,3 +1,4 @@ ^.*\.Rproj$ ^\.Rproj\.user$ -test* \ No newline at end of file +test* +template* \ No newline at end of file diff --git a/.gitignore b/.gitignore index a84040b33ad906c0efe4d0cd4634f42e8f4aed39..19c339f2b32399327830f516133905e62023dfbd 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,5 @@ vignettes/*.pdf # Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html rsconnect/ .Rproj.user -test* \ No newline at end of file +test* +template* \ No newline at end of file diff --git a/template.Rmd b/template.Rmd index f28eaeb00981124071bac0bf8e20a4e452fd9df6..3ef97746bd7749e4757bb959528836aea4dd7e96 100644 --- a/template.Rmd +++ b/template.Rmd @@ -6,7 +6,7 @@ </style> --- -title: "Jeziorka catchment" +title: "Zglowiaczka catchment (PL)" author: "name surname" affiliation: "your affiliation" email: "your@email" @@ -29,6 +29,10 @@ model_path <- "path_to_txtinout" ##This path to save run_swat_verification function results result_path <- "path_to_run_swat_verification_results" model_name <- "model_a" + +model_path <- "../Test_models/Zglowiaczka" +result_path <- "./test_data/" +model_name <- "Zglowiaczka" rpath <- c() for(ns in c(0:2)){rpath <- c(rpath, paste0(result_path, model_name, "_ns", ns, ".rds"))} ```