Skip to content

Commit af4299b

Browse files
committed
fix default config
1 parent 36f0e79 commit af4299b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

R/config_read.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' Configuration: Read
22
#'
33
#' @param config_dir directory with configuration files (default:
4-
#' system.file("extdata/config/network_complete", package = "kwb.BerlinWaterModel")). It is mandatory
4+
#' system.file("extdata/config/network_complete_mean-start-conc", package = "kwb.BerlinWaterModel")). It is mandatory
55
#' that there are three files within this folder: "flows_in_out.csv", "outflows_multiple.csv"
66
#' and "sections.csv"
77
#' @param file_encoding encoding for reading the files (default: "UTF-8")
@@ -16,7 +16,7 @@
1616
#' @importFrom stats setNames
1717
#' @importFrom readr read_csv2 locale
1818
#' @importFrom stringr str_remove
19-
config_read <- function(config_dir = system.file("extdata/config/network_complete",
19+
config_read <- function(config_dir = system.file("extdata/config/network_complete_mean-start-conc",
2020
package = "kwb.BerlinWaterModel.public"),
2121
file_encoding = "UTF-8") {
2222

man/config_read.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)