hubverse-org / hubAdmin

Utilities for administering hubverse Infectious Disease Modeling Hubs
https://hubverse-org.github.io/hubAdmin/
Other
1 stars 2 forks source link

Create article on creating config files in R #8

Closed annakrystalli closed 5 months ago

annakrystalli commented 1 year ago

Dependant on resolving Infectious-Disease-Modeling-Hubs/hubAdmin#7 & https://github.com/ropensci/jsonvalidate/issues/65

nickreich commented 10 months ago

Noting that some description of creating config files programmatically (along with guidance on where to store such code in a hub repo - just in the hub-config directory - do we allow code to be stored there?) would be nice to add to hubDocs quickstart documentation here.

nickreich commented 10 months ago

I'm imagining documentation about using hubUtils::create_model_task() and hubUtils::create_round()

micokoch commented 8 months ago

Hello. I'm not sure if I understand what needs to be done.

  1. Should I add explanations about these tools on the quickstart page on configuring tasks?
  2. Are these tools meant to replace the manual entry/editing of rounds and taks (step 5.1) or should they be separate steps (and in that case I guess they go before 5.1)?
  3. The link referenced in the Details section of create_round() doesn't work. Maybe it's meant to point to the hub-config page?

Let me know how you'd like to proceed and I'll work on this. Thanks!

nickreich commented 5 months ago

Noting that this issue is a duplicate of this one. So I will close this one in favor of the other. @micokoch does the discussion on the other issue resolve any lingering questions?

micokoch commented 5 months ago

I think the discussion on the other issue addresses most of my questions, and I'll take a stab at it on Wednesday.