Post #1689004
2026-04-01 12:53 UTC
@milesmcbain @lwpembleton @drdcarpenter @mschmidty
Even if sometimes a bit clunky with vscode/positron direnv is a great addition to our toolkit for env. variables. I need to understand a bit on how it works with callr.
Replies (1)
-
@lwpembleton@genomic.social 2026-04-02 13:10
@defuneste @milesmcbain @drdcarpenter @mschmidty Great point. For my use case it’s just a small set of project‑specific inputs that I like keeping out of the script, but I totally get how YAML can sprawl as things grow. For the list method how do you normally structure that in practice? Do you keep the list inside the main script, or pop it in a separate config.R (or similar) and source it?