-
Notifications
You must be signed in to change notification settings - Fork 29
/
DESCRIPTION
31 lines (31 loc) · 976 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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.2.3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
Config/testthat/edition: 3