From 8ec3e44e784eb5ce73f26bfb81d7ccc79797206b Mon Sep 17 00:00:00 2001 From: biopsichas <svajunas.plunge@gmail.com> Date: Fri, 24 Feb 2023 14:13:21 +0200 Subject: [PATCH] ignore template --- .Rbuildignore | 3 ++- .gitignore | 3 ++- template.Rmd | 6 +++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 8042825..a70e3dd 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 a84040b..19c339f 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 f28eaeb..3ef9774 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"))} ``` -- GitLab