-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 962 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
32
33
34
35
36
37
38
39
40
Package: confx
Title: Extended functionality for YAML-based config files
Version: 0.0.0.9024
Authors@R:
person(given = "Janko",
family = "Thyson",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: Extends the scope of {config} by offering path-like retrieval,
queries for unnamed config entities and referencing of entities. Config
file content can be cached in-memory and can then either be retrieved from
cache or from file as desired.
License: MIT + file LICENSE
Imports:
config,
fs,
lifecycle,
magrittr,
pkgload,
purrr,
rlang,
stringr,
usethis,
valid,
here
Suggests:
covr,
devtools,
testthat (>= 3.0.0),
clipr
Config/testthat/edition: 3
Remotes:
rappster/valid
RdMacros:
lifecycle
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)