Package: config Type: Package Title: Manage Environment Specific Configuration Values Version: 0.3.2.9000 Authors@R: c( person("JJ", "Allaire", role = c("aut"), email = "jj@rstudio.com"), person("Andrie", "de Vries", role = "cre", email = "apdevries@gmail.com"), person("Posit Software, PBC", role = c("cph", "fnd")) ) Imports: yaml (>= 2.1.19) Suggests: testthat, knitr, rmarkdown, covr, spelling, jsonlite, withr Description: Manage configuration values across multiple environments (e.g. development, test, production). Read values using a function that determines the current environment and returns the appropriate value. License: GPL-3 URL: https://rstudio.github.io/config/, https://github.com/rstudio/config BugReports: https://github.com/rstudio/config/issues RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Encoding: UTF-8 Language: en-US Config/testthat/edition: 3 Repository: https://rstudio.r-universe.dev Date/Publication: 2025-04-01 12:34:05 UTC RemoteUrl: https://github.com/rstudio/config RemoteRef: HEAD RemoteSha: 409dac6ea0fb2df01955da1db8666bb2250dda74 NeedsCompilation: no Packaged: 2026-06-07 06:37:48 UTC; root Author: JJ Allaire [aut], Andrie de Vries [cre], Posit Software, PBC [cph, fnd] Maintainer: Andrie de Vries