From dac3b89eafeefc8eb28489e7df6d4ab758b978df Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Tue, 24 Dec 2024 12:17:10 -0800 Subject: [PATCH] Update vignettes/articles/scripting-tasks-config.Rmd Co-authored-by: Evan Ray --- vignettes/articles/scripting-tasks-config.Rmd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vignettes/articles/scripting-tasks-config.Rmd b/vignettes/articles/scripting-tasks-config.Rmd index 35474aa..05da58c 100644 --- a/vignettes/articles/scripting-tasks-config.Rmd +++ b/vignettes/articles/scripting-tasks-config.Rmd @@ -17,9 +17,7 @@ formatted. Configuration settings in the tasks configuration file also contain s information about modeling tasks that can be used for downstream applications like evaluations and visualizations of model outputs. -While we provide [a hubTemplate](https://github.com/hubverse-org/hubTemplate/) -for use to get started with setting up a hub, JSON files are easy for a computer -to read, but not so easy for a human to read and less so to write. The hard part +JSON files are easy for a computer to read, but not so easy for a human to read and write. The hard part of creating a `tasks.json` file should be what model parameters to use, not constantly looking at JSON syntax or hunting down a missing comma. To make this process easier, **we provide the `create_*()` family of functions