Package: config
Type: Package
Title: Manage Environment Specific Configuration Values
Version: 0.3.1
Authors@R: c(
  person("JJ", "Allaire", role = c("aut"), email = "jj@rstudio.com"),
  person("Andrie", "de Vries", role = "cre", email = "apdevries@gmail.com"),
  person("RStudio", role = c("cph", "fnd")))
Imports: yaml (>= 2.1.19)
Suggests: testthat, knitr, rmarkdown, covr, spelling
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://github.com/rstudio/config
BugReports: https://github.com/rstudio/config/issues
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
NeedsCompilation: no
Packaged: 2020-12-15 13:05:30 UTC; apdev
Author: JJ Allaire [aut],
  Andrie de Vries [cre],
  RStudio [cph, fnd]
Maintainer: Andrie de Vries <apdevries@gmail.com>
Repository: CRAN
Date/Publication: 2020-12-17 11:00:06 UTC
Built: R 4.1.0; ; 2021-05-25 22:11:22 UTC; unix
