1
1
Fork
You've already forked ronfig
0
  • v0.0.9 52c16b3b93

    v0.0.9 Stable

    TimTaylor released this 2026年03月16日 11:59:13 +01:00 | 4 commits to main since this release

    Signed by TimTaylor
    SSH key fingerprint: SHA256:cf48TIU8v8eghkOZ6aWxh2fENiW3kHimnw8+yCdtW6I
    • load_config() and list_config() gain an entry allow_null to control whether NULL entries are permitted. If FALSE then a NULL entry will trigger an error. This new argument defaults to TRUE for backwards compatibility.
    • Minor change to documentation example.
    • Vignette tweaks and change of underlying vignette engine back to litedown.
    Downloads
  • v0.0.8 56be0d4bb3

    v0.0.8 Stable

    TimTaylor released this 2026年01月12日 15:25:29 +01:00 | 16 commits to main since this release

    Signed by TimTaylor
    SSH key fingerprint: SHA256:cf48TIU8v8eghkOZ6aWxh2fENiW3kHimnw8+yCdtW6I
    • load_config() (and consequently list_config()) gain an argument, strict. If TRUE (default and backwards compatible) then only the documented subset of base R functions can be used within the configuration file. If FALSE, the entire base namespace is made available (in particular, ::, which allows other calling of other packages).
    Downloads
  • v0.0.6 7248259d82

    v0.0.6 Stable

    TimTaylor released this 2025年11月21日 11:14:03 +01:00 | 19 commits to main since this release

    Signed by TimTaylor
    SSH key fingerprint: SHA256:cf48TIU8v8eghkOZ6aWxh2fENiW3kHimnw8+yCdtW6I
    • Added modifyList() to the functions available within the configuration file.
    • Added the ability to pull specific configuration values out of the returned object when as_is = TRUE.
    • Added list_config(). This returns the names of all possible configurations within a file.
    Downloads
  • v0.0.5 218c25cece

    v0.0.5 Stable

    TimTaylor released this 2025年10月14日 11:55:17 +02:00 | 33 commits to main since this release

    Signed by TimTaylor
    SSH key fingerprint: SHA256:cf48TIU8v8eghkOZ6aWxh2fENiW3kHimnw8+yCdtW6I
    • Vignette tweaks and change of underlying vignette engine to quarto.
    Downloads