diff --git a/vignettes/catsr.Rmd b/vignettes/catsr.Rmd index 822ed25e2ea79407afd57e340115156832b11c8e..e891aa11f7440992e528135be13723a1b7bdf5ed 100644 --- a/vignettes/catsr.Rmd +++ b/vignettes/catsr.Rmd @@ -138,7 +138,7 @@ install.dir <- "catsr-test" dir.create(install.dir) cats_path <- download_and_install_cats(install.dir) data_path <- download_cats_quickstart_data(install.dir) -config_file <- file.path(data_path, "Astmons-short.conf") +config_file <- file.path(data_path, "Astmons-quick.conf") result <- run_cats(config_file, working_directory=data_path, path_to_cats=cats_path) plot_cats_run(result, config_file) ``` @@ -151,7 +151,7 @@ dir.create(install.dir) # Don't reinstall or reextract the data if it already exists cats_path <- download_and_install_cats(install.dir, redownload=F, reextract=F) data_path <- download_cats_quickstart_data(install.dir, redownload=F, reextract=F) -config_file <- file.path(data_path, "Astmons-short.conf") +config_file <- file.path(data_path, "Astmons-quick.conf") config <- load_cats_configuration(config_file) # We load the configuration file config$general.run_name = "Test" # and modify the data frame before we run it result <- run_cats(config, working_directory=data_path, path_to_cats=cats_path) @@ -168,7 +168,7 @@ dir.create(install.dir) # Don't reinstall or reextract the data if it already exists cats_path <- download_and_install_cats(install.dir, redownload=F, reextract=F) data_path <- download_cats_quickstart_data(install.dir, redownload=F, reextract=F) -config_file <- file.path(data_path, "Astmons-short.conf") +config_file <- file.path(data_path, "Astmons-quick.conf") config <- load_cats_configuration(config_file) # We load the configuration file # Create new configurations by creating all permutation of the specified values for